[oe-commits] [Bug 5408] New: udev 1.51 needs at least kernel 2.6.27

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Sat Feb 27 13:16:26 UTC 2010


http://bugs.openembedded.org/show_bug.cgi?id=5408

           Summary: udev 1.51 needs at least kernel 2.6.27
           Product: Openembedded
           Version: org.openembedded.dev
          Platform: ARM
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: Devices
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: greensock at snafu.de


For preparation before using a real ARM target I have built console-image for
qemuarm.

DISTRO = "angstrom-2008.1"
MACHINE = "qemuarm"

When I try to boot the resulting image, the booting hangs. Further
investigation show that udev did not setup any devices in /dev and terminates:

 Starting udev
 ...
 + /sbin/udevd -d
 error initializing netlink socket

Searching for a reason for this behaviour I found a debian bug:

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555614

There the same error is reported and the conclusion is that udev from 1.47 on
needs at least kernel 2.6.27. For qemuarm the newest kernel is 2.6.26, I used
the default 2.6.25+2.6.26-rc4-r6-qemuarm.

I did go back to udev 1.41 by defining

PREFERRED_VERSION_udev          = "141"

and did a rebuild. The generated image works now without problems.

udev 1.51 should have a dependency to at least 2.6.27 kernel.

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list