- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: su: No shell Bus error
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
12-07-2004 03:14 PM
12-07-2004 03:14 PM
su: No shell Bus error
su: No shell
Bus error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 03:35 PM
12-07-2004 03:35 PM
Re: su: No shell Bus error
Try running a 'pwck' and see if any errors are returned. If so, correct them and try your su again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 03:37 PM
12-07-2004 03:37 PM
Re: su: No shell Bus error
See the 10 point solution in this thread. It could be a bad .sh_history file.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=351507
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 03:38 PM
12-07-2004 03:38 PM
Re: su: No shell Bus error
see the following links.check out the permissions of your directories.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=505930
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=206283
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=75411
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 07:32 PM
12-07-2004 07:32 PM
Re: su: No shell Bus error
Check the shell directory permission tree
e.g, for /usr/bin/ksh
check the permission for /usr
/usr/bin
Regards
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2004 08:59 PM
12-07-2004 08:59 PM
Re: su: No shell Bus error
There is wrong entry in /etc/passwd file for shell directory.
shell directory mentioned for user as /bin/csh but /bin directory is not there.
After changing to /usr/bin/csh problem got solved.