On Wed 24 Feb 2016 at 16:57:41 +0100, Dominik George wrote: > Printing on printers published by CUPS 1.7.5 on a Debian stable print > server fails with the following: > > No suitable destination host found by cups-browsed.
How do you receive this error message? In a log? > The printers are recorded as being on „luna.local“, which is correct, > and I can resolve this name via mDNS and reach the host. > > This is reproducible with several different print servers and clients, > always in the combination 2.1.3 client and 1.7.5 server. Can you say a bit more about your setup? The message is associated with backend/implicitclass.c of cups-filters. It implies remote queues are disabled: if (!strcmp(dest_host, "NO_DEST_FOUND")) { /* All remote queues are either disabled or not accepting jobs, let CUPS retry after the usual interval */ fprintf(stderr, "ERROR: No suitable destination host found by cups-browsed.\n"); Anything you can provide which would make the behaviour reproducible would be helpful. Regards, Brian.