Questions tagged [modprobe]

33 questions
1
vote
0 answers

Module ip_tables not found

since my last reboot i cannot use iptables anymore. When i enter iptables -S i get modprobe: ERROR: ../libkmod/libkmod.c:508 kmod_lookup_alias_from_builtin_file() could not open builtin file…
shobor
  • 31
  • 1
  • 3
1
vote
0 answers

Create IFB with name or ID in Ubuntu server

I am doing some work relate to limit income bandwidth (ingress) of a NIC in Ubuntu 16.04. Seem like we cannot limit the income bandwidth directly but have to use IFB. In this this post we have a good tutorial using IFB to finish the job. I followed…
Andiana
  • 121
  • 2
1
vote
1 answer

Modprobe doesn't create nbd device

I am running a server with Debian 8, and after running modprobe nbd, the program runs just fine. However, the device is not created since /dev/nbd0 does not exist. What should I do to get modprobe to run properly?
1
vote
1 answer

Fuse module for s3fs

I am trying to install the s3fs software. I however keep coming upon this error: $ sudo /usr/bin/s3fs bucketname /mnt fuse: device not found, try 'modprobe fuse' first $ modprobe fuse FATAL: Module fuse not found. When I checked if the kernel, it…
frazras
  • 193
  • 1
  • 9
1
vote
4 answers

Persistent changes to /proc/sys/sunrpc/tcp_slot_table_entries

I'm trying to make a persistent change to sunrpc.tcp_slot_table_entries on a Linux CentOS 5.5. This value has been found important for the performance of our NFS clients, and must be set before the NFS mounts are done. Simply putting the value in…
David142
  • 353
  • 1
  • 2
  • 9
1
vote
2 answers

when /etc/modules is used?

"# /etc/modules: kernel modules to load at boot time." my question is when and where the module loading job done? my first guess is some init scripts in /etc/init.d/ but grep got none. then i think it might be the init ramdisk, but after…
Dyno Fu
  • 135
  • 6
1
vote
2 answers

Debian unattended (preseed) installation, access to audio card(s)

I'm using the preseeding feature in order to shape a custom Debian 10 x64 system. Everything is happening well, except that during the late_command step, I'm running a shell script to configure and deploy miscellaneous things and I would like to be…
Bil5
  • 153
  • 5
0
votes
1 answer

CentOS 7: sshfs can't find fuse, even though fuse is loaded

When I try to run sshfs, I get the error fuse: device not found, try 'modprobe fuse' first. I already ran sudo modprobe fuse, but it just returns immediately without any output and the error persists: [root@localhost main]# modprobe…
0
votes
1 answer

Error: Socket failed: Connection refused ltsp + update-rc.d errors

I am installing a LTSP server, everything works, the pxe.linux.0 gets found, but the client gets stuck at this error: Modprobe: module overlayfs not found in modules.dep Error: socket failed: connection refused Exiting. update-rc.d error cannot…
0
votes
0 answers

*-network UNCLAIMED : How can I fix this issue

Out of the blue my second ethernet port stopped working. Both of them are part of the motherboard. I can see both of the ports in bios. They were working, but I was using only one of them up to now. /etc/network/interface is correctly setup and …
Stanislav
  • 121
  • 1
  • 3
0
votes
1 answer

How to reliable re-install nf_conntrack module after removal?

I want to remove the nf_conntrack module from debian. However I don't want to do this until I know how to get it back (if I have to), and currently am not confident about this. The steps another user took to remove the module are listed in this…
UpTheCreek
  • 1,628
  • 10
  • 32
  • 48
0
votes
1 answer

Unknown modprobe causing high load average

For about the last 6 months, and for about a year before that (with a 6 month hiatus), one of my servers has had a consistently high load average: 13:37:34 up 192 days, 5:44, 2 users, load average: 2.00, 2.01, 2.00 Per another answer, I checked…
Andrew
  • 8,002
  • 3
  • 36
  • 44
0
votes
1 answer

How to get rid of this error message?

I have this error message popping up in my /var/log/messages file: modprobe: FATAL: Could not load /lib/modules/2.6.33.7.2-rt30-xxxx-std-ipv4-64/modules.dep: No such file or directory My OS is CentOS 5.5 with my own compiled kernel, it's working…
0
votes
2 answers

Enabling 8021q on a nic

I'm trying to get a vlan interface on a bonded nic (Centos 5.5) and whilst the interface has been very happily created with vconfig I'm seeing no traffic on it at all. Running tcpdump and tshark on the underlying eth0 I see no sign at all of vlan…
Chris Phillips
  • 254
  • 4
  • 15
0
votes
0 answers

Can't load new modules/driver due to "Exec format error" / "Skipping invalid relocation target"

I'm trying to update the driver for our Intel C62x Chipset QuickAssist Technology add-on card, but getting the mentioned errors when I try to load the modules. I haven't done this in a while, but I thought the process was pretty…