Search Criteria
Package Details: modprobed-db 2.44-1
Git Clone URL: | https://aur.archlinux.org/modprobed-db.git (read-only, click to copy) |
---|---|
Package Base: | modprobed-db |
Description: | Keeps track of EVERY kernel module ever used - useful for make localmodconfig |
Upstream URL: | https://wiki.archlinux.org/index.php/Modprobed-db |
Licenses: | |
Conflicts: | |
Replaces: | |
Submitter: | graysky |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 227 |
Popularity: | 1.84 |
First Submitted: | 2013-11-15 22:21 |
Last Updated: | 2020-07-05 20:06 |
Dependencies (2)
- kmod (kmod-nc, kmod-git, kmod-minimal-git)
- sudo (nosudo, sudo-hg, opendoas-sudo, fake-sudo, sudo-selinux) (optional) – needed for recall function
Required by (12)
- linux-aufs (optional)
- linux-bfq-dev (optional)
- linux-clear (optional)
- linux-clear-current (optional)
- linux-clear-lts2017 (optional)
- linux-clear-lts2018 (optional)
- linux-clear-lts2019 (optional)
- linux-clear-preempt-rt (optional)
- linux-next-git (optional)
- linux-pf (optional)
- linux-rt-bfq-dev (optional)
- linux-uksm (optional)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
graysky commented on 2020-07-06 09:54
@merlock - The reboot logic is the
ExecStop=
line should be allowing the call when the service is stopped.merlock commented on 2020-07-06 03:33
@graysky:
v2.44 fixed it.
Note that I did a drop-in override to change the interval from 6h to 1h. Is that going to have an effect the 'on reboot' logic?
graysky commented on 2020-07-05 20:08
@merlock - Thanks for pointing it out/not by design. Should be fixed in v2.44. Please try it.
merlock commented on 2020-07-05 13:49
@graysky:
Noticed that v2.43 doesn't seem to set up a persistent timer.
NEXT LEFT LAST PASSED UNIT ACTIVATES
n/a n/a Sun 2020-07-05 09:38:49 EDT 1s ago modprobed-db.timer modprobed-db.service
Is this now by design?
bugsmanagement commented on 2018-11-25 02:28
@graysky
Ahh, look over once more, the magic happens here:
"sort -k 1,1 "$DB" /tmp/.inmem | uniq > /tmp/.potential_new_db"
Missed it the first time and focused a bit too much on "cp /tmp/.potential_new_db "$DB"" :)
graysky commented on 2018-11-23 11:10
@bugsmanagement - It does not overwrite. Try the experiment: load your module, update, rmmod, update. It's still there.
bugsmanagement commented on 2018-11-22 22:20
Forgive me for my lack of understanding, but looking over your script, it appears to me that it overwrites than updates the database? What I worry about, ie, I connect to my VPN provider, which accordingly loads the tun module, modprobed-db updates the database. Coincidentally after reboot, tun module is not loaded, modprobed-db then polls, see no tun module, and overwrites the database omitting the tun module?
graysky commented on 2015-09-21 08:28
Ha, no entry for flavor so but it does show you example usage.
artafinde commented on 2015-09-21 08:13
Quote:
"
--> The system service and timer have been deprecated in favor of user flavors.
--> See the manpage of modprobed for details.
"
Manual of modprobed-db (8) doesn't have any entry for 'flavors'.
artafinde commented on 2015-08-15 12:24
@Th3voic3 : I noticed the same issue first time I build kernel with the new version of modprobed. With no changes second time worked fine and it is still ok, thus I didn't report it. Try maybe a logout and login and see if without changes this behaviour persists.