lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 16 May 2016 15:02:11 -0600
From:	Jeff Merkey <linux.mdb@...il.com>
To:	OenHan <oenhan@...il.com>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: Re: Linux v4.6 does not work with Centos 7 (Radeon) but works with
 Linux v4.5

On 5/16/16, Jeff Merkey <linux.mdb@...il.com> wrote:
> On 5/15/16, OenHan <oenhan@...il.com> wrote:
>> Maybe you should install kexec-tools or uncheck kdump options in .config:
>>
>> rpm -qf /lib/kdump/kdump-lib.sh
>> kexec-tools-2.0.7-38.el7_2.1.x86_64
>>

The problem here is that Centos 7 has the script at /usr/lib/kdump
instead of /lib/kdump.  Problem fixed by creating a symbolic link to
/usr/lib/kdump in /lib.

i.e.

ln -s /usr/lib/kdump /lib/kdump

fixed.  Not sure why v4.6 install.sh causes this but it does.

Jeff


>>
>> Thanks
>>
>> Oen Han
>>
>
>

> Jeff
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ