Re: cups problem on f8 x86_64

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

 



On Mon, 2008-02-11 at 08:01 +0100, François Patte wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Le 11.02.2008 00:03, Craig White a écrit :
> | On Sun, 2008-02-10 at 23:42 +0100, François Patte wrote:
> |> -----BEGIN PGP SIGNED MESSAGE-----
> |> Hash: SHA1
> |>
> |> Bonsoir,
> |>
> |> I have just finished a f8 x86_64 install for a server and I tried to
> |> configure a printer to be shared on my private lan:
> |>
> |> 1- I am unable to use http://localhost:631
> |>
> |> for if I try to modify anything cupsd dies!!! The "browse interface"
> |> write some strange characters in cupsd.conf (some "¤←") at
> |> DefaultAuthType and cups won't start anymore.
> |>
> |> 2- On clients, lpq command shows the default printer but If I send some
> |> printing, nothing happens.
> |>
> |> On clients, log files report that job has been sent but I cannot see
> |> them in log files on the server.
> |>
> |> This used to work without efforts to configure this service under fc6.
> |>
> |> what shall I do?
> |>
> | ----
> | delete those strange characters
> | service cups restart
> 
> I did it of course but I am still wondering why the web browser
> (firefox) writes these characters...  It is not only one time but
> everytime I modify something in cupsd.conf and it is everytime on the
> line DefaultAuthType even if I don't ask for some change on this line
> (Basic is replaced by these characters).
> 
> |
> | and see what happens
> 
> printing is working on the server but not from clients on the lan. lpq
> command returns that the printer is ready, log report that printing has
> been sent but printing (and request) is lost in the pipes!
> 
> |
> | What are you using to edit cups?
> 
> vi
> 
> Thanks for helping
----
first of all, Tim Waugh is the guy to listen to on these matters and if
we tell you different things, ignore me and listen to him.

Cups by default doesn't allow networked users to use the print queue. I
don't recall the cups interface (http://localhost:631) permitting you to
change that.

I do recall that 'system-config-printer' has a check box associate with
each printer which allows you to 'share' the printer with others on the
LAN and that may be the better tool for this purpose.

FWIW on my cups print server on my lan, I use this ( the last few lines
of /etc/cups/cups.conf)

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.0
Allow from All
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
BrowseAddress 255.255.255.255
Listen *:631

Craig


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux