Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to keep cups from adding network printers

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
JueShire
Posts: 6
Joined: 2008-10-04 20:26

How to keep cups from adding network printers

#1 Post by JueShire »

Dear all,
I have a problem with Bonjour and/or cups-browsed in Debian stable.
The package cups-browsed adds the additional feature of automatically browsing for shared remote printers in a network. I want to turn this feature off. But how?

I changed /etc/cups/cupsd.conf according to the manpage:

Code: Select all

# Show shared printers on the local network.
#Browsing On
#BrowseLocalProtocols dnssd
BrowseLocalProtocols none

Browsing No
In /etc/cups/cups.browsed I changed

Code: Select all

BrowseRemoteProtocols dnssd cups
in

Code: Select all

BrowseRemoteProtocols none
and I also activated

Code: Select all

BrowseLocalProtocols none
Unfortunately it had no effect. It is also not possible to remove the package cups-browsed because cups-daemon depends on it.
Any suggestions?

Kind regards
JueShire

User avatar
ruwolf
Posts: 641
Joined: 2008-02-18 05:04
Location: Banovce nad Bebravou
Has thanked: 40 times
Been thanked: 29 times

Re: How to keep cups from adding network printers

#2 Post by ruwolf »

Have you reloaded (or restated) the daemon after your changes?

JueShire
Posts: 6
Joined: 2008-10-04 20:26

Re: How to keep cups from adding network printers

#3 Post by JueShire »

Of course.

nulix
Posts: 9
Joined: 2019-07-18 10:38

Re: How to keep cups from adding network printers

#4 Post by nulix »

Is it
Browsing No
or is it
Browsing Off
???


edit: according to https://www.cups.org/doc/man-cupsd.conf.html its like you wrote, but not what you are looking for.

shep
Posts: 423
Joined: 2011-03-15 15:22

Re: How to keep cups from adding network printers

#5 Post by shep »

I think you want to look at cups-browsed.service and avahi-daemon.service
https://wiki.archlinux.org/index.php/CUPS#cups-browsed

Post Reply