On OpenBSD 2.8 when i start rsync with: # rsync --daemon the daemon doesn't bind to the ipv4 tcp port instead it only listens to the ipv6 port. The daemon works properly using the same argument on linux. Any help would be greatly appreciated.
# netstat -la Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address (state) tcp 0 0 *.www *.* LISTEN tcp 0 0 grossmang.net.domain *.* LISTEN tcp 0 0 localhost.domain *.* LISTEN tcp 0 0 *.pop3 *.* LISTEN tcp 0 0 *.ftp *.* LISTEN tcp 0 0 *.smtp *.* LISTEN tcp 0 0 *.ssh *.* LISTEN udp 0 0 *.domain *.* udp 0 0 grossmang.net.domain *.* udp 0 0 localhost.domain *.* udp 0 0 *.syslog *.* tcp6 0 0 *.rsync *.* LISTEN tcp6 0 0 *.ssh *.* LISTEN udp6 0 0 *.23999 *.* # telnet localhost 873 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused