Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Boris Reisig on November 09, 2000, 11:06:53 PM

Title: Webstats update.
Post by: Boris Reisig on November 09, 2000, 11:06:53 PM
Well, Ive updated the Webstats program with minor updates.
You can find it at http://linux.microtrader.com just in case anyone forgot. :-P
Title: RE: Webstats update.
Post by: Alexie on November 14, 2000, 04:14:52 AM
Thx, works fine at my E-Smith Server..
Title: RE: Webstats update.
Post by: Michael Doerner on November 18, 2000, 10:29:49 PM
Boris,

thanks for your work with the Webstats program. I installed it recently and it looks really good.

This morning I found the timestamp of the last update to be 4:00 o'clock from last night. Normally it updates every 30 minutes.
I am using the logrotate rpm from the contributed rpm's to keep my logfiles small and first entry after 4:00 it says "Nov 19 04:02:05 tga1 syslogd 1.3-3: restart".

Do you know of any interference between syslog daemon and Webstats?

Kind Regards,
Michael Doerner

P.S.: I am using webstats-addon-0.1-3.i386.rpm
Title: RE: Webstats update.
Post by: Lasse Johansson on November 30, 2000, 02:32:12 PM
...When trying to upgrade e-smith-base to 4.0.12-56, I get the following error:

[root@e-smith files]# rpm -Uvh e-smith-base-4.0.12-56.noarch.rpm
file /etc/e-smith/templates/etc/httpd/conf/httpd.conf/05NoHostLookups from install of e-smith-base-4.0.12-56 conflicts with file from package webstats-addon-0.1-3
file /etc/e-smith/templates/etc/httpd/conf/httpd.conf/45CustomLogs from install of e-smith-base-4.0.12-56 conflicts with file from package webstats-addon-0.1-3

Any ideas of a solution?
Title: RE: Webstats update.
Post by: Charlie Brady on November 30, 2000, 02:42:47 PM
Lasse Johansson wrote:

> ...When trying to upgrade e-smith-base to 4.0.12-56, I get the
> following error:
>
> [root@e-smith files]# rpm -Uvh
> e-smith-base-4.0.12-56.noarch.rpm file
> /etc/e-smith/templates/etc/httpd/conf/httpd.conf/05NoHostLookups
> from install of e-smith-base-4.0.12-56 conflicts with file from
> package webstats-addon-0.1-3 file
> /etc/e-smith/templates/etc/httpd/conf/httpd.conf/45CustomLogs
> from install of e-smith-base-4.0.12-56 conflicts with file from
> package webstats-addon-0.1-3
>
> Any ideas of a solution?

rpm -Uhv --force e-smith-base-4.0.12-56.noarch.rpm

If this happens to cause a problem with webstats-addon (I doubt that it will), then webstats-addon will need to be fixed. It needs to be fixed anyway - it shouldn't contain files which overlap with e-smith-base files.

Regards

Charlie
Title: RE: Webstats update.
Post by: Lasse Johansson on November 30, 2000, 03:27:12 PM
Charlie Brady wrote:

> rpm -Uhv --force e-smith-base-4.0.12-56.noarch.rpm

Thanks, it helped!