1827295 Members
2189 Online
109960 Solutions
New Discussion

Re: rlpdaemon

 
Stefano_65
Regular Advisor

rlpdaemon

Hi everybody, I've a big question about rlpdaemon.

My server (11.23) have 4 procsses rlpdaemon -i, using 1 cpu each.. and the system goes to 100% cpu util..

anyone can help me?
5 REPLIES 5
Stephen Keane
Honored Contributor

Re: rlpdaemon

Anything in /var/adm/lp/lpd.log ?

Stefano_65
Regular Advisor

Re: rlpdaemon

Host name for your address () unknown

er... what about?
Stephen Keane
Honored Contributor

Re: rlpdaemon

Can you determine how your rlpdamon(s) were started. Look in /etc/inetd.conf and see if there is an entry for rlpdaemon like

printer stream tcp nowait root /usr/sbin/rlpdaemon rlpdaemon -i

(the -i is important)

also look in /etc/services for a line like

printer 515/tcp spooler

or, in /etc/inittab (unusual)
Robert-Jan Goossens
Honored Contributor

Re: rlpdaemon

Stefano,

Check this doc.

Document description: rlpdaemon spin for unknown IP address
Document id: 8606376536
Product name: HPUX S800 1.0-11X
Product number: 9245XB
Release id: B.11.23

http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000076534700

Regards,
Robert-Jan
Andre Braganca
Frequent Advisor

Re: rlpdaemon

Had exactly the same problem. As the server didn't need to print requests from other servers I commented out the "printer" entry in inetd.conf:

printer stream tcp nowait root /usr/sbin/rlpdaemon rlpdaemon -i

Then killed the rlpdaemon -i processes and executed inetd -C to read the new inetd.conf.

Worked allright.
Don't forget to breathe ...