Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 72467

Summary: mondo (-deamon) 0.9/0.9a does not work with kernel 2.6
Product: Gentoo Linux Reporter: Alexander Weber <bugzilla>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://sourceforge.net/forum/forum.php?thread_id=1133219&forum_id=137336
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexander Weber 2004-11-25 07:00:25 UTC
mondo tries to find the system sensors by using /proc/sys/dev/sensors/chips. Which is not available with kernel 2.6. Disabling the check in /etc/init.d/mondo results in a segmentation fault :-( In the mondo forum (see link) there is a small hack that can be used as workaround, but i think mondo should be blocked, for kernel 2.6 because the hack is not really good (only one sensors is supported, for which you need to know the ID).

Reproducible: Always
Steps to Reproduce:
1. use a 2.6 - kernel 
2. emerge mondo
3. try to run it (/etc/init.d/mondo start)

Actual Results:  
"You need to setup lm_sensors first" (even if there are set up - the problem is
the check for /proc/sys/... (see above). If the check is removed, then mondo
seg-faults.

Expected Results:  
a working mondo.

System uname: 2.6.9-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Comment 1 SpanKY gentoo-dev 2005-02-11 20:21:28 UTC
done