linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] udev 038 release
@ 2004-10-14  0:39 Greg KH
  2004-10-14  7:09 ` Frank Steiner
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ 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



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 8+ 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-14 10:14 ` Arkadiusz Miskiewicz
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 8+ 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. *


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 8+ 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 10:14 ` Arkadiusz Miskiewicz
  2004-10-14 18:46 ` Greg KH
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Arkadiusz Miskiewicz @ 2004-10-14 10:14 UTC (permalink / raw)
  To: linux-hotplug

On Thursday 14 of October 2004 02:39, Greg KH wrote:
> I've released the 038 version of udev.  It can be found at:
>   kernel.org/pub/linux/utils/kernel/hotplug/udev-038.tar.gz
Parallel make is now broken (was working fine with 034). Try make -j5.

-- 
Arkadiusz Mi¶kiewicz                    PLD/Linux Team
http://www.t17.ds.pwr.wroc.pl/~misiek/  http://ftp.pld-linux.org/


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCE] udev 038 release
  2004-10-14  7:09 ` Frank Steiner
@ 2004-10-14 13:56   ` Kay Sievers
  0 siblings, 0 replies; 8+ messages in thread
From: Kay Sievers @ 2004-10-14 13:56 UTC (permalink / raw)
  To: Frank Steiner; +Cc: Greg KH, linux-hotplug-devel, linux-kernel

On Thu, Oct 14, 2004 at 09:09:09AM +0200, Frank Steiner wrote:
> 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.

It's already fixed in the tree. The next version will have it:

  http://linuxusb.bkbits.net:8080/udev/patch@1.921?nav=index.html|ChangeSet@-2d|cset@1.921

Thanks,
Kay


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 8+ 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 10:14 ` Arkadiusz Miskiewicz
@ 2004-10-14 18:46 ` Greg KH
  2004-10-15  9:07 ` Prakash K. Cheemplavam
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2004-10-14 18:46 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Oct 14, 2004 at 12:14:47PM +0200, Arkadiusz Miskiewicz wrote:
> On Thursday 14 of October 2004 02:39, Greg KH wrote:
> > I've released the 038 version of udev.  It can be found at:
> >   kernel.org/pub/linux/utils/kernel/hotplug/udev-038.tar.gz
> Parallel make is now broken (was working fine with 034). Try make -j5.

Argh, sorry about that.  I've fixed it in the tree now.

Thanks for letting me know.

greg k-h


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCE] udev 038 release
  2004-10-14  0:39 [ANNOUNCE] udev 038 release Greg KH
                   ` (2 preceding siblings ...)
  2004-10-14 18:46 ` Greg KH
@ 2004-10-15  9:07 ` Prakash K. Cheemplavam
  2004-10-15 11:20 ` Kay Sievers
  2004-10-15 15:23 ` Prakash K. Cheemplavam
  5 siblings, 0 replies; 8+ 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] 8+ messages in thread

* Re: [ANNOUNCE] udev 038 release
  2004-10-14  0:39 [ANNOUNCE] udev 038 release Greg KH
                   ` (3 preceding siblings ...)
  2004-10-15  9:07 ` Prakash K. Cheemplavam
@ 2004-10-15 11:20 ` Kay Sievers
  2004-10-15 15:23 ` Prakash K. Cheemplavam
  5 siblings, 0 replies; 8+ messages in thread
From: Kay Sievers @ 2004-10-15 11:20 UTC (permalink / raw)
  To: linux-hotplug

On Fri, Oct 15, 2004 at 11:07:56AM +0200, Prakash K. Cheemplavam wrote:
> 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?

Is there anything in the syslog regarding this?
Do you use the latest bitkeeper version or the "real" v038?

Kay


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ANNOUNCE] udev 038 release
  2004-10-14  0:39 [ANNOUNCE] udev 038 release Greg KH
                   ` (4 preceding siblings ...)
  2004-10-15 11:20 ` Kay Sievers
@ 2004-10-15 15:23 ` Prakash K. Cheemplavam
  5 siblings, 0 replies; 8+ messages in thread
From: Prakash K. Cheemplavam @ 2004-10-15 15:23 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 910 bytes --]

Kay Sievers schrieb:
> On Fri, Oct 15, 2004 at 11:07:56AM +0200, Prakash K. Cheemplavam wrote:
> 
>>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?
> 
> 
> Is there anything in the syslog regarding this?

Unfortunately not. The Xorg.0.log says that it failed to initialize the 
Nvidia kernel module and aborts with "no screens found". But as sson as 
I log in as root and start the kdm script, everything works as expected.


> Do you use the latest bitkeeper version or the "real" v038?

I guess the "real" one, ie the one the gentoo ebuild fetches.

Prakash

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-10-15 15:23 UTC | newest]

Thread overview: 8+ 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-14 10:14 ` Arkadiusz Miskiewicz
2004-10-14 18:46 ` Greg KH
2004-10-15  9:07 ` Prakash K. Cheemplavam
2004-10-15 11:20 ` Kay Sievers
2004-10-15 15:23 ` Prakash K. Cheemplavam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).