[SLE] Re: Webalizer bug under SuSE 6.2
Hi. At 17:37 on 2 Jan 00, SuSE Linux Disscussion List begun to yabber about "Webalizer bug under SuSE 6.2" From: Matthew King <noodle@penguinpowered.com> To: SuSE Linux Disscussion List Subject: Webalizer bug under SuSE 6.2 Send reply to: noodle@penguinpowered.com Date sent: Sun, 2 Jan 2000 17:37:30 +1100
Has anyone else noticed the bug with Webalizer and stats after the year 2000? The main index file in the webalizer/ directory does not corectly point to the stats file for jan 2000. I have reported it to the author of the problem, but i thought you people might want to know as well :) I will let people know when i have recieved an answer.
--------cut here--------- I just got one from the author.. Geeze.. That was sooo quick :) Here is the info for anyone who wants it: Version 1.22 has a bug where the format string used to generate the filenames was not the same as the one used to generate the links.. If you don't want to upgrade to 1.30 (which uses 4 digit years), then search for this line in webalizer.c: printf(html_fname,"usage_%02d%d.%s",cur_month,cur_year%100,html_ext); ^^^^^^^^^^^^^^^ and change the format string to "usage_%02d%02d.%s". ------end cutting--------- Looks like all we SuSE 6.2 users have to do is edit the source rpm and recompile it. Has this package been updated in 6.3 or is it still the same? I have not yet recieved my copy of it. Cya Matthew Matthew King: Sys Admin, Quakers Hill High School. My ICQ#: 2342475 Message me! Cellular Phone: +61 415 257 516 E-Mail: noodle@penguinpowered.com Homepage: http://www.penguinpowered.com/~noodle/ -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GIT d+ s: a--- C++++ UL++++ P+ L+++ E---- W++ N++ o++ K w O- M- V- PS+ PE Y+ PGP- t+ 5++++ X++ R+ tv++ b+++ DI+++++ D++ G+++ e* h* r++ y+ ------END GEEK CODE BLOCK------ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
I searched for webalizer. I guess I didn't install it. I found a man page on it. What's it used for? George On Sun, 02 Jan 2000, you wrote:
Hi.
At 17:37 on 2 Jan 00, SuSE Linux Disscussion List begun to yabber about "Webalizer bug under SuSE 6.2"
From: Matthew King <noodle@penguinpowered.com> To: SuSE Linux Disscussion List Subject: Webalizer bug under SuSE 6.2 Send reply to: noodle@penguinpowered.com Date sent: Sun, 2 Jan 2000 17:37:30 +1100
Has anyone else noticed the bug with Webalizer and stats after the year 2000? The main index file in the webalizer/ directory does not corectly point to the stats file for jan 2000. I have reported it to the author of the problem, but i thought you people might want to know as well :) I will let people know when i have recieved an answer.
--------cut here---------
I just got one from the author.. Geeze.. That was sooo quick :) Here is the info for anyone who wants it:
Version 1.22 has a bug where the format string used to generate the filenames was not the same as the one used to generate the links.. If you don't want to upgrade to 1.30 (which uses 4 digit years), then search for this line in webalizer.c:
sprintf(html_fname,"usage_%02d%d.%s",cur_month,cur_year%100,html_ext); ^^^^^^^^^^^^^^^ and change the format string to "usage_%02d%02d.%s".
------end cutting---------
Looks like all we SuSE 6.2 users have to do is edit the source rpm and recompile it. Has this package been updated in 6.3 or is it still the same? I have not yet recieved my copy of it.
Cya Matthew
Matthew King: Sys Admin, Quakers Hill High School. My ICQ#: 2342475 Message me!
Cellular Phone: +61 415 257 516 E-Mail: noodle@penguinpowered.com Homepage: http://www.penguinpowered.com/~noodle/
-----BEGIN GEEK CODE BLOCK----- Version: 3.12 GIT d+ s: a--- C++++ UL++++ P+ L+++ E---- W++ N++ o++ K w O- M- V- PS+ PE Y+ PGP- t+ 5++++ X++ R+ tv++ b+++ DI+++++ D++ G+++ e* h* r++ y+ ------END GEEK CODE BLOCK------
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
-- My personal website http://www.firstnethou.com/gz/welcome.htm -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/
participants (2)
-
genz1968@mtu-net.ru
-
noodle@penguinpowered.com