You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is a bit inconclusive (there is no actual error, and I can't see "what other threads do") - and then truss just exits?! - so "something in lwipovpn acts up if stdin is not a tty? (</tmp/somefile.txt has the same effect).
Maybe strace on Linux is more helpful here? Or just stare-at-code ;-)
The text was updated successfully, but these errors were encountered:
(technically this is not quite likely "an OpenVPN" issue but "lwipovpn", but I put it in here because I'm looking at this from the OpenVPN testing point of view...)
So, t_client test with lwipovpn. Works great if run from the CLI, log file visible.
Running with stdin (only!) redirected
leads to
so, lwipovpn seems to die/crash right away. This is on FreeBSD 13.3, but @mattock seems to experience the same thing on Linux.
Running truss...
this is a bit inconclusive (there is no actual error, and I can't see "what other threads do") - and then
truss
just exits?! - so "something inlwipovpn
acts up if stdin is not a tty? (</tmp/somefile.txt
has the same effect).Maybe strace on Linux is more helpful here? Or just stare-at-code ;-)
The text was updated successfully, but these errors were encountered: