* [ANNOUNCE] udev 038 release
@ 2004-10-14 0:39 Greg KH
2004-10-14 7:09 ` Frank Steiner
2004-10-15 9:07 ` Prakash K. Cheemplavam
0 siblings, 2 replies; 6+ messages in thread
From: Greg KH @ 2004-10-14 0:39 UTC (permalink / raw)
To: linux-hotplug-devel, linux-kernel
I've released the 038 version of udev. It can be found at:
kernel.org/pub/linux/utils/kernel/hotplug/udev-038.tar.gz
(yes, the last announcement was for 034, things have been moving
fast...)
udev allows users to have a dynamic /dev and provides the ability to
have persistent device names. It uses sysfs and /sbin/hotplug and runs
entirely in userspace. It requires a 2.6 kernel with CONFIG_HOTPLUG
enabled to run. Please see the udev FAQ for any questions about it:
kernel.org/pub/linux/utils/kernel/hotplug/udev-FAQ
For any udev vs devfs questions anyone might have, please see:
kernel.org/pub/linux/utils/kernel/hotplug/udev_vs_devfs
And there is a general udev web page at:
http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
More bugfixes, and hopefully the "udev is locked in a loop taking all of
the cpu" bug is now gone. Also, lots of wait_for_sysfs updates thanks
to all who has reported them.
Thanks to everyone who has send me patches for this release, a full list
of everyone, and their changes is below.
udev development is done in a BitKeeper repository located at:
bk://linuxusb.bkbits.net/udev
Daily snapshots of udev from the BitKeeper tree can be found at:
http://www.codemonkey.org.uk/projects/bitkeeper/udev/
If anyone ever wants a tarball of the current bk tree, just email me.
thanks,
greg k-h
Summary of changes from v037 to v038
============================================
<andrew.patterson:hp.com>:
o Re: Problem parsing %s in udev rules
Greg Kroah-Hartman:
o fix up error in building extras and libsysfs
Summary of changes from v036 to v037
============================================
<md:linux.it>:
o small udev patch
Greg Kroah-Hartman:
o fix compilation warning in tdb log message
o Fix build error with klibc due to recent changes
o merge
o add wait_for_sysfs test script to the tarball to help people debug their boxes
o add ipsec to wait_for_sysfs ignore list
o added ccdv to bk ignore list
o a few more Makefile tweaks for the quiet feature
o Make the build silent, thanks to a helper program from ncftp
o rename files to have '_' instead of '-' in them
o change max time to wait in wait_for_sysfs to 10 seconds to hopefully handle some slow machines
o add support for class/raw/ to wait_for_sysfs
o fix up Makefile for wait_for_sysfs udev_version.h dependancy
o remove the debian specific file, as they don't want to share with the rest of the world :(
Kay Sievers:
o prevent deadlocks on an corrupt udev database
o wait_for_sysfs_update
Michael Buesch:
o fix asmlinkage
o fix incompatible pointer type warning
Summary of changes from v035 to v036
============================================
Greg Kroah-Hartman:
o add the error number to the error message in wait_for_sysfs to help out in debugging problems
Summary of changes from v034 to v035
============================================
Greg Kroah-Hartman:
o added ieee1394 support to wait_for_sysfs
o update wait_for_sysfs with a bunch more devices thanks to user reports
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ANNOUNCE] udev 038 release
2004-10-14 0:39 [ANNOUNCE] udev 038 release Greg KH
@ 2004-10-14 7:09 ` Frank Steiner
2004-10-14 13:56 ` Kay Sievers
2004-10-15 9:07 ` Prakash K. Cheemplavam
1 sibling, 1 reply; 6+ messages in thread
From: Frank Steiner @ 2004-10-14 7:09 UTC (permalink / raw)
To: Greg KH; +Cc: linux-hotplug-devel, linux-kernel
Hi,
"make install" fails with
galois tmp/udev-038# make udevdir=/dev DESTDIR=/root/tmp/test/ EXTRAS="extras/scsi_id" install
make: *** No rule to make target `etc/init.d/udev.debian', needed by `install-initscript'. Stop.
because there is no udev.debian in etc/init.d/ in the sources.
cu,
Frank
--
Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/
Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/
LMU, Amalienstr. 17 Phone: +49 89 2180-4049
80333 Muenchen, Germany Fax: +49 89 2180-99-4049
* Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. *
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ANNOUNCE] udev 038 release
2004-10-14 0:39 [ANNOUNCE] udev 038 release Greg KH
2004-10-14 7:09 ` Frank Steiner
@ 2004-10-15 9:07 ` Prakash K. Cheemplavam
1 sibling, 0 replies; 6+ messages in thread
From: Prakash K. Cheemplavam @ 2004-10-15 9:07 UTC (permalink / raw)
To: Greg KH; +Cc: linux-hotplug-devel, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 398 bytes --]
Hi,
going from udev-036 to 038 on gentoo resulted in following problem for me:
I load the nvidia module via /etc/modules.autoload.d/kernel-2.6. With
udev-036 the device nodes eventually were created fast enough so that
kdm could start. With udev-038 it is not the case. The boot ends at the
log-in, and I have to manually start kdm.
What is the right way to get this going?
Cheers,
Prakash
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ANNOUNCE] udev 038 release
@ 2004-10-15 12:38 Mitch
2004-10-15 22:43 ` Greg KH
0 siblings, 1 reply; 6+ messages in thread
From: Mitch @ 2004-10-15 12:38 UTC (permalink / raw)
To: linux-kernel
Also going from 036 to 038 broke centrino wireless ipw2200
firmware autoloading. Removing
/etc/hotplug.d/default/05-wait_for_sysfs.hotplug
fixed the problem.
M
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-10-15 22:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-14 0:39 [ANNOUNCE] udev 038 release Greg KH
2004-10-14 7:09 ` Frank Steiner
2004-10-14 13:56 ` Kay Sievers
2004-10-15 9:07 ` Prakash K. Cheemplavam
-- strict thread matches above, loose matches on Subject: below --
2004-10-15 12:38 Mitch
2004-10-15 22:43 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox