lkml.org 
[lkml]   [2008]   [May]   [28]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 28 May 2008 13:10:39 -0700 (PDT)
FromLinus Torvalds <>
SubjectRe: Linux 2.6.26-rc4

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2008-05-28 22:13    [from the cache]
©2003-2008