Wednesday, May 1, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 10610  / 3 Years ago, sun, june 20, 2021, 3:54:36

While setting up lm-sensors and fanconrtol packages on Ubuntu 13.04, I arrived at a stage were I had to restart the service modules-init-tools to apply changes to the /etc/modules file then alas! I got "modules-init-tools: unrecognized service". I know a reboot of the system will most likely apply the changes. But I want to know where the service is or if it has been replaced how do I restart it from terminal without doing a reboot.


More From » kernel

 Answers
1

"modules-init-tools" is not a service, it is a package that provides commmands to manage kernel modules.



The commands inside this package are lsmod, modprobe, rmmod, etc.



Put that, what makes sense is if you need to restart a module, and not a service with "modules-init-tools".



Just for information, "modules-init-tools" was replaced by "kmod" recently in 13.10, and I am not sure if for 13.04, but kept compatibility with previous commands and you can use, if it is the case in 13.04, 'rmmod' and 'modprobe' as before. No changes to the syntaxe!


[#30097] Tuesday, June 22, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tionavocad

Total Points: 189
Total Questions: 101
Total Answers: 118

Location: Liechtenstein
Member since Wed, Dec 8, 2021
2 Years ago
tionavocad questions
Tue, May 23, 23, 00:07, 1 Year ago
Tue, Jan 17, 23, 20:38, 1 Year ago
Sun, Oct 10, 21, 04:50, 3 Years ago
Tue, Jun 7, 22, 08:50, 2 Years ago
;