Comment 10 for bug 21479

Revision history for this message
Evandro Pastor (evandrolinux-yahoo) wrote :

(In reply to comment #9)
> 1) Gnome's update-manager reports "/var/cache/apt/archives/lock" error in
> Breeze-preview.
>
> Update-managet should delete the "/var/cache/apt/archives/lock" after it quits
> (normally or killed).

It's happened again!!! I've activate update-manager, and aways return that
message. I get some informations using 'ps aux|grep apt':

root 6606 0.0 0.2 2396 1148 ? SNs 07:21 0:00 /bin/sh
/etc/cron.daily/apt
root 6657 0.2 1.8 11272 9300 ? SN 07:22 0:00 apt-get -qq -d
dist-upgrade
root 6662 0.2 0.3 3640 1716 ? SN 07:22 0:00
/usr/lib/apt/methods/http
root 6700 9.7 5.3 41444 27436 ? S 07:23 0:01
/usr/sbin/synaptic --hide-main-window --non-interactive --plug-progress-into
524321 31 --set-selections --progress-str The updates are being applied.
--finish-str Upgrade terminado
 evandro 6723 0.0 0.1 2912 668 pts/0 R+ 07:24 0:00 grep apt

After using 'sudo su' only, whitout any other comand, I tried to use a
update-manager again, an it works, look what I get from anoter 'ps aux|grep apt'

root 6700 0.2 5.3 41444 27436 ? S 07:23 0:01
/usr/sbin/synaptic --hide-main-window --non-interactive --plug-progress-into
52432131 --set-selections --progress-str The updates are being applied.
--finish-str Upgrade terminado
evandro 7307 0.0 0.1 2796 740 pts/0 D+ 07:34 0:00 grep apt

And lock arquive don't be deleted after update...

$ ls -lah /var/cache/apt/archives/|grep lock
-rw-r----- 1 root root 0 2005-09-15 07:38 lock

> -------------------------
>
> 2) --version option reports wrong version string ;-)
>
> Get help:
> $ sudo update-manager -?
> ...
> ...
> --version 2.12.0.1 <---
>
> --------------------------------------
> And this:
>
> $ sudo update-manager --version
> Gnome update-manager 0.39 <---
>
Sorry Alex, You are right, I'm using 0.39 version... Thanks for the tip.

> Cheers
> Alex ;)
>

Tks

Evandro Pastor