- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lp returning "Unable to set the effective user id ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2003 09:34 PM
01-05-2003 09:34 PM
lp returning "Unable to set the effective user id to 9"
Now when lp as root the system prints,
but any other user returns
Unable to set the effective user id to 9.
Even as root we are unable to transfer print jobs to other printers.
The CDE does not come up and returns invalid user.
Any clues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2003 09:59 PM
01-05-2003 09:59 PM
Re: lp returning "Unable to set the effective user id to 9"
Check the permissions of the 'lp*' programs in /usr/sbin
They should be like this.
-r-sr-xr-x 1 root bin 40960 Nov 9 20:08 lp
-r-sr-xr-x 1 root bin 36864 Nov 9 20:08 lpalt
-r-sr-xr-x 1 lp bin 45056 Nov 9 20:08 lpstat
The permission are '4555'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2003 10:04 PM
01-05-2003 10:04 PM
Re: lp returning "Unable to set the effective user id to 9"
that is the files /usr/bin/lp, /usr/bin/lpstat, /usr/bin/lpalt should have permissions as
-r-sr-xr-x 1 root bin
that might be the reason
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2003 10:09 PM
01-05-2003 10:09 PM
Re: lp returning "Unable to set the effective user id to 9"
-r-sr-xr-x root bin lp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 05:15 AM
01-07-2003 05:15 AM
Re: lp returning "Unable to set the effective user id to 9"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 05:21 AM
01-07-2003 05:21 AM
Re: lp returning "Unable to set the effective user id to 9"
-r-xr-xr-x root bin lp
It should be:
-r-sr-xr-x root bin lp
To change them to the correct permissions, do the following:
# chmod 4555 /usr/bin/lp
This will correct the listed error condition when printing.
Regrads,
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 05:26 AM
01-07-2003 05:26 AM
Re: lp returning "Unable to set the effective user id to 9"
drwxr-xr-x 4 lp bin 1024 Jan 5 08:59 lp