Re: Installing CUPS printing subsystem

2003-12-19 Thread Clive Menzies
On (19/12/03 04:57), David LaPlant wrote: > Is there an easy way to install CUPS and the packages > it depends on (using dselect)? > A good start is: http://mumford1.dyndns.org/~bs7452/linuxhelp/cups.html I googled on: debian cups howto HTH Regards Clive -- http://www.clivemenzies.co.uk str

Re: Installing CUPS

2003-11-27 Thread Andrew Schulman
> How do I know if I have CUPS installed? 'apt-cache policy cupsys' will show you which version is installed 'ps aux | grep cupsd' will show you if cupsd is running 'netstat -anp -A inet | grep 631', issued as root, will show you who (if anyone) is listening on port 631/tcp. For a list of other

Re: Installing CUPS

2003-11-26 Thread John Peter
peted wrote: Hello, How do I know if I have CUPS installed? Also, is there some type of configuration program for CUPS? I get an error message when I try to run the KDE Printer manager stating that it could not connect to the CUPS Server on localhost:631 Thank you in advance for the help.

Re: Installing CUPS

2003-11-26 Thread Clive Menzies
On (23/11/03 09:46), peted wrote: > How do I know if I have CUPS installed? Also, is there some type of > configuration program for CUPS? I get an error message when I try to run the > KDE Printer manager stating that it could not connect to the CUPS Server on > localhost:631 Open a shell in co