* Angstrom, udev, and kernel version
@ 2010-02-24 8:08 Steffen Sledz
2010-02-24 8:28 ` Denys Dmytriyenko
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Steffen Sledz @ 2010-02-24 8:08 UTC (permalink / raw)
To: openembedded-devel
Since Angstrom updated to udev_151 we've a big problem.
udevd started from within /etc/init.d/udev crashes with
/sbin/udevd -d --debug
1266997931.250494 [297] udev_monitor_new_from_netlink: error getting socket: Invalid argument error initializing netlink socket
1266997931.250718 [297] main: error initializing netlink socket
Searching the internet for this error i found some hints that this udev version requires at least linux 2.6.27. Unfortunately we are forced to use 2.6.24 because of special driver/machine support for hipox. :(
Is there a way to rollback to udev_141 for hipox machine?
Or is there a backport patch available for 2.6.24 to support udev_151?
Steffen
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Angstrom, udev, and kernel version
2010-02-24 8:08 Angstrom, udev, and kernel version Steffen Sledz
@ 2010-02-24 8:28 ` Denys Dmytriyenko
2010-02-24 11:26 ` Koen Kooi
2010-02-24 12:05 ` Koen Kooi
2 siblings, 0 replies; 7+ messages in thread
From: Denys Dmytriyenko @ 2010-02-24 8:28 UTC (permalink / raw)
To: openembedded-devel
On Wed, Feb 24, 2010 at 09:08:06AM +0100, Steffen Sledz wrote:
> Since Angstrom updated to udev_151 we've a big problem.
>
> udevd started from within /etc/init.d/udev crashes with
>
> /sbin/udevd -d --debug
> 1266997931.250494 [297] udev_monitor_new_from_netlink: error getting socket: Invalid argument error initializing netlink socket
> 1266997931.250718 [297] main: error initializing netlink socket
>
> Searching the internet for this error i found some hints that this udev version requires at least linux 2.6.27. Unfortunately we are forced to use 2.6.24 because of special driver/machine support for hipox. :(
>
> Is there a way to rollback to udev_141 for hipox machine?
>
> Or is there a backport patch available for 2.6.24 to support udev_151?
You can add the following line to either your conf/local.conf or
conf/distro/include/angstrom-2008-preferred-versions.inc:
PREFERRED_VERSION_udev_hipox = "141"
I too learned that udev-151 (>147) requires glibc-2.9 or higher. Seems like a
very demanding version of udev...
--
Denys
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Angstrom, udev, and kernel version
2010-02-24 8:08 Angstrom, udev, and kernel version Steffen Sledz
2010-02-24 8:28 ` Denys Dmytriyenko
@ 2010-02-24 11:26 ` Koen Kooi
2010-02-25 8:06 ` Steffen Sledz
2010-02-24 12:05 ` Koen Kooi
2 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2010-02-24 11:26 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 24-02-10 09:08, Steffen Sledz wrote:
> Since Angstrom updated to udev_151 we've a big problem.
>
> udevd started from within /etc/init.d/udev crashes with
>
> /sbin/udevd -d --debug
> 1266997931.250494 [297] udev_monitor_new_from_netlink: error getting socket: Invalid argument error initializing netlink socket
> 1266997931.250718 [297] main: error initializing netlink socket
>
> Searching the internet for this error i found some hints that this udev version requires at least linux 2.6.27.
2.6.27 is only required for signalfd, your error seems to be about a
missing networking option in defconfig.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFLhQzZMkyGM64RGpERAm8mAJ9Pvr7u2nSlcYkVHHAdWip/9nDMlACguCY0
kLlW+yEjNxs8bNL1UcetVzY=
=4/IV
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Angstrom, udev, and kernel version
2010-02-24 8:08 Angstrom, udev, and kernel version Steffen Sledz
2010-02-24 8:28 ` Denys Dmytriyenko
2010-02-24 11:26 ` Koen Kooi
@ 2010-02-24 12:05 ` Koen Kooi
2010-02-25 7:59 ` Steffen Sledz
2 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2010-02-24 12:05 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 24-02-10 09:08, Steffen Sledz wrote:
> Since Angstrom updated to udev_151 we've a big problem.
And I must point out that the move to 151 has been discussed quite well
on the angstrom mailinglist:
http://thread.gmane.org/gmane.linux.distributions.angstrom.devel/4109
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFLhRX9MkyGM64RGpERAi80AKCzX11Lelk/yIfaV+eh/h8/Cc1gegCgjKeh
HPuSFJxwHnDVNSEi5krNKAk=
=cchR
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Angstrom, udev, and kernel version
2010-02-24 12:05 ` Koen Kooi
@ 2010-02-25 7:59 ` Steffen Sledz
0 siblings, 0 replies; 7+ messages in thread
From: Steffen Sledz @ 2010-02-25 7:59 UTC (permalink / raw)
To: openembedded-devel
Koen Kooi wrote:
> And I must point out that the move to 151 has been discussed quite well
> on the angstrom mailinglist:
> http://thread.gmane.org/gmane.linux.distributions.angstrom.devel/4109
Mea culpa.
But, don't panic! No need to revert something. We'll find a solution for us.
Steffen
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Angstrom, udev, and kernel version
2010-02-24 11:26 ` Koen Kooi
@ 2010-02-25 8:06 ` Steffen Sledz
2010-02-25 8:44 ` Koen Kooi
0 siblings, 1 reply; 7+ messages in thread
From: Steffen Sledz @ 2010-02-25 8:06 UTC (permalink / raw)
To: openembedded-devel
Koen Kooi wrote:
>> udevd started from within /etc/init.d/udev crashes with
>>
>> /sbin/udevd -d --debug
>> 1266997931.250494 [297] udev_monitor_new_from_netlink: error getting socket: Invalid argument error initializing netlink socket
>> 1266997931.250718 [297] main: error initializing netlink socket
>>
>> Searching the internet for this error i found some hints that this udev version requires at least linux 2.6.27.
>
> 2.6.27 is only required for signalfd, your error seems to be about a
> missing networking option in defconfig.
Any hints, how we can isolate this problem?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Angstrom, udev, and kernel version
2010-02-25 8:06 ` Steffen Sledz
@ 2010-02-25 8:44 ` Koen Kooi
0 siblings, 0 replies; 7+ messages in thread
From: Koen Kooi @ 2010-02-25 8:44 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 25-02-10 09:06, Steffen Sledz wrote:
> Koen Kooi wrote:
>>> udevd started from within /etc/init.d/udev crashes with
>>>
>>> /sbin/udevd -d --debug
>>> 1266997931.250494 [297] udev_monitor_new_from_netlink: error getting socket: Invalid argument error initializing netlink socket
>>> 1266997931.250718 [297] main: error initializing netlink socket
>>>
>>> Searching the internet for this error i found some hints that this udev version requires at least linux 2.6.27.
>>
>> 2.6.27 is only required for signalfd, your error seems to be about a
>> missing networking option in defconfig.
>
> Any hints, how we can isolate this problem?
The README in the udev source should have a fairly complete summary of
needed kernel options. If you use angstrom or shr linux.inc will set
them all except CONFIG_NET. So you could try rebuilding your kernel and
see if it works then. If not, compare your .config with the udev readme.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFLhjhZMkyGM64RGpERAgVGAJ9UsDHvNhMSZ1Uis6z6Zbg8gwohswCgpN/t
G89BmgNucXDjiBjtlCVJjmw=
=q11y
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-02-25 8:47 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-24 8:08 Angstrom, udev, and kernel version Steffen Sledz
2010-02-24 8:28 ` Denys Dmytriyenko
2010-02-24 11:26 ` Koen Kooi
2010-02-25 8:06 ` Steffen Sledz
2010-02-25 8:44 ` Koen Kooi
2010-02-24 12:05 ` Koen Kooi
2010-02-25 7:59 ` Steffen Sledz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.