- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rc script source problem
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
04-04-2003 06:17 AM
04-04-2003 06:17 AM
rc script source problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 06:23 AM
04-04-2003 06:23 AM
Re: rc script source problem
There could be one corrupted script amongst /etc/rc.config.d/ files. I would do the following after going into single user mode.
#cd /etc/rc.config.d
#for i in *
>do
>. ./$i
>echo $i just ran
>read
>done
You will find the file that is giving out this error. You can fix it then.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 06:23 AM
04-04-2003 06:23 AM
Re: rc script source problem
ALL files in /etc/rc.config.d get sourced at startup and those environment variables are used by the system when booting. If there is a file that doesn't belong, or a backup file with old values, then you could potentially shoot yourself in the foot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 06:26 AM
04-04-2003 06:26 AM
Re: rc script source problem
It sounds like maybe you have a corrupt rc.config file. I looked on one of our 10.20 boxes, and we don't have an /sbin/rc.config file. We do have a /etc/rc.config file. I've posted it as an attachment. Maybe you can compare yours to mine to see if anything is different. It makes sense that your box wouldn't go through any of the service startup messages if your rc.config file is corrupt, as rc.config is what drives the sourcing of all the config files.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 06:35 AM
04-04-2003 06:35 AM
Re: rc script source problem
Couold be a difference in existing users and groups on your machine.
See if any of the startup software has a numeric user or group id.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 05:02 AM
04-07-2003 05:02 AM
Re: rc script source problem
Upon boot I am dumped into a root prompt so I never login. However when I su, I get a password prompt and then a "su:no shell" error. I found the /sbin/sh file had permissions of 000 and 0 file size. Copied it over from another machine. Now I receive a login prompt when booting, as well as the "-p: This is not an identifer". Somewere in the level 1 scripts it bails. I performed a find of all the zero byte files. The list seems like more than some of the normal /dev files. It was suggested that I attempt the Ignite restore on another machine. Hopefully this will yield more information.