NethServer release 7.6.1810 (final)
What happens with cups on Nethserver? I just activate a feature (cups) but does not work on my browser. In my logs a got some errors like that:
E [29/Jul/2019:08:59:48 -0300] Unknown directive BrowseOrder on line 23 of /etc/cups/cupsd.conf.
E [29/Jul/2019:08:59:48 -0300] Unknown directive BrowseAllow on line 24 of /etc/cups/cupsd.conf.
E [29/Jul/2019:08:59:48 -0300] Unknown browse protocol “CUPS” ignored.
E [29/Jul/2019:09:10:45 -0300] Unknown browse protocol “CUPS” ignored.
E [29/Jul/2019:10:04:26 -0300] Unknown directive BrowseOrder on line 22 of /etc/cups/cupsd.conf.
E [29/Jul/2019:10:04:26 -0300] Unknown directive BrowseAllow on line 23 of /etc/cups/cupsd.conf.
E [29/Jul/2019:10:04:26 -0300] Unknown browse protocol “CUPS” ignored.
In my cups.conf all good for me:
LogLevel warn
MaxLogSize 0
# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow all
BrowseLocalProtocols CUPS dnssd
Listen /var/run/cups/cups.sock
Listen 0.0.0.0:631
# Default authentication type, when authentication is required…
DefaultAuthType Basic
# Restrict access to the server…
- Order deny,allow*
- Deny From All*
- Allow From 127.0.0.1*
- Allow From 192.180.0.0/255.255.255.0*
# Restrict access to the admin pages…
<Location /admin>
- Order deny,allow*
- Allow From 127.0.0.1*
- Allow From 192.180.0.0/255.255.255.0*
# Restrict access to configuration files…
<Location /admin/conf>
- AuthType Default*
- Require user @SYSTEM*
- Order deny,allow*
- Allow From 127.0.0.1*
- Allow From 192.180.0.0/255.255.255.0*
emphasized text
I already looked here in the forum for some kind of solutions, but none helped me for now!