2000-10-30 21:46:41

by Mirko.Klemm

[permalink] [raw]
Subject: request advice: how stable is devfs in 2.4.0-test9?

Could anyone please send me a comment on how actually usable the devfs
support in the 2.4.0 test series is at the moment?
I am currently using 2.4.0-test* as an "ordinary user" and want to try some
of the 2.4 specific new features out, but this is my only system and I don't
want it to be messed up so much, so I'd like to hear some comments first.
Which version of devfsd/utils is needed?
Thanks,
Mirko
--
Mirko Klemm

[email protected]

GPG-Public Key at:
http://www.mutantenzoo.de/kmirko.asc

encrypted messages preferred


2000-10-30 22:30:26

by Marko Kreen

[permalink] [raw]
Subject: Re: request advice: how stable is devfs in 2.4.0-test9?

On Mon, Oct 30, 2000 at 10:45:48PM +0100, Mirko Klemm wrote:
> Could anyone please send me a comment on how actually usable the devfs
> support in the 2.4.0 test series is at the moment?

Fine. I was forced to use it from 2.3.99-something and
have not had any problems with it. (I lifted whole system
from one disk to another and forgot to create /dev :)


> I am currently using 2.4.0-test* as an "ordinary user" and want to try some
> of the 2.4 specific new features out, but this is my only system and I don't
> want it to be messed up so much, so I'd like to hear some comments first.
> Which version of devfsd/utils is needed?

I have devfsd 1.3.10.

You better be sure you have following lines in devfsd.conf:

REGISTER .* MKOLDCOMPAT
UNREGISTER .* RMOLDCOMPAT

You can later reconfigure most stuff to use new layout
but especially X is a pain.

--
marko

2000-10-31 01:43:59

by Jeff Dike

[permalink] [raw]
Subject: Re: request advice: how stable is devfs in 2.4.0-test9?

[email protected] said:
> I am currently using 2.4.0-test* as an "ordinary user" and want to try
> some of the 2.4 specific new features out, but this is my only system
> and I don't want it to be messed up so much, so I'd like to hear some
> comments first.

This is one of the things that user-mode Linux (http://user-mode-linux.sourcefo
rge.net) is for. I've been shipping kernels with devfs since devfs made it
into the mainline pool.

With UML, you can boot up a virtual machine, and play with devfs all you want
without any chance of messing up the host.

Jeff