Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ati

Members
  • Joined

  • Last visited

Everything posted by ati

  1. I am working my way towards upgrading from 6.8 to 6.10. As part of that I needed to update a few settings on my Seagate drives, which required a reboot. I made the changes and rebooted, but the server didn't come back right away. I later learned it was because I left a second USB drive plugged in and it messed up the boot order. I removed that USB, rebooted and the server came up as expected. I then verified the changes using the SeaChest tools and rebooted again. This is when it all went sideways. Everything comes up fine, but I have no network access. The /boot/config/network.cfg matches my previously backed up config (the CLI shows the correct address) I checked syslog and didn't see anything glaring. I pulled the link the syslog shows it going down - so the NIC isn't dead. I deleted /boot/config/network.cfg and rebooted, it did not re-create the file I rebooted again into GUI mode and entered in my static IP in the GUI and rebooted again for the settings to apply. No luck. This is the diagnostics for today from the USB from the last reboot. I am going crazy. This is so simple. Really makes my nervous that a simple reboot caused this much of an issue. What am I missing. I am beyond frustrated with something so simple. unraid-diagnostics-20230307-1115.zip unraid-diagnostics-20230307-1406.zip unraid-diagnostics-20230307-1451.zip
  2. ati replied to ati's topic in General
    Yep. Doesn't show anything more than the verbose output. Actually less. It was only a list of files transferred. It just stopped at the file before the one RSYNC hung on. 2023/02/12 22:28:04 [13522] >f..tpog... Phone Pictures/IMG_20200220_055619.jpg 2023/02/12 22:28:04 [13522] >f..tpog... Phone Pictures/IMG_20200221_073231.jpg 2023/02/12 22:28:04 [13522] >f..tpog... Phone Pictures/IMG_20200221_122321.jpg 2023/02/12 22:28:04 [13522] >f..tpog... Phone Pictures/IMG_20200221_124635.jpg 2023/02/12 22:28:04 [13522] >f..tpog... Phone Pictures/IMG_20200222_120952.jpg 2023/02/13 07:38:57 [13522] rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(642) [sender=3.1.3]
  3. ati posted a topic in General
    I am backing up one of my folders on my unRAID server to a directly attached drive via the Unassigned Disks plugin. The folder contains a bunch of family documents (PDFs, pictures, family videos, etc.) about 1.2TB in total. In the past I have used RSYNC and it has worked well. This is what I ran this time: rsync -avh --info=progress2 --partial --log-file=rsynclog.log /mnt/user/Documents/ /mnt/disks/external/documents_backup_2023-02-12/ RSYNC was copying just as I expected until it reached a subfolder where I backup my cellphone pictures every few weeks. It hung on a single picture (roughly 5MB). I manually moved that picture and re-ran RSYNC and it hung again on the next picture. At this point I wanted to finish backing up everything else and ran this: rsync -avh --info=progress2 --partial --exclude '/Phone Pictures' /mnt/user/Documents/ /mnt/disks/external/documents_backup_2023-02-12/ That command ran just fine and finished everything else. I then went back and tried to just RSYNC the 'Phone Pictures' directory and it kept hanging. I used logging and verbose mode and didn't get anything useful, just stopped mid transfer for over an hour. If I re-ran it again it would stop on the exact same file too. Until I manually moved it and it would hang on the next file. I eventually gave up and ran this: cp -R /mnt/user/Documents/Phone\ Pictures /mnt/disks/external/documents_backup_2023-02-12/ That ran just fine and I verified the files were all transferred. I have never had issues like this with RSYNC in the past and I am not experienced enough with it to know how to properly troubleshoot. Is there anything I can do to provide more logging? Or any ideas what the cause might be? I was hoping to try and automate this backup to run once every few months. Thanks.
  4. Is there anyway to update Docker without updating unRAID? I after a few attempts at upgrading that produced undesirable issues I have rolled back. If not, what is the latest version of the container I can run?
  5. I am waiting as well, and from what I can tell this issue will not be fixed by LimeTech. I think if we want to move on from 6.8.x to anything newer you'll have to run through the above outlined steps. I am still holding out for something, but again, I'm not holding my breath. What frustrates me the most is this was working in 6.8.xx and not in 6.9 and onwards, so it is something they could potentially address.
  6. Well it is working again. I waited a day and then I was able to connect again. No clue. Regardless, no settings changes, just was a little more patient. Maybe it was a cache issue with my browser or something.
  7. I am struggling to figure out what happened to my container. Yesterday I had a momentary power loss which resulted in my internet going down, but my UPS kept my unRAID server online. I restored the internet and found my container GUI inaccessible a day or so later. I figure it was related to the internet loss and breaking the VPN connection. No biggie. I restarted the container to re-establish the connection and have no luck getting back into the GUI. Nothing has changed. No configuration change, nothing, but now it won't seem to work. I dug through the startup log and cannot seem to find a glaring error either. Any guidance would be appreciated. Container command (passwords removed): # /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-delugevpn' --net='bridge' --privileged=true -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='' -e 'VPN_PASS'='' -e 'VPN_PROV'='custom' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'LAN_NETWORK'='192.168.10.0/24' -e 'NAME_SERVERS'='85.203.37.1,85.203.37.2' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'VPN_INPUT_PORTS'='7878,5800,5900,9117,8989,9897' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8118:8118/tcp' -p '7878:7878/tcp' -p '9117:9117/tcp' -p '8989:8989/tcp' -p '9897:9897/tcp' -p '8686:8686/tcp' -v '/mnt/user/Downloads/Downloads/':'/data':'rw' -v '/mnt/cache/appdata/binhex-delugevpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-delugevpn' Log from startup (passwords removed and IPs changed) Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2022-08-05 13:41:36.554341 [info] Host is running unRAID 2022-08-05 13:41:36.606632 [info] System information Linux 8290c25a0b63 4.19.107-Unraid #1 SMP Thu Mar 5 13:55:57 PST 2020 x86_64 GNU/Linux 2022-08-05 13:41:36.664016 [info] OS_ARCH defined as 'x86-64' 2022-08-05 13:41:36.721235 [info] PUID defined as '99' 2022-08-05 13:41:38.346542 [info] PGID defined as '100' 2022-08-05 13:41:39.759059 [info] UMASK defined as '000' 2022-08-05 13:41:39.814989 [info] Permissions already set for '/config' 2022-08-05 13:41:39.877230 [info] Deleting files in /tmp (non recursive)... 2022-08-05 13:41:39.942277 [info] VPN_ENABLED defined as 'yes' 2022-08-05 13:41:39.999234 [info] VPN_CLIENT defined as 'openvpn' 2022-08-05 13:41:40.052263 [info] VPN_PROV defined as 'custom' 2022-08-05 13:41:40.115871 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/my_expressvpn_usa_-_chicago_udp.ovpn 2022-08-05 13:41:40.218392 [warn] VPN configuration file /config/openvpn/my_expressvpn_usa_-_chicago_udp.ovpn remote protocol is missing or malformed, assuming protocol 'udp' 2022-08-05 13:41:40.266851 [info] VPN remote server(s) defined as 'usa-chicago-ca-version-2.expressnetw.com,' 2022-08-05 13:41:40.313238 [info] VPN remote port(s) defined as '1195,' 2022-08-05 13:41:40.362507 [info] VPN remote protcol(s) defined as 'udp,' 2022-08-05 13:41:40.416098 [info] VPN_DEVICE_TYPE defined as 'tun0' 2022-08-05 13:41:40.469772 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2022-08-05 13:41:40.524077 [info] LAN_NETWORK defined as '192.168.10.0/24' 2022-08-05 13:41:40.578576 [info] NAME_SERVERS defined as '85.203.37.1,85.203.37.2' 2022-08-05 13:41:40.632005 [info] VPN_USER defined as '' 2022-08-05 13:41:40.686763 [info] VPN_PASS defined as '' 2022-08-05 13:41:40.741505 [info] ENABLE_PRIVOXY defined as 'no' 2022-08-05 13:41:40.801958 [info] VPN_INPUT_PORTS defined as '7878,5800,5900,9117,8989,9897' 2022-08-05 13:41:40.857511 [info] VPN_OUTPUT_PORTS not defined (via -e VPN_OUTPUT_PORTS), skipping allow for custom outgoing ports 2022-08-05 13:41:40.913177 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info' 2022-08-05 13:41:40.968820 [info] DELUGE_WEB_LOG_LEVEL defined as 'info' 2022-08-05 13:41:41.026254 [info] Starting Supervisor... 2022-08-05 13:41:41,528 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2022-08-05 13:41:41,528 INFO Set uid to user 0 succeeded 2022-08-05 13:41:41,533 INFO supervisord started with pid 6 2022-08-05 13:41:42,535 INFO spawned: 'shutdown-script' with pid 187 2022-08-05 13:41:42,537 INFO spawned: 'start-script' with pid 188 2022-08-05 13:41:42,539 INFO spawned: 'watchdog-script' with pid 189 2022-08-05 13:41:42,539 INFO reaped unknown pid 7 (exit status 0) 2022-08-05 13:41:42,578 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2022-08-05 13:41:42,579 INFO success: shutdown-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2022-08-05 13:41:42,579 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2022-08-05 13:41:42,579 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2022-08-05 13:41:42,666 DEBG 'start-script' stdout output: [info] Adding 85.203.37.1 to /etc/resolv.conf 2022-08-05 13:41:42,671 DEBG 'start-script' stdout output: [info] Adding 85.203.37.2 to /etc/resolv.conf 2022-08-05 13:41:43,045 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 2022-08-05 13:41:43,069 DEBG 'start-script' stdout output: [info] Docker network defined as 172.17.0.0/16 2022-08-05 13:41:43,075 DEBG 'start-script' stdout output: [info] Adding 192.168.10.0/24 as route via docker eth0 2022-08-05 13:41:43,077 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2022-08-05 13:41:43,079 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.5 192.168.10.0/24 via 172.17.0.1 dev eth0 2022-08-05 13:41:43,079 DEBG 'start-script' stdout output: broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1 local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1 local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1 broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1 broadcast 172.17.0.0 dev eth0 table local proto kernel scope link src 172.17.0.5 local 172.17.0.5 dev eth0 table local proto kernel scope host src 172.17.0.5 broadcast 172.17.255.255 dev eth0 table local proto kernel scope link src 172.17.0.5 2022-08-05 13:41:43,079 DEBG 'start-script' stdout output: -------------------- 2022-08-05 13:41:43,084 DEBG 'start-script' stdout output: iptable_mangle 16384 2 ip_tables 24576 5 iptable_filter,iptable_nat,iptable_mangle 2022-08-05 13:41:43,085 DEBG 'start-script' stdout output: [info] iptable_mangle support detected, adding fwmark for tables 2022-08-05 13:41:43,282 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2022-08-05 13:41:43,284 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -s 149.19.196.239/32 -i eth0 -j ACCEPT -A INPUT -s 45.39.44.2/32 -i eth0 -j ACCEPT -A INPUT -s 45.39.44.105/32 -i eth0 -j ACCEPT -A INPUT -s 149.19.196.116/32 -i eth0 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 7878 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 7878 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 5800 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 5800 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 5900 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 5900 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 9117 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 9117 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8989 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 8989 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 9897 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 9897 -j ACCEPT -A INPUT -s 192.168.10.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -i tun0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -d 149.19.196.239/32 -o eth0 -j ACCEPT -A OUTPUT -d 45.39.44.2/32 -o eth0 -j ACCEPT -A OUTPUT -d 45.39.44.105/32 -o eth0 -j ACCEPT -A OUTPUT -d 149.19.196.116/32 -o eth0 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8112 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 7878 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 7878 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 5800 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 5800 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 5900 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 5900 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 9117 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 9117 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8989 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8989 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 9897 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 9897 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.10.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT 2022-08-05 13:41:43,285 DEBG 'start-script' stdout output: -------------------- 2022-08-05 13:41:43,286 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2022-08-05 13:41:43,335 DEBG 'start-script' stdout output: 2022-08-05 13:41:43 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning. 2022-08-05 13:41:43 WARNING: --keysize is DEPRECATED and will be removed in OpenVPN 2.6 2022-08-05 13:41:43 WARNING: --keysize is DEPRECATED and will be removed in OpenVPN 2.6 2022-08-05 13:41:43 WARNING: --keysize is DEPRECATED and will be removed in OpenVPN 2.6 2022-08-05 13:41:43 WARNING: --keysize is DEPRECATED and will be removed in OpenVPN 2.6 2022-08-05 13:41:43 WARNING: --keysize is DEPRECATED and will be removed in OpenVPN 2.6 2022-08-05 13:41:43 WARNING: file 'credentials.conf' is group or others accessible 2022-08-05 13:41:43,335 DEBG 'start-script' stdout output: 2022-08-05 13:41:43 OpenVPN 2.5.7 [git:makepkg/a0f9a3e9404c8321+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 31 2022 2022-08-05 13:41:43 library versions: OpenSSL 1.1.1q 5 Jul 2022, LZO 2.10 2022-08-05 13:41:43 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead. 2022-08-05 13:41:43 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2022-08-05 13:41:43,337 DEBG 'start-script' stdout output: 2022-08-05 13:41:43 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication 2022-08-05 13:41:43 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication 2022-08-05 13:41:43,337 DEBG 'start-script' stdout output: 2022-08-05 13:41:43 TCP/UDP: Preserving recently used remote address: [AF_INET]149.19.196.239:1195 2022-08-05 13:41:43 Socket Buffers: R=[212992->1048576] S=[212992->1048576] 2022-08-05 13:41:43 UDP link local: (not bound) 2022-08-05 13:41:43 UDP link remote: [AF_INET]149.19.196.239:1195 2022-08-05 13:41:43,356 DEBG 'start-script' stdout output: 2022-08-05 13:41:43 TLS: Initial packet from [AF_INET]149.19.196.239:1195, sid=3e2c64b4 29850e4d 2022-08-05 13:41:43,379 DEBG 'start-script' stdout output: 2022-08-05 13:41:43 VERIFY OK: depth=1, C=VG, ST=BVI, O=ExpressVPN, OU=ExpressVPN, CN=ExpressVPN CA, [email protected] 2022-08-05 13:41:43,380 DEBG 'start-script' stdout output: 2022-08-05 13:41:43 VERIFY OK: nsCertType=SERVER 2022-08-05 13:41:43 VERIFY X509NAME OK: C=VG, ST=BVI, O=ExpressVPN, OU=ExpressVPN, CN=Server-11070-0a, [email protected] 2022-08-05 13:41:43 VERIFY OK: depth=0, C=VG, ST=BVI, O=ExpressVPN, OU=ExpressVPN, CN=Server-11070-0a, [email protected] 2022-08-05 13:41:43,406 DEBG 'start-script' stdout output: 2022-08-05 13:41:43 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bit RSA, signature: RSA-SHA256 2022-08-05 13:41:43 [Server-11070-0a] Peer Connection Initiated with [AF_INET]149.19.196.239:1195 2022-08-05 13:41:44,648 DEBG 'start-script' stdout output: 2022-08-05 13:41:44 SENT CONTROL [Server-11070-0a]: 'PUSH_REQUEST' (status=1) 2022-08-05 13:41:44,667 DEBG 'start-script' stdout output: 2022-08-05 13:41:44 PUSH: Received control message: 'PUSH_REPLY,redirect-gateway def1,dhcp-option DNS 10.122.0.1,comp-lzo no,route 10.122.0.1,topology net30,ping 10,ping-restart 60,ifconfig 10.122.1.218 10.122.1.217,peer-id 122,cipher AES-256-GCM' 2022-08-05 13:41:44 OPTIONS IMPORT: timers and/or timeouts modified 2022-08-05 13:41:44 OPTIONS IMPORT: compression parms modified 2022-08-05 13:41:44 OPTIONS IMPORT: --ifconfig/up options modified 2022-08-05 13:41:44,667 DEBG 'start-script' stdout output: 2022-08-05 13:41:44 OPTIONS IMPORT: route options modified 2022-08-05 13:41:44 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified 2022-08-05 13:41:44 OPTIONS IMPORT: peer-id set 2022-08-05 13:41:44 OPTIONS IMPORT: adjusting link_mtu to 1629 2022-08-05 13:41:44 OPTIONS IMPORT: data channel crypto options modified 2022-08-05 13:41:44 Data Channel: using negotiated cipher 'AES-256-GCM' 2022-08-05 13:41:44 NCP: overriding user-set keysize with default 2022-08-05 13:41:44 Outgoing Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key 2022-08-05 13:41:44 Incoming Data Channel: Cipher 'AES-256-GCM' initialized with 256 bit key 2022-08-05 13:41:44 net_route_v4_best_gw query: dst 0.0.0.0 2022-08-05 13:41:44 net_route_v4_best_gw result: via 172.17.0.1 dev eth0 2022-08-05 13:41:44,667 DEBG 'start-script' stdout output: 2022-08-05 13:41:44 ROUTE_GATEWAY 172.17.0.1/255.255.0.0 IFACE=eth0 HWADDR=02:42:ac:11:00:05 2022-08-05 13:41:44,668 DEBG 'start-script' stdout output: 2022-08-05 13:41:44 TUN/TAP device tun0 opened 2022-08-05 13:41:44 net_iface_mtu_set: mtu 1500 for tun0 2022-08-05 13:41:44,668 DEBG 'start-script' stdout output: 2022-08-05 13:41:44 net_iface_up: set tun0 up 2022-08-05 13:41:44 net_addr_ptp_v4_add: 10.122.1.218 peer 10.122.1.217 dev tun0 2022-08-05 13:41:44 /root/openvpnup.sh tun0 1500 1557 10.122.1.218 10.122.1.217 init 2022-08-05 13:41:46,914 DEBG 'start-script' stdout output: 2022-08-05 13:41:46 net_route_v4_add: 149.19.196.239/32 via 172.17.0.1 dev [NULL] table 0 metric -1 2022-08-05 13:41:46 net_route_v4_add: 0.0.0.0/1 via 10.122.1.217 dev [NULL] table 0 metric -1 2022-08-05 13:41:46 net_route_v4_add: 128.0.0.0/1 via 10.122.1.217 dev [NULL] table 0 metric -1 2022-08-05 13:41:46,914 DEBG 'start-script' stdout output: 2022-08-05 13:41:46 net_route_v4_add: 10.122.0.1/32 via 10.122.1.217 dev [NULL] table 0 metric -1 2022-08-05 13:41:46 Initialization Sequence Completed 2022-08-05 13:41:50,730 DEBG 'start-script' stdout output: [info] Attempting to get external IP using 'http://checkip.amazonaws.com'... 2022-08-05 13:41:50,870 DEBG 'start-script' stdout output: [info] Successfully retrieved external IP address 85.237.194.94 2022-08-05 13:41:50,872 DEBG 'start-script' stdout output: [info] Application does not require port forwarding or VPN provider is != pia, skipping incoming port assignment 2022-08-05 13:41:50,959 DEBG 'watchdog-script' stdout output: [info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.122.1.218 different, marking for reconfigure 2022-08-05 13:41:50,967 DEBG 'watchdog-script' stdout output: [info] Deluge not running 2022-08-05 13:41:50,973 DEBG 'watchdog-script' stdout output: [info] Deluge Web UI not running 2022-08-05 13:41:50,974 DEBG 'watchdog-script' stdout output: [info] Attempting to start Deluge... [info] Removing deluge pid file (if it exists)... 2022-08-05 13:41:51,973 DEBG 'watchdog-script' stdout output: [info] Deluge key 'listen_interface' currently has a value of '10.122.0.138' [info] Deluge key 'listen_interface' will have a new value '10.122.1.218' [info] Writing changes to Deluge config file '/config/core.conf'... 2022-08-05 13:41:52,494 DEBG 'watchdog-script' stdout output: [info] Deluge key 'outgoing_interface' currently has a value of 'tun0' [info] Deluge key 'outgoing_interface' will have a new value 'tun0' [info] Writing changes to Deluge config file '/config/core.conf'... 2022-08-05 13:41:52,984 DEBG 'watchdog-script' stdout output: [info] Deluge key 'default_daemon' currently has a value of 'e2015e2ba35049b9aea47ad89d31b6a5' [info] Deluge key 'default_daemon' will have a new value 'e2015e2ba35049b9aea47ad89d31b6a5' [info] Writing changes to Deluge config file '/config/web.conf'... 2022-08-05 13:41:54,409 DEBG 'watchdog-script' stdout output: [info] Deluge process started [info] Waiting for Deluge process to start listening on port 58846... 2022-08-05 13:41:54,741 DEBG 'watchdog-script' stdout output: [info] Deluge process listening on port 58846 2022-08-05 13:42:01,909 DEBG 'watchdog-script' stderr output: <Deferred at 0x14bb4ee22e30 current result: None> 2022-08-05 13:42:02,044 DEBG 'watchdog-script' stdout output: [info] No torrents with state 'Error' found 2022-08-05 13:42:02,044 DEBG 'watchdog-script' stdout output: [info] Starting Deluge Web UI... 2022-08-05 13:42:02,045 DEBG 'watchdog-script' stdout output: [info] Deluge Web UI started
  8. Well I am not sure what I did, but I have 2 versions of the same container. One goes through binhex-delugevpn and the other doesn't. Somehow they got messed up. As soon as I deleted both of those everything was peachy. Strange. Probably screwed something up awhile back setting them up and not getting the appdata folders unique. Once it required a rebuild it broke everything as I haven't rebuilt the containers in months.
  9. I use binhex-delugevpn as a proxy container for many services. Today I went to add binhex-lidarr to binhex-delugevpn. Steps: 1. Downloaded binhex-lidarr and configured the network to none with the extra parameter for the '--net=container:binhex-delugevpn' 2. Started the binhex-lidarr container 3. Realized I forgot to add the port mapping in the binhex-delugevpn container and edited it 4. Added 8686-8686 TCP port mapping to binhex-delugevpn and rebuilt it 5. This is where everything went sideways. Generally an update to binhex-delugevpn would cause all the containers the routed though it to rebuild. This time they didn't - they all said rebuild ready rebuilding and did nothing. My GUI was freaking out - the auto start icons were flashing and the resource usage counters were flashing and the unRAID refresh logo was popping in and out every 2-3 seconds. At this point I couldn't select anything on the screen because by the time I could click it would reload/refresh. So I did the following: 1. From the dashboard screen stopped all the containers - didn't fix anything 2. Slowly disabled all the auto-starts by timing my clicks 3. Stopped and restarted the Docker service from settings - no change 4. No obvious errors/issues in the logs Even with all my containers stopped the Docker GUI is not working? I deleted the binhex-lidarr container and removed the port mapping from binhex-delugevpn. Still nothing. I have somehow managed to screw everything. What is interesting is if I start the containers from the Dashboard page they work fine, but if I go to the Docker page in the GUI it is unusable.
  10. I tired searching around, but couldn't find anything that really matched what I was looking for. If this has already been answered, please just point me there. I have created a custom docker network for my SWAG container. proxynetwork (172.18.0.0\24) I have 3 containers in on the proxynetwork: 1. SWAG 2. Service 1 3. Service 2 Service 1 and service 2 are reversed proxied with SWAG which is mapped to port 1443 on my unRAID server's LAN IP address and port 443 is port forwarded to SWAG via unRAID LAN IP. What bothers me is if I SSH into any of the 3 containers on my proxynetwork I can access any other LAN resource. I'd like to firewall off those containers from accessing any LAN resource. Basically make a DMZ of sorts. Due to how unRAID NAT's the container network (proxynetwork) to the LAN subnet unRAID sits on (bridge mode), I am unsure I can make firewall rules at my router. Not to mention I'd prefer to lock it down inside unRAID if possible. I am looking in unRAID network settings and see the routing table, but no place to add in firewall rules/IP tables. My only other thought is to create a DMZ VLAN, make unRAID VLAN aware and then put those containers in that VLAN somehow. I am not exactly sure of the process or if that will even achieve my goal. Thanks.
  11. One thing to note. In your guide you never said to add the Photonix container to your photonix_net Docker network. I set a username and password in the Docker settings, but it just stays at loading every time I log in. I've tried restarting the container with no change. It is pointed at a directory with 15 photos for testing, so it shouldn't be taking too long to load them I'd assume. I cannot even log in when I run the container in demo mode.
  12. Well I mean that is how subnet masking works. You can summarize (catch all) if you set it up correctly. But whether this docker can support that or not I don't know. I changed my LAN_NETWORK to "192.168.10.0/24,192.168.130.0/24" and still no luck. The reason I didn't mention the other networks is I don't feel that it matters. I need to get one working first. No use troubleshooting 7 things at once. I logged into the docker and verified my networks were in the IP tables: sh-5.1# iptables --list-rules -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -s ***.***.***.***/32 -i eth0 -j ACCEPT -A INPUT -s ***.***.***.***/32 -i eth0 -j ACCEPT -A INPUT -s ***.***.***.***/32 -i eth0 -j ACCEPT -A INPUT -s ***.***.***.***/32 -i eth0 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 8112 -j ACCEPT -A INPUT -s 192.168.10.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -s 192.168.130.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -i tun0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -d ***.***.***.***0/32 -o eth0 -j ACCEPT -A OUTPUT -d ***.***.***.***/32 -o eth0 -j ACCEPT -A OUTPUT -d ***.***.***.***/32 -o eth0 -j ACCEPT -A OUTPUT -d ***.***.***.***/32 -o eth0 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8112 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.10.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.130.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT I am not sure what else to try. This is rather frustrating as I don't have this issue with any other container, so it must be in the IP tables somewhere. I am just not overly familiar with how they're implemented here. I am a little lost that port 58846 is specifically called out as allowed from the remote subnets, while 8112 isn't and that is the port the GUI for Deluge runs on.
  13. I'll give that a go, though I don't see the difference. I have other devices on other subnets contained within that /16 network that I would like to be able to access the docker as well. What is the difference between 192.168.0.0/16 and 192.168.10.0/24, 192.168.20.0/24, 192.168.30.0/24, 192.168.110.0/24, 192.168.120.0/24, 192.168.130.0/24? The br0 isn't my goal, it was just for testing to try and gather more data. I need it to run in bridge mode anyway in order to route other dockers through this one.
  14. I am running into some trouble with what I believe is the LAN_NETWORK parameter and the IP_TABLES blocking me from accessing the deluge web GUI from a different subnet depending on the docker network configuration. I tired to use the binhex FAQ and some other searches, but I just couldn't find anything that applied to my particular situation. Here is the setup ONE: unRAID is at 192.168.10.40/24 PC I am attempting to access the binhex-delugevpn web GUI from is at 192.168.130.50/24 LAN_NETWORK is set to 192.168.0.0/16 to encompass everything Docker is configured as a bridge network. Here is the docker run command: user@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-delugevpn' --net='bridge' --privileged=true -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='user' -e 'VPN_PASS'='pass' -e 'VPN_PROV'='custom' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'LAN_NETWORK'='192.168.0.0/16' -e 'NAME_SERVERS'='nameserver' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '8112:8112/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -p '8118:8118/tcp' -v '/mnt/user/appdata/data':'/data':'rw' -v '/mnt/cache/appdata/binhex-delugevpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-delugevpn' When I run this docker, the VPN connects (verified via docker log), but I cannot access it from my PC on a different subnet. However, if I fire up a Firefox docker also in bridge mode, I can access the deluge web GUI. Here is the setup TWO: unRAID is at 192.168.10.40/24 PC I am attempting to access the binhex-delugevpn web GUI from is at 192.168.130.50/24 LAN_NETWORK is set to 192.168.10.0/24 Docker is configured as br0 network with IP of 192.168.10.210/24 Here is the docker run command: user@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-delugevpn' --net='br0' --ip='192.168.10.210' --privileged=true -e TZ="America/Chicago" -e HOST_OS="Unraid" -e 'TCP_PORT_8112'='8112' -e 'TCP_PORT_58846'='58846' -e 'TCP_PORT_58946'='58946' -e 'UDP_PORT_58946'='58946' -e 'TCP_PORT_8118'='8118' -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='user' -e 'VPN_PASS'='pass' -e 'VPN_PROV'='custom' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'LAN_NETWORK'='192.168.10.0/24' -e 'NAME_SERVERS'='nameserver' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -v '/mnt/cache/appdata/data':'/data':'rw' -v '/mnt/cache/appdata/binhex-delugevpn/':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-delugevpn' When I run this docker, the VPN connects (verified via docker log) and I can access it from my PC on a different subnet. What is even more confusing for me is if I fire up the same Firefox docker and try and access the deluge web GUI, I cannot even though they are both on the very same layer 2 network. The main reason I am trying to get this figured out is I have 2-3 other dockers I'd like to route through this binhex-delugevpn docker to grab the VPN benefits. However, in order for that to work the dockers must be configured in bridge mode. As referenced above, when I am in bridge mode I am unable to access the web GUI of the various services contained within those dockers.
  15. My word, that is embarrassing. That was it. Thank you.
  16. Works fine in shell. Issue appears to be with FileBot... /tmp # cd /storage/temp_files/ /tmp # touch testfile /tmp # cp testfile /storage/Movies/ /tmp # ls /storage/Movies/ | grep test testfile
  17. I am not using any automation, I am trying to do it all manually inside FileBot, so they're all blank. Do I need them even if I am not using the AMC script?
  18. I am running into an issue with permissions and it doesn't seem to pop up in this thread via search. I have 3 shares: 1 - Temporary storage place on my cache drive (/mnt/user/temp_files) 2 - Movies folder (/mnt/user/Movies) 3 - TV Shows folder (/mnt/user/TV Shows) I have my Docker container setup to pass (/mnt/user) to the container as (/storage). When I bring up the WebUI I can configure FileBot to pull my media files from the folder on my Cache drive and tag them, but when I try to copy them to the parity protected share on the array I get an error. I tried using move in FileBot first and it created all the folders, but never moved the content. When I switch to copy I get the following error: I am a little lost as to what to do.
  19. I have a few questions about how to properly setup the binhex/Plex Docker. I am new to unRAID and even newer to Docker. In the past I have always made my own Ubuntu VM to run Plex in so this is a bit of a learning curve for me. As I understand it you're supposed to pass a single directory which houses all your media - something like '/mnt/user/Media'. I however have 3 shares - Movies, TV Shows, and Music. While I could just pass '/mnt/user' that makes me very nervous giving the Docker container access to all my files. That goes against everything I was taught; only give a server/process access to what it needs. Additionally, are the media mounts passed to Docker as read only? I guess to sum up my question. I'd really like a way to pass multiple media mounts to the Docker and I'd really prefer to pass them as read only. Plex has no reason to modify my media files, so why give it the option to. Hopefully what I am asking is possible. Anyways the Docker container is awesome, thank you! It's pretty cool to just start a Docker and it just works 100%.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.