View previous topic :: View next topic |
Author |
Message |
thecooptoo Veteran
Joined: 27 Apr 2003 Posts: 1353 Location: UK
|
Posted: Tue Jan 18, 2005 9:09 am Post subject: cant start dhcp |
|
|
/etc/init.d/dhcp start gives
Code: |
/sbin/runscript.sh : line 532: 6773 Segmentation fault start-stop-daemon --start --quiet --exec /usr/sbin/dhcpd-- -pf /var/run/dhc/dhcpd.pid -user dhcp -group dhcp ${DHCPD_OPTS} ${CHROOT:+-chroot ${CHRO|OT }} ${IFACE}
|
anyone know whats wrong ? |
|
Back to top |
|
|
nemo_ Apprentice
Joined: 19 Sep 2002 Posts: 167 Location: Brussels, Belgium
|
Posted: Thu Jan 27, 2005 12:42 pm Post subject: |
|
|
do you also get a segfault if you run the dhcpcd command manually ? |
|
Back to top |
|
|
thecooptoo Veteran
Joined: 27 Apr 2003 Posts: 1353 Location: UK
|
Posted: Thu Jan 27, 2005 9:37 pm Post subject: |
|
|
no .
starting it with
dhcpd -d -f
and it gives out IP addresses as expected (except it listens on both eth0 and eth1) |
|
Back to top |
|
|
nemo_ Apprentice
Joined: 19 Sep 2002 Posts: 167 Location: Brussels, Belgium
|
Posted: Fri Jan 28, 2005 10:36 am Post subject: |
|
|
okay then the obvious thing to do would be to see if any updates are available that may apply to this issue, and if not do some troubleshooting..
I'd suggest trying to reproduce the problem to see where it comes from, so maybe you can edit /sbin/runscript.sh and around line 532 where it starts the daemon just put an echo in front of the line so that you can see what it really tries to execute (including the variables and all). |
|
Back to top |
|
|
|