- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bus error during 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
03-27-2007 02:23 AM
03-27-2007 02:23 AM
Bus error during su -
I've problem with su - under informix user.
Using "ksh" (etc/passwd) error message is "Memory fault" and using "sh" I can see "Logout Bus error". User profile is ok.
Any ideas ? Thx a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 02:36 AM
03-27-2007 02:36 AM
Re: Bus error during su -
Do a "su informix" (without the "-") . If that works the user's .profile is the problem and you should then be able to take normal debugging steps. I almost never use the "-" version of su because I typically want to do things under cron or rc. There are usually sections of .profiles that expect the session to be interactive and will hang or cause unexpected results when stdin is not a terminal. My preferred method is to set up a separate file (e.g. /usr/local/bin/informix_env.sh) that is sourced by both my cron'ed script and the user's .profile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 02:53 AM
03-27-2007 02:53 AM
Re: Bus error during su -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 03:01 AM
03-27-2007 03:01 AM
Re: Bus error during su -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 03:23 AM
03-27-2007 03:23 AM
Re: Bus error during su -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 03:54 AM
03-27-2007 03:54 AM
Re: Bus error during su -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2007 07:12 AM
03-27-2007 07:12 AM
Re: Bus error during su -
set -x
at the start of /etc/profile and you will see somewhere along the way that a command or program has crashed during the processing of all the profile statements. The set -x option will be carried into all sourced settings files.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:27 PM
03-28-2007 08:27 PM