NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/53015: dhcpd fails to start in -current
The following reply was made to PR bin/53015; it has been noted by GNATS.
From: Patrick Welche <prlw1%cam.ac.uk@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/53015: dhcpd fails to start in -current
Date: Mon, 12 Feb 2018 15:57:17 +0000
In dhcpd.c, on startup:
425 log_info (url);
(gdb)
For info, please visit https://www.isc.org/software/dhcp/
435 if (daemon) {
(gdb)
437 if ((pid = fork ()) < 0)
(gdb)
[New process 11853]
439 else if (pid)
(gdb) Can't initialize context: failure
break points at
dhcpd.c:443
dhcp_context_create
did not fire (?!)
Home |
Main Index |
Thread Index |
Old Index