* James Strandboge <[EMAIL PROTECTED]> [2006-02-07 23:27]: > Today I rebooted my file server (OpenBSD 3.8-STABLE), and when it came > back up mountd decided to use tcp port 873. However, I run rsyncd which > also listens on port 873 by default, and since it starts (via rc.local) > after mountd, it failed to start. > Short of either moving my rsyncd startup to /etc/rc or mountd startup > to /etc/rc.local, is there another way to prevent this from happening in > the future?
sysctl :) net.inet.tcp.baddynamic net.inet.udp.baddynamic should help -- BS Web Services, http://www.bsws.de/ OpenBSD-based Webhosting, Mail Services, Managed Servers, ... Unix is very simple, but it takes a genius to understand the simplicity. (Dennis Ritchie)