Displaying 3 results from an estimated 3 matches for "sttill".
Did you mean:
still
2019 Mar 28
2
How to specify kernel version when restart kdump
....x86_64
The script called actually it is /usr/bin/kdumpctl
See also fadump (firmware assisted dump) concepts in RHEL 7 / CentOS 7:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/kernel_administration_guide/kernel_crash_dump_guide
But I think you are x86_64 so kdump sttill applies
In kdumpctl we have something like this:
MKDUMPRD="/sbin/mkdumprd -f"
TARGET_INITRD=""
. /lib/kdump/kdump-lib.sh
. /etc/sysconfig/kdump
eval $(cat /proc/cmdline| grep "BOOT_IMAGE" | cut -d' ' -f1)
KDUMP_BOOTDIR="/boot"$(dirname $BOOT_IMAGE...
2015 Feb 14
1
concurrent IMAP connections (plus 2 easy questions)
I posted a few days back asking about configuration issues with a
modestly large number of IMAP connections. Several people were kind
enough to respond with various ideas. Armed with those ideas and
Google, I was able to determine the underlying configuration issues with
CentOS 7 and Dovecot 2.2.10. I did some further benchmarking to ensure
that we could properly plan our server
2019 Mar 27
2
How to specify kernel version when restart kdump
What do you mean? Wouldn't the kernel version always be the actual
running version of the kernel that was booted?
Ben
On 3/26/19 6:16 PM, wuzhouhui wrote:
>> -----Original Messages-----
>> From: "Benjamin Hauger" <hauger at noao.edu>
>> Sent Time: 2019-03-27 00:15:21 (Wednesday)
>> To: centos at centos.org
>> Cc:
>> Subject: Re: [CentOS]