Everything posted by Wob76
-
[Support] Linuxserver.io - Domoticz
I seem to be getting double logging, I searched domoticz and couldn't find an answer there so thinking it may be related to the docker, if I follow the logs I see entries like.. 2018-01-15 09:42:03.199 (Mi Gateway) General/kWh (Fridge Power Usage) domoticz: (Mi Gateway) General/kWh (Fridge Power Usage) I usually just grep using ^2018 to reduce the output, but is there a way to stop this behavior? Thanks, Wbo
-
FileBot containers
First off thanks for the container, I have been running it for ages. I find since you merged the UI and non UI versions it seems to be fairly resource hungry, much more than the old basic version. I noticed on the docker page you have a command to run without UI, and I removed the ports from my template so the docker command seems similar, but in the logs it still seems to launches the UI anyway. My question is, can you stop the UI running so as to free up some resources, I have seen some slowdowns lately and I want to eliminate the UI as the cause. Thanks, Wob
-
[Deprecated] Linuxserver.io - CouchPotato
Is anyone else seeing high CPU usage for this container? It started happening to me over the weekend, restarting the container hasn't helped. CONTAINER CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS couchpotato 858.40% 121.8 MiB / 9.79 GiB 1.21% 62.49 MB / 10.21 MB 299.3 MB / 91.44 MB 7 Strangely the CPU inside the container is fine; 6317 198 abc S 224m 2% 4 13% python /app/couchpotato/CouchPotato.py --config_file=/config/config.ini --data_dir=/config/data I can't actually see why it is hammering the CPU.
-
[Support] binhex - rTorrentVPN
Will do binhex, as it came with some of the new updates of the container I thought I would post here first, but very possible its an upstream issue, I did search but without any luck.
-
[Support] binhex - rTorrentVPN
It seems in the last few months Ratios have semi broken. In Ratio groups I have defined all 8 and set a default group of 3. I have 2 Ration Rules set; If "One of torrent's trackers is private" Then Set Ration Group X and set throttle to X. If "All torrent's trackers are public" Then Set Ration Group Y and set throttle to Y. This was working all fine at one point, but now it seems that any public torrent doesn't get ANY ratio or throttle set, not even the default ratio is being used. Is anyone else seeing this? It could be related to magnetic links, as they in history they show as added then deleted, but the new one doesn't always show. Private Trackers are working fine. Edit: I should also note that they don't show anything under the "Added" Date\time field.
-
[Support] Linuxserver.io - Domoticz
Going to add another request At the moment the custom icon uploading doesn't work, there is permission issues with 2 folders /tmp and /var/lib/domoticz/www/images I did a chmod 777 to both and the upload starts to work. But even with it working, the new icons will not survive a docker update and the www/images folder is inside the container. Maybe moving the whole image folder into /config, that would fix the custom icons and floorplans. Thanks, Wob
-
[Support] Linuxserver.io - Domoticz
Hi saarg, I updated the docker, and I am running the latest beta, it is working with webroot now, with the exception of one vital part, I can't use the "Apply Settings" button, browser logs show a 400 error. I have posted on the domoticz forum so hopefully and easy fix. Regardless of the issue in domoticz it would be nice to include a way to pass a webroot option via the docker. Still hoping for a redirect of the floorplan folder into /config, at the moment I have to jump in and copy my file from /config into the folder under www/images/floorplans. No rush on either fix, and thanks for your work. Wob
-
[Support] Linuxserver.io - Domoticz
Thanks saarg, I'm not sure it is going to work though, I edited /etc/services.d/domoticz/run file to include the -webroot and it worked, but the page gets messed up. I'll fire up a fresh docker and try it, to make sure it is not something else I have changed, I'll report back.
-
[Support] Linuxserver.io - Domoticz
OK, I am thinking of running the through a reverse proxy to avoid the certificate issue I mention above, but it doesn't seem to like URL rewrites, is it possible to parse commands to the startup command, adding -webroot domoticz should enable me to run it on something other than root. Or is does anyone already have a working revproxy config with URL rewrite for nginx? Thanks, Wob
-
[Support] Linuxserver.io - Domoticz
Hi, I am wanting to use this with the certs from my linuxserver.io letsencrypt container. I found the following details. http://www.domoticz.com/wiki/Native_secure_access_with_Lets_Encrypt Now I have followed the guide to cat the two .pem files from the letsencrypt container, the file /etc/ssl/certs/dhparam.pem doesn't exist (inside this container) so I just copied the DH Parameters from the existing server_cert.pem file. This all worked, but it obviously will not auto renew, just wondering if anyone has a process for keeping the cert valid? Thanks, Wob
-
[Support] Linuxserver.io - Domoticz
Hi, I am playing around with Domoticz, with some success. I wanted to play around with the floorplan, it doesn't let you upload a image via the web interface, and the location it looks at is www/images/floorplans. So I can only access it from inside the dockers, and it won't survive a update. So, could this path be mapped to inside the config folder? Thanks, Wob
-
[Support] binhex - rTorrentVPN
@binhex Any ideas, happened again today, logs look pretty much the same, I can see it detecting a new external IP, but can't see it taking any action.
-
[Support] binhex - rTorrentVPN
Hi binhex, sorry for the delays, I lost internet for a week and only got around to testing this again. I enabled debuging, I just did a restart as a torrent was "stuck" and noticed the IP did not update correctly. I can see the correct ip in the debug logs. 2017-05-16 10:54:25,114 DEBG 'rtorrent-script' stdout output:[debug] External IP address from tunnel is '46.19.142.226' But the IP showing in rutorrent is still the old IP. Logs are pretty big with debuging so I have just included a chunk from the end, I hope that is enough, I have changed out my VPN details with xxxx's Wob supervisord.txt
-
[Support] binhex - rTorrentVPN
Thanks binhex, it seems to work most of the time, just once every week or 2 it doesn't seem to update. I usually just check whenever I notice no traffic, sometimes it matches othertimes it seems to be a stale IP. Wob
-
[Support] binhex - rTorrentVPN
Hi binhex, Yeah I am aware, but it is the only reference I can see in the logs, I assumed this was the trigger for the script to kick off and change the external IP. My problem is that intermittently it doesn't seem to update. Every week or so I notice not much is being uploaded, then i go into setting bittorrent and compare the IP show to my actual external IP (I find this by going to whatismyipaddress.com while using the privoxy). I usually then have to manually update it. It doesn't seem to happen with every IP change, but it does happen every week or so. Not sure where to start diagnosing the issue. Thanks, Wob
-
[Support] binhex - rTorrentVPN
Hi binhex, I seem to be having problems with the external VPN IP check, my VPN IP changes but it doesn't get updated in rtorrent. The only time I see anything in the logs is during startup. Any hints on how to debug? 2017-04-21 14:12:46,028 DEBG 'rtorrent-script' stdout output: [info] rTorrent not running [info] rTorrent listening interface IP 0.0.0.0 and VPN provider IP 10.48.10.6 different, marking for reconfigure Thanks, Wob
-
[Support] binhex - rTorrentVPN
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
-
[Support] binhex - rTorrentVPN
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?
-
[Support] binhex - rTorrentVPN
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.
-
[Support] binhex - rTorrentVPN
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
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
Added. Thanks.
-
unRAID 6 NerdPack - CLI tools (iftop, iotop, screen, kbd, etc.)
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
-
[Plugin] rclone
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?
-
[Plugin] rclone
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
-
[Plugin] rclone
I just reopened the web interface it and its fine now. Thanks