- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: xntpd script. what's wrong?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2001 07:50 PM
06-10-2001 07:50 PM
pls have a look at the following text. Any idea what went wrong.?
# /sbin/init.d/xntpd stop
/sbin/init.d/xntpd[58]: root::0:root: not found.
/sbin/init.d/xntpd[58]: other::1:root,hpdb: not found.
/sbin/init.d/xntpd[58]: bin::2:root,bin: not found.
/sbin/init.d/xntpd[58]: sys::3:root,uucp: not found.
/sbin/init.d/xntpd[58]: adm::4:root,adm: not found.
/sbin/init.d/xntpd[58]: daemon::5:root,daemon: not found.
/sbin/init.d/xntpd[58]: mail::6:root: not found.
/sbin/init.d/xntpd[58]: lp::7:root,lp: not found.
/sbin/init.d/xntpd[58]: tty::10:: not found.
/sbin/init.d/xntpd[58]: nuucp::11:nuucp: not found.
/sbin/init.d/xntpd[58]: users::20:root: not found.
/sbin/init.d/xntpd[58]: nogroup:*:-2:: not found.
xntpd stopped
#
# /sbin/init.d/xntpd start
/sbin/init.d/xntpd[36]: root::0:root: not found.
/sbin/init.d/xntpd[36]: other::1:root,hpdb: not found.
/sbin/init.d/xntpd[36]: bin::2:root,bin: not found.
/sbin/init.d/xntpd[36]: sys::3:root,uucp: not found.
/sbin/init.d/xntpd[36]: adm::4:root,adm: not found.
/sbin/init.d/xntpd[36]: daemon::5:root,daemon: not found.
/sbin/init.d/xntpd[36]: mail::6:root: not found.
/sbin/init.d/xntpd[36]: lp::7:root,lp: not found.
/sbin/init.d/xntpd[36]: tty::10:: not found.
/sbin/init.d/xntpd[36]: nuucp::11:nuucp: not found.
/sbin/init.d/xntpd[36]: users::20:root: not found.
/sbin/init.d/xntpd[36]: nogroup:*:-2:: not found.
/usr/sbin/ntpdate: adjust time server 12.34.56.78 offset 0.1007919
xntpd #
#
#
Thanks in Advance..
Karvendhan M.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2001 08:06 PM
06-10-2001 08:06 PM
Re: xntpd script. what's wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2001 08:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2001 03:59 AM
06-11-2001 03:59 AM
Re: xntpd script. what's wrong?
It would appear that you have copied /etc/group into the /etc/rc.config.d/ directory.
The contents of /etc/rc.config.d are sourced by /etc/rc.config when it is run in /sbin/init.d/xntpd (at lines 36 and 58).
Only filenames containing [.,~#] are *not* sourced by /etc/rc.config when the /etc/rc.config.d/ directory is processed.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2001 05:14 AM
06-11-2001 05:14 AM
Re: xntpd script. what's wrong?
/etc/ntp.conf (or an alternate configuration file, if used)
/etc/rc.config.d
NTP driftfile (if configured)
NTP statistics file (if configured)
/var/adm/syslog/syslog.log (xntpd/NTP entries)
output from /usr/sbin/ntpq -p
output from ntpdate -d server (stop the local xntpd first)