- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Address already in use
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
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
11-28-2000 01:26 PM
11-28-2000 01:26 PM
Address already in use
Nov 28 14:55:23 b30-ud01 xntpd[28676]: bind() fd 16, family 2, port 123, addr c001ffff, in_classd=0 flags=0 fails: Address already in use
I've tried reconfiguring inetd, checked /etc/services, and looked for another process using port 123 with lsof and netstat. So far, no luck. I'm not sure what address c001ffff is referring to. Any insights?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 01:58 PM
11-28-2000 01:58 PM
Re: Address already in use
Check the processes and grep for ntp. There should only be one on them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 03:26 PM
11-28-2000 03:26 PM
Re: Address already in use
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 06:22 PM
11-28-2000 06:22 PM
Re: Address already in use
Make sure you don't have 'ntpdate' running. It uses the same port as 'xntpd'.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 05:09 AM
11-29-2000 05:09 AM
Re: Address already in use
Seems that if you can't find reference to the port with 'netstat -an', 'lsof', and if neither 'xntpd' nor 'ntpdate' is running, then I would guess that the socket is in some limbo state from a previous instance that is no longer viable. Does a reboot cure the problem?
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 07:32 AM
11-29-2000 07:32 AM
Re: Address already in use
I can only comment it to further add that address c001ffff is a hex IP-address - in this case 192.1.255.255 which is a bit strange. I do not think it is the address of your machine - but maybe a broadcast address.
Do you by any chance have a subnet mask of 255.255.0.0 on a class C-net ?
That could give some strange errs.
/Allan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 12:12 PM
11-29-2000 12:12 PM
Re: Address already in use
The xntpd daemon loads without a hitch on the sister box to this one. Lsof indicates that ntp is bound to every IP address, and every logical address, on that host.
I still need to try a reboot. It's just a matter of when I can pry the system away from the users.