The officially official Devuan Forum!

You are not logged in.

#1 2025-06-09 14:06:30

Mike-thinky
Member
Registered: 2021-10-28
Posts: 78  

Printer suddenly stopped working recently

Hi, as title printer used to work, but has recently refused to print.
Error messages in /var/log/cups/error_log:
W [07/Nov/2024:11:17:58 +0000] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'EPSON_WF_5190_Series-Gray..\' already exist
...
W [07/Nov/2024:11:17:58 +0000] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'EPSON_WF_5190_Series-Gray..\' already exist
...
W [15/Jan/2025:10:27:21 +0000] [Job 2] /var/spool/cups/d00002-001 (object 3 0, offset 11412): dictionary has duplicated key /x29; last occurrence overrides earlier ones
...
W [11/May/2025:16:59:05 +0100] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'EPSON_WF_5190_Series-DeviceN..\' already exists
...
E [14/May/2025:13:10:44 +0100] [Job 16] No suitable destination host found by cups-browsed.
W [14/May/2025:13:10:44 +0100] [Job 16] Backend returned status 6 (retry job later)
...
D [14/May/2025:13:36:26 +0100] [Job 16] Read cups-browsed-dest-printer option: \"18 NO_DEST_FOUND\"
...E [09/Jun/2025:13:45:55 +0100] [Job 20] No destination host name supplied by cups-browsed for printer \"EPSON_WF_5190_Series\", is cups-browsed running?
W [09/Jun/2025:13:45:55 +0100] [Job 20] Backend returned status 4 (stop printer)

There are others in the logs, but lots of duplicate messages

Any suggestions to track down and fix this?
It may be I have been bitten by the cups updates?

Offline

#2 2025-06-09 17:11:11

Altoid
Member
Registered: 2017-05-07
Posts: 1,764  

Re: Printer suddenly stopped working recently

Hello:

Mike-thinky wrote:

... printer used to work, but has recently refused to print.

For lack of a better reply, I'd say that what you have is a very specific CUPS issue.

Mike-thinky wrote:

... suggestions to track down and fix this?

Unfortunately, Apple Corp. has blocked all acess to the huge source of data/information that were the CUPS archives.

That said, there is are new lists set up by the chap who wrote CUPS:

See here for general instructions:
https://subspace.kernel.org/subscribing.html

See here for specific CUPS lists instructions:
https://subspace.kernel.org/lists.linux.dev.html

For printing-architecture
subscribe       printing-architecture+subscribe@lists.linux.dev   
unsubscribe   printing-architecture+unsubscribe@lists.linux.dev
posting          printing-architecture@lists.linux.dev
archive          https://lore.kernel.org/printing-architecture/

For printing-users
subscribe      printing-users+subscribe@lists.linux.dev
unsubscribe  printing-users+unsubscribe@lists.linux.dev
posting          printing-users@lists.linux.dev
archive          https://lore.kernel.org/printing-users/

The background to all this hassle, more specifically, the archives at https://lists.cups.org/pipermail/cups/:

Up to (at least) May last year, the archive was accessible to anyone, suscribed or not.
Those suscribed to the list could post to all list members by sending mail to cups@cups.org
Just like most standard issue mailing lists ...

Some time ago I needed to look up something and found that attempting to access the archives
returned a *403 Forbidden* page.

A mail to cups-owner@cups org got me this reply:
---
More recent cups related stuff can be found at openprinting.org.
When apple bought cups, those lists went to their servers.
Mike quietly left apple years ago, and it appears that apple has removed the lists.
They own "cups". So Mike had to make a new name.
---
'Mike' obviously refers to Michael Sweet who left Apple in December 2019.

Unfortunately, a further email asking for more information went unanswered.
Bad vibes ...

It seems that I can still post to the list (ie: email does not bounce) and I receive other people's
posts containing replies so the list works, but the thread is not accessible.

I then posted to the OpenPrinting GitHub page asking about this and right away received a
reply from M.R. Sweet himself:

https://github.com/OpenPrinting/cups/discussions/1237

---
Unfortunately, lists.cups.org is an Apple-managed site and we have no control over its
contents or configuration...
The printing-users and printing-architecture lists on kernel.org are the current place for
discussing printing-related issues.
---

The thing is that all this went down without *any* notice sent to the list and the wealth of information that made up the archives are, thanks to the assholes at Apple Corp., lost to any and everyone who ever posted anything there.

The first example of such shitty behaviour came from yet another well known corporation (Oracle): after taking over Sun Microsystems, they blocked all access (mailing lists and downlaods) to anyone without a $ervice contract.

Best,

A.

Last edited by Altoid (2025-06-09 22:52:15)

Offline

#3 2025-06-09 21:06:18

igorzwx
Member
Registered: 2024-05-06
Posts: 161  

Re: Printer suddenly stopped working recently

If you google "No suitable destination host found by cups-browsed," you get:
"SOLVED: no suitable destination host found by cups-browsed"
_https://forums.linuxmint.com/viewtopic.php?t=380704
“No suitable Destination Host found by cups-browsed”
_https://askubuntu.com/questions/1128164/no-suitable-destination-host-found-by-cups-browsed
and a lot of similar links

Possible solutions:

apt purge cups-browsed

_https://forums.linuxmint.com/viewtopic.php?t=380704

First: uninstall cups-browsed

sudo apt-get purge --autoremove cups-browsed

Next: Restart your computer

Finally manually add your printer
_https://askubuntu.com/a/1128869

Offline

#4 2025-06-09 22:00:51

Mike-thinky
Member
Registered: 2021-10-28
Posts: 78  

Re: Printer suddenly stopped working recently

I can see a lot of reading to do...

In Cups, on the admin page for an unprinted job I get this message:
"No destination host name supplied by cups-browsed for printer "EPSON_WF_5190_Series", is cups-browsed running?"

Offline

Board footer