Package Details: modprobed-db 2.46-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: MIT
Conflicts: modprobed_db
Replaces: modprobed_db
Submitter: graysky
Maintainer: graysky
Last Packager: graysky
Votes: 254
Popularity: 1.22
First Submitted: 2013-11-15 22:21 (UTC)
Last Updated: 2022-05-05 18:47 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 15 Next › Last »

graysky commented on 2013-11-25 08:21 (UTC)

No idea why your logname is empty but can you tell me what is the exit status? Do this from a shell: $ logname $ echo $?

jayflo commented on 2013-11-25 03:07 (UTC)

I think this is the problem for me. logname returns `no login name`. I just need to figure out how to set this and I'm sure it should work after.

pentago commented on 2013-11-17 20:01 (UTC)

yea, me too, compiling 3.12 at the moment. Thanks for help!

graysky commented on 2013-11-17 20:00 (UTC)

No idea what the problem was but glad it's solved.

pentago commented on 2013-11-17 18:59 (UTC)

$ USER=$(logname) $ HOMEDIR="$(getent passwd $USER | cut -d: -f6)" $ [[ -f $CFG_FILE ]] && echo ok ok $ Also, i just tried listing and storing new modules via modprobed-db and it worked. This last thing seems to fixed it. Any idea on what happened?

graysky commented on 2013-11-17 18:51 (UTC)

hmmm... do this into a shell: USER=$(logname) HOMEDIR="$(getent passwd $USER | cut -d: -f6)" CFG_FILE=$HOMEDIR/.config/modprobed-db.conf Now post the output of: [[ -f $CFG_FILE ]] && echo ok

pentago commented on 2013-11-17 18:48 (UTC)

pentago:x:1000:100::/home/pentago:/bin/zsh

graysky commented on 2013-11-17 18:46 (UTC)

And the output of: getent passwd pentago

pentago commented on 2013-11-17 18:43 (UTC)

Here: $ logname pentago

graysky commented on 2013-11-17 18:41 (UTC)

@pentago - Suggests that `logname` can't find your username. Post the output of: logname