> Civileme wrote:
> > 
> > On Tuesday 10 April 2001 14:33, you wrote:
> > > Hi,
> > >
> > > [LM7.2]
> > >
> > > So far, I'd been quite happy with CUPS; but now I'm denied access...
> 
> [major snip -- I can re-insert if needed...]
> 
> > > Any help would be greatly appreciated.
> > >
> > > Pierre
> > 
> > What does
> > 
> > rpm -qa | grep rintpro
> > 
> > say?
> 
> I forgot to add the version I'm using, so here it is too.
> 
> [root@bones cups]# rpm -qa | grep rintpro
> [root@bones cups]# rpm -qa | grep ups
> qtcups-1.0-14mdk
> kups-0.8-24mdk
> cups-common-1.1.6-3.1mdk
> cups-drivers-0.3.6-30mdk
> cups-1.1.6-3.1mdk
> 
> On the other, working system:

s/working/still working/
The above system was working fine before this problem kicked in.

> 
> [root@woody cups]# rpm -qa | grep rintpro
> [root@woody cups]# rpm -qa | grep ups
> cups-devel-1.1.4-5.1mdk
> qtcups-1.0-14mdk
> kups-0.8-24mdk
> qtcups-devel-1.0-14mdk
> kups-devel-0.8-24mdk
> cups-drivers-0.3.6-30mdk
> cups-1.1.4-5.1mdk
> 
> Off to lookup what rintpro is...

Duh!  Printpro...  never installed or needed it before.

I've done some more digging...  the docs say that root/<pwd> is expected; yet
doing an strace, I see /etc/passwd being read, but no sign of /etc/shadow or any
other call which might indicate it's checking the password...  it just hangs
after entering the password.

Tried deleting and re-creating "lp" -- no change.  :^( 

Anyone have a clue as to why a my printer should "out of the blue" require a
pasword...?

> > Civileme

Thanks,
Pierre

strace...

Up to this point, entered "root" and have just finished typing <password>...

select(6, [5], [], [], NULL

Moving mouse back into dialog window and hitting "return" gives:

)            = 1 (in [5])
ioctl(5, FIONREAD, [64])                = 0
read(5, "\7\0/\1\374Y\201\315-\0\0\0\5\0\0\4\0\0\0\0M\2\17\0012"..., 64) = 64
ioctl(5, FIONREAD, [0])                 = 0
select(6, [5], [], [], NULL)            = 1 (in [5])
ioctl(5, FIONREAD, [64])                = 0
read(5, "\6\0/\1\3Z\201\315-\0\0\0\5\0\0\4\0\0\0\0L\2\r\0011\1d"..., 64) = 64
ioctl(5, FIONREAD, [0])                 = 0
select(6, [5], [], [], NULL)            = 1 (in [5])
ioctl(5, FIONREAD, [32])                = 0
read(5, "\6\0/\1\"Z\201\315-\0\0\0\5\0\0\4\0\0\0\0B\2\377\0\'\1"..., 32) = 32
ioctl(5, FIONREAD, [0])                 = 0
select(6, [5], [], [], NULL)            = 1 (in [5])
ioctl(5, FIONREAD, [32])                = 0
read(5, "\6\0/\1/Z\201\315-\0\0\0\5\0\0\4\0\0\0\0>\2\373\0#\1R\0"..., 32) = 32
ioctl(5, FIONREAD, [0])                 = 0
select(6, [5], [], [], NULL)            = 1 (in [5])
ioctl(5, FIONREAD, [32])                = 0
read(5, "\6\0/\1\217Z\201\315-\0\0\0\5\0\0\4\0\0\0\0,\2\345\0\21"..., 32) = 32
ioctl(5, FIONREAD, [0])                 = 0
select(6, [5], [], [], NULL)            = 1 (in [5])
ioctl(5, FIONREAD, [32])                = 0
read(5, "\6\0/\1\274Z\201\315-\0\0\0\5\0\0\4\0\0\0\0*\2\344\0\17"..., 32) = 32
ioctl(5, FIONREAD, [0])                 = 0
select(6, [5], [], [], NULL)            = 1 (in [5])
ioctl(5, FIONREAD, [32])                = 0
read(5, "\6\0/\1\351Z\201\315-\0\0\0\5\0\0\4\0\0\0\0)\2\344\0\16"..., 32) = 32
ioctl(5, FIONREAD, [0])                 = 0
select(6, [5], [], [], NULL)            = 1 (in [5])
ioctl(5, FIONREAD, [32])                = 0
read(5, "\6\0/\1\371Z\201\315-\0\0\0\5\0\0\4\0\0\0\0)\2\345\0\16"..., 32) = 32
ioctl(5, FIONREAD, [0])                 = 0
select(6, [5], [], [], NULL)            = 1 (in [5])
ioctl(5, FIONREAD, [64])                = 0
read(5, "\t\3/\1\5\0\0\4\0\310>\10\0\0\0\0\260%3\10\4#\f\10\320"..., 64) = 64
ioctl(5, FIONREAD, [0])                 = 0
write(5, "8\20\4\0\2\0\0\4\0\0\10\0\0\0\0\0;\3\5\0\2\0\0\4\0\0\0"..., 124) = 124
select(6, [5], [], [], NULL)            = 1 (in [5])
ioctl(5, FIONREAD, [32])                = 0
read(5, "\2$5\1%]\201\315-\0\0\0\5\0\0\4\0\0\0\0)\2\345\0\16\1<"..., 32) = 32
ioctl(5, FIONREAD, [0])                 = 0

That's all she wrote...  no more strace activity (mouse, clicks, keys
ignored)... and no printer output.

Reply via email to