9
votes
Accepted
Why /bin/true in modprobe.conf
According to the modprobe.d(5) man page:
install modulename command...
This is the most powerful primitive: it tells modprobe to run your command instead of inserting the module in the kernel as ...
2
votes
Accepted
Where should I place modules settings, in /etc/modprobe.d or /lib/modprobe.d?
Where to place modules settings
/etc/modprobe.d
it seems /lib/modprobe.d is for conf files for the packages we install in the system.
Yes, there are directories for software packages and site ...
2
votes
Docker service not able to start anymore because of modprobe error
I had the same error today after upgrading docker-ce to version 18.09.0 on Debian 9. I can't give you a solution for that version but going back to version 18.06.1 did make it start again.
For Ubuntu ...
1
vote
Docker service not able to start anymore because of modprobe error
Find out if you have the file (you certainly should on stock Ubuntu 16.04):
find /lib/modules -name "*overlay*"
And can you load it yourself?
# modprobe overlay
# echo $?
0
# lsmod | grep overlay
...
1
vote
Accepted
CentOS 7: sshfs can't find fuse, even though fuse is loaded
Eww, it's OpenVZ. That's why it doesn't work. You can't load modules (properly) on OpenVZ without the VPS provider doing it for you. These guys somehow managed to screw it up. Go find a nice KVM VPS.
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
modprobe × 35linux × 10
ubuntu × 5
debian × 5
fuse × 4
centos × 3
kernel × 3
ipmi × 3
kernel-modules × 3
networking × 2
iptables × 2
boot × 2
ubuntu-16.04 × 2
drivers × 2
debian-jessie × 2
alpine × 2
docker × 1
virtualization × 1
linux-networking × 1
centos7 × 1
ftp × 1
vps × 1
centos6 × 1
systemd × 1