Jump to content

MANA Attack, for the Pineapple.


Zylla

Recommended Posts

1 hour ago, Fr3q said:

 Question

If i install this can i run sslstrip by its self?
i.e ssh to the pineapple  and run sslstrip

 

Yes. :wink:
Depending on where you install it to, It will be located at either directories:

/usr/share/mana-toolkit/sslstrip-hsts/sslstrip2/sslstrip.py
/sd//usr/share/mana-toolkit/sslstrip-hsts/sslstrip2/sslstrip.py

Link to comment
Share on other sites

  • Replies 445
  • Created
  • Last Reply
12 hours ago, Zylla said:

Yes. :wink:
Depending on where you install it to, It will be located at either directories:

/usr/share/mana-toolkit/sslstrip-hsts/sslstrip2/sslstrip.py
/sd//usr/share/mana-toolkit/sslstrip-hsts/sslstrip2/sslstrip.py

Awesome Thanks for the quick reply

Link to comment
Share on other sites

Hi, just tried to install by following your guide on my NANO WifiPineapple (Fw. 1.1.3)

But When I run:

opkg --dest sd --force-overwrite install asleap_2.2-1_ar71xx.ipk hostapd-mana_2016-11-05_ar71xx.ipk

After a while I get:

Installing python-xml (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-xml_2.7.9-5_ar71xx.ipk.
Configuring ip.
grep: /usr/lib/opkg/info/ip.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/ip.list': No such file or directory
Configuring python-db.
grep: /usr/lib/opkg/info/python-db.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-db.list': No such file or directory
Configuring python-decimal.
grep: /usr/lib/opkg/info/python-decimal.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-decimal.list': No such file or directory
Configuring python-distutils.
grep: /usr/lib/opkg/info/python-distutils.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-distutils.list': No such file or directory
Configuring tinyproxy.
grep: /usr/lib/opkg/info/tinyproxy.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/tinyproxy.list': No such file or directory
Configuring stunnel.
grep: /usr/lib/opkg/info/stunnel.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/stunnel.list': No such file or directory
Configuring python-compiler.
grep: /usr/lib/opkg/info/python-compiler.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-compiler.list': No such file or directory
Configuring python-ctypes.
grep: /usr/lib/opkg/info/python-ctypes.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-ctypes.list': No such file or directory
Configuring python-email.
grep: /usr/lib/opkg/info/python-email.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-email.list': No such file or directory
Configuring python-gdbm.
grep: /usr/lib/opkg/info/python-gdbm.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-gdbm.list': No such file or directory
Configuring python-multiprocessing.
grep: /usr/lib/opkg/info/python-multiprocessing.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-multiprocessing.list': No such file or directory
Configuring python-ncurses.
grep: /usr/lib/opkg/info/python-ncurses.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-ncurses.list': No such file or directory
Configuring python-pydoc.
grep: /usr/lib/opkg/info/python-pydoc.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-pydoc.list': No such file or directory
Configuring python-unittest.
grep: /usr/lib/opkg/info/python-unittest.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-unittest.list': No such file or directory
Configuring python-xml.
grep: /usr/lib/opkg/info/python-xml.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-xml.list': No such file or directory
Configuring python.
grep: /usr/lib/opkg/info/python.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python.list': No such file or directory
Configuring hostapd-mana.
grep: /usr/lib/opkg/info/hostapd-mana.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/hostapd-mana.list': No such file or directory
Configuring asleap.
grep: /usr/lib/opkg/info/asleap.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/asleap.list': No such file or directory
root@Pineapple:/tmp#

 

Link to comment
Share on other sites

I would recommend ssh'ing into the pineapple and looking around for those files.   See if the directory:  /usr/lib/opkg exists and what contents it has.  

 

run a command similar to this

find / -type f -name "*.control" -print

This will list where any files that end with .control in the name.  May be the files are in a different directory, have a different name, etc.

Good luck,

Jim

Link to comment
Share on other sites

I've been seing this problem a few times.
As you can see, when you install hostapd-mana, it also downloads several other installation-files that you are missing from the opkg repo. 
And the same "error" happens on all of the packages. (Some control files are missing from all the install files, also from the openwrt repos.)

It's nothing critical, and shouldn't affect the installation in any way.

Please try launching the startup-script after installing, even if these "warnings" appear.
And report back, if possible.


If it doesn't work, i'll mark it as critical and debug it right away. :)

Link to comment
Share on other sites

Just a small 'update' guys:

Sensepost updated a hostapd-mana branch on GitHub a few weeks back (link), where they update the hostapd version from v2.3 to v2.6, with the Mana-patches of course.
I've been having problems compiling it for Kali (amd64).
I'm just informing you guys that when i get it stable and working for Kali, i'll focus on cross-compiling it for OpenWRT.
Hopefully it shouldn't be much of a problem, but we'll see. :)

Link to comment
Share on other sites

didnt try starting last time.

Redid steps mentioned last time plus tried to start. Script starts without finding some python files and is working half. Starts broadcasting, but doesnt tunnel internet and doesnt break ssl.

I realised that i downloaded the ipk already to sd and started them from sd, maybe thats the point for not finding the configs. Because last time i did a search as proposed and the files were present....dont remember exactly (lol not a week ago :D ). 

Iam currently installing, having the ipk downloaded to the nano directly and if that fails, gonna post the exact logs...

Link to comment
Share on other sites

21 minutes ago, Ch4rma said:

didnt try starting last time.

Redid steps mentioned last time plus tried to start. Script starts without finding some python files and is working half. Starts broadcasting, but doesnt tunnel internet and doesnt break ssl.

I realised that i downloaded the ipk already to sd and started them from sd, maybe thats the point for not finding the configs. Because last time i did a search as proposed and the files were present....dont remember exactly (lol not a week ago :D ). 

Iam currently installing, having the ipk downloaded to the nano directly and if that fails, gonna post the exact logs...

I haven't met that problem you're describing before.
If you can post logs here or to pastebin, i'd gladly see what i can do to help.
Also, please post output from dmesg and logread
A simple way would be to SSH into the device, then run this command:

dmesg > /tmp/dmesg.txt && logread > /tmp/logread.txt

This will create two log-files within /tmp (dmesg.txt  and  logread.txt).
The contents of those, aswell as the output from launching MANA would be interesting to take a look at.

Link to comment
Share on other sites

fresh install:

Error:

root@Pineapple:~# cd /tmp
root@Pineapple:/tmp# wget https://github.com/adde88/hostapd-mana-openwrt/raw/mas
ter/bin/ar71xx/packages/base/asleap_2.2-1_ar71xx.ipk
--2016-12-30 18:05:51--  https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/asleap_2.2-1_ar71xx.ipk
Resolving github.com... 192.30.253.112, 192.30.253.113
Connecting to github.com|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/adde88/hostapd-mana-openwrt/master/bin/ar71xx/packages/base/asleap_2.2-1_ar71xx.ipk [following]
--2016-12-30 18:05:52--  https://raw.githubusercontent.com/adde88/hostapd-mana-openwrt/master/bin/ar71xx/packages/base/asleap_2.2-1_ar71xx.ipk
Resolving raw.githubusercontent.com... 151.101.192.133, 151.101.128.133, 151.101.64.133, ...
Connecting to raw.githubusercontent.com|151.101.192.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12093 (12K) [application/octet-stream]
Saving to: 'asleap_2.2-1_ar71xx.ipk'

asleap_2.2-1_ar71xx 100%[===================>]  11.81K  --.-KB/s    in 0.005s

2016-12-30 18:05:53 (2.30 MB/s) - 'asleap_2.2-1_ar71xx.ipk' saved [12093/12093]

root@Pineapple:/tmp# wget https://github.com/adde88/hostapd-mana-openwrt/raw/mas
ter/bin/ar71xx/packages/base/hostapd-mana_2016-11-05_ar71xx.ipk
--2016-12-30 18:05:59--  https://github.com/adde88/hostapd-mana-openwrt/raw/master/bin/ar71xx/packages/base/hostapd-mana_2016-11-05_ar71xx.ipk
Resolving github.com... 192.30.253.113, 192.30.253.112
Connecting to github.com|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/adde88/hostapd-mana-openwrt/master/bin/ar71xx/packages/base/hostapd-mana_2016-11-05_ar71xx.ipk [following]
--2016-12-30 18:06:01--  https://raw.githubusercontent.com/adde88/hostapd-mana-openwrt/master/bin/ar71xx/packages/base/hostapd-mana_2016-11-05_ar71xx.ipk
Resolving raw.githubusercontent.com... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9336883 (8.9M) [application/octet-stream]
Saving to: 'hostapd-mana_2016-11-05_ar71xx.ipk'

hostapd-mana_2016-1 100%[===================>]   8.90M  1.41MB/s    in 5.6s

2016-12-30 18:06:07 (1.58 MB/s) - 'hostapd-mana_2016-11-05_ar71xx.ipk' saved [9336883/9336883]

root@Pineapple:/tmp# opkg update
Downloading https://www.wifipineapple.com/nano/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_pineapple.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_base.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_packages.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/management/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_management.
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/routing/Packages.gz.
Updated list of available packages in /var/opkg-lists/chaos_calmer_routing.
root@Pineapple:/tmp# opkg --dest sd --force-overwrite install asleap_2.2-1_ar71x
x.ipk hostapd-mana_2016-11-05_ar71xx.ipk
Installing asleap (2.2-1) to sd...
Installing hostapd-mana (2016-11-05) to sd...
Installing tinyproxy (1.8.3-2) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/tinyproxy_1.8.3-2_ar71xx.ipk.
Installing stunnel (5.14-1) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/stunnel_5.14-1_ar71xx.ipk.
Installing ip (4.0.0-1) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base/ip_4.0.0-1_ar71xx.ipk.
Installing python (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python_2.7.9-5_ar71xx.ipk.
Installing python-compiler (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-compiler_2.7.9-5_ar71xx.ipk.
Installing python-ctypes (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-ctypes_2.7.9-5_ar71xx.ipk.
Installing python-db (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-db_2.7.9-5_ar71xx.ipk.
Installing python-decimal (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-decimal_2.7.9-5_ar71xx.ipk.
Installing python-distutils (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-distutils_2.7.9-5_ar71xx.ipk.
Installing python-email (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-email_2.7.9-5_ar71xx.ipk.
Installing python-gdbm (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-gdbm_2.7.9-5_ar71xx.ipk.
Installing python-logging (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-logging_2.7.9-5_ar71xx.ipk.
Installing python-multiprocessing (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-multiprocessing_2.7.9-5_ar71xx.ipk.
Installing python-ncurses (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-ncurses_2.7.9-5_ar71xx.ipk.
Installing python-pydoc (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-pydoc_2.7.9-5_ar71xx.ipk.
Installing python-unittest (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-unittest_2.7.9-5_ar71xx.ipk.
Installing python-xml (2.7.9-5) to sd...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/packages/python-xml_2.7.9-5_ar71xx.ipk.
Configuring ip.
grep: /usr/lib/opkg/info/ip.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/ip.list': No such file or directory
Configuring python-db.
grep: /usr/lib/opkg/info/python-db.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-db.list': No such file or directory
Configuring python-decimal.
grep: /usr/lib/opkg/info/python-decimal.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-decimal.list': No such file or directory
Configuring python-distutils.
grep: /usr/lib/opkg/info/python-distutils.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-distutils.list': No such file or directory
Configuring tinyproxy.
grep: /usr/lib/opkg/info/tinyproxy.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/tinyproxy.list': No such file or directory
Configuring stunnel.
grep: /usr/lib/opkg/info/stunnel.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/stunnel.list': No such file or directory
Configuring python-compiler.
grep: /usr/lib/opkg/info/python-compiler.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-compiler.list': No such file or directory
Configuring python-ctypes.
grep: /usr/lib/opkg/info/python-ctypes.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-ctypes.list': No such file or directory
Configuring python-email.
grep: /usr/lib/opkg/info/python-email.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-email.list': No such file or directory
Configuring python-gdbm.
grep: /usr/lib/opkg/info/python-gdbm.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-gdbm.list': No such file or directory
Configuring python-logging.
grep: /usr/lib/opkg/info/python-logging.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-logging.list': No such file or directory
Configuring python-multiprocessing.
grep: /usr/lib/opkg/info/python-multiprocessing.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-multiprocessing.list': No such file or directory
Configuring python-ncurses.
grep: /usr/lib/opkg/info/python-ncurses.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-ncurses.list': No such file or directory
Configuring python-pydoc.
grep: /usr/lib/opkg/info/python-pydoc.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-pydoc.list': No such file or directory
Configuring python-unittest.
grep: /usr/lib/opkg/info/python-unittest.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-unittest.list': No such file or directory
Configuring python-xml.
grep: /usr/lib/opkg/info/python-xml.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python-xml.list': No such file or directory
Configuring python.
grep: /usr/lib/opkg/info/python.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/python.list': No such file or directory
Configuring hostapd-mana.
grep: /usr/lib/opkg/info/hostapd-mana.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/hostapd-mana.list': No such file or directory
Configuring asleap.
grep: /usr/lib/opkg/info/asleap.control: No such file or directory
cat: can't open '/usr/lib/opkg/info/asleap.list': No such file or directory
root@Pineapple:/tmp# cd /

output of : 

Quote

root@Pineapple:/# find / -type f -name "*.control" -print

/rom/usr/lib/opkg/info/aircrack-ng.control
/rom/usr/lib/opkg/info/at.control
/rom/usr/lib/opkg/info/ath9k-htc-firmware.control
/rom/usr/lib/opkg/info/autossh.control
/rom/usr/lib/opkg/info/base-files.control
/rom/usr/lib/opkg/info/bash.control
/rom/usr/lib/opkg/info/block-mount.control
/rom/usr/lib/opkg/info/busybox.control
/rom/usr/lib/opkg/info/chat.control
/rom/usr/lib/opkg/info/dnsmasq.control
/rom/usr/lib/opkg/info/dsniff.control
/rom/usr/lib/opkg/info/e2fsprogs.control
/rom/usr/lib/opkg/info/empty.control
/rom/usr/lib/opkg/info/ethtool.control
/rom/usr/lib/opkg/info/ettercap.control
/rom/usr/lib/opkg/info/firewall.control
/rom/usr/lib/opkg/info/fstools.control
/rom/usr/lib/opkg/info/hostapd-common.control
/rom/usr/lib/opkg/info/hostapd-utils.control
/rom/usr/lib/opkg/info/iptables-mod-ipopt.control
/rom/usr/lib/opkg/info/iptables-mod-nat-extra.control
/rom/usr/lib/opkg/info/iptables.control
/rom/usr/lib/opkg/info/iw.control
/rom/usr/lib/opkg/info/iwinfo.control
/rom/usr/lib/opkg/info/jshn.control
/rom/usr/lib/opkg/info/jsonfilter.control
/rom/usr/lib/opkg/info/kernel.control
/rom/usr/lib/opkg/info/kmod-ath.control
/rom/usr/lib/opkg/info/kmod-ath9k-common.control
/rom/usr/lib/opkg/info/kmod-ath9k-htc.control
/rom/usr/lib/opkg/info/kmod-ath9k.control
/rom/usr/lib/opkg/info/kmod-cfg80211.control
/rom/usr/lib/opkg/info/kmod-crypto-aead.control
/rom/usr/lib/opkg/info/kmod-crypto-aes.control
/rom/usr/lib/opkg/info/kmod-crypto-arc4.control
/rom/usr/lib/opkg/info/kmod-crypto-core.control
/rom/usr/lib/opkg/info/kmod-crypto-hash.control
/rom/usr/lib/opkg/info/kmod-crypto-manager.control
/rom/usr/lib/opkg/info/kmod-crypto-pcompress.control
/rom/usr/lib/opkg/info/kmod-dnsresolver.control
/rom/usr/lib/opkg/info/kmod-eeprom-93cx6.control
/rom/usr/lib/opkg/info/kmod-fs-ext4.control
/rom/usr/lib/opkg/info/kmod-fs-nfs-common.control
/rom/usr/lib/opkg/info/kmod-fs-nfs.control
/rom/usr/lib/opkg/info/kmod-fs-vfat.control
/rom/usr/lib/opkg/info/kmod-gpio-button-hotplug.control
/rom/usr/lib/opkg/info/kmod-ipt-conntrack.control
/rom/usr/lib/opkg/info/kmod-ipt-core.control
/rom/usr/lib/opkg/info/kmod-ipt-ipopt.control
/rom/usr/lib/opkg/info/kmod-ipt-nat-extra.control
/rom/usr/lib/opkg/info/kmod-ipt-nat.control
/rom/usr/lib/opkg/info/kmod-leds-gpio.control
/rom/usr/lib/opkg/info/kmod-ledtrig-default-on.control
/rom/usr/lib/opkg/info/kmod-ledtrig-netdev.control
/rom/usr/lib/opkg/info/kmod-ledtrig-timer.control
/rom/usr/lib/opkg/info/kmod-lib-crc-ccitt.control
/rom/usr/lib/opkg/info/kmod-lib-crc-itu-t.control
/rom/usr/lib/opkg/info/kmod-lib-crc16.control
/rom/usr/lib/opkg/info/kmod-libphy.control
/rom/usr/lib/opkg/info/kmod-mac80211.control
/rom/usr/lib/opkg/info/kmod-mii.control
/rom/usr/lib/opkg/info/kmod-nf-conntrack.control
/rom/usr/lib/opkg/info/kmod-nf-ipt.control
/rom/usr/lib/opkg/info/kmod-nf-nat.control
/rom/usr/lib/opkg/info/kmod-nf-nathelper.control
/rom/usr/lib/opkg/info/kmod-nls-base.control
/rom/usr/lib/opkg/info/kmod-nls-cp437.control
/rom/usr/lib/opkg/info/kmod-nls-iso8859-1.control
/rom/usr/lib/opkg/info/kmod-nls-utf8.control
/rom/usr/lib/opkg/info/kmod-ppp.control
/rom/usr/lib/opkg/info/kmod-pppoe.control
/rom/usr/lib/opkg/info/kmod-pppox.control
/rom/usr/lib/opkg/info/kmod-rt2800-lib.control
/rom/usr/lib/opkg/info/kmod-rt2800-usb.control
/rom/usr/lib/opkg/info/kmod-rt2x00-lib.control
/rom/usr/lib/opkg/info/kmod-rt2x00-usb.control
/rom/usr/lib/opkg/info/kmod-rtl8187.control
/rom/usr/lib/opkg/info/kmod-rtl8192c-common.control
/rom/usr/lib/opkg/info/kmod-rtl8192cu.control
/rom/usr/lib/opkg/info/kmod-rtlwifi-usb.control
/rom/usr/lib/opkg/info/kmod-rtlwifi.control
/rom/usr/lib/opkg/info/kmod-scsi-core.control
/rom/usr/lib/opkg/info/kmod-scsi-generic.control
/rom/usr/lib/opkg/info/kmod-slhc.control
/rom/usr/lib/opkg/info/kmod-tun.control
/rom/usr/lib/opkg/info/kmod-usb-acm.control
/rom/usr/lib/opkg/info/kmod-usb-core.control
/rom/usr/lib/opkg/info/kmod-usb-net-asix-ax88179.control
/rom/usr/lib/opkg/info/kmod-usb-net-asix.control
/rom/usr/lib/opkg/info/kmod-usb-net-cdc-ether.control
/rom/usr/lib/opkg/info/kmod-usb-net-qmi-wwan.control
/rom/usr/lib/opkg/info/kmod-usb-net-rndis.control
/rom/usr/lib/opkg/info/kmod-usb-net-sierrawireless.control
/rom/usr/lib/opkg/info/kmod-usb-net.control
/rom/usr/lib/opkg/info/kmod-usb-ohci.control
/rom/usr/lib/opkg/info/kmod-usb-serial-option.control
/rom/usr/lib/opkg/info/kmod-usb-serial-pl2303.control
/rom/usr/lib/opkg/info/kmod-usb-serial-wwan.control
/rom/usr/lib/opkg/info/kmod-usb-serial.control
/rom/usr/lib/opkg/info/kmod-usb-storage-extras.control
/rom/usr/lib/opkg/info/kmod-usb-storage.control
/rom/usr/lib/opkg/info/kmod-usb-uhci.control
/rom/usr/lib/opkg/info/kmod-usb-wdm.control
/rom/usr/lib/opkg/info/kmod-usb2.control
/rom/usr/lib/opkg/info/libblkid.control
/rom/usr/lib/opkg/info/libblobmsg-json.control
/rom/usr/lib/opkg/info/libbz2.control
/rom/usr/lib/opkg/info/libc.control
/rom/usr/lib/opkg/info/libcurl.control
/rom/usr/lib/opkg/info/libdb47.control
/rom/usr/lib/opkg/info/libelf1.control
/rom/usr/lib/opkg/info/libext2fs.control
/rom/usr/lib/opkg/info/libffi.control
/rom/usr/lib/opkg/info/libgcc.control
/rom/usr/lib/opkg/info/libgdbm.control
/rom/usr/lib/opkg/info/libgmp.control
/rom/usr/lib/opkg/info/libiconv-full.control
/rom/usr/lib/opkg/info/libintl-full.control
/rom/usr/lib/opkg/info/libip4tc.control
/rom/usr/lib/opkg/info/libip6tc.control
/rom/usr/lib/opkg/info/libiwinfo.control
/rom/usr/lib/opkg/info/libjson-c.control
/rom/usr/lib/opkg/info/libjson-script.control
/rom/usr/lib/opkg/info/libltdl.control
/rom/usr/lib/opkg/info/libncurses.control
/rom/usr/lib/opkg/info/libnet0.control
/rom/usr/lib/opkg/info/libnet1.control
/rom/usr/lib/opkg/info/libnids.control
/rom/usr/lib/opkg/info/libnl-tiny.control
/rom/usr/lib/opkg/info/libopenssl.control
/rom/usr/lib/opkg/info/libpcap.control
/rom/usr/lib/opkg/info/libpcre.control
/rom/usr/lib/opkg/info/libpolarssl.control
/rom/usr/lib/opkg/info/libpthread.control
/rom/usr/lib/opkg/info/librpc.control
/rom/usr/lib/opkg/info/librt.control
/rom/usr/lib/opkg/info/librtlsdr.control
/rom/usr/lib/opkg/info/libsqlite3.control
/rom/usr/lib/opkg/info/libstdcpp.control
/rom/usr/lib/opkg/info/libubox.control
/rom/usr/lib/opkg/info/libubus.control
/rom/usr/lib/opkg/info/libuci.control
/rom/usr/lib/opkg/info/libusb-1.0.control
/rom/usr/lib/opkg/info/libuuid.control
/rom/usr/lib/opkg/info/libwifi.control
/rom/usr/lib/opkg/info/libxml2.control
/rom/usr/lib/opkg/info/libxtables.control
/rom/usr/lib/opkg/info/log_daemon.control
/rom/usr/lib/opkg/info/logd.control
/rom/usr/lib/opkg/info/macchanger.control
/rom/usr/lib/opkg/info/mtd.control
/rom/usr/lib/opkg/info/nano.control
/rom/usr/lib/opkg/info/ncat.control
/rom/usr/lib/opkg/info/netcat.control
/rom/usr/lib/opkg/info/netifd.control
/rom/usr/lib/opkg/info/nginx-naxsi.control
/rom/usr/lib/opkg/info/nginx.control
/rom/usr/lib/opkg/info/ngrep.control
/rom/usr/lib/opkg/info/openssh-client.control
/rom/usr/lib/opkg/info/openssh-keygen.control
/rom/usr/lib/opkg/info/openssh-server.control
/rom/usr/lib/opkg/info/openssh-sftp-server.control
/rom/usr/lib/opkg/info/openssl-util.control
/rom/usr/lib/opkg/info/opkg.control
/rom/usr/lib/opkg/info/php5-cgi.control
/rom/usr/lib/opkg/info/php5-fpm.control
/rom/usr/lib/opkg/info/php5-mod-hash.control
/rom/usr/lib/opkg/info/php5-mod-json.control
/rom/usr/lib/opkg/info/php5-mod-mbstring.control
/rom/usr/lib/opkg/info/php5-mod-openssl.control
/rom/usr/lib/opkg/info/php5-mod-session.control
/rom/usr/lib/opkg/info/php5-mod-sqlite3.control
/rom/usr/lib/opkg/info/php5.control
/rom/usr/lib/opkg/info/pineap.control
/rom/usr/lib/opkg/info/pineapple.control
/rom/usr/lib/opkg/info/pinejector.control
/rom/usr/lib/opkg/info/pinesniffer.control
/rom/usr/lib/opkg/info/ppp-mod-pppoe.control
/rom/usr/lib/opkg/info/ppp.control
/rom/usr/lib/opkg/info/procd.control
/rom/usr/lib/opkg/info/python-base.control
/rom/usr/lib/opkg/info/python-codecs.control
/rom/usr/lib/opkg/info/python-light.control
/rom/usr/lib/opkg/info/python-openssl.control
/rom/usr/lib/opkg/info/python-sqlite3.control
/rom/usr/lib/opkg/info/rt2800-usb-firmware.control
/rom/usr/lib/opkg/info/rtl-sdr.control
/rom/usr/lib/opkg/info/rtl8192cu-firmware.control
/rom/usr/lib/opkg/info/sdparm.control
/rom/usr/lib/opkg/info/ssmtp.control
/rom/usr/lib/opkg/info/swap-utils.control
/rom/usr/lib/opkg/info/tcpdump.control
/rom/usr/lib/opkg/info/terminfo.control
/rom/usr/lib/opkg/info/uboot-envtools.control
/rom/usr/lib/opkg/info/ubox.control
/rom/usr/lib/opkg/info/ubus.control
/rom/usr/lib/opkg/info/ubusd.control
/rom/usr/lib/opkg/info/uci.control
/rom/usr/lib/opkg/info/usb-modeswitch.control
/rom/usr/lib/opkg/info/usbreset.control
/rom/usr/lib/opkg/info/usbutils.control
/rom/usr/lib/opkg/info/usign.control
/rom/usr/lib/opkg/info/wget.control
/rom/usr/lib/opkg/info/wireless-tools.control
/rom/usr/lib/opkg/info/wpad.control
/rom/usr/lib/opkg/info/zlib.control
/rom/usr/lib/opkg/info/zoneinfo-core.control
/usr/lib/opkg/info/aircrack-ng.control
/usr/lib/opkg/info/at.control
/usr/lib/opkg/info/ath9k-htc-firmware.control
/usr/lib/opkg/info/autossh.control
/usr/lib/opkg/info/base-files.control
/usr/lib/opkg/info/bash.control
/usr/lib/opkg/info/block-mount.control
/usr/lib/opkg/info/busybox.control
/usr/lib/opkg/info/chat.control
/usr/lib/opkg/info/dnsmasq.control
/usr/lib/opkg/info/dsniff.control
/usr/lib/opkg/info/e2fsprogs.control
/usr/lib/opkg/info/empty.control
/usr/lib/opkg/info/ethtool.control
/usr/lib/opkg/info/ettercap.control
/usr/lib/opkg/info/firewall.control
/usr/lib/opkg/info/fstools.control
/usr/lib/opkg/info/hostapd-common.control
/usr/lib/opkg/info/hostapd-utils.control
/usr/lib/opkg/info/iptables-mod-ipopt.control
/usr/lib/opkg/info/iptables-mod-nat-extra.control
/usr/lib/opkg/info/iptables.control
/usr/lib/opkg/info/iw.control
/usr/lib/opkg/info/iwinfo.control
/usr/lib/opkg/info/jshn.control
/usr/lib/opkg/info/jsonfilter.control
/usr/lib/opkg/info/kernel.control
/usr/lib/opkg/info/kmod-ath.control
/usr/lib/opkg/info/kmod-ath9k-common.control
/usr/lib/opkg/info/kmod-ath9k-htc.control
/usr/lib/opkg/info/kmod-ath9k.control
/usr/lib/opkg/info/kmod-cfg80211.control
/usr/lib/opkg/info/kmod-crypto-aead.control
/usr/lib/opkg/info/kmod-crypto-aes.control
/usr/lib/opkg/info/kmod-crypto-arc4.control
/usr/lib/opkg/info/kmod-crypto-core.control
/usr/lib/opkg/info/kmod-crypto-hash.control
/usr/lib/opkg/info/kmod-crypto-manager.control
/usr/lib/opkg/info/kmod-crypto-pcompress.control
/usr/lib/opkg/info/kmod-dnsresolver.control
/usr/lib/opkg/info/kmod-eeprom-93cx6.control
/usr/lib/opkg/info/kmod-fs-ext4.control
/usr/lib/opkg/info/kmod-fs-nfs-common.control
/usr/lib/opkg/info/kmod-fs-nfs.control
/usr/lib/opkg/info/kmod-fs-vfat.control
/usr/lib/opkg/info/kmod-gpio-button-hotplug.control
/usr/lib/opkg/info/kmod-ipt-conntrack.control
/usr/lib/opkg/info/kmod-ipt-core.control
/usr/lib/opkg/info/kmod-ipt-ipopt.control
/usr/lib/opkg/info/kmod-ipt-nat-extra.control
/usr/lib/opkg/info/kmod-ipt-nat.control
/usr/lib/opkg/info/kmod-leds-gpio.control
/usr/lib/opkg/info/kmod-ledtrig-default-on.control
/usr/lib/opkg/info/kmod-ledtrig-netdev.control
/usr/lib/opkg/info/kmod-ledtrig-timer.control
/usr/lib/opkg/info/kmod-lib-crc-ccitt.control
/usr/lib/opkg/info/kmod-lib-crc-itu-t.control
/usr/lib/opkg/info/kmod-lib-crc16.control
/usr/lib/opkg/info/kmod-libphy.control
/usr/lib/opkg/info/kmod-mac80211.control
/usr/lib/opkg/info/kmod-mii.control
/usr/lib/opkg/info/kmod-nf-conntrack.control
/usr/lib/opkg/info/kmod-nf-ipt.control
/usr/lib/opkg/info/kmod-nf-nat.control
/usr/lib/opkg/info/kmod-nf-nathelper.control
/usr/lib/opkg/info/kmod-nls-base.control
/usr/lib/opkg/info/kmod-nls-cp437.control
/usr/lib/opkg/info/kmod-nls-iso8859-1.control
/usr/lib/opkg/info/kmod-nls-utf8.control
/usr/lib/opkg/info/kmod-ppp.control
/usr/lib/opkg/info/kmod-pppoe.control
/usr/lib/opkg/info/kmod-pppox.control
/usr/lib/opkg/info/kmod-rt2800-lib.control
/usr/lib/opkg/info/kmod-rt2800-usb.control
/usr/lib/opkg/info/kmod-rt2x00-lib.control
/usr/lib/opkg/info/kmod-rt2x00-usb.control
/usr/lib/opkg/info/kmod-rtl8187.control
/usr/lib/opkg/info/kmod-rtl8192c-common.control
/usr/lib/opkg/info/kmod-rtl8192cu.control
/usr/lib/opkg/info/kmod-rtlwifi-usb.control
/usr/lib/opkg/info/kmod-rtlwifi.control
/usr/lib/opkg/info/kmod-scsi-core.control
/usr/lib/opkg/info/kmod-scsi-generic.control
/usr/lib/opkg/info/kmod-slhc.control
/usr/lib/opkg/info/kmod-tun.control
/usr/lib/opkg/info/kmod-usb-acm.control
/usr/lib/opkg/info/kmod-usb-core.control
/usr/lib/opkg/info/kmod-usb-net-asix-ax88179.control
/usr/lib/opkg/info/kmod-usb-net-asix.control
/usr/lib/opkg/info/kmod-usb-net-cdc-ether.control
/usr/lib/opkg/info/kmod-usb-net-qmi-wwan.control
/usr/lib/opkg/info/kmod-usb-net-rndis.control
/usr/lib/opkg/info/kmod-usb-net-sierrawireless.control
/usr/lib/opkg/info/kmod-usb-net.control
/usr/lib/opkg/info/kmod-usb-ohci.control
/usr/lib/opkg/info/kmod-usb-serial-option.control
/usr/lib/opkg/info/kmod-usb-serial-pl2303.control
/usr/lib/opkg/info/kmod-usb-serial-wwan.control
/usr/lib/opkg/info/kmod-usb-serial.control
/usr/lib/opkg/info/kmod-usb-storage-extras.control
/usr/lib/opkg/info/kmod-usb-storage.control
/usr/lib/opkg/info/kmod-usb-uhci.control
/usr/lib/opkg/info/kmod-usb-wdm.control
/usr/lib/opkg/info/kmod-usb2.control
/usr/lib/opkg/info/libblkid.control
/usr/lib/opkg/info/libblobmsg-json.control
/usr/lib/opkg/info/libbz2.control
/usr/lib/opkg/info/libc.control
/usr/lib/opkg/info/libcurl.control
/usr/lib/opkg/info/libdb47.control
/usr/lib/opkg/info/libelf1.control
/usr/lib/opkg/info/libext2fs.control
/usr/lib/opkg/info/libffi.control
/usr/lib/opkg/info/libgcc.control
/usr/lib/opkg/info/libgdbm.control
/usr/lib/opkg/info/libgmp.control
/usr/lib/opkg/info/libiconv-full.control
/usr/lib/opkg/info/libintl-full.control
/usr/lib/opkg/info/libip4tc.control
/usr/lib/opkg/info/libip6tc.control
/usr/lib/opkg/info/libiwinfo.control
/usr/lib/opkg/info/libjson-c.control
/usr/lib/opkg/info/libjson-script.control
/usr/lib/opkg/info/libltdl.control
/usr/lib/opkg/info/libncurses.control
/usr/lib/opkg/info/libnet0.control
/usr/lib/opkg/info/libnet1.control
/usr/lib/opkg/info/libnids.control
/usr/lib/opkg/info/libnl-tiny.control
/usr/lib/opkg/info/libopenssl.control
/usr/lib/opkg/info/libpcap.control
/usr/lib/opkg/info/libpcre.control
/usr/lib/opkg/info/libpolarssl.control
/usr/lib/opkg/info/libpthread.control
/usr/lib/opkg/info/librpc.control
/usr/lib/opkg/info/librt.control
/usr/lib/opkg/info/librtlsdr.control
/usr/lib/opkg/info/libsqlite3.control
/usr/lib/opkg/info/libstdcpp.control
/usr/lib/opkg/info/libubox.control
/usr/lib/opkg/info/libubus.control
/usr/lib/opkg/info/libuci.control
/usr/lib/opkg/info/libusb-1.0.control
/usr/lib/opkg/info/libuuid.control
/usr/lib/opkg/info/libwifi.control
/usr/lib/opkg/info/libxml2.control
/usr/lib/opkg/info/libxtables.control
/usr/lib/opkg/info/log_daemon.control
/usr/lib/opkg/info/logd.control
/usr/lib/opkg/info/macchanger.control
/usr/lib/opkg/info/mtd.control
/usr/lib/opkg/info/nano.control
/usr/lib/opkg/info/ncat.control
/usr/lib/opkg/info/netcat.control
/usr/lib/opkg/info/netifd.control
/usr/lib/opkg/info/nginx-naxsi.control
/usr/lib/opkg/info/nginx.control
/usr/lib/opkg/info/ngrep.control
/usr/lib/opkg/info/openssh-client.control
/usr/lib/opkg/info/openssh-keygen.control
/usr/lib/opkg/info/openssh-server.control
/usr/lib/opkg/info/openssh-sftp-server.control
/usr/lib/opkg/info/openssl-util.control
/usr/lib/opkg/info/opkg.control
/usr/lib/opkg/info/php5-cgi.control
/usr/lib/opkg/info/php5-fpm.control
/usr/lib/opkg/info/php5-mod-hash.control
/usr/lib/opkg/info/php5-mod-json.control
/usr/lib/opkg/info/php5-mod-mbstring.control
/usr/lib/opkg/info/php5-mod-openssl.control
/usr/lib/opkg/info/php5-mod-session.control
/usr/lib/opkg/info/php5-mod-sqlite3.control
/usr/lib/opkg/info/php5.control
/usr/lib/opkg/info/pineap.control
/usr/lib/opkg/info/pineapple.control
/usr/lib/opkg/info/pinejector.control
/usr/lib/opkg/info/pinesniffer.control
/usr/lib/opkg/info/ppp-mod-pppoe.control
/usr/lib/opkg/info/ppp.control
/usr/lib/opkg/info/procd.control
/usr/lib/opkg/info/python-base.control
/usr/lib/opkg/info/python-codecs.control
/usr/lib/opkg/info/python-light.control
/usr/lib/opkg/info/python-openssl.control
/usr/lib/opkg/info/python-sqlite3.control
/usr/lib/opkg/info/rt2800-usb-firmware.control
/usr/lib/opkg/info/rtl-sdr.control
/usr/lib/opkg/info/rtl8192cu-firmware.control
/usr/lib/opkg/info/sdparm.control
/usr/lib/opkg/info/ssmtp.control
/usr/lib/opkg/info/swap-utils.control
/usr/lib/opkg/info/tcpdump.control
/usr/lib/opkg/info/terminfo.control
/usr/lib/opkg/info/uboot-envtools.control
/usr/lib/opkg/info/ubox.control
/usr/lib/opkg/info/ubus.control
/usr/lib/opkg/info/ubusd.control
/usr/lib/opkg/info/uci.control
/usr/lib/opkg/info/usb-modeswitch.control
/usr/lib/opkg/info/usbreset.control
/usr/lib/opkg/info/usbutils.control
/usr/lib/opkg/info/usign.control
/usr/lib/opkg/info/wget.control
/usr/lib/opkg/info/wireless-tools.control
/usr/lib/opkg/info/wpad.control
/usr/lib/opkg/info/zlib.control
/usr/lib/opkg/info/zoneinfo-core.control
/sd/usr/lib/opkg/info/stunnel.control
/sd/usr/lib/opkg/info/tinyproxy.control
/sd/usr/lib/opkg/info/ip.control
/sd/usr/lib/opkg/info/python-gdbm.control
/sd/usr/lib/opkg/info/python-db.control
/sd/usr/lib/opkg/info/python-ncurses.control
/sd/usr/lib/opkg/info/python.control
/sd/usr/lib/opkg/info/hostapd-mana.control
/sd/usr/lib/opkg/info/python-pydoc.control
/sd/usr/lib/opkg/info/python-logging.control
/sd/usr/lib/opkg/info/python-unittest.control
/sd/usr/lib/opkg/info/python-email.control
/sd/usr/lib/opkg/info/python-compiler.control
/sd/usr/lib/opkg/info/python-xml.control
/sd/usr/lib/opkg/info/python-distutils.control
/sd/usr/lib/opkg/info/python-decimal.control
/sd/usr/lib/opkg/info/python-ctypes.control
/sd/usr/lib/opkg/info/asleap.control
/sd/usr/lib/opkg/info/python-multiprocessing.control

output of 

dmesg > /tmp/dmesg.txt && logread > /tmp/logread.txt

logread.txt

root@Pineapple:/tmp# cat logread.txt
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.660000] Write-error on swap-device (8:0:184)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.660000] Write-error on swap-device (8:0:192)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.680000] Write-error on swap-device (8:0:200)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.690000] Write-error on swap-device (8:0:208)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.690000] Write-error on swap-device (8:0:216)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.720000] Write-error on swap-device (8:0:224)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.770000] Write-error on swap-device (8:0:232)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.770000] Write-error on swap-device (8:0:240)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.770000] Write-error on swap-device (8:0:248)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.790000] Write-error on swap-device (8:0:256)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.790000] Write-error on swap-device (8:0:264)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.790000] Write-error on swap-device (8:0:272)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.810000] Write-error on swap-device (8:0:280)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.810000] Write-error on swap-device (8:0:288)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.810000] Write-error on swap-device (8:0:296)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.840000] Write-error on swap-device (8:0:304)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.840000] Write-error on swap-device (8:0:312)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.870000] Write-error on swap-device (8:0:320)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.870000] Write-error on swap-device (8:0:328)
Fri Dec 30 19:16:55 2016 kern.alert kernel: [ 4435.870000] Write-error on swap-device (8:0:336)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4435.890000] Write-error on swap-device (8:0:344)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4435.890000] Write-error on swap-device (8:0:352)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4435.910000] Write-error on swap-device (8:0:360)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4435.910000] Write-error on swap-device (8:0:368)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4435.910000] Write-error on swap-device (8:0:376)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4435.930000] Write-error on swap-device (8:0:384)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4435.930000] Write-error on swap-device (8:0:392)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4435.930000] Write-error on swap-device (8:0:400)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4435.980000] Write-error on swap-device (8:0:408)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4435.980000] Write-error on swap-device (8:0:416)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4436.010000] Write-error on swap-device (8:0:424)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4436.010000] Write-error on swap-device (8:0:432)
Fri Dec 30 19:16:56 2016 kern.alert kernel: [ 4436.010000] Write-error on swap-device (8:0:440)
Fri Dec 30 19:16:59 2016 kern.alert kernel: [ 4439.740000] Write-error on swap-device (8:0:448)
Fri Dec 30 19:16:59 2016 kern.alert kernel: [ 4439.740000] Write-error on swap-device (8:0:456)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.130000] Write-error on swap-device (8:0:464)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.150000] Write-error on swap-device (8:0:472)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.150000] Write-error on swap-device (8:0:480)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.150000] Write-error on swap-device (8:0:488)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.160000] Write-error on swap-device (8:0:496)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.160000] Write-error on swap-device (8:0:504)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.190000] Write-error on swap-device (8:0:512)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.200000] Write-error on swap-device (8:0:520)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.700000] Write-error on swap-device (8:0:528)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.700000] Write-error on swap-device (8:0:536)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.730000] Write-error on swap-device (8:0:544)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.730000] Write-error on swap-device (8:0:552)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.730000] Write-error on swap-device (8:0:560)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.770000] Write-error on swap-device (8:0:568)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.770000] Write-error on swap-device (8:0:576)
Fri Dec 30 19:17:06 2016 kern.alert kernel: [ 4446.770000] Write-error on swap-device (8:0:584)
Fri Dec 30 19:17:08 2016 kern.alert kernel: [ 4448.080000] Write-error on swap-device (8:0:592)
Fri Dec 30 19:17:08 2016 kern.alert kernel: [ 4448.080000] Write-error on swap-device (8:0:600)
Fri Dec 30 19:17:08 2016 kern.alert kernel: [ 4448.080000] Write-error on swap-device (8:0:608)
Fri Dec 30 19:17:08 2016 kern.alert kernel: [ 4448.110000] Write-error on swap-device (8:0:616)
Fri Dec 30 19:17:08 2016 kern.alert kernel: [ 4448.650000] Write-error on swap-device (8:0:624)
Fri Dec 30 19:17:08 2016 kern.alert kernel: [ 4448.650000] Write-error on swap-device (8:0:632)
Fri Dec 30 19:17:08 2016 kern.alert kernel: [ 4448.650000] Write-error on swap-device (8:0:640)
Fri Dec 30 19:17:08 2016 kern.alert kernel: [ 4448.660000] Write-error on swap-device (8:0:648)
Fri Dec 30 19:17:08 2016 kern.alert kernel: [ 4448.660000] Write-error on swap-device (8:0:656)
Fri Dec 30 19:17:08 2016 kern.alert kernel: [ 4448.700000] Write-error on swap-device (8:0:664)
Fri Dec 30 19:17:09 2016 kern.alert kernel: [ 4449.210000] Write-error on swap-device (8:0:672)
Fri Dec 30 19:17:09 2016 kern.alert kernel: [ 4449.210000] Write-error on swap-device (8:0:680)
Fri Dec 30 19:17:09 2016 kern.alert kernel: [ 4449.230000] Write-error on swap-device (8:0:688)
Fri Dec 30 19:17:09 2016 kern.alert kernel: [ 4449.250000] Write-error on swap-device (8:0:696)
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.100000] ------------[ cut here ]------------
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.100000] WARNING: CPU: 0 PID: 2914 at fs/inode.c:339 inc_nlink+0x50/0x74()
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.110000] Modules linked in: pppoe ppp_async option iptable_nat usb_wwan sierra_net rndis_host qmi_wwan pppox ppp_generic pl2303 nf_nat_ipv4 nf_conntrack_ipv4 iptable_raw iptable_mangle iptable_filter ipt_REJECT ipt_MASQUERADE ipt_ECN ip_tables cdc_ether ax88179_178a asix xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_ecn xt_dscp xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_NETMAP xt_Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.220000] CPU: 0 PID: 2914 Comm: opkg Tainted: G        W      3.18.36 #40
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.220000] Stack : 00000000 00000000 00000000 00000000 803b4292 00000040 00000000 80111e34
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.220000]         00000001 8366bdd0 802ffa20 803565e3 00000b62 803b34d0 838d10d0 8366bdd0
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.220000]         8349b690 00000031 834e1440 800a35b4 00000003 8008039c 00000153 8366bdd0
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.220000]         80303050 81735a2c 00000000 00000000 00000000 00000000 00000000 00000000
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.220000]         00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.220000]         ...
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.260000] Call Trace:
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.260000] [<80071038>] show_stack+0x50/0x84
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.270000] [<80080518>] warn_slowpath_common+0x84/0xb4
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.270000] [<800805d0>] warn_slowpath_null+0x18/0x24
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.280000] [<80111e34>] inc_nlink+0x50/0x74
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.280000] [<801517dc>] jffs2_mkdir+0x2d8/0x35c
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.290000] [<80105038>] vfs_mkdir+0x8c/0xec
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.290000] [<801662dc>] ovl_create_real+0xc4/0x134
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.300000] [<801689c0>] ovl_copy_up_one+0x274/0x5ac
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.300000] [<80168da8>] ovl_copy_up+0xb0/0xfc
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.300000] [<80165dc4>] ovl_d_select_inode+0xd8/0x188
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.310000] [<800faa5c>] vfs_open+0x4c/0x80
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.310000] [<801086a0>] do_last.isra.58+0x89c/0xb58
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.320000] [<80108b7c>] path_openat+0x220/0x580
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.320000] [<80109adc>] do_filp_open+0x3c/0xa4
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.330000] [<800fae4c>] do_sys_open+0x18c/0x238
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.330000] [<80062b5c>] handle_sys+0x11c/0x140
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.340000]
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.340000] ---[ end trace 87b96a6939223d59 ]---
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.350000] ------------[ cut here ]------------
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.350000] WARNING: CPU: 0 PID: 2914 at fs/inode.c:339 inc_nlink+0x50/0x74()
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.360000] Modules linked in: pppoe ppp_async option iptable_nat usb_wwan sierra_net rndis_host qmi_wwan pppox ppp_generic pl2303 nf_nat_ipv4 nf_conntrack_ipv4 iptable_raw iptable_mangle iptable_filter ipt_REJECT ipt_MASQUERADE ipt_ECN ip_tables cdc_ether ax88179_178a asix xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_ecn xt_dscp xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_NETMAP xt_Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.470000] CPU: 0 PID: 2914 Comm: opkg Tainted: G        W      3.18.36 #40
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.480000] Stack : 00000000 00000000 00000000 00000000 803b4292 00000040 00000000 80111e34
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.480000]         00000001 8366bbb0 802ffa20 803565e3 00000b62 803b34d0 838d10d0 8366bbb0
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.480000]         8349b690 00000031 8366bdd0 800a35b4 00000003 8008039c 00000153 8366bbb0
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.480000]         80303050 81735a2c 00000000 00000000 00000000 00000000 00000000 00000000
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.480000]         00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.480000]         ...
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.510000] Call Trace:
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.510000] [<80071038>] show_stack+0x50/0x84
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.520000] [<80080518>] warn_slowpath_common+0x84/0xb4
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.520000] [<800805d0>] warn_slowpath_null+0x18/0x24
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.530000] [<80111e34>] inc_nlink+0x50/0x74
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.530000] [<801517dc>] jffs2_mkdir+0x2d8/0x35c
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.540000] [<80105038>] vfs_mkdir+0x8c/0xec
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.540000] [<801662dc>] ovl_create_real+0xc4/0x134
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.550000] [<801689c0>] ovl_copy_up_one+0x274/0x5ac
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.550000] [<80168da8>] ovl_copy_up+0xb0/0xfc
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.560000] [<80165dc4>] ovl_d_select_inode+0xd8/0x188
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.560000] [<800faa5c>] vfs_open+0x4c/0x80
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.570000] [<801086a0>] do_last.isra.58+0x89c/0xb58
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.570000] [<80108b7c>] path_openat+0x220/0x580
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.570000] [<80109adc>] do_filp_open+0x3c/0xa4
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.580000] [<800fae4c>] do_sys_open+0x18c/0x238
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.580000] [<80062b5c>] handle_sys+0x11c/0x140
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.590000]
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.590000] ---[ end trace 87b96a6939223d5a ]---
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.600000] ------------[ cut here ]------------
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.610000] WARNING: CPU: 0 PID: 2914 at fs/inode.c:339 inc_nlink+0x50/0x74()
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.610000] Modules linked in: pppoe ppp_async option iptable_nat usb_wwan sierra_net rndis_host qmi_wwan pppox ppp_generic pl2303 nf_nat_ipv4 nf_conntrack_ipv4 iptable_raw iptable_mangle iptable_filter ipt_REJECT ipt_MASQUERADE ipt_ECN ip_tables cdc_ether ax88179_178a asix xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_ecn xt_dscp xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_NETMAP xt_Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.720000] CPU: 0 PID: 2914 Comm: opkg Tainted: G        W      3.18.36 #40
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.730000] Stack : 00000000 00000000 00000000 00000000 803b4292 00000040 00000000 80111e34
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.730000]         00000001 8366be58 802ffa20 803565e3 00000b62 803b34d0 838d10d0 8366be58
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.730000]         8349b690 00000031 8366bbb0 800a35b4 00000003 8008039c 00000153 8366be58
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.730000]         80303050 81735a2c 00000000 00000000 00000000 00000000 00000000 00000000
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.730000]         00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.730000]         ...
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.770000] Call Trace:
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.770000] [<80071038>] show_stack+0x50/0x84
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.770000] [<80080518>] warn_slowpath_common+0x84/0xb4
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.780000] [<800805d0>] warn_slowpath_null+0x18/0x24
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.780000] [<80111e34>] inc_nlink+0x50/0x74
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.790000] [<801517dc>] jffs2_mkdir+0x2d8/0x35c
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.790000] [<80105038>] vfs_mkdir+0x8c/0xec
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.800000] [<801662dc>] ovl_create_real+0xc4/0x134
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.800000] [<801689c0>] ovl_copy_up_one+0x274/0x5ac
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.810000] [<80168da8>] ovl_copy_up+0xb0/0xfc
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.810000] [<80165dc4>] ovl_d_select_inode+0xd8/0x188
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.820000] [<800faa5c>] vfs_open+0x4c/0x80
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.820000] [<801086a0>] do_last.isra.58+0x89c/0xb58
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.820000] [<80108b7c>] path_openat+0x220/0x580
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.830000] [<80109adc>] do_filp_open+0x3c/0xa4
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.830000] [<800fae4c>] do_sys_open+0x18c/0x238
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.840000] [<80062b5c>] handle_sys+0x11c/0x140
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.840000]
Fri Dec 30 19:17:15 2016 kern.warn kernel: [ 4455.840000] ---[ end trace 87b96a6939223d5b ]---
Fri Dec 30 20:05:22 2016 auth.info sshd[2894]: WARNING: /etc/ssh/moduli does not exist, using fixed modulus

dmesg.txt

root@Pineapple:/tmp# cat dmesg.txt
[    0.000000] Linux version 3.18.36 (openwrt@651d0feeed27) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r49403) ) #40 Fri Oct 28 05:42:22 UTC 2016
[    0.000000] MyLoader: sysp=8a14b024, boardp=44b65156, parts=b69f8d32
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019374 (MIPS 24Kc)
[    0.000000] SoC: Atheros AR9330 rev 1
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 04000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x00000000-0x03ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000-0x03ffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x03ffffff]
[    0.000000] On node 0 totalpages: 16384
[    0.000000] free_area_init_node: node 0, pgdat 80355cf0, node_mem_map 81000000
[    0.000000]   Normal zone: 128 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 16384 pages, LIFO batch:3
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
[    0.000000] Kernel command line:  board=PINEAPPLE-NANO  console=ttyATH0,115200 rootfstype=squashfs,jffs2 noinitrd
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] Memory: 60944K/65536K available (2467K kernel code, 126K rwdata, 528K rodata, 260K init, 188K bss, 4592K reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:51
[    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
[    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
[    0.080000] pid_max: default: 32768 minimum: 301
[    0.080000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.090000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.100000] NET: Registered protocol family 16
[    0.100000] MIPS: machine is WiFi Pineapple NANO
[    0.380000] Switched to clocksource MIPS
[    0.380000] NET: Registered protocol family 2
[    0.390000] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.390000] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.400000] TCP: Hash tables configured (established 1024 bind 1024)
[    0.400000] TCP: reno registered
[    0.410000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.410000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.420000] NET: Registered protocol family 1
[    0.420000] PCI: CLS 0 bytes, default 32
[    0.420000] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.440000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.440000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.450000] msgmni has been set to 119
[    0.460000] io scheduler noop registered
[    0.460000] io scheduler deadline registered (default)
[    0.470000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    0.470000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11, base_baud = 1562500) is a AR933X UART
[    0.480000] console [ttyATH0] enabled
[    0.490000] bootconsole [early0] disabled
[    0.500000] m25p80 spi0.0: found mx25l12805d, expected m25p80
[    0.500000] m25p80 spi0.0: mx25l12805d (16384 Kbytes)
[    0.520000] 5 tp-link partitions found on MTD device spi0.0
[    0.520000] Creating 5 MTD partitions on "spi0.0":
[    0.520000] 0x000000000000-0x000000020000 : "u-boot"
[    0.530000] 0x000000020000-0x000000134f84 : "kernel"
[    0.540000] 0x000000134f84-0x000000ff0000 : "rootfs"
[    0.540000] mtd: device 2 (rootfs) set to be root filesystem
[    0.550000] 1 squashfs-split partitions found on MTD device rootfs
[    0.550000] 0x000000dc0000-0x000000ff0000 : "rootfs_data"
[    0.560000] 0x000000ff0000-0x000001000000 : "art"
[    0.560000] 0x000000020000-0x000000ff0000 : "firmware"
[    0.590000] libphy: ag71xx_mdio: probed
[    1.190000] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
[    1.200000] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:MII
[    1.200000] TCP: cubic registered
[    1.200000] NET: Registered protocol family 17
[    1.210000] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[    1.220000] 8021q: 802.1Q VLAN Support v1.8
[    1.230000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
[    1.240000] Freeing unused kernel memory: 260K (8036f000 - 803b0000)
[    2.620000] init: Console is alive
[    2.620000] init: - watchdog -
[    5.290000] usbcore: registered new interface driver usbfs
[    5.300000] usbcore: registered new interface driver hub
[    5.300000] usbcore: registered new device driver usb
[    5.360000] SCSI subsystem initialized
[    5.370000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.380000] ehci-platform: EHCI generic platform driver
[    5.380000] ehci-platform ehci-platform: EHCI Host Controller
[    5.390000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
[    5.400000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
[    5.420000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
[    5.420000] hub 1-0:1.0: USB hub found
[    5.420000] hub 1-0:1.0: 1 port detected
[    5.430000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.440000] ohci-platform: OHCI generic platform driver
[    5.450000] uhci_hcd: USB Universal Host Controller Interface driver
[    5.460000] usbcore: registered new interface driver usb-storage
[    5.750000] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    5.830000] init: - preinit -
[    6.180000] hub 1-1:1.0: USB hub found
[    6.180000] hub 1-1:1.0: 4 ports detected
[    6.300000] random: procd urandom read with 10 bits of entropy available
[    6.580000] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
[    6.810000] mount_root: loading kmods from internal overlay
[    7.170000] block: attempting to load /etc/config/fstab
[    7.290000] block: extroot: not configured
[    7.290000] mount_root: no usable overlay filesystem found, using tmpfs overlay
[    7.350000] procd: - early -
[    7.350000] procd: - watchdog -
[    8.140000] procd: - ubus -
[    9.150000] procd: - init -
[   10.840000] Loading modules backported from Linux version v4.4-rc5-1913-gc8fdf68
[   10.850000] Backport generated by backports.git backports-20151218-0-g2f58d9d
[   11.010000] ath: EEPROM regdomain: 0x0
[   11.010000] ath: EEPROM indicates default country code should be used
[   11.010000] ath: doing EEPROM country->regdmn map search
[   11.010000] ath: country maps to regdmn code: 0x3a
[   11.010000] ath: Country alpha2 being used: US
[   11.010000] ath: Regpair used: 0x3a
[   11.020000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   11.020000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
[   11.040000] usbcore: registered new interface driver ath9k_htc
[   11.080000] RPC: Registered named UNIX socket transport module.
[   11.080000] RPC: Registered udp transport module.
[   11.090000] RPC: Registered tcp transport module.
[   11.090000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   11.130000] tun: Universal TUN/TAP device driver, 1.6
[   11.130000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   11.200000] usbcore: registered new interface driver rt2800usb
[   11.210000] usbcore: registered new interface driver rtl8187
[   11.340000] usbcore: registered new interface driver rtl8192cu
[   11.390000] usbcore: registered new interface driver cdc_acm
[   11.400000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[   11.410000] usbcore: registered new interface driver cdc_wdm
[   11.440000] nf_conntrack version 0.5.0 (956 buckets, 3824 max)
[   11.500000] usbcore: registered new interface driver ums-alauda
[   11.510000] usbcore: registered new interface driver ums-cypress
[   11.520000] usbcore: registered new interface driver ums-datafab
[   11.530000] usbcore: registered new interface driver ums-freecom
[   11.540000] usbcore: registered new interface driver ums-isd200
[   11.540000] usbcore: registered new interface driver ums-jumpshot
[   11.550000] usbcore: registered new interface driver ums-karma
[   11.560000] usbcore: registered new interface driver ums-sddr09
[   11.570000] usbcore: registered new interface driver ums-sddr55
[   11.580000] usbcore: registered new interface driver ums-usbat
[   11.600000] usbcore: registered new interface driver usbserial
[   11.600000] usbcore: registered new interface driver usbserial_generic
[   11.610000] usbserial: USB Serial support registered for generic
[   11.660000] xt_time: kernel timezone is -0000
[   11.670000] usbcore: registered new interface driver asix
[   11.680000] usbcore: registered new interface driver ax88179_178a
[   11.680000] usb 1-1.1: device descriptor read/64, error -145
[   11.690000] usbcore: registered new interface driver cdc_ether
[   11.700000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   11.720000] usbcore: registered new interface driver pl2303
[   11.730000] usbserial: USB Serial support registered for pl2303
[   11.740000] PPP generic driver version 2.4.2
[   11.750000] NET: Registered protocol family 24
[   11.750000] usbcore: registered new interface driver qmi_wwan
[   11.760000] usbcore: registered new interface driver rndis_host
[   11.770000] usbcore: registered new interface driver sierra_net
[   11.790000] usbcore: registered new interface driver option
[   11.790000] usbserial: USB Serial support registered for GSM modem (1-port)
[   11.950000] usb 1-1.1: ath9k_htc: Firmware ath9k_htc/htc_9271-1.4.0.fw requested
[   12.070000] usb 1-1.2: new high-speed USB device number 4 using ehci-platform
[   12.260000] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[   12.290000] scsi host0: usb-storage 1-1.2:1.0
[   12.350000] usb 1-1.1: ath9k_htc: Transferred FW: ath9k_htc/htc_9271-1.4.0.fw, size: 51008
[   12.610000] ath9k_htc 1-1.1:1.0: ath9k_htc: HTC initialized with 33 credits
[   13.290000] scsi 0:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0933 PQ: 0 ANSI: 6
[   13.300000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   13.580000] ath9k_htc 1-1.1:1.0: ath9k_htc: FW Version: 1.4
[   13.580000] ath9k_htc 1-1.1:1.0: FW RMW support: On
[   13.580000] ath: EEPROM regdomain: 0x0
[   13.580000] ath: EEPROM indicates default country code should be used
[   13.580000] ath: doing EEPROM country->regdmn map search
[   13.580000] ath: country maps to regdmn code: 0x3a
[   13.580000] ath: Country alpha2 being used: US
[   13.580000] ath: Regpair used: 0x3a
[   13.610000] ieee80211 phy1: Atheros AR9271 Rev:1
[   13.690000] sd 0:0:0:0: [sda] 124735488 512-byte logical blocks: (63.8 GB/59.4 GiB)
[   13.690000] sd 0:0:0:0: [sda] Write Protect is off
[   13.700000] sd 0:0:0:0: [sda] Mode Sense: 21 00 00 00
[   13.710000] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   13.780000]  sda: sda1 sda2
[   13.790000] sd 0:0:0:0: [sda] Attached SCSI removable disk
[   17.010000] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
[   17.040000] EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities
[   17.310000] EXT4-fs (sda1): recovery complete
[   17.310000] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   22.710000] random: nonblocking pool is initialized
[   22.910000] Adding 1004024k swap on /dev/sdcard/sd2.  Priority:-1 extents:1 across:1004024k
[   24.890000] device eth0 entered promiscuous mode
[   27.780000] eth0: link up (100Mbps/Full duplex)
[   27.980000] br-lan: port 1(eth0) entered forwarding state
[   27.980000] br-lan: port 1(eth0) entered forwarding state
[   29.980000] br-lan: port 1(eth0) entered forwarding state
[   30.340000] device wlan0 entered promiscuous mode
[   30.420000] br-lan: port 2(wlan0) entered forwarding state
[   30.420000] br-lan: port 2(wlan0) entered forwarding state
[   30.680000] device wlan0-1 entered promiscuous mode
[   30.680000] br-lan: port 3(wlan0-1) entered forwarding state
[   30.690000] br-lan: port 3(wlan0-1) entered forwarding state
[   32.420000] br-lan: port 2(wlan0) entered forwarding state
[   32.690000] br-lan: port 3(wlan0-1) entered forwarding state
[   61.810000] jffs2: notice: (1827) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found.
[   66.160000] br-lan: port 3(wlan0-1) entered disabled state
[   66.170000] device wlan0-1 left promiscuous mode
[   66.170000] br-lan: port 3(wlan0-1) entered disabled state
[   66.400000] device wlan0 left promiscuous mode
[   66.400000] br-lan: port 2(wlan0) entered disabled state
[   68.540000] eth0: link down
[   68.580000] device wlan0 entered promiscuous mode
[   68.590000] br-lan: port 2(wlan0) entered forwarding state
[   68.590000] br-lan: port 2(wlan0) entered forwarding state
[   69.200000] br-lan: port 1(eth0) entered disabled state
[   70.540000] eth0: link up (100Mbps/Full duplex)
[   70.540000] br-lan: port 1(eth0) entered forwarding state
[   70.550000] br-lan: port 1(eth0) entered forwarding state
[   70.590000] br-lan: port 2(wlan0) entered forwarding state
[   70.820000] usb-storage 1-1.2:1.0: USB Mass Storage device detected
[   70.840000] scsi host1: usb-storage 1-1.2:1.0
[   71.850000] scsi 1:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0933 PQ: 0 ANSI: 6
[   71.850000] sd 1:0:0:0: Attached scsi generic sg0 type 0
[   72.240000] sd 1:0:0:0: [sdb] 124735488 512-byte logical blocks: (63.8 GB/59.4 GiB)
[   72.270000] sd 1:0:0:0: [sdb] Write Protect is off
[   72.270000] sd 1:0:0:0: [sdb] Mode Sense: 21 00 00 00
[   72.270000] sd 1:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[   72.310000]  sdb: sdb1 sdb2
[   72.320000] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[   72.550000] br-lan: port 1(eth0) entered forwarding state
[   73.970000] EXT4-fs (sdb1): couldn't mount as ext3 due to feature incompatibilities
[   73.990000] EXT4-fs (sdb1): couldn't mount as ext2 due to feature incompatibilities
[   74.070000] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[   74.300000] Adding 1004024k swap on /dev/sdcard/sd2.  Priority:-2 extents:1 across:1004024k
[   87.460000] br-lan: port 2(wlan0) entered disabled state
[   87.870000] device wlan0 left promiscuous mode
[   87.870000] br-lan: port 2(wlan0) entered disabled state
[  117.190000] device wlan0 entered promiscuous mode
[  117.200000] br-lan: port 2(wlan0) entered forwarding state
[  117.200000] br-lan: port 2(wlan0) entered forwarding state
[  117.290000] device wlan0-1 entered promiscuous mode
[  117.300000] br-lan: port 3(wlan0-1) entered forwarding state
[  117.300000] br-lan: port 3(wlan0-1) entered forwarding state
[  117.830000] br-lan: port 3(wlan0-1) entered disabled state
[  118.030000] br-lan: port 3(wlan0-1) entered forwarding state
[  118.040000] br-lan: port 3(wlan0-1) entered forwarding state
[  119.200000] br-lan: port 2(wlan0) entered forwarding state
[  120.040000] br-lan: port 3(wlan0-1) entered forwarding state
[  184.870000] Write-error on swap-device (8:0:8)
[  184.870000] Write-error on swap-device (8:0:16)
[  184.870000] Write-error on swap-device (8:0:24)
[  184.890000] Write-error on swap-device (8:0:32)
[  184.990000] Write-error on swap-device (8:0:40)
[  184.990000] Write-error on swap-device (8:0:48)
[  185.010000] Write-error on swap-device (8:0:56)
[  185.350000] Write-error on swap-device (8:0:64)
[  185.350000] Write-error on swap-device (8:0:72)
[  185.350000] Write-error on swap-device (8:0:80)
[  185.370000] Write-error on swap-device (8:0:88)
[  185.370000] Write-error on swap-device (8:0:96)
[  185.370000] Write-error on swap-device (8:0:104)
[  185.390000] Write-error on swap-device (8:0:112)
[  185.390000] Write-error on swap-device (8:0:120)
[  185.390000] Write-error on swap-device (8:0:128)
[  185.400000] Write-error on swap-device (8:0:136)
[  185.400000] Write-error on swap-device (8:0:144)
[  185.420000] Write-error on swap-device (8:0:152)
[  185.420000] Write-error on swap-device (8:0:160)
[  185.420000] Write-error on swap-device (8:0:168)
[  185.440000] Write-error on swap-device (8:0:176)
[  185.440000] Write-error on swap-device (8:0:184)
[  185.440000] Write-error on swap-device (8:0:192)
[  185.460000] Write-error on swap-device (8:0:200)
[  185.460000] Write-error on swap-device (8:0:208)
[  185.460000] Write-error on swap-device (8:0:216)
[  185.490000] Write-error on swap-device (8:0:224)
[  185.590000] Write-error on swap-device (8:0:232)
[  185.590000] Write-error on swap-device (8:0:240)
[  185.590000] Write-error on swap-device (8:0:248)
[  185.610000] Write-error on swap-device (8:0:256)
[  185.610000] Write-error on swap-device (8:0:264)
[  185.610000] Write-error on swap-device (8:0:272)
[  185.630000] Write-error on swap-device (8:0:280)
[  185.630000] Write-error on swap-device (8:0:288)
[  185.630000] Write-error on swap-device (8:0:296)
[  185.650000] Write-error on swap-device (8:0:304)
[  185.650000] Write-error on swap-device (8:0:312)
[  185.650000] Write-error on swap-device (8:0:320)
[  185.670000] Write-error on swap-device (8:0:328)
[  185.670000] Write-error on swap-device (8:0:336)
[  186.190000] Write-error on swap-device (8:0:344)
[  186.190000] Write-error on swap-device (8:0:352)
[  186.190000] Write-error on swap-device (8:0:360)
[  186.310000] Write-error on swap-device (8:0:368)
[  186.310000] Write-error on swap-device (8:0:376)
[  186.310000] Write-error on swap-device (8:0:384)
[  186.380000] Write-error on swap-device (8:0:392)
[  186.380000] Write-error on swap-device (8:0:400)
[  186.380000] Write-error on swap-device (8:0:408)
[  186.400000] Write-error on swap-device (8:0:416)
[  186.400000] Write-error on swap-device (8:0:424)
[  186.400000] Write-error on swap-device (8:0:432)
[  186.420000] Write-error on swap-device (8:0:440)
[  186.420000] Write-error on swap-device (8:0:448)
[  186.420000] Write-error on swap-device (8:0:456)
[  186.440000] Write-error on swap-device (8:0:464)
[  186.440000] Write-error on swap-device (8:0:472)
[  186.440000] Write-error on swap-device (8:0:480)
[  186.470000] Write-error on swap-device (8:0:488)
[  186.470000] Write-error on swap-device (8:0:496)
[  186.470000] Write-error on swap-device (8:0:504)
[  186.500000] Write-error on swap-device (8:0:512)
[  186.500000] Write-error on swap-device (8:0:520)
[  186.500000] Write-error on swap-device (8:0:528)
[  186.530000] Write-error on swap-device (8:0:536)
[  186.530000] Write-error on swap-device (8:0:544)
[  186.530000] Write-error on swap-device (8:0:552)
[  186.560000] Write-error on swap-device (8:0:560)
[  186.560000] Write-error on swap-device (8:0:568)
[  186.560000] Write-error on swap-device (8:0:576)
[  186.580000] Write-error on swap-device (8:0:584)
[  186.580000] Write-error on swap-device (8:0:592)
[  186.580000] Write-error on swap-device (8:0:600)
[  186.590000] Write-error on swap-device (8:0:608)
[  186.590000] Write-error on swap-device (8:0:616)
[  186.610000] Write-error on swap-device (8:0:624)
[  186.610000] Write-error on swap-device (8:0:632)
[  186.610000] Write-error on swap-device (8:0:640)
[  186.630000] Write-error on swap-device (8:0:648)
[  186.630000] Write-error on swap-device (8:0:656)
[  186.630000] Write-error on swap-device (8:0:664)
[  186.650000] Write-error on swap-device (8:0:672)
[  186.650000] Write-error on swap-device (8:0:680)
[  186.650000] Write-error on swap-device (8:0:688)
[  186.670000] Write-error on swap-device (8:0:696)
[  186.670000] Write-error on swap-device (8:0:704)
[  186.670000] Write-error on swap-device (8:0:712)
[  186.690000] Write-error on swap-device (8:0:720)
[  186.690000] Write-error on swap-device (8:0:728)
[  186.690000] Write-error on swap-device (8:0:736)
[  186.710000] Write-error on swap-device (8:0:744)
[  186.710000] Write-error on swap-device (8:0:752)
[  186.710000] Write-error on swap-device (8:0:760)
[  186.730000] Write-error on swap-device (8:0:768)
[  186.730000] Write-error on swap-device (8:0:776)
[  186.730000] Write-error on swap-device (8:0:784)
[  186.750000] Write-error on swap-device (8:0:792)
[  186.750000] Write-error on swap-device (8:0:800)
[  186.750000] Write-error on swap-device (8:0:808)
[  186.770000] Write-error on swap-device (8:0:816)
[  186.770000] Write-error on swap-device (8:0:824)
[  186.770000] Write-error on swap-device (8:0:832)
[  186.790000] Write-error on swap-device (8:0:840)
[  186.790000] Write-error on swap-device (8:0:848)
[  186.790000] Write-error on swap-device (8:0:856)
[  186.810000] Write-error on swap-device (8:0:864)
[  186.810000] Write-error on swap-device (8:0:872)
[  186.810000] Write-error on swap-device (8:0:880)
[  186.830000] Write-error on swap-device (8:0:888)
[  186.830000] Write-error on swap-device (8:0:896)
[  186.830000] Write-error on swap-device (8:0:904)
[  186.860000] Write-error on swap-device (8:0:912)
[  186.860000] Write-error on swap-device (8:0:920)
[  186.860000] Write-error on swap-device (8:0:928)
[  186.890000] Write-error on swap-device (8:0:936)
[  186.890000] Write-error on swap-device (8:0:944)
[  186.890000] Write-error on swap-device (8:0:952)
[  186.920000] Write-error on swap-device (8:0:960)
[  186.920000] Write-error on swap-device (8:0:968)
[  191.150000] Write-error on swap-device (8:0:976)
[  191.150000] Write-error on swap-device (8:0:984)
[  191.150000] Write-error on swap-device (8:0:992)
[  191.270000] Write-error on swap-device (8:0:1000)
[  191.270000] Write-error on swap-device (8:0:1008)
[  191.400000] Write-error on swap-device (8:0:1016)
[  191.400000] Write-error on swap-device (8:0:1024)
[  191.410000] Write-error on swap-device (8:0:1032)
[  191.420000] Write-error on swap-device (8:0:1040)
[  191.420000] Write-error on swap-device (8:0:1048)
[  191.430000] Write-error on swap-device (8:0:1056)
[  191.430000] Write-error on swap-device (8:0:1064)
[  191.440000] Write-error on swap-device (8:0:1072)
[  191.440000] Write-error on swap-device (8:0:1080)
[  191.440000] Write-error on swap-device (8:0:1088)
[  191.450000] Write-error on swap-device (8:0:1096)
[  191.460000] Write-error on swap-device (8:0:1104)
[  191.460000] Write-error on swap-device (8:0:1112)
[  191.460000] Write-error on swap-device (8:0:1120)
[  191.590000] Write-error on swap-device (8:0:1128)
[  191.590000] Write-error on swap-device (8:0:1136)
[  191.590000] Write-error on swap-device (8:0:1144)
[  191.610000] Write-error on swap-device (8:0:1152)
[  191.610000] Write-error on swap-device (8:0:1160)
[  191.610000] Write-error on swap-device (8:0:1168)
[  191.630000] Write-error on swap-device (8:0:1176)
[  191.630000] Write-error on swap-device (8:0:1184)
[  191.630000] Write-error on swap-device (8:0:1192)
[  191.650000] Write-error on swap-device (8:0:1200)
[  191.650000] Write-error on swap-device (8:0:1208)
[  191.650000] Write-error on swap-device (8:0:1216)
[  191.670000] Write-error on swap-device (8:0:1224)
[  191.670000] Write-error on swap-device (8:0:1232)
[  191.670000] Write-error on swap-device (8:0:1240)
[  191.680000] Write-error on swap-device (8:0:1248)
[  191.680000] Write-error on swap-device (8:0:1256)
[  191.690000] Write-error on swap-device (8:0:1264)
[  191.690000] Write-error on swap-device (8:0:1272)
[  191.700000] Write-error on swap-device (8:0:1280)
[  191.700000] Write-error on swap-device (8:0:1288)
[  191.710000] Write-error on swap-device (8:0:1296)
[  191.710000] Write-error on swap-device (8:0:1304)
[  191.720000] Write-error on swap-device (8:0:1312)
[  191.720000] Write-error on swap-device (8:0:1320)
[  191.730000] Write-error on swap-device (8:0:1328)
[  191.730000] Write-error on swap-device (8:0:1336)
[  191.740000] Write-error on swap-device (8:0:1344)
[  191.740000] Write-error on swap-device (8:0:1352)
[  191.740000] Write-error on swap-device (8:0:1360)
[  191.750000] Write-error on swap-device (8:0:1368)
[  191.750000] Write-error on swap-device (8:0:1376)
[  191.760000] Write-error on swap-device (8:0:1384)
[  191.760000] Write-error on swap-device (8:0:1392)
[  191.770000] Write-error on swap-device (8:0:1400)
[  191.780000] Write-error on swap-device (8:0:1408)
[  191.780000] Write-error on swap-device (8:0:1416)
[  191.790000] Write-error on swap-device (8:0:1424)
[  191.790000] Write-error on swap-device (8:0:1432)
[  191.800000] Write-error on swap-device (8:0:1440)
[  191.800000] Write-error on swap-device (8:0:1448)
[  191.810000] Write-error on swap-device (8:0:1456)
[  191.810000] Write-error on swap-device (8:0:1464)
[  192.200000] Write-error on swap-device (8:0:1472)
[  192.220000] Write-error on swap-device (8:0:1480)
[  192.220000] Write-error on swap-device (8:0:1488)
[  192.220000] Write-error on swap-device (8:0:1496)
[  192.240000] Write-error on swap-device (8:0:1504)
[  192.240000] Write-error on swap-device (8:0:1512)
[  192.240000] Write-error on swap-device (8:0:1520)
[  192.260000] Write-error on swap-device (8:0:1528)
[  192.260000] Write-error on swap-device (8:0:1536)
[  192.260000] Write-error on swap-device (8:0:1544)
[  192.280000] Write-error on swap-device (8:0:1552)
[  192.280000] Write-error on swap-device (8:0:1560)
[  192.280000] Write-error on swap-device (8:0:1568)
[  192.300000] Write-error on swap-device (8:0:1576)
[  192.300000] Write-error on swap-device (8:0:1584)
[  192.300000] Write-error on swap-device (8:0:1592)
[  192.320000] Write-error on swap-device (8:0:1600)
[  192.320000] Write-error on swap-device (8:0:1608)
[  192.320000] Write-error on swap-device (8:0:1616)
[  192.340000] Write-error on swap-device (8:0:1624)
[  192.340000] Write-error on swap-device (8:0:1632)
[  192.340000] Write-error on swap-device (8:0:1640)
[  192.360000] Write-error on swap-device (8:0:1648)
[  192.360000] Write-error on swap-device (8:0:1656)
[  192.360000] Write-error on swap-device (8:0:1664)
[  192.380000] Write-error on swap-device (8:0:1672)
[  192.380000] Write-error on swap-device (8:0:1680)
[  192.380000] Write-error on swap-device (8:0:1688)
[  192.400000] Write-error on swap-device (8:0:1696)
[  192.400000] Write-error on swap-device (8:0:1704)
[  192.400000] Write-error on swap-device (8:0:1712)
[  192.410000] Write-error on swap-device (8:0:1720)
[  192.420000] Write-error on swap-device (8:0:1728)
[  192.420000] Write-error on swap-device (8:0:1736)
[  192.430000] Write-error on swap-device (8:0:1744)
[  192.430000] Write-error on swap-device (8:0:1752)
[  192.430000] Write-error on swap-device (8:0:1760)
[  192.440000] Write-error on swap-device (8:0:1768)
[  192.440000] Write-error on swap-device (8:0:1776)
[  192.450000] Write-error on swap-device (8:0:1784)
[  192.450000] Write-error on swap-device (8:0:1792)
[  192.460000] Write-error on swap-device (8:0:1800)
[  192.460000] Write-error on swap-device (8:0:1808)
[  192.470000] Write-error on swap-device (8:0:1816)
[  192.470000] Write-error on swap-device (8:0:1824)
[  192.480000] Write-error on swap-device (8:0:1832)
[  192.480000] Write-error on swap-device (8:0:1840)
[  192.490000] Write-error on swap-device (8:0:1848)
[  192.490000] Write-error on swap-device (8:0:1856)
[  192.500000] Write-error on swap-device (8:0:1864)
[  192.500000] Write-error on swap-device (8:0:1872)
[  192.510000] Write-error on swap-device (8:0:1880)
[  192.510000] Write-error on swap-device (8:0:1888)
[  192.510000] Write-error on swap-device (8:0:1896)
[  192.530000] Write-error on swap-device (8:0:1904)
[  192.530000] Write-error on swap-device (8:0:1912)
[  205.600000] Write-error on swap-device (8:0:1920)
[  205.630000] Write-error on swap-device (8:0:1928)
[  205.630000] Write-error on swap-device (8:0:1936)
[  205.640000] Write-error on swap-device (8:0:1944)
[  205.730000] Write-error on swap-device (8:0:1952)
[  205.730000] Write-error on swap-device (8:0:1960)
[  205.730000] Write-error on swap-device (8:0:1968)
[  205.760000] Write-error on swap-device (8:0:1976)
[  205.760000] Write-error on swap-device (8:0:1984)
[  205.760000] Write-error on swap-device (8:0:1992)
[  205.780000] Write-error on swap-device (8:0:2000)
[  205.780000] Write-error on swap-device (8:0:2008)
[  205.780000] Write-error on swap-device (8:0:2016)
[  205.810000] Write-error on swap-device (8:0:2024)
[  205.810000] Write-error on swap-device (8:0:2032)
[  205.810000] Write-error on swap-device (8:0:2040)
[  205.840000] Write-error on swap-device (8:0:2048)
[  205.840000] Write-error on swap-device (8:0:2056)
[  205.840000] Write-error on swap-device (8:0:2064)
[  205.870000] Write-error on swap-device (8:0:2072)
[  205.870000] Write-error on swap-device (8:0:2080)
[  205.870000] Write-error on swap-device (8:0:2088)
[  205.890000] Write-error on swap-device (8:0:2096)
[  205.890000] Write-error on swap-device (8:0:2104)
[  205.890000] Write-error on swap-device (8:0:2112)
[  205.920000] Write-error on swap-device (8:0:2120)
[  205.940000] Write-error on swap-device (8:0:2128)
[  205.940000] Write-error on swap-device (8:0:2136)
[  205.940000] Write-error on swap-device (8:0:2144)
[  205.960000] Write-error on swap-device (8:0:2152)
[  205.960000] Write-error on swap-device (8:0:2160)
[  205.960000] Write-error on swap-device (8:0:2168)
[  205.980000] Write-error on swap-device (8:0:2176)
[  205.980000] Write-error on swap-device (8:0:2184)
[  205.980000] Write-error on swap-device (8:0:2192)
[  206.000000] Write-error on swap-device (8:0:2200)
[  206.000000] Write-error on swap-device (8:0:2208)
[  206.000000] Write-error on swap-device (8:0:2216)
[  206.020000] Write-error on swap-device (8:0:2224)
[  206.020000] Write-error on swap-device (8:0:2232)
[  206.020000] Write-error on swap-device (8:0:2240)
[  206.040000] Write-error on swap-device (8:0:2248)
[  206.040000] Write-error on swap-device (8:0:2256)
[  206.040000] Write-error on swap-device (8:0:2264)
[  206.070000] Write-error on swap-device (8:0:2272)
[  206.070000] Write-error on swap-device (8:0:2280)
[  225.340000] ------------[ cut here ]------------
[  225.340000] WARNING: CPU: 0 PID: 2914 at fs/inode.c:339 inc_nlink+0x50/0x74()
[  225.350000] Modules linked in: pppoe ppp_async option iptable_nat usb_wwan sierra_net rndis_host qmi_wwan pppox ppp_generic pl2303 nf_nat_ipv4 nf_conntrack_ipv4 iptable_raw iptable_mangle iptable_filter ipt_REJECT ipt_MASQUERADE ipt_ECN ip_tables cdc_ether ax88179_178a asix xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_ecn xt_dscp xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_NETMAP xt_LOG xt_HL xt_DSCP xt_CT xt_CLASSIFY x_tables usbserial usbnet ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_log_common nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack crc_itu_t cdc_wdm cdc_acm sg nfsv3 nfs rtl8192cu rtl_usb rtl8192c_common rtlwifi rtl8187 rt2800usb rt2800lib rt2x00usb rt2x00lib crc_ccitt tun vfat fat lockd sunrpc grace ath9k_htc ath9k ath9k_common ath9k_hw ath mac80211 cfg80211 compat nls_utf8 nls_iso8859_1 nls_cp437 eeprom_93cx6 arc4 crypto_blkcipher usb_storage uhci_hcd ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache usbcore nls_base usb_common crc16 mii aead crypto_hash
[  225.460000] CPU: 0 PID: 2914 Comm: opkg Not tainted 3.18.36 #40
[  225.460000] Stack : 00000000 00000000 00000000 00000000 803b4292 00000033 00000000 80111e34
[  225.460000]    00000001 835f06e8 802ffa20 803565e3 00000b62 803b34d0 838d10d0 835f06e8
[  225.460000]    8349b690 00000031 83595220 800a35b4 00000003 80080410 00000153 835f06e8
[  225.460000]    80303050 81735b4c 00000000 00000000 00000000 00000000 00000000 00000000
[  225.460000]    00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  225.460000]    ...
[  225.500000] Call Trace:
[  225.500000] [<80071038>] show_stack+0x50/0x84
[  225.510000] [<80080518>] warn_slowpath_common+0x84/0xb4
[  225.510000] [<800805d0>] warn_slowpath_null+0x18/0x24
[  225.520000] [<80111e34>] inc_nlink+0x50/0x74
[  225.520000] [<801517dc>] jffs2_mkdir+0x2d8/0x35c
[  225.520000] [<80105038>] vfs_mkdir+0x8c/0xec
[  225.530000] [<801662dc>] ovl_create_real+0xc4/0x134
[  225.530000] [<801689c0>] ovl_copy_up_one+0x274/0x5ac
[  225.540000] [<80168da8>] ovl_copy_up+0xb0/0xfc
[  225.540000] [<80165a20>] ovl_setattr+0x34/0xb8
[  225.550000] [<80113f24>] notify_change+0x1fc/0x380
[  225.550000] [<801239e4>] utimes_common+0x140/0x1ac
[  225.560000] [<80123b74>] do_utimes+0x124/0x17c
[  225.560000] [<80123c5c>] SyS_utime+0x90/0x9c
[  225.570000] [<80062b5c>] handle_sys+0x11c/0x140
[  225.570000]
[  225.570000] ---[ end trace 87b96a6939223d58 ]---
[  226.050000] Write-error on swap-device (8:0:2288)
[  226.050000] Write-error on swap-device (8:0:2296)
[  627.630000] Write-error on swap-device (8:0:2304)
[  627.630000] Write-error on swap-device (8:0:2312)
[  627.630000] Write-error on swap-device (8:0:2320)
[  627.640000] Write-error on swap-device (8:0:2328)
[  627.660000] Write-error on swap-device (8:0:2336)
[  627.660000] Write-error on swap-device (8:0:2344)
[  627.700000] Write-error on swap-device (8:0:2352)
[  627.700000] Write-error on swap-device (8:0:2360)
[  627.700000] Write-error on swap-device (8:0:2368)
[  627.720000] Write-error on swap-device (8:0:2376)
[  670.630000] Write-error on swap-device (8:0:2384)
[  670.630000] Write-error on swap-device (8:0:2392)
[  670.630000] Write-error on swap-device (8:0:2400)
[  670.650000] Write-error on swap-device (8:0:2408)
[  670.650000] Write-error on swap-device (8:0:2416)
[  670.650000] Write-error on swap-device (8:0:2424)
[ 1511.650000] Write-error on swap-device (8:0:2432)
[ 1511.650000] Write-error on swap-device (8:0:2440)
[ 1511.650000] Write-error on swap-device (8:0:2448)
[ 1511.680000] Write-error on swap-device (8:0:2456)
[ 1915.020000] Write-error on swap-device (8:0:2464)
[ 2125.230000] Write-error on swap-device (8:0:2472)
[ 2125.230000] Write-error on swap-device (8:0:2480)
[ 2125.280000] Write-error on swap-device (8:0:2488)
[ 2125.280000] Write-error on swap-device (8:0:2496)
[ 2248.420000] Write-error on swap-device (8:0:2504)
[ 2248.420000] Write-error on swap-device (8:0:2512)
[ 2248.440000] Write-error on swap-device (8:0:2520)
[ 2248.460000] Write-error on swap-device (8:0:2528)
[ 2248.460000] Write-error on swap-device (8:0:2536)
[ 2248.460000] Write-error on swap-device (8:0:2544)
[ 2250.790000] Write-error on swap-device (8:0:2552)
[ 2250.810000] Write-error on swap-device (8:0:2560)
[ 2250.810000] Write-error on swap-device (8:0:2568)
[ 2250.830000] Write-error on swap-device (8:0:2576)
[ 2250.830000] Write-error on swap-device (8:0:2584)
[ 2250.830000] Write-error on swap-device (8:0:2592)
[ 2257.940000] Write-error on swap-device (8:0:2600)
[ 2257.940000] Write-error on swap-device (8:0:2608)
[ 2257.970000] Write-error on swap-device (8:0:2616)
[ 2257.970000] Write-error on swap-device (8:0:2624)
[ 2257.970000] Write-error on swap-device (8:0:2632)
[ 2258.000000] Write-error on swap-device (8:0:2640)
[ 2258.000000] Write-error on swap-device (8:0:2648)
[ 2393.650000] Write-error on swap-device (8:0:2656)
[ 2393.650000] Write-error on swap-device (8:0:2664)
[ 2393.650000] Write-error on swap-device (8:0:2672)
[ 2393.670000] Write-error on swap-device (8:0:2680)
[ 2393.670000] Write-error on swap-device (8:0:2688)
[ 2393.670000] Write-error on swap-device (8:0:2696)
[ 2418.320000] Write-error on swap-device (8:0:2704)
[ 2418.340000] Write-error on swap-device (8:0:2712)
[ 2418.340000] Write-error on swap-device (8:0:2720)
[ 2418.340000] Write-error on swap-device (8:0:2728)
[ 2418.370000] Write-error on swap-device (8:0:2736)
[ 2418.370000] Write-error on swap-device (8:0:2744)
[ 2418.370000] Write-error on swap-device (8:0:2752)
[ 2418.390000] Write-error on swap-device (8:0:2760)
[ 2519.400000] Write-error on swap-device (8:0:2768)
[ 2519.400000] Write-error on swap-device (8:0:2776)
[ 2519.400000] Write-error on swap-device (8:0:2784)
[ 2519.420000] Write-error on swap-device (8:0:2792)
[ 2519.420000] Write-error on swap-device (8:0:2800)
[ 2519.420000] Write-error on swap-device (8:0:2808)
[ 2519.440000] Write-error on swap-device (8:0:2816)
[ 2519.440000] Write-error on swap-device (8:0:2824)
[ 2529.090000] Write-error on swap-device (8:0:2832)
[ 2529.110000] Write-error on swap-device (8:0:2840)
[ 2529.110000] Write-error on swap-device (8:0:2848)
[ 2529.150000] Write-error on swap-device (8:0:2856)
[ 2529.150000] Write-error on swap-device (8:0:2864)
[ 2665.480000] Write-error on swap-device (8:0:2872)
[ 2755.510000] Write-error on swap-device (8:0:2880)
[ 2755.510000] Write-error on swap-device (8:0:2888)
[ 2755.510000] Write-error on swap-device (8:0:2896)
[ 2755.530000] Write-error on swap-device (8:0:2904)
[ 2755.540000] Write-error on swap-device (8:0:2912)
[ 2755.540000] Write-error on swap-device (8:0:2920)
[ 2755.540000] Write-error on swap-device (8:0:2928)
[ 2755.560000] Write-error on swap-device (8:0:2936)
[ 2755.560000] Write-error on swap-device (8:0:2944)
[ 2799.540000] Write-error on swap-device (8:0:2952)
[ 2799.540000] Write-error on swap-device (8:0:2960)
[ 2799.540000] Write-error on swap-device (8:0:2968)
[ 2799.570000] Write-error on swap-device (8:0:2976)
[ 2799.570000] Write-error on swap-device (8:0:2984)
[ 2799.570000] Write-error on swap-device (8:0:2992)
[ 2799.590000] Write-error on swap-device (8:0:3000)
[ 2799.630000] Write-error on swap-device (8:0:3008)
[ 2799.630000] Write-error on swap-device (8:0:3016)
[ 2799.630000] Write-error on swap-device (8:0:3024)
[ 2910.330000] Write-error on swap-device (8:0:3032)
[ 2910.350000] Write-error on swap-device (8:0:3040)
[ 2910.350000] Write-error on swap-device (8:0:3048)
[ 2910.400000] Write-error on swap-device (8:0:3056)
[ 2910.400000] Write-error on swap-device (8:0:3064)
[ 2910.400000] Write-error on swap-device (8:0:3072)
[ 2910.430000] Write-error on swap-device (8:0:3080)
[ 2910.430000] Write-error on swap-device (8:0:3088)
[ 2910.430000] Write-error on swap-device (8:0:3096)
[ 2910.450000] Write-error on swap-device (8:0:3104)
[ 3031.790000] Write-error on swap-device (8:0:3112)
[ 3031.790000] Write-error on swap-device (8:0:3120)
[ 3031.790000] Write-error on swap-device (8:0:3128)
[ 3031.810000] Write-error on swap-device (8:0:3136)
[ 3031.810000] Write-error on swap-device (8:0:3144)
[ 3031.810000] Write-error on swap-device (8:0:3152)
[ 3031.830000] Write-error on swap-device (8:0:3160)
[ 3031.830000] Write-error on swap-device (8:0:3168)
[ 3031.830000] Write-error on swap-device (8:0:3176)
[ 3031.860000] Write-error on swap-device (8:0:3184)
[ 3033.960000] Write-error on swap-device (8:0:3192)
[ 3034.000000] Write-error on swap-device (8:0:3200)
[ 3034.000000] Write-error on swap-device (8:0:3208)
[ 3034.000000] Write-error on swap-device (8:0:3216)
[ 3034.020000] Write-error on swap-device (8:0:3224)
[ 3034.020000] Write-error on swap-device (8:0:3232)
[ 3034.020000] Write-error on swap-device (8:0:3240)
[ 3034.040000] Write-error on swap-device (8:0:3248)
[ 3034.040000] Write-error on swap-device (8:0:3256)
[ 3034.480000] Write-error on swap-device (8:0:3264)
[ 3034.480000] Write-error on swap-device (8:0:3272)
[ 3034.480000] Write-error on swap-device (8:0:3280)
[ 3034.520000] Write-error on swap-device (8:0:3288)
[ 3034.520000] Write-error on swap-device (8:0:3296)
[ 3034.520000] Write-error on swap-device (8:0:3304)
[ 3034.990000] Write-error on swap-device (8:0:3312)
[ 3035.020000] Write-error on swap-device (8:0:3320)
[ 3035.020000] Write-error on swap-device (8:0:3328)
[ 3315.470000] Write-error on swap-device (8:0:3336)
[ 3315.470000] Write-error on swap-device (8:0:3344)
[ 3315.470000] Write-error on swap-device (8:0:3352)
[ 3315.490000] Write-error on swap-device (8:0:3360)
[ 3337.340000] Write-error on swap-device (8:0:3368)
[ 3337.340000] Write-error on swap-device (8:0:3376)
[ 3337.360000] Write-error on swap-device (8:0:3384)
[ 3337.380000] Write-error on swap-device (8:0:3392)
[ 3337.380000] Write-error on swap-device (8:0:3400)
[ 3337.380000] Write-error on swap-device (8:0:3408)
[ 3337.400000] Write-error on swap-device (8:0:3416)
[ 3337.400000] Write-error on swap-device (8:0:3424)
[ 3497.840000] Write-error on swap-device (8:0:3432)
[ 3497.870000] Write-error on swap-device (8:0:3440)
[ 3497.870000] Write-error on swap-device (8:0:3448)
[ 3497.870000] Write-error on swap-device (8:0:3456)
[ 3497.900000] Write-error on swap-device (8:0:3464)
[ 3497.900000] Write-error on swap-device (8:0:3472)
[ 3497.900000] Write-error on swap-device (8:0:3480)
[ 3497.920000] Write-error on swap-device (8:0:3488)
[ 3523.750000] Write-error on swap-device (8:0:3496)
[ 3523.770000] Write-error on swap-device (8:0:3504)
[ 3523.810000] Write-error on swap-device (8:0:3512)
[ 3523.810000] Write-error on swap-device (8:0:3520)
[ 3523.830000] Write-error on swap-device (8:0:3528)
[ 3523.830000] Write-error on swap-device (8:0:3536)
[ 3523.830000] Write-error on swap-device (8:0:3544)
[ 3523.850000] Write-error on swap-device (8:0:3552)
[ 3523.850000] Write-error on swap-device (8:0:3560)
[ 3523.850000] Write-error on swap-device (8:0:3568)
[ 3692.660000] Write-error on swap-device (8:0:3576)
[ 3692.690000] Write-error on swap-device (8:0:3584)
[ 3692.690000] Write-error on swap-device (8:0:3592)
[ 3693.690000] Write-error on swap-device (8:0:3600)
[ 3693.690000] Write-error on swap-device (8:0:3608)
[ 3693.710000] Write-error on swap-device (8:0:3616)
[ 3693.710000] Write-error on swap-device (8:0:3624)
[ 3693.730000] Write-error on swap-device (8:0:3632)
[ 3693.730000] Write-error on swap-device (8:0:3640)
[ 3820.240000] Write-error on swap-device (8:0:3648)
[ 3820.240000] Write-error on swap-device (8:0:3656)
[ 3820.260000] Write-error on swap-device (8:0:3664)
[ 3820.260000] Write-error on swap-device (8:0:3672)
[ 3820.290000] Write-error on swap-device (8:0:3680)
[ 3821.260000] Write-error on swap-device (8:0:3688)
[ 3821.280000] Write-error on swap-device (8:0:3696)
[ 3821.280000] Write-error on swap-device (8:0:3704)
[ 3821.280000] Write-error on swap-device (8:0:3712)
[ 3821.300000] Write-error on swap-device (8:0:3720)
[ 3821.300000] Write-error on swap-device (8:0:3728)
[ 3821.300000] Write-error on swap-device (8:0:3736)
[ 3821.330000] Write-error on swap-device (8:0:3744)
[ 3821.330000] Write-error on swap-device (8:0:3752)
[ 3821.330000] Write-error on swap-device (8:0:3760)
[ 3821.350000] Write-error on swap-device (8:0:3768)
[ 3821.350000] Write-error on swap-device (8:0:3776)
[ 3821.900000] Write-error on swap-device (8:0:3784)
[ 3821.900000] Write-error on swap-device (8:0:3792)
[ 3821.900000] Write-error on swap-device (8:0:3800)
[ 3821.910000] Write-error on swap-device (8:0:3808)
[ 3821.950000] Write-error on swap-device (8:0:3816)
[ 3821.950000] Write-error on swap-device (8:0:3824)
[ 3821.950000] Write-error on swap-device (8:0:3832)
[ 3822.920000] Write-error on swap-device (8:0:3840)
[ 3822.940000] Write-error on swap-device (8:0:3848)
[ 3822.940000] Write-error on swap-device (8:0:3856)
[ 3822.940000] Write-error on swap-device (8:0:3864)
[ 3822.970000] Write-error on swap-device (8:0:3872)
[ 3822.970000] Write-error on swap-device (8:0:3880)
[ 4435.160000] Write-error on swap-device (8:0:3888)
[ 4435.260000] Write-error on swap-device (8:0:3896)
[ 4435.260000] Write-error on swap-device (8:0:3904)
[ 4435.260000] Write-error on swap-device (8:0:3912)
[ 4435.270000] Write-error on swap-device (8:0:3920)
[ 4435.270000] Write-error on swap-device (8:0:3928)
[ 4435.310000] Write-error on swap-device (8:0:3936)
[ 4435.310000] Write-error on swap-device (8:0:3944)
[ 4435.350000] Write-error on swap-device (8:0:3952)
[ 4435.360000] Write-error on swap-device (8:0:3960)
[ 4435.360000] Write-error on swap-device (8:0:3968)
[ 4435.390000] Write-error on swap-device (8:0:3976)
[ 4435.390000] Write-error on swap-device (8:0:3984)
[ 4435.390000] Write-error on swap-device (8:0:3992)
[ 4435.420000] Write-error on swap-device (8:0:4000)
[ 4435.430000] Write-error on swap-device (8:0:4008)
[ 4435.430000] Write-error on swap-device (8:0:4016)
[ 4435.440000] Write-error on swap-device (8:0:4024)
[ 4435.440000] Write-error on swap-device (8:0:4032)
[ 4435.440000] Write-error on swap-device (8:0:4040)
[ 4435.470000] Write-error on swap-device (8:0:4048)
[ 4435.480000] Write-error on swap-device (8:0:4056)
[ 4435.480000] Write-error on swap-device (8:0:4064)
[ 4435.490000] Write-error on swap-device (8:0:4072)
[ 4435.490000] Write-error on swap-device (8:0:4080)
[ 4435.500000] Write-error on swap-device (8:0:4088)
[ 4435.500000] Write-error on swap-device (8:0:4096)
[ 4435.500000] Write-error on swap-device (8:0:80)
[ 4435.520000] Write-error on swap-device (8:0:88)
[ 4435.520000] Write-error on swap-device (8:0:96)
[ 4435.540000] Write-error on swap-device (8:0:104)
[ 4435.540000] Write-error on swap-device (8:0:112)
[ 4435.550000] Write-error on swap-device (8:0:120)
[ 4435.580000] Write-error on swap-device (8:0:128)
[ 4435.610000] Write-error on swap-device (8:0:136)
[ 4435.610000] Write-error on swap-device (8:0:144)
[ 4435.610000] Write-error on swap-device (8:0:152)
[ 4435.650000] Write-error on swap-device (8:0:160)
[ 4435.650000] Write-error on swap-device (8:0:168)
[ 4435.650000] Write-error on swap-device (8:0:176)
[ 4435.660000] Write-error on swap-device (8:0:184)
[ 4435.660000] Write-error on swap-device (8:0:192)
[ 4435.680000] Write-error on swap-device (8:0:200)
[ 4435.690000] Write-error on swap-device (8:0:208)
[ 4435.690000] Write-error on swap-device (8:0:216)
[ 4435.720000] Write-error on swap-device (8:0:224)
[ 4435.770000] Write-error on swap-device (8:0:232)
[ 4435.770000] Write-error on swap-device (8:0:240)
[ 4435.770000] Write-error on swap-device (8:0:248)
[ 4435.790000] Write-error on swap-device (8:0:256)
[ 4435.790000] Write-error on swap-device (8:0:264)
[ 4435.790000] Write-error on swap-device (8:0:272)
[ 4435.810000] Write-error on swap-device (8:0:280)
[ 4435.810000] Write-error on swap-device (8:0:288)
[ 4435.810000] Write-error on swap-device (8:0:296)
[ 4435.840000] Write-error on swap-device (8:0:304)
[ 4435.840000] Write-error on swap-device (8:0:312)
[ 4435.870000] Write-error on swap-device (8:0:320)
[ 4435.870000] Write-error on swap-device (8:0:328)
[ 4435.870000] Write-error on swap-device (8:0:336)
[ 4435.890000] Write-error on swap-device (8:0:344)
[ 4435.890000] Write-error on swap-device (8:0:352)
[ 4435.910000] Write-error on swap-device (8:0:360)
[ 4435.910000] Write-error on swap-device (8:0:368)
[ 4435.910000] Write-error on swap-device (8:0:376)
[ 4435.930000] Write-error on swap-device (8:0:384)
[ 4435.930000] Write-error on swap-device (8:0:392)
[ 4435.930000] Write-error on swap-device (8:0:400)
[ 4435.980000] Write-error on swap-device (8:0:408)
[ 4435.980000] Write-error on swap-device (8:0:416)
[ 4436.010000] Write-error on swap-device (8:0:424)
[ 4436.010000] Write-error on swap-device (8:0:432)
[ 4436.010000] Write-error on swap-device (8:0:440)
[ 4439.740000] Write-error on swap-device (8:0:448)
[ 4439.740000] Write-error on swap-device (8:0:456)
[ 4446.130000] Write-error on swap-device (8:0:464)
[ 4446.150000] Write-error on swap-device (8:0:472)
[ 4446.150000] Write-error on swap-device (8:0:480)
[ 4446.150000] Write-error on swap-device (8:0:488)
[ 4446.160000] Write-error on swap-device (8:0:496)
[ 4446.160000] Write-error on swap-device (8:0:504)
[ 4446.190000] Write-error on swap-device (8:0:512)
[ 4446.200000] Write-error on swap-device (8:0:520)
[ 4446.700000] Write-error on swap-device (8:0:528)
[ 4446.700000] Write-error on swap-device (8:0:536)
[ 4446.730000] Write-error on swap-device (8:0:544)
[ 4446.730000] Write-error on swap-device (8:0:552)
[ 4446.730000] Write-error on swap-device (8:0:560)
[ 4446.770000] Write-error on swap-device (8:0:568)
[ 4446.770000] Write-error on swap-device (8:0:576)
[ 4446.770000] Write-error on swap-device (8:0:584)
[ 4448.080000] Write-error on swap-device (8:0:592)
[ 4448.080000] Write-error on swap-device (8:0:600)
[ 4448.080000] Write-error on swap-device (8:0:608)
[ 4448.110000] Write-error on swap-device (8:0:616)
[ 4448.650000] Write-error on swap-device (8:0:624)
[ 4448.650000] Write-error on swap-device (8:0:632)
[ 4448.650000] Write-error on swap-device (8:0:640)
[ 4448.660000] Write-error on swap-device (8:0:648)
[ 4448.660000] Write-error on swap-device (8:0:656)
[ 4448.700000] Write-error on swap-device (8:0:664)
[ 4449.210000] Write-error on swap-device (8:0:672)
[ 4449.210000] Write-error on swap-device (8:0:680)
[ 4449.230000] Write-error on swap-device (8:0:688)
[ 4449.250000] Write-error on swap-device (8:0:696)
[ 4455.100000] ------------[ cut here ]------------
[ 4455.100000] WARNING: CPU: 0 PID: 2914 at fs/inode.c:339 inc_nlink+0x50/0x74()
[ 4455.110000] Modules linked in: pppoe ppp_async option iptable_nat usb_wwan sierra_net rndis_host qmi_wwan pppox ppp_generic pl2303 nf_nat_ipv4 nf_conntrack_ipv4 iptable_raw iptable_mangle iptable_filter ipt_REJECT ipt_MASQUERADE ipt_ECN ip_tables cdc_ether ax88179_178a asix xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_ecn xt_dscp xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_NETMAP xt_LOG xt_HL xt_DSCP xt_CT xt_CLASSIFY x_tables usbserial usbnet ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_log_common nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack crc_itu_t cdc_wdm cdc_acm sg nfsv3 nfs rtl8192cu rtl_usb rtl8192c_common rtlwifi rtl8187 rt2800usb rt2800lib rt2x00usb rt2x00lib crc_ccitt tun vfat fat lockd sunrpc grace ath9k_htc ath9k ath9k_common ath9k_hw ath mac80211 cfg80211 compat nls_utf8 nls_iso8859_1 nls_cp437 eeprom_93cx6 arc4 crypto_blkcipher usb_storage uhci_hcd ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache usbcore nls_base usb_common crc16 mii aead crypto_hash
[ 4455.220000] CPU: 0 PID: 2914 Comm: opkg Tainted: G        W      3.18.36 #40
[ 4455.220000] Stack : 00000000 00000000 00000000 00000000 803b4292 00000040 00000000 80111e34
[ 4455.220000]    00000001 8366bdd0 802ffa20 803565e3 00000b62 803b34d0 838d10d0 8366bdd0
[ 4455.220000]    8349b690 00000031 834e1440 800a35b4 00000003 8008039c 00000153 8366bdd0
[ 4455.220000]    80303050 81735a2c 00000000 00000000 00000000 00000000 00000000 00000000
[ 4455.220000]    00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 4455.220000]    ...
[ 4455.260000] Call Trace:
[ 4455.260000] [<80071038>] show_stack+0x50/0x84
[ 4455.270000] [<80080518>] warn_slowpath_common+0x84/0xb4
[ 4455.270000] [<800805d0>] warn_slowpath_null+0x18/0x24
[ 4455.280000] [<80111e34>] inc_nlink+0x50/0x74
[ 4455.280000] [<801517dc>] jffs2_mkdir+0x2d8/0x35c
[ 4455.290000] [<80105038>] vfs_mkdir+0x8c/0xec
[ 4455.290000] [<801662dc>] ovl_create_real+0xc4/0x134
[ 4455.300000] [<801689c0>] ovl_copy_up_one+0x274/0x5ac
[ 4455.300000] [<80168da8>] ovl_copy_up+0xb0/0xfc
[ 4455.300000] [<80165dc4>] ovl_d_select_inode+0xd8/0x188
[ 4455.310000] [<800faa5c>] vfs_open+0x4c/0x80
[ 4455.310000] [<801086a0>] do_last.isra.58+0x89c/0xb58
[ 4455.320000] [<80108b7c>] path_openat+0x220/0x580
[ 4455.320000] [<80109adc>] do_filp_open+0x3c/0xa4
[ 4455.330000] [<800fae4c>] do_sys_open+0x18c/0x238
[ 4455.330000] [<80062b5c>] handle_sys+0x11c/0x140
[ 4455.340000]
[ 4455.340000] ---[ end trace 87b96a6939223d59 ]---
[ 4455.350000] ------------[ cut here ]------------
[ 4455.350000] WARNING: CPU: 0 PID: 2914 at fs/inode.c:339 inc_nlink+0x50/0x74()
[ 4455.360000] Modules linked in: pppoe ppp_async option iptable_nat usb_wwan sierra_net rndis_host qmi_wwan pppox ppp_generic pl2303 nf_nat_ipv4 nf_conntrack_ipv4 iptable_raw iptable_mangle iptable_filter ipt_REJECT ipt_MASQUERADE ipt_ECN ip_tables cdc_ether ax88179_178a asix xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_ecn xt_dscp xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_NETMAP xt_LOG xt_HL xt_DSCP xt_CT xt_CLASSIFY x_tables usbserial usbnet ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_log_common nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack crc_itu_t cdc_wdm cdc_acm sg nfsv3 nfs rtl8192cu rtl_usb rtl8192c_common rtlwifi rtl8187 rt2800usb rt2800lib rt2x00usb rt2x00lib crc_ccitt tun vfat fat lockd sunrpc grace ath9k_htc ath9k ath9k_common ath9k_hw ath mac80211 cfg80211 compat nls_utf8 nls_iso8859_1 nls_cp437 eeprom_93cx6 arc4 crypto_blkcipher usb_storage uhci_hcd ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache usbcore nls_base usb_common crc16 mii aead crypto_hash
[ 4455.470000] CPU: 0 PID: 2914 Comm: opkg Tainted: G        W      3.18.36 #40
[ 4455.480000] Stack : 00000000 00000000 00000000 00000000 803b4292 00000040 00000000 80111e34
[ 4455.480000]    00000001 8366bbb0 802ffa20 803565e3 00000b62 803b34d0 838d10d0 8366bbb0
[ 4455.480000]    8349b690 00000031 8366bdd0 800a35b4 00000003 8008039c 00000153 8366bbb0
[ 4455.480000]    80303050 81735a2c 00000000 00000000 00000000 00000000 00000000 00000000
[ 4455.480000]    00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 4455.480000]    ...
[ 4455.510000] Call Trace:
[ 4455.510000] [<80071038>] show_stack+0x50/0x84
[ 4455.520000] [<80080518>] warn_slowpath_common+0x84/0xb4
[ 4455.520000] [<800805d0>] warn_slowpath_null+0x18/0x24
[ 4455.530000] [<80111e34>] inc_nlink+0x50/0x74
[ 4455.530000] [<801517dc>] jffs2_mkdir+0x2d8/0x35c
[ 4455.540000] [<80105038>] vfs_mkdir+0x8c/0xec
[ 4455.540000] [<801662dc>] ovl_create_real+0xc4/0x134
[ 4455.550000] [<801689c0>] ovl_copy_up_one+0x274/0x5ac
[ 4455.550000] [<80168da8>] ovl_copy_up+0xb0/0xfc
[ 4455.560000] [<80165dc4>] ovl_d_select_inode+0xd8/0x188
[ 4455.560000] [<800faa5c>] vfs_open+0x4c/0x80
[ 4455.570000] [<801086a0>] do_last.isra.58+0x89c/0xb58
[ 4455.570000] [<80108b7c>] path_openat+0x220/0x580
[ 4455.570000] [<80109adc>] do_filp_open+0x3c/0xa4
[ 4455.580000] [<800fae4c>] do_sys_open+0x18c/0x238
[ 4455.580000] [<80062b5c>] handle_sys+0x11c/0x140
[ 4455.590000]
[ 4455.590000] ---[ end trace 87b96a6939223d5a ]---
[ 4455.600000] ------------[ cut here ]------------
[ 4455.610000] WARNING: CPU: 0 PID: 2914 at fs/inode.c:339 inc_nlink+0x50/0x74()
[ 4455.610000] Modules linked in: pppoe ppp_async option iptable_nat usb_wwan sierra_net rndis_host qmi_wwan pppox ppp_generic pl2303 nf_nat_ipv4 nf_conntrack_ipv4 iptable_raw iptable_mangle iptable_filter ipt_REJECT ipt_MASQUERADE ipt_ECN ip_tables cdc_ether ax88179_178a asix xt_time xt_tcpudp xt_tcpmss xt_statistic xt_state xt_nat xt_multiport xt_mark xt_mac xt_limit xt_length xt_id xt_hl xt_ecn xt_dscp xt_conntrack xt_comment xt_TCPMSS xt_REDIRECT xt_NETMAP xt_LOG xt_HL xt_DSCP xt_CT xt_CLASSIFY x_tables usbserial usbnet ums_usbat ums_sddr55 ums_sddr09 ums_karma ums_jumpshot ums_isd200 ums_freecom ums_datafab ums_cypress ums_alauda slhc nf_reject_ipv4 nf_nat_masquerade_ipv4 nf_nat_ftp nf_nat nf_log_ipv4 nf_log_common nf_defrag_ipv4 nf_conntrack_rtcache nf_conntrack_ftp nf_conntrack crc_itu_t cdc_wdm cdc_acm sg nfsv3 nfs rtl8192cu rtl_usb rtl8192c_common rtlwifi rtl8187 rt2800usb rt2800lib rt2x00usb rt2x00lib crc_ccitt tun vfat fat lockd sunrpc grace ath9k_htc ath9k ath9k_common ath9k_hw ath mac80211 cfg80211 compat nls_utf8 nls_iso8859_1 nls_cp437 eeprom_93cx6 arc4 crypto_blkcipher usb_storage uhci_hcd ohci_platform ohci_hcd ehci_platform ehci_hcd sd_mod scsi_mod gpio_button_hotplug ext4 jbd2 mbcache usbcore nls_base usb_common crc16 mii aead crypto_hash
[ 4455.720000] CPU: 0 PID: 2914 Comm: opkg Tainted: G        W      3.18.36 #40
[ 4455.730000] Stack : 00000000 00000000 00000000 00000000 803b4292 00000040 00000000 80111e34
[ 4455.730000]    00000001 8366be58 802ffa20 803565e3 00000b62 803b34d0 838d10d0 8366be58
[ 4455.730000]    8349b690 00000031 8366bbb0 800a35b4 00000003 8008039c 00000153 8366be58
[ 4455.730000]    80303050 81735a2c 00000000 00000000 00000000 00000000 00000000 00000000
[ 4455.730000]    00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 4455.730000]    ...
[ 4455.770000] Call Trace:
[ 4455.770000] [<80071038>] show_stack+0x50/0x84
[ 4455.770000] [<80080518>] warn_slowpath_common+0x84/0xb4
[ 4455.780000] [<800805d0>] warn_slowpath_null+0x18/0x24
[ 4455.780000] [<80111e34>] inc_nlink+0x50/0x74
[ 4455.790000] [<801517dc>] jffs2_mkdir+0x2d8/0x35c
[ 4455.790000] [<80105038>] vfs_mkdir+0x8c/0xec
[ 4455.800000] [<801662dc>] ovl_create_real+0xc4/0x134
[ 4455.800000] [<801689c0>] ovl_copy_up_one+0x274/0x5ac
[ 4455.810000] [<80168da8>] ovl_copy_up+0xb0/0xfc
[ 4455.810000] [<80165dc4>] ovl_d_select_inode+0xd8/0x188
[ 4455.820000] [<800faa5c>] vfs_open+0x4c/0x80
[ 4455.820000] [<801086a0>] do_last.isra.58+0x89c/0xb58
[ 4455.820000] [<80108b7c>] path_openat+0x220/0x580
[ 4455.830000] [<80109adc>] do_filp_open+0x3c/0xa4
[ 4455.830000] [<800fae4c>] do_sys_open+0x18c/0x238
[ 4455.840000] [<80062b5c>] handle_sys+0x11c/0x140
[ 4455.840000]
[ 4455.840000] ---[ end trace 87b96a6939223d5b ]---

and output of script starting.....

root@Pineapple:/sd/usr/share/mana-toolkit/run-mana# bash mana-pineapple.sh
killall: hostapd-mana: no process killed
killall: sslsplit: no process killed
killall: python: no process killed
Pineapple seems to be: ONLINE.
RTNETLINK answers: File exists
Configuration file: /etc/mana-toolkit/hostapd-mana.conf
Using interface wlan1 with hwaddr 00:c0:ca:8f:94:c9 and ssid "MANA"
RTNETLINK answers: File exists
wlan1: interface state UNINITIALIZED->ENABLED
wlan1: AP-ENABLED
mana-pineapple.sh: line 56: cd: /usr/share/mana-toolkit/sslstrip-hsts/sslstrip2/: No such file or directory
mana-pineapple.sh: line 59: cd: /usr/share/mana-toolkit/sslstrip-hsts/dns2proxy/: No such file or directory
mana-pineapple.sh: line 61: cd: OLDPWD not set
mana-pineapple.sh: line 64: sslsplit: command not found
python: can't open file 'dns2proxy.py': [Errno 2] No such file or directory
python: can't open file 'sslstrip.py': [Errno 2] No such file or directory
python: can't open file '/usr/share/mana-toolkit/net-creds/net-creds.py': [Errno 2] No such file or directory
MANA has started successfully! Press enter to kill it properly

anthing else i can do? :-)

Link to comment
Share on other sites

 

This problem is not with MANA. I can assure you that.
If you look at your dmesg output, you'll notice right after it's done booting (@184 seconds): There seems to be a problem with your swap-device (SD-card).
And it's a lot of errors as well!

The other problem is also in regards to your sd-card, but it's not related to swap.
You'll notice in dmesg several kernel "panics/warnings". Where it show a call trace of what happened.
This is a problem with the kernel/kernel module.
I have also been experiencing issues with my sd-cards on the Nano, which are very similar.
Crashes seems to happen often when i read/write to the card. Especially if i use badblocks to test the sd-card!

badblocks -e 100 -v /dev/sdcard/sd1


The sd-cards i've tested works perfectly on my Linux and Windows box.

This problem has actually been so big for me that i've taken the step to NOT use the sd-card, and rather use a usb-memory stick (mounted as /sd)

I'am also in the process of debugging this, hoping to find a solution.
As i have read reports of other people experiencing similar issues like yours and mine on kernel-version: 3.18.x.

I compiled a kernel-version: 3.18.45 for the Nano today, and i'm gonna check if i get improvements there.
If not we gotta wait til the Nano gets updated.

My advice is to re-format the sd-card through the web-interface, and also test with another sd-card.
If not, test what i did: use a usb-memory stick, and mount it as /sd

And by the way: you can safely ignore those warnings that gets shown (.control files) when installing.

Cheers!

Link to comment
Share on other sites

Thanks very much for your advice, gonna test it....my sd is a little bit big :D and luckily i have another one ready. if not working, gonna test with an usb stick. also good for my linux knowledge....

i'll report back.

But, thanks again :D

Link to comment
Share on other sites

8 hours ago, Zylla said:

 

This problem is not with MANA. I can assure you that.
If you look at your dmesg output, you'll notice right after it's done booting (@184 seconds): There seems to be a problem with your swap-device (SD-card).
And it's a lot of errors as well!

The other problem is also in regards to your sd-card, but it's not related to swap.
You'll notice in dmesg several kernel "panics/warnings". Where it show a call trace of what happened.
This is a problem with the kernel/kernel module.
I have also been experiencing issues with my sd-cards on the Nano, which are very similar.
Crashes seems to happen often when i read/write to the card. Especially if i use badblocks to test the sd-card!


badblocks -e 100 -v /dev/sdcard/sd1


The sd-cards i've tested works perfectly on my Linux and Windows box.

This problem has actually been so big for me that i've taken the step to NOT use the sd-card, and rather use a usb-memory stick (mounted as /sd)

I'am also in the process of debugging this, hoping to find a solution.
As i have read reports of other people experiencing similar issues like yours and mine on kernel-version: 3.18.x.

I compiled a kernel-version: 3.18.45 for the Nano today, and i'm gonna check if i get improvements there.
If not we gotta wait til the Nano gets updated.

My advice is to re-format the sd-card through the web-interface, and also test with another sd-card.
If not, test what i did: use a usb-memory stick, and mount it as /sd

And by the way: you can safely ignore those warnings that gets shown (.control files) when installing.

Cheers!

I confirm that indeed there are issues with kernel and SD card within NANO (p.s. I have tried something like 7/8 different SD cards, and got always the same warnings).

At this point, I hope SebKinne will look into this issue as well.

Link to comment
Share on other sites

I can also confirm this. Mounted a 8gb usb stick as /sd which i divided up for swap and files. Same errors installing, but i can start the script :D

Got 3 new errors.... :-)

Inserted events:
  0x555f18 [fd 7] Read Persist
  0x5560cc [fd 8] Read Persist
  0x556134 [fd 9] Read Persist
  0x5561ac [fd 10] Read Persist
  0x556224 [fd 11] Read Persist
  0x5562b4 [fd 12] Read Persist
  0x556344 [fd 13] Read Persist
  0x5563d4 [fd 14] Read Persist
  0x556464 [fd 15] Read Persist
  0x555e08 [fd 6] Read Persist
  0x5564c0 [fd 3] Signal Persist
  0x552b38 [fd 1] Signal Persist
  0x552bb8 [fd 2] Signal Persist
  0x552c38 [fd 13] Signal Persist
Initialized 2 connection handling threads
Started 2 connection handling threads
Starting main event loop.
Traceback (most recent call last):
  File "sslstrip.py", line 27, in <module>
    from twisted.web import http
ImportError: No module named twisted.web
Traceback (most recent call last):
  File "dns2proxy.py", line 21, in <module>
    import dns.message
ImportError: No module named dns.message
Traceback (most recent call last):
  File "/sd/usr/share/mana-toolkit/net-creds/net-creds.py", line 4, in <module>
    import logging
ImportError: No module named logging
MANA has started successfully! Press enter to kill it properly

 

Link to comment
Share on other sites

12 hours ago, Ch4rma said:

I can also confirm this. Mounted a 8gb usb stick as /sd which i divided up for swap and files. Same errors installing, but i can start the script :D

Got 3 new errors.... :-)


Inserted events:
  0x555f18 [fd 7] Read Persist
  0x5560cc [fd 8] Read Persist
  0x556134 [fd 9] Read Persist
  0x5561ac [fd 10] Read Persist
  0x556224 [fd 11] Read Persist
  0x5562b4 [fd 12] Read Persist
  0x556344 [fd 13] Read Persist
  0x5563d4 [fd 14] Read Persist
  0x556464 [fd 15] Read Persist
  0x555e08 [fd 6] Read Persist
  0x5564c0 [fd 3] Signal Persist
  0x552b38 [fd 1] Signal Persist
  0x552bb8 [fd 2] Signal Persist
  0x552c38 [fd 13] Signal Persist
Initialized 2 connection handling threads
Started 2 connection handling threads
Starting main event loop.
Traceback (most recent call last):
  File "sslstrip.py", line 27, in <module>
    from twisted.web import http
ImportError: No module named twisted.web
Traceback (most recent call last):
  File "dns2proxy.py", line 21, in <module>
    import dns.message
ImportError: No module named dns.message
Traceback (most recent call last):
  File "/sd/usr/share/mana-toolkit/net-creds/net-creds.py", line 4, in <module>
    import logging
ImportError: No module named logging
MANA has started successfully! Press enter to kill it properly

 

What's your output when running these two commands?

ls -lah /usr/lib/python2.7
ls -lah /sd/usr/lib/python2.7

 

Link to comment
Share on other sites

Guys,

Which configs (e.g fstab) and commands I have to use in order to use the USB as suggested (i.e. both /sd and swap partitions)?

Wanna try out it as well.

Because I believe, also the PortalAuth issues I have, are connected to the SD card's ones.

Link to comment
Share on other sites

On 4.1.2017 at 11:07 PM, zibri said:

Guys,

Which configs (e.g fstab) and commands I have to use in order to use the USB as suggested (i.e. both /sd and swap partitions)?

Wanna try out it as well.

Because I believe, also the PortalAuth issues I have, are connected to the SD card's ones.

 

The easy way to do it would be through the Pineapples own web-interface.
http://172.16.42.1:1471/#/modules/Advanced

On the right side under USB, you can see the content of /etc/config/fstab

Factory-settings / (SD-Card mounted at /sd):

config 'mount'
	option	target		'/sd'
	option	device		'/dev/sdcard/sd1'
	option	fstype		'auto'
	option	options		'rw,sync'
	option	enabled		'1'

 

Edit to mount the USB memory stick instead (You need to take the sd-card out):

config 'mount'
	option	target		'/sd'
	option	device		'/dev/sdb1'
	option	fstype		'auto'
	option	options		'rw,sync'
	option	enabled		'1'

 

Commands to format the memory stick correctly (Just SSH to the Nano and give the commands in the terminal):
Remember to take out the sd-card, plug-in the memory stick, and reboot before running these commands.
Also. Please double-check your dmesg if sda is the correct device-name for your memory stick (it should be, if your sd-card is unplugged)

cat /pineapple/modules/Advanced/formatSD/fdisk_options | fdisk /dev/sdb
mkfs.ext4 /dev/sdb1
mkfs.ext4 /dev/sdb2
mkswap /dev/sdb2
mount /dev/sdb1 /sd
swapon /dev/sdb2

 

Link to comment
Share on other sites

Hi Zylla!
I applied the confs/commands (i.e. in my case was sdB) and everything is configured properly.

So far I didn't get any issues on dmesg about the sdb USB :)

Sadly there is something wrong when I try to execute /usr/share/mana-toolkit/run-mana/mana-pineapple.sh

root@Pineapple:/#  /usr/share/mana-toolkit/run-mana/mana-pineapple.sh
-ash: /usr/share/mana-toolkit/run-mana/mana-pineapple.sh: not found

At this point I thought was because we installed it on /sd… so I did…

root@Pineapple:/# chmod +x /sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh

root@Pineapple:~# /sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh

killall: hostapd-mana: no process killed

killall: sslsplit: no process killed

killall: python: no process killed

Pineapple seems to be: ONLINE.

RTNETLINK answers: File exists

Configuration file: /etc/mana-toolkit/hostapd-mana.conf

Using interface wlan1 with hwaddr 00:c0:ca:8d:c6:48 and ssid "MANA"

RTNETLINK answers: File exists

/sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh: line 56: cd: /usr/share/mana-toolkit/sslstrip-hsts/sslstrip2/: No such file or directory

/sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh: line 59: cd: /usr/share/mana-toolkit/sslstrip-hsts/dns2proxy/: No such file or directory

/sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh: line 61: cd: OLDPWD not set

wlan1: interface state UNINITIALIZED->ENABLED

wlan1: AP-ENABLED

/sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh: line 64: sslsplit: command not found

MANA - Directed probe request for foreign SSID 'yyyyy' from e4:9a:79:yy:yy:yy

MANA - Directed probe request for foreign SSID 'xxxx' from 5c:f7:e6:xx:xx:xx

python: can't open file 'sslstrip.py': [Errno 2] No such file or directory

python: can't open file '/usr/share/mana-toolkit/net-creds/net-creds.py': [Errno 2] No such file or directory

MANA has started successfully! Press enter to kill it properly

python: can't open file 'dns2proxy.py': [Errno 2] No such file or directory

 

After it, I just added /sd/ to all /usr/share… paths within mana-pineapple.sh then I got:

root@Pineapple:~# /sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh

killall: hostapd-mana: no process killed

killall: sslsplit: no process killed

killall: python: no process killed

Pineapple seems to be: ONLINE.

RTNETLINK answers: File exists

Configuration file: /etc/mana-toolkit/hostapd-mana.conf

Using interface wlan1 with hwaddr 00:c0:ca:8d:c6:48 and ssid "MANA"

wlan1: interface state UNINITIALIZED->ENABLED

wlan1: AP-ENABLED

RTNETLINK answers: File exists

/sd/usr/share/mana-toolkit/sslstrip-hsts/sslstrip2

/sd/usr/share/mana-toolkit/run-mana/mana-pineapple.sh: line 64: sslsplit: command not found

Traceback (most recent call last):

  File "sslstrip.py", line 27, in <module>

    from twisted.web import http

ImportError: No module named twisted.web

Traceback (most recent call last):

  File "dns2proxy.py", line 21, in <module>

    import dns.message

ImportError: No module named dns.message

Traceback (most recent call last):

  File "/sd/usr/share/mana-toolkit/net-creds/net-creds.py", line 4, in <module>

    import logging

ImportError: No module named logging

MANA has started successfully! Press enter to kill it properly

killall: sslsplit: no process killed

killall: python: no process killed

root@Pineapple:~#

 

Overall I believe something is wrong with the installation process into the SD… some symlinks were not likely applied though.

Otherwise this should not have happened I guess:

root@Pineapple:/#  /usr/share/mana-toolkit/run-mana/mana-pineapple.sh
-ash: /usr/share/mana-toolkit/run-mana/mana-pineapple.sh: not found

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...