-
Same problem here. It would be great if someone familiar with python could suggest a fix.
2008-06-15 15:14:38 UTC in Command-line File Verify
-
$ gcc -v
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.1.2 --enable-ssp...
2007-09-27 13:41:36 UTC in ProcBench CPU analyzer
-
Fix the inputattach help text:
* Typo in the usage line
* Missing modes
* Broken alignment
Patch taken from the suse input-utils package.
2007-06-22 08:52:47 UTC in Linux Console Project
-
I see the following warning when compiling input-utils:
ffmvforce.c: In function "main":
ffmvforce.c:150: warning: passing argument 1 of "on_exit" from incompatible pointer type
The attached patch, from the Suse input-utils package, fixes it.
2007-06-22 07:56:12 UTC in Linux Console Project
-
Strange. If I feed your sensors' output to my phpsysinfo, the information is displayed correctly. I can't help you further with this, sorry, I'll leave it to the phpsysinfo developers.
2007-04-26 09:44:43 UTC in PHP SysInfo
-
Can you please attach a screenshot of the problem? Or point us to your phpsysinfo installation if it is public?.
2007-04-24 14:27:05 UTC in PHP SysInfo
-
The mount points are sorted by partition using a standard string sort order. In my case, this causes /dev/hda10 to be listed between /dev/hda1 and /dev/hda2, while I would expect (and like) it to be listed after /dev/hda9.
I propose to use the natsort() function instead of the sort() function, so that the partitions are sorted as one would expect.
2007-04-24 14:16:10 UTC in PHP SysInfo
-
This is a cleanup proposal for method parse_filesystems, as I found that the current code is more complex than it needs to be. This is inspired from, and applies on top of, the patch I submitted in bug #1706408. The main difference is that this patch is only a cleanup, not a bug fix.
The idea of the patch is to create an associative array with the relevant information from the output of...
2007-04-24 14:10:10 UTC in PHP SysInfo
-
I noticed that the inode use% announced by phpsysinfo isn't correct on my system. The numbers are OK but they show on the wrong line, basically off-by-one.
Looking at the code, the way the inode use% value is linked to the rest of the data is rather fragile, and breaks as soon as any entry from the "df -k" output is skipped. On my system (and I guess it's the same on pretty much every Linux...
2007-04-24 09:28:22 UTC in PHP SysInfo
-
Oddly enough, I am no longer able to reproduce the problem, even though I don't remember changing anything to my setup.
Auke, there are reports that upgrading to the latest BIOS from Lenovo fixes the problem:
http://bugzilla.kernel.org/show_bug.cgi?id=6929#c17
So maybe we don't need the workaround in the Linux driver?.
2007-04-02 07:02:11 UTC in Intel Wired Ethernet