<br><br><div class="gmail_quote">On Thu, Apr 1, 2010 at 8:18 PM, NoOp <span dir="ltr"><<a href="mailto:glgxg@sbcglobal.net">glgxg@sbcglobal.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On 04/01/2010 09:15 AM, MirJafar Ali wrote:<br>
> On Wed, Mar 31, 2010 at 5:42 PM, NoOp <<a href="mailto:glgxg@sbcglobal.net">glgxg@sbcglobal.net</a>> wrote:<br>
><br>
>> On 03/31/2010 01:00 PM, MirJafar Ali wrote:<br>
>> > On Mon, Mar 29, 2010 at 11:36 PM, NoOp <<a href="mailto:glgxg@sbcglobal.net">glgxg@sbcglobal.net</a>> wrote:<br>
>> ><br>
>> >> On 03/29/2010 10:26 PM, MirJafar Ali wrote:<br>
>> >> > On Mon, Mar 29, 2010 at 12:22 PM, NoOp <.> wrote:<br>
>> >> ><br>
>> >> >> Log in normally. Ensure that you have a network connection. Open a<br>
>> >> >> terminal and issue the following commands:<br>
>> >> >><br>
>> >> >> $ sudo apt-get update<br>
>> >> >> $ sudo apt-get upgrade<br>
>> >> >> $ sudo apt-get install -f<br>
>> >> >> $ sudo dpkg --configure -a<br>
>> >> >><br>
>> >> >> repeat. Let us know what, if any, errors you got from the last two<br>
>> >> >> commands.<br>
>> >><br>
>> >> ><br>
>> >> > @blackhole:~$ sudo apt-get install -f<br>
>> >> > Reading package lists... Done<br>
>> >> > Building dependency tree<br>
>> >> > Reading state information... Done<br>
>> >> > 0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.<br>
>> >> > @blackhole:~$ sudo dpkg --configure -a<br>
>> >> > @blackhole:~$<br>
>> >> ><br>
>> >> ><br>
>> >> > Please let me know if I need to do something.<br>
>> >><br>
>> >> Yes. Do the instuctions in the order that I gave them to you and then<br>
>> >> repeat them.<br>
>><br>
>> > I tried many times, but no status changed and I still get system hanged<br>
>> as<br>
>> > usual. I don't know what<br>
>> > should I do. May be switching back to 9.04 or moving to Red-Hat, I don't<br>
>> > know.<br>
>> ><br>
>><br>
>> You have 18 packages that are not being upgraded; that indicates that<br>
>> the upgrade was incomplete. Can you provide the output of:<br>
>><br>
>> $ sudo apt-get upgrade<br>
>><br>
>><br>
>><br>
>> --<br>
>> ubuntu-users mailing list<br>
>> <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
>> Modify settings or unsubscribe at:<br>
>> <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
>><br>
><br>
> Hi,<br>
><br>
> Here is the output<br>
><br>
><br>
> blackhole:~$ sudo apt-get upgrade<br>
> [sudo] password for csverma:<br>
> Reading package lists... Done<br>
> Building dependency tree<br>
> Reading state information... Done<br>
> The following packages have been kept back:<br>
>   bind9-host dnsutils libbind9-50 libdns50 libgssapi-krb5-2 libgssrpc4<br>
>   libisc50 libisccc50 libisccfg50 libk5crypto3 libkadm5srv6 libkrb5-3<br>
>   libkrb5-dev libkrb5support0 liblwres50 linux-generic linux-headers-generic<br>
>   linux-image-generic<br>
> 0 upgraded, 0 newly installed, 0 to remove and 18 not upgraded.<br>
> @blackhole:~$<br>
<br>
</div></div>The issue is most likely the linux-generic linux-headers-generic<br>
linux-image-generic packages. For some reason those have not been<br>
updated/upgraded and are quite likely the reason why the rest are being<br>
held back. As Liam Proven as advised, you probably should go ahead and<br>
install these individually given that the normal 'dpkg --configure -a'<br>
etc didn't work. You can give Liam O'Toole's suggestion a go, it<br>
certainly won't hurt anything.<br>
<br>
I personally would do these in this order:<br>
<br>
$ sudo apt-get dist-upgrade<br>
<br>
and then if that doesn't pull in the bits:<br>
<br>
$ sudo apt-get install --reinstall linux-generic linux-headers-generic<br>
linux-image-generic<br>
[Note I recommend that you reboot following that to complete the kernel<br>
upgrades.]<br>
<br>
then check to see if your kernel is the latest for 9.10:<br>
<br>
$ uname -a<br>
<br>
result should be 2.6.31-20-generic or 2.6.31-21-generic<br>
<br>
then<br>
<div class="im"><br>
$ sudo apt-get update && sudo apt-get upgrade<br>
</div>[That should pull in the other missing bits after the kernel has been<br>
updated. If not then again provide the output of 'sudo apt-get upgrade']<br>
<br>
However, you still didn't answer the question as to what happens when<br>
you run the standard Update Manager. Did you get prompted to do a<br>
partial upgrade? If so did you do it?<br>
<font color="#888888"><br>
<br>
<br>
<br>
--<br>
</font><div><div></div><div class="h5">ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br>Hello,<br><br>Somehow even ater following your instructions, I am unable to upgrade the kernel. the uname -a command<br>still gives the old kernel.<br><br>Linux blackhole 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009 <br>
<br>and my machine hangs more frequently now.<br><br>Mir<br><br>