The Following User Says Thank You to gm90_blackmamba For This Useful Post: | ||
|
2011-04-15
, 16:38
|
Posts: 33 |
Thanked: 4 times |
Joined on Dec 2010
|
#2
|
|
2011-04-15
, 19:37
|
Posts: 28 |
Thanked: 4 times |
Joined on Dec 2010
@ Viterbo (Italy)
|
#3
|
|
2011-04-16
, 20:32
|
|
Posts: 162 |
Thanked: 64 times |
Joined on Mar 2011
|
#4
|
|
2011-04-16
, 20:42
|
|
Posts: 566 |
Thanked: 282 times |
Joined on Sep 2010
@ Lower Saxony
|
#5
|
|
2012-10-24
, 14:11
|
Posts: 7 |
Thanked: 2 times |
Joined on Sep 2011
|
#6
|
Unfortunately Maemo has a very snappish watchdog that reboots your phone if it thinks it hangs due to a runaway process. This is almost certainly triggered when doing mayor package installations with normal process priority. So we'll do the dist-upgrade wit the lowest priority using the nice command:
Code:nice -n 19 sudo apt-get update nice -n 19 sudo apt-get dist-upgrade
p.s. sorry if my english is bad