#935166 Re-instate Debian-9's remote CUPS queue naming model

Package:
cups
Source:
cups
Description:
Common UNIX Printing System(tm) - PPD/driver support, web interface
Submitter:
Mike Gabriel
Date:
2019-11-16 20:45:07 UTC
Severity:
wishlist
Tags:
#935166#5
Date:
2019-08-20 10:58:46 UTC
From:
To:
Package: cups
Severity: wishlist
Version: 2.2.10-6
User: debian-edu@lists.debian.org
Usertag: debian-edu
X-Debbugs-Cc: debian-edu@lists.debian.org


Hi,

on a Debian Edu setup that got upgraded from Debian 8 to Debian 10, I
noticed today that remote CUPS queue naming is completely unusable on
networks where different printer queues share the same driver (name).

I propose the following change to Debian's default cups-browsed.conf:

```
root@disklserver:/# diff -u /etc/cups/cups-browsed.conf.orig
/etc/cups/cups-browsed.conf
--- /etc/cups/cups-browsed.conf.orig	2019-08-20 12:53:43.619548720 +0200
+++ /etc/cups/cups-browsed.conf	2019-08-20 12:53:48.687534966 +0200
@@ -384,7 +384,7 @@

  # LocalQueueNamingRemoteCUPS DNS-SD
  # LocalQueueNamingRemoteCUPS MakeModel
-# LocalQueueNamingRemoteCUPS RemoteName
+LocalQueueNamingRemoteCUPS RemoteName
  # LocalQueueNamingIPPPrinter DNS-SD
  # LocalQueueNamingIPPPrinter MakeModel
```

With this change (it should hit Debian buster, finally, IMHO), the
queue naming style of remote CUPS queues gets changed back from

   DNS-SD style: <driver-name-with-underscores>_<host>

to

   RemoteName style: <queue-as-named-on-remote-server>

Please consider enforcing this configuration default on Debian
system's. Upstream's default is not really usable on big networks with
many printers.

Mike

#935166#10
Date:
2019-11-16 20:35:34 UTC
From:
To:
Thanks for your report, Mike.

Please say what the LibreOffice print dialog shows you with

 * The default Debian installation.
 * The default Debian installation but cups-browsed is stopped.
 * LocalQueueNamingRemoteCUPS RemoteName is uncommented and cups-browsed
   is running.

On unstable would be good.

Cheers,

Brian.