lkml.org 
[lkml]   [2003]   [Dec]   [30]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateMon, 29 Dec 2003 22:42:06 -0800 (PST)
FromLinus Torvalds <>
SubjectRe: 2.6.0 kernel panic

On Mon, 29 Dec 2003, Murray J. Root wrote:
> On Sat, Dec 27, 2003 at 09:07:59PM -0500, Murray J. Root wrote:
> > P4 2GHz
> > ASUS P4S533 mainboard
> > 1G PC2700 RAM
> > GF2 GTS video using nv driver
> > 2.6.0 compiled with gcc 3.3.2
> > 
> > At boot kernel gets:
> >    INIT: cannot execute "/etc/rc.d/rc.sysinit"
> > then panic.
> > 
> > Same configuration for 2.6.0-test11 and earlier works fine.
> > 
> 
> To answer myself, I did a diff between 2.6.0-test11 and 2.6.0. Found this:

Sounds like one of the partitions that has the executable script loader is
mounted with "noexec". 

On most systems, /etc/rc.d/rc.sysinit is a bash script, and explicitly
points to /bin/bash. Check "ldd /bin/bash", and verify that all the
libraries (and /bin itself, of course) are mounted on executable
filesystems.

That would be a bug that 2.6.0 uncovers. 

		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: 2005-03-22 13:59    [from the cache]
©2003-2008