You are not logged in.
Pages: 1
Hi all, I have a HP printer and when I try to connect it to my computer, Arch doesn't recognize it. On settings I just get the error: "Printing service not available. Bad file descriptor".
My printer model is HP-Deskjet 3050A.
Offline
How are you trying to connect to it? Wired? wifi? usb?
Did you install hplip and cups, and start cups?
Last edited by Mr.Elendig (2021-02-17 17:04:14)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Have you set up CUPS?
Offline
my printer can be used either wifi or with usb. if it worked in both ways, it would be awesome, but i d mainly use it thru usb. i downloaded cups and i get the same error mentioned before. i haven't installed hplip yet tho
Offline
i downloaded cups and i get the same error mentioned before.
Do you mean you installed the cups package or you just downloaded something? If you installed the cups package what configuration did you do after you installed it?
Last edited by loqs (2021-02-17 17:13:02)
Offline
Can you post the output of
systemctl status cups.serviceOffline
Can you post the output of
systemctl status cups.service
what i get is this:
● cups.service - CUPS Scheduler
Loaded: loaded (/usr/lib/systemd/system/cups.service; disabled; vendor preset: disabled)
Active: inactive (dead)
TriggeredBy: ● cups.socket
Docs: man:cupsd(8)Offline
● cups.service - CUPS Scheduler
Loaded: loaded (/usr/lib/systemd/system/cups.service; disabled; vendor preset: disabled)
Active: inactive (dead)
TriggeredBy: ● cups.socket
Docs: man:cupsd(8)
This is one reason you can't print. The printing daemon is inactive.
I suggest having a good read of CUPS again and see if there's anything there you missed to implement.
Offline
● cups.service - CUPS Scheduler
Loaded: loaded (/usr/lib/systemd/system/cups.service; disabled; vendor preset: disabled)
Active: inactive (dead)
TriggeredBy: ● cups.socket
Docs: man:cupsd(8)This is one reason you can't print. The printing daemon is inactive.
I suggest having a good read of CUPS again and see if there's anything there you missed to implement.
Yes, I set up Cups now and i successfully connected my printer, however i still can't print. i give the command but the printer doesn't respond
Offline
How did you set up the printer using CUPS or hplip? What printer driver did you use? Have you worked through CUPS/Troubleshooting?
Offline
How did you set up the printer using CUPS or hplip? What printer driver did you use? Have you worked through CUPS/Troubleshooting?
Thru CUPS. i got into the web interface and connected my printer, it detected it and it seemed ready for work. When I tried to launch the command to print it was just showing the message "Sending data to printer" and then immediately later the job was cancelled, but considered completed but the printer didn't print.
Offline
How is the printer connected?
it detected it and it seemed ready for work.
What type of connection?
Offline
How is the printer connected?
it detected it and it seemed ready for work.
What type of connection?
USB. I was reading CUPS/Troubleshooting but it didn't really help me. An error I get is "Color Manager: no profiles specified in PPD"
Offline
After you set LogLevel debug in /etc/cups/cupsd.conf then restarted cups.service and tried to print something, please post the contents of /var/log/cups/error_log or the last 2000 lines if it is too long.
Last edited by loqs (2021-02-17 19:26:16)
Offline
D [17/Feb/2021:20:06:16 +0100] [Job 26] GPL Ghostscript 9.53.3: Unrecoverable error, exit code 1
D [17/Feb/2021:20:06:16 +0100] [Job 26] Rendering completed
D [17/Feb/2021:20:06:16 +0100] [Job 26] PID 195103 (/usr/lib/cups/filter/gstoraster) stopped with status 1.
D [17/Feb/2021:20:06:16 +0100] [Job 26] Hint: Try setting the LogLevel to "debug" to find out more.
D [17/Feb/2021:20:06:16 +0100] [Job 26] Waiting for read thread to exit...
D [17/Feb/2021:20:06:16 +0100] [Job 26] PID 195105 (/usr/lib/cups/backend/usb) exited with no errors.
D [17/Feb/2021:20:06:16 +0100] [Job 26] End of messages
D [17/Feb/2021:20:06:16 +0100] [Job 26] printer-state=3(idle)
D [17/Feb/2021:20:06:16 +0100] [Job 26] printer-state-message="Rendering completed"
D [17/Feb/2021:20:06:16 +0100] [Job 26] printer-state-reasons=none
E [17/Feb/2021:20:07:10 +0100] [Job 28] Unable to open raster stream - : Broken pipe
E [17/Feb/2021:20:07:10 +0100] [Job 28] Job stopped due to filter errors; please consult the /var/log/cups/erro>
D [17/Feb/2021:20:07:10 +0100] [Job 28] The following messages were recorded from 20:07:03 to 20:07:10
D [17/Feb/2021:20:07:10 +0100] [Job 28] Applying default options...
D [17/Feb/2021:20:07:10 +0100] [Job 28] Adding start banner page "none".
D [17/Feb/2021:20:07:10 +0100] [Job 28] Queued on "HP_Deskjet_3050A_J611_series" by "angie_arch".
D [17/Feb/2021:20:07:10 +0100] [Job 28] Auto-typing file...
D [17/Feb/2021:20:07:10 +0100] [Job 28] Request file type is application/postscript.
D [17/Feb/2021:20:07:10 +0100] [Job 28] File of type application/postscript queued by "angie_arch".
D [17/Feb/2021:20:07:10 +0100] [Job 28] Adding end banner page "none".
D [17/Feb/2021:20:07:10 +0100] [Job 28] time-at-processing=1613588823
D [17/Feb/2021:20:07:10 +0100] [Job 28] 4 filters for job:
D [17/Feb/2021:20:07:10 +0100] [Job 28] gstopdf (application/postscript to application/pdf, cost 0)
D [17/Feb/2021:20:07:10 +0100] [Job 28] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [17/Feb/2021:20:07:10 +0100] [Job 28] gstoraster (application/vnd.cups-pdf to application/vnd.cups-raster, co>
D [17/Feb/2021:20:07:10 +0100] [Job 28] hpcups (application/vnd.cups-raster to printer/HP_Deskjet_3050A_J611_se>
D [17/Feb/2021:20:07:10 +0100] [Job 28] job-sheets=none,none
D [17/Feb/2021:20:07:10 +0100] [Job 28] Mapping media to Pagesize=Letter
D [17/Feb/2021:20:07:10 +0100] [Job 28] After mapping finishings PageSize=Letter
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[0]="HP_Deskjet_3050A_J611_series"
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[1]="28"
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[2]="angie_arch"
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[3]="MY_MUSIC_003_20210217_153414.pdf"
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[4]="1"
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[5]="Collate finishings=3 fit-to-page job-billing media=Letter numb>
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[6]="/var/spool/cups/d00028-001"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[7]="CUPS_STATEDIR=/run/cups"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[8]="HOME=/var/spool/cups/tmp"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[10]="SERVER_ADMIN=root@Arch"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[11]="SOFTWARE=CUPS/2.3.3op1"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[13]="USER=root"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[14]="CUPS_MAX_MESSAGE=2047"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[15]="CUPS_SERVER=/run/cups/cups.sock"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[17]="IPP_PORT=631"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[18]="CHARSET=utf-8"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[19]="LANG=it_IT.UTF-8"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[20]="PPD=/etc/cups/ppd/HP_Deskjet_3050A_J611_series.ppd"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[21]="RIP_MAX_CACHE=128m"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[22]="CONTENT_TYPE=application/postscript"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[23]="DEVICE_URI=usb://HP/Deskjet%203050A%20J611%20series?serial=CN>
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[24]="PRINTER_INFO=HP Deskjet 3050A J611 series"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[25]="PRINTER_LOCATION="
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[26]="PRINTER=HP_Deskjet_3050A_J611_series"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[27]="PRINTER_STATE_REASONS=none"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[28]="CUPS_FILETYPE=document"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[30]="AUTH_I****"
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started filter /usr/lib/cups/filter/gstopdf (PID 195416)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started filter /usr/lib/cups/filter/pdftopdf (PID 195417)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started filter /usr/lib/cups/filter/gstoraster (PID 195418)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started filter /usr/lib/cups/filter/hpcups (PID 195419)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started backend /usr/lib/cups/backend/usb (PID 195420)
D [17/Feb/2021:20:07:10 +0100] [Job 28] execv failed: Permission denied
D [17/Feb/2021:20:07:10 +0100] [Job 28] PID 195419 (/usr/lib/cups/filter/hpcups) stopped with status 113 (Permi>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Hint: Try setting the LogLevel to "debug" to find out more.
D [17/Feb/2021:20:07:10 +0100] [Job 28] gstopdf argv[6] = 28 angie_arch MY_MUSIC_003_20210217_153414.pdf 1 Coll>
D [17/Feb/2021:20:07:10 +0100] [Job 28] PPD: /etc/cups/ppd/HP_Deskjet_3050A_J611_series.ppd
D [17/Feb/2021:20:07:10 +0100] [Job 28] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE>
D [17/Feb/2021:20:07:10 +0100] [Job 28] OUTFORMAT=\"<none>\", so output format will be CUPS/PWG Raster
D [17/Feb/2021:20:07:10 +0100] [Job 28] Loading USB quirks from \"/usr/share/cups/usb\".
D [17/Feb/2021:20:07:10 +0100] [Job 28] Loaded 98 quirks.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Printing on printer with URI: usb://HP/Deskjet%203050A%20J611%20series?>
D [17/Feb/2021:20:07:10 +0100] [Job 28] OUTFORMAT=\"PDF\", so output format will be PDF
D [17/Feb/2021:20:07:10 +0100] [Job 28] libusb_get_device_list=6
D [17/Feb/2021:20:07:10 +0100] [Job 28] STATE: +connecting-to-device
D [17/Feb/2021:20:07:10 +0100] [Job 28] STATE: -connecting-to-device
D [17/Feb/2021:20:07:10 +0100] [Job 28] Printer found with device ID: MFG:HP;MDL:Deskjet 3050A J611 series;CMD:>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Device protocol: 2
D [17/Feb/2021:20:07:10 +0100] [Job 28] Invio dei dati alla stampante.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Sent 0 bytes...
D [17/Feb/2021:20:07:10 +0100] [Job 28] Waiting for read thread to exit...
D [17/Feb/2021:20:07:10 +0100] [Job 28] PID 195420 (/usr/lib/cups/backend/usb) exited with no errors.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Color Manager: Calibration Mode/Off
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling FindDeviceById(cups-HP_Deskjet_3050A_J611_series)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Found device /org/freedesktop/ColorManager/devices/cups_HP_Deskjet_3050>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling org.freedesktop.ColorManager.Device.Get(ProfilingInhibitors)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling FindDeviceById(cups-HP_Deskjet_3050A_J611_series)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Found device /org/freedesktop/ColorManager/devices/cups_HP_Deskjet_3050>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling GetProfileForQualifiers(RGB.Plain....)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Failed to send: org.freedesktop.ColorManager.Device.NothingMatched:noth>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Failed to get profile filename for cups-HP_Deskjet_3050A_J611_series
D [17/Feb/2021:20:07:10 +0100] [Job 28] Color Manager: no profiles specified in PPD
D [17/Feb/2021:20:07:10 +0100] [Job 28] Color Manager: ICC Profile: None
D [17/Feb/2021:20:07:10 +0100] [Job 28] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Ghostscript command line: gs -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTE>
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[0]=\"OUTFORMAT=PDF\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[1]=\"PRINTER_LOCATION=\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[2]=\"CHARSET=utf-8\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[3]=\"CUPS_SERVER=/run/cups/cups.sock\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[6]=\"CUPS_FONTPATH=/usr/share/cups/fonts\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[7]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[8]=\"PWD=/\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[9]=\"CUPS_DATADIR=/usr/share/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[10]=\"PRINTER=HP_Deskjet_3050A_J611_series\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[11]=\"IPP_PORT=631\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[12]=\"PPD=/etc/cups/ppd/HP_Deskjet_3050A_J611_series.ppd\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[13]=\"DEVICE_URI=usb://HP/Deskjet%203050A%20J611%20series?serial=C>
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[14]=\"HOME=/var/spool/cups/tmp\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[15]=\"LANG=it_IT.UTF-8\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[16]=\"PRINTER_STATE_REASONS=none\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[17]=\"TMPDIR=/var/spool/cups/tmp\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[18]=\"CUPS_ENCRYPTION=IfRequested\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[19]=\"RIP_MAX_CACHE=128m\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[20]=\"PRINTER_INFO=HP Deskjet 3050A J611 series\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[21]=\"SERVER_ADMIN=root@Arch\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[22]=\"USER=root\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[23]=\"SHLVL=1\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[24]=\"CUPS_DOCROOT=/usr/share/cups/doc\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[25]=\"CUPS_SERVERBIN=/usr/lib/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[26]=\"CUPS_MAX_MESSAGE=2047\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[27]=\"CUPS_FILETYPE=document\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[28]=\"SOFTWARE=CUPS/2.3.3op1\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[29]=\"PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[30]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[22]="CONTENT_TYPE=application/postscript"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[23]="DEVICE_URI=usb://HP/Deskjet%203050A%20J611%20se>
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[24]="PRINTER_INFO=HP Deskjet 3050A J611 series"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[25]="PRINTER_LOCATION="
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[26]="PRINTER=HP_Deskjet_3050A_J611_series"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[27]="PRINTER_STATE_REASONS=none"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[28]="CUPS_FILETYPE=document"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[30]="AUTH_I****"
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started filter /usr/lib/cups/filter/gstopdf (PID 195416)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started filter /usr/lib/cups/filter/pdftopdf (PID 195417)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started filter /usr/lib/cups/filter/gstoraster (PID 19541>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started filter /usr/lib/cups/filter/hpcups (PID 195419)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started backend /usr/lib/cups/backend/usb (PID 195420)
D [17/Feb/2021:20:07:10 +0100] [Job 28] execv failed: Permission denied
D [17/Feb/2021:20:07:10 +0100] [Job 28] PID 195419 (/usr/lib/cups/filter/hpcups) stopped with sta>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Hint: Try setting the LogLevel to "debug" to find out mor>
D [17/Feb/2021:20:07:10 +0100] [Job 28] gstopdf argv[6] = 28 angie_arch MY_MUSIC_003_20210217_153>
D [17/Feb/2021:20:07:10 +0100] [Job 28] PPD: /etc/cups/ppd/HP_Deskjet_3050A_J611_series.ppd
D [17/Feb/2021:20:07:10 +0100] [Job 28] pdftopdf: Last filter determined by the PPD: hpcups; FINA>
D [17/Feb/2021:20:07:10 +0100] [Job 28] OUTFORMAT=\"<none>\", so output format will be CUPS/PWG R>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Loading USB quirks from \"/usr/share/cups/usb\".
D [17/Feb/2021:20:07:10 +0100] [Job 28] Loaded 98 quirks.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Printing on printer with URI: usb://HP/Deskjet%203050A%20>
D [17/Feb/2021:20:07:10 +0100] [Job 28] OUTFORMAT=\"PDF\", so output format will be PDF
D [17/Feb/2021:20:07:10 +0100] [Job 28] libusb_get_device_list=6
D [17/Feb/2021:20:07:10 +0100] [Job 28] STATE: +connecting-to-device
D [17/Feb/2021:20:07:10 +0100] [Job 28] STATE: -connecting-to-device
D [17/Feb/2021:20:07:10 +0100] [Job 28] Printer found with device ID: MFG:HP;MDL:Deskjet 3050A J6>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Device protocol: 2
D [17/Feb/2021:20:07:10 +0100] [Job 28] Invio dei dati alla stampante.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Sent 0 bytes...
D [17/Feb/2021:20:07:10 +0100] [Job 28] Waiting for read thread to exit...
D [17/Feb/2021:20:07:10 +0100] [Job 28] PID 195420 (/usr/lib/cups/backend/usb) exited with no err>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Color Manager: Calibration Mode/Off
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling FindDeviceById(cups-HP_Deskjet_3050A_J611_series)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Found device /org/freedesktop/ColorManager/devices/cups_H>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling org.freedesktop.ColorManager.Device.Get(Profiling>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling FindDeviceById(cups-HP_Deskjet_3050A_J611_series)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Found device /org/freedesktop/ColorManager/devices/cups_H>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling GetProfileForQualifiers(RGB.Plain....)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Failed to send: org.freedesktop.ColorManager.Device.Nothi>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Failed to get profile filename for cups-HP_Deskjet_3050A_>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Color Manager: no profiles specified in PPD
D [17/Feb/2021:20:07:10 +0100] [Job 28] Color Manager: ICC Profile: None
D [17/Feb/2021:20:07:10 +0100] [Job 28] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Ghostscript command line: gs -dQUIET -dSAFER -dNOPAUSE -d>
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[0]=\"OUTFORMAT=PDF\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[1]=\"PRINTER_LOCATION=\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[2]=\"CHARSET=utf-8\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[3]=\"CUPS_SERVER=/run/cups/cups.sock\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[6]=\"CUPS_FONTPATH=/usr/share/cups/fonts\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[29]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster>
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[30]=\"AUTH_INFO_REQUIRED=none\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] Start rendering...
D [17/Feb/2021:20:07:10 +0100] [Job 28] Processing page 1...
D [17/Feb/2021:20:07:10 +0100] [Job 28] Error: /ioerror in --showpage--
D [17/Feb/2021:20:07:10 +0100] [Job 28] Operand stack:
D [17/Feb/2021:20:07:10 +0100] [Job 28] true (/var/spool/cups/tmp/gs_2LkIO3) --nostringval-- >
D [17/Feb/2021:20:07:10 +0100] [Job 28] Execution stack:
D [17/Feb/2021:20:07:10 +0100] [Job 28] %interp_exit .runexec2 --nostringval-- showpage ->
D [17/Feb/2021:20:07:10 +0100] [Job 28] Dictionary stack:
D [17/Feb/2021:20:07:10 +0100] [Job 28] --dict:744/1123(ro)(G)-- --dict:1/20(G)-- --dict:80/2>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Current allocation mode is local
D [17/Feb/2021:20:07:10 +0100] [Job 28] Last OS error: Broken pipe
D [17/Feb/2021:20:07:10 +0100] [Job 28] GPL Ghostscript 9.53.3: Unrecoverable error, exit code 1
D [17/Feb/2021:20:07:10 +0100] [Job 28] Rendering completed
D [17/Feb/2021:20:07:10 +0100] [Job 28] PID 195418 (/usr/lib/cups/filter/gstoraster) stopped with>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Hint: Try setting the LogLevel to "debug" to find out mor>
D [17/Feb/2021:20:07:10 +0100] [Job 28] End of messages
D [17/Feb/2021:20:07:10 +0100] [Job 28] printer-state=3(idle)
D [17/Feb/2021:20:07:10 +0100] [Job 28] printer-state-message="Rendering completed"
D [17/Feb/2021:20:07:10 +0100] [Job 28] printer-state-reasons=none
E [17/Feb/2021:20:08:35 +0100] [CGI] ippfind (PID 196000) stopped with status 2!
E [17/Feb/2021:20:08:35 +0100] [cups-deviced] PID 195988 (driverless) stopped with status 2!
E [17/Feb/2021:20:08:41 +0100] [CGI] ippfind (PID 196039) stopped with status 2!
W [17/Feb/2021:20:08:45 +0100] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:p>
W [17/Feb/2021:20:08:45 +0100] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:p>Offline
D [17/Feb/2021:20:07:10 +0100] [Job 28] Error: /ioerror in --showpage--
D [17/Feb/2021:20:07:10 +0100] [Job 28] Operand stack:
D [17/Feb/2021:20:07:10 +0100] [Job 28] true (/var/spool/cups/tmp/gs_2LkIO3) --nostringval-- >
D [17/Feb/2021:20:07:10 +0100] [Job 28] Execution stack:
D [17/Feb/2021:20:07:10 +0100] [Job 28] %interp_exit .runexec2 --nostringval-- showpage ->
D [17/Feb/2021:20:07:10 +0100] [Job 28] Dictionary stack:
D [17/Feb/2021:20:07:10 +0100] [Job 28] --dict:744/1123(ro)(G)-- --dict:1/20(G)-- --dict:80/2>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Current allocation mode is local
D [17/Feb/2021:20:07:10 +0100] [Job 28] Last OS error: Broken pipe
D [17/Feb/2021:20:07:10 +0100] [Job 28] GPL Ghostscript 9.53.3: Unrecoverable error, exit code 1
D [17/Feb/2021:20:07:10 +0100] [Job 28] Rendering completed
D [17/Feb/2021:20:07:10 +0100] [Job 28] PID 195418 (/usr/lib/cups/filter/gstoraster) stopped with>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Hint: Try setting the LogLevel to "debug" to find out mor>
D [17/Feb/2021:20:07:10 +0100] [Job 28] End of messagesHave the lines ending in > been truncated by a pager?
The error is coming from ghostscript and the full text may help.
Offline
oops, I am very sorry, I was doing that too fast and I didn't notice it. Here's the complete output
D [17/Feb/2021:20:06:16 +0100] [Job 26] GPL Ghostscript 9.53.3: Unrecoverable error, exit code 1
D [17/Feb/2021:20:06:16 +0100] [Job 26] Rendering completed
D [17/Feb/2021:20:06:16 +0100] [Job 26] PID 195103 (/usr/lib/cups/filter/gstoraster) stopped with status 1.
D [17/Feb/2021:20:06:16 +0100] [Job 26] Hint: Try setting the LogLevel to "debug" to find out more.
D [17/Feb/2021:20:06:16 +0100] [Job 26] Waiting for read thread to exit...
D [17/Feb/2021:20:06:16 +0100] [Job 26] PID 195105 (/usr/lib/cups/backend/usb) exited with no errors.
D [17/Feb/2021:20:06:16 +0100] [Job 26] End of messages
D [17/Feb/2021:20:06:16 +0100] [Job 26] printer-state=3(idle)
D [17/Feb/2021:20:06:16 +0100] [Job 26] printer-state-message="Rendering completed"
D [17/Feb/2021:20:06:16 +0100] [Job 26] printer-state-reasons=none
E [17/Feb/2021:20:07:10 +0100] [Job 28] Unable to open raster stream - : Broken pipe
E [17/Feb/2021:20:07:10 +0100] [Job 28] Job stopped due to filter errors; please consult the /var/log/cups/error_log file for details.
D [17/Feb/2021:20:07:10 +0100] [Job 28] The following messages were recorded from 20:07:03 to 20:07:10
D [17/Feb/2021:20:07:10 +0100] [Job 28] Applying default options...
D [17/Feb/2021:20:07:10 +0100] [Job 28] Adding start banner page "none".
D [17/Feb/2021:20:07:10 +0100] [Job 28] Queued on "HP_Deskjet_3050A_J611_series" by "angie_arch".
D [17/Feb/2021:20:07:10 +0100] [Job 28] Auto-typing file...
D [17/Feb/2021:20:07:10 +0100] [Job 28] Request file type is application/postscript.
D [17/Feb/2021:20:07:10 +0100] [Job 28] File of type application/postscript queued by "angie_arch".
D [17/Feb/2021:20:07:10 +0100] [Job 28] Adding end banner page "none".
D [17/Feb/2021:20:07:10 +0100] [Job 28] time-at-processing=1613588823
D [17/Feb/2021:20:07:10 +0100] [Job 28] 4 filters for job:
D [17/Feb/2021:20:07:10 +0100] [Job 28] gstopdf (application/postscript to application/pdf, cost 0)
D [17/Feb/2021:20:07:10 +0100] [Job 28] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [17/Feb/2021:20:07:10 +0100] [Job 28] gstoraster (application/vnd.cups-pdf to application/vnd.cups-raster, cost 99)
D [17/Feb/2021:20:07:10 +0100] [Job 28] hpcups (application/vnd.cups-raster to printer/HP_Deskjet_3050A_J611_series, cost 0)
D [17/Feb/2021:20:07:10 +0100] [Job 28] job-sheets=none,none
D [17/Feb/2021:20:07:10 +0100] [Job 28] Mapping media to Pagesize=Letter
D [17/Feb/2021:20:07:10 +0100] [Job 28] After mapping finishings PageSize=Letter
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[0]="HP_Deskjet_3050A_J611_series"
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[1]="28"
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[2]="angie_arch"
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[3]="MY_MUSIC_003_20210217_153414.pdf"
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[4]="1"
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[5]="Collate finishings=3 fit-to-page job-billing media=Letter number-up=1 number-up-layout=lrtb outputorder=normal page-bottom=41 page-left=10 page-right=10 page-top=10 portrait sides=one-sided job-uuid=urn:uuid:b291b3f6-028b-34b1-4fa7-3d3e662bf592 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1613588823 time-at-processing=1613588823 document-name-supplied=okular_sUHlCv.ps PageSize=Letter"
D [17/Feb/2021:20:07:10 +0100] [Job 28] argv[6]="/var/spool/cups/d00028-001"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[5]="CUPS_SERVERBIN=/usr/lib/cups"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[7]="CUPS_STATEDIR=/run/cups"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[8]="HOME=/var/spool/cups/tmp"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[10]="SERVER_ADMIN=root@Arch"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[11]="SOFTWARE=CUPS/2.3.3op1"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[13]="USER=root"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[14]="CUPS_MAX_MESSAGE=2047"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[15]="CUPS_SERVER=/run/cups/cups.sock"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[17]="IPP_PORT=631"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[18]="CHARSET=utf-8"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[19]="LANG=it_IT.UTF-8"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[20]="PPD=/etc/cups/ppd/HP_Deskjet_3050A_J611_series.ppd"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[21]="RIP_MAX_CACHE=128m"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[22]="CONTENT_TYPE=application/postscript"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[23]="DEVICE_URI=usb://HP/Deskjet%203050A%20J611%20series?serial=CN226580ZH05PJ&interface=1"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[24]="PRINTER_INFO=HP Deskjet 3050A J611 series"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[25]="PRINTER_LOCATION="
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[26]="PRINTER=HP_Deskjet_3050A_J611_series"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[27]="PRINTER_STATE_REASONS=none"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[28]="CUPS_FILETYPE=document"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[30]="AUTH_I****"
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started filter /usr/lib/cups/filter/gstopdf (PID 195416)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started filter /usr/lib/cups/filter/pdftopdf (PID 195417)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started filter /usr/lib/cups/filter/gstoraster (PID 195418)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started filter /usr/lib/cups/filter/hpcups (PID 195419)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Started backend /usr/lib/cups/backend/usb (PID 195420)
D [17/Feb/2021:20:07:10 +0100] [Job 28] execv failed: Permission denied
D [17/Feb/2021:20:07:10 +0100] [Job 28] PID 195419 (/usr/lib/cups/filter/hpcups) stopped with status 113 (Permission denied)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Hint: Try setting the LogLevel to "debug" to find out more.
D [17/Feb/2021:20:07:10 +0100] [Job 28] gstopdf argv[6] = 28 angie_arch MY_MUSIC_003_20210217_153414.pdf 1 Collate finishings=3 fit-to-page job-billing media=Letter number-up=1 number-up-layout=lrtb outputorder=normal page-bottom=41 page-left=10 page-right=10 page-top=10 portrait sides=one-sided job-uuid=urn:uuid:b291b3f6-028b-34b1-4fa7-3d3e662bf592 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1613588823 time-at-processing=1613588823 document-name-supplied=okular_sUHlCv.ps PageSize=Letter /var/spool/cups/d00028-001
D [17/Feb/2021:20:07:10 +0100] [Job 28] PPD: /etc/cups/ppd/HP_Deskjet_3050A_J611_series.ppd
D [17/Feb/2021:20:07:10 +0100] [Job 28] pdftopdf: Last filter determined by the PPD: hpcups; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will not log pages in page_log.
D [17/Feb/2021:20:07:10 +0100] [Job 28] OUTFORMAT=\"<none>\", so output format will be CUPS/PWG Raster
D [17/Feb/2021:20:07:10 +0100] [Job 28] Loading USB quirks from \"/usr/share/cups/usb\".
D [17/Feb/2021:20:07:10 +0100] [Job 28] Loaded 98 quirks.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Printing on printer with URI: usb://HP/Deskjet%203050A%20J611%20series?serial=CN226580ZH05PJ&interface=1
D [17/Feb/2021:20:07:10 +0100] [Job 28] OUTFORMAT=\"PDF\", so output format will be PDF
D [17/Feb/2021:20:07:10 +0100] [Job 28] libusb_get_device_list=6
D [17/Feb/2021:20:07:10 +0100] [Job 28] STATE: +connecting-to-device
D [17/Feb/2021:20:07:10 +0100] [Job 28] STATE: -connecting-to-device
D [17/Feb/2021:20:07:10 +0100] [Job 28] Printer found with device ID: MFG:HP;MDL:Deskjet 3050A J611 series;CMD:MLC,PCL3GUI,PJL,URF,DW-PCL,PML,802.11,DESKJET,DYN;1284.4DL:4d,4e,1;CLS:PRINTER;DES:CR231B;CID:HPIJVIPAV1;LEDMDIS:USB#FF#CC#00,USB#07#01#02,USB#FF#04#01;SN:CN226580ZH05PJ;>
D [17/Feb/2021:20:07:10 +0100] [Job 28] Device protocol: 2
D [17/Feb/2021:20:07:10 +0100] [Job 28] Invio dei dati alla stampante.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Sent 0 bytes...
D [17/Feb/2021:20:07:10 +0100] [Job 28] Waiting for read thread to exit...
D [17/Feb/2021:20:07:10 +0100] [Job 28] PID 195420 (/usr/lib/cups/backend/usb) exited with no errors.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Color Manager: Calibration Mode/Off
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling FindDeviceById(cups-HP_Deskjet_3050A_J611_series)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Found device /org/freedesktop/ColorManager/devices/cups_HP_Deskjet_3050A_J611_series
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling org.freedesktop.ColorManager.Device.Get(ProfilingInhibitors)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling FindDeviceById(cups-HP_Deskjet_3050A_J611_series)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Found device /org/freedesktop/ColorManager/devices/cups_HP_Deskjet_3050A_J611_series
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling GetProfileForQualifiers(RGB.Plain....)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Failed to send: org.freedesktop.ColorManager.Device.NothingMatched:nothing matched expression \'RGB.Plain.,RGB.Plain.*,RGB.*.,RGB.*.*,*\'
D [17/Feb/2021:20:07:10 +0100] [Job 28] Failed to get profile filename for cups-HP_Deskjet_3050A_J611_series
D [17/Feb/2021:20:07:10 +0100] [Job 28] Color Manager: no profiles specified in PPD
D [17/Feb/2021:20:07:10 +0100] [Job 28] Color Manager: ICC Profile: None
D [17/Feb/2021:20:07:10 +0100] [Job 28] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Ghostscript command line: gs -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=pdfwrite -dDoNumCopies -dCompatibilityLevel=1.3 -dAutoRotatePages=/None -dAutoFilterColorImages=false -dNOPLATFONTS -dColorImageFilter=/FlateEncode -dPDFSETTINGS=/default -dColorConversionStrategy=/LeaveColorUnchanged -r600x300 -dDEVICEWIDTHPOINTS=612 -dDEVICEHEIGHTPOINTS=792 -I/usr/share/cups/fonts -c -f -_
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[0]=\"OUTFORMAT=PDF\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[1]=\"PRINTER_LOCATION=\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[2]=\"CHARSET=utf-8\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[3]=\"CUPS_SERVER=/run/cups/cups.sock\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[4]=\"CUPS_SERVERROOT=/etc/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[5]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[6]=\"CUPS_FONTPATH=/usr/share/cups/fonts\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[7]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[8]=\"PWD=/\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[9]=\"CUPS_DATADIR=/usr/share/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[10]=\"PRINTER=HP_Deskjet_3050A_J611_series\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[11]=\"IPP_PORT=631\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[12]=\"PPD=/etc/cups/ppd/HP_Deskjet_3050A_J611_series.ppd\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[13]=\"DEVICE_URI=usb://HP/Deskjet%203050A%20J611%20series?serial=CN226580ZH05PJ&interface=1\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[14]=\"HOME=/var/spool/cups/tmp\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[15]=\"LANG=it_IT.UTF-8\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[16]=\"PRINTER_STATE_REASONS=none\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[17]=\"TMPDIR=/var/spool/cups/tmp\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[18]=\"CUPS_ENCRYPTION=IfRequested\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[19]=\"RIP_MAX_CACHE=128m\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[20]=\"PRINTER_INFO=HP Deskjet 3050A J611 series\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[21]=\"SERVER_ADMIN=root@Arch\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[22]=\"USER=root\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[23]=\"SHLVL=1\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[24]=\"CUPS_DOCROOT=/usr/share/cups/doc\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[25]=\"CUPS_SERVERBIN=/usr/lib/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[26]=\"CUPS_MAX_MESSAGE=2047\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[27]=\"CUPS_FILETYPE=document\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[28]=\"SOFTWARE=CUPS/2.3.3op1\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[29]=\"PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[30]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[31]=\"CONTENT_TYPE=application/postscript\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[32]=\"CUPS_STATEDIR=/run/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[33]=\"AUTH_INFO_REQUIRED=none\"
D [_17/Feb/2021:20:07:10 +0100] [Job 28] envp[34]=\"_=/usr/lib/cups/filter/gstoraster\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[34]=\"_=/usr/lib/cups/filter/gstoraster\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] PID 195416 (/usr/lib/cups/filter/gstopdf) exited with no errors.
D [17/Feb/2021:20:07:10 +0100] [Job 28] PDF interactive form and annotation flattening done via QPDF
D [17/Feb/2021:20:07:10 +0100] [Job 28] PID 195417 (/usr/lib/cups/filter/pdftopdf) exited with no errors.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Color Manager: Calibration Mode/Off
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling FindDeviceById(cups-HP_Deskjet_3050A_J611_series)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Found device /org/freedesktop/ColorManager/devices/cups_HP_Deskjet_3050A_J611_series
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling org.freedesktop.ColorManager.Device.Get(ProfilingInhibitors)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling FindDeviceById(cups-HP_Deskjet_3050A_J611_series)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Found device /org/freedesktop/ColorManager/devices/cups_HP_Deskjet_3050A_J611_series
D [17/Feb/2021:20:07:10 +0100] [Job 28] Calling GetProfileForQualifiers(RGB.Plain....)
D [17/Feb/2021:20:07:10 +0100] [Job 28] Failed to send: org.freedesktop.ColorManager.Device.NothingMatched:nothing matched expression \'RGB.Plain.,RGB.Plain.*,RGB.*.,RGB.*.*,*\'
D [17/Feb/2021:20:07:10 +0100] [Job 28] Failed to get profile filename for cups-HP_Deskjet_3050A_J611_series
D [17/Feb/2021:20:07:10 +0100] [Job 28] Color Manager: no profiles specified in PPD
D [17/Feb/2021:20:07:10 +0100] [Job 28] Color Manager: ICC Profile: None
D [17/Feb/2021:20:07:10 +0100] [Job 28] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Ghostscript command line: gs -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -sMediaType=Plain -sOutputType=0 -r600x300 -dMediaPosition=7 -dDEVICEWIDTHPOINTS
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[0]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[1]=\"CUPS_DATADIR=/usr/share/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[2]=\"CUPS_DOCROOT=/usr/share/cups/doc\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[3]=\"CUPS_FONTPATH=/usr/share/cups/fonts\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[4]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[5]=\"CUPS_SERVERBIN=/usr/lib/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[6]=\"CUPS_SERVERROOT=/etc/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[7]=\"CUPS_STATEDIR=/run/cups\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[8]=\"HOME=/var/spool/cups/tmp\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[9]=\"PATH=/usr/lib/cups/filter:/usr/bin:/usr/bin:/bin:/usr/bin\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[10]=\"SERVER_ADMIN=root@Arch\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[11]=\"SOFTWARE=CUPS/2.3.3op1\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[12]=\"TMPDIR=/var/spool/cups/tmp\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[13]=\"USER=root\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[14]=\"CUPS_MAX_MESSAGE=2047\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[15]=\"CUPS_SERVER=/run/cups/cups.sock\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[16]=\"CUPS_ENCRYPTION=IfRequested\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[17]=\"IPP_PORT=631\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[18]=\"CHARSET=utf-8\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[19]=\"LANG=it_IT.UTF-8\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[20]=\"PPD=/etc/cups/ppd/HP_Deskjet_3050A_J611_series.ppd\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[21]=\"RIP_MAX_CACHE=128m\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[22]=\"CONTENT_TYPE=application/postscript\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[23]=\"DEVICE_URI=usb://HP/Deskjet%203050A%20J611%20series?serial=CN226580ZH05PJ&interface=1\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[24]=\"PRINTER_INFO=HP Deskjet 3050A J611 series\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[25]=\"PRINTER_LOCATION=\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[26]=\"PRINTER=HP_Deskjet_3050A_J611_series\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[27]=\"PRINTER_STATE_REASONS=none\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[28]=\"CUPS_FILETYPE=document\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[29]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] envp[30]=\"AUTH_INFO_REQUIRED=none\"
D [17/Feb/2021:20:07:10 +0100] [Job 28] Start rendering...
D [17/Feb/2021:20:07:10 +0100] [Job 28] Processing page 1...
D [17/Feb/2021:20:07:10 +0100] [Job 28] Error: /ioerror in --showpage--
D [17/Feb/2021:20:07:10 +0100] [Job 28] Operand stack:
D [17/Feb/2021:20:07:10 +0100] [Job 28] true (/var/spool/cups/tmp/gs_2LkIO3) --nostringval-- 1 true
D [17/Feb/2021:20:07:10 +0100] [Job 28] Execution stack:
D [17/Feb/2021:20:07:10 +0100] [Job 28] %interp_exit .runexec2 --nostringval-- showpage --nostringval-- 2 %stopped_push --nostringval-- showpage showpage false 1 %stopped_push 1990 2 3 %oparray_pop 1989 2 3 %oparray_pop 1977 2 3 %oparray_pop showpage 1978 4 3 %oparray_pop showpage showpage 2 1 1 showpage %for_pos_int_continue 1981 4 7 %oparray_pop showpage showpage 1840 3 9 %oparray_pop showpage showpage
D [17/Feb/2021:20:07:10 +0100] [Job 28] Dictionary stack:
D [17/Feb/2021:20:07:10 +0100] [Job 28] --dict:744/1123(ro)(G)-- --dict:1/20(G)-- --dict:80/200(L)-- --dict:80/200(L)-- --dict:133/256(ro)(G)-- --dict:319/325(ro)(G)-- --dict:33/64(L)-- --dict:6/9(L)-- --dict:6/20(L)--
D [17/Feb/2021:20:07:10 +0100] [Job 28] Current allocation mode is local
D [17/Feb/2021:20:07:10 +0100] [Job 28] Last OS error: Broken pipe
D [17/Feb/2021:20:07:10 +0100] [Job 28] GPL Ghostscript 9.53.3: Unrecoverable error, exit code 1
D [17/Feb/2021:20:07:10 +0100] [Job 28] Rendering completed
D [17/Feb/2021:20:07:10 +0100] [Job 28] PID 195418 (/usr/lib/cups/filter/gstoraster) stopped with status 1.
D [17/Feb/2021:20:07:10 +0100] [Job 28] Hint: Try setting the LogLevel to "debug" to find out more.
D [17/Feb/2021:20:07:10 +0100] [Job 28] End of messages
D [17/Feb/2021:20:07:10 +0100] [Job 28] printer-state=3(idle)
D [17/Feb/2021:20:07:10 +0100] [Job 28] printer-state-message="Rendering completed"
D [17/Feb/2021:20:07:10 +0100] [Job 28] printer-state-reasons=none
E [17/Feb/2021:20:08:35 +0100] [CGI] ippfind (PID 196000) stopped with status 2!
E [17/Feb/2021:20:08:35 +0100] [cups-deviced] PID 195988 (driverless) stopped with status 2!
E [17/Feb/2021:20:08:41 +0100] [CGI] ippfind (PID 196039) stopped with status 2!
W [17/Feb/2021:20:08:45 +0100] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'HP_Deskjet_3050A_J611_series-Gray..\' already exists
W [17/Feb/2021:20:08:45 +0100] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'HP_Deskjet_3050A_J611_series-RGB..\' already existsOffline
Is hplip installed?
Offline
Alternatively https://aur.archlinux.org/packages/foo2zjs-nightly/
hplip will require https://aur.archlinux.org/packages/hplip-plugin/ at a matching version.
Offline
Something here, okay, I guess not exactly same printer.
=> Latest HPLIP should work, as usually (for most cases), but can of course test with older version if no success.
OpenPrinting.org says that works perfectly.
The following driver(s) are known to drive this printer: hpcups 3.11.1
Last edited by euromatlox (2021-02-18 18:52:03)
Offline
Pages: 1