<br>All I need for http stats is, as I stated in my original message, to be able to modify the cron
scripts /etc/cron.d/cl-net plus /custom/bin/<a href="http://cron.root.http_stats.sh">cron.root.http_stats.sh</a> and most probably be able to read the content of /var/log/apache2.<br><br>What is needed, I think, is to apply the following two tiny patches:<br>
<br>$ diff /etc/cron.d/cl-net ~/cl-net<br>10c10<br>< # 12 00 * * * root /custom/bin/<a href="http://cron.root.http_stats.sh">cron.root.http_stats.sh</a><br>---<br>> 12 00 * * * root /custom/bin/<a href="http://cron.root.http_stats.sh">cron.root.http_stats.sh</a><br>
$ diff /custom/bin/<a href="http://cron.root.http_stats.sh">cron.root.http_stats.sh</a> ~/<a href="http://cron.root.http_stats.sh">cron.root.http_stats.sh</a><br>8c8<br>< LOG_FILE=/var/log/apache/access.log<br>---<br>> LOG_FILE=/var/log/apache2/access.log<br>
<br>I'll have to investigate more for the rsync stats...<br><br>Cheers,<br><br>Jean-Claude Beaudoin<br><br><br><div class="gmail_quote">2011/6/28 Hans Hübner <span dir="ltr"><<a href="mailto:hans.huebner@gmail.com">hans.huebner@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Jean-Claude,<br>
<br>
thank you for your offer to help.  What files do you need access to?<br>
I do not know how the statistics worked, but I guess that some of the<br>
mechanism is stored in /custom/bin - Can you check and let us know<br>
what you need to change?<br>
<br>
Thanks again!<br>
Hans<br>
<div><div></div><div class="h5"><br>
On Mon, Jun 27, 2011 at 2:14 AM, Jean-Claude Beaudoin<br>
<<a href="mailto:jcb.lisp@gmail.com">jcb.lisp@gmail.com</a>> wrote:<br>
> Hello <a href="http://common-lisp.net" target="_blank">common-lisp.net</a> admins,<br>
><br>
> I would like to propose my services to put back into service the download<br>
> statistics that used to be available on the "stats" page before the machine<br>
> upgrade.<br>
><br>
> The currently available files date back to May 7, about 7 weeks ago.<br>
><br>
> I already have an account on <a href="http://common-lisp.net" target="_blank">common-lisp.net</a> for my MKCL and CL+J projects.<br>
> My user name is: jcbeaudoin<br>
><br>
> So I guess that a simple change in its group memberships is all that is<br>
> needed to give me the required access to do the work (ie: modify the cron<br>
> script and maybe read the content of /var/log/apache2).<br>
><br>
> Cheers,<br>
><br>
> Jean-Claude Beaudoin<br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> clo-devel mailing list<br>
> <a href="mailto:clo-devel@common-lisp.net">clo-devel@common-lisp.net</a><br>
> <a href="http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel" target="_blank">http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel</a><br>
><br>
><br>
<br>
_______________________________________________<br>
clo-devel mailing list<br>
<a href="mailto:clo-devel@common-lisp.net">clo-devel@common-lisp.net</a><br>
<a href="http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel" target="_blank">http://lists.common-lisp.net/cgi-bin/mailman/listinfo/clo-devel</a><br>
</blockquote></div><br>