Re: Linux 2.6.26-rc4

From: Linus Torvalds
Date: Wed May 28 2008 - 16:10:54 EST




On Tue, 27 May 2008, Alejandro Riveira FernÃndez wrote:
>
> Compiled and booting into 2.6.26-rc4
>
> 1) With splash quiet on grub line it doesn't boot (or i didin't wait long
> enough)
> 2) without quiet and splash I get into VT X filas becouse i use the evil
> nvidia driver that's expected. But ubuntu failsafe mode (xserver with vesa
> in low res) doesn't show up either *regression*

Can you give more details about where it stops?

> 3) i get an oops with network manager

.. again, please give the full oops, without that we just know that "an
oops happened".

> 4) if i try to run some sudo command it gets stuck (Crtl +C doesnt' help)
> "ip route" gets stuck too. User programs i tried wrok fine (only ls and
> htop). Network realted problem?

I assume it's related to the oops above - the oops probably happened while
holding some mutex or other lock, which is why network-related stuff then
blocks on that lock (which will never be released, since the oops killed
the process that held it).

I suspect the oops is also why the bootup breaks, so it's likely all the
same issue. Please save the dmesg into a file, reboot into a working
setup, and send that. Along with hw information (it's likely related to
your network device driver, since I've not seen an uproar of these kinds
of problems from everybody else..).

> 5) printk times on dmesg go crazy

More details, please, again.

Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/