root@OpenWrt:/# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /dev type tmpfs (rw,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,noatime,mode=600)
/dev/mtdblock3 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/overlay)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
none on /proc/bus/usb type usbfs (rw,relatime)
root@OpenWrt:/# ls -la /mnt/
drwxr-xr-x 1 root root 0 Jan 1 00:01 .
drwxr-xr-x 1 root root 0 Jan 1 00:08 ..
drwxr-xr-x 2 root root 0 Jan 1 00:01 ext
drwxr-xr-x 2 root root 0 Jan 1 00:00 usb
root@OpenWrt:/# ls -la /mnt/usb
drwxr-xr-x 2 root root 0 Jan 1 00:00 .
drwxr-xr-x 1 root root 0 Jan 1 00:01 ..
root@OpenWrt:/# ls -la /mnt/usb/Piratebox
ls: /mnt/usb/Piratebox: No such file or directory
root@OpenWrt:/# ls -la /mnt/usb/install
drwxrwxrwx 3 root root 4096 Jan 1 1980 .
drwxrwxrwx 6 root root 4096 Jan 1 00:00 ..
-rwxrwxrwx 1 root root 108564 Aug 13 2015 OpenWRT.img.gz
-rwxrwxrwx 1 root root 66 Jan 1 1980 auto_package_done
drwxrwxrwx 2 root root 8192 Aug 13 2015 cache
-rwxrwxrwx 1 root root 222185 Aug 13 2015 kareha_3.1.4.zip
-rwxrwxrwx 1 root root 187920 Aug 13 2015 piratebox_ws_1.0_img.tar.gz
root@OpenWrt:/# ls -la /opt/piratebox
ls: /opt/piratebox: No such file or directory
root@OpenWrt:/# ls -la opt/piratebox/www
ls: opt/piratebox/www: No such file or directory
root@OpenWrt:/# cat /etc/pbx_custom_image
PBX_auto_Image_2.2
root@OpenWrt:/# cat /etc/openwrt_release
DISTRIB_ID="OpenWrt_backports"
DISTRIB_RELEASE="12.09.2"
DISTRIB_REVISION="r42647"
DISTRIB_CODENAME="attitude_adjustment"
DISTRIB_TARGET="ar71xx/generic"
DISTRIB_DESCRIPTION="OpenWrt_backports Attitude Adjustment 12.09.2"
DISTRIB_BACKPORT="V0.2.1"
root@OpenWrt:/# cat /opt/piratebox/version
cat: can't open '/opt/piratebox/version': No such file or directory
root@OpenWrt:/# cat /opt/piratebox/tmp/error.log
cat: can't open '/opt/piratebox/tmp/error.log': No such file or directory
root@OpenWrt:/# cat /opt/piratebox/tmp/break.log
cat: can't open '/opt/piratebox/tmp/break.log': No such file or directory
root@OpenWrt:/# cat /etc/config/network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'lan'
option ifname 'eth0'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
root@OpenWrt:/# cat /etc/config/wireless
config wifi-device radio0
option type mac80211
option channel 11
option hwmode 11ng
option macaddr c4:e9:84:3a:d9:32
option htmode HT20
list ht_capab SHORT-GI-20
list ht_capab SHORT-GI-40
list ht_capab RX-STBC1
list ht_capab DSSS_CCK-40
# REMOVE THIS LINE TO ENABLE WIFI:
option disabled 1
config wifi-iface
option device radio0
option network lan
option mode ap
option ssid OpenWrt
option encryption none
root@OpenWrt:/# root@OpenWrt:/# option encryption none
root@OpenWrt:/# dsmeg | grep sda
/bin/ash: dsmeg: not found
root@OpenWrt:/# ls /dev/sd*
/dev/sda /dev/sda1
root@OpenWrt:/# ps
PID USER VSZ STAT COMMAND
1 root 1504 S init
2 root 0 SW [kthreadd]
3 root 0 SW [ksoftirqd/0]
5 root 0 SW [kworker/u:0]
6 root 0 SW< [khelper]
7 root 0 SW [kworker/u:1]
63 root 0 SW [sync_supers]
65 root 0 SW [bdi-default]
67 root 0 SW< [kblockd]
96 root 0 SW [kswapd0]
144 root 0 SW [fsnotify_mark]
173 root 0 SW< [ath79-spi]
184 root 0 SW [mtdblock0]
189 root 0 SW [mtdblock1]
194 root 0 SW [mtdblock2]
199 root 0 SW [mtdblock3]
204 root 0 SW [mtdblock4]
209 root 0 SW [mtdblock5]
250 root 0 SW [kworker/0:1]
439 root 0 SWN [jffs2_gcd_mtd3]
469 root 0 SW [khubd]
478 root 0 SW [scsi_eh_0]
479 root 0 SW [usb-storage]
480 root 0 SW [kworker/0:2]
503 root 1504 S init
536 root 0 SW< [cfg80211]
612 root 0 SW< [bat_events]
639 root 1508 S /sbin/syslogd -C16
641 root 1488 S /sbin/klogd
643 root 868 S /sbin/hotplug2 --override --persistent --set-ru
651 root 872 S /sbin/ubusd
727 root 0 SW< [loop0]
732 root 0 SW [jbd2/loop0-8]
733 root 0 SW< [ext4-dio-unwrit]
739 root 1468 S /sbin/netifd
1223 root 1152 S /usr/sbin/dropbear -P /var/run/dropbear.1.pid -
1237 root 1496 S /usr/sbin/telnetd -l /bin/login.sh
1268 root 1504 S /bin/ash --login
1347 root 1500 S /sbin/watchdog -t 5 /dev/watchdog
1411 nobody 956 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf
1427 root 1500 S /usr/sbin/ntpd -n -p 0.openwrt.pool.ntp.org -p
1446 root 1496 R ps
root@OpenWrt:/# cat /mnt/usb/install.log
Jan 1 00:00:33 OpenWrt syslog.info syslogd started: BusyBox v1.19.4
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : executing run_test
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : Testing requirements...
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : .. USB storage modules available
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : extendRoot package is installed
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_extendRoot_start
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : executing run_prepare_extendRoot
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : configure initi step for extendRoot
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : executing run_init_extendRoot
Jan 1 00:00:34 OpenWrt user.notice root: /etc/init.d/ext: Mounting external USB storage...
Jan 1 00:00:34 OpenWrt user.notice root: /etc/init.d/ext: Creating swapspace...
Jan 1 00:00:43 OpenWrt user.notice root: 32+0 records in
Jan 1 00:00:43 OpenWrt user.notice root: 32+0 records out
Jan 1 00:00:44 OpenWrt authpriv.info dropbear[1434]: Running in background
Jan 1 00:00:44 OpenWrt user.notice root: Setting up swapspace version 1, size = 32764 KiB
Jan 1 00:00:44 OpenWrt user.notice root: no label, UUID=cecbdd17-630d-4ca8-85d0-37de0f8e1ecc
Jan 1 00:00:44 OpenWrt user.notice root: /etc/init.d/ext: Forcing overwrite of /mnt/usb/external_fs/OpenWRT.img if it already exsits
Jan 1 00:00:44 OpenWrt user.notice root: /etc/init.d/ext: Creating ext loop image...
Jan 1 00:01:09 OpenWrt user.notice root: /etc/init.d/ext: Including the external mountpoint to system
Jan 1 00:01:09 OpenWrt user.notice root: /etc/init.d/ext: Creating /bin/ext_path_fixer
Jan 1 00:01:09 OpenWrt user.notice root: /etc/init.d/ext: Including ext_path_fixer to /etc/profile
Jan 1 00:01:09 OpenWrt user.notice root: /etc/init.d/ext: Including ext_path_fixer to /etc/rc.common
Jan 1 00:01:09 OpenWrt user.notice root: /etc/init.d/ext: Enable for startup
Jan 1 00:01:10 OpenWrt user.notice root: /etc/init.d/ext: Starting...
Jan 1 00:01:10 OpenWrt user.notice root: If you run this during an install or run the init the first time
Jan 1 00:01:10 OpenWrt user.notice root: please run
Jan 1 00:01:10 OpenWrt user.notice root: source /etc/profile
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Fixing paths
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_extendRoot_stop
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : executing run_test_installation_destination
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Testing if installation destination by extendRoot is available.
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Installation destination is available.
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : executing run_fake_opkg_update
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Getting main Repository from /etc/opkg.conf
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : Doing fake opkg update (copy from cache folder (attitude_adjustment)
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : .. doing it for Piratebox repository (optional)
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_package_start
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh: line 26: can't create /sys/class/leds/*usb/trigger: nonexistent directory
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : executing run_install_package
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : Installing packge extendRoot-piratebox piratebox-mod-imageboard extendRoot-minidlna
Jan 1 00:01:12 OpenWrt user.notice root: Installing extendRoot-piratebox (0.9.1-3) to ext...
Jan 1 00:01:12 OpenWrt user.notice root: Copying /mnt/usb/install/cache/extendRoot-piratebox_0.9.1-3_all.ipk.
Jan 1 00:01:12 OpenWrt user.notice root: Installing extendRoot-lighttpd (0.9.1-3) to ext...
Jan 1 00:01:12 OpenWrt user.notice root: Copying /mnt/usb/install/cache/extendRoot-lighttpd_0.9.1-3_all.ipk.
Jan 1 00:01:16 OpenWrt user.notice root: Installing lighttpd (1.4.30-2) to ext...
Jan 1 00:01:16 OpenWrt user.notice root: Copying /mnt/usb/install/cache/lighttpd_1.4.30-2_ar71xx.ipk.
Jan 1 00:01:16 OpenWrt user.notice root: Installing libopenssl (1.0.1h-1) to ext...
Jan 1 00:01:16 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libopenssl_1.0.1h-1_ar71xx.ipk.
Jan 1 00:01:23 OpenWrt user.notice root: Installing libpcre (8.11-2) to ext...
Jan 1 00:01:23 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libpcre_8.11-2_ar71xx.ipk.
Jan 1 00:01:24 OpenWrt user.notice root: Installing libpthread (0.9.33.2-1) to ext...
Jan 1 00:01:24 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libpthread_0.9.33.2-1_ar71xx.ipk.
Jan 1 00:01:24 OpenWrt user.notice root: Installing extendRoot-python (0.9.1-3) to ext...
Jan 1 00:01:24 OpenWrt user.notice root: Copying /mnt/usb/install/cache/extendRoot-python_0.9.1-3_all.ipk.
Jan 1 00:01:25 OpenWrt user.notice root: Installing python (2.7.3-2) to ext...
Jan 1 00:01:25 OpenWrt user.notice root: Copying /mnt/usb/install/cache/python_2.7.3-2_ar71xx.ipk.
Jan 1 00:02:32 OpenWrt user.notice root: Installing libffi (3.0.10-1) to ext...
Jan 1 00:02:32 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libffi_3.0.10-1_ar71xx.ipk.
Jan 1 00:02:33 OpenWrt user.notice root: Installing python-mini (2.7.3-2) to ext...
Jan 1 00:02:33 OpenWrt user.notice root: Copying /mnt/usb/install/cache/python-mini_2.7.3-2_ar71xx.ipk.
Jan 1 00:03:15 OpenWrt user.notice root: Installing piratebox (1.0.1-8) to ext...
Jan 1 00:03:15 OpenWrt user.notice root: Copying /mnt/usb/install/cache/piratebox_1.0.1-8_all.ipk.
Jan 1 00:03:15 OpenWrt user.notice root: Installing lighttpd-mod-cgi (1.4.30-2) to ext...
Jan 1 00:03:15 OpenWrt user.notice root: Copying /mnt/usb/install/cache/lighttpd-mod-cgi_1.4.30-2_ar71xx.ipk.
Jan 1 00:03:16 OpenWrt user.notice root: Installing lighttpd-mod-redirect (1.4.30-2) to ext...
Jan 1 00:03:16 OpenWrt user.notice root: Copying /mnt/usb/install/cache/lighttpd-mod-redirect_1.4.30-2_ar71xx.ipk.
Jan 1 00:03:17 OpenWrt user.notice root: Installing lighttpd-mod-alias (1.4.30-2) to ext...
Jan 1 00:03:17 OpenWrt user.notice root: Copying /mnt/usb/install/cache/lighttpd-mod-alias_1.4.30-2_ar71xx.ipk.
Jan 1 00:03:17 OpenWrt user.notice root: Installing lighttpd-mod-setenv (1.4.30-2) to ext...
Jan 1 00:03:17 OpenWrt user.notice root: Copying /mnt/usb/install/cache/lighttpd-mod-setenv_1.4.30-2_ar71xx.ipk.
Jan 1 00:03:17 OpenWrt user.notice root: Installing piratebox-mod-imageboard (0.1.3-1) to ext...
Jan 1 00:03:17 OpenWrt user.notice root: Copying /mnt/usb/install/cache/piratebox-mod-imageboard_0.1.3-1_all.ipk.
Jan 1 00:03:18 OpenWrt user.notice root: Installing perl (5.10.0-7) to ext...
Jan 1 00:03:18 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perl_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:28 OpenWrt user.notice root: Installing perlbase-base (5.10.0-7) to ext...
Jan 1 00:03:28 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-base_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:29 OpenWrt user.notice root: Installing perlbase-cgi (5.10.0-7) to ext...
Jan 1 00:03:29 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-cgi_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:29 OpenWrt user.notice root: Installing perlbase-essential (5.10.0-7) to ext...
Jan 1 00:03:29 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-essential_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:30 OpenWrt user.notice root: Installing perlbase-file (5.10.0-7) to ext...
Jan 1 00:03:30 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-file_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:34 OpenWrt user.notice root: Installing perlbase-bytes (5.10.0-7) to ext...
Jan 1 00:03:34 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-bytes_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:35 OpenWrt user.notice root: Installing perlbase-config (5.10.0-7) to ext...
Jan 1 00:03:35 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-config_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:36 OpenWrt user.notice root: Installing perlbase-data (5.10.0-7) to ext...
Jan 1 00:03:36 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-data_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:37 OpenWrt user.notice root: Installing perlbase-db-file (5.10.0-7) to ext...
Jan 1 00:03:37 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-db-file_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:38 OpenWrt user.notice root: Installing libdb47 (4.7.25.NC-6) to ext...
Jan 1 00:03:38 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libdb47_4.7.25.NC-6_ar71xx.ipk.
Jan 1 00:03:46 OpenWrt user.notice root: Installing libxml2 (2.7.8-2) to ext...
Jan 1 00:03:46 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libxml2_2.7.8-2_ar71xx.ipk.
Jan 1 00:03:52 OpenWrt user.notice root: Installing perlbase-digest (5.10.0-7) to ext...
Jan 1 00:03:52 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-digest_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:53 OpenWrt user.notice root: Installing perlbase-encode (5.10.0-7) to ext...
Jan 1 00:03:53 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-encode_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:26 OpenWrt user.notice root: Installing perlbase-encoding (5.10.0-7) to ext...
Jan 1 00:04:26 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-encoding_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:27 OpenWrt user.notice root: Installing perlbase-fcntl (5.10.0-7) to ext...
Jan 1 00:04:27 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-fcntl_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:27 OpenWrt user.notice root: Installing perlbase-gdbm-file (5.10.0-7) to ext...
Jan 1 00:04:27 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-gdbm-file_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:27 OpenWrt user.notice root: Installing libgdbm (1.9.1-2) to ext...
Jan 1 00:04:27 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libgdbm_1.9.1-2_ar71xx.ipk.
Jan 1 00:04:27 OpenWrt user.notice root: Installing perlbase-integer (5.10.0-7) to ext...
Jan 1 00:04:27 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-integer_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:27 OpenWrt user.notice root: Installing perlbase-socket (5.10.0-7) to ext...
Jan 1 00:04:27 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-socket_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:27 OpenWrt user.notice root: Installing perlbase-time (5.10.0-7) to ext...
Jan 1 00:04:27 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-time_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:28 OpenWrt user.notice root: Installing perlbase-unicode (5.10.0-7) to ext...
Jan 1 00:04:28 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-unicode_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:39 OpenWrt user.notice root: Installing perlbase-unicore (5.10.0-7) to ext...
Jan 1 00:04:39 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-unicore_5.10.0-7_ar71xx.ipk.
Jan 1 00:05:23 OpenWrt user.notice root: Installing perlbase-utf8 (5.10.0-7) to ext...
Jan 1 00:05:24 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-utf8_5.10.0-7_ar71xx.ipk.
Jan 1 00:05:24 OpenWrt user.notice root: Installing perlbase-xsloader (5.10.0-7) to ext...
Jan 1 00:05:24 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-xsloader_5.10.0-7_ar71xx.ipk.
Jan 1 00:05:25 OpenWrt user.notice root: Installing unzip (5.52-1) to ext...
Jan 1 00:05:25 OpenWrt user.notice root: Copying /mnt/usb/install/cache/unzip_5.52-1_ar71xx.ipk.
Jan 1 00:05:30 OpenWrt user.notice root: Installing extendRoot-minidlna (0.9.1-3) to ext...
Jan 1 00:05:30 OpenWrt user.notice root: Copying /mnt/usb/install/cache/extendRoot-minidlna_0.9.1-3_all.ipk.
Jan 1 00:05:30 OpenWrt user.notice root: Installing minidlna (1.0.24-1) to ext...
Jan 1 00:05:30 OpenWrt user.notice root: Copying /mnt/usb/install/cache/minidlna_1.0.24-1_ar71xx.ipk.
Jan 1 00:05:33 OpenWrt user.notice root: Installing libexif (0.6.19-1) to ext...
Jan 1 00:05:33 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libexif_0.6.19-1_ar71xx.ipk.
Jan 1 00:05:34 OpenWrt user.notice root: Installing libjpeg (6b-1) to ext...
Jan 1 00:05:34 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libjpeg_6b-1_ar71xx.ipk.
Jan 1 00:05:36 OpenWrt user.notice root: Installing libsqlite3 (3071201-1) to ext...
Jan 1 00:05:36 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libsqlite3_3071201-1_ar71xx.ipk.
Jan 1 00:05:42 OpenWrt user.notice root: Installing libffmpeg-mini (0.8.7-2) to ext...
Jan 1 00:05:42 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libffmpeg-mini_0.8.7-2_ar71xx.ipk.
Jan 1 00:05:49 OpenWrt user.notice root: Installing libbz2 (1.0.6-1) to ext...
Jan 1 00:05:49 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libbz2_1.0.6-1_ar71xx.ipk.
Jan 1 00:05:49 OpenWrt user.notice root: Installing libid3tag (0.15.1b-3) to ext...
Jan 1 00:05:49 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libid3tag_0.15.1b-3_ar71xx.ipk.
Jan 1 00:05:51 OpenWrt user.notice root: Installing libflac (1.2.1-1) to ext...
Jan 1 00:05:51 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libflac_1.2.1-1_ar71xx.ipk.
Jan 1 00:05:52 OpenWrt user.notice root: Installing libvorbis (1.2.3-1) to ext...
Jan 1 00:05:52 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libvorbis_1.2.3-1_ar71xx.ipk.
Jan 1 00:06:00 OpenWrt user.notice root: Installing libogg (1.1.4-2) to ext...
Jan 1 00:06:00 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libogg_1.1.4-2_ar71xx.ipk.
Jan 1 00:06:04 OpenWrt user.notice root: Warning: Unable to locate ipset utility, disabling ipset support
Jan 1 00:06:04 OpenWrt user.notice root: Warning: Section @zone[1] (wan) cannot resolve device of network 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: Section @zone[1] (wan) cannot resolve device of network 'wan6'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: Section @zone[1] (wan) has no device, network, subnet or extra options
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv4 filter table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv4 nat table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv4 mangle table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv4 raw table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv6 filter table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv6 mangle table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv6 raw table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing conntrack table ...
Jan 1 00:06:04 OpenWrt user.notice root: * Populating IPv4 filter table
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'lan'
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: * Rule 'Allow-DHCP-Renew'
Jan 1 00:06:04 OpenWrt user.notice root: * Rule 'Allow-Ping'
Jan 1 00:06:04 OpenWrt user.notice root: * Forward 'lan' -> 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: * Populating IPv4 nat table
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'lan'
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: * Populating IPv4 mangle table
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'lan'
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: * Populating IPv4 raw table
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'lan'
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: * Populating IPv6 filter table
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'lan'
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: * Rule 'Allow-DHCPv6'
Jan 1 00:06:04 OpenWrt user.notice root: * Rule 'Allow-ICMPv6-Input'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '128'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '129'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '1'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '2'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '3'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '4/0'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '4/1'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '133'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '135'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '134'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '136'
Jan 1 00:06:04 OpenWrt user.notice root: * Rule 'Allow-ICMPv6-Forward'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:11 OpenWrt user.notice root: /etc/init.d/piratebox: Creating piratebox loop image...
Jan 1 00:06:43 OpenWrt user.notice root: -------------- Initialize PirateBoxScripts -----------
Jan 1 00:06:45 OpenWrt user.notice root: Starting initialize PirateBox Part2..
Jan 1 00:06:45 OpenWrt user.notice root: Distribute HEADER.txt into /opt/piratebox/share/Shared
Jan 1 00:06:45 OpenWrt user.notice root: Distribute README.txt into /opt/piratebox/share/Shared
Jan 1 00:06:45 OpenWrt user.notice root: chown: /opt/piratebox/share: Operation not permitted
Jan 1 00:06:48 OpenWrt user.notice root: Starting script piratebox
Jan 1 00:06:48 OpenWrt user.notice root: Generating hosts file ....
Jan 1 00:06:50 OpenWrt user.notice root: Generating dnsmasq.conf .....
Jan 1 00:06:51 OpenWrt user.notice root: Generating Environment-config for lighttpd .....
Jan 1 00:06:51 OpenWrt user.notice root: Empty tmp folder
Jan 1 00:06:51 OpenWrt user.notice root: rm: /opt/piratebox/tmp: is a directory
Jan 1 00:06:51 OpenWrt user.notice root: Copy over design files
Jan 1 00:06:51 OpenWrt user.notice root: Starting dnsmasq...
Jan 1 00:06:51 OpenWrt daemon.info dnsmasq[2371]: started, version 2.66 cachesize 150
Jan 1 00:06:51 OpenWrt daemon.info dnsmasq[2371]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth
Jan 1 00:06:51 OpenWrt daemon.info dnsmasq-dhcp[2371]: DHCP, IP range 192.168.1.10 -- 192.168.1.250, lease time 12h
Jan 1 00:06:51 OpenWrt user.notice root: 0
Jan 1 00:06:51 OpenWrt user.notice root: Starting droopy...
Jan 1 00:06:51 OpenWrt daemon.info dnsmasq[2371]: read /opt/piratebox/conf/hosts_mesh - 0 addresses
Jan 1 00:06:51 OpenWrt daemon.info dnsmasq[2371]: read /opt/piratebox/conf/hosts_generated - 1 addresses
Jan 1 00:06:51 OpenWrt user.notice root: 0
Jan 1 00:07:28 OpenWrt user.notice root: Generated HTML-Shoutbox File.
Jan 1 00:07:29 OpenWrt user.notice root: Starting lighttpd...
Jan 1 00:07:30 OpenWrt user.notice root: 0
Jan 1 00:07:30 OpenWrt user.notice root: Bringing PirateBox down again and leave image mounted
Jan 1 00:07:30 OpenWrt user.notice root: for further installation
Jan 1 00:07:30 OpenWrt user.notice root: Stopping script piratebox
Jan 1 00:07:31 OpenWrt user.notice root: Stopping dnsmasq...
Jan 1 00:07:31 OpenWrt user.notice root: 0
Jan 1 00:07:31 OpenWrt user.notice root: Stopping droopy...
Jan 1 00:07:31 OpenWrt user.notice root: 0
Jan 1 00:07:31 OpenWrt user.notice root: Stopping lighttpd...
Jan 1 00:07:31 OpenWrt user.notice root: 0
Jan 1 00:07:31 OpenWrt daemon.info dnsmasq[2371]: exiting on receipt of SIGTERM
Jan 1 00:07:31 OpenWrt user.notice root: PirateBox wireless SSID: PirateBox - Share Freely
Jan 1 00:07:31 OpenWrt user.notice root: PirateBox DNS and hostname: piratebox.lan
Jan 1 00:07:31 OpenWrt user.notice root: hostname with unique suffix is: piratebox.lan
Jan 1 00:07:31 OpenWrt user.notice root: PirateBox LAN IP address: 192.168.1.1
Jan 1 00:07:31 OpenWrt user.notice root: PirateBox shared directory:
Jan 1 00:07:31 OpenWrt user.notice root: Setup complete, PirateBox started.
Jan 1 00:07:31 OpenWrt user.notice root: You can remove the WAN connection now.
Jan 1 00:07:31 OpenWrt user.notice root: Please reboot your PirateBox now:
Jan 1 00:07:31 OpenWrt user.notice root: # reboot
Jan 1 00:07:31 OpenWrt user.notice root: Done
Jan 1 00:07:32 OpenWrt user.notice root: Kareha Zip found...
Jan 1 00:07:32 OpenWrt user.notice root: Archive: kareha_3.1.4.zip
Jan 1 00:07:32 OpenWrt user.notice root: creating: kareha/
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/.DS_Store
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/admin.pl
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/captcha.pl
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/config.pl
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/example.htaccess
Jan 1 00:07:32 OpenWrt user.notice root: creating: kareha/extras/
Jan 1 00:07:32 OpenWrt user.notice root: creating: kareha/extras/icons/
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/archive-7z.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/archive-bz2.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/archive-gz.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/archive-lzh.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/archive-rar.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/archive-zip.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/audio-aac.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/audio-flac.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-it.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-mo3.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-mod.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/audio-mp3.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/audio-mpc.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-nsf.gif
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/audio-ogg.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-sid.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-spc.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-xm.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/flash.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/torrent.png
Jan 1 00:07:32 OpenWrt user.notice root: creating: kareha/extras/old_perl/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/extras/old_perl/sjis.pl
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/extras/styles/
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/extras/styles/css/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/extras/styles/css/buun.css
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/extras/styles/css/mercury.css
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/extras/styles/img/
Jan 1 00:07:33 OpenWrt user.notice root: extracting: kareha/extras/styles/img/ginchan.png
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/extras/styles/img/greyrose.png
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/extras/styles/img/greyrose_big.png
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/extras/styles/img/rose.png
Jan 1 00:07:33 OpenWrt user.notice root: extracting: kareha/extras/styles/img/rose_big.png
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/kareha.ico
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/kareha.js
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/kareha.pl
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/mode_image/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/config.pl
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/config_defaults.pl
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/mode_image/css/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/css/burichan.css
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/css/futaba.css
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/css/gurochan.css
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/css/photon.css
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/mode_image/include/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/include/footer.html
Jan 1 00:07:33 OpenWrt user.notice root: extracting: kareha/mode_image/include/header.html
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/include/rules.html
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/mode_image/src/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/templates.pl
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/mode_image/thumb/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/zeroconv.pl
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/mode_message/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_message/config.pl
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_message/config_defaults.pl
Jan 1 00:07:34 OpenWrt user.notice root: creating: kareha/mode_message/css/
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/css/blue_moon.css
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/css/futaba.css
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/css/headline.css
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/css/pseud0ch.css
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/css/toothpaste.css
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/css/VIPPER.css
Jan 1 00:07:34 OpenWrt user.notice root: creating: kareha/mode_message/img/
Jan 1 00:07:34 OpenWrt user.notice root: extracting: kareha/mode_message/img/ba.gif
Jan 1 00:07:34 OpenWrt user.notice root: creating: kareha/mode_message/include/
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/include/footer.html
Jan 1 00:07:34 OpenWrt user.notice root: extracting: kareha/mode_message/include/header.html
Jan 1 00:07:34 OpenWrt user.notice root: extracting: kareha/mode_message/include/mid.html
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/include/rules.html
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/templates.pl
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/templates_jp.pl
Jan 1 00:07:34 OpenWrt user.notice root: creating: kareha/res/
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/spam.txt
Jan 1 00:07:34 OpenWrt user.notice root: creating: kareha/src/
Jan 1 00:07:34 OpenWrt user.notice root: creating: kareha/thumb/
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/wakautils.pl
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/kareha.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/admin.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/captcha.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/config.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/example.htaccess: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/old_perl/sjis.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/old_perl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/old_perl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-mod.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/archive-lzh.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-ogg.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-mpc.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/flash.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-nsf.gif: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-it.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/archive-rar.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-xm.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/archive-gz.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/archive-bz2.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/archive-zip.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-mo3.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-sid.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-spc.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/archive-7z.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-mp3.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/torrent.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-flac.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-aac.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/styles/img/greyrose.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/styles/img/rose_big.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/styles/img/greyrose_big.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/kareha.ico: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/kareha.js: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/config_defaults.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/include/rules.html: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/include/header.html: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/include/footer.html: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/include: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/include: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/thumb: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/thumb: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/css/photon.css: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/css: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/css: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/include/rules.html: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/include/header.html: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/include/footer.html: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/include: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/include: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/templates.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/zeroconv.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/index.htm: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: Errors in chown occurs if you are using vfat on the USB stick
Jan 1 00:07:39 OpenWrt user.notice root: . don't Panic!
Jan 1 00:07:39 OpenWrt user.notice root: Generating index page
Jan 1 00:07:39 OpenWrt user.notice root: wget: can't connect to remote host (127.0.0.1): Connection refused
Jan 1 00:07:39 OpenWrt user.notice root: finished!
Jan 1 00:07:39 OpenWrt user.notice root: Now Edit your kareha settings file to change your ADMIN_PASS and SECRET :
Jan 1 00:07:39 OpenWrt user.notice root: # vi /opt/piratebox/www/board/config.pl
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perl.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-data.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-encode.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libjpeg.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libpthread.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libopenssl.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libpcre.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring lighttpd.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring lighttpd-mod-cgi.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-bytes.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring lighttpd-mod-setenv.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-fcntl.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libgdbm.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-gdbm-file.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-integer.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-time.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-unicode.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-xsloader.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring unzip.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring piratebox-mod-imageboard.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libsqlite3.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libbz2.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libffmpeg-mini.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libid3tag.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring minidlna.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring extendRoot-minidlna.
Jan 1 00:07:42 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:07:42 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_package_stop
Jan 1 00:07:42 OpenWrt user.notice root: /bin/box_installer.sh: line 26: can't create /sys/class/leds/*usb/trigger: nonexistent directory
Jan 1 00:07:42 OpenWrt user.notice root: /bin/box_installer.sh: line 26: can't create /sys/class/leds/*usb/brightness: nonexistent directory
Jan 1 00:07:42 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:07:42 OpenWrt user.notice root: /bin/box_installer.sh : executing exit
Jan 1 00:00:47 OpenWrt syslog.info syslogd started: BusyBox v1.19.4
Jan 1 00:00:47 OpenWrt user.notice root: /bin/box_installer.sh : executing run_test
Jan 1 00:00:47 OpenWrt user.notice root: /bin/box_installer.sh : Testing requirements...
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : .. USB storage modules available
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : extendRoot package is installed
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_extendRoot_start
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : executing run_prepare_extendRoot
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : configure initi step for extendRoot
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : executing run_init_extendRoot
Jan 1 00:00:48 OpenWrt user.notice root: /etc/init.d/ext: Mounting external USB storage...
Jan 1 00:00:48 OpenWrt user.notice root: /etc/init.d/ext: Forcing overwrite of /mnt/usb/external_fs/OpenWRT.img if it already exsits
Jan 1 00:00:48 OpenWrt user.notice root: /etc/init.d/ext: Creating ext loop image...
Jan 1 00:01:17 OpenWrt authpriv.info dropbear[1341]: Running in background
Jan 1 00:01:24 OpenWrt user.notice root: /etc/init.d/ext: Including the external mountpoint to system
Jan 1 00:01:24 OpenWrt user.notice root: /etc/init.d/ext: Creating /bin/ext_path_fixer
Jan 1 00:01:24 OpenWrt user.notice root: /etc/init.d/ext: Including ext_path_fixer to /etc/profile
Jan 1 00:01:24 OpenWrt user.notice root: /etc/init.d/ext: Including ext_path_fixer to /etc/rc.common
Jan 1 00:01:24 OpenWrt user.notice root: /etc/init.d/ext: Enable for startup
Jan 1 00:01:24 OpenWrt user.notice root: /etc/init.d/ext: Starting...
Jan 1 00:01:25 OpenWrt user.notice root: If you run this during an install or run the init the first time
Jan 1 00:01:25 OpenWrt user.notice root: please run
Jan 1 00:01:25 OpenWrt user.notice root: source /etc/profile
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Fixing paths
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_extendRoot_stop
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : executing run_test_installation_destination
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Testing if installation destination by extendRoot is available.
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Installation destination is available.
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : executing run_fake_opkg_update
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Getting main Repository from /etc/opkg.conf
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Doing fake opkg update (copy from cache folder (attitude_adjustment)
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : .. doing it for Piratebox repository (optional)
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_package_start
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh: line 26: can't create /sys/class/leds/*usb/trigger: nonexistent directory
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : executing run_install_package
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : ERROR: /mnt/usb/install/auto_package is not set
Jan 1 00:00:49 OpenWrt syslog.info syslogd started: BusyBox v1.19.4
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : executing run_test
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : Testing requirements...
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : .. USB storage modules available
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : extendRoot package is installed
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_extendRoot_start
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : executing run_prepare_extendRoot
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : configure initi step for extendRoot
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : executing run_init_extendRoot
Jan 1 00:00:49 OpenWrt user.notice root: /etc/init.d/ext: Mounting external USB storage...
Jan 1 00:00:49 OpenWrt user.notice root: /etc/init.d/ext: Forcing overwrite of /mnt/usb/external_fs/OpenWRT.img if it already exsits
Jan 1 00:00:49 OpenWrt user.notice root: /etc/init.d/ext: Creating ext loop image...
Jan 1 00:00:54 OpenWrt authpriv.info dropbear[1410]: Running in background
Jan 1 00:01:16 OpenWrt user.notice root: /etc/init.d/ext: Including the external mountpoint to system
Jan 1 00:01:16 OpenWrt user.notice root: /etc/init.d/ext: Creating /bin/ext_path_fixer
Jan 1 00:01:17 OpenWrt user.notice root: /etc/init.d/ext: Including ext_path_fixer to /etc/profile
Jan 1 00:01:17 OpenWrt user.notice root: /etc/init.d/ext: Including ext_path_fixer to /etc/rc.common
Jan 1 00:01:17 OpenWrt user.notice root: /etc/init.d/ext: Enable for startup
Jan 1 00:01:17 OpenWrt user.notice root: /etc/init.d/ext: Starting...
Jan 1 00:01:17 OpenWrt user.notice root: If you run this during an install or run the init the first time
Jan 1 00:01:17 OpenWrt user.notice root: please run
Jan 1 00:01:17 OpenWrt user.notice root: source /etc/profile
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Fixing paths
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_extendRoot_stop
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : executing run_test_installation_destination
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Testing if installation destination by extendRoot is available.
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Installation destination is available.
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : executing run_fake_opkg_update
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Getting main Repository from /etc/opkg.conf
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : Doing fake opkg update (copy from cache folder (attitude_adjustment)
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : .. doing it for Piratebox repository (optional)
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_package_start
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh: line 26: can't create /sys/class/leds/*usb/trigger: nonexistent directory
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : executing run_install_package
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : ERROR: /mnt/usb/install/auto_package is not set
So its this im assuming?
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
tmpfs on /dev type tmpfs (rw,noatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,noatime,mode=600)
/dev/mtdblock3 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/overlay)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
none on /proc/bus/usb type usbfs (rw,relatime)
root@OpenWrt:/# ls -la /mnt/
drwxr-xr-x 1 root root 0 Jan 1 00:01 .
drwxr-xr-x 1 root root 0 Jan 1 00:08 ..
drwxr-xr-x 2 root root 0 Jan 1 00:01 ext
drwxr-xr-x 2 root root 0 Jan 1 00:00 usb
root@OpenWrt:/# ls -la /mnt/usb
drwxr-xr-x 2 root root 0 Jan 1 00:00 .
drwxr-xr-x 1 root root 0 Jan 1 00:01 ..
root@OpenWrt:/# ls -la /mnt/usb/Piratebox
ls: /mnt/usb/Piratebox: No such file or directory
root@OpenWrt:/# ls -la /mnt/usb/install
drwxrwxrwx 3 root root 4096 Jan 1 1980 .
drwxrwxrwx 6 root root 4096 Jan 1 00:00 ..
-rwxrwxrwx 1 root root 108564 Aug 13 2015 OpenWRT.img.gz
-rwxrwxrwx 1 root root 66 Jan 1 1980 auto_package_done
drwxrwxrwx 2 root root 8192 Aug 13 2015 cache
-rwxrwxrwx 1 root root 222185 Aug 13 2015 kareha_3.1.4.zip
-rwxrwxrwx 1 root root 187920 Aug 13 2015 piratebox_ws_1.0_img.tar.gz
root@OpenWrt:/# ls -la /opt/piratebox
ls: /opt/piratebox: No such file or directory
root@OpenWrt:/# ls -la opt/piratebox/www
ls: opt/piratebox/www: No such file or directory
root@OpenWrt:/# cat /etc/pbx_custom_image
PBX_auto_Image_2.2
root@OpenWrt:/# cat /etc/openwrt_release
DISTRIB_ID="OpenWrt_backports"
DISTRIB_RELEASE="12.09.2"
DISTRIB_REVISION="r42647"
DISTRIB_CODENAME="attitude_adjustment"
DISTRIB_TARGET="ar71xx/generic"
DISTRIB_DESCRIPTION="OpenWrt_backports Attitude Adjustment 12.09.2"
DISTRIB_BACKPORT="V0.2.1"
root@OpenWrt:/# cat /opt/piratebox/version
cat: can't open '/opt/piratebox/version': No such file or directory
root@OpenWrt:/# cat /opt/piratebox/tmp/error.log
cat: can't open '/opt/piratebox/tmp/error.log': No such file or directory
root@OpenWrt:/# cat /opt/piratebox/tmp/break.log
cat: can't open '/opt/piratebox/tmp/break.log': No such file or directory
root@OpenWrt:/# cat /etc/config/network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'lan'
option ifname 'eth0'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
root@OpenWrt:/# cat /etc/config/wireless
config wifi-device radio0
option type mac80211
option channel 11
option hwmode 11ng
option macaddr c4:e9:84:3a:d9:32
option htmode HT20
list ht_capab SHORT-GI-20
list ht_capab SHORT-GI-40
list ht_capab RX-STBC1
list ht_capab DSSS_CCK-40
# REMOVE THIS LINE TO ENABLE WIFI:
option disabled 1
config wifi-iface
option device radio0
option network lan
option mode ap
option ssid OpenWrt
option encryption none
root@OpenWrt:/# root@OpenWrt:/# option encryption none
root@OpenWrt:/# dsmeg | grep sda
/bin/ash: dsmeg: not found
root@OpenWrt:/# ls /dev/sd*
/dev/sda /dev/sda1
root@OpenWrt:/# ps
PID USER VSZ STAT COMMAND
1 root 1504 S init
2 root 0 SW [kthreadd]
3 root 0 SW [ksoftirqd/0]
5 root 0 SW [kworker/u:0]
6 root 0 SW< [khelper]
7 root 0 SW [kworker/u:1]
63 root 0 SW [sync_supers]
65 root 0 SW [bdi-default]
67 root 0 SW< [kblockd]
96 root 0 SW [kswapd0]
144 root 0 SW [fsnotify_mark]
173 root 0 SW< [ath79-spi]
184 root 0 SW [mtdblock0]
189 root 0 SW [mtdblock1]
194 root 0 SW [mtdblock2]
199 root 0 SW [mtdblock3]
204 root 0 SW [mtdblock4]
209 root 0 SW [mtdblock5]
250 root 0 SW [kworker/0:1]
439 root 0 SWN [jffs2_gcd_mtd3]
469 root 0 SW [khubd]
478 root 0 SW [scsi_eh_0]
479 root 0 SW [usb-storage]
480 root 0 SW [kworker/0:2]
503 root 1504 S init
536 root 0 SW< [cfg80211]
612 root 0 SW< [bat_events]
639 root 1508 S /sbin/syslogd -C16
641 root 1488 S /sbin/klogd
643 root 868 S /sbin/hotplug2 --override --persistent --set-ru
651 root 872 S /sbin/ubusd
727 root 0 SW< [loop0]
732 root 0 SW [jbd2/loop0-8]
733 root 0 SW< [ext4-dio-unwrit]
739 root 1468 S /sbin/netifd
1223 root 1152 S /usr/sbin/dropbear -P /var/run/dropbear.1.pid -
1237 root 1496 S /usr/sbin/telnetd -l /bin/login.sh
1268 root 1504 S /bin/ash --login
1347 root 1500 S /sbin/watchdog -t 5 /dev/watchdog
1411 nobody 956 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf
1427 root 1500 S /usr/sbin/ntpd -n -p 0.openwrt.pool.ntp.org -p
1446 root 1496 R ps
root@OpenWrt:/# cat /mnt/usb/install.log
Jan 1 00:00:33 OpenWrt syslog.info syslogd started: BusyBox v1.19.4
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : executing run_test
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : Testing requirements...
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : .. USB storage modules available
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : extendRoot package is installed
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_extendRoot_start
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : executing run_prepare_extendRoot
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : configure initi step for extendRoot
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:33 OpenWrt user.notice root: /bin/box_installer.sh : executing run_init_extendRoot
Jan 1 00:00:34 OpenWrt user.notice root: /etc/init.d/ext: Mounting external USB storage...
Jan 1 00:00:34 OpenWrt user.notice root: /etc/init.d/ext: Creating swapspace...
Jan 1 00:00:43 OpenWrt user.notice root: 32+0 records in
Jan 1 00:00:43 OpenWrt user.notice root: 32+0 records out
Jan 1 00:00:44 OpenWrt authpriv.info dropbear[1434]: Running in background
Jan 1 00:00:44 OpenWrt user.notice root: Setting up swapspace version 1, size = 32764 KiB
Jan 1 00:00:44 OpenWrt user.notice root: no label, UUID=cecbdd17-630d-4ca8-85d0-37de0f8e1ecc
Jan 1 00:00:44 OpenWrt user.notice root: /etc/init.d/ext: Forcing overwrite of /mnt/usb/external_fs/OpenWRT.img if it already exsits
Jan 1 00:00:44 OpenWrt user.notice root: /etc/init.d/ext: Creating ext loop image...
Jan 1 00:01:09 OpenWrt user.notice root: /etc/init.d/ext: Including the external mountpoint to system
Jan 1 00:01:09 OpenWrt user.notice root: /etc/init.d/ext: Creating /bin/ext_path_fixer
Jan 1 00:01:09 OpenWrt user.notice root: /etc/init.d/ext: Including ext_path_fixer to /etc/profile
Jan 1 00:01:09 OpenWrt user.notice root: /etc/init.d/ext: Including ext_path_fixer to /etc/rc.common
Jan 1 00:01:09 OpenWrt user.notice root: /etc/init.d/ext: Enable for startup
Jan 1 00:01:10 OpenWrt user.notice root: /etc/init.d/ext: Starting...
Jan 1 00:01:10 OpenWrt user.notice root: If you run this during an install or run the init the first time
Jan 1 00:01:10 OpenWrt user.notice root: please run
Jan 1 00:01:10 OpenWrt user.notice root: source /etc/profile
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Fixing paths
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_extendRoot_stop
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : executing run_test_installation_destination
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Testing if installation destination by extendRoot is available.
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Installation destination is available.
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : executing run_fake_opkg_update
Jan 1 00:01:10 OpenWrt user.notice root: /bin/box_installer.sh : Getting main Repository from /etc/opkg.conf
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : Doing fake opkg update (copy from cache folder (attitude_adjustment)
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : .. doing it for Piratebox repository (optional)
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_package_start
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh: line 26: can't create /sys/class/leds/*usb/trigger: nonexistent directory
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : executing run_install_package
Jan 1 00:01:11 OpenWrt user.notice root: /bin/box_installer.sh : Installing packge extendRoot-piratebox piratebox-mod-imageboard extendRoot-minidlna
Jan 1 00:01:12 OpenWrt user.notice root: Installing extendRoot-piratebox (0.9.1-3) to ext...
Jan 1 00:01:12 OpenWrt user.notice root: Copying /mnt/usb/install/cache/extendRoot-piratebox_0.9.1-3_all.ipk.
Jan 1 00:01:12 OpenWrt user.notice root: Installing extendRoot-lighttpd (0.9.1-3) to ext...
Jan 1 00:01:12 OpenWrt user.notice root: Copying /mnt/usb/install/cache/extendRoot-lighttpd_0.9.1-3_all.ipk.
Jan 1 00:01:16 OpenWrt user.notice root: Installing lighttpd (1.4.30-2) to ext...
Jan 1 00:01:16 OpenWrt user.notice root: Copying /mnt/usb/install/cache/lighttpd_1.4.30-2_ar71xx.ipk.
Jan 1 00:01:16 OpenWrt user.notice root: Installing libopenssl (1.0.1h-1) to ext...
Jan 1 00:01:16 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libopenssl_1.0.1h-1_ar71xx.ipk.
Jan 1 00:01:23 OpenWrt user.notice root: Installing libpcre (8.11-2) to ext...
Jan 1 00:01:23 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libpcre_8.11-2_ar71xx.ipk.
Jan 1 00:01:24 OpenWrt user.notice root: Installing libpthread (0.9.33.2-1) to ext...
Jan 1 00:01:24 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libpthread_0.9.33.2-1_ar71xx.ipk.
Jan 1 00:01:24 OpenWrt user.notice root: Installing extendRoot-python (0.9.1-3) to ext...
Jan 1 00:01:24 OpenWrt user.notice root: Copying /mnt/usb/install/cache/extendRoot-python_0.9.1-3_all.ipk.
Jan 1 00:01:25 OpenWrt user.notice root: Installing python (2.7.3-2) to ext...
Jan 1 00:01:25 OpenWrt user.notice root: Copying /mnt/usb/install/cache/python_2.7.3-2_ar71xx.ipk.
Jan 1 00:02:32 OpenWrt user.notice root: Installing libffi (3.0.10-1) to ext...
Jan 1 00:02:32 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libffi_3.0.10-1_ar71xx.ipk.
Jan 1 00:02:33 OpenWrt user.notice root: Installing python-mini (2.7.3-2) to ext...
Jan 1 00:02:33 OpenWrt user.notice root: Copying /mnt/usb/install/cache/python-mini_2.7.3-2_ar71xx.ipk.
Jan 1 00:03:15 OpenWrt user.notice root: Installing piratebox (1.0.1-8) to ext...
Jan 1 00:03:15 OpenWrt user.notice root: Copying /mnt/usb/install/cache/piratebox_1.0.1-8_all.ipk.
Jan 1 00:03:15 OpenWrt user.notice root: Installing lighttpd-mod-cgi (1.4.30-2) to ext...
Jan 1 00:03:15 OpenWrt user.notice root: Copying /mnt/usb/install/cache/lighttpd-mod-cgi_1.4.30-2_ar71xx.ipk.
Jan 1 00:03:16 OpenWrt user.notice root: Installing lighttpd-mod-redirect (1.4.30-2) to ext...
Jan 1 00:03:16 OpenWrt user.notice root: Copying /mnt/usb/install/cache/lighttpd-mod-redirect_1.4.30-2_ar71xx.ipk.
Jan 1 00:03:17 OpenWrt user.notice root: Installing lighttpd-mod-alias (1.4.30-2) to ext...
Jan 1 00:03:17 OpenWrt user.notice root: Copying /mnt/usb/install/cache/lighttpd-mod-alias_1.4.30-2_ar71xx.ipk.
Jan 1 00:03:17 OpenWrt user.notice root: Installing lighttpd-mod-setenv (1.4.30-2) to ext...
Jan 1 00:03:17 OpenWrt user.notice root: Copying /mnt/usb/install/cache/lighttpd-mod-setenv_1.4.30-2_ar71xx.ipk.
Jan 1 00:03:17 OpenWrt user.notice root: Installing piratebox-mod-imageboard (0.1.3-1) to ext...
Jan 1 00:03:17 OpenWrt user.notice root: Copying /mnt/usb/install/cache/piratebox-mod-imageboard_0.1.3-1_all.ipk.
Jan 1 00:03:18 OpenWrt user.notice root: Installing perl (5.10.0-7) to ext...
Jan 1 00:03:18 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perl_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:28 OpenWrt user.notice root: Installing perlbase-base (5.10.0-7) to ext...
Jan 1 00:03:28 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-base_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:29 OpenWrt user.notice root: Installing perlbase-cgi (5.10.0-7) to ext...
Jan 1 00:03:29 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-cgi_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:29 OpenWrt user.notice root: Installing perlbase-essential (5.10.0-7) to ext...
Jan 1 00:03:29 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-essential_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:30 OpenWrt user.notice root: Installing perlbase-file (5.10.0-7) to ext...
Jan 1 00:03:30 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-file_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:34 OpenWrt user.notice root: Installing perlbase-bytes (5.10.0-7) to ext...
Jan 1 00:03:34 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-bytes_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:35 OpenWrt user.notice root: Installing perlbase-config (5.10.0-7) to ext...
Jan 1 00:03:35 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-config_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:36 OpenWrt user.notice root: Installing perlbase-data (5.10.0-7) to ext...
Jan 1 00:03:36 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-data_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:37 OpenWrt user.notice root: Installing perlbase-db-file (5.10.0-7) to ext...
Jan 1 00:03:37 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-db-file_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:38 OpenWrt user.notice root: Installing libdb47 (4.7.25.NC-6) to ext...
Jan 1 00:03:38 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libdb47_4.7.25.NC-6_ar71xx.ipk.
Jan 1 00:03:46 OpenWrt user.notice root: Installing libxml2 (2.7.8-2) to ext...
Jan 1 00:03:46 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libxml2_2.7.8-2_ar71xx.ipk.
Jan 1 00:03:52 OpenWrt user.notice root: Installing perlbase-digest (5.10.0-7) to ext...
Jan 1 00:03:52 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-digest_5.10.0-7_ar71xx.ipk.
Jan 1 00:03:53 OpenWrt user.notice root: Installing perlbase-encode (5.10.0-7) to ext...
Jan 1 00:03:53 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-encode_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:26 OpenWrt user.notice root: Installing perlbase-encoding (5.10.0-7) to ext...
Jan 1 00:04:26 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-encoding_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:27 OpenWrt user.notice root: Installing perlbase-fcntl (5.10.0-7) to ext...
Jan 1 00:04:27 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-fcntl_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:27 OpenWrt user.notice root: Installing perlbase-gdbm-file (5.10.0-7) to ext...
Jan 1 00:04:27 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-gdbm-file_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:27 OpenWrt user.notice root: Installing libgdbm (1.9.1-2) to ext...
Jan 1 00:04:27 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libgdbm_1.9.1-2_ar71xx.ipk.
Jan 1 00:04:27 OpenWrt user.notice root: Installing perlbase-integer (5.10.0-7) to ext...
Jan 1 00:04:27 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-integer_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:27 OpenWrt user.notice root: Installing perlbase-socket (5.10.0-7) to ext...
Jan 1 00:04:27 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-socket_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:27 OpenWrt user.notice root: Installing perlbase-time (5.10.0-7) to ext...
Jan 1 00:04:27 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-time_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:28 OpenWrt user.notice root: Installing perlbase-unicode (5.10.0-7) to ext...
Jan 1 00:04:28 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-unicode_5.10.0-7_ar71xx.ipk.
Jan 1 00:04:39 OpenWrt user.notice root: Installing perlbase-unicore (5.10.0-7) to ext...
Jan 1 00:04:39 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-unicore_5.10.0-7_ar71xx.ipk.
Jan 1 00:05:23 OpenWrt user.notice root: Installing perlbase-utf8 (5.10.0-7) to ext...
Jan 1 00:05:24 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-utf8_5.10.0-7_ar71xx.ipk.
Jan 1 00:05:24 OpenWrt user.notice root: Installing perlbase-xsloader (5.10.0-7) to ext...
Jan 1 00:05:24 OpenWrt user.notice root: Copying /mnt/usb/install/cache/perlbase-xsloader_5.10.0-7_ar71xx.ipk.
Jan 1 00:05:25 OpenWrt user.notice root: Installing unzip (5.52-1) to ext...
Jan 1 00:05:25 OpenWrt user.notice root: Copying /mnt/usb/install/cache/unzip_5.52-1_ar71xx.ipk.
Jan 1 00:05:30 OpenWrt user.notice root: Installing extendRoot-minidlna (0.9.1-3) to ext...
Jan 1 00:05:30 OpenWrt user.notice root: Copying /mnt/usb/install/cache/extendRoot-minidlna_0.9.1-3_all.ipk.
Jan 1 00:05:30 OpenWrt user.notice root: Installing minidlna (1.0.24-1) to ext...
Jan 1 00:05:30 OpenWrt user.notice root: Copying /mnt/usb/install/cache/minidlna_1.0.24-1_ar71xx.ipk.
Jan 1 00:05:33 OpenWrt user.notice root: Installing libexif (0.6.19-1) to ext...
Jan 1 00:05:33 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libexif_0.6.19-1_ar71xx.ipk.
Jan 1 00:05:34 OpenWrt user.notice root: Installing libjpeg (6b-1) to ext...
Jan 1 00:05:34 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libjpeg_6b-1_ar71xx.ipk.
Jan 1 00:05:36 OpenWrt user.notice root: Installing libsqlite3 (3071201-1) to ext...
Jan 1 00:05:36 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libsqlite3_3071201-1_ar71xx.ipk.
Jan 1 00:05:42 OpenWrt user.notice root: Installing libffmpeg-mini (0.8.7-2) to ext...
Jan 1 00:05:42 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libffmpeg-mini_0.8.7-2_ar71xx.ipk.
Jan 1 00:05:49 OpenWrt user.notice root: Installing libbz2 (1.0.6-1) to ext...
Jan 1 00:05:49 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libbz2_1.0.6-1_ar71xx.ipk.
Jan 1 00:05:49 OpenWrt user.notice root: Installing libid3tag (0.15.1b-3) to ext...
Jan 1 00:05:49 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libid3tag_0.15.1b-3_ar71xx.ipk.
Jan 1 00:05:51 OpenWrt user.notice root: Installing libflac (1.2.1-1) to ext...
Jan 1 00:05:51 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libflac_1.2.1-1_ar71xx.ipk.
Jan 1 00:05:52 OpenWrt user.notice root: Installing libvorbis (1.2.3-1) to ext...
Jan 1 00:05:52 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libvorbis_1.2.3-1_ar71xx.ipk.
Jan 1 00:06:00 OpenWrt user.notice root: Installing libogg (1.1.4-2) to ext...
Jan 1 00:06:00 OpenWrt user.notice root: Copying /mnt/usb/install/cache/libogg_1.1.4-2_ar71xx.ipk.
Jan 1 00:06:04 OpenWrt user.notice root: Warning: Unable to locate ipset utility, disabling ipset support
Jan 1 00:06:04 OpenWrt user.notice root: Warning: Section @zone[1] (wan) cannot resolve device of network 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: Section @zone[1] (wan) cannot resolve device of network 'wan6'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: Section @zone[1] (wan) has no device, network, subnet or extra options
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv4 filter table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv4 nat table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv4 mangle table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv4 raw table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv6 filter table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv6 mangle table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing IPv6 raw table
Jan 1 00:06:04 OpenWrt user.notice root: * Flushing conntrack table ...
Jan 1 00:06:04 OpenWrt user.notice root: * Populating IPv4 filter table
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'lan'
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: * Rule 'Allow-DHCP-Renew'
Jan 1 00:06:04 OpenWrt user.notice root: * Rule 'Allow-Ping'
Jan 1 00:06:04 OpenWrt user.notice root: * Forward 'lan' -> 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: * Populating IPv4 nat table
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'lan'
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: * Populating IPv4 mangle table
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'lan'
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: * Populating IPv4 raw table
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'lan'
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: * Populating IPv6 filter table
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'lan'
Jan 1 00:06:04 OpenWrt user.notice root: * Zone 'wan'
Jan 1 00:06:04 OpenWrt user.notice root: * Rule 'Allow-DHCPv6'
Jan 1 00:06:04 OpenWrt user.notice root: * Rule 'Allow-ICMPv6-Input'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '128'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '129'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '1'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '2'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '3'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '4/0'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '4/1'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '133'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '135'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '134'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: fw3_ipt_rule_append(): Bad argument '136'
Jan 1 00:06:04 OpenWrt user.notice root: * Rule 'Allow-ICMPv6-Forward'
Jan 1 00:06:04 OpenWrt user.notice root: Warning: parse_option(): unknown option '--icmpv6-type'
Jan 1 00:06:11 OpenWrt user.notice root: /etc/init.d/piratebox: Creating piratebox loop image...
Jan 1 00:06:43 OpenWrt user.notice root: -------------- Initialize PirateBoxScripts -----------
Jan 1 00:06:45 OpenWrt user.notice root: Starting initialize PirateBox Part2..
Jan 1 00:06:45 OpenWrt user.notice root: Distribute HEADER.txt into /opt/piratebox/share/Shared
Jan 1 00:06:45 OpenWrt user.notice root: Distribute README.txt into /opt/piratebox/share/Shared
Jan 1 00:06:45 OpenWrt user.notice root: chown: /opt/piratebox/share: Operation not permitted
Jan 1 00:06:48 OpenWrt user.notice root: Starting script piratebox
Jan 1 00:06:48 OpenWrt user.notice root: Generating hosts file ....
Jan 1 00:06:50 OpenWrt user.notice root: Generating dnsmasq.conf .....
Jan 1 00:06:51 OpenWrt user.notice root: Generating Environment-config for lighttpd .....
Jan 1 00:06:51 OpenWrt user.notice root: Empty tmp folder
Jan 1 00:06:51 OpenWrt user.notice root: rm: /opt/piratebox/tmp: is a directory
Jan 1 00:06:51 OpenWrt user.notice root: Copy over design files
Jan 1 00:06:51 OpenWrt user.notice root: Starting dnsmasq...
Jan 1 00:06:51 OpenWrt daemon.info dnsmasq[2371]: started, version 2.66 cachesize 150
Jan 1 00:06:51 OpenWrt daemon.info dnsmasq[2371]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth
Jan 1 00:06:51 OpenWrt daemon.info dnsmasq-dhcp[2371]: DHCP, IP range 192.168.1.10 -- 192.168.1.250, lease time 12h
Jan 1 00:06:51 OpenWrt user.notice root: 0
Jan 1 00:06:51 OpenWrt user.notice root: Starting droopy...
Jan 1 00:06:51 OpenWrt daemon.info dnsmasq[2371]: read /opt/piratebox/conf/hosts_mesh - 0 addresses
Jan 1 00:06:51 OpenWrt daemon.info dnsmasq[2371]: read /opt/piratebox/conf/hosts_generated - 1 addresses
Jan 1 00:06:51 OpenWrt user.notice root: 0
Jan 1 00:07:28 OpenWrt user.notice root: Generated HTML-Shoutbox File.
Jan 1 00:07:29 OpenWrt user.notice root: Starting lighttpd...
Jan 1 00:07:30 OpenWrt user.notice root: 0
Jan 1 00:07:30 OpenWrt user.notice root: Bringing PirateBox down again and leave image mounted
Jan 1 00:07:30 OpenWrt user.notice root: for further installation
Jan 1 00:07:30 OpenWrt user.notice root: Stopping script piratebox
Jan 1 00:07:31 OpenWrt user.notice root: Stopping dnsmasq...
Jan 1 00:07:31 OpenWrt user.notice root: 0
Jan 1 00:07:31 OpenWrt user.notice root: Stopping droopy...
Jan 1 00:07:31 OpenWrt user.notice root: 0
Jan 1 00:07:31 OpenWrt user.notice root: Stopping lighttpd...
Jan 1 00:07:31 OpenWrt user.notice root: 0
Jan 1 00:07:31 OpenWrt daemon.info dnsmasq[2371]: exiting on receipt of SIGTERM
Jan 1 00:07:31 OpenWrt user.notice root: PirateBox wireless SSID: PirateBox - Share Freely
Jan 1 00:07:31 OpenWrt user.notice root: PirateBox DNS and hostname: piratebox.lan
Jan 1 00:07:31 OpenWrt user.notice root: hostname with unique suffix is: piratebox.lan
Jan 1 00:07:31 OpenWrt user.notice root: PirateBox LAN IP address: 192.168.1.1
Jan 1 00:07:31 OpenWrt user.notice root: PirateBox shared directory:
Jan 1 00:07:31 OpenWrt user.notice root: Setup complete, PirateBox started.
Jan 1 00:07:31 OpenWrt user.notice root: You can remove the WAN connection now.
Jan 1 00:07:31 OpenWrt user.notice root: Please reboot your PirateBox now:
Jan 1 00:07:31 OpenWrt user.notice root: # reboot
Jan 1 00:07:31 OpenWrt user.notice root: Done
Jan 1 00:07:32 OpenWrt user.notice root: Kareha Zip found...
Jan 1 00:07:32 OpenWrt user.notice root: Archive: kareha_3.1.4.zip
Jan 1 00:07:32 OpenWrt user.notice root: creating: kareha/
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/.DS_Store
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/admin.pl
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/captcha.pl
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/config.pl
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/example.htaccess
Jan 1 00:07:32 OpenWrt user.notice root: creating: kareha/extras/
Jan 1 00:07:32 OpenWrt user.notice root: creating: kareha/extras/icons/
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/archive-7z.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/archive-bz2.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/archive-gz.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/archive-lzh.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/archive-rar.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/archive-zip.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/audio-aac.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/audio-flac.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-it.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-mo3.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-mod.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/audio-mp3.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/audio-mpc.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-nsf.gif
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/audio-ogg.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-sid.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-spc.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/audio-xm.png
Jan 1 00:07:32 OpenWrt user.notice root: extracting: kareha/extras/icons/flash.png
Jan 1 00:07:32 OpenWrt user.notice root: inflating: kareha/extras/icons/torrent.png
Jan 1 00:07:32 OpenWrt user.notice root: creating: kareha/extras/old_perl/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/extras/old_perl/sjis.pl
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/extras/styles/
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/extras/styles/css/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/extras/styles/css/buun.css
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/extras/styles/css/mercury.css
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/extras/styles/img/
Jan 1 00:07:33 OpenWrt user.notice root: extracting: kareha/extras/styles/img/ginchan.png
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/extras/styles/img/greyrose.png
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/extras/styles/img/greyrose_big.png
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/extras/styles/img/rose.png
Jan 1 00:07:33 OpenWrt user.notice root: extracting: kareha/extras/styles/img/rose_big.png
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/kareha.ico
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/kareha.js
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/kareha.pl
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/mode_image/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/config.pl
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/config_defaults.pl
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/mode_image/css/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/css/burichan.css
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/css/futaba.css
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/css/gurochan.css
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/css/photon.css
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/mode_image/include/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/include/footer.html
Jan 1 00:07:33 OpenWrt user.notice root: extracting: kareha/mode_image/include/header.html
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/include/rules.html
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/mode_image/src/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/templates.pl
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/mode_image/thumb/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_image/zeroconv.pl
Jan 1 00:07:33 OpenWrt user.notice root: creating: kareha/mode_message/
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_message/config.pl
Jan 1 00:07:33 OpenWrt user.notice root: inflating: kareha/mode_message/config_defaults.pl
Jan 1 00:07:34 OpenWrt user.notice root: creating: kareha/mode_message/css/
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/css/blue_moon.css
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/css/futaba.css
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/css/headline.css
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/css/pseud0ch.css
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/css/toothpaste.css
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/css/VIPPER.css
Jan 1 00:07:34 OpenWrt user.notice root: creating: kareha/mode_message/img/
Jan 1 00:07:34 OpenWrt user.notice root: extracting: kareha/mode_message/img/ba.gif
Jan 1 00:07:34 OpenWrt user.notice root: creating: kareha/mode_message/include/
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/include/footer.html
Jan 1 00:07:34 OpenWrt user.notice root: extracting: kareha/mode_message/include/header.html
Jan 1 00:07:34 OpenWrt user.notice root: extracting: kareha/mode_message/include/mid.html
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/include/rules.html
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/templates.pl
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/mode_message/templates_jp.pl
Jan 1 00:07:34 OpenWrt user.notice root: creating: kareha/res/
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/spam.txt
Jan 1 00:07:34 OpenWrt user.notice root: creating: kareha/src/
Jan 1 00:07:34 OpenWrt user.notice root: creating: kareha/thumb/
Jan 1 00:07:34 OpenWrt user.notice root: inflating: kareha/wakautils.pl
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/kareha.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/admin.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/captcha.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/config.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/example.htaccess: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/old_perl/sjis.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/old_perl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/old_perl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-mod.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/archive-lzh.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-ogg.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-mpc.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/flash.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-nsf.gif: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-it.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/archive-rar.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-xm.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/archive-gz.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/archive-bz2.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/archive-zip.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-mo3.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-sid.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-spc.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/archive-7z.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-mp3.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/torrent.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-flac.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons/audio-aac.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/icons: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/styles/img/greyrose.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/styles/img/rose_big.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras/styles/img/greyrose_big.png: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/extras: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/kareha.ico: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/kareha.js: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/config_defaults.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/include/rules.html: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/include/header.html: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/include/footer.html: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/include: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/include: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/thumb: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/mode_image/thumb: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/css/photon.css: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/css: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/css: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/include/rules.html: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/include/header.html: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/include/footer.html: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/include: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/include: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/templates.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/zeroconv.pl: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board/index.htm: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: chown: /opt/piratebox/share/board: Operation not permitted
Jan 1 00:07:39 OpenWrt user.notice root: Errors in chown occurs if you are using vfat on the USB stick
Jan 1 00:07:39 OpenWrt user.notice root: . don't Panic!
Jan 1 00:07:39 OpenWrt user.notice root: Generating index page
Jan 1 00:07:39 OpenWrt user.notice root: wget: can't connect to remote host (127.0.0.1): Connection refused
Jan 1 00:07:39 OpenWrt user.notice root: finished!
Jan 1 00:07:39 OpenWrt user.notice root: Now Edit your kareha settings file to change your ADMIN_PASS and SECRET :
Jan 1 00:07:39 OpenWrt user.notice root: # vi /opt/piratebox/www/board/config.pl
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perl.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-data.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-encode.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libjpeg.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libpthread.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libopenssl.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libpcre.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring lighttpd.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring lighttpd-mod-cgi.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-bytes.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring lighttpd-mod-setenv.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-fcntl.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libgdbm.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-gdbm-file.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-integer.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-time.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-unicode.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring perlbase-xsloader.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring unzip.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring piratebox-mod-imageboard.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libsqlite3.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libbz2.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libffmpeg-mini.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring libid3tag.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring minidlna.
Jan 1 00:07:42 OpenWrt user.notice root: Configuring extendRoot-minidlna.
Jan 1 00:07:42 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:07:42 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_package_stop
Jan 1 00:07:42 OpenWrt user.notice root: /bin/box_installer.sh: line 26: can't create /sys/class/leds/*usb/trigger: nonexistent directory
Jan 1 00:07:42 OpenWrt user.notice root: /bin/box_installer.sh: line 26: can't create /sys/class/leds/*usb/brightness: nonexistent directory
Jan 1 00:07:42 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:07:42 OpenWrt user.notice root: /bin/box_installer.sh : executing exit
Jan 1 00:00:47 OpenWrt syslog.info syslogd started: BusyBox v1.19.4
Jan 1 00:00:47 OpenWrt user.notice root: /bin/box_installer.sh : executing run_test
Jan 1 00:00:47 OpenWrt user.notice root: /bin/box_installer.sh : Testing requirements...
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : .. USB storage modules available
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : extendRoot package is installed
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_extendRoot_start
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : executing run_prepare_extendRoot
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : configure initi step for extendRoot
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:48 OpenWrt user.notice root: /bin/box_installer.sh : executing run_init_extendRoot
Jan 1 00:00:48 OpenWrt user.notice root: /etc/init.d/ext: Mounting external USB storage...
Jan 1 00:00:48 OpenWrt user.notice root: /etc/init.d/ext: Forcing overwrite of /mnt/usb/external_fs/OpenWRT.img if it already exsits
Jan 1 00:00:48 OpenWrt user.notice root: /etc/init.d/ext: Creating ext loop image...
Jan 1 00:01:17 OpenWrt authpriv.info dropbear[1341]: Running in background
Jan 1 00:01:24 OpenWrt user.notice root: /etc/init.d/ext: Including the external mountpoint to system
Jan 1 00:01:24 OpenWrt user.notice root: /etc/init.d/ext: Creating /bin/ext_path_fixer
Jan 1 00:01:24 OpenWrt user.notice root: /etc/init.d/ext: Including ext_path_fixer to /etc/profile
Jan 1 00:01:24 OpenWrt user.notice root: /etc/init.d/ext: Including ext_path_fixer to /etc/rc.common
Jan 1 00:01:24 OpenWrt user.notice root: /etc/init.d/ext: Enable for startup
Jan 1 00:01:24 OpenWrt user.notice root: /etc/init.d/ext: Starting...
Jan 1 00:01:25 OpenWrt user.notice root: If you run this during an install or run the init the first time
Jan 1 00:01:25 OpenWrt user.notice root: please run
Jan 1 00:01:25 OpenWrt user.notice root: source /etc/profile
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Fixing paths
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_extendRoot_stop
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : executing run_test_installation_destination
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Testing if installation destination by extendRoot is available.
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Installation destination is available.
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : executing run_fake_opkg_update
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Getting main Repository from /etc/opkg.conf
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Doing fake opkg update (copy from cache folder (attitude_adjustment)
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : .. doing it for Piratebox repository (optional)
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_package_start
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh: line 26: can't create /sys/class/leds/*usb/trigger: nonexistent directory
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : executing run_install_package
Jan 1 00:01:25 OpenWrt user.notice root: /bin/box_installer.sh : ERROR: /mnt/usb/install/auto_package is not set
Jan 1 00:00:49 OpenWrt syslog.info syslogd started: BusyBox v1.19.4
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : executing run_test
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : Testing requirements...
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : .. USB storage modules available
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : extendRoot package is installed
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_extendRoot_start
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : executing run_prepare_extendRoot
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : configure initi step for extendRoot
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:00:49 OpenWrt user.notice root: /bin/box_installer.sh : executing run_init_extendRoot
Jan 1 00:00:49 OpenWrt user.notice root: /etc/init.d/ext: Mounting external USB storage...
Jan 1 00:00:49 OpenWrt user.notice root: /etc/init.d/ext: Forcing overwrite of /mnt/usb/external_fs/OpenWRT.img if it already exsits
Jan 1 00:00:49 OpenWrt user.notice root: /etc/init.d/ext: Creating ext loop image...
Jan 1 00:00:54 OpenWrt authpriv.info dropbear[1410]: Running in background
Jan 1 00:01:16 OpenWrt user.notice root: /etc/init.d/ext: Including the external mountpoint to system
Jan 1 00:01:16 OpenWrt user.notice root: /etc/init.d/ext: Creating /bin/ext_path_fixer
Jan 1 00:01:17 OpenWrt user.notice root: /etc/init.d/ext: Including ext_path_fixer to /etc/profile
Jan 1 00:01:17 OpenWrt user.notice root: /etc/init.d/ext: Including ext_path_fixer to /etc/rc.common
Jan 1 00:01:17 OpenWrt user.notice root: /etc/init.d/ext: Enable for startup
Jan 1 00:01:17 OpenWrt user.notice root: /etc/init.d/ext: Starting...
Jan 1 00:01:17 OpenWrt user.notice root: If you run this during an install or run the init the first time
Jan 1 00:01:17 OpenWrt user.notice root: please run
Jan 1 00:01:17 OpenWrt user.notice root: source /etc/profile
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Fixing paths
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_extendRoot_stop
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : executing run_test_installation_destination
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Testing if installation destination by extendRoot is available.
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Installation destination is available.
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : executing run_fake_opkg_update
Jan 1 00:01:17 OpenWrt user.notice root: /bin/box_installer.sh : Getting main Repository from /etc/opkg.conf
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : Doing fake opkg update (copy from cache folder (attitude_adjustment)
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : .. doing it for Piratebox repository (optional)
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : executing run_signaling_package_start
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh: line 26: can't create /sys/class/leds/*usb/trigger: nonexistent directory
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : Trying to find next step
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : executing run_install_package
Jan 1 00:01:18 OpenWrt user.notice root: /bin/box_installer.sh : ERROR: /mnt/usb/install/auto_package is not set
So its this im assuming?