Wob76

Members
  • Posts

    194
  • Joined

  • Last visited

Everything posted by Wob76

  1. Just wanted to say I gave this a test, manually set my IP reported to tracker under settings to the VPN External IP. I have seen a significant improvement in upload speeds. I just thought it must have been the speeds I was going to be getting via a VPN, but it has jumped 3-4 times per hour since I made the change. Very good find kas123tt, and I look forward to your fix binhex. Wob76
  2. Hi binhex, Just a question re privoxy, I have it running and it works fine from my network, but I can't seem to get other containers to work through it. I have tried pointing Jackett and Cardigann at it but both fail. I might be missing a config, but I just had a thought that it might be a network issue. Does Privoxy see the network from the host or from the container IP? Can I enable logging in the privoxy config file to diagnose, and if so do you know what config level I would need? Thanks, Wob Update: Still not luck with the above but I just testing with sickrage and it does work, but I have another issue, with sickrage it is all or nothing, and it can't access the local seachers (Jackett\Cardigann) via privoxy, so, can I set up privoxy to redirect local requests to go direct?
  3. Hi Binhex, I still had privileged on, but pipeworks uses some "magic" I don't fully understand, you need to set the docker network to "none" and then set an ip via an extra setting. "-e 'pipework_cmd=br0 @CONTAINER_NAME@ 192.168.0.251/[email protected]'" pipeworks detects that via the docker.socks and configures the network accordingly. It is working fine with plex, also requires privileged run, but there must be a limit to how network is passed through the pipeworks container and openvpn's access needs. I'll file it in the too hard basket. You did trip me up for quite awhile with the latest update. I had tested out the flood interface, but went back to rutorrent as I use allot of the plugins, originally they both ran together, but I see the latest version disabled rutorrent if flood is enabled, the coincided with my testing pipeworks, when I switched back i couldn't work out why I couldn't get to the web interface anymore. Took me a good while to spot the problem. Thanks anyway. Wob i know nothing about pipework, but operation not permitted sounds like your missing the --privileged=true flag.
  4. Hi, I was thinking of moving this container to use pipeworks, moving it onto it's own IP will enable me to monitor its bandwidth usage on my router. But if I do so I get the following errors in my log and it doesn't work. 2016-11-28 09:21:37,744 DEBG 'start-script' stdout output: Mon Nov 28 09:21:37 2016 write UDPv4: Operation not permitted (code=1) Any Ideas on if there is a way to make it play nice with pipeworks? Cheers, Wob
  5. Hi dmacias, Any chance of adding https://pkgs.org/slackware-14.2/slackel-x86_64/unionfs-fuse-0.26-x86_64-1dj.txz.html I am currently adding it manually but if you could add it I can do away with my startup script Thanks, Wob
  6. Thanks for the info, at the moment I think I will leave mine running under screen as it is working nicely I have moved my rclone mount to under a union-fs mount, it is now the lower layer, with RO access and my local data as the upper layer. This seems to have resolved my issue with dockers for now. Interesting, what happens when you attempt to access some data from the mount?
  7. Hi, A Couple of questions. Just looking at your scripts, with your mount I note you are calling rclone as normal. I had issues with this, it would time out, usually after my terminal ended. Is this not an issue when calling from user scripts? My solution was to call rclone via screen. as such. screen -S rclone -d -m rclone mount --allow-other --dir-cache-time 60m --max-read-ahead 200M --uid 99 --gid 100 secret:media /mnt/disks/cloud/rclone Also on the point of using /mnt/disks/ to help with dockers, this doesn't seem to work as well with rclone as it was for acd_cli. If I remount rclone for some reason I then get and error "Transport endpoint is not connected" when I try and access the mount \ volume mapping inside my docker, a restart fixes it. I have the volume set as Slave:RW as I did with acd_cli. Anyone else seeing that? Thanks, Wob
  8. I just reopened the web interface it and its fine now. Thanks
  9. Great work, I haven't tested the scripts yet, I already have some working once, but it is a good step forward for new users. Only issue I did spot is that your icon seems to be a different size to the others.
  10. Same here. +1 is this straight away or is there always a delay before this occurs? Happens straight away for me. See logs below. The errors then repeat a number of times per min. Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2016-11-10 10:17:17.964695 [info] Host is running unRAID 2016-11-10 10:17:17.994220 [info] Show system information Linux 7e6bd1fa59ce 4.4.30-unRAID #1 SMP PREEMPT Sun Nov 6 19:10:12 GMT 2016 x86_64 GNU/Linux 2016-11-10 10:17:18.052175 [info] PUID defined as '99' 2016-11-10 10:17:18.100010 [info] PGID defined as '100' 2016-11-10 10:17:18.180062 [info] Permissions already set for /config and /data 2016-11-10 10:17:18.223047 [info] VPN_ENABLED defined as 'yes' 2016-11-10 10:17:18.262309 [info] VPN_PROV defined as 'pia' 2016-11-10 10:17:18.298943 [info] VPN_REMOTE defined as 'swiss.privateinternetaccess.com' 2016-11-10 10:17:18.334833 [info] VPN_PORT defined as '1197' 2016-11-10 10:17:18.374275 [info] VPN_PROTOCOL defined as 'udp' 2016-11-10 10:17:18.411580 [info] LAN_NETWORK defined as '192.168.0.0/24' 2016-11-10 10:17:18.448698 [warn] NAME_SERVERS not defined (via -e NAME_SERVERS), defaulting to Google and FreeDNS name servers 2016-11-10 10:17:18.486199 [info] VPN_USER defined as '********' 2016-11-10 10:17:18.521301 [info] VPN_PASS defined as '********' 2016-11-10 10:17:18.557833 [warn] VPN_DEVICE_TYPE not defined (via -e VPN_DEVICE_TYPE), defaulting to 'tun' 2016-11-10 10:17:18.594113 [info] STRONG_CERTS defined as 'yes' 2016-11-10 10:17:18.633413 [info] ENABLE_PRIVOXY defined as 'yes' chsh: Shell not changed. Changing shell for nobody. 2016-11-10 10:17:19,098 CRIT Set uid to user 0 2016-11-10 10:17:19,098 INFO Included extra file "/etc/supervisor/conf.d/rtorrent.conf" during parsing 2016-11-10 10:17:19,102 INFO supervisord started with pid 1 2016-11-10 10:17:20,104 INFO spawned: 'start-script' with pid 105 2016-11-10 10:17:20,105 INFO spawned: 'rtorrent-script' with pid 106 2016-11-10 10:17:20,107 INFO spawned: 'webui-script' with pid 107 2016-11-10 10:17:20,109 INFO spawned: 'privoxy-script' with pid 108 2016-11-10 10:17:20,114 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-11-10 10:17:20,115 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-11-10 10:17:20,115 INFO success: rtorrent-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-11-10 10:17:20,115 INFO success: webui-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-11-10 10:17:20,115 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-11-10 10:17:20,118 DEBG 'rtorrent-script' stdout output: [info] rTorrent config file already exists, skipping copy 2016-11-10 10:17:20,122 DEBG 'rtorrent-script' stdout output: [info] Removing any rtorrent session lock files left over from the previous run... 2016-11-10 10:17:20,129 DEBG 'start-script' stdout output: [info] VPN strong certs defined, copying to /config/openvpn/... 2016-11-10 10:17:20,134 DEBG 'start-script' stdout output: [info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn 2016-11-10 10:17:20,163 DEBG 'rtorrent-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-11-10 10:17:20,189 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 [info] Setting permissions recursively on /config/openvpn... 2016-11-10 10:17:20,200 DEBG 'start-script' stdout output: [info] Adding 8.8.8.8 to /etc/resolv.conf 2016-11-10 10:17:20,204 DEBG 'start-script' stdout output: [info] Adding 37.235.1.174 to /etc/resolv.conf 2016-11-10 10:17:20,209 DEBG 'start-script' stdout output: [info] Adding 8.8.4.4 to /etc/resolv.conf 2016-11-10 10:17:20,212 DEBG 'start-script' stdout output: [info] Adding 37.235.1.177 to /etc/resolv.conf 2016-11-10 10:17:20,216 DEBG 'start-script' stdout output: [info] Adding 192.168.0.0/24 as route via docker eth0 2016-11-10 10:17:20,218 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2016-11-10 10:17:20,218 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.9 192.168.0.0/24 via 172.17.0.1 dev eth0 2016-11-10 10:17:20,219 DEBG 'start-script' stdout output: -------------------- 2016-11-10 10:17:20,224 DEBG 'start-script' stdout output: [info] iptable_mangle support detected, adding fwmark for tables 2016-11-10 10:17:20,293 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2016-11-10 10:17:20,294 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 1197 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 9080 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 9080 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 9443 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 9443 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8118 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8118 -j ACCEPT -A INPUT -s 192.168.0.0/24 -i eth0 -p tcp -m tcp --dport 5000 -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 1197 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 9080 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 9080 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 9443 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 9443 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8118 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8118 -j ACCEPT -A OUTPUT -d 192.168.0.0/24 -o eth0 -p tcp -m tcp --sport 5000 -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-11-10 10:17:20,295 DEBG 'start-script' stdout output: -------------------- [info] Starting OpenVPN... 2016-11-10 10:17:20,306 DEBG 'start-script' stdout output: Thu Nov 10 10:17:20 2016 OpenVPN 2.3.11 x86_64-unknown-linux-gnu [sSL (OpenSSL)] [LZO] [EPOLL] [MH] [iPv6] built on May 12 2016 Thu Nov 10 10:17:20 2016 library versions: OpenSSL 1.0.2h 3 May 2016, LZO 2.09 Thu Nov 10 10:17:20 2016 WARNING: file 'credentials.conf' is group or others accessible 2016-11-10 10:17:20,471 DEBG 'start-script' stdout output: Thu Nov 10 10:17:20 2016 UDPv4 link local: [undef] Thu Nov 10 10:17:20 2016 UDPv4 link remote: [AF_INET]179.43.176.130:1197 2016-11-10 10:17:22,176 DEBG 'start-script' stdout output: Thu Nov 10 10:17:22 2016 [359a3199665c74055229f1f10bfac4af] Peer Connection Initiated with [AF_INET]179.43.176.130:1197 2016-11-10 10:17:25,050 DEBG 'start-script' stdout output: Thu Nov 10 10:17:25 2016 TUN/TAP device tun0 opened Thu Nov 10 10:17:25 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0 Thu Nov 10 10:17:25 2016 /usr/bin/ip link set dev tun0 up mtu 1500 2016-11-10 10:17:25,051 DEBG 'start-script' stdout output: Thu Nov 10 10:17:25 2016 /usr/bin/ip addr add dev tun0 local 10.17.10.6 peer 10.17.10.5 2016-11-10 10:17:25,055 DEBG 'start-script' stdout output: Thu Nov 10 10:17:25 2016 Initialization Sequence Completed 2016-11-10 10:17:25,078 DEBG 'privoxy-script' stdout output: [info] Configuring Privoxy... 2016-11-10 10:17:25,141 DEBG 'rtorrent-script' stdout output: [info] rTorrent not running, marking as first run 2016-11-10 10:17:25,328 DEBG 'privoxy-script' stdout output: [info] All checks complete, starting Privoxy... 2016-11-10 10:17:25,338 DEBG 'privoxy-script' stderr output: 2016-11-10 10:17:25.337 2b80ce5ebdc0 Info: Privoxy version 3.0.24 2016-11-10 10:17:25.337 2b80ce5ebdc0 Info: Program name: /usr/bin/privoxy 2016-11-10 10:17:27,925 DEBG 'rtorrent-script' stdout output: [info] All checks complete, starting rTorrent... 2016-11-10 10:17:27,929 DEBG 'rtorrent-script' stdout output: Script started, file is /home/nobody/typescript 2016-11-10 10:17:27,958 DEBG 'rtorrent-script' stdout output: Script done, file is /home/nobody/typescript 2016-11-10 10:17:28,061 DEBG 'webui-script' stdout output: [info] rtorrent started, setting up webui... 2016-11-10 10:17:28,062 DEBG 'webui-script' stdout output: [info] Setting PHP timezone to Australia/Sydney... 2016-11-10 10:17:28,076 DEBG 'webui-script' stdout output: [info] nginx cert files already exists, skipping copy 2016-11-10 10:17:28,076 DEBG 'webui-script' stdout output: [info] nginx security file already exists, skipping copy 2016-11-10 10:17:28,077 DEBG 'webui-script' stdout output: [info] nginx config file already exists, skipping copy 2016-11-10 10:17:28,079 DEBG 'webui-script' stdout output: [info] rutorrent conf folder already exists, skipping copy 2016-11-10 10:17:28,080 DEBG 'webui-script' stdout output: [info] rutorrent share folder already exists, skipping copy 2016-11-10 10:17:28,084 DEBG 'webui-script' stdout output: [info] rutorrent plugins folder already exists, skipping copy 2016-11-10 10:17:28,224 DEBG 'webui-script' stdout output: [info] starting php-fpm... 2016-11-10 10:17:28,300 DEBG 'webui-script' stderr output: [NOTICE] [pool www] 'user' directive is ignored when FPM is not running as root [NOTICE] [pool www] 'group' directive is ignored when FPM is not running as root 2016-11-10 10:17:28,305 DEBG 'webui-script' stdout output: [info] starting nginx... 2016-11-10 10:17:29,520 INFO reaped unknown pid 1176 2016-11-10 10:17:29,520 DEBG received SIGCLD indicating a child quit 2016-11-10 10:17:48,031 INFO reaped unknown pid 1249 2016-11-10 10:17:48,031 DEBG received SIGCLD indicating a child quit 2016-11-10 10:18:00,031 INFO reaped unknown pid 1251 2016-11-10 10:18:00,031 DEBG received SIGCLD indicating a child quit 2016-11-10 10:18:03,033 INFO reaped unknown pid 1253 2016-11-10 10:18:03,033 DEBG received SIGCLD indicating a child quit 2016-11-10 10:18:18,034 INFO reaped unknown pid 1255 2016-11-10 10:18:18,034 DEBG received SIGCLD indicating a child quit 2016-11-10 10:18:30,034 INFO reaped unknown pid 1257 2016-11-10 10:18:30,034 DEBG received SIGCLD indicating a child quit 2016-11-10 10:18:33,153 INFO reaped unknown pid 1259 2016-11-10 10:18:33,153 DEBG received SIGCLD indicating a child quit 2016-11-10 10:18:49,051 INFO reaped unknown pid 1275 2016-11-10 10:18:49,051 DEBG received SIGCLD indicating a child quit 2016-11-10 10:19:04,050 INFO reaped unknown pid 1277 2016-11-10 10:19:04,051 DEBG received SIGCLD indicating a child quit 2016-11-10 10:19:13,049 INFO reaped unknown pid 1279 2016-11-10 10:19:13,050 DEBG received SIGCLD indicating a child quit 2016-11-10 10:19:19,049 INFO reaped unknown pid 1281 2016-11-10 10:19:19,049 DEBG received SIGCLD indicating a child quit 2016-11-10 10:19:34,050 INFO reaped unknown pid 1283 2016-11-10 10:19:34,051 DEBG received SIGCLD indicating a child quit 2016-11-10 10:19:43,032 INFO reaped unknown pid 1285 2016-11-10 10:19:43,032 DEBG received SIGCLD indicating a child quit 2016-11-10 10:19:49,032 INFO reaped unknown pid 1287 2016-11-10 10:19:49,032 DEBG received SIGCLD indicating a child quit 2016-11-10 10:20:04,051 INFO reaped unknown pid 1289 2016-11-10 10:20:04,051 DEBG received SIGCLD indicating a child quit 2016-11-10 10:20:13,050 INFO reaped unknown pid 1291 2016-11-10 10:20:13,050 DEBG received SIGCLD indicating a child quit 2016-11-10 10:20:19,050 INFO reaped unknown pid 1293 2016-11-10 10:20:19,050 DEBG received SIGCLD indicating a child quit 2016-11-10 10:20:34,051 INFO reaped unknown pid 1295 2016-11-10 10:20:34,051 DEBG received SIGCLD indicating a child quit 2016-11-10 10:20:43,051 INFO reaped unknown pid 1297 2016-11-10 10:20:43,051 DEBG received SIGCLD indicating a child quit 2016-11-10 10:20:49,030 INFO reaped unknown pid 1299 2016-11-10 10:20:49,030 DEBG received SIGCLD indicating a child quit 2016-11-10 10:21:04,033 INFO reaped unknown pid 1301 2016-11-10 10:21:04,033 DEBG received SIGCLD indicating a child quit 2016-11-10 10:21:13,042 INFO reaped unknown pid 1303 2016-11-10 10:21:13,043 DEBG received SIGCLD indicating a child quit 2016-11-10 10:21:19,051 INFO reaped unknown pid 1305 2016-11-10 10:21:19,051 DEBG received SIGCLD indicating a child quit 2016-11-10 10:21:34,048 INFO reaped unknown pid 1307 2016-11-10 10:21:34,049 DEBG received SIGCLD indicating a child quit 2016-11-10 10:21:43,052 INFO reaped unknown pid 1309 2016-11-10 10:21:43,052 DEBG received SIGCLD indicating a child quit 2016-11-10 10:21:49,032 INFO reaped unknown pid 1311 2016-11-10 10:21:49,032 DEBG received SIGCLD indicating a child quit 2016-11-10 10:22:04,033 INFO reaped unknown pid 1313 2016-11-10 10:22:04,033 DEBG received SIGCLD indicating a child quit 2016-11-10 10:22:13,035 INFO reaped unknown pid 1315 2016-11-10 10:22:13,036 DEBG received SIGCLD indicating a child quit 2016-11-10 10:22:19,047 INFO reaped unknown pid 1317 2016-11-10 10:22:19,048 DEBG received SIGCLD indicating a child quit 2016-11-10 10:22:34,053 INFO reaped unknown pid 1319 2016-11-10 10:22:34,053 DEBG received SIGCLD indicating a child quit 2016-11-10 10:22:43,051 INFO reaped unknown pid 1321 2016-11-10 10:22:43,051 DEBG received SIGCLD indicating a child quit 2016-11-10 10:22:49,051 INFO reaped unknown pid 1323 2016-11-10 10:22:49,051 DEBG received SIGCLD indicating a child quit 2016-11-10 10:23:04,033 INFO reaped unknown pid 1325 2016-11-10 10:23:04,033 DEBG received SIGCLD indicating a child quit 2016-11-10 10:23:13,034 INFO reaped unknown pid 1327 2016-11-10 10:23:13,034 DEBG received SIGCLD indicating a child quit 2016-11-10 10:23:19,032 INFO reaped unknown pid 1329 2016-11-10 10:23:19,032 DEBG received SIGCLD indicating a child quit 2016-11-10 10:23:34,052 INFO reaped unknown pid 1331 2016-11-10 10:23:34,053 DEBG received SIGCLD indicating a child quit 2016-11-10 10:23:43,053 INFO reaped unknown pid 1333 2016-11-10 10:23:43,053 DEBG received SIGCLD indicating a child quit 2016-11-10 10:23:49,053 INFO reaped unknown pid 1335 2016-11-10 10:23:49,053 DEBG received SIGCLD indicating a child quit 2016-11-10 10:24:04,053 INFO reaped unknown pid 1337 2016-11-10 10:24:04,053 DEBG received SIGCLD indicating a child quit 2016-11-10 10:24:13,035 INFO reaped unknown pid 1339 2016-11-10 10:24:13,035 DEBG received SIGCLD indicating a child quit 2016-11-10 10:24:19,034 INFO reaped unknown pid 1341 2016-11-10 10:24:19,034 DEBG received SIGCLD indicating a child quit 2016-11-10 10:24:34,031 INFO reaped unknown pid 1343 2016-11-10 10:24:34,031 DEBG received SIGCLD indicating a child quit 2016-11-10 10:24:43,049 INFO reaped unknown pid 1345 2016-11-10 10:24:43,049 DEBG received SIGCLD indicating a child quit 2016-11-10 10:24:49,048 INFO reaped unknown pid 1347 2016-11-10 10:24:49,048 DEBG received SIGCLD indicating a child quit 2016-11-10 10:25:04,336 INFO reaped unknown pid 1349 2016-11-10 10:25:04,336 DEBG received SIGCLD indicating a child quit 2016-11-10 10:25:13,160 INFO reaped unknown pid 1351 2016-11-10 10:25:13,161 DEBG received SIGCLD indicating a child quit 2016-11-10 10:25:19,027 INFO reaped unknown pid 1353 2016-11-10 10:25:19,028 DEBG received SIGCLD indicating a child quit 2016-11-10 10:25:34,032 INFO reaped unknown pid 1355 2016-11-10 10:25:34,033 DEBG received SIGCLD indicating a child quit 2016-11-10 10:25:43,034 INFO reaped unknown pid 1357 2016-11-10 10:25:43,034 DEBG received SIGCLD indicating a child quit 2016-11-10 10:25:49,152 INFO reaped unknown pid 1359 2016-11-10 10:25:49,152 DEBG received SIGCLD indicating a child quit 2016-11-10 10:26:04,033 INFO reaped unknown pid 1361 2016-11-10 10:26:04,034 DEBG received SIGCLD indicating a child quit 2016-11-10 10:26:13,036 INFO reaped unknown pid 1363 2016-11-10 10:26:13,036 DEBG received SIGCLD indicating a child quit 2016-11-10 10:26:19,033 INFO reaped unknown pid 1365 2016-11-10 10:26:19,033 DEBG received SIGCLD indicating a child quit 2016-11-10 10:26:34,034 INFO reaped unknown pid 1367 2016-11-10 10:26:34,034 DEBG received SIGCLD indicating a child quit 2016-11-10 10:26:43,048 INFO reaped unknown pid 1369 2016-11-10 10:26:43,048 DEBG received SIGCLD indicating a child quit 2016-11-10 10:26:49,032 INFO reaped unknown pid 1371 2016-11-10 10:26:49,032 DEBG received SIGCLD indicating a child quit 2016-11-10 10:27:04,032 INFO reaped unknown pid 1373 2016-11-10 10:27:04,032 DEBG received SIGCLD indicating a child quit 2016-11-10 10:27:13,034 INFO reaped unknown pid 1375 2016-11-10 10:27:13,034 DEBG received SIGCLD indicating a child quit 2016-11-10 10:27:19,032 INFO reaped unknown pid 1377 2016-11-10 10:27:19,033 DEBG received SIGCLD indicating a child quit 2016-11-10 10:27:51,033 INFO reaped unknown pid 1401 2016-11-10 10:27:51,033 DEBG received SIGCLD indicating a child quit 2016-11-10 10:28:06,032 INFO reaped unknown pid 1403 2016-11-10 10:28:06,033 DEBG received SIGCLD indicating a child quit 2016-11-10 10:28:07,035 INFO reaped unknown pid 1405 2016-11-10 10:28:07,035 DEBG received SIGCLD indicating a child quit 2016-11-10 10:28:21,044 INFO reaped unknown pid 1407 2016-11-10 10:28:21,045 DEBG received SIGCLD indicating a child quit 2016-11-10 10:28:36,042 INFO reaped unknown pid 1409 2016-11-10 10:28:36,043 DEBG received SIGCLD indicating a child quit 2016-11-10 10:28:37,048 INFO reaped unknown pid 1411 2016-11-10 10:28:37,049 DEBG received SIGCLD indicating a child quit 2016-11-10 10:28:51,042 INFO reaped unknown pid 1413 2016-11-10 10:28:51,043 DEBG received SIGCLD indicating a child quit 2016-11-10 10:29:06,033 INFO reaped unknown pid 1415 2016-11-10 10:29:06,033 DEBG received SIGCLD indicating a child quit 2016-11-10 10:29:07,033 INFO reaped unknown pid 1417 2016-11-10 10:29:07,033 DEBG received SIGCLD indicating a child quit
  11. I am still seeing it after stopping headphones, but I run a number of linuxserver dockers. Can these errors be ignored safely?
  12. Thanks for the tip, I am running that, so I'll power it down and see what happens. Is there any other way to find the root cause? Wob
  13. Hi, I am seeing a bunch of these messages, is there an easy way to work out which docker they may relate to? Most of them seem to relate to ld-musl-x86_64.so.1 if that helps? Example: python[48043]: segfault at 7261726e8d ip 00002affbd98b61c sp 00002affccbe45a8 error 6 in ld-musl-x86_64.so.1[2affbd968000+88000] Thanks, Wob
  14. Hi, Yep, for me at lest using encfs on top of rclone or using crypt in rclone results in the same speeds, both slightly slower than acd_cli/encfs. So at least for my config, and with my testing process the encryption layer is not having any effect, it seems to be rclone. The post you linked seems to think the fix was introduced in a 1.33 beta, so I assume it's included in the 1.34 beta I am using. I have posted on the rclone forum, so hopefully I can assist in some improvement. I tend to agree with your statement, I will most likely lean with rclone as the development seems much faster, and once I choose an encryption layer swapping will be a pain (re-uploading will be needed). I think I'll just continue with some stability testing before I choose an option, I have both mounted at the moment, so will see if the mounts remain stable and playback smooth from both sources. Wob
  15. I was going to make a quip about great minds thinking alike, but not sure i can claim that at the moment I server doesn't get allot of hits on older content, so I think I can safety base my "move" to the could on dates or number of seasons, then hits to ACD should be limited and not impact on the WAF factor too much. My only real concern is with ACD and its terms, I need to work out a "backup" for things stored in ACD, at least till I am confident they won't just "purge" my collection on a whim. Weather that is a offline storage device locally or another cloud providers I have yet to determine. Wob
  16. Hi, All of a sudden I am seeing a heap of messages in my logs. 2016-11-10 10:17:29,520 INFO reaped unknown pid 1176 2016-11-10 10:17:29,520 DEBG received SIGCLD indicating a child quit repeats every few seconds with different pid. seems to have started 2 days ago. Everything still seems to be working, but the logs are getting big. Any ideas? Thanks, Wob
  17. @ninthwalker, seems your tests reflect mine. I think at this stage I'll stick with acd_cli and encfs. But I might hold off on bulk uploading for a month or two to see if rclone can catch up. changing encryption system at this point would require a re-upload. I am still looking to keep a large chunk of data local anyway, it would only be older data (say older than 3-5 years). That way most content would be local, and just watching older stuff would pull from ACD.
  18. I have tried with a setting of 50Mb but no luck. As another test I also mounted rclone under my encfs (replacing acd_cli) and I still get similar speeds starting playback, so it doesn't appear to be the encryption layer. Trying to use verbose to debug, but I might need to post on the rclone logs for help with that. Thanks, Wob
  19. Hi Waseh, Thanks for the link, I have tried that, current settings I am using are --max-read-ahead 1024k --transfers 20 --checkers 40, that gave me the above results. bobbinitb linked here (https://forum.rclone.org/t/plex-server-with-amazon-drive-rclone-crypt-vs-encfs-speed/106/15) on another thread, I might try using rclone under my encfs mounts to see if that effects speed. Wob. Edit: I just noticed in that thread they are going into M read ahead, I'll give that a try.
  20. Thanks for the link, interesting read, but all on older versions, so he might still be working on a fix. Reading the issues/fixes it would seem rclone is being developed faster, but like you I want to commit to a solution before bulk uploaded encrypted data. I could look at replacing acd_cli with rclone (unencrypted) and still using encfs, the need to run a sync with acd_cli to see changes is a bit of a sticking point.
  21. Yeah, I did read that, or you could alternatively overlay a encfs mount over rclone and do the encryption outside of rlcone. BUT, the internal rclone encryption is newer and avoids some of the issue with encfs.
  22. OK, re my speed tests, I am on a 100Mbps Down and 40Mbps Up internet connection. Repeated tests with playing content (no sync tests at this stage). Times are from hitting the play button to the video starting. All the same episode, h264 encoded, no transcoding happening on the server. both ACD options are being encrypted, acd_cli via encfs and rclone using its internal crypt. local content 3-4 secconds acd_cli mount 6-8 seconds rclone mount 10-12 seconds I don't want anyone to think I am complaining, I am just comparing options, and for the moment acd_cli seems faster (for me). I am trying to chose my option before I do a bulk upload a choose my encryption option. Cheers, Wob Edit: Also of note, I am not seeing heavy link utilisation on my connection during playback, downloading burst to about 20Mpbs very breifly at the start of play, then drops to sit around 5Mpbs. Also data doesn't appear to start till after the delays above, so it would appear to be some internal process to the apps causing the delay, not the downloading.
  23. Hey All, Sorry about the radio silence from me, I was away on 3 weeks holiday. I did get a little further with my testing, I moved to unionfs fused for my overlay mount point, and I have modified my scripts slightly to work inside the "User Scripts" plugin, I have one for mounting and another for unmounting, and using they plugin they can be scheduled to start and stop with the array, this fixes an issue I was having during shutdown as the system was waiting for these mount points to disappear. I have also migrated my mount folders to /mnt/disks/ as per some advice from squid in the rclone (beta) docker thread. Once you do this, set the docker volume mapping to Slave:RW and changes in the mount will be seen in the docker without the need for a restart. This means I could remove the docker restarts from the end of my script. As /mnt/disks/ folders are nuked on reboot I added directory creation at the start of my script. I had some earlier issues with acd_cli and encfs mount points being on the flash drive, but haven't seen this again with using /mnt/disks, but it is early a Here are my current script files, see the user scripts plugin for how to implement them. You will still need to create the /boot/cloudstore/ folder structure and copy the required plg's as I have mentioned earlier in the thread. I may move to pulling these from git at some point. Oh and you need to create your own oauth and encfs.xml files, and don't forget to replace <password> in the script with your password. Mounting Script, #!/usr/bin/bash HOME=/root LOGFILE=/boot/cloudstore/logs/cloudstore-$(date "+%Y%m%d").log echo CloudSotre log $(date) $'\r'$'\r' >> $LOGFILE 2>&1 echo "Starting Cloud Mounts" $'\r'>> $LOGFILE 2>&1 #Copy oauth file to system mkdir -p /root/.cache/acd_cli/ cp /boot/cloudstore/config/oauth_data /root/.cache/acd_cli/oauth_data #Install dependancies echo Installing Slackware Packages >> $LOGFILE 2>&1 upgradepkg --install-new /boot/cloudstore/install/boost-1.59.0-x86_64-1.txz >> $LOGFILE 2>&1 upgradepkg --install-new /boot/cloudstore/install/rlog-1.4-x86_64-1pw.txz >> $LOGFILE 2>&1 upgradepkg --install-new /boot/cloudstore/install/slocate-3.1-x86_64-4.txz >> $LOGFILE 2>&1 #Install encfs upgradepkg --install-new /boot/cloudstore/install/encfs-1.8.1-x86_64-1gv.txz >> $LOGFILE 2>&1 #Install UnionFS-FUSE upgradepkg --install-new /boot/cloudstore/install/unionfs-fuse-0.26-x86_64-1dj.txz >> $LOGFILE 2>&1 #Install acd_cli echo Installing acd_cli >> $LOGFILE 2>&1 #pip3 install --upgrade git+https://github.com/yadayada/acd_cli.git pip3 install --upgrade git+https://github.com/bgemmill/acd_cli.git >> $LOGFILE 2>&1 #Run a acd_cli sync echo Running ACD sync >> $LOGFILE 2>&1 acdcli -v sync >> $LOGFILE 2>&1 #Make /user/disks folder structure mkdir -p /mnt/disks/cloud/.acd/ mkdir -p /mnt/disks/cloud/acd/ mkdir -p /mnt/disks/cloud/.local/ mkdir -p /mnt/disks/cloud/media/ #Mount Amazon Cloud Drive (using screen) echo Mounting Amazon Cloud Drive >> $LOGFILE 2>&1 screen -S acdcli -d -m /usr/bin/acd_cli -nl mount -fg -ao --uid 99 --gid 100 --modules="subdir,subdir=/Plex" /mnt/disks/cloud/.acd >> $LOGFILE 2>&1 #Mount Decrypted view of ACD echo Mounting ENCFS points >> $LOGFILE 2>&1 echo <password> | ENCFS6_CONFIG='/boot/cloudstore/config/encfs.xml' encfs -S -o allow_other -o uid=99 -o gid=100 /mnt/disks/cloud/.acd/ /mnt/disks/cloud/acd/ >> $LOGFILE 2>&1 #Mount Encrypted view of Local Media (Use for uploading Data to ACD) echo <password> | ENCFS6_CONFIG='/boot/cloudstore/config/encfs.xml' encfs -S --reverse -o ro -o allow_other -o uid=99 -o gid=100 /mnt/user/Media/ /mnt/disks/cloud/.local/ >> $LOGFILE 2>&1 #Overlay Mount with Local Data taking preference. echo Mounting Overlay point >> $LOGFILE 2>&1 #mount -t overlay -o lowerdir=/mnt/user/Media/:/mnt/user/cloud/acd/ overlay /mnt/user/cloud/media/ >> $LOGFILE 2>&1 unionfs -o cow -o allow_other -o uid=99 -o gid=100 /mnt/user/Media/=RW:/mnt/disks/cloud/acd/=RO /mnt/disks/cloud/media/ >> $LOGFILE 2>&1 echo Script Complete Unmounting Script #!/usr/bin/bash screen -S acdcli -X quit fusermount -u /mnt/disks/cloud/media/ & fusermount -uz /mnt/disks/cloud/acd/ & fusermount -u /mnt/disks/cloud/.local/ & fusermount -uz /mnt/disks/cloud/.acd/ I am currently doing some speed tests between this setup and using the beta rclone plugin. This seems to be almost twice as fast for the initial loading of a video file, but rclone has less moving parts. So I am still not sure which solution I will go with, so I may tweak this further to try and make it a little more automated, or I may move it to use rclone instead of acd_cli/encfs. Wob
  24. @squid Thanks for the tips re /mnt/disks and dockers, this has fixed the issue I was having with mount points in docker using my acd_cli\encfs scripts. I am testing the performance of acd_cli\encfs and rclone mount points, I have posted about it in the rclone plug-in thread, so I won't repeat myself here. Wob.