login: ntpd :error!

Because that error is displayed at every boot of the system at the prompt?
 

Attachments

  • screenp.png
    screenp.png
    13.2 KB · Views: 138
This seems to happen because ntpd(8) is started before the network is active. You can try using SYNCDHCP instead of DHCP for the network interface. Then it will hold until it gets an IP before continuing the boot process.
 
This seems to happen because ntpd(8) is started before the network is active. You can try using SYNCDHCP instead of DHCP for the network interface. Then it will hold until it gets an IP before continuing the boot process.
I see the same thing on static IP. I guess it's possible to use netwait to make sure the network is up before continue booting?
 
This seems to happen because ntpd(8) is started before the network is active. You can try using SYNCDHCP instead of DHCP for the network interface. Then it will hold until it gets an IP before continuing the boot process.

Thanks SirDice, for now this output is not displayed at the prompt when starting.
 
Back
Top