Jump to content

Found 4 bugs with in the latest firmware


Spycial

Recommended Posts

I were just normally using my nano and installing softwares with opkg

1. noticed if i installed like screen to my sd card "screen" command will be not found. When i install it to root it will work.

2. When opkg software is installed to sd card this message shows up:

Quote

grep: /usr/lib/opkg/info/kismet-client.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/kismet-client.list': No such file or directory

I know fix for that it is just when --dest sd parameter is used grep /sd/usr/lib/opkg/info/kismet-client.control

3. The client network can log into ssh and web interface.

4.When running kismet_server i got error:

Quote

kismet_server: can't load library 'libpcap.so.1.3'

But libpcap 1.9.0-1 is installed.

 

 

I hope you guys will fix these.

Edited by Spycial
New bug found
Link to comment
Share on other sites

Thank you for the feedback! I took a look at the issues you mentioned, I'll address them in the same order you gave them.

10 hours ago, Spycial said:

1. noticed if i installed like screen to my sd card "screen" command will be not found. When i install it to root it will work.

This has been fixed and will be released in the next firmware version. It was due to the PATH missing a couple of useful directories. You can fix this until the next firmware yourself by executing the following:

PATH=$PATH:/sd/usr/sbin:/sd/usr/bin

 

10 hours ago, Spycial said:

2. When opkg software is installed to sd card this message shows up

The errors that are output from the opkg command are okay, and don't affect the installation or use of the package you wish to install.

10 hours ago, Spycial said:

3. The client network can log into ssh and web interface.

This isn't a bug but just the way the network on the Pineapple is configured. You need the password to access both SSH and the Web Interface. We're looking to split the networks in the future to avoid this.

10 hours ago, Spycial said:

4.When running kismet_server i got error about libpcap. (kismet_server: can't load library 'libpcap.so.1.3')

You can fix this yourself until an update is released that fixes the library mismatch by executing the following:

ln -s /usr/lib/libpcap.so.1 /usr/lib/libpcap.so.1.3

 

Link to comment
Share on other sites

On 10/31/2018 at 1:52 AM, Foxtrot said:

Thank you for the feedback! I took a look at the issues you mentioned, I'll address them in the same order you gave them.

This has been fixed and will be released in the next firmware version. It was due to the PATH missing a couple of useful directories. You can fix this until the next firmware yourself by executing the following:


PATH=$PATH:/sd/usr/sbin:/sd/usr/bin

 

The errors that are output from the opkg command are okay, and don't affect the installation or use of the package you wish to install.

This isn't a bug but just the way the network on the Pineapple is configured. You need the password to access both SSH and the Web Interface. We're looking to split the networks in the future to avoid this.

You can fix this yourself until an update is released that fixes the library mismatch by executing the following:


ln -s /usr/lib/libpcap.so.1 /usr/lib/libpcap.so.1.3

 

Thanks.

Edited by Spycial
Link to comment
Share on other sites

On 10/31/2018 at 1:52 AM, Foxtrot said:

Thank you for the feedback! I took a look at the issues you mentioned, I'll address them in the same order you gave them.

This has been fixed and will be released in the next firmware version. It was due to the PATH missing a couple of useful directories. You can fix this until the next firmware yourself by executing the following:


PATH=$PATH:/sd/usr/sbin:/sd/usr/bin

 

The errors that are output from the opkg command are okay, and don't affect the installation or use of the package you wish to install.

This isn't a bug but just the way the network on the Pineapple is configured. You need the password to access both SSH and the Web Interface. We're looking to split the networks in the future to avoid this.

You can fix this yourself until an update is released that fixes the library mismatch by executing the following:


ln -s /usr/lib/libpcap.so.1 /usr/lib/libpcap.so.1.3

 

I did run to another problem:

kismet_server: can't load library 'libcap.so.2'

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...