- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Error when execut su -
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
11-06-2000 04:30 AM
11-06-2000 04:30 AM
Error when execut su -
When I execute this command: su -
I receive this message:
limit: descriptor: can not set limit
Eliane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2000 04:43 AM
11-06-2000 04:43 AM
Re: Error when execut su -
the file /.profile
To easily determine the offending line, edit your
/.profile adding the following as 1st line:
set -x
Next time you log in as root or do a 'su -'
you'll know which line causes the problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2000 11:44 AM
11-10-2000 11:44 AM
Re: Error when execut su -
apart from the above, please try
1) su with another user
2) check the /var/adm/sulog
3) try renaming the .profile and other startup scripts for root - to find out if any ot them are generating this error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2000 11:47 AM
11-10-2000 11:47 AM
Re: Error when execut su -
apart from the above, please try
1) su with another user
2) check the /var/adm/sulog
3) try renaming the .profile and other startup scripts for root - to find out if any ot them are generating this error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 06:40 AM
11-27-2000 06:40 AM
Re: Error when execut su -
switch your user id ( uid ) without sourcing
the ~/.profile
make sure that the su command is okay, although
there is morethan likely a shell script
problem with the users .profile
Try to login normally as the user rather than
su'ing
have fun,
Bill