Everything posted by melmurp
-
[Support] binhex - PrivoxyVPN
I see the filters are already in the openvpn cmd and it does remove and binds to an ipv4 dns ip but the resolves timeout... perhaps that dns server on their end is down or not working. pull-filter ignore "dhcp-option DNS6" pull-filter ignore "tun-ipv6" pull-filter ignore "ifconfig-ipv6" pull-filter ignore "redirect-gateway ipv6" Attached working and non working logs supervisord_works.log supervisord_hangs.log
-
[Support] binhex - PrivoxyVPN
That gave me the info I needed... it's the vpn server causing it... I switched nodes and it didn't push down any ipv6 while the previous one did I'll follow up with my provider.. seems they have at least one box forcing an ipv6 dns regardless of client support
-
[Support] binhex - PrivoxyVPN
Did openvpn change their defaults? I'm seeing this now but I don't see anything in the scripts with these flags. I have ipv6 disabled in unraid and tried adding filters to my ovpn but still hung up Tue May 5 10:01:27 2020 GDG6: remote_host_ipv6=n/a Tue May 5 10:01:27 2020 ROUTE6: default_gateway=UNDEF Tue May 5 10:01:27 2020 OpenVPN ROUTE6: OpenVPN needs a gateway parameter for a --route-ipv6 option and no default was specified by either --route-ipv6-gateway or --ifconfig-ipv6 options
-
[Plugin] Docker Folder
Interesting, plugin says 2020.04.16 but app repo says 2020.04.22 and no option to update... lately I've seen "Backup in use" banner for Apps and it's been really slow to populate. Guess I'll just wait and see Tks EDIT: Looks like it was tied to those issues github has been having the last couple days... it updated and looks good!
-
[Plugin] Docker Folder
Spoke too soon I have them in my list but all of them resolve to the last docker in the list If I select WebUI for any of these it always goes to netdata
-
[Plugin] Docker Folder
That was it... tks! Wasn't obvious to me they needed to be added one by one
-
[Plugin] Docker Folder
-
6.8.3 use network from VPN Docker
I've been using https://github.com/binhex/arch-privoxyvpn as a socks style proxy for a VM for quite some time now as I wanted all traffic from that VM routed through the vpn. I just setup Firefox docker using what you described above... I'll leave it on and see if it ever drops
-
[6.8.3] Adding ecryptFS
I was looking over on how to add packages so they persist on boot To test it out first I installed the ecryptsFS packages, mozilla-nss and the kernel module I get the prompts and seems to somewhat go right but then I get errors when it tries to mount. I checked if the kernel module was loaded but doesn't seem to exist so I'm guess it's not as easy as just installing the kernel package Errors I'm seeing mount.ecryptfs: Could not open library handle mount.ecryptfs: Key module [openssl] does not have a subgraph transition node; attempting to build a linear subgraph from its parameter list mount.ecryptfs: Key module [openssl] has empty parameter list Some guidance would be appreciated Rather not install a docker to handle this if I can
-
[Support] ich777 - Gameserver Dockers
app_update will pull down a new version validate runs a checksum like thing against the files to make sure they're not corrupted I don't think conan itself has version checking internally... I don't see anything in the menus but I could be blind
-
[Support] ich777 - Gameserver Dockers
Basically have a boolean env var called auto-update then check if true/false. If false then don't run the below command or parse the mod list.. skip right to starting the game with existing data ${STEAMCMD_DIR}/steamcmd.sh \ +@sSteamCmdForcePlatformType windows \ +login ${USERNAME} ${PASSWRD} \ +force_install_dir ${SERVER_DIR} \ +app_update ${GAME_ID} \ +quit I'm sure other mod heavy games would benefit from it as well... Conan is just is a headache as things update a lot so you might have to reboot multiple times a day so player/server are in sync. Making it configurable lets the server dictate the reboots and the players can use the modlist.txt trick to avoid steams forced updates. Thanks for fixing the parms thing so fast.. appreciate it!
-
[Support] ich777 - Gameserver Dockers
Would it be possible to add auto-update as an option instead of hardcoded? If you have a lot of mods going things go south quickly thanks to workshop auto updating Also wondering why the GAME_PARAMS are ignored for Conan? I added "-nosteamclient -game -server" but if I look at the start-server.sh in the docker nothing is added Honestly not even sure those cmds will help... Conan takes so long to restart so I'm trying ways to possibly speed it up or not require restarts Tks
-
[Support] AMJidovu - GoAutoYT
Nope
-
[Support] AMJidovu - GoAutoYT
Yup Here are the calls {"level":"info","msg":"executing youtube-dl command: /usr/local/bin/youtube-dl -j --playlist-end 1 https://www.youtube.com/channel/UCnsQjCVzmEd-YvlQZbo6zCg","time":"2019-12-19T00:37:41Z"} {"level":"info","msg":"DOWNLOAD: {https://www.youtube.com/channel/UCnsQjCVzmEd-YvlQZbo6zCg Video And Audio Uploads from 2NE1 mp4 [] 12-19-2019 00:37:48 Channel /channels/%(uploader)s/video/%(title)s.%(ext)s}","time":"2019-12-19T00:37:48Z"} {"level":"info","msg":"downloading video","time":"2019-12-19T00:37:48Z"} {"level":"info","msg":"{ youtube-dl --ignore-errors bestvideo[ext=mp4] downloads/channels/%(uploader)s/video/%(title)s.%(ext)s https://www.youtube.com/channel/UCnsQjCVzmEd-YvlQZbo6zCg}","time":"2019-12-19T00:37:48Z"} {"level":"info","msg":"executing youtube-dl command: /usr/local/bin/youtube-dl --ignore-errors -f bestvideo[ext=mp4] -o downloads/channels/%(uploader)s/video/%(title)s.%(ext)s Looks like it grabs the last file, I'm assuming to update the json record, and it's not using the -f option then it makes the call to grab all the files using the -f with mp4 set. Noticed that if you click "check" on the gui it ignores the json settings and uses the ones in the drop down
-
[Support] AMJidovu - GoAutoYT
Looks like the gui adds "[ext=any]" which isn't a supported option for youtube-dl If you remove it from the config it'll just stick in "[ext=]" which of course also breaks "Any" should just leave out the -f option as youtube-dl defaults to "-f bestvideo+bestaudio/best" which will try to get the best of both and convert them or grab the best if it's missing conversion tools
-
[Support] binhex - PrivoxyVPN
That's reasonable and I appreciate the reply... I know most providers tend to use a proper host name and not a direct IP so I can understand why it would be done this way. I just wanted to confirm it's as designed before I poke around Again, thanks for all the work you do with these containers... you're making people's lives much easier!
-
[Support] binhex - PrivoxyVPN
Could I get some insight into this? I like the idea of having the all in one (privoxy/socks/openvpn) in a single container but defeats the purpose if it removes all the hosts and just hardcodes to the first one.
-
[Support] binhex - PrivoxyVPN
I'm using a provider that has multiple remote ips (not hostnames) defined in the ovpn file but when the docker spins up it removes them all and inserts the first one at the top of the file so next time it starts only that single entry exist now. Is this intentional? Tks!
-
[Plugin] NUT v2 - Network UPS Tools
Geez, I feel dumb... that's exactly what I was missing. Need to add EXEC to ONBATT in my client config and put an AT ONBATT timer in upssched.conf so it kicks off a timer then executes the mapped command/script Tks!
-
[Plugin] NUT v2 - Network UPS Tools
Having an issue with shutdown message.... My nut clients get the batt low message but never the shutdown... I do get a both notifications on my phone though from the main server via pushbullet. Turned on local syslog and will do a controlled shutdown later this week but curious if anyone has seen this before? Almost like the server jumps the gun and kills nut before sending out shutdown.