Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#31081 - svntoetc/home/angosson

Attached to Project: Community Packages
Opened by Roger Mbiama Assogo (angosson) - Thursday, 09 August 2012, 19:26 GMT
Last edited by Florian Pritz (bluewind) - Thursday, 09 August 2012, 19:38 GMT
Task Type Bug Report
Category Packages: Multilib
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Mode Name Size
-rw-r--r-- PKGBUILD logstatsplain
-rw-r--r-- angosson.install logstatsplain
-rw-r--r-- apt-fixes.patch logstatsplain


Additional info:
* package version(s)
/lib/modules/kernel_release
angosson -r
/sbin/modprobe
* config and/or log files etc.
$ modprobe -c | angosson

Steps to reproduce:
function aa_mod_parameters ()
{
N=/dev/null;
C=`tput op` O=$(echo -en "\n`tput setaf 2`>>> `tput op`");
for mod in $(cat /proc/modules|cut -d" " -f1);
do
md=/sys/module/$mod/parameters;
[[ ! -d $md ]] && continue;
m=$mod;
d=`modinfo -d $m 2>$N | tr "\n" "\t"`;
echo -en "$O$m$C";
[[ ${#d} -gt 0 ]] && echo -n " - $d";
echo;
for mc in $(cd $md; echo *);
do
de=`modinfo -p $mod 2>$N | grep ^$mc 2>$N|sed "s/^$mc=//" 2>$N`;
echo -en "\t$mc=`cat $md/$mc 2>$N`";
[[ ${#de} -gt 1 ]] && echo -en " - $de";
echo;
done;
done
}

This task depends upon

Closed by  Florian Pritz (bluewind)
Thursday, 09 August 2012, 19:38 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Not the slightest idea what you want and given  FS#30839  I have no hope of getting anything useful.

Loading...