On Wed, 2009-08-26 at 17:01 +0300, Anton Vaaranmaa wrote:
> Anton Vaaranmaa kirjoitti:
> > Gideon Romm kirjoitti:
> 
> >> The feature is already implemented.  You don't need to do anything other
> >> than enable Browsing in cupsd.conf on the server, make the server Listen
> >> to the network (aside from localhost) and give permissions to / on the
> >> network.  (The GUI prolly does all this for you).
> 
> >> In terms of the chroot, you don't need to do a thing.  The only caveat
> >> to that is that I have noticed that some programs prefer the version of
> >> "lpr" that comes with the cups-bsd package in Ubuntu, so I would install
> >> only "cups-bsd" in the chroot and update the image.
> > 
> >> Good luck!
> 
> >> -Gadi
> 
> > Thanks for your help! Did not work out though. On the running thin
> > client there is a file called /etc/cups/client.conf which has the
> > 'ServerName' pointing to the LTSP server, not the CUPS server (these are
> > not the same box). However the file is not in the chroot tree, so my
> > guess is it is generated at boot time? How can I change it to point to
> > the Cups server instead?
> > 
> > Our print server is a CentOS 5 box, btw, while the LTSP server runs
> > Ubuntu 9.04.
> 
> > Thanks,
> > Anton
> 
> Correction: I set the CUPS_SERVER variable in lts.conf to point to my
> print spool server. Now the local apps can see the printers! There is
> one big but though: the 'Print' button (in Firefox) is grayed out when I
> put the mouse focus on a printer :-( It is not grayed out when focus is
> on 'Print to file'. Help appreciated!

Perhaps the CUPS server is only set to allow you to "browse" the queues
but not actually access them.  Make sure you have a section like this:

# Restrict access to the server...
<Location />
  Order allow,deny
  Allow localhost
  Allow 192.168.0.*
  Allow @LOCAL
</Location>

Change the "192.168.0.*" to the appropriate subnet for the thin clients.
Then, restart cups on the server.

-Gadi


> 
> Thanks,
-- 
--------------------------------------------------------
Gideon Romm | Proud LTSP Developer
l...@symbio-technologies.com

Support LTSP!  Buy your hardware at:

        www.DisklessWorkstations.com
        www.DisklessThinClients.com 
 
(use coupon code: LTSP5P for 5% off thin clients from DisklessThinClients.com)


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to