1753297 Members
6818 Online
108792 Solutions
New Discussion юеВ

Re: crashconf

 
SOLVED
Go to solution
gigiz
Valued Contributor

crashconf

Hi
i have a problem.
I need to change a class UNUSED by crashconf command.
I do it but at the reboot the class paramater
lose the modify
How to fix the value ultimately
2 REPLIES 2
Ramesh S
Esteemed Contributor

Re: crashconf

Hi

You may need to configure in /sbin/init.d/crashconf file.

Best Regards,
Ramesh
whiteknight
Honored Contributor
Solution

Re: crashconf

Gigiz,

1. edit the crashconf file:

vi /etc/rc.config.d/crashconf

# CRASH_INCLUDED_PAGES: A blank-separated list of page classes that
# must be included in any dump. 'crashconf -v' will give
# you a list of valid page classes. Specify "all" to
# force full dumps.
#
CRASH_INCLUDED_PAGES="" <= default

CRASH_INCLUDED_PAGES="all" <= include all

2. To make the system enable your changes:

/sbin/init.d/crashconf start

Note: The good exit code of 0.

WK

don't forget to assign points
Problem never ends, you must know how to fix it