Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!sdd.hp.com!hplabs!hpfcso!hpfcdc!lienhart From: lienhart@hpfcdc.HP.COM (Bob Lienhart) Newsgroups: comp.sys.hp Subject: Re: Can't remote print from Ultrix to HP-ux Message-ID: <5570655@hpfcdc.HP.COM> Date: 3 Jun 91 19:54:18 GMT References: <2341loganj@yvax.byu.edu> Organization: HP Fort Collins, Co. Lines: 19 There needs to be a line in your /etc/inetd.conf file on your HP-UX system that reads: printer stream tcp nowait root /usr/lib/rlpdaemon rlpdaemon -i -l This line is usually commented out in the shipped version of inetd.conf. In essence this line tells the inetd daemon to execute rlpdaemon -i -l when a request for the printer service (515) is received. An alternative solution is to execute /usr/lib/rlpdaemon -l from within /etc/rc. When kicked off in this fashion the -i option MUST not be used. Note: The -l option tells rlpdaemon to log to /usr/spool/lp/lpd.log. Bob Lienhart p.s. I prefer the inetd.conf solution, though the /etc/rc solution may execute faster.