Forum: Multimedia
2010-02-07, 11:17
|
Replies: 58
Views: 30,370
|
Forum: Community
2010-01-17, 01:09
|
Replies: 109
Views: 31,193
Re: maemo.org failed to refresh
Well to be exact this is not a a server issue... The DNS has not yet been created, I was expecting the server to be configured first, tested and then the DNS record to be switch to the newer IP, so...
|
Forum: Nokia N900
2009-11-25, 21:07
|
Replies: 495
Views: 190,819
Re: N900 Unexpected reboots
ok, then try the following command:
FILE=/path/to/file
watch -n 1 'date >> $FILE ; cat /proc/loadavg >> $FILE;free -m >>$FILE; vmstat >>$FILE; ps -eo pcpu,pmem,vsz,tty,time,stat,pid,user,args...
|
Forum: Nokia N900
2009-11-25, 19:28
|
Replies: 495
Views: 190,819
Re: N900 Unexpected reboots
It might be easier in order to troubleshoot the issue using ssh sessions.
I would advise to open one for each of the following commands to start with:
vmstat 1
top -b
tail -f...
|