RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1168664 - rc.sysinit needs to be more verbose
Summary: rc.sysinit needs to be more verbose
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: initscripts
Version: 6.5
Hardware: All
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Lukáš Nykrýn
QA Contact: Jan Ščotka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-27 14:32 UTC by Harald Hoyer
Modified: 2016-11-25 12:56 UTC (History)
3 users (show)

Fixed In Version: initscripts-9.03.47-1.el6
Doc Type: Bug Fix
Doc Text:
Cause: Initscripts are not particularly chatty. Consequence: When there was a hang during boot, administrator were not able to figure out what is going on from the last message. Fix: We have added couple more messages to rc.sysinit, but more importantly we have added new option for kernel cmdline "rc.debug" Result: When this option is used on kernel cmdline, ALL initscripts are started with "set -x" and its output is redirected to kmsg. So administrator can see which particular command hanged or took unusual amount of time. Footnote: This is really cool feature which makes rhel6 debugging much more easier.
Clone Of:
Environment:
Last Closed: 2015-07-22 07:18:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:1380 0 normal SHIPPED_LIVE initscripts bug fix update 2015-07-20 17:58:24 UTC

Description Harald Hoyer 2014-11-27 14:32:13 UTC
Hi Lukáš,

can you add more output to rc.sysinit. Especially after start_udev there are:

- dmsetup
- dmraid
- mdadm

calls, which do not have any "Starting" - "[OK]" messages. This often confuses admins, and udev gets the bug report, especially if the kernel clutters the console with output from all the devices.

Thanks!

Comment 1 Harald Hoyer 2014-11-27 14:38:13 UTC
You even might consider adding a kernel command line switch to activate "set -x" in rc.sysinit. That would help with debugging booting issues.

Comment 3 Lukáš Nykrýn 2014-12-01 09:35:22 UTC
(In reply to Harald Hoyer from comment #1)
> You even might consider adding a kernel command line switch to activate "set
> -x" in rc.sysinit. That would help with debugging booting issues.

Hmmm maybe we could use kernel "debug" option and log the output of all initscripts to kmsg :)

Ok, now seriously. Yes this is a good point and both of these things are easy to implement, so devel_ack+ fo 6.7.

Comment 4 Adam Thompson 2015-02-11 18:25:12 UTC
My $0.02... FWIW, I really wish there was a convenient way to log *all* the output of *all* initscripts.  Especially on remote systems where I don't have convenient access to the console, and doubly so when modesetting clears the scrollback buffer on the system so I can't see the last bits of output that typically didn't get logged anywhere.
So far, the only reliable solution I have is to use a serial console, and that's very difficult in many places.

Comment 5 Lukáš Nykrýn 2015-02-27 13:49:25 UTC
So I will go with this patch:
https://git.fedorahosted.org/cgit/initscripts.git/commit/?h=rhel6-branch&id=218e4d58ed0a1a8a5e6d75b178940a097444801d

You can now turn the debug output for everything that sources /etc/init.d/functions and the log output will go to kmsg.

I have chosen kmsg, because in early boot we can't write to any file (well maybe we could create a log file in /dev/shm), I don't like logging to stdout and with kmsg we will get a timestamp for free.

Comment 9 errata-xmlrpc 2015-07-22 07:18:47 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-1380.html


Note You need to log in before you can comment on or make changes to this bug.