* [gentoo-dev] Fwd: Proposal: Declare udev + hotplugd to be the default
@ 2004-08-23 12:27 Stuart Herbert
2004-08-23 13:57 ` Daniel Armyr
2004-08-23 21:23 ` Greg KH
0 siblings, 2 replies; 6+ messages in thread
From: Stuart Herbert @ 2004-08-23 12:27 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]
This discussion belongs on gentoo-dev, not gentoo-core ...
Thanks,
Stu
---------- Forwarded Message ----------
Subject: [gentoo-core] Proposal: Declare udev + hotplugd to be the default
Date: Friday 20 August 2004 18:57
From: Benjamin Judas <beejay@gentoo.org>
To: gentoo-core@lists.gentoo.org
Hi folks,
as we all know, devfs is marked as obsolete in current kernels and udev
is supposed to be its successor. For the upcoming releases, the
releng-team plans to make udev the default on livecds and drop devfs.
Our proposal is, what about officially dropping devfs (for those arches
that can handle it, of course) and moving over to udev. This would also
mean, that gentoo-dev-sources has to get gentoo-sources. Again: this is
just a proposal.
What are your opinions on this?
Regards
Benni
--
Benjamin Judas
---------------------------------------------------------------------
Gentoo-developer http://dev.gentoo.org/~beejay
Giessen, Germany http://www.gentoo.org
GPG-Key : 0xC31DEDD8
Key-Fingerprint : 4E65 AAFE 785B 61D8 E4D9 1671 E017 87B7 C31D EDD8
Jabber : beejay@im.gentoo.org
-------------------------------------------------------
--
Stuart Herbert stuart@gentoo.org
Gentoo Developer http://www.gentoo.org/
http://stu.gnqs.org/diary/
GnuPG key id# F9AFC57C available from http://pgp.mit.edu
Key fingerprint = 31FB 50D4 1F88 E227 F319 C549 0C2F 80BA F9AF C57C
--
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [gentoo-dev] Fwd: Proposal: Declare udev + hotplugd to be the default
2004-08-23 12:27 [gentoo-dev] Fwd: Proposal: Declare udev + hotplugd to be the default Stuart Herbert
@ 2004-08-23 13:57 ` Daniel Armyr
2004-08-23 14:13 ` Chris Gianelloni
2004-08-23 21:23 ` Greg KH
1 sibling, 1 reply; 6+ messages in thread
From: Daniel Armyr @ 2004-08-23 13:57 UTC (permalink / raw
To: gentoo-dev
>What are your opinions on this?
Please ensure that there is a proper upgrade guide at the time when
support for devfs is discontinued completely. I assume the upgrade is
non-trivial to do on an existing system.
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [gentoo-dev] Fwd: Proposal: Declare udev + hotplugd to be the default
2004-08-23 13:57 ` Daniel Armyr
@ 2004-08-23 14:13 ` Chris Gianelloni
2004-08-23 14:23 ` Karl Trygve Kalleberg
0 siblings, 1 reply; 6+ messages in thread
From: Chris Gianelloni @ 2004-08-23 14:13 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 956 bytes --]
On Mon, 2004-08-23 at 09:57, Daniel Armyr wrote:
> >What are your opinions on this?
>
> Please ensure that there is a proper upgrade guide at the time when
> support for devfs is discontinued completely. I assume the upgrade is
> non-trivial to do on an existing system.
There are no intentions of removing devfs support currently, as it is
required for 2.4 kernels (under Gentoo) since they do not use udev.
As for the "upgrade" it is quite simple.
emerge udev
...and that's really it. You can test it on a currently-running 2.6
kernel that uses devfs by using devfs=nomount on the kernel command
line. This will cause your system to boot up using udev. If you like
udev, you can remove devfs support from your kernel. There's no kernel
support needed for udev other than hotplug support.
--
Chris Gianelloni
Release Engineering - Operations/QA Manager
Games - Developer
Gentoo Linux
Is your power animal a penguin?
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Fwd: Proposal: Declare udev + hotplugd to be the default
2004-08-23 14:13 ` Chris Gianelloni
@ 2004-08-23 14:23 ` Karl Trygve Kalleberg
2004-08-23 21:25 ` Greg KH
0 siblings, 1 reply; 6+ messages in thread
From: Karl Trygve Kalleberg @ 2004-08-23 14:23 UTC (permalink / raw
To: Chris Gianelloni; +Cc: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1798 bytes --]
On Mon, Aug 23, 2004 at 10:13:34AM -0400, Chris Gianelloni wrote:
> On Mon, 2004-08-23 at 09:57, Daniel Armyr wrote:
> > >What are your opinions on this?
> >
> > Please ensure that there is a proper upgrade guide at the time when
> > support for devfs is discontinued completely. I assume the upgrade is
> > non-trivial to do on an existing system.
>
> There are no intentions of removing devfs support currently, as it is
> required for 2.4 kernels (under Gentoo) since they do not use udev.
>
> As for the "upgrade" it is quite simple.
>
> emerge udev
>
> ...and that's really it. You can test it on a currently-running 2.6
> kernel that uses devfs by using devfs=nomount on the kernel command
> line. This will cause your system to boot up using udev. If you like
> udev, you can remove devfs support from your kernel. There's no kernel
> support needed for udev other than hotplug support.
Actually, it's not that simple in all cases, apparently.
I have 2.6.7-gentoo-r1 with the usual plethora of drivers for sound,
framebuffer, DRI, etc, which works pretty well with devfs.
However, after merging udev (as per our Udev Guide), something funky
happens in boot; all console fonts are erased!
I see my trusty cursor blinking away, but all text is either black on black,
or the font tables have been nuked.
Presumably, this is a driver/setup problem that for some reason is not
exhibitied using devfs, probably because I don't load the offending driver.
I should probably sit down and track down which driver is the culprit, but
I've simply not had the time.
Just a word of warning.
-- Karl T
<plug>If you like irish coffee, java or other bean brands, join us now and
share the software at irc.freenode.org/#gentoo-java</plug>
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Fwd: Proposal: Declare udev + hotplugd to be the default
2004-08-23 12:27 [gentoo-dev] Fwd: Proposal: Declare udev + hotplugd to be the default Stuart Herbert
2004-08-23 13:57 ` Daniel Armyr
@ 2004-08-23 21:23 ` Greg KH
1 sibling, 0 replies; 6+ messages in thread
From: Greg KH @ 2004-08-23 21:23 UTC (permalink / raw
To: gentoo-dev
There is no program called hotplugd that I know of.
greg k-h
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Fwd: Proposal: Declare udev + hotplugd to be the default
2004-08-23 14:23 ` Karl Trygve Kalleberg
@ 2004-08-23 21:25 ` Greg KH
0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2004-08-23 21:25 UTC (permalink / raw
To: Karl Trygve Kalleberg; +Cc: Chris Gianelloni, gentoo-dev
On Mon, Aug 23, 2004 at 04:23:53PM +0200, Karl Trygve Kalleberg wrote:
>
> Actually, it's not that simple in all cases, apparently.
All cases are special :)
> I have 2.6.7-gentoo-r1 with the usual plethora of drivers for sound,
> framebuffer, DRI, etc, which works pretty well with devfs.
>
> However, after merging udev (as per our Udev Guide), something funky
> happens in boot; all console fonts are erased!
Odds are dri is the issue here. The DRI people know about this and have
some pending patches to add kernel support so that udev works for it.
If this isn't the problem, please file a bug, if you can figure out
which piece is missing.
thanks,
greg k-h
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-08-23 21:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-23 12:27 [gentoo-dev] Fwd: Proposal: Declare udev + hotplugd to be the default Stuart Herbert
2004-08-23 13:57 ` Daniel Armyr
2004-08-23 14:13 ` Chris Gianelloni
2004-08-23 14:23 ` Karl Trygve Kalleberg
2004-08-23 21:25 ` Greg KH
2004-08-23 21:23 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox