Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User cannot print to printer but works for super user

Status
Not open for further replies.

josel

Programmer
Oct 16, 2001
716
US
Howdy!

I finally got a remote printer to work using 'netcat' and an HP Printer server.

Loged in as "root" I can print to it without a problem. However, while loged in as a regular user, nothing happens.

I got one of the users to go to the command prompt and printed to target printer and we got the usual "request ID is remotelp-20 (standard input)" ... No error message and yet, nothing prints.

We check the printer queue and there is nothing pending to print.

I checked /usr/spool/lp/admins/lp/interfaces and ~/model.orig and made sure they had proper permissions - I think they do

Code:
-rwxrwxr-x   1 lp       lp          3133 Jan 27 15:13 palmlaser

and the model.orig look as follows
Code:
-r-xr-x--x   1 bin      lp         19308 Jan 27 15:15 palmlaser

/usr/bin/netcat looks like this
Code:
-rwxr-xr-x   1 root     sys        13948 Jan 23 07:53 /usr/bin/netcat

What must I do to get this resolved?

Thank you all in advance!


Jose Lerebours


KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours
 
Which OS version (uname -X) and which patches installed (custom) ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Well, I got the answer.

I changed mode for ~/model.orig/palmlaser and added (+r) read rights. Doing this, solved the problem.

Regards;


Jose Lerebours


KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours
 
Hello PHV!

You and I must to typed a reply at the same time. When I returned to main page I noticed your reply.

I am running SCO 5.0.6a.

Thanks;


Jose Lerebours


KNOWLEDGE: Something you can give away endlessly and gain more of it in the process! - Jose Lerebours
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top