Re: [gentoo-user] Lost par_port printer after emerge

2005-03-01 Thread darren kirby
quoth the James:
> Hello all,
>
> After a "emerge --update --deep --newuse world"
>
> and then
>
> "env-update && source /etc/profile && updatedb && etc-update"
>
> I manually went throught the etc-update... Mostly X/KDE stuff
> nothing related to printing...
>
> I have lost print. I cannot even
>
> lpr 
>
> The printer is fine, via a parallel port switchbox and MS pc
> It has been working fine for 7 months.
>
> I used cups to setup the printing and now
>
> 'man cups' says No manual entry for cups.
>
> Ideas are most welcome
>
>
> James

You can set "LogLevel" to "debug2" in cupsd.conf, and it will log *everything* 
and might give you the error message you need to diagnose this problem.

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972


pgpOTJmjDAQfu.pgp
Description: PGP signature


Re: [gentoo-user] Lost par_port printer after emerge

2005-03-01 Thread Neil Bothwick
On Tue, 01 Mar 2005 14:22:54 -0500, Dave Nebinger wrote:

> I hope you had a reason to include "--newuse" as, without the "-e" for
> empty tree it's kinda pointless, I believe.

It's the other way round, --newuse with -e is pointless, as -e
re-emerges everything anyway. --newuse re-emerges packages that have had a
change of USE flags since they were previously merged.

Does /dev/lp0 still exist? 

What error message do you get when you use lpr?

What did you emerge? genlop -l will tell you this (you may need to emerge
genlop).

Knowing what you merged/updated will go a long way to giving a clue as to
where the fault may lie.


-- 
Neil Bothwick

There are some micro-organisms that exhibit characteristics of both plants
and animals.  When exposed to light they undergo photosynthesis; and when
the lights go out, they turn into animals.  But then again, don't we all?


pgpFgJNtjM9E5.pgp
Description: PGP signature


Re: [gentoo-user] Lost par_port printer after emerge

2005-03-01 Thread Luis F. Araujo
James wrote:
Hello all,
After a "emerge --update --deep --newuse world"
and then 

"env-update && source /etc/profile && updatedb && etc-update"
I manually went throught the etc-update... Mostly X/KDE stuff
nothing related to printing...
I have lost print. I cannot even 

lpr 
 

Why you cannot?
The printer is fine, via a parallel port switchbox and MS pc
It has been working fine for 7 months.
I used cups to setup the printing and now
'man cups' says No manual entry for cups.
Ideas are most welcome
 

no man pages?.. neither command? ... seems like it isn't installed...
James

--
gentoo-user@gentoo.org mailing list
 

--
gentoo-user@gentoo.org mailing list


RE: [gentoo-user] Lost par_port printer after emerge

2005-03-01 Thread Dave Nebinger
> Hello all,

Hello, James.
 
> After a "emerge --update --deep --newuse world"
> 
> and then
> 
> "env-update && source /etc/profile && updatedb && etc-update"
> 

I hope you had a reason to include "--newuse" as, without the "-e" for empty
tree it's kinda pointless, I believe.

> I used cups to setup the printing and now

Is the cups daemon running?

server root # ps -ef | grep cups
root  6492 1  0 Feb19 ?00:00:09 /usr/sbin/apcupsd
root   515 1  0 Feb22 ?00:01:58 /usr/sbin/cupsd
root 10287 10280  0 14:20 pts/100:00:00 grep cups

> 'man cups' says No manual entry for cups.

That's par for the course.  'man cupsd' or an actual cups executable will
give you the info.

> Ideas are most welcome

Check the printer from http://localhost:631 to see what the status of it
is...

Dave



--
gentoo-user@gentoo.org mailing list