After having yesterday upgraded from Ubuntu 24.10 to 25.04, I now get the following error in file /var/log/cups/error_log, printing with USB cable on my Brother DCP L2530DW printer:
E [19/Apr/2025:08:55:51 +0200] Missing value on line 25 of /var/cache/cups/job.cache.
E [19/Apr/2025:09:00:16 +0200] [Job 1020] No suitable destination host found by cups-browsed, retrying later
E [19/Apr/2025:09:00:31 +0200] [cups-driverd] Bad line from \"driverless\": \"driverless:ipp://Brother%20DCP-L2530DW%20series%20(USB)._ipp._tcp.local/\" en \"\" \"Unknown, driverless, cups-filters 2.0.1\" \"\"
The job is correctly inserted into the printer queue, but not printed. The scanner is but perfectly working.
The admin port http://localhost:631/printers/Brother_DCP_L2530DW_series_USB correctly displays everything, but as soon as I print, I get the above error message.
I tried different ways to fix the problem, as suggested on different websites but nothing worked. My main information source is this question: “No suitable Destination Host found by cups-browsed”
As mentioned there, I deinstalled cups_browsed with the command:
sudo apt-get purge --autoremove cups-browsed
restarted the OS and reinstalled cups_browsed with the command:
sudo apt install cups-browsed
and in the end restarted the printer. I then tried to print a small text file and got the following lines in /var/log/cups/error_log:
E [21/Apr/2025:08:44:48 +0200] [Job 1024] No suitable destination host found by cups-browsed, retrying later
E [21/Apr/2025:08:44:59 +0200] [cups-driverd] Bad line from \"driverless\": \"driverless:ipp://Brother%20DCP-L2530DW%20series%20(USB)._ipp._tcp.local/\" en \"\" \"Unknown, driverless, cups-filters 2.0.1\" \"\"
E [21/Apr/2025:08:45:08 +0200] [Job 1024] cfFilterGhostscript: Ghostscript (PID 5341) crashed on signal 15
E [21/Apr/2025:08:45:08 +0200] [Job 1024] gstoraster filter failed.
W [21/Apr/2025:08:45:08 +0200] [Job 1024] Backend implicitclass returned status 7 (retry job immediately)
D [21/Apr/2025:08:45:08 +0200] [Job 1024] The following messages were recorded from 08:44:48 to 08:45:08
The job is still in the queue and nothing is printed. I emptied the queue and now the command lpstat -t gives the following output:
Zeitplandienst läuft
keine systemvoreingestellten Ziele
Gerät für Brother_DCP_L2530DW_series_USB: implicitclass://Brother_DCP_L2530DW_series_USB/
Brother_DCP_L2530DW_series_USB akzeptiert Anfragen seit Mo 21 Apr 2025 08:45:09
Drucker Brother_DCP_L2530DW_series_USB ist im Leerlauf. Aktiviert seit Mo 21 Apr 2025 08:45:09
gstoraster filter failed.
BTW, I'm running a swiss-german Ubuntu 25.04 system.
I'm afraid the problem comes from here:
cfFilterGhostscript: Ghostscript (PID 5341) crashed on signal 15
Backend implicitclass returned status 7
Could you please be more specific asking for "vital" information? I could send the whole debug infos of /var/log/cups/error_log if required.
Thank you for your help.
