Hello!
Running openvpn from command line (and from systemd unit file) on RPI, causes openvpn to 'segmentation fault':
$this->bbcode_second_pass_code('', '
$ pacman -Q openvpn
openvpn 2.4.9-2
$ openvpn
Segmentation fault (core dumped)')
$this->bbcode_second_pass_code('', '$ journalctl -e
Aug 27 18:18:44 alarmpi systemd-coredump[11082]: Process 11080 (openvpn) of user 1000 dumped core.
Stack trace of thread 11080:
#0 0x0000000076f3c678 do_lookup_x (ld-linux-armhf.so.3 + 0xa678)')
Is there -debug packages on archlinuxarm ? so I could produce a more usefull call trace?
Or is there a way to install previous version of the package ? Thanks.
PS: smbd crashes with the same message (and logs) as well... recompiling openvpn from git sources locally (failed to use cross-build environment) fixes issue for me...
