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.

darrenyorston

Members
  • Joined

  • Last visited

Everything posted by darrenyorston

  1. Hello. I have problem which recently developed. Both Radarr and Sonarr are reporting an error: Unable to connect SABnzbd. Lidarr is working fine with the same details for my SABnzbd server. Its been working fine, for well over a year actually, and I have not changed anything with the server. In the host field I have always had my servers IP address (192.168.1.100) and port 8080 in the port field. But now 192.168.1.100, localhost or 0.0.0.0 all report the same message when I try to test the connection. The log file has this error. 2021-03-08 12:23:05,405 DEBG 'sonarr' stdout output: [Error] Sabnzbd: Unable to connect to SABnzbd, please check your settings [v2.0.0.5344] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, please check your settings ---> System.Net.WebException: Error: ConnectFailure (Connection refused): 'https://localhost:8080/api?mode=version&apikey=a1467c734a844b9b91d5840ac35cb49a&output=json' ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
  2. Thankyou for your reply. Ping runs fine. Still getting the errors.
  3. I just ran an extended test using fix common problems and am getting the message: Unable to communicate with GitHub.com - Reset your modem / router or try again later, or set your to 8.8.8.8 and 8.8.4.4 Also make sure that you have a Gateway address set up (Your Router's IP address). Additionally, this may also mean that GitHub is currently down. This error means that you may not be able to update your OS or plugins I have a gateway address set.
  4. I have started getting a problem with all my Binhex containers. I have deluge, plexpass, radarr, sabnzbd and sonarr. I updated recently now keep getting update available message. Also containers keep showing as "not available" in version. Image attached. Its not consistent though. If I refresh the page the message often moves to a different container. Im also having trouble connecting to the Plex container from some devices.
  5. The UI. I noted on the log that it was trying to make a conenction. It kept failing with an error 52. Once I tried the Czech end point it connected and the UI was accessible.
  6. Problem solved. I get errors on all PIA end points except for the Czech one.
  7. I also cannot access the UI. I am using PIA. According to sab my last downloads were two days ago. Output log from deluge is: ErrorWarningSystemArrayLogin 2020-08-21 10:53:29,570 DEBG 'start-script' stdout output: [info] Adding 37.235.1.174 to /etc/resolv.conf 2020-08-21 10:53:29,573 DEBG 'start-script' stdout output: [info] Adding 1.1.1.1 to /etc/resolv.conf 2020-08-21 10:53:29,576 DEBG 'start-script' stdout output: [info] Adding 209.222.18.218 to /etc/resolv.conf 2020-08-21 10:53:29,578 DEBG 'start-script' stdout output: [info] Adding 37.235.1.177 to /etc/resolv.conf 2020-08-21 10:53:29,581 DEBG 'start-script' stdout output: [info] Adding 84.200.70.40 to /etc/resolv.conf 2020-08-21 10:53:29,583 DEBG 'start-script' stdout output: [info] Adding 1.0.0.1 to /etc/resolv.conf 2020-08-21 10:53:39,853 DEBG 'start-script' stdout output: [info] Docker network defined as 172.17.0.0/16 2020-08-21 10:53:39,856 DEBG 'start-script' stdout output: [info] Adding 192.168.1.0/24 as route via docker eth0 2020-08-21 10:53:39,857 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2020-08-21 10:53:39,857 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.2 192.168.1.0/24 via 172.17.0.1 dev eth0 2020-08-21 10:53:39,858 DEBG 'start-script' stdout output: -------------------- 2020-08-21 10:53:39,860 DEBG 'start-script' stdout output: iptable_mangle 16384 1 ip_tables 24576 3 iptable_filter,iptable_nat,iptable_mangle 2020-08-21 10:53:39,860 DEBG 'start-script' stdout output: [info] iptable_mangle support detected, adding fwmark for tables 2020-08-21 10:53:39,887 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2020-08-21 10:53:39,888 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 -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.1.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -s 192.168.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -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 -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.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.1.0/24 -o eth0 -p tcp -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 2020-08-21 10:53:39,889 DEBG 'start-script' stdout output: -------------------- 2020-08-21 10:53:39,889 DEBG 'start-script' stdout output: [info] Starting OpenVPN... 2020-08-21 10:53:39,894 DEBG 'start-script' stdout output: Fri Aug 21 10:53:39 2020 WARNING: file 'credentials.conf' is group or others accessible Fri Aug 21 10:53:39 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Fri Aug 21 10:53:39 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 10:53:39,894 DEBG 'start-script' stdout output: [info] OpenVPN started 2020-08-21 10:53:39,895 DEBG 'start-script' stdout output: Fri Aug 21 10:53:39 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 10:53:39,896 DEBG 'start-script' stdout output: Fri Aug 21 10:53:39 2020 CRL: loaded 1 CRLs from file [[INLINE]] 2020-08-21 10:53:39,896 DEBG 'start-script' stdout output: Fri Aug 21 10:53:39 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.254:1198 Fri Aug 21 10:53:39 2020 UDP link local: (not bound) Fri Aug 21 10:53:39 2020 UDP link remote: [AF_INET]46.246.3.254:1198 2020-08-21 10:53:41,239 DEBG 'start-script' stdout output: Fri Aug 21 10:53:41 2020 [bd5b4e5aeccefcf95c0bdd8485afe5d0] Peer Connection Initiated with [AF_INET]46.246.3.254:1198 2020-08-21 10:53:42,751 DEBG 'start-script' stdout output: Fri Aug 21 10:53:42 2020 TUN/TAP device tun0 opened Fri Aug 21 10:53:42 2020 /usr/bin/ip link set dev tun0 up mtu 1500 2020-08-21 10:53:42,753 DEBG 'start-script' stdout output: Fri Aug 21 10:53:42 2020 /usr/bin/ip addr add dev tun0 local 10.21.20.6 peer 10.21.20.5 2020-08-21 10:53:42,754 DEBG 'start-script' stdout output: Fri Aug 21 10:53:42 2020 /root/openvpnup.sh tun0 1500 1558 10.21.20.6 10.21.20.5 init 2020-08-21 10:53:42,759 DEBG 'start-script' stdout output: Fri Aug 21 10:53:42 2020 Initialization Sequence Completed 2020-08-21 10:53:42,868 DEBG 'start-script' stdout output: [info] Port forwarding is enabled [info] Checking endpoint 'sweden.privateinternetaccess.com' is port forward enabled... 2020-08-21 10:53:46,881 DEBG 'start-script' stdout output: [warn] PIA endpoint 'sweden.privateinternetaccess.com' is not in the list of endpoints that support port forwarding, DL/UL speeds maybe slow [info] Please consider switching to one of the endpoints shown below 2020-08-21 10:53:46,882 DEBG 'start-script' stdout output: [info] List of PIA endpoints that support port forwarding:- 2020-08-21 10:53:46,882 DEBG 'start-script' stdout output: [info] ca-toronto.privateinternetaccess.com [info] ca-montreal.privateinternetaccess.com [info] ca-vancouver.privateinternetaccess.com [info] de-berlin.privateinternetaccess.com [info] de-frankfurt.privateinternetaccess.com [info] swiss.privateinternetaccess.com [info] france.privateinternetaccess.com [info] czech.privateinternetaccess.com [info] spain.privateinternetaccess.com [info] ro.privateinternetaccess.com [info] israel.privateinternetaccess.com [info] Attempting to get dynamically assigned port... 2020-08-21 10:55:14,209 DEBG 'start-script' stdout output: [warn] Exit code '56' from curl != 0 or no response body received [info] 12 retries left [info] Retrying in 10 secs... 2020-08-21 10:55:19,215 WARN received SIGTERM indicating exit request 2020-08-21 10:55:19,215 DEBG killing watchdog-script (pid 173) with signal SIGTERM 2020-08-21 10:55:19,216 INFO waiting for start-script, watchdog-script to die 2020-08-21 10:55:20,023 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 140153346768224 for <Subprocess at 140153346767552 with name watchdog-script in state STOPPING> (stdout)> 2020-08-21 10:55:20,023 DEBG fd 15 closed, stopped monitoring <POutputDispatcher at 140153346913424 for <Subprocess at 140153346767552 with name watchdog-script in state STOPPING> (stderr)> 2020-08-21 10:55:20,024 INFO stopped: watchdog-script (terminated by SIGTERM) 2020-08-21 10:55:20,024 DEBG received SIGCHLD indicating a child quit 2020-08-21 10:55:20,024 DEBG killing start-script (pid 172) with signal SIGTERM 2020-08-21 10:55:21,025 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 140153347154416 for <Subprocess at 140153347157056 with name start-script in state STOPPING> (stdout)> 2020-08-21 10:55:21,026 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 140153346767456 for <Subprocess at 140153347157056 with name start-script in state STOPPING> (stderr)> 2020-08-21 10:55:21,026 INFO stopped: start-script (terminated by SIGTERM) 2020-08-21 10:55:21,026 DEBG received SIGCHLD indicating a child quit Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2020-08-21 10:56:34.767528 [info] System information Linux b82875f12fc9 4.19.107-Unraid #1 SMP Thu Mar 5 13:55:57 PST 2020 x86_64 GNU/Linux 2020-08-21 10:56:34.789270 [info] OS_ARCH defined as 'x86-64' 2020-08-21 10:56:34.809797 [info] PUID defined as '99' 2020-08-21 10:56:34.832064 [info] PGID defined as '100' 2020-08-21 10:56:34.872977 [info] UMASK defined as '000' 2020-08-21 10:56:34.893339 [info] Permissions already set for volume mappings 2020-08-21 10:56:34.917932 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info' 2020-08-21 10:56:34.938297 [info] DELUGE_WEB_LOG_LEVEL defined as 'info' 2020-08-21 10:56:34.958448 [info] VPN_ENABLED defined as 'yes' 2020-08-21 10:56:34.985236 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/Sweden.ovpn 2020-08-21 10:56:35.025892 [info] VPN remote line defined as 'remote sweden.privateinternetaccess.com 1198' 2020-08-21 10:56:35.047092 [info] VPN_REMOTE defined as 'sweden.privateinternetaccess.com' 2020-08-21 10:56:35.067804 [info] VPN_PORT defined as '1198' 2020-08-21 10:56:35.093735 [info] VPN_PROTOCOL defined as 'udp' 2020-08-21 10:56:35.115436 [info] VPN_DEVICE_TYPE defined as 'tun0' 2020-08-21 10:56:35.136209 [info] VPN_PROV defined as 'pia' 2020-08-21 10:56:35.156886 [info] LAN_NETWORK defined as '192.168.1.0/24' 2020-08-21 10:56:35.178656 [info] NAME_SERVERS defined as '209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' 2020-08-21 10:56:35.200251 [info] VPN_USER defined as 'P3382606' 2020-08-21 10:56:35.222206 [info] VPN_PASS defined as 'akZKGzCVUd' 2020-08-21 10:56:35.243121 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2020-08-21 10:56:35.265024 [info] STRICT_PORT_FORWARD defined as 'yes' 2020-08-21 10:56:35.286782 [info] ENABLE_PRIVOXY defined as 'yes' 2020-08-21 10:56:35.307720 [info] ADDITIONAL_PORTS not defined (via -e ADDITIONAL_PORTS), skipping allow for custom incoming ports 2020-08-21 10:56:35.332852 [info] Deleting files in /tmp (non recursive)... 2020-08-21 10:56:35.353107 [info] Starting Supervisor... 2020-08-21 10:56:35,481 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2020-08-21 10:56:35,481 INFO Set uid to user 0 succeeded 2020-08-21 10:56:35,482 INFO supervisord started with pid 6 2020-08-21 10:56:36,484 INFO spawned: 'start-script' with pid 172 2020-08-21 10:56:36,486 INFO spawned: 'watchdog-script' with pid 173 2020-08-21 10:56:36,486 INFO reaped unknown pid 7 (exit status 0) 2020-08-21 10:56:36,490 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2020-08-21 10:56:36,490 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-08-21 10:56:36,490 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-08-21 10:56:36,536 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 2020-08-21 10:56:36,539 DEBG 'start-script' stdout output: [info] Adding 209.222.18.222 to /etc/resolv.conf 2020-08-21 10:56:36,541 DEBG 'start-script' stdout output: [info] Adding 84.200.69.80 to /etc/resolv.conf 2020-08-21 10:56:36,544 DEBG 'start-script' stdout output: [info] Adding 37.235.1.174 to /etc/resolv.conf 2020-08-21 10:56:36,546 DEBG 'start-script' stdout output: [info] Adding 1.1.1.1 to /etc/resolv.conf 2020-08-21 10:56:36,549 DEBG 'start-script' stdout output: [info] Adding 209.222.18.218 to /etc/resolv.conf 2020-08-21 10:56:36,552 DEBG 'start-script' stdout output: [info] Adding 37.235.1.177 to /etc/resolv.conf 2020-08-21 10:56:36,554 DEBG 'start-script' stdout output: [info] Adding 84.200.70.40 to /etc/resolv.conf 2020-08-21 10:56:36,557 DEBG 'start-script' stdout output: [info] Adding 1.0.0.1 to /etc/resolv.conf 2020-08-21 10:56:36,888 DEBG 'start-script' stdout output: [info] Docker network defined as 172.17.0.0/16 2020-08-21 10:56:36,891 DEBG 'start-script' stdout output: [info] Adding 192.168.1.0/24 as route via docker eth0 2020-08-21 10:56:36,892 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2020-08-21 10:56:36,892 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.2 192.168.1.0/24 via 172.17.0.1 dev eth0 2020-08-21 10:56:36,892 DEBG 'start-script' stdout output: -------------------- 2020-08-21 10:56:36,894 DEBG 'start-script' stdout output: iptable_mangle 16384 1 ip_tables 24576 3 iptable_filter,iptable_nat,iptable_mangle 2020-08-21 10:56:36,894 DEBG 'start-script' stdout output: [info] iptable_mangle support detected, adding fwmark for tables 2020-08-21 10:56:36,924 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2020-08-21 10:56:36,925 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 -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.1.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -s 192.168.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -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 -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.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.1.0/24 -o eth0 -p tcp -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 2020-08-21 10:56:36,926 DEBG 'start-script' stdout output: -------------------- 2020-08-21 10:56:36,926 DEBG 'start-script' stdout output: [info] Starting OpenVPN... 2020-08-21 10:56:36,931 DEBG 'start-script' stdout output: Fri Aug 21 10:56:36 2020 WARNING: file 'credentials.conf' is group or others accessible Fri Aug 21 10:56:36 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Fri Aug 21 10:56:36 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 10:56:36,932 DEBG 'start-script' stdout output: [info] OpenVPN started 2020-08-21 10:56:36,932 DEBG 'start-script' stdout output: Fri Aug 21 10:56:36 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 10:56:36,933 DEBG 'start-script' stdout output: Fri Aug 21 10:56:36 2020 CRL: loaded 1 CRLs from file [[INLINE]] 2020-08-21 10:56:36,933 DEBG 'start-script' stdout output: Fri Aug 21 10:56:36 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 2020-08-21 10:56:36,933 DEBG 'start-script' stdout output: Fri Aug 21 10:56:36 2020 UDP link local: (not bound) Fri Aug 21 10:56:36 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 10:57:36,465 DEBG 'start-script' stdout output: Fri Aug 21 10:57:36 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting 2020-08-21 10:57:36,465 DEBG 'start-script' stdout output: Fri Aug 21 10:57:36 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 10:57:36,466 DEBG 'start-script' stdout output: Fri Aug 21 10:57:36 2020 WARNING: file 'credentials.conf' is group or others accessible 2020-08-21 10:57:36,466 DEBG 'start-script' stdout output: Fri Aug 21 10:57:36 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Fri Aug 21 10:57:36 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 10:57:41,466 DEBG 'start-script' stdout output: Fri Aug 21 10:57:41 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 10:57:41,466 DEBG 'start-script' stdout output: Fri Aug 21 10:57:41 2020 CRL: loaded 1 CRLs from file [[INLINE]] Fri Aug 21 10:57:41 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 Fri Aug 21 10:57:41 2020 UDP link local: (not bound) Fri Aug 21 10:57:41 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 10:58:41,732 DEBG 'start-script' stdout output: Fri Aug 21 10:58:41 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting 2020-08-21 10:58:41,733 DEBG 'start-script' stdout output: Fri Aug 21 10:58:41 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 10:58:41,733 DEBG 'start-script' stdout output: Fri Aug 21 10:58:41 2020 WARNING: file 'credentials.conf' is group or others accessible Fri Aug 21 10:58:41 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 2020-08-21 10:58:41,733 DEBG 'start-script' stdout output: Fri Aug 21 10:58:41 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 10:58:46,733 DEBG 'start-script' stdout output: Fri Aug 21 10:58:46 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 10:58:46,734 DEBG 'start-script' stdout output: Fri Aug 21 10:58:46 2020 CRL: loaded 1 CRLs from file [[INLINE]] Fri Aug 21 10:58:46 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 Fri Aug 21 10:58:46 2020 UDP link local: (not bound) Fri Aug 21 10:58:46 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 10:59:46,157 DEBG 'start-script' stdout output: Fri Aug 21 10:59:46 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting Fri Aug 21 10:59:46 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 10:59:46,157 DEBG 'start-script' stdout output: Fri Aug 21 10:59:46 2020 WARNING: file 'credentials.conf' is group or others accessible Fri Aug 21 10:59:46 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 2020-08-21 10:59:46,157 DEBG 'start-script' stdout output: Fri Aug 21 10:59:46 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 10:59:46,157 DEBG 'start-script' stdout output: Fri Aug 21 10:59:46 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting Fri Aug 21 10:59:46 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 10:59:46,157 DEBG 'start-script' stdout output: Fri Aug 21 10:59:46 2020 WARNING: file 'credentials.conf' is group or others accessible Fri Aug 21 10:59:46 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 2020-08-21 10:59:46,157 DEBG 'start-script' stdout output: Fri Aug 21 10:59:46 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 10:59:51,158 DEBG 'start-script' stdout output: Fri Aug 21 10:59:51 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 10:59:51,158 DEBG 'start-script' stdout output: Fri Aug 21 10:59:51 2020 CRL: loaded 1 CRLs from file [[INLINE]] Fri Aug 21 10:59:51 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 Fri Aug 21 10:59:51 2020 UDP link local: (not bound) Fri Aug 21 10:59:51 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 11:00:51,075 DEBG 'start-script' stdout output: Fri Aug 21 11:00:51 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting 2020-08-21 11:00:51,075 DEBG 'start-script' stdout output: Fri Aug 21 11:00:51 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 11:00:51,076 DEBG 'start-script' stdout output: Fri Aug 21 11:00:51 2020 WARNING: file 'credentials.conf' is group or others accessible Fri Aug 21 11:00:51 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 2020-08-21 11:00:51,076 DEBG 'start-script' stdout output: Fri Aug 21 11:00:51 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 11:00:56,076 DEBG 'start-script' stdout output: Fri Aug 21 11:00:56 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 11:00:56,076 DEBG 'start-script' stdout output: Fri Aug 21 11:00:56 2020 CRL: loaded 1 CRLs from file [[INLINE]] 2020-08-21 11:00:56,076 DEBG 'start-script' stdout output: Fri Aug 21 11:00:56 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 Fri Aug 21 11:00:56 2020 UDP link local: (not bound) Fri Aug 21 11:00:56 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 11:00:56,076 DEBG 'start-script' stdout output: Fri Aug 21 11:00:56 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 11:00:56,076 DEBG 'start-script' stdout output: Fri Aug 21 11:00:56 2020 CRL: loaded 1 CRLs from file [[INLINE]] 2020-08-21 11:00:56,076 DEBG 'start-script' stdout output: Fri Aug 21 11:00:56 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 Fri Aug 21 11:00:56 2020 UDP link local: (not bound) Fri Aug 21 11:00:56 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 11:01:56,501 DEBG 'start-script' stdout output: Fri Aug 21 11:01:56 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting Fri Aug 21 11:01:56 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 11:01:56,502 DEBG 'start-script' stdout output: Fri Aug 21 11:01:56 2020 WARNING: file 'credentials.conf' is group or others accessible Fri Aug 21 11:01:56 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 2020-08-21 11:01:56,502 DEBG 'start-script' stdout output: Fri Aug 21 11:01:56 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 11:01:56,501 DEBG 'start-script' stdout output: Fri Aug 21 11:01:56 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting Fri Aug 21 11:01:56 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 11:01:56,502 DEBG 'start-script' stdout output: Fri Aug 21 11:01:56 2020 WARNING: file 'credentials.conf' is group or others accessible Fri Aug 21 11:01:56 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 2020-08-21 11:01:56,502 DEBG 'start-script' stdout output: Fri Aug 21 11:01:56 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 11:02:01,502 DEBG 'start-script' stdout output: Fri Aug 21 11:02:01 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 11:02:01,502 DEBG 'start-script' stdout output: Fri Aug 21 11:02:01 2020 CRL: loaded 1 CRLs from file [[INLINE]] Fri Aug 21 11:02:01 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 Fri Aug 21 11:02:01 2020 UDP link local: (not bound) Fri Aug 21 11:02:01 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 11:03:01,746 DEBG 'start-script' stdout output: Fri Aug 21 11:03:01 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting 2020-08-21 11:03:01,747 DEBG 'start-script' stdout output: Fri Aug 21 11:03:01 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 11:03:01,747 DEBG 'start-script' stdout output: Fri Aug 21 11:03:01 2020 WARNING: file 'credentials.conf' is group or others accessible 2020-08-21 11:03:01,747 DEBG 'start-script' stdout output: Fri Aug 21 11:03:01 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Fri Aug 21 11:03:01 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 11:03:06,747 DEBG 'start-script' stdout output: Fri Aug 21 11:03:06 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 11:03:06,747 DEBG 'start-script' stdout output: Fri Aug 21 11:03:06 2020 CRL: loaded 1 CRLs from file [[INLINE]] Fri Aug 21 11:03:06 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 Fri Aug 21 11:03:06 2020 UDP link local: (not bound) Fri Aug 21 11:03:06 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 11:04:07,113 DEBG 'start-script' stdout output: Fri Aug 21 11:04:07 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting 2020-08-21 11:04:07,114 DEBG 'start-script' stdout output: Fri Aug 21 11:04:07 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 11:04:07,114 DEBG 'start-script' stdout output: Fri Aug 21 11:04:07 2020 WARNING: file 'credentials.conf' is group or others accessible 2020-08-21 11:04:07,114 DEBG 'start-script' stdout output: Fri Aug 21 11:04:07 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Fri Aug 21 11:04:07 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 11:04:12,114 DEBG 'start-script' stdout output: Fri Aug 21 11:04:12 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 11:04:12,114 DEBG 'start-script' stdout output: Fri Aug 21 11:04:12 2020 CRL: loaded 1 CRLs from file [[INLINE]] Fri Aug 21 11:04:12 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 Fri Aug 21 11:04:12 2020 UDP link local: (not bound) Fri Aug 21 11:04:12 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 11:05:12,055 DEBG 'start-script' stdout output: Fri Aug 21 11:05:12 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting 2020-08-21 11:05:12,055 DEBG 'start-script' stdout output: Fri Aug 21 11:05:12 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 11:05:12,056 DEBG 'start-script' stdout output: Fri Aug 21 11:05:12 2020 WARNING: file 'credentials.conf' is group or others accessible 2020-08-21 11:05:12,056 DEBG 'start-script' stdout output: Fri Aug 21 11:05:12 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Fri Aug 21 11:05:12 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 11:05:12,055 DEBG 'start-script' stdout output: Fri Aug 21 11:05:12 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting 2020-08-21 11:05:12,055 DEBG 'start-script' stdout output: Fri Aug 21 11:05:12 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 11:05:12,056 DEBG 'start-script' stdout output: Fri Aug 21 11:05:12 2020 WARNING: file 'credentials.conf' is group or others accessible 2020-08-21 11:05:12,056 DEBG 'start-script' stdout output: Fri Aug 21 11:05:12 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Fri Aug 21 11:05:12 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 11:05:17,056 DEBG 'start-script' stdout output: Fri Aug 21 11:05:17 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 11:05:17,056 DEBG 'start-script' stdout output: Fri Aug 21 11:05:17 2020 CRL: loaded 1 CRLs from file [[INLINE]] Fri Aug 21 11:05:17 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 2020-08-21 11:05:17,056 DEBG 'start-script' stdout output: Fri Aug 21 11:05:17 2020 UDP link local: (not bound) Fri Aug 21 11:05:17 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 11:05:17,056 DEBG 'start-script' stdout output: Fri Aug 21 11:05:17 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 11:05:17,056 DEBG 'start-script' stdout output: Fri Aug 21 11:05:17 2020 CRL: loaded 1 CRLs from file [[INLINE]] Fri Aug 21 11:05:17 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 2020-08-21 11:05:17,056 DEBG 'start-script' stdout output: Fri Aug 21 11:05:17 2020 UDP link local: (not bound) Fri Aug 21 11:05:17 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 11:06:17,100 DEBG 'start-script' stdout output: Fri Aug 21 11:06:17 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting Fri Aug 21 11:06:17 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 11:06:17,100 DEBG 'start-script' stdout output: Fri Aug 21 11:06:17 2020 WARNING: file 'credentials.conf' is group or others accessible Fri Aug 21 11:06:17 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 2020-08-21 11:06:17,100 DEBG 'start-script' stdout output: Fri Aug 21 11:06:17 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 11:06:22,101 DEBG 'start-script' stdout output: Fri Aug 21 11:06:22 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 11:06:22,101 DEBG 'start-script' stdout output: Fri Aug 21 11:06:22 2020 CRL: loaded 1 CRLs from file [[INLINE]] 2020-08-21 11:06:22,101 DEBG 'start-script' stdout output: Fri Aug 21 11:06:22 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 Fri Aug 21 11:06:22 2020 UDP link local: (not bound) Fri Aug 21 11:06:22 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 11:07:22,512 DEBG 'start-script' stdout output: Fri Aug 21 11:07:22 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting Fri Aug 21 11:07:22 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 11:07:22,513 DEBG 'start-script' stdout output: Fri Aug 21 11:07:22 2020 WARNING: file 'credentials.conf' is group or others accessible Fri Aug 21 11:07:22 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Fri Aug 21 11:07:22 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 11:07:22,512 DEBG 'start-script' stdout output: Fri Aug 21 11:07:22 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting Fri Aug 21 11:07:22 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 11:07:22,513 DEBG 'start-script' stdout output: Fri Aug 21 11:07:22 2020 WARNING: file 'credentials.conf' is group or others accessible Fri Aug 21 11:07:22 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Fri Aug 21 11:07:22 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 11:07:27,513 DEBG 'start-script' stdout output: Fri Aug 21 11:07:27 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 11:07:27,514 DEBG 'start-script' stdout output: Fri Aug 21 11:07:27 2020 CRL: loaded 1 CRLs from file [[INLINE]] Fri Aug 21 11:07:27 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 Fri Aug 21 11:07:27 2020 UDP link local: (not bound) Fri Aug 21 11:07:27 2020 UDP link remote: [AF_INET]46.246.3.253:1198 2020-08-21 11:08:27,994 DEBG 'start-script' stdout output: Fri Aug 21 11:08:27 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting Fri Aug 21 11:08:27 2020 SIGHUP[soft,ping-restart] received, process restarting 2020-08-21 11:08:27,995 DEBG 'start-script' stdout output: Fri Aug 21 11:08:27 2020 WARNING: file 'credentials.conf' is group or others accessible 2020-08-21 11:08:27,995 DEBG 'start-script' stdout output: Fri Aug 21 11:08:27 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Fri Aug 21 11:08:27 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-08-21 11:08:32,995 DEBG 'start-script' stdout output: Fri Aug 21 11:08:32 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-08-21 11:08:32,995 DEBG 'start-script' stdout output: Fri Aug 21 11:08:32 2020 CRL: loaded 1 CRLs from file [[INLINE]] 2020-08-21 11:08:32,995 DEBG 'start-script' stdout output: Fri Aug 21 11:08:32 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]46.246.3.253:1198 Fri Aug 21 11:08:32 2020 UDP link local: (not bound) Fri Aug 21 11:08:32 2020 UDP link remote: [AF_INET]46.246.3.253:1198 PS. No that isnt my pwd.
  8. Yeah Im using KDE Plasma on Kubuntu. I noticed the message popping up about browser tracking but I didnt associate it with the terminal window. Was very annoying. Im wondering whether its the same issue causing special characters, CTRL +, to not show up in VNC. Its bugging the hell out of me as I cant access a VM via VNC from another VM. Its onlya recent development but Im yet to track down why its doing it.
  9. What was the problem you were experiencing? I generally use Firefox and noted that I cant see any text when I open the terminal window from the menu bar. There is text there because when I do CTRL+A CTRL+C I can paste into a text document. Is that the problem you're having? If so where did you make the change to get it to work?
  10. I anyone experiencing an issue with special characters not working in VNC? I have been able to work out that if I connect to a VM from a physical machine with VNC that shift + characters work correctly. However, if I connect to a VM from a different VM that shift + characters do not work. This is only a recent development as I have been able to work with VMs quite fine previously.
  11. Anybody having an issue with shift + keys not working using VNC? I can change between caps and lowercase using shift but I cant add any of the special characters. I have tried from different PCs using different browsers but none of my keyboards will use special characters in VNC. They work fine if USB is passed though. I have tried a standard 104 kb as well as a 10 keyless and a 65%.
  12. Not that I am aware. At the moment its not the major problem. My server has since become completely unresponsive. I rebooted but its now not completing the boot process. Ill get back to you about your app once, if, I can get my server started again.
  13. So I have been doing some testing and it seems to be that VNC doesn't like non-104 key keyboards. Is anyone using a 65 or 75% keyboard and encountered a problem with key mapping when using VNC? I know it did work as I have some VMs which didnt have GPU passthrough and there hasn't been a problem before. I have rolled back the unRAID update and am getting the same problem. I have tried two other keyboards and none of the shift + number functions are working in VNC. Shift + letter still changes to caps. One kb is a full size Razer and the other two are 65% and a 10 keyless kb. Any ideas how to fix this problem?
  14. I tried to run your script from putty and received the error. "curl: (22) The requested URL returned error: 404 Not Found"
  15. Thanks for your reply. mmm..something wrong there. when i open a terminal from the menu bar i cant see anything typed.. i have attached a screen capture of the terminal window. i thought it was a theme issue but i have tried various themes and the text is still not visible. the cursor moves as i type but there is no text visible. if i highlight the text its still not visible.
  16. Hey guys..just did the upgrade to 6.8.1 and have started getting a keyboard problem using VNC to a VM. The shift + function doesn't appear to be working. The VM is Windows 10. I did an install of Windows 10 a few days ago, before I did the unRAID upgrade, and didnt have the problem. Any ideas whats happened? The keyboard is working fine when directly passed through to a VM, just VNC isnt working correctly. I have also tried Linux distros and have the same issue.
  17. I have version 4.16.0. According to Google Play this is the current version.
  18. I just upgraded the plugin and now I cannot access my server from the Android app. I tried to delete the existing server from the app and add it again but the app doesn't find the server. I still have the same settings in the plugin. On the app I am trying to access the server IP and port 2378 using the user set in the plugin with my server pwd. But when I select add on the app nothing happens. The add blinks but the page doesn't change. If I return to the home page on the app there are no servers. Its been working fine for ages. I did just update the unraid OS. Any advice?
  19. My update failed initially. I had to restart about four or five times until I was eventually was able to login. Looking at the verbose script it kept hanging after displaying the lines associated with: Starting Samba: /usr/sbin/smbd -D It never displayed the unRAID Server OS line. It did eventually though.
  20. Is anyone doing anything cool with the Elgato Stream Deck and Unraid? I would be interested to hear if anyone is using it to start stop VMs' It would be cool to have VMs on their own keys to start and stop.
  21. Thanks for your reply. I am on ver 6.7.2. Is there another available? I dont see an option to update. And its only on this app. All the others seem to update normally without a problem.
  22. Is there a fix for the update issue? Every time I check my plugins for updates it tells me there is one for pihole.
  23. I am having an issue getting to nextcloud's WEBui. Nextcloud is running but it opens a blank page. The log reports: ErrorWarningSystemArrayLogin [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 10-adduser: executing... ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io We gratefully accept donations at: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 40-config: executing... [cont-init.d] 40-config: exited 0. [cont-init.d] 50-install: executing... [cont-init.d] 50-install: exited 0. [cont-init.d] 60-memcache: executing... [cont-init.d] 60-memcache: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done.
  24. Hello. I am trying to setup letsencrypt following spaceinvaderone's video. However, I cannot get letsencrypt to verify. I am utilise an Ubiquiti USG as my router. I have set port forwarding in the the controller (running in a docker container) for port 80 to 180 and 443 to 1443 following spaceinvaderone's recommendation. According to the controller the port forwarding is working. I have set the same ports in the container template and added my own domain name and the subdomain. I have edited the DNS settings in my domain provider adding a new CNAME "nextcloud" with the value set to my dynamic IP address with no-ip. I am getting the message "ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container" I have gone over my settings quite a few times but cannot see what I have done wrong. Could someone offer advice? I have noted in no-ip's control panel that the dynamic DNS is not configured/detected for the subdomain. I dont know if this is the problem. It is showing the correct IP target though. I have dynamic DNS set in the unifi controller to my host name, but not to the second hostname listed in the dashboard. The unifi controller wont allow me to set two dynamic DNS etries to the same service.
  25. With the system temp plugin how do I determine the motherboard sensor name? My CPU temp sensor was releatively simple. It was initially k10temp=Tdie. Though its changed its name now and says k10temp-CPU temp. I dont know what my MB sensor is called though. How do i work out whether jc42 - temp1 or jc-42-temp2 are the mb? And which part of the mb? When I look in the bios there appear to be 5 sensors but they are obviously named and do not reflect the sensors reported by the plugin. My MB is a Gigabyte x399 Aorus Xtreme.

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.