Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - NTP: (2 Items)
   
NTP  
Hello,

I would like to know what is the QNX command to stop and start ntpd. I know that in Ubuntu the command is 

sudo /etc/init.d/ntp restart

Thanks,

Camilo
Re: NTP  
stop the process: "slay ntpd"
start the process: "ntpd"

maybe you need to configure your NTP daemon:
http://www.qnx.com/developers/docs/6.3.0SP3/neutrino/utilities/n/ntpd.html

you have to call this as root
e.g.: su root -c "slay ntpd"