Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2006 12:21:52 -0600
From:      "Donald J. O'Neill" <donaldjoneill@gmail.com>
To:        freebsd-hardware@freebsd.org
Cc:        Carlos Silva <security@yourdot-mail.com>, B H <bernt@bah.homeip.net>
Subject:   Re: cups
Message-ID:  <200604011221.52632.donaldjoneill@gmail.com>
In-Reply-To: <442EB292.1000007@yourdot-mail.com>
References:  <442DFEE5.4040407@yourdot-mail.com> <442EAEF1.5050307@bah.homeip.net> <442EB292.1000007@yourdot-mail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 01 April 2006 11:04, Carlos Silva wrote:
> No, but i'll try this.
>
> I don't understand why lpr prints and cups not :(
>
> Best Regards,
>
> Carlos Silva, CSilva
> Web: http://www.csilva.org/
>
> B H escreveu:
> > Carlos Silva skrev:
> >> I am using hpijs, footmatic, etc and nothing... The error_log says
> >> nothing :(
> >>
> >> Best Regards,
> >>
> >> Carlos Silva, CSilva
> >> Web: http://www.csilva.org/
> >
> > Have you turned on debug in cupsd.conf?
>
> _______________________________________________

What is the output from 'pkg_info | grep cup' ? Does it look anything 
like:
%pkg_info |grep cup
cups-1.1.23.0_1     The Common UNIX Printing System: Metaport to install 
comple
cups-base-1.1.23.0_9 The Common UNIX Printing System: headers, libs, & 
daemons
cups-lpr-1.1.23.0_1 The CUPS BSD and system V compatibility binaries 
(lp* comma
cups-pdf-1.7.4      A virtual printer for CUPS to produce PDF files
cups-pstoraster-8.15 Postscript interpreter for CUPS printing to non-PS 
printers

Do you have anything in /usr/local/etc/cups/ ? What is the output 
from 'ls -l /usr/local/etc/cups' ? Does it look anything like:
%ls -l /usr/local/etc/cups
total 116
drwx--x--x  2 root  daemon    512 Apr  1 12:16 certs
-rw-r-----  1 root  daemon     91 Feb 12 14:56 classes.conf
-r--r--r--  1 root  wheel    2416 Mar 27 20:15 classes.conf.N
-rw-r-----  1 root  daemon   2416 Feb  3 07:40 classes.conf.O
-r--r--r--  1 root  wheel    2328 Mar 27 20:15 client.conf
-r--r--r--  1 root  wheel    2328 Mar 27 20:15 client.conf.N
-rw-r-----  1 root  daemon  21946 Mar 27 20:15 cupsd.conf
-r--r--r--  1 root  wheel   21946 Mar 27 20:15 cupsd.conf.N
drwxr-xr-x  2 root  wheel     512 Mar 27 20:15 interfaces
-r--r--r--  1 root  wheel    4582 Mar 27 20:15 mime.convs
-r--r--r--  1 root  wheel    4582 Mar 27 20:15 mime.convs.N
-r--r--r--  1 root  wheel    5920 Mar 27 20:15 mime.types
-r--r--r--  1 root  wheel    5920 Mar 27 20:15 mime.types.N
drwxr-xr-x  2 root  daemon    512 Mar  2 10:26 ppd
-rw-r--r--  1 root  daemon  12464 Mar 28 18:34 ppds.dat
-rw-r-----  1 root  daemon    468 Mar  2 21:37 printers.conf
-r--r--r--  1 root  wheel    2737 Mar 27 20:15 printers.conf.N
-rw-r-----  1 root  daemon    468 Mar  2 21:37 printers.conf.O
-r--r--r--  1 root  wheel     946 Feb 22 00:58 pstoraster.convs
%

Look at /usr/local/etc/rc.d , do you see cupsd there?

what is the output from 'ps ax | grep cup ? Do you see anything that 
looks like:
	%ps ax |grep cup
  	        416  ??  Ss     0:00.03 /usr/local/sbin/cupsd
	%

What is the output from 'ls -l /usr/bin/lp*' . Does it look anything 
like:
%ls -l /usr/bin/lp*
lrwxr-xr-x  1 root  wheel      17 Feb 22 
00:58 /usr/bin/lp -> /usr/local/bin/lp
-r-xr-xr-x  1 root  wheel    2590 Nov  3 02:11 /usr/bin/lp.bak
lrwxr-xr-x  1 root  wheel      18 Feb 22 
00:58 /usr/bin/lpq -> /usr/local/bin/lpq
-r-sr-sr-x  1 root  daemon  24752 Nov  3 02:11 /usr/bin/lpq.bak
lrwxr-xr-x  1 root  wheel      18 Feb 22 
00:58 /usr/bin/lpr -> /usr/local/bin/lpr
-r-sr-sr-x  1 root  daemon  27668 Nov  3 02:11 /usr/bin/lpr.bak
lrwxr-xr-x  1 root  wheel      19 Feb 22 
00:58 /usr/bin/lprm -> /usr/local/bin/lprm
-r-sr-sr-x  1 root  daemon  23280 Nov  3 02:11 /usr/bin/lprm.bak
%

What is the output of 'ls -l /usr/local/bin/lp*' ? Does it look anything 
like:
%ls -l /usr/local/bin/lp*
-rwxr-xr-x  1 root  wheel   14068 Feb 22 00:58 /usr/local/bin/lp
-rwxr-xr-x  1 root  wheel    8628 Feb 22 00:58 /usr/local/bin/lpoptions
-rwsr-xr-x  1 root  daemon   9312 Feb 22 00:58 /usr/local/bin/lppasswd
-rwxr-xr-x  1 root  wheel   10144 Feb 22 00:58 /usr/local/bin/lpq
-rwxr-xr-x  1 root  wheel    9908 Feb 22 00:58 /usr/local/bin/lpr
-rwxr-xr-x  1 root  wheel    7048 Feb 22 00:58 /usr/local/bin/lprm
-r-xr-xr-x  1 root  wheel    4663 Mar  8 
12:06 /usr/local/bin/lprsetup.sh
-rwxr-xr-x  1 root  wheel   24580 Feb 22 00:58 /usr/local/bin/lpstat

Don



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604011221.52632.donaldjoneill>