|
2010-04-19
, 08:12
|
|
Posts: 1,389 |
Thanked: 1,857 times |
Joined on Feb 2010
@ Israel
|
#3
|
|
2010-04-19
, 09:27
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#4
|
also it's not that help but u can check dmesg from terminal or run programs from terminal to check for errors
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
|
2010-12-17
, 17:05
|
Posts: 235 |
Thanked: 89 times |
Joined on Oct 2009
@ italy
|
#5
|
|
2010-12-17
, 18:23
|
|
Posts: 79 |
Thanked: 47 times |
Joined on Oct 2010
@ Devon, UK
|
#6
|
|
2010-12-17
, 20:14
|
Posts: 235 |
Thanked: 89 times |
Joined on Oct 2009
@ italy
|
#7
|
I'm not sure, but I doubt it as syslogd almost certainly starts before MyDocs is mounted.
|
2010-12-17
, 20:20
|
|
Posts: 79 |
Thanked: 47 times |
Joined on Oct 2010
@ Devon, UK
|
#8
|
The Following User Says Thank You to sutaburosu For This Useful Post: | ||
|
2010-12-17
, 21:12
|
Posts: 235 |
Thanked: 89 times |
Joined on Oct 2009
@ italy
|
#9
|
Being a Gentoo and openrc user I don't know enough about the Debian/Maemo sysvinit boot sequence to answer this.
If keeping historical syslog output is important to you, I would use cron to schedule compressed backups to MyDocs to minimise rootfs space usage.
0 14 1* * mv /var/log/syslog(.txt? I don't remember) /home/user/Mydocs/syslogsarchive
|
2010-12-24
, 21:59
|
Posts: 235 |
Thanked: 89 times |
Joined on Oct 2009
@ italy
|
#10
|
#!/bin/sh cat /dev/null > /var/log/syslog
chown root /home/user/delete_syslog_script chmod 4755 /home/user/delete_syslog_script
!nolog(true) 22 19 * * 0-6 /home/user/delete_syslog_script
Does anyone know where to get (or activate) the hildon-input-method logs?
How about the logs for the other applications? /var/log is empty and ~/.xsession-errors doesn't exist.
Thanks