Re: log-collect / log-send

2007-11-17 Thread Giannis Galanis
Pascal, I have been working on something similar. It is a console script that gather networks related logs, and will be available in the next joyride. At the moment it includes: var/log/messages var/log/xorg.0.log /home/olpc.sugar.logs/presenceservice /home/olpc.sugar.logs/gabble

Re: log-collect / log-send

2007-10-31 Thread Marco Pesenti Gritti
On 10/31/07, Pascal Scheffers [EMAIL PROTECTED] wrote: Is there any chance that either or both of our console scripts make it to MP? Or has that time passed? I got the impression last sunday that that is what we were trying to shoot for... Code freeze is this Friday... Hurry up! :) Marco

Re: log-collect / log-send

2007-10-31 Thread Pascal Scheffers
On 31-okt-2007, at 8:54, Tomeu Vizoso wrote: what about the output from top/ps/free/df? Sure. Consider them added. Perhaps some jffs2 status Right now, I just have disksize and diskfree. Tell me where I can find jffs stats, and I'll include them too. - Pascal.

Now with http-post! Re: log-collect / log-send

2007-10-31 Thread Pascal Scheffers
I've updated log-collect.py, it can now auto-submit the logs to my own server: invoke as: [EMAIL PROTECTED] ~]$ su - -bash-3.2# python log-collect.py http log-collect utility 1.0 Logs saved in /dev/shm/logs-SHF725002EF.zip Trying to send the logs using HTTP (web) OK Logs were sent. -bash-3.2#

Re: log-collect / log-send

2007-10-30 Thread Giannis Galanis
Pascal, I have been working on something similar. It is a console script that gather networks related logs, and will be available in the next joyride. At the moment it includes: var/log/messages var/log/xorg.0.log /home/olpc.sugar.logs/presenceservice /home/olpc.sugar.logs/gabble

Re: log-collect / log-send

2007-10-30 Thread Eduardo Silva
Hi Guys, I have been working on something similar. It is a console script that gather networks related logs, and will be available in the next joyride. Would be better focus to develop just a main class to collect this information and different front-ends as a console script and the UI

Re: log-collect / log-send

2007-10-30 Thread Giannis Galanis
Eduardo, There is a wiki page with some similar info: http://wiki.laptop.org/go/Developer_Environment I just realized that this page is created and edited by you So you have written scripts for this purpose as well? I have attached my two scripts. The are written in bash, but they are not

log-collect / log-send

2007-10-29 Thread Pascal Scheffers
I've created a rough-cut log-collector, it's in d.l.o/git/project/log- activity/log-collect.py For now, it just outputs some system info, tell me what's missing or what would be interesting to include? I don't know yet how to list installed activities... would that be just `ls

Re: log-collect / log-send

2007-10-29 Thread C. Scott Ananian
On 10/29/07, Pascal Scheffers [EMAIL PROTECTED] wrote: I've created a rough-cut log-collector, it's in d.l.o/git/project/log- activity/log-collect.py For now, it just outputs some system info, tell me what's missing or what would be interesting to include? My list from the whiteboard here