rofl0r
rofl0r
btw, i have an application that's intended to keep an ssh-socks5-tunnel alive by doing continuous connectivity checks, since ssh connections tend to get stuck after a while: https://github.com/rofl0r/rocksock/blob/master/examples/ssh-socks-restart.c
i dont know, but you can try it out and report your findings.
maybe you need a 32bit ld.so ? try to look into/edit steamcmd.sh and put ``` export LD_PRELOAD=/usr/local/lib/libproxychains4.so ``` just prior to where it starts the real steam binary, and do...
> it does solve the preload issue but still throws out 407 error your proxychains.conf is correct and working ? can you paste the proxychains output when steam binary is...
please formulate what you want to achieve in words instead of ssh command line options, so people that don't know ssh options by heart can help as well.
you can try to hack the proxychains call inside the run.sh. i guess you'd need to pack proxychains into the flatpack though.
as i understand it, a flatpack is basically a whole OS packed into some sort of container. the only way to make it work is to put proxychains inside that...
thanks for your report. it would be interesting if you can get it to run with latest proxychains-ng master's new `proxy_dns_old` directive instead of `proxy_dns`. > Then I tried run...
thanks, though it's not really conclusive due to missing "-f" option to strace, which follows forks. i can't see anything obviously wrong on first glance.
thanks. the first "bad thing" that happens is a SIGTRAP from a chromium process (seems to come out of some threadpool code), which apparently fails to create a "minidump" and...