Topic: Printing to cups-lpd enabled queue fails
When printing in FA to Ubuntu Server localhost cups-lpd queue, print fails with "Printer does not acept the job (0)" error message.
When printing from another system to the same cups-lpd queue, the printer works normally.
Summary steps for setup:
installed cups-bsd package
installed cups
setup HP Color Laserjet M281cdw printer in cups
setup class queue and added printer
setup cups-lpd daemon using xinetd with logging
in FA, setup printer using class queue
attempted print, received "Printer does not acept the job (0)" error highlighted in red
systemscl status xinetd has the following entries for the cups-lpd daemon:
Connection from localhost (IPv4 127.0.0.1)
Print waiting jobs (no-op)
Closing connection
Connection from localhost (IPv4 127.0.0.1)
Receive print job for CLanOffColLasM281
Closing connection
the corresponding cups-lpd log entries are:
START printer pid=41149 from=::ffff:127.0.0.1
START printer pid=41150 from=::ffff:127.0.0.1
EXIT printer status=0 pid=41149 duration=0(sec)
EXIT printer status=1 pid=41150 duration=0(sec)
I then setup another computer to print to the port on the failing system using lpd protocol. The print test succeded
systemscl status xinetd has the following entries for the cups-lpd daemon:
Connection from BRADS-DELL-LAP.aisg.local (IPv4 192.168.77.100)
Receive print job for CLanOffColLasM281
Print file - job ID = 15
Closing connection
the corresponding cups-lpd log entries are:
START printer pid=41324 from=::ffff:192.168.77.100
EXIT printer status=0 pid=41324 duration=0(sec)
Please advise.