<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: why i cant start xntpd? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672180#M916352</link>
    <description />
    <pubDate>Wed, 27 Feb 2002 04:10:31 GMT</pubDate>
    <dc:creator>Steven Sim Kok Leong</dc:creator>
    <dc:date>2002-02-27T04:10:31Z</dc:date>
    <item>
      <title>why i cant start xntpd?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672174#M916346</link>
      <description>i have to change ntpsever,so i change it first in /etc/rc.config.d/netdaemons&lt;BR /&gt;export NTPDATE_SERVER='NEW SERVER IP'&lt;BR /&gt;&lt;BR /&gt;then i change it in /etc/ntp.conf&lt;BR /&gt;server new server ip&lt;BR /&gt;&lt;BR /&gt;then i kill xntpd&lt;ID&gt;&lt;BR /&gt;but when i input xntpd to restart it,ps -ef cant find xntpd&lt;BR /&gt;and i use ntpq -p&lt;BR /&gt;it show:&lt;BR /&gt;ntpq:read: Can't assign requested address&lt;BR /&gt;&lt;BR /&gt;what's wrong?&lt;/ID&gt;</description>
      <pubDate>Wed, 27 Feb 2002 03:17:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672174#M916346</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-02-27T03:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: why i cant start xntpd?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672175#M916347</link>
      <description>Hi,&lt;BR /&gt;I also faced this problem once.&lt;BR /&gt;Only reboot helped me :(&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Animesh</description>
      <pubDate>Wed, 27 Feb 2002 03:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672175#M916347</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-02-27T03:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: why i cant start xntpd?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672176#M916348</link>
      <description>another thing to say is:&lt;BR /&gt;the box i changed is A&lt;BR /&gt;i want A to use B's clock,so i think B is A's NTP_server&lt;BR /&gt;&lt;BR /&gt;B is use GPS to its NTP_server,but A cant ping to the box that own GPS ,so i should use B to help A .</description>
      <pubDate>Wed, 27 Feb 2002 03:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672176#M916348</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-02-27T03:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: why i cant start xntpd?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672177#M916349</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;ntpd listens at UDP port 123:&lt;BR /&gt;&lt;BR /&gt;ntp          123/udp&lt;BR /&gt;&lt;BR /&gt;Verify that the UDP socket has been released after you kill the daemon ie.:&lt;BR /&gt;&lt;BR /&gt;# netstat -f inet&lt;BR /&gt;&lt;BR /&gt;If it is still in LISTEN or TIME_WAIT or CLOSE_WAIT state, then it is still bound to the socket. &lt;BR /&gt;&lt;BR /&gt;You will need to wait for the socket to be released before you can use it on your nptd server.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Wed, 27 Feb 2002 03:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672177#M916349</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-27T03:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: why i cant start xntpd?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672178#M916350</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The standard procedure is not to kill xntpd but to stop and start it if a change in ntp configuration is made and to effect that change.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xntpd stop&lt;BR /&gt;/sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2002 03:41:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672178#M916350</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-27T03:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: why i cant start xntpd?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672179#M916351</link>
      <description>well ,but now how can i start xntpd?&lt;BR /&gt;i have try this:&lt;BR /&gt;/sbin/init.d/xntpd start&lt;BR /&gt;&lt;BR /&gt;but look this:&lt;BR /&gt;ntpq -p&lt;BR /&gt;ntpq: read: Can't assign requested address&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2002 03:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672179#M916351</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-02-27T03:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: why i cant start xntpd?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672180#M916352</link>
      <description />
      <pubDate>Wed, 27 Feb 2002 04:10:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672180#M916352</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-27T04:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: why i cant start xntpd?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672181#M916353</link>
      <description>when i start xntpd:&lt;BR /&gt;/sbin/init.d/xntpd start&lt;BR /&gt;27 Feb 12:16:01 ntpdate[1764]: step time server 192.168.29.3 offset 0.000435 sec&lt;BR /&gt;xntpd &lt;BR /&gt;&lt;BR /&gt;is it right?&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Feb 2002 04:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672181#M916353</guid>
      <dc:creator>thebeatlesguru</dc:creator>
      <dc:date>2002-02-27T04:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: why i cant start xntpd?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672182#M916354</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your xntpd client issued the ntpdate command and appears to have communicated with your xntpd server to retrieve the offset. Looks alright to me.&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Wed, 27 Feb 2002 04:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/why-i-cant-start-xntpd/m-p/2672182#M916354</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-02-27T04:22:52Z</dc:date>
    </item>
  </channel>
</rss>

