Displaying 4 results from an estimated 4 matches for "sysemd".
Did you mean:
systemd
2017 Nov 15
0
How to blacklist a device driver (sysemd)
On 11/15/2017 10:35 AM, Frank Thommen wrote:
>
> I tried with the files
> ? /etc/modprobe.d/blacklist
> ? /etc/modprobe.d/blacklist.conf
> and with entries
> ? blacklist mlx5_core
> ? blacklist mlx5_ib
The "blacklist" entries prevent a module being loaded by its alias
(typically a PCI ID), but not from being loaded if something explicitly
loads it by module
2017 Nov 16
1
How to blacklist a device driver (sysemd)
On 11/15/2017 07:50 PM, Gordon Messmer wrote:
> On 11/15/2017 10:35 AM, Frank Thommen wrote:
>>
>> I tried with the files
>> /etc/modprobe.d/blacklist
>> /etc/modprobe.d/blacklist.conf
>> and with entries
>> blacklist mlx5_core
>> blacklist mlx5_ib
>
> The "blacklist" entries prevent a module being loaded by its alias
>
2017 Nov 17
0
How to blacklist a device driver (sysemd)
Frank Thommen wrote:
> ** WARNING: This mail is from an external source **
>
>
> Hi,
>
> how can a specific device driver in CentOS 7 be blacklisted, so that it
> doesn't load at boot time?? We have Infiniband adapters which are not
> completely supported by CentOS and we want to silence the error messages
> for the time being.
>
> I tried with the files
2017 Nov 15
4
How to blacklist a device driver (sysemd)
Hi,
how can a specific device driver in CentOS 7 be blacklisted, so that it
doesn't load at boot time? We have Infiniband adapters which are not
completely supported by CentOS and we want to silence the error messages
for the time being.
I tried with the files
/etc/modprobe.d/blacklist
/etc/modprobe.d/blacklist.conf
and with entries
mlx5_core
mlx5_ib
blacklist