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
-
Well, Ive updated the Webstats program with minor updates.
You can find it at http://linux.microtrader.com just in case anyone forgot. :-P
-
Thx, works fine at my E-Smith Server..
-
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
-
...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?
-
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
-
Charlie Brady wrote:
> rpm -Uhv --force e-smith-base-4.0.12-56.noarch.rpm
Thanks, it helped!