quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
450 stars 63 forks source link

Running with xinetd #24

Open highgain86j opened 5 years ago

highgain86j commented 5 years ago

Been trying but so far no luck on Raspbian.

quiniouben commented 5 years ago

Hi, in order to be able to help you, can you give more details:

highgain86j commented 5 years ago

Sorry for lacking details. I was going to take a nap before collecting them...

pi@netaudio:~ $ sudo cat /etc/xinetd.d/vban_receptor
service vban_receptor  
{  
        disable                 = no  
        type                    = UNLISTED
        log_type                = File /tmp/vban
        log_on_success          = HOST
        log_on_failure          = HOST
        user                    = vban
        wait                    = yes
        socket_type             = dgram
        port                    = 6980
        server                  = /usr/local/bin/vban_receptor
        server_args             = -i"10.1.240.7" -p"6980" -s"Stream1" -b"alsa" -q"4" -d"plughw:UA25EX,0" -l"0"
        flags                   = IPv4
}

and getting outputs like

pi@netaudio:~ $ sudo systemctl stop xinetd.service; sudo xinetd -d -dontfork -pidfile /run/xinetd.pid -inetd_compat -inetd_ipv6
18/9/19@20:35:20: DEBUG: 24537 {handle_includedir} Reading included configuration file: /etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=13]
18/9/19@20:35:20: DEBUG: 24537 {handle_includedir} Reading included configuration file: /etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=28]
18/9/19@20:35:20: DEBUG: 24537 {handle_includedir} Reading included configuration file: /etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=26]
18/9/19@20:35:20: DEBUG: 24537 {handle_includedir} Reading included configuration file: /etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=25]
18/9/19@20:35:20: DEBUG: 24537 {handle_includedir} Reading included configuration file: /etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=26]
18/9/19@20:35:20: DEBUG: 24537 {handle_includedir} Reading included configuration file: /etc/xinetd.d/vban_receptor [file=/etc/xinetd.d/vban_receptor] [line=28]
18/9/19@20:35:20: DEBUG: 24537 {remove_disabled_services} removing chargen
18/9/19@20:35:20: DEBUG: 24537 {remove_disabled_services} removing chargen
18/9/19@20:35:20: DEBUG: 24537 {remove_disabled_services} removing daytime
18/9/19@20:35:20: DEBUG: 24537 {remove_disabled_services} removing daytime
18/9/19@20:35:20: DEBUG: 24537 {remove_disabled_services} removing discard
18/9/19@20:35:20: DEBUG: 24537 {remove_disabled_services} removing discard
18/9/19@20:35:20: DEBUG: 24537 {remove_disabled_services} removing echo
18/9/19@20:35:20: DEBUG: 24537 {remove_disabled_services} removing echo
18/9/19@20:35:20: DEBUG: 24537 {remove_disabled_services} removing time
18/9/19@20:35:20: DEBUG: 24537 {remove_disabled_services} removing time
Service defaults
        Bind = All addresses.
        Only from: All sites
        No access: No blocked sites
        No logging

Service configuration: vban_receptor
        id = vban_receptor
        flags = IPv4
        type = UNLISTED
        socket_type = dgram
        Protocol (name,number) = (udp,17)
        port = 6980
        wait = yes
        user = 998
        Groups = no
        PER_SOURCE = -1
        Bind = All addresses.
        Server = /usr/local/bin/vban_receptor
        Server argv = vban_receptor -i"10.1.240.7" -p"6980" -s"Stream1" -b"alsa" -q"4" -d"plughw:UA25EX,0" -l"0"
        Only from: All sites
        No access: No blocked sites
        Logging to file: /tmp/vban (no limits)
        Log_on_success flags = HOST
        Log_on_failure flags = HOST

18/9/19@20:35:20: DEBUG: 24537 {cnf_start_services} Started service: vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {cnf_start_services} mask_max = 6, services_started = 1
18/9/19@20:35:20: NOTICE: 24537 {main} xinetd Version 2.3.15 started with libwrap loadavg options compiled in.
18/9/19@20:35:20: NOTICE: 24537 {main} Started working: 1 available service
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24538 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24538
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24538 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24539 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24539
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24539 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24540 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24540
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24540 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24541 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24541
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24541 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24542 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24542
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24542 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24543 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24543
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24543 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24544 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24544
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24544 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24545 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24545
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24545 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24546 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24546
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24546 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24547 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24547
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24547 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24548 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24548
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24548 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24549 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24549
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24549 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24550 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24550
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24550 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24551 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24551
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24551 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24552 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24552
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24552 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24553 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24553
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24553 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24554 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24554
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24554 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24555 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24555
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24555 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24556 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24556
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24556 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24557 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24557
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24557 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24558 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24558
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24558 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24559 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24559
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24559 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24560 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24560
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24560 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24561 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24561
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24561 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24562 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24562
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24562 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24563 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24563
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24563 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24564 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24564
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24564 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24565 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24565
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24565 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24566 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24566
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24566 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24567 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24567
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24567 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24568 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24568
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24568 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24569 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24569
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24569 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24570 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24570
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24570 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24571 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24571
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24571 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24572 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24572
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24572 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24573 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24573
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24573 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24574 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24574
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24574 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24575 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24575
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24575 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24576 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24576
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24576 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24577 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24577
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24577 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24578 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24578
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24578 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24579 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24579
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24579 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24580 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24580
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24580 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24581 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24581
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24581 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24582 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24582
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24582 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24583 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24583
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24583 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24584 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24584
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24584 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24585 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24585
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24585 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24586 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24586
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24586 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24587 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24587
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24587 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {deactivate} 24537 Service vban_receptor deactivated
18/9/19@20:35:20: ERROR: 24537 {service_stop} Deactivating service vban_receptor due to excessive incoming connections.  Restarting in 10 seconds.
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: ERROR: 24537 {cps_service_restart} Activating service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24588 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24588
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24588 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24589 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24589
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24589 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24590 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24590
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24590 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24591 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24591
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24591 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24592 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24592
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24592 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24593 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24593
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24593 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24594 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24594
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24594 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24595 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24595
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24595 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24596 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24596
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24596 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24597 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24597
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24597 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24598 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24598
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24598 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24599 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24599
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24599 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24600 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24600
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24600 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24601 {exec_server} duping 6
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:30: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:30: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = 24601
18/9/19@20:35:30: DEBUG: 24537 {server_end} vban_receptor server 24601 exited
18/9/19@20:35:30: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:30: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:30: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:30: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24602 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24602
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24602 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24603 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24603
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24603 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24604 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24604
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24604 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24605 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24605
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24605 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24606 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24606
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24606 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24607 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24607
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24607 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24608 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24608
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24608 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24609 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24609
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24609 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24610 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24610
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24610 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24611 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24611
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24611 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24612 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24612
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24612 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24613 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24613
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24613 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24614 {exec_server} duping 6
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = 24614
18/9/19@20:35:31: DEBUG: 24537 {server_end} vban_receptor server 24614 exited
18/9/19@20:35:31: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:31: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {child_exit} waitpid returned = -1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:31: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:31: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:31: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:31: DEBUG: 24615 {exec_server} duping 6

Other info you may be interested in are as follows

pi@netaudio:~ $ aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=ALSA
    bcm2835 ALSA, bcm2835 ALSA
    Default Audio Device
sysdefault:CARD=ALSA
    bcm2835 ALSA, bcm2835 ALSA
    Default Audio Device
dmix:CARD=ALSA,DEV=0
    bcm2835 ALSA, bcm2835 ALSA
    Direct sample mixing device
dmix:CARD=ALSA,DEV=1
    bcm2835 ALSA, bcm2835 IEC958/HDMI
    Direct sample mixing device
dsnoop:CARD=ALSA,DEV=0
    bcm2835 ALSA, bcm2835 ALSA
    Direct sample snooping device
dsnoop:CARD=ALSA,DEV=1
    bcm2835 ALSA, bcm2835 IEC958/HDMI
    Direct sample snooping device
hw:CARD=ALSA,DEV=0
    bcm2835 ALSA, bcm2835 ALSA
    Direct hardware device without any conversions
hw:CARD=ALSA,DEV=1
    bcm2835 ALSA, bcm2835 IEC958/HDMI
    Direct hardware device without any conversions
plughw:CARD=ALSA,DEV=0
    bcm2835 ALSA, bcm2835 ALSA
    Hardware device with all software conversions
plughw:CARD=ALSA,DEV=1
    bcm2835 ALSA, bcm2835 IEC958/HDMI
    Hardware device with all software conversions
default:CARD=UA25EX
    UA-25EX, USB Audio
    Default Audio Device
sysdefault:CARD=UA25EX
    UA-25EX, USB Audio
    Default Audio Device
front:CARD=UA25EX,DEV=0
    UA-25EX, USB Audio
    Front speakers
surround21:CARD=UA25EX,DEV=0
    UA-25EX, USB Audio
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=UA25EX,DEV=0
    UA-25EX, USB Audio
    4.0 Surround output to Front and Rear speakers
surround41:CARD=UA25EX,DEV=0
    UA-25EX, USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=UA25EX,DEV=0
    UA-25EX, USB Audio
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=UA25EX,DEV=0
    UA-25EX, USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=UA25EX,DEV=0
    UA-25EX, USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=UA25EX,DEV=0
    UA-25EX, USB Audio
    IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=UA25EX,DEV=0
    UA-25EX, USB Audio
    Direct sample mixing device
dsnoop:CARD=UA25EX,DEV=0
    UA-25EX, USB Audio
    Direct sample snooping device
hw:CARD=UA25EX,DEV=0
    UA-25EX, USB Audio
    Direct hardware device without any conversions
plughw:CARD=UA25EX,DEV=0
    UA-25EX, USB Audio
    Hardware device with all software conversions
default:CARD=Audio
    YAMAHA RP-U200 USB Audio, USB Audio
    Default Audio Device
sysdefault:CARD=Audio
    YAMAHA RP-U200 USB Audio, USB Audio
    Default Audio Device
front:CARD=Audio,DEV=0
    YAMAHA RP-U200 USB Audio, USB Audio
    Front speakers
surround21:CARD=Audio,DEV=0
    YAMAHA RP-U200 USB Audio, USB Audio
    2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Audio,DEV=0
    YAMAHA RP-U200 USB Audio, USB Audio
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Audio,DEV=0
    YAMAHA RP-U200 USB Audio, USB Audio
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Audio,DEV=0
    YAMAHA RP-U200 USB Audio, USB Audio
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Audio,DEV=0
    YAMAHA RP-U200 USB Audio, USB Audio
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Audio,DEV=0
    YAMAHA RP-U200 USB Audio, USB Audio
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Audio,DEV=0
    YAMAHA RP-U200 USB Audio, USB Audio
    IEC958 (S/PDIF) Digital Audio Output
dmix:CARD=Audio,DEV=0
    YAMAHA RP-U200 USB Audio, USB Audio
    Direct sample mixing device
dmix:CARD=Audio,DEV=1
    YAMAHA RP-U200 USB Audio, USB Audio #1
    Direct sample mixing device
dsnoop:CARD=Audio,DEV=0
    YAMAHA RP-U200 USB Audio, USB Audio
    Direct sample snooping device
dsnoop:CARD=Audio,DEV=1
    YAMAHA RP-U200 USB Audio, USB Audio #1
    Direct sample snooping device
hw:CARD=Audio,DEV=0
    YAMAHA RP-U200 USB Audio, USB Audio
    Direct hardware device without any conversions
hw:CARD=Audio,DEV=1
    YAMAHA RP-U200 USB Audio, USB Audio #1
    Direct hardware device without any conversions
plughw:CARD=Audio,DEV=0
    YAMAHA RP-U200 USB Audio, USB Audio
    Hardware device with all software conversions
plughw:CARD=Audio,DEV=1
    YAMAHA RP-U200 USB Audio, USB Audio #1
    Hardware device with all software conversions
pi@netaudio:~ $ cat /etc/modprobe.d/alsa-base.conf
options snd_bcm2835 index=0
options snd_usb_audio vid=0x0582 pid=0x00e6 index=1 enable=1
options snd_usb_audio vid=0x0499 pid=0x3104 index=2 enable=1
pi@netaudio:~ $ sudo -u vban vban_receptor -i"10.1.240.7" -p"6980" -s"Stream1" -b"alsa" -q"3" -d"plughw:UA25EX,0" -l"0" & sleep 1; cat /proc/asound/card1/pcm0p/sub0/hw_params
[6] 24674
vban_receptor version 2.0.5

[5]   Terminated              vban_receptor -i"10.1.240.7" -p"6980" -s"Stream1" -b"alsa" -q"3" -d"plughw:UA25EX,0" -l"0"
access: MMAP_INTERLEAVED
format: S24_3LE
subformat: STD
channels: 2
rate: 96000 (96000/1)
period_size: 1536
buffer_size: 6146
pi@netaudio:~ $ ALSA lib pcm.c:8306:(snd_pcm_recover) underrun occurred
pi@netaudio:~ $ sudo cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'

# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

auto wlan0
iface wlan0 inet6 auto
        post-up iw dev ${IFACE} set power_save off
highgain86j commented 5 years ago

Looks like the output is periodical due to retries, so focusing on

18/9/19@20:35:20: NOTICE: 24537 {main} Started working: 1 available service
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 1
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {svc_suspend} Suspended service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {server_start} Starting service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24538 {exec_server} duping 6
18/9/19@20:35:20: DEBUG: 24537 {main_loop} active_services = 0
18/9/19@20:35:20: DEBUG: 24537 {main_loop} select returned 1
18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited)
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = 24538
18/9/19@20:35:20: DEBUG: 24537 {server_end} vban_receptor server 24538 exited
18/9/19@20:35:20: DEBUG: 24537 {drain} UDP socket should be empty
18/9/19@20:35:20: DEBUG: 24537 {svc_resume} Resumed service vban_receptor
18/9/19@20:35:20: DEBUG: 24537 {child_exit} waitpid returned = -1

tells me that xinetd is not liking the 18/9/19@20:35:20: DEBUG: 24537 {check_pipe} Got signal 17 (Child exited).

The host is a RasPi 3, and is underclocked to 600MHz. Also simultaneously running on this little computer is an instance of shairplay-sync which has its output set to hw:Audio,0, hence the YAMAHA RP-U200 - though I suppose this is not the cause since the service was stopped at the time I captured the above outputs.

highgain86j commented 5 years ago

Should I be able to pass env variables from xinetd as the -i option of vban_receptor, I think the program would become a lot more practical...

quiniouben commented 5 years ago

Would it be possible to raise the log level to something like -l3 and see the output ? I guess simply running in a shell would be enough, as it seems you can reproduce the early exit like this.

quiniouben commented 5 years ago

Should I be able to pass env variables from xinetd as the -i option of vban_receptor, I think the program would become a lot more practical...

I have never used xinetd, but I expect it to be able to manage it's own variables and then you would pass them to the vban_receptor invocation. Can you illustrate what you would expect / want from vban_receptor with env variables that you cannot do with command line parameters ?

highgain86j commented 5 years ago
pi@netaudio:~ $ sudo -u vban vban_receptor -i"10.1.240.7" -p"6980" -s"Stream1" -b"alsa" -q"3" -d"plughw:UA25EX,0" -l"4" >/tmp/vban 2>&1
^C
pi@netaudio:~ $ sudo cat /tmp/vban
vban_receptor version 2.0.5

Info: socket_open: opening socket with port 6980
Info: socket_open with port: 6980
Info: audio_init: config is direction out, backend alsa, device plughw:UA25EX,0, buffer size 12288
Info: audio_backend_get_by_name: found backend alsa
Info: audio_set_map_config: new map config is nb channels 0
Debug: socket_read invoked
Debug: socket_read ip 10.1.240.7
Debug: packet_pcm_check: packet is vban: 1312899670, sr: 16, nbs: 117, nbc: 1, bit: 1, name: Stream1, nu: 54524
Info: audio_set_stream_config: new stream config is nb channels 2, sample rate 44100, bit_fmt 16I
Debug: alsa_open: snd_pcm_open
Debug: audio_write invoked with size 472
Debug: socket_read invoked
Debug: socket_read ip 10.1.240.7
Debug: packet_pcm_check: packet is vban: 1312899670, sr: 16, nbs: 117, nbc: 1, bit: 1, name: Stream1, nu: 54525
Debug: audio_write invoked with size 472
Debug: socket_read invoked
Debug: socket_read ip 10.1.240.7
highgain86j commented 5 years ago

Supposing only one instance of vban_receptor is allowed (or no more than the number of sound devices available) by restricting the number of threads and if one can easily launch and terminate those processes simply by connecting and disconnecting, that'd free some people from the burden of having to open the terminal to start/end vban_receptor (although I'm okay with that). Maybe stream name and port number can have fixed values, but the -i option has to be specified every time. Because xinetd is a daemon that listens on a specified port (of specified address/interface) and would launch a process (upon detecting incoming packets to that port) to actually respond to incoming packets. Some tftp daemons work like that. The beauty of xinetd is that she probably knows the source IP address and can potentially pass that value to vban_receptor upon launching it. If this is somehow possible, using vban_receptor from remote hosts would be as easy as ABC.

quiniouben commented 5 years ago

Because xinetd is a daemon that listens on a specified port (of specified address/interface) and would launch a process (upon detecting incoming packets to that port) to actually respond to incoming packets. Some tftp daemons work like that. The beauty of xinetd is that she probably knows the source IP address and can potentially pass that value to vban_receptor upon launching it.

Ok, after quickly taking a look what (x)inetd is about I can see what you mean. To use vban_receptor like you want, it should be able to read in data from its stdin instead of opening a socket on an ip and port. Sounds like a feature request to me: I am sorry, this is not possible at the moment.