<?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 NTP Socket problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460264#M13894</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using ntpdate to pull time info from our master router.  Up until now this has been working fine.&lt;BR /&gt;All of a sudden, I am receiving the following error:&lt;BR /&gt;&lt;BR /&gt;The NTP socket is in use, exiting.&lt;BR /&gt;&lt;BR /&gt;I know that the socket on the router is working as I sync several servers to the router and they are working correctly.&lt;BR /&gt;&lt;BR /&gt;This is only happening on the one server.&lt;BR /&gt;&lt;BR /&gt;I have tried killing and restarting the xntpd process but this has not helped.&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Craig</description>
    <pubDate>Wed, 01 Nov 2000 12:58:16 GMT</pubDate>
    <dc:creator>Craig A. Sharp</dc:creator>
    <dc:date>2000-11-01T12:58:16Z</dc:date>
    <item>
      <title>NTP Socket problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460264#M13894</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am using ntpdate to pull time info from our master router.  Up until now this has been working fine.&lt;BR /&gt;All of a sudden, I am receiving the following error:&lt;BR /&gt;&lt;BR /&gt;The NTP socket is in use, exiting.&lt;BR /&gt;&lt;BR /&gt;I know that the socket on the router is working as I sync several servers to the router and they are working correctly.&lt;BR /&gt;&lt;BR /&gt;This is only happening on the one server.&lt;BR /&gt;&lt;BR /&gt;I have tried killing and restarting the xntpd process but this has not helped.&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Craig</description>
      <pubDate>Wed, 01 Nov 2000 12:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460264#M13894</guid>
      <dc:creator>Craig A. Sharp</dc:creator>
      <dc:date>2000-11-01T12:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Socket problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460265#M13895</link>
      <description>Craig:&lt;BR /&gt;&lt;BR /&gt;Check /var/adm/syslog/syslog.log for the full message.&lt;BR /&gt;&lt;BR /&gt;Are your running BOTH 'ntpdate' and 'xntpd' concurrently?  If so, this is the problem.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 01 Nov 2000 13:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460265#M13895</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-11-01T13:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Socket problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460266#M13896</link>
      <description>Wait till you get more responses....&lt;BR /&gt;&lt;BR /&gt;But, killing a process does not necessarily free up everything.  A file could have been left open, so to the system....something is still trying to hold onto the socket.  Or another process may be using the file, even though you killed one, the other is using it.&lt;BR /&gt;You may want to try using lsof (if you have this), it is a very handy tool that you can use to see what files are still open.  The other thing would be, make sure when you stopped the process...everything got stopped.  Do a ps -ef | grep ntp and if need be do a sigkill to get rid of anything that shouldn't be there.  You can also use fuser to check for something hanging too.&lt;BR /&gt;&lt;BR /&gt;Just a couple thoughts,</description>
      <pubDate>Wed, 01 Nov 2000 13:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460266#M13896</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-11-01T13:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Socket problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460267#M13897</link>
      <description>Craig:&lt;BR /&gt;&lt;BR /&gt;Check /var/adm/syslog/syslog.log for the full message.&lt;BR /&gt;&lt;BR /&gt;Are your running BOTH 'ntpdate' and 'xntpd' concurrently?  If so, this is the problem.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 01 Nov 2000 13:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460267#M13897</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-11-01T13:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Socket problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460268#M13898</link>
      <description>I think James is on the right track.  ntpdate is designed as a lower network load alternative to xntp.  The two should not be run concurrently.</description>
      <pubDate>Wed, 01 Nov 2000 14:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460268#M13898</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-11-01T14:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Socket problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460269#M13899</link>
      <description>The two commands should not be running at the same time. More than likely, this is what is happening.&lt;BR /&gt;&lt;BR /&gt;The is 'lsof' which will enable you to comfirm this is what is happening. If it isn't happening, then 'lsof' will tell you what is on the port.</description>
      <pubDate>Wed, 01 Nov 2000 19:17:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460269#M13899</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-11-01T19:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Socket problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460270#M13900</link>
      <description>Got it!  xntpd was running.  I shutdown xntpd and ntpdate started working.&lt;BR /&gt;&lt;BR /&gt;Thanks for all the replies!&lt;BR /&gt;&lt;BR /&gt;Craig</description>
      <pubDate>Wed, 01 Nov 2000 19:32:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ntp-socket-problem/m-p/2460270#M13900</guid>
      <dc:creator>Craig A. Sharp</dc:creator>
      <dc:date>2000-11-01T19:32:32Z</dc:date>
    </item>
  </channel>
</rss>

