Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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"