![]() |
2007-01-11
, 22:07
|
Posts: 116 |
Thanked: 5 times |
Joined on Jun 2006
@ Warsaw, Poland
|
#2
|
PS: After removing privoxy (at startup), things seem to be running better...
![]() |
2007-01-14
, 01:25
|
Posts: 4 |
Thanked: 1 time |
Joined on Jan 2007
|
#3
|
![]() |
2007-01-14
, 01:57
|
Posts: 3,401 |
Thanked: 1,255 times |
Joined on Nov 2005
@ London, UK
|
#4
|
![]() |
2007-01-15
, 02:42
|
Posts: 4 |
Thanked: 1 time |
Joined on Jan 2007
|
#5
|
There's a lifeguard reset watchdog that can be disabled with the flasher tool.
Have you tried disabling this watchdog to see if your device stays up? That might help narrow it down or confirm your suspicion.
The Following User Says Thank You to ddouthitt For This Useful Post: | ||
![]() |
2007-02-05
, 02:53
|
Posts: 4 |
Thanked: 1 time |
Joined on Jan 2007
|
#6
|
# cd /etc/rc2.d # ls S*
# rm -f S??ssh
# /etc/init.d/ssh start
# init 3
That is, the watchdog thinks things are hung when in fact they are just taking a long time. I've begun investigating the startup processes and running daemons in order to remove some that perhaps take too long - I've removed clickc and no longer have privoxy run automatically on boot.
I also have samba-common et al (but not samba, just smbfs), as well as rsync and others. But they don't seem to have daemons running (or do they?) sshd (openssh) is another daemon starting up at start.
Is there a way to set the time interval of the watchdog timers? Having used the Linux /dev/watchdog timer, there should be... right?
Or should I take this question to the Developer's Forum?
PS: After removing privoxy (at startup), things seem to be running better...
PPS: I loaded syslog in order to see what was happening - didn't seem to see anything of use there. I might remove it later.