> The same here, except for the BrowsePoll, because the server is in another > subnet and we don't bridge the broadcasts. > > DefaultCharset notused > LogLevel info > Printcap /var/run/cups/printcap > TempDir /var/spool/cups/tmp > Port 631 > BrowsePoll some.other.host:631 > <Location /> > Order Deny,Allow > Deny From All > Allow From 127.0.0.1 > </Location> > <Location /jobs> > AuthType Basic > AuthClass User > </Location> > <Location /admin> > AuthType Basic > AuthClass System > Order Deny,Allow > Deny From All > Allow From 127.0.0.1 > </Location> > > Try to stop/start the server. What do you see in /var/log/cups/error_log > ? > > Make sure that "/etc/init.d/cupsys stop" stops everything. Sometimes it > happens that some backend (parallel in my case) hangs and nothing works > upon restart. > > Greetings, > Ionut > > On Tue, May 24, 2005 at 10:42:02AM -0600, Stephen Queen wrote: > > If I execute the following command as root from /etc/cups > > > > egrep -v "^#.*" cupsd.conf | egrep -v "^ *$" > > > > I get the following output > > > > DefaultCharset notused > > LogLevel info > > Printcap /var/run/cups/printcap > > Port 631 > > <Location /> > > Order Deny,Allow > > Deny From All > > Allow From 127.0.0.1 > > </Location> > > <Location /jobs> > > AuthType Basic > > AuthClass User > > </Location> > > <Location /admin> > > AuthType Basic > > AuthClass System > > Order Deny,Allow > > Deny From All > > Allow From 127.0.0.1 > > </Location> > > > > > > What do you get? > > > > Stephen Queen > > > > Can you ping localhost?
Stephen Queen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]