Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Can not locate a thread to answer - Have solution to post Post 302073024 by sunsharma on Tuesday 9th of May 2006 04:15:31 PM
Old 05-09-2006
Can not locate a thread to answer - Have solution to post

I have found answer to this issue, But I could not figure how to reply to thread.

I could search for this thread using "only root can print"

Please let me how i can find this thread and answer for public.

Thanks
Sunil Sharma



03-02-2005
bsnavarra
Registered User Join Date: Mar 2005
Posts: 3

Only root can print

--------------------------------------------------------------------------------

Hi, I have this strange problem. Only root users can print, normal users cannot and no errors are shown, the command is just ignored. I am sure its a problem with rights but dont know where....I hope you can help, thanks.

bsnavarra
View Public Profile
Send a private message to bsnavarra
Find all posts by bsnavarra
Add bsnavarra to Your Buddy List

#2 03-02-2005
RTM
Moderate Moderator Join Date: Apr 2002
Location: On my motorcycle
Posts: 2,739

Is this printing from command line or from within an application? New server or just new problem? What's the OS AND version?

You state no error are shown - have you looked in your messages file or just stating "no errors are shown ON SCREEN WHEN normal users attempt to print"?

Check your lp binaries - if they have the wrong ownership or permissions, ordinary users won't be able to print.
Check your /tmp directory permissions - known issue of some 3rd party apps changing permissions on /tmp and then folks can no longer print.
Check permissions on /usr/spool/lp and/or /var/spool/lp

Please post back with the requested information or your solution if found.

RTM
View Public Profile
Send a private message to RTM
Find all posts by RTM
Add RTM to Your Buddy List

#3 03-02-2005
bsnavarra
Registered User Join Date: Mar 2005
Posts: 3

from an application, I havnt yet tried from the command prompt. New problem, I am using SCO OpenServer 5.0.6.

Have not checked the messages file, but no errors are shown on the user screen and either on the console screen. Also there is no job in the printer queue.

What must the persmissions be on the lp binaries?

Thanks for helping..

bsnavarra
View Public Profile
Send a private message to bsnavarra
Find all posts by bsnavarra
Add bsnavarra to Your Buddy List

#4 03-02-2005
RTM
Moderate Moderator Join Date: Apr 2002
Location: On my motorcycle
Posts: 2,739

Is this a local printer (attached to the SCO server) or a network printer?

If it's a network printer, first check the permission on /etc/hosts:
See SCO - Non-root users are unable to print to (JetDirect) network printers

And since I can't seem to find the right information:
SCO - printing a file - this should assist somewhat.

RTM
View Public Profile
Send a private message to RTM
Find all posts by RTM
Add RTM to Your Buddy List

#5 03-02-2005
bsnavarra
Registered User Join Date: Mar 2005
Posts: 3

its a local printer connected directly to the server via a serial DigiBoard.

I will try this printing to a file bit to see what happens.
 

6 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Help I can not Post a Thread

I can not Post a Thread. (1 Reply)
Discussion started by: spiderman3k
1 Replies

2. Forum Support Area for Unregistered Users & Account Problems

help to post a thread

hi,, sorry, couldnt navigate myself to post a new thread, pls guide if possible Thanks santhosh (1 Reply)
Discussion started by: santy_33
1 Replies

3. Post Here to Contact Site Administrators and Moderators

How to post a new thread

Im new to this forum. can you guide me how to post a new thread. Thanks in advance Hari (3 Replies)
Discussion started by: Hari123
3 Replies

4. Post Here to Contact Site Administrators and Moderators

i can not post new thread

Hi scoot Hope you are doing well!! I didn't post any new thread, is their any problem in my access could you please check it and let me know. Previously posted threads was one of my interview question and i didn't understand how to solve , i am a new for shell script, i didn't find any help... (2 Replies)
Discussion started by: ksakil
2 Replies

5. Forum Support Area for Unregistered Users & Account Problems

Not able to post thread/reply to thread

Dear Moderator I am not able to post any new thread or post reply to mine old thread. Kindly help as i am stuck on one problem and needed suggestion. Regards Jaydeep (1 Reply)
Discussion started by: jaydeep_sadaria
1 Replies

6. Post Here to Contact Site Administrators and Moderators

If a closed thread/post is missing solution details, then how to contact the person?

Hi, Following post owner has realized a solution but he/she is not clear on the details. I need to ask him but couldnt PM since my posts count is only 4 yet. " Mail is not sent by cron daemon Solaris " by tlogine Regards, Hasan (3 Replies)
Discussion started by: hasan.kamali
3 Replies
pthread_setschedprio(3T)												  pthread_setschedprio(3T)

NAME
pthread_setschedprio() - sets scheduling priority of a thread SYNOPSIS
PARAMETERS
thread The thread whose scheduling priority is to be set. prio The new priority for the thread. DESCRIPTION
The function sets the scheduling priority of thread to the value prio. If the function fails, the scheduling priority of the target thread is not changed. RETURN VALUE
Upon successful completion, returns zero. Otherwise, an error number is returned to indicate the error (the variable is not set). ERRORS
If any of the following occur, the function returns the corresponding error number: The value of prio is invalid for the scheduling policy of the specified thread. The implementation does not allow the application to modify the priority to the value specified. No thread could be found corresponding to thread. AUTHOR
is derived from the IEEE Std 1003.1-2001. SEE ALSO
rtsched(2), pthread_attr_setschedparam(3T), pthread_attr_setschedpolicy(3T), pthread_attr_getschedparam(3T), pthread_attr_getschedpol- icy(3T), pthread_setschedparam(3T), pthread_getschedparam(3T). STANDARDS CONFORMANCE
Pthread Library pthread_setschedprio(3T)
All times are GMT -4. The time now is 02:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy