running phpsysconfig in browser shows multiple errors 1.File Line Command Message common_functions.php 351 file_exists(/proc/scsi/scsi) the file does not exist on your machine 2 after compile k8temp in kernel get this error for lm_sensors Notice: Undefined offset: 6 in /var/www/localhost/htdocs/phpsysinfo/includes/mb/class.lmsensors.inc.php on line 71 Notice: Undefined offset: 6 in /var/www/localhost/htdocs/phpsysinfo/includes/mb/class.lmsensors.inc.php on line 71 Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/phpsysinfo/includes/mb/class.lmsensors.inc.php:71) in /var/www/localhost/htdocs/phpsysinfo/includes/system_header.php on line 31 Warning: Cannot modify header information - headers already sent by (output started at /var/www/localhost/htdocs/phpsysinfo/includes/mb/class.lmsensors.inc.php:71) in /var/www/localhost/htdocs/phpsysinfo/includes/system_header.php on line 35 Work ground for 1 edit config.php and change line $showerrors = true; to $showerrors = false; or edit var phpsysinfo/includes/os/class.Linux.inc.php and find the "function scsi ()". Change line 354: $bufr = rfts( '/proc/scsi/scsi' ); to $bufr = rfts( '/proc/scsi/scsi', 0, 4096, false ); and that should make it behave on systems without any SCSI drives." Work ground for 2 edit config.php and change line $showerrors = true; to $showerrors = false; Reproducible: Always
*** Bug 176056 has been marked as a duplicate of this bug. ***
can you please post this lmsensor bug to the phpsysinfo project page on sourcefore with the output of "sensors" as a text file, please so that i can have a look at this problem. the first error is already corrected in 2.5.3 which is not in portage at the moment.
bumped to 2.5.3, rest is upstream. thanks all.