Package: pdnsd Version: 1.2.2par-1 Severity: minor If a user sees this in /var/log/boot, Wed May 3 23:46:11 2006: Starting proxy DNS server: pdnsd/etc/rc2.d/S20pdnsd: line 42: 3047 Segmentation fault start-stop-daemon --start --quiet --pidfile "$PIDFILE" --exec "$DAEMON" -- --daemon -p "$PIDFILE" $START_OPTIONS Wed May 3 23:46:11 2006: (failed).
they will wonder what happened. Well it turns out if bind has been installed too, and is running, that is the message they will see. Anyway, Segmentation fault is always bad. (I had installed bind to learn about it, but had not turned it off from starting with rcconf.) You can probably reproduce the problem with # named # pdnsd --daemon --debug Segmentation fault no Segmentation fault here: # pdnsd * 05/04 00:51:09| pdnsd: error: Could not bind tcp socket: Address already in use * 05/04 00:51:09| pdnsd: error: Could not bind to udp socket: Address already in use * 05/04 00:51:09| pdnsd: error: tcp and udp initialization failed. Exiting. Therefore the problem lies with --daemon --debug when the port is in use... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

