- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error during startup of deamons
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-26-2004 01:40 AM
01-26-2004 01:40 AM
Erros report during boot up looks like this:
/sbin/rc2.d/S590Rpcd[30]: B: not found.
/sbin/rc2.d/S600iforls[34]: B: not found.
/sbin/rc2.d/S605Dmisp[30]: B: not found.
/sbin/rc2.d/S648eus[43]: B: not found.
/sbin/rc2.d/S700acct[39]: B: not found.
/sbin/rc3.d/S825apache[74]: B: not found.
/sbin/rc: failed to read row and column info from screen
Deamons are starting up normally, and everything works OK, but this errors are still here.
Does anybody have any idea what could be a problem?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 01:43 AM
01-26-2004 01:43 AM
Re: error during startup of deamons
You must check with an editor in every scripts to see what appear at line indicated in [].
Please give me the line content and I'll help you.
Virgil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 01:45 AM
01-26-2004 01:45 AM
Re: error during startup of deamons
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 01:47 AM
01-26-2004 01:47 AM
Re: error during startup of deamons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 02:26 AM
01-26-2004 02:26 AM
Re: error during startup of deamons
if [ -f /etc/rc.config ] ; then
. /etc/rc.config
else
echo "ERROR: /etc/rc.config defaults file MISSING"
fi
Listing of /etc/rc.config.d is in attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 02:28 AM
01-26-2004 02:28 AM
Re: error during startup of deamons
The "B" is probably in the files in /etc/rc.config.d directory for example /etc/rc.config.d/Rpcd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 02:44 AM
01-26-2004 02:44 AM
Re: error during startup of deamons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 03:03 AM
01-26-2004 03:03 AM
Re: error during startup of deamons
This script contian the source: look at line 30 of this file.
.. same for other files, like:
line 39 of /sbin/init.d/acct
line 74 of /sbin/init.d/apache
and so on..
can you do a 'ls -la of /sbin/rc2.d/S700acct'
does it really point to /sbin/init.d/acct ?
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 03:16 AM
01-26-2004 03:16 AM
Re: error during startup of deamons
Links are OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 03:36 AM
01-26-2004 03:36 AM
Re: error during startup of deamons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 03:48 AM
01-26-2004 03:48 AM
Re: error during startup of deamons
please in next post insert output of
# ll /etc/rc.config.d
# ll /sbin/init.d
I think about the presence of strange files under there.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 04:31 AM
01-26-2004 04:31 AM
Re: error during startup of deamons
-sinhass
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 04:38 AM
01-26-2004 04:38 AM
SolutionLooks like you have a syntax error in one of teh files under /etc/rc.config.d/ directory.
To find out the problem do the following
cd /etc/rc.config.d
for i in `ls`
do
echo $i
. ./$i
done >> /tmp/rc.out
Look at /tmp/rc.out. You shoudl find the error B somewhere in the output. The file that appears just above it is the culprit.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 04:46 AM
01-26-2004 04:46 AM
Re: error during startup of deamons
How's this for a long shot. I don't believe this is the case but it's worth a look. the last error "/sbin/rc: failed to read row and column info from screen" could suggest a cursor positioning string such as "ESC[B" that is being interpreted by the console as "ESC[" leaving the "B" interpreted as a command. If this is the case, you might need to change the personality of the console screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2004 09:08 PM
01-26-2004 09:08 PM
Re: error during startup of deamons
There was entry "B" in /etc/rc.config.d/nfsconf.