mark wrote: > -----sys.log: issue------ > .. error 6 in libc-2.10.1.so[b7ef5000+16a000] > .. error 6 in bash[8048000+d4000]
David Sommerseth wrote: > Would you mind installing the openvpn-debug package and then run > openvpn via gdb? Since the crash is in libc and bash I don't know if openvpn-debug will help? But gdb backtrace would be interesting. Also strace -o trace.txt -fF openvpn --config .. could be interesting. //Peter