- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rlpdaemon
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
05-09-2003 05:24 AM
05-09-2003 05:24 AM
rlpdaemon
I can't start rlpdaemon on my server. I get the following messages in the lpd.log:
unable to bind address (internet domain bind): Address already in use
/usr/sbin/rlpdaemon: cleanup()
Can someone tell me how I can solve this problem?
Thanks,
Leen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 05:40 AM
05-09-2003 05:40 AM
Re: rlpdaemon
It appears that the port number used by the 'rlpdaemon' is already in use by another process.
If you grep for 'rlpdaemon' in '/etc/inetd.conf' you will find that it uses the 'printer' service name in '/etc/services'. From there, you will note that this is port 515. I'd use 'lsof' to determine what process is using this port:
# lsof -i tcp:515
# lsof -i udp:515
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 05:46 AM
05-09-2003 05:46 AM
Re: rlpdaemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:00 AM
05-09-2003 06:00 AM
Re: rlpdaemon
Is there an alternative for the "lsof" command, because hp-ux 11 doesn't seem to know this command.
(I'm not so familiar with unix)
regards,
Leen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:04 AM
05-09-2003 06:04 AM
Re: rlpdaemon
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.64/
64 bit here->
http://the-other.wiretapped.net/security/host-security/lsof/binaries/hpux/B.11.00/vxfs/64/9000_800/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:06 AM
05-09-2003 06:06 AM
Re: rlpdaemon
I don't think that I have installed that program, unless it installs itself automatically with the installation of hp-ux 11
regards,
Leen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:38 AM
05-09-2003 06:38 AM
Re: rlpdaemon
I cannot execute the lsof command I downloaded of the internet.
Isn't there any other possebility to see which process uses the address 515?
thanks,
Leen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:47 AM
05-09-2003 06:47 AM
Re: rlpdaemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:52 AM
05-09-2003 06:52 AM
Re: rlpdaemon
This is the error I have.
regards,
Leen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:56 AM
05-09-2003 06:56 AM
Re: rlpdaemon
Do you have execute permissions set on the binary?
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 06:57 AM
05-09-2003 06:57 AM
Re: rlpdaemon
regards,
Leen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 07:12 AM
05-09-2003 07:12 AM
Re: rlpdaemon
ll lsof ?-r-sr-sr-x 1 root sys
is this a 64 bit or 32 bit system and which url did you use to download lsof ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 07:22 AM
05-09-2003 07:22 AM
Re: rlpdaemon
First I tried the first link, but there I got the same error "execute permission denied". Then I tried the second link and I got that error again.
I have turned all my permissions on, so that isn't the problem too.
regards,
Leen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 07:25 AM
05-09-2003 07:25 AM
Re: rlpdaemon
regards,
Leen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 07:37 AM
05-09-2003 07:37 AM
Re: rlpdaemon
post output + email address I can send you an appropriate binary too .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2003 07:43 AM
05-09-2003 07:43 AM
Re: rlpdaemon
regards,
Leen