Dear Gentlemen, I tried to use the telephony/baresip/restund package in order to provide a private STUN server, but the software is unable to run in the background. However, it works flawlessly when executed directly.
Do you know what could be the issue? Your advice would be very much appreciated. Best regards, Zeroflag PS: Please find the following logs attached: # rcctl -d start restund doing _rc_parse_conf doing _rc_quirks restund_flags empty, using default >< doing _rc_parse_conf /var/run/rc.d/restund doing _rc_quirks doing rc_check restund doing rc_start doing _rc_wait start doing rc_check doing _rc_write_runfile (ok) # rcctl -d check restund doing _rc_parse_conf doing _rc_quirks restund_flags empty, using default >< doing _rc_parse_conf /var/run/rc.d/restund doing _rc_quirks restund doing rc_check (failed) mail.rohlix.eu # grep -vE "^#|^$" /etc/restund.conf daemon yes debug no realm DOMAIN.TLD syncinterval 600 udp_listen PUBLIC_IP:3478 udp_sockbuf_size 524288 module_path /usr/local/lib/restund/modules module binding.so module syslog.so syslog_facility 24 $ restund -dnf /etc/restund.conf udp listen: PUBLIC_IP:3478 binding: module loaded syslog: module loaded facility=24 stun server ready ^Ccaught signal 2 binding: module closed syslog: module closed # uname -a OpenBSD SERVER.DOMAIN.TLD 6.5 GENERIC#0 amd64 -- Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-user-ports-f108501.html
