- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Errors booting into multiuser mode
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-06-2006 09:06 AM
12-06-2006 09:06 AM
I get these errors in /etc/rc.log, what do they mean?
I just installed patches (ran swainv to get inventory.xml file to upload), could this have something to do with booting problems?
/sbin/rc[67]: Syntax error at line 166 : `"' is not matched.
/sbin/rc2.d/S130pfilboot[5]: Syntax error at line 166 : `"' is not matched.
/sbin/rc2.d/S131ipfboot[6]: Syntax error at line 166 : `"' is not matched.
/sbin/rc2.d/S590Rpcd[30]: Syntax error at line 166 : `"' is not matched.
/sbin/rc2.d/S606runner[21]: Syntax error at line 166 : `"' is not matched.
Wed Dec 6 16:54:45 EST 2006 /sbin/rc2.d/S606runner: ERROR: 127 returned from LogError invocat
ion
Wed Dec 6 16:54:45 EST 2006 /sbin/rc2.d/S606runner: ERROR: Originial Returned Value: 2 Origin
al Error: error returned from sourcing rc.config
/sbin/rc2.d/S700acct[39]: Syntax error at line 166 : `"' is not matched.
/sbin/rc3.d/S823hpws_apache[46]: Syntax error at line 166 : `"' is not matched.
/sbin/rc3.d/S823hpws_tomcat[46]: Syntax error at line 166 : `"' is not matched.
/sbin/rc3.d/S823hpws_webmin[45]: Syntax error at line 166 : `"' is not matched.
/sbin/rc3.d/S823hpws_webproxy[44]: Syntax error at line 166 : `"' is not matched.
/sbin/rc3.d/S823hpws_xmltools[42]: Syntax error at line 166 : `"' is not matched.
HP-UX Start-up in progress
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 09:08 AM
12-06-2006 09:08 AM
Re: Errors booting into multiuser mode
Could it be I installed a bad patch?
Configure HP Fibre Channel Tachyon TL/TS Mass Storage interfaces ........... OK
...........................................................................
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 09:13 AM
12-06-2006 09:13 AM
Solution/sbin/rc3.d/S823hpws_apache[46]:
/sbin/rc3.d/S823hpws_tomcat[46]:
/sbin/rc3.d/S823hpws_webmin[45]:
maybe they all pointed to same sript/command when error raise. I think this is an error in network config parameters after patch.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 09:19 AM
12-06-2006 09:19 AM
Re: Errors booting into multiuser mode
To decode the above message, the line number is in [ ] brackets. For example, the acct script shows that line [39] is:
. /etc/rc.config
and /etc/rc.config does not have 166 lines (it's just 15 lines long), so the problem is in the files rc.config is sourcing.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 09:20 AM
12-06-2006 09:20 AM
Re: Errors booting into multiuser mode
. /etc/rc.config
The file is still there, same size, ownership and permissions as a functional system. why would it cause problems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 09:23 AM
12-06-2006 09:23 AM
Re: Errors booting into multiuser mode
Just a quick look into the /etc/rc.config.d directory doesn't show anything abnormal, or any strange file names, or even anything with recent time stamp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 09:25 AM
12-06-2006 09:25 AM
Re: Errors booting into multiuser mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 09:28 AM
12-06-2006 09:28 AM
Re: Errors booting into multiuser mode
sh -x /etc/rc.config
This script just creates a bunch of env variables. You can slowdown all the steps like this:
sh -x /etc/rc.config 2>&1 | more
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 09:31 AM
12-06-2006 09:31 AM
Re: Errors booting into multiuser mode
/etc/rc.config.d/netconf
and the last entry is
DEFAULT_INTERFACE_MODULES=""
I wonder if that "" is what's causing issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 09:35 AM
12-06-2006 09:35 AM
Re: Errors booting into multiuser mode
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 09:39 AM
12-06-2006 09:39 AM
Re: Errors booting into multiuser mode
and it showed clearly it was having issues with netconf file.
I re-counted all the " double quotes and found a quote that was not matched!
Thanks for showing the right direction here!
( Moral of the story - when editing netconf file, don't enclose the IP address in quotes, or if you do, make sure they are matched. )
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 03:26 PM
12-06-2006 03:26 PM
Re: Errors booting into multiuser mode
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2006 03:30 PM
12-06-2006 03:30 PM