Starting of a service fails

Jim binarynut at comcast.net
Tue Jan 8 00:46:47 UTC 2013


On 01/07/2013 05:10 PM, Roger Heflin wrote:
> On Mon, Jan 7, 2013 at 4:01 PM, Jim <binarynut at comcast.net> wrote:
>> On 01/07/2013 04:43 PM, Roger Heflin wrote:
>>> On Mon, Jan 7, 2013 at 2:19 PM, Jim <binarynut at comcast.net> wrote:
>>>> On 01/07/2013 02:23 PM, Frank Murphy wrote:
>>>>> On Mon, 07 Jan 2013 13:20:00 -0500
>>>>> Jim <binarynut at comcast.net> wrote:
>>>>>
>>>>>> f17
>>>>>>
>>>>>> Trying to start kdump and I get this error message;
>>>>>>
>>>>>> Jan  7 13:16:31 localhost kdump: No crashkernel parameter specified
>>>>>> for running kernel
>>>>> Maybe:
>>>>> https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=840116
>>>>>
>>>>     I check the bugzilla out and I have a later kexec-tools than they
>>>> specify
>>>> , I have
>>>> kexec-tools-2.0.3-47-fc17.4.i386 and that does not help either.
>>>>
>>> Do you have the crashkernel= parameter set on the kernel
>>> boot/grub.conf settings?
>> yes I do.
>>
> does cat /proc/cmdline show it?   That appears to be what it is
> complaining about, it is not on the current running kernel.

/boot/grub2/grub.conf

### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply 
type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
   source $prefix/custom.cfg;
fi
crashkernel=128M
### END /etc/grub.d/41_custom ###




More information about the users mailing list