public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] DEVFS
@ 2001-02-12 13:32 Jerry A!
  2001-02-12 13:40 ` drobbins
  2001-02-12 13:43 ` Achim Gottinger
  0 siblings, 2 replies; 7+ messages in thread
From: Jerry A! @ 2001-02-12 13:32 UTC (permalink / raw
  To: gentoo-dev

Has anyone gotten devfs working under any version of Gentoo?  If so,
would someone care to share some pointers.

Right now, it boots, gets as far as "starting local" and then hangs.

Any pointers would be appreciated...

        --Jerry

name:  Jerry Alexandratos         ||  Open-Source software isn't a
phone: 703.599.6023               ||  matter of life or death...
email: jerry@thehutt.org          ||  ...It's much more important
                                  ||  than that!



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

* Re: [gentoo-dev] DEVFS
  2001-02-12 13:32 Jerry A!
@ 2001-02-12 13:40 ` drobbins
  2001-02-12 13:43 ` Achim Gottinger
  1 sibling, 0 replies; 7+ messages in thread
From: drobbins @ 2001-02-12 13:40 UTC (permalink / raw
  To: gentoo-dev

On Mon, Feb 12, 2001 at 03:30:57PM -0500, Jerry A! wrote:
> Has anyone gotten devfs working under any version of Gentoo?  If so,
> would someone care to share some pointers.
> 
> Right now, it boots, gets as far as "starting local" and then hangs.
> 
> Any pointers would be appreciated...

I have it working, although I hacked-in the support on my dev box rather
than using our "official" method.

I compiled a kernel with devfs support, and enabled the auto-mount on boot
option.  Then, I created an rc script to run "/sbin/devfsd /dev" on boot and
"killall devfsd" on shutdown.  Then, I configured it to start up in runlevel 0,
in position 03 (in /etc/rc.d/rcboot.d, right after "pretty").  It looks like
an older script on cvs started it in runlevel 1, maybe that's the problem?
Make sure you've installed the most recent version of sys-apps/devfsd, and
then remove any devfsd symlink that may exist in /etc/rc.d/rc1.d.

Best Regards,

-- 
Daniel Robbins					<drobbins@gentoo.org>
President/CEO					http://www.gentoo.org 
Gentoo Technologies, Inc.			



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

* Re: [gentoo-dev] DEVFS
  2001-02-12 13:32 Jerry A!
  2001-02-12 13:40 ` drobbins
@ 2001-02-12 13:43 ` Achim Gottinger
  1 sibling, 0 replies; 7+ messages in thread
From: Achim Gottinger @ 2001-02-12 13:43 UTC (permalink / raw
  To: gentoo-dev

"Jerry A!" wrote:

> Has anyone gotten devfs working under any version of Gentoo?  If so,
> would someone care to share some pointers.
>
> Right now, it boots, gets as far as "starting local" and then hangs.
>
> Any pointers would be appreciated...

You moust install the devfsd package and add "devfs=mount " (if you use
the default kernel or you don't have set the AUTOMOUNT on boot option in
your kernel) to your boot options.
If you need devices that are not handled by devfs you can create them in
/etc/devfs and the
devfs start-script copies them after devfsd has started to /dev.
Re/Storing of device permissions is on my ToDO list.
I use devfs since a month or so without problems.

achim~

>
>
>         --Jerry
>
> name:  Jerry Alexandratos         ||  Open-Source software isn't a
> phone: 703.599.6023               ||  matter of life or death...
> email: jerry@thehutt.org          ||  ...It's much more important
>                                   ||  than that!
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://www.gentoo.org/mailman/listinfo/gentoo-dev




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

* [gentoo-dev] DevFS
@ 2001-07-01  4:27 Sebastian Werner
  2001-07-01  4:56 ` Achim Gottinger
  0 siblings, 1 reply; 7+ messages in thread
From: Sebastian Werner @ 2001-07-01  4:27 UTC (permalink / raw
  To: Gentoo-Dev

I have detected that there is an entry in dev-wiki which tells that we need
devices in dev for a working devfsd. I don't think so. On my current rc5
system it work really good whithout normal device-files...

Sebastian




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

* Re: [gentoo-dev] DevFS
  2001-07-01  4:27 [gentoo-dev] DevFS Sebastian Werner
@ 2001-07-01  4:56 ` Achim Gottinger
  2001-07-01  5:12   ` AW: " Sebastian Werner
  0 siblings, 1 reply; 7+ messages in thread
From: Achim Gottinger @ 2001-07-01  4:56 UTC (permalink / raw
  To: gentoo-dev

Sebastian Werner wrote:
> 
> I have detected that there is an entry in dev-wiki which tells that we need
> devices in dev for a working devfsd. I don't think so. On my current rc5
> system it work really good whithout normal device-files...
> 

But you have devfs build in your kernel. If you use devfs as a module
you need some basic devices,
otherwise init does not start.

bye achim~

> Sebastian
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev



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

* AW: [gentoo-dev] DevFS
  2001-07-01  4:56 ` Achim Gottinger
@ 2001-07-01  5:12   ` Sebastian Werner
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastian Werner @ 2001-07-01  5:12 UTC (permalink / raw
  To: gentoo-dev

DevFS as module... Why build as module when i need it every time...

I understand when people build cd-rom-drivers, floppy or parport-drivers as
module... but a essential driver like DevFS... mhh

Sebastian

-----Ursprungliche Nachricht-----
Von: gentoo-dev-admin@cvs.gentoo.org
[mailto:gentoo-dev-admin@cvs.gentoo.org]Im Auftrag von Achim Gottinger
Gesendet: Sonntag, 1. Juli 2001 11:38
An: gentoo-dev@cvs.gentoo.org
Betreff: Re: [gentoo-dev] DevFS


Sebastian Werner wrote:
>
> I have detected that there is an entry in dev-wiki which tells that we
need
> devices in dev for a working devfsd. I don't think so. On my current rc5
> system it work really good whithout normal device-files...
>

But you have devfs build in your kernel. If you use devfs as a module
you need some basic devices,
otherwise init does not start.

bye achim~

> Sebastian
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@cvs.gentoo.org
> http://cvs.gentoo.org/mailman/listinfo/gentoo-dev

_______________________________________________
gentoo-dev mailing list
gentoo-dev@cvs.gentoo.org
http://cvs.gentoo.org/mailman/listinfo/gentoo-dev




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

* [gentoo-dev] DEVFS
@ 2002-04-13  1:20 Daniel Bondurant
  0 siblings, 0 replies; 7+ messages in thread
From: Daniel Bondurant @ 2002-04-13  1:20 UTC (permalink / raw
  To: gentoo-dev

I am setting up a new install of gentoo linux.  very nice so far.
one question: I have the kernel compilied with /dev file system on, and
I can boot and see everything in /dev, but I get a warning that DEVFS is
not enabled on boot.

where does it check for that, and how do I turn it off (since I know
DEVFS is working)

thanks


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

end of thread, other threads:[~2002-04-13  1:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-01  4:27 [gentoo-dev] DevFS Sebastian Werner
2001-07-01  4:56 ` Achim Gottinger
2001-07-01  5:12   ` AW: " Sebastian Werner
  -- strict thread matches above, loose matches on Subject: below --
2002-04-13  1:20 [gentoo-dev] DEVFS Daniel Bondurant
2001-02-12 13:32 Jerry A!
2001-02-12 13:40 ` drobbins
2001-02-12 13:43 ` Achim Gottinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox