[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1005841: debian-edu-config: No TJENER print queues appearing on Debian Edu clients, print queues named not like queue name on TJENER



[ Mike Gabriel, 2022-02-16 ]
> The problem is that I think that the cups-browsing (or more strictly spoken
> cups-browsed-debian-edu.conf) never got really fully tested, because
> cups-browsed fails/failed to read cups-browsed-debian-edu.conf due to
> apparmor blocking.
 
Right.

> On normal workstations, I sense that some cups-browsed defaults kick into
> place (as the cups-browsed-debian-edu.conf is being blocked from reading at
> cups-browsed service startup) and that these defaults provide CUPS queues on
> TJENER to the clients via dnssd and the printer naming scheme is
> <make>_<model>_<host> (which is an unwanted naming scheme here).

Right. Like you proposed, the correct file content should rather be:

diff --git a/etc/cups/cups-browsed-debian-edu.conf b/etc/cups/cups-browsed-debian-edu.conf
index b1479a4f..f58a99ad 100644
--- a/etc/cups/cups-browsed-debian-edu.conf
+++ b/etc/cups/cups-browsed-debian-edu.conf
@@ -28,5 +28,5 @@ BrowseAllow ipp.intern
 # to "No".
 
 CreateIPPPrinterQueues No
-CreateRemoteCUPSPrinterQueues No
-
+CreateRemoteCUPSPrinterQueues Yes
+LocalQueueNamingRemoteCUPS RemoteName

Wolfgang

Attachment: signature.asc
Description: PGP signature


Reply to: