Thankyou Ed
Il giorno ven, 06/10/2017 alle 15.54 +0800, Ed Greshko ha scritto:
>
> I have uploaded the file "tainted.c".
>
> You can get it here.
> https://paste.fedoraproject.org/paste/qA368k5o2qMRXhJxNWJktQ
>
> Compile it with "gcc -o tainted tainted.c" and run the resultant
> binary and t
On 10/06/17 15:04, Ambrogio wrote:
> Il giorno gio, 05/10/2017 alle 12.58 -0700, Samuel Sieb ha scritto:
>
>> Be aware that blacklisting just stops the module from being loaded
>> automatically. If there's something directly running insmod or
>> modprobe
>> on it, then it will still get loaded.
Il giorno gio, 05/10/2017 alle 12.58 -0700, Samuel Sieb ha scritto:
> Be aware that blacklisting just stops the module from being loaded
> automatically. If there's something directly running insmod or
> modprobe
> on it, then it will still get loaded. The simplest option would be
> to
> just
On 10/05/2017 08:25 AM, Ambrogio wrote:
Il giorno gio, 05/10/2017 alle 20.01 +0800, Ed Greshko ha scritto:
In cases like yours, the first step is to undo what you've done to
taint your kernel
and see if the problem can be reproduced. If it can, you can file a
Bugzilla. If
you can't reproduce
On Thu, 2017-10-05 at 17:25 +0200, Ambrogio wrote:
> #cat /etc/default/grub
> GRUB_CMDLINE_LINUX="rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap
> rd.driver.blacklist=nvidia"
You may want:
modprobe.blacklist=nvidia rd.blacklist=nvidia
poc
___
users mail
Il giorno gio, 05/10/2017 alle 20.01 +0800, Ed Greshko ha scritto:
> In cases like yours, the first step is to undo what you've done to
> taint your kernel
> and see if the problem can be reproduced. If it can, you can file a
> Bugzilla. If
> you can't reproduce it, then it is due to the taint a
Il giorno gio, 05/10/2017 alle 20.01 +0800, Ed Greshko ha scritto:
> Well, I am running 4.12.14-300.fc26 just fine. This is the case even
> though my
> kernel is tainted due to running nVidia drivers and having Virtual
> Box modules loaded.
>
> In cases like yours, the first step is to undo what
On 10/05/17 19:24, Ambrogio wrote:
> I can't understand what is appening on my Fedora 26.
>
> All kernels after 4.11.11 are not working on my laptop.
>
> Abrt says that the problems cannot be submitted because kernel is
> tainted.
>
> In order to solve my problems and to help Fedora become more sta