Go to advanced search

by JonC567
Sat Jan 23, 2016 9:52 pm
Forum: Troubleshooting
Topic: isc dhcp server on a pi 2
Replies: 7
Views: 1524

Re: isc dhcp server on a pi 2

I've got this working now but putting in a delay start via a function in /etc/rc.local

Code: Select all

startdhcp()
{
sleep 30
/etc/init.d/isc-dhcp-server 
}

startdhcp &
Thank you your help.
by JonC567
Sat Jan 23, 2016 8:34 pm
Forum: Troubleshooting
Topic: isc dhcp server on a pi 2
Replies: 7
Views: 1524

Re: isc dhcp server on a pi 2

Thank you I tried that and rebooted, but the service doesn't look any different and still loads before the address is assigned to eth0.
by JonC567
Sat Jan 23, 2016 7:58 pm
Forum: Troubleshooting
Topic: isc dhcp server on a pi 2
Replies: 7
Views: 1524

Re: isc dhcp server on a pi 2

### BEGIN INIT INFO # Provides: isc-dhcp-server # Required-Start: $remote_fs $network $syslog # Required-Stop: $remote_fs $network $syslog # Should-Start: $local_fs slapd $named # Should-Stop: $local_fs slapd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: DHCP server # Descript...
by JonC567
Sat Jan 23, 2016 6:19 pm
Forum: Troubleshooting
Topic: isc dhcp server on a pi 2
Replies: 7
Views: 1524

Re: isc dhcp server on a pi 2

$ sudo systemctl list-units UNIT LOAD ACTIVE SUB DESCRIPTION proc-sys-fs-binfmt_misc.automount loaded active waiting Arbitrary Executable Fil sys-devices-platform-soc-3f201000.uart-tty-ttyAMA0.device loaded active plugged sys-devices-platform-soc-3f300000.mmc-mmc_host-mmc0-mmc0:0007-block-mmcblk0-m...
by JonC567
Sat Jan 23, 2016 4:06 pm
Forum: Troubleshooting
Topic: isc dhcp server on a pi 2
Replies: 7
Views: 1524

isc dhcp server on a pi 2

I've installed the isc dhcp server on the pi 2, and if i start the service by sudo /etc/init.d/isc-dhcp-server start it all works, but it will not automatically load on boot. I've edited the /etc/defailt/isc-dhcp-server to provide the interface, the conf and PID locations. The error message is: Jan ...

Go to advanced search