bah1976

Members
  • Posts

    80
  • Joined

  • Last visited

Everything posted by bah1976

  1. Ok, I don't know what happened, or when, but my radarr thinks I'm new all of a sudden. "You must be new around here, before you start adding movies you may want to check out the following links on our wiki" But it also says: Downloaded and Monitored: 35 Downloaded, but not Monitored: 624 It may have happened when I updated unraid to 6.4 - that was a few weeks ago and I don't know that I've been in here since. But even though I can look at my /media folder from inside the docker and see everything, Radarr doesn't "know" about it? I tried to bulk import the folders, and it says no movies were found. My equivalent Sonarr works fine. Do I have to delete this docker's appdata and start over? Or is there something I can do to fix this? Appreciate any tips.
  2. To close the loop on my LAN Access issue.. I use airvpn, and had updated the vpn_remote variable to match the remote target in my airvpn.ovpn config file. I left the vpn port at the default 1198 - and that was my issue. After looking again, I noticed that my ovpn file had "remote <server> 443" indicating that it was using port 443 instead. I changed the docker vpn_port variable to 443 - and viola - everything works. My airvpn account indicates both binhex VPN sessions are active (deluge & sabnzbd) and I can access from my LAN. The checkmytorrentip.net torrent indicates it has a vpn'd connection. All is well again in my world. This is all with 6.2 RC4. Thanks for your excellent docker work!!
  3. From inside the container, eth0 doesn't bind to a specific physical eth0, right? eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.17.0.4 netmask 255.255.0.0 broadcast 0.0.0.0 ether 02:42:ac:11:00:04 txqueuelen 0 (Ethernet) RX packets 299 bytes 21045 (20.5 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 75 bytes 5600 (5.4 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
  4. There is no v1 present. supervisord.log, starting with a new restart with empty log. As I read through this to verify no personal info, I noticed that it references eth0. I currently have eth0 & eth1 in an active/passive bond. ifconfig seems to indicate that eth1 is the active interface, based on the TX/RX bytes. Maybe that's a factor? I don't know iptables commands to see if I can tweak it to work. bond0: flags=5443<UP,BROADCAST,RUNNING,PROMISC,MASTER,MULTICAST> mtu 1500 ether 00:30:67:b1:fb:c7 txqueuelen 1000 (Ethernet) RX packets 2804489 bytes 2668606738 (2.4 GiB) RX errors 0 dropped 128266 overruns 0 frame 0 TX packets 2898495 bytes 2284148497 (2.1 GiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.10.19 netmask 255.255.255.0 broadcast 0.0.0.0 ether 00:30:67:b1:fb:c7 txqueuelen 1000 (Ethernet) RX packets 2615043 bytes 2598820213 (2.4 GiB) RX errors 0 dropped 1347 overruns 0 frame 0 TX packets 2056914 bytes 2216603088 (2.0 GiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.17.0.1 netmask 255.255.0.0 broadcast 0.0.0.0 ether 02:42:36:a3:9a:22 txqueuelen 0 (Ethernet) RX packets 20666 bytes 3888671 (3.7 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 32217 bytes 31767732 (30.2 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500 ether 00:30:67:b1:fb:c7 txqueuelen 1000 (Ethernet) RX packets 128266 bytes 16767919 (15.9 MiB) RX errors 0 dropped 128266 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth1: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500 ether 00:30:67:b1:fb:c7 txqueuelen 1000 (Ethernet) RX packets 2676223 bytes 2651838819 (2.4 GiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 2898495 bytes 2284148497 (2.1 GiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 17 memory 0xfe7e0000-fe800000 root@BEAST:/mnt/user/appdata/delugevpn_v2# cat supervisord.log 2016-08-18 13:56:35,283 CRIT Set uid to user 0 2016-08-18 13:56:35,283 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2016-08-18 13:56:35,287 INFO supervisord started with pid 14 2016-08-18 13:56:36,288 INFO spawned: 'start-script' with pid 17 2016-08-18 13:56:36,293 INFO spawned: 'webui-script' with pid 18 2016-08-18 13:56:36,299 INFO spawned: 'deluge-script' with pid 19 2016-08-18 13:56:36,301 INFO spawned: 'privoxy-script' with pid 20 2016-08-18 13:56:36,366 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-08-18 13:56:36,367 DEBG 'deluge-script' stdout output: [info] deluge config file already exists, skipping copy [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-08-18 13:56:36,368 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-08-18 13:56:36,368 INFO success: webui-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-08-18 13:56:36,369 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-08-18 13:56:36,369 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-08-18 13:56:36,392 DEBG 'privoxy-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-08-18 13:56:36,417 DEBG 'start-script' stdout output: [info] VPN provider defined as airvpn [info] VPN config file (ovpn extension) is located at /config/openvpn/AirVPN_United-States_UDP-443.ovpn 2016-08-18 13:56:36,423 DEBG 'start-script' stdout output: [info] Env vars defined via docker -e flags for remote host, port and protocol, writing values to ovpn file... 2016-08-18 13:56:36,441 DEBG 'start-script' stdout output: [info] VPN provider remote gateway defined as us.vpn.airdns.org [info] VPN provider remote port defined as 1198 [info] VPN provider remote protocol defined as udp 2016-08-18 13:56:36,496 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 2016-08-18 13:56:36,514 DEBG 'start-script' stdout output: [info] Setting permissions recursively on /config/openvpn... 2016-08-18 13:56:36,554 DEBG 'start-script' stdout output: [info] Adding 192.168.10.0/24 as route via docker eth0 2016-08-18 13:56:36,555 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2016-08-18 13:56:36,556 DEBG 'start-script' stdout output: default via 172.17.0.1 dev eth0 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.4 192.168.10.0/24 via 172.17.0.1 dev eth0 2016-08-18 13:56:36,557 DEBG 'start-script' stdout output: -------------------- 2016-08-18 13:56:36,564 DEBG 'start-script' stdout output: [info] iptable_mangle module not supported, attempting to load... 2016-08-18 13:56:36,567 DEBG 'start-script' stderr output: modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.4.15-unRAID 2016-08-18 13:56:36,567 DEBG 'start-script' stdout output: [warn] iptable_mangle module not supported, you will not be able to connect to Deluge webui or Privoxy outside of your LAN 2016-08-18 13:56:36,638 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2016-08-18 13:56:36,640 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD ACCEPT -P OUTPUT DROP -A INPUT -i tun0 -j ACCEPT -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 1198 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A INPUT -s 192.168.10.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -p udp -m udp --sport 53 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1198 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -d 192.168.10.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -------------------- 2016-08-18 13:56:36,640 DEBG 'start-script' stdout output: [info] nameservers 2016-08-18 13:56:36,641 DEBG 'start-script' stdout output: nameserver 8.8.8.8 nameserver 8.8.4.4 2016-08-18 13:56:36,650 DEBG 'start-script' stdout output: -------------------- [info] Starting OpenVPN... 2016-08-18 13:56:36,676 DEBG 'start-script' stdout output: Thu Aug 18 13:56:36 2016 OpenVPN 2.3.11 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on May 12 2016 2016-08-18 13:56:36,677 DEBG 'start-script' stdout output: Thu Aug 18 13:56:36 2016 library versions: OpenSSL 1.0.2h 3 May 2016, LZO 2.09 2016-08-18 13:56:36,684 DEBG 'start-script' stdout output: Thu Aug 18 13:56:36 2016 Control Channel Authentication: tls-auth using INLINE static key file 2016-08-18 13:56:36,687 DEBG 'start-script' stdout output: Thu Aug 18 13:56:36 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication 2016-08-18 13:56:36,690 DEBG 'start-script' stdout output: Thu Aug 18 13:56:36 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication Thu Aug 18 13:56:36 2016 Socket Buffers: R=[212992->212992] S=[212992->212992] 2016-08-18 13:56:36,714 DEBG 'start-script' stdout output: Thu Aug 18 13:56:36 2016 UDPv4 link local: [undef] Thu Aug 18 13:56:36 2016 UDPv4 link remote: [AF_INET]104.129.24.154:1198
  5. See pics.. I left out my user & password, obviously..
  6. Yes, I've disabled & re-enabled the docker service as well..
  7. It's been restarted many times - no difference..
  8. Recently refreshed my delugevpn & sabnzbvpn containers due to 6.2 update. I can't connect to the admin interface from my LAN. Logs seem to indicate everything is running ok, but I can't get into the interfaces to confirm any activity. I have my LAN_NETWORK set as 192.168.10.0/24 I see this: [warn] iptable_mangle module not supported, you will not be able to connect to Deluge webui or Privoxy outside of your LAN But a) I'm trying to connect from inside my LAN (although not the bridged 172.16.x.x) and b) I thought that didn't matter with the change to LAN_NETWORK from LAN_RANGE. Any tips?
  9. Ok - I'm in better shape now. I re-copied the 6.1.9 binaries over and re-ran make-bootable (because the first time I got a weird error trying to boot) and now I have a successful prompt after booting. Now I'm going to try the 6.2 update again - with no plugins - and will see what happens. Thanks for your assistance!!
  10. Still having no luck.. Packages and Plugins have been emptied - blank directories now. config/go only has the emhttp. Even removed the -p 81 to run on default port. Ready to wipe my flash and start completely from scratch - how do I make sure my license and configuration are preserved?
  11. No difference with safe mode... i.e., it boots and seems to run, but no console activity after cpuload started. no flash drive corruption reported by windows disk check. There is a ton of stuff in packages & plugins. A literal crapload. Can these all just be cleared out? I don't know where they all came from, I've been using this flash drive since 4.6 or so - I'm thinking a lot if this is legacy that is no longer used? My array is fairly stock - all the apps I know that I run are at the docker level. Any plugins are utility-type (nerdpack, stats, etc) No Extra File Plugins - I recognize most of these: root@BEAST:/boot/config/plugins# ls -hl total 176K drwxrwxrwx 2 root root 4.0K Sep 16 2014 Docker/ drwxrwxrwx 3 root root 4.0K Mar 21 11:07 NerdPack/ -rwxrwxrwx 1 root root 6.2K Mar 21 11:07 NerdPack.plg* drwxrwxrwx 2 root root 4.0K Aug 8 15:07 community.applications/ -rwxrwxrwx 1 root root 20K Aug 8 15:07 community.applications.plg* drwxrwxrwx 5 root root 4.0K Nov 19 2015 dockerMan/ -rwxrwxrwx 1 root root 8.1K Aug 18 2014 dockerMan.plgnotbah* drwxrwxrwx 2 root root 4.0K Aug 17 10:24 dynamix/ drwxrwxrwx 2 root root 4.0K Feb 16 2016 dynamix.active.streams/ -rwxrwxrwx 1 root root 3.0K Feb 16 2016 dynamix.active.streams.plg* drwxrwxrwx 2 root root 4.0K Feb 16 2016 dynamix.cache.dirs/ -rwxrwxrwx 1 root root 5.5K Feb 16 2016 dynamix.cache.dirs.plg* drwxrwxrwx 2 root root 4.0K Nov 19 2015 dynamix.kvm.manager/ -rwxrwxrwx 1 root root 1.8K Aug 8 15:08 dynamix.plg* drwxrwxrwx 2 root root 4.0K Feb 16 2016 dynamix.ssd.trim/ -rwxrwxrwx 1 root root 2.3K Feb 16 2016 dynamix.ssd.trim.plg* drwxrwxrwx 2 root root 4.0K Jul 6 11:21 dynamix.system.info/ -rwxrwxrwx 1 root root 3.6K Jul 6 11:21 dynamix.system.info.plg* drwxrwxrwx 2 root root 4.0K May 20 09:23 dynamix.system.stats/ -rwxrwxrwx 1 root root 5.2K May 20 09:23 dynamix.system.stats.plg* drwxrwxrwx 2 root root 4.0K Jul 6 11:21 dynamix.system.temp/ drwxrwxrwx 2 root root 4.0K Dec 21 2015 open.files/ -rwxrwxrwx 1 root root 3.4K Dec 21 2015 open.files.plg* drwxrwxrwx 3 root root 4.0K Sep 26 2014 powerdown/ drwxrwxrwx 2 root root 4.0K May 20 09:22 preclear.disk/ -rwxrwxrwx 1 root root 5.0K May 20 09:22 preclear.disk.plg* drwxrwxrwx 2 root root 4.0K Feb 16 2016 tablesorter/ drwxrwxrwx 3 root root 4.0K Mar 1 08:58 unassigned.devices/ -rwxrwxrwx 1 root root 20K Jul 6 11:21 unassigned.devices.plg* drwxrwxrwx 2 root root 4.0K Apr 21 2014 webGui/ root@BEAST:/boot/config/plugins# Go File - I remember adding that beep, and now that you mention it, I haven't heard that wobble tone in quite some time. This is not a new problem... root@BEAST:/boot/config# cat go #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp -p 81 #/boot/unmenu/uu cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c beep -f 700 ; beep -f 500 ; beep -f 700 ; beep -f 500 Here's /boot/packages - most of these look old and foreign. root@BEAST:/boot/packages# ls -hal total 16M drwxrwxrwx 2 root root 12K Feb 16 2016 ./ drwxrwxrwx 8 root root 4.0K Aug 17 10:39 ../ -rwxrwxrwx 1 root root 23K Sep 26 2014 airvideo-unmenu-package.conf* -rwxrwxrwx 1 root root 5.5K Sep 26 2014 apcupsd-3.14.10-unmenu-package-x86_64.conf* -rwxrwxrwx 1 root root 5.6K Sep 26 2014 apcupsd-3.14.10-unmenu-package.conf* -rwxrwxrwx 1 root root 5.5K Sep 26 2014 apcupsd-unmenu-package.conf* -rwxrwxrwx 1 root root 4.7K Sep 26 2014 apcupsd3-unmenu-package.conf* -rwxrwxrwx 1 root root 42K May 26 2012 bwm-ng-0.6-x86_64-4cf.txz* -rwxrwxrwx 1 root root 125 Sep 26 2014 bwm-ng-0.6-x86_64-4cf.txz.auto_install* -rwxrwxrwx 1 root root 125 Sep 26 2014 bwm-ng-0.6-x86_64-4cf.txz.manual_install* -rwxrwxrwx 1 root root 1.1K Sep 26 2014 bwm-ng-unmenu-package-x86_64.conf* -rwxrwxrwx 1 root root 1.1K Sep 26 2014 bwm-ng-unmenu-package.conf* -rwxrwxrwx 1 root root 2.8K Sep 26 2014 compiler-unmenu-package.conf* -rwxrwxrwx 1 root root 2.8K Sep 26 2014 compiler-unmenu-package_x86_64.conf* -rwxrwxrwx 1 root root 1.3K Sep 26 2014 cpio-unmenu-package.conf* -rwxrwxrwx 1 root root 1.2K Sep 26 2014 cpufrequtils-unmenu-package.conf* -rwxrwxrwx 1 root root 1.4K Sep 26 2014 cxxlibs-unmenu-package.conf* -rwxrwxrwx 1 root root 2.0K Sep 26 2014 dmidecode-unmenu-package.conf* -rwxrwxrwx 1 root root 8.1K Sep 26 2014 ds_store_cleanup-unmenu-package.conf* -rwxrwxrwx 1 root root 3.9K Sep 26 2014 dynamic-dns-unmenu-package.conf* -rwxrwxrwx 1 root root 1.7K Sep 26 2014 encfs-unmenu-package.conf* -rwxrwxrwx 1 root root 644 Sep 26 2014 file-unmenu-package.conf* -rwxrwxrwx 1 root root 1.2K Sep 26 2014 hdparm-9.27-unmenu-package.conf* -rwxrwxrwx 1 root root 898 Sep 26 2014 hdparm-9.37-unmenu-package-1.conf* -rwxrwxrwx 1 root root 990 Sep 26 2014 htop-unmenu-package.conf* -rwxrwxrwx 1 root root 931 Sep 26 2014 iftop-unmenu-package.conf* -rwxrwxrwx 1 root root 5.2K Sep 26 2014 image_server-unmenu-package.conf* -rwxrwxrwx 1 root root 1.4K Sep 26 2014 inotify-tools-unmenu-package.conf* -rwxrwxrwx 1 root root 1.5K Sep 26 2014 iperf-unmenu-package.conf* -rwxrwxrwx 1 root root 3.9K Sep 26 2014 istat-unmenu-package.conf* -rwxrwxrwx 1 root root 1.4K Sep 26 2014 jre-unmenu-package.conf* -rwxrwxrwx 1 root root 1.2K Sep 26 2014 lighttpd-unmenu-package.conf* -rwxrwxrwx 1 root root 991 Sep 26 2014 lsof-unmenu-package.conf* -rwxrwxrwx 1 root root 5.0K Sep 26 2014 mail-ssmtp-unmenu-package-x86_64.conf* -rwxrwxrwx 1 root root 5.0K Sep 26 2014 mail-ssmtp-unmenu-package-x86_64.conf-2014-09-26-120013.bak* -rwxrwxrwx 1 root root 6.9K Sep 26 2014 mail-ssmtp-unmenu-package.conf* -rwxrwxrwx 1 root root 9.6K Sep 26 2014 mail_status-unmenu-package.conf* -rwxrwxrwx 1 root root 9.6K Sep 26 2014 mail_status-unmenu-package.conf-2014-09-26-120258.bak* -rwxrwxrwx 1 root root 234K Jul 4 2012 mailx-12.5-x86_64-1.txz* -rwxrwxrwx 1 root root 2.3K Sep 26 2014 md5deep-unmenu-package.conf* -rwxrwxrwx 1 root root 2.2K Sep 26 2014 monthly-parity-unmenu-package.conf* -rwxrwxrwx 1 root root 700 Sep 26 2014 monthly_parity_check.auto_install* -rwxrwxrwx 1 root root 700 Sep 26 2014 monthly_parity_check.manual_install* -rwxrwxrwx 1 root root 2.7K Sep 26 2014 mover_conditional_sync-unmenu-package.conf* -rwxrwxrwx 1 root root 1.4K Sep 26 2014 mover_exclude_underscore-unmenu-package.conf* -rwxrwxrwx 1 root root 1.1K Sep 26 2014 mover_fix-logging-unmenu-package.conf* -rwxrwxrwx 1 root root 5.6K Sep 26 2014 mysql-unmenu-package.conf* -rwxrwxrwx 1 root root 2.1K Sep 26 2014 ntfs-3g-2010.3.6-unmenu-package.conf* -rwxrwxrwx 1 root root 3.6K Sep 26 2014 openssh-unmenu-package.conf* -rwxrwxrwx 1 root root 0 Sep 26 2014 openssl-1.0.1g-x86_64-1_slack14.1.txz* -rwxrwxrwx 1 root root 1.4K Sep 26 2014 openssl-unmenu-package.conf* -rwxrwxrwx 1 root root 8.0K Sep 26 2014 p910nd-unmenu-package.conf* -rwxrwxrwx 1 root root 768 Sep 26 2014 pbzip2-unmenu-package.conf* -rwxrwxrwx 1 root root 994 Sep 26 2014 pciutils-unmenu-package.conf* -rwxrwxrwx 1 root root 14M Sep 2 2013 perl-5.18.1-x86_64-1.txz* -rwxrwxrwx 1 root root 2.0K Sep 26 2014 perl-unmenu-package.conf* -rwxrwxrwx 1 root root 2.0K Sep 26 2014 php-unmenu-package.conf* -rwxrwxrwx 1 root root 7.3K Sep 26 2014 powerdown-2.06-noarch-unRAID.tgz* -rwxrwxrwx 1 root root 526 Sep 26 2014 powerdown-2.06-noarch-unRAID.tgz.auto_install* -rwxrwxrwx 1 root root 526 Sep 26 2014 powerdown-2.06-noarch-unRAID.tgz.manual_install* -rwxrwxrwx 1 root root 1.4K Sep 26 2014 powerdown-2.06_ctlaltdel-unmenu-package.conf* -rwxrwxrwx 1 root root 8.3K Sep 26 2014 powerdown-overtemp-unmenu-package.conf* -rwxrwxrwx 1 root root 1.4K Sep 26 2014 powerdown_ctlaltdel-unmenu-package.conf* -rwxrwxrwx 1 root root 1.8K Sep 26 2014 proftp-unmenu-package.conf* -rwxrwxrwx 1 root root 1.2K Sep 26 2014 python-unmenu-package.conf* -rwxrwxrwx 1 root root 1.3K Sep 26 2014 python_cheetah-unmenu-package.conf* -rwxrwxrwx 1 root root 1.1K Sep 26 2014 reiserfsck-3.6.21-unmenu-package.conf* -rwxrwxrwx 1 root root 988 Sep 26 2014 rsync-unmenu-package.conf* -rwxrwxrwx 1 root root 1.7K Sep 26 2014 ruby-unmenu-package.conf* -rwxrwxrwx 1 root root 25K Sep 26 2014 sabnzbd-unmenu-package.conf* -rwxrwxrwx 1 root root 476K May 16 2013 screen-4.0.3-x86_64-4.txz* -rwxrwxrwx 1 root root 164 Sep 26 2014 screen-4.0.3-x86_64-4.txz.auto_install* -rwxrwxrwx 1 root root 164 Sep 26 2014 screen-4.0.3-x86_64-4.txz.manual_install* -rwxrwxrwx 1 root root 1.5K Sep 26 2014 screen-unmenu-package-x86_64.conf* -rwxrwxrwx 1 root root 1.5K Sep 26 2014 screen-unmenu-package.conf* -rwxrwxrwx 1 root root 12K Sep 26 2014 shellinabox-unmenu-package.conf* -rwxrwxrwx 1 root root 1.4K Sep 26 2014 smartctl-unmenu-package.conf* -rwxrwxrwx 1 root root 1.2K Sep 26 2014 socat-unmenu-package.conf* -rwxrwxrwx 1 root root 1.2K Sep 26 2014 sqlite-unmenu-package.conf* -rwxrwxrwx 1 root root 32K Dec 21 2013 ssmtp-2.64-x86_64-3sl.txz* -rwxrwxrwx 1 root root 1.5K Sep 26 2014 ssmtp-2.64-x86_64-3sl.txz.auto_install* -rwxrwxrwx 1 root root 1.5K Sep 26 2014 ssmtp-2.64-x86_64-3sl.txz.manual_install* -rwxrwxrwx 1 root root 3.1K Sep 26 2014 svn-unmenu-package.conf* -rwxrwxrwx 1 root root 4.2K Sep 26 2014 unraid-overtemp-shutdown.auto_install* -rwxrwxrwx 1 root root 4.2K Sep 26 2014 unraid-overtemp-shutdown.manual_install* -rwxrwxrwx 1 root root 5.0K Sep 26 2014 unraid-status-email.auto_install* -rwxrwxrwx 1 root root 5.0K Sep 26 2014 unraid-status-email.manual_install* -rwxrwxrwx 1 root root 3.9K Sep 26 2014 unraid-web-unmenu-package.conf* -rwxrwxrwx 1 root root 1.1K Sep 26 2014 unrar-unmenu-package.conf* -rwxrwxrwx 1 root root 14K Jul 27 2010 utempter-1.1.5-x86_64-1.txz* -rwxrwxrwx 1 root root 826 Sep 26 2014 vim-unmenu-package.conf* -rwxrwxrwx 1 root root 1.2K Sep 26 2014 zip-unmenu-package.conf*
  12. I'm able to type, i.e. characters show up, but it doesn't do anything. I'd expect to be able to ctl-C a few times and get a prompt, never happens. I tried safe mode with RC3 and got the same thing - i.e., no network, no prompt. I haven't tried safe mode with 6.1.9 - it's a PITA to get a monitor on it but I'll give it a whirl. Will also try checking the flash drive. Stay tuned - and thanks for forking this off appropriately.
  13. Hi - Coming from 6.1.9. Loaded 6.2.RC3. I'd posted in another thread that it hangs on cpuload started, but upon reverting to 6.1.9, the console is "stuck" at the same place with a fully functional array (from all array/docker/app perspectives) so I don't think that's a valid diagnosis. Rather, I think my network just never starts. Ignorant question - how can I login to the console to find out what's going on? There's no prompt? Or, is the fact that I have no prompt indicative of some other issue that needs to be resolved?
  14. So I'm running into this.. I just updated from 6.1.9 to 6.2 RC3, and my server won't currently boot. Hangs on cpuload started.. Working on rolling it back, but it I'm hoping it's just related to the newer version and not a hardware issue. Thoughts?
  15. Also - you're going to need to define somewhere to put your media.. don't put that in /home/username/docker. In fact, I don't know if I'd put anything in /home - my /home is empty, and I think it is rebuilt everytime unraid boots. (not 100% sure)
  16. I don't know that "waiting" is the problem. My mythtv log has this repeated often.. .Xauthority file appears to in place kill switch is set setup desktop icon is set mythtv folders appear to be set Database(s) exists. Starting MariaDB... Checking whether database(s) are ready waiting..... waiting..... waiting..... waiting..... waiting..... waiting..... waiting..... waiting..... waiting..... waiting..... waiting..... icon for kill switch is set default config file(s) appear to be in place .Xauthority file appears to in place kill switch is set setup desktop icon is set mythtv folders appear to be set Database(s) exists. Starting MariaDB... Checking whether database(s) are ready waiting..... waiting..... waiting..... waiting..... waiting..... It's running fine and recording tv from my HDHomeRun. My run command (line feeds added) root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="MythTv" --net="host" -e TZ="America/Chicago" -p 6760:6760/tcp -p 3310:3310/tcp -p 3392:3389/tcp -p 5000:5000/udp -p 5002:5002/udp -p 5004:5004/udp -p 6543:6543/tcp -p 6544:6544/tcp -p 65001:65001/udp -p 65001:65001/tcp -v "/mnt/cache/appdata/mythtv/home/":"/home/mythtv":rw -v "/mnt/cache/appdata/mythtv/db/":"/db":rw -v "/mnt/user/mythtv/":"/var/lib/mythtv":rw -v "/mnt/user/plex/plex_video/":"/plex":rw sparklyballs/sparkly-mythtv Can you RDP to it? Or hit the web interface at http://your_ip:6760 ?
  17. Hmm... I don't think I saw any traffic over my router's wan port while the backup was running when in bridge mode. It's possible that CrashPlan figured out I'm local. I'll continue testing..
  18. Can you stop your other dockers and vms one at a time until this one starts without error? Curious to know what the conflict is, hopefully there is a work around. Figured out the conflict - but I don't know how to resolve.. Sparklyballs' MythTv container is where the VNC server is coming from. http://lime-technology.com/forum/index.php?topic=41110.0 I'm able to RDP into that container on port 3389 to a desktop of some sort, I don't know if there is a VNC component to that connection. MythTv is currently in host networking and is working well, and I hate to break it if it's working. But I'll try changing it to bridge and mapping in all the ports (the MythTv dockerfile has this:EXPOSE 3310 3389 5000/udp 5002/udp 5004/udp 6543 6544 6760 65001 65001/udp ) I'm not sure if MythTv will have a similar issue of detecting the wrong IP. I know there's something in the MythTv backend setup where you set an IP - This will have to be verified. I'm also going to try crashplan in bridged mode with the ports and see what happens. I'll watch my router and see where the traffic goes. My original comment is an assumption, not based on any facts as of yet.. Or if somebody knows how to contact sparklyballs and ask him if vnc can be changed/removed, that would help too.
  19. If I run in bridge mode with ports mapped, everything works just fine. However, my crashplan client on my laptop, that backs up to my server, reports the IP as the 172.something of the bridged network, causing it to use the external/public address since it thinks it isn't local. When I change it to host mode, I get this error sequence repeating in the log: Fatal server error: Cannot establish any listening sockets - Make sure an X server isn't already running Obt-Message: Xinerama extension is not present on the server Obt-Message: XRandR extension is not present on the server Openbox-Message: A window manager is already running on screen 0 _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6 _XSERVTransOpen: transport open failed for inet6/BEAST:1 _XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6 _XSERVTransSocketINETCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: server already running I have nothing on 4280 or 4279, and as far as I know no other dockers on my server is running a VNC server. However, I found this: root@BEAST:~# netstat -tulpn | grep 5900 tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 3765/x11vnc root@BEAST:~# ps aux | grep 3765 root 3765 0.1 0.0 98080 9956 ? S 16:20 0:00 x11vnc -display :1 -xkb root@BEAST:~# ls -l /proc/3765/exe lrwxrwxrwx 1 root root 0 Feb 17 16:26 /proc/3765/exe -> /usr/bin/x11vnc So - I don't think this is a crashplan docker problem - but does anybody know how to identify where this x11vnc process came from so I can kill it and let crashplan run in host mode? Is there a way to identify what processes are being used by each container?
  20. I have a problem that I'm pretty sure isn't specific to docker, but I don't know where to start. I'm running your delugevpn with airvpn connection, and it seems to be ok. I have this: Tracker Status: checkmytorrentip.net: Error: Success, Your torrent client IP is: x.x.x.x But any other torrent that I try to start just says this and won't start up. Tracker Status: openbittorrent.com: Error: Can you direct me where to look to figure out what might be in error? I don't think I see anything torrent-specific in the supervisord.log. I see a lot of these in the deluged.log: rpcserver:224 Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost. Googling seems to find old stuff that isn't applicable to current version. Any thoughts on what to look at? I've just recreated my docker.img (for other reasons) and therefore have fresh image. Should I wipe the /config folder too and start over? Thanks for your thoughts..
  21. The android client is a one time charge, not a monthly subscription. In order to fully sync a movie to your android - that requires the plexpass / subscription, but to stream that costs nothing but the purchase of the app. It's well worth a couple dollars.. Not arguing the point - just clarifying that you can stream in and out of your network without the subscription fee.
  22. I've lost the ability to RDP to this docker.. any ideas where to look? I don't think I've changed anything..
  23. It would indeed - thanks. Right now it's this # Start the Management Utility /usr/local/sbin/emhttp would that go to # Start the Management Utility /usr/local/sbin/emhttp -p 8000 Can I restart emhttp without rebooting the whole array?
  24. It looks like my RouterOS will do that.. http://wiki.mikrotik.com/wiki/Multiple_Web_Servers Now to find the time to mess with it.. Thanks everybody.
  25. Is there anyway to add virtual hosts to stock unraid emhttp so it could do the redirection locally? Does that question even make sense?