Page 1 of 1

why aren't my updates.. well, updating

Posted: Tue Aug 18, 2009 2:36 pm
by wiab4355
when i click on the little unlocked padlock it seems to start ok (the download box opens) but then NOTHING HAPPENS

i'm hopeless at techie stuff so a bit of handholding would be nice.

ta very much

Re: why aren't my updates.. well, updating

Posted: Tue Aug 18, 2009 2:50 pm
by RedWagon
After you clicked on the padlock did you click the big check mark near the top that says install updates? After you do that, when the separate download box comes up does it stay at 0% or do you see it downloading things?

Re: why aren't my updates.. well, updating

Posted: Tue Aug 18, 2009 2:53 pm
by wiab4355
thanks for replying - i did that; it stays at 0%

Re: why aren't my updates.. well, updating

Posted: Tue Aug 18, 2009 3:03 pm
by RedWagon
Are you connected to the internet?
Also post the output of

Code: Select all

sudo apt-get update
sudo apt-get upgrade
These are some of the commands behind MintUpdate, by running them manually we can see their terminal output and hopefully figure out what is going on.

Re: why aren't my updates.. well, updating

Posted: Tue Aug 18, 2009 3:12 pm
by wiab4355
thank you

did as you suggested - everything seems to have been downloaded and updated!

do i ignore the padlock icon from now on and just do it manually?

Re: why aren't my updates.. well, updating

Posted: Tue Aug 18, 2009 3:49 pm
by tenfoot
[quote="wiab4355"]thank you

did as you suggested - everything seems to have been downloaded and updated!

do i ignore the padlock icon from now on and just do it manually?[/quote

If the padlock is "unlocked" there are updates available. If it is "locked" your system is up-to-date.

Re: why aren't my updates.. well, updating

Posted: Tue Aug 18, 2009 4:04 pm
by Acid_1
I do it manually and update everything. The developers recommend using MintUpdate as it blocks some of the "high risk" updates, such as the kernel, etc. I haven't had issues with it, some people do apparently. Next time just try

Code: Select all

sudo apt-get update
then open mintUpdate and see how that works.

Re: why aren't my updates.. well, updating

Posted: Tue Aug 18, 2009 4:40 pm
by RedWagon
The developers recommend using MintUpdate as it blocks some of the "high risk" updates, such as the kernel, etc.
I'm assuming by 'it' you mean apt-get update, which it does block some stuff.

Code: Select all

sudo apt-get dist-upgrade
will upgrade the higher risk stuff, but it's stuff that even MintUpdate skips for me.

Re: why aren't my updates.. well, updating

Posted: Tue Aug 18, 2009 6:05 pm
by Acid_1
RedWagon wrote:
The developers recommend using MintUpdate as it blocks some of the "high risk" updates, such as the kernel, etc.
I'm assuming by 'it' you mean apt-get update, which it does block some stuff.

Code: Select all

sudo apt-get dist-upgrade
will upgrade the higher risk stuff, but it's stuff that even MintUpdate skips for me.
By 'it' I did mean apt-get update. But I guess you learn things once and a while. I always wondered why the Kernel didn't update through conventional means. Lol.