drbl clients won't boot using 192.168.0.1 only 192.168.120.1 as static ip
Brought to you by:
steven_shiau
Someone hardcoded 192.168.120.254, or caused it to always be used. Normally I set my IP to 192.168.0.1 and then drbl fails to image the computer.
if I manually mount
sudo mount -t nfs 192.168.100.254:/home/partimag /home/partimag
and copy and paste the command from the error message it works again.
Also I think you are missing a : between 254 and /home/partimag
What did you mean? Could you please describe more so that we can try to fix it? Like the version number, they way you setup DRBL server, and run "drbl-bug-report" then post the generated file.
Steven
I got the newest drbl live ISO 2.4.6-12 686-pae.iso
The directory /home/partimag/w237 does not exist
/etc/drbl/drbl-ocs.conf:
mount -t nfs 192.168.120.254:/home/partimag /home/partimag
/etc/ypserv.secure.nets has a similiar error.
Note: I set it up for 192.168.0.1 and now its on the 120 subnet for no reason
client waits at a command prompt for me to type something
** I manually type
mount -t nfs 192.168.100.254**:/home/partimag /home/partimag
sudo ocs-sr -l en_US.UTF-8 -g auto -e1 auto -e2 -r --clone-hidden-data -p power-off -scr restore-disk w237 sda
the process continues normally.
drbl-bug-report was run from the client
I meant to type sudo mount in the message above
here is bug report from server.
I followed your steps here, but I can not reproduce the issue here.
"Note: I set it up for 192.168.0.1 and now its on the 120 subnet for no reason" -> Are you sure there is no any other DHCP service connected to your network switch? It looks like there are 2nd one.
Steven