- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bind address already in use error every 10 min. in...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-23-2000 01:55 PM
тАО08-23-2000 01:55 PM
After booting, the error "printer/tcp: bind: Address already in use" appears in syslog every 10 minutes.
I found a document on the HP website that stated the following:
"You are getting this error because the lpsNet process is holding the port. lpsNet is a third-party software made by EasySpool. The lpsNet program is overriding rlpdaemon. Use these steps to resolve the problem:
1.Kill lpsNet process.
2.Restart inetd with the 'indtd -k' command."
Winds up I also needed to use the 'inetd' command to restart what the -k killed.
After trying this, the syslog error changed a bit. Now it says: bootps/udp: bind: Address already in use.
Two questions:
1. How can I get rid of this error message?
2. What can I do to prevent this from happening again after next boot?
Thanks, thanks, thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2000 02:00 PM
тАО08-23-2000 02:00 PM
Re: bind address already in use error every 10 min. in syslog
If so, find the entry in the /etc/services file, make the modification, and then do inetd -c to reread the inetd configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2000 02:14 PM
тАО08-23-2000 02:14 PM
Re: bind address already in use error every 10 min. in syslog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2000 03:09 PM
тАО08-23-2000 03:09 PM
Re: bind address already in use error every 10 min. in syslog
It sounds easier that it reads. The only way a MAC would be present is if machines were already talking (unless you use static ARP tables that is).
Best bet would be look at multiple networks. I.E. PC net versus UNIX net.
If the server is running BIND, it may also have a problem in one of it's databases, which cause this error, but I have the feeling that this is a not a name server.
IF the problem were in services, the error would say something like unknown socket error, or something I would think.
Best Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2000 04:13 PM
тАО08-23-2000 04:13 PM
Re: bind address already in use error every 10 min. in syslog
I don't think that the address refers to an ip address; more like a port address. I've contacted the software mfg. and, hopefully, they will be able to point me in the right direction.
Thanks, though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2000 09:29 PM
тАО08-23-2000 09:29 PM
Re: bind address already in use error every 10 min. in syslog
Have you tried commenting the rlp entries out of /etc/services and /etc/inetd.conf if any and reread changes with inetd -c
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2000 09:01 AM
тАО08-24-2000 09:01 AM
Re: bind address already in use error every 10 min. in syslog
I found and commented out an rlp entry in /etc/inetd.conf, did an inetd -c....
and the same thing: "bootps/udp: bind: Address already in use". I even did an inetd -k followed by inetd; to no avail.
The software mfg. says that EasySpool is going after port 515, but I find no entry for that port in /etc/services. I've also made sure that EasySpool is the very last startup script executed at boot time.
I appreciate you help and will couple it with expected further comments from the mfg.
I'd also award you some points, but ITRC is not asking me to!?!?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2000 09:56 AM
тАО08-24-2000 09:56 AM
Re: bind address already in use error every 10 min. in syslog
Why don't you just try removing it from your log before you read it (or at scheduled times...) when it would not hurt to fix your syslog. I get msgs every 2 min because I turned on the inetd log for telnet and ftp....registrar/tcp stuff. It's just a nuisance, but I clean it up early in the am..with a overly simple script
**********************
cat syslog.log | grep -v -e 'what I don't want to see' -e 'the other msgs I don't care about' > syslog.tmp
cp syslog.tmp syslog.log
rm syslog.tmp
****************************
I am very specific about what goes inside the quotes...cause I don't want to lose info I need to see.
Some folks may prefer to leave the syslog in tact and just read the tmp file....
But this will remove the info you don't want to read ... and just leave what you do want to see..
Just a thought,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2000 10:00 AM
тАО08-24-2000 10:00 AM
Re: bind address already in use error every 10 min. in syslog
printer 515/tcp spooler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2000 10:18 AM
тАО08-24-2000 10:18 AM
Re: bind address already in use error every 10 min. in syslog
You're kinda right; I don't like having to sift through unwanted stuff in syslog. However, I'm probably too anal but I see this as something that is wrong and want it right. I, myself, turned off ftp logging (we have an every-ten-seconds auto-ftp process that REALLY filled syslog). Thanks for the script; I just might bite the bullet and use it.
Denver,
I'm certain that there isn't a 515 in services, so I'll try your suggestion and post the results.
Thanks all!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2000 10:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2000 10:28 AM
тАО08-24-2000 10:28 AM
Re: bind address already in use error every 10 min. in syslog
Are you suggesting that I kill the process if it is running (which it is)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2000 10:40 AM
тАО08-24-2000 10:40 AM
Re: bind address already in use error every 10 min. in syslog
Don't be concerned about starting it. You won't be able to on the command line or with inetd -c. When a client makes a request, it will come alive.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2000 12:02 PM
тАО08-24-2000 12:02 PM
Re: bind address already in use error every 10 min. in syslog
This did the trick: 30 minutes without a warning.
The big question now is, how do I prevent this from happening after rebooting the box?
Thanx 2 all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2000 01:17 PM
тАО08-24-2000 01:17 PM
Re: bind address already in use error every 10 min. in syslog
Berlene