Displaying 5 results from an estimated 5 matches for "browseremoteprotocols".
2011 Mar 07
3
No printers visible on Mac OS X Snow Leopard
...og. The only printer visible is "Microsoft XPS Document Writer".
I have tried to diagnose this problem as follows:
1) I can go to http://localhost:631/printers and manage CUPS.
2) nc localhost 631, followed by entering text, returns HTML with a 405 error.
3) I ran the command: cupsctl BrowseRemoteProtocols=cups
4) I tried to Add Printers in the wine environment, but I can't figure out how. The Print dialog doesn't have an "Add Printer" button. The Control Panel doesn't have a "Printers and Faxes" applet.
Any suggestions on how to resolve and/or diagnose would be grat...
2020 Jan 06
3
Using shared printers in CentOS 8
How do I let a CentOS 8 client make use of the shared printers advertised by CUPS on the network? In CentOS 6, this was just a matter in a checkbox "Show printers shared by other systems" on the CUPS Admin page. Is this function still available somehow? Manually adding all the shared printers on every client would be painful.
--
Bob Nichols "NOSPAM" is really part of my
2015 May 04
1
A working CUPS authentication now fails without change anything...
...39;t have apparmor and on cups I've added the group to SystemGroup:
SystemGroup printadmin lpadmin
and the other in cupsd.conf
LogLevel warn
MaxLogSize 0
# Allow remote access
Port 80
Listen /var/run/cups/cups.sock
# Share local printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseRemoteProtocols
BrowseAddress @LOCAL
BrowseLocalProtocols CUPS dnssd
DefaultAuthType Basic
WebInterface Yes
DefaultLanguage es
<Location />
# Allow shared printing...
Order allow,deny
Allow @LOCAL
</Location>
<Location /admin>
Order allow,deny
Allow From *
</Location>
<Locatio...
2015 May 12
2
[Solved] A working CUPS authentication now fails without change anything...
...dmin
>>
>> and the other in cupsd.conf
>> LogLevel warn
>> MaxLogSize 0
>> # Allow remote access
>> Port 80
>> Listen /var/run/cups/cups.sock
>> # Share local printers on the local network.
>> Browsing On
>> BrowseOrder allow,deny
>> BrowseRemoteProtocols
>> BrowseAddress @LOCAL
>> BrowseLocalProtocols CUPS dnssd
>> DefaultAuthType Basic
>> WebInterface Yes
>> DefaultLanguage es
>>
>> <Location />
>> # Allow shared printing...
>> Order allow,deny
>> Allow @LOCAL
>> </Lo...
2015 May 04
3
A working CUPS authentication now fails without change anything...
2015-05-04 18:16 GMT+02:00 Rowland Penny <rowlandpenny at googlemail.com>:
> On 04/05/15 17:03, Daniel Carrasco Mar?n wrote:
>
>> Hi,
>>
>> Just a moments ago i've sent a message to other user saying that I've a
>> working server with CUPS authentication using AD groups. Well, that
>> authentication is not working anymore and i've not changed