It is recommended to use equo for updating, since Spritz is a pretty young project and may
give some issues (it is getting more and more reliable though).
probably the equo lock is still around due to Spritzs' crash.Try to remove it,
it is usually in "/var/lib/entropy/entropy.pid"
- Code: Select all
rm /var/lib/entropy/entropy.pid
be sure that Spritz is no more running using a task manager, or running from a console:
- Code: Select all
ps aux
if it is kill it.
- Code: Select all
kill -9 <PID>
where PID is the Process ID, you can get it from "ps aux".
(note: you have to be root to kill root processes)
for example you could have a process like:
- Code: Select all
root 11781 36.6 4.0 179328 84272 pts/1 Sl+ 10:07 0:02 python /usr/lib/entropy/spritz/spritz.py
its PID is the number right after root: "11781"
so you issue a:
- Code: Select all
kill -9 11781
In order to update your sistem use equo command, which is definitely more reliable:
- Code: Select all
equo update
equo world --ask
equo cleanup
and so on.
See our wiki:
http://wiki.sabayonlinux.org/index.php?title=En:Entropy