![]() |
2008-08-25
, 11:43
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2008-08-25
, 11:59
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#3
|
![]() |
2008-08-25
, 12:57
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#4
|
![]() |
2008-08-25
, 13:13
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#5
|
Maybe mmc0 instead of mmc1 would work?
![]() |
2008-08-25
, 13:33
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#6
|
the bug you linked to manifests itself only when one card is removed.
![]() |
2008-08-25
, 15:15
|
Posts: 566 |
Thanked: 150 times |
Joined on Dec 2007
|
#7
|
sh /usr/local/bin/backup_syslogs.sh &> /dev/null
The Following User Says Thank You to iamthewalrus For This Useful Post: | ||
![]() |
2008-08-25
, 15:40
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#8
|
/usr/local/bin/backup_syslogs.sh &> /dev/null
#!/bin/sh
The Following 2 Users Say Thank You to TA-t3 For This Useful Post: | ||
In order to find the cause of reboot loops I installed syslogkd. I can let it write logs to one of the SD cards. But after rebooting no new logs are written to it. I guess this is because the daemon tries to write the files before the SD card is mounted.
So my next idea was to automatically copy the logfiles from /var/log/ to the SD card as soon as it is mounted. But it won't work so far. To test using udev for this I have made these files:
/etc/udev/rules.d/91_backupsyslogs.rules :
Last edited by iamthewalrus; 2008-08-25 at 16:34.