[Sysfence-commit] sysfence CREDITS,1.2,1.3
Status: Alpha
Brought to you by:
emes
|
From: Michal S. <em...@us...> - 2006-04-30 11:44:34
|
Update of /cvsroot/sysfence/sysfence In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3425 Modified Files: CREDITS Log Message: + Paul added to contributors list Index: CREDITS =================================================================== RCS file: /cvsroot/sysfence/sysfence/CREDITS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- CREDITS 26 May 2004 04:17:29 -0000 1.2 +++ CREDITS 30 Apr 2006 11:44:28 -0000 1.3 @@ -8,3 +8,16 @@ Juha Ulkoniemi <julkonie /at/ mail.student.oulu.fi> - cleaned up the code, reduced gcc warnings, wrote new Makefile + + Paul Styen <mammooth /at/ scarlet.be>: + - made a patch for non-vanilla kernels + """ + I tried to use sysfence 1.5 on SuSe 9.3 but the memory data + was not correct. I figured out this was due to the fact that + the 2 summary lines in /proc/meminfo were not there (I don't + know if that is typical for SuSe or for kernel 2.6). I + patched the code so that now it looks for the keywords + MemTotal, Buffers, Cached etc. The keywords can be in any + order and they are there for Redhat 8.0 (2.4 kernel) and + Suse 9.3 (2.6 kernel). + """ |