Re: MAKEDEV in current

2002-05-21 Thread Hiten Pandya

--- Rob [EMAIL PROTECTED] wrote:
 I've tried to copy MAKEDEV to /dev in current.  But get the error-
 operation not supported.  I must be missing some very basic concept. 
 Rob.

Rob,

FreeBSD-CURRENT makes use of DEVFS by default, so you dont need to create
entries unless you have NODEVFS in your kernel configuration file.  Also,
read the src/UPDATING file more information.

Regards.

  -- Hiten Pandya
  -- [EMAIL PROTECTED], [EMAIL PROTECTED]

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: MAKEDEV in current

2002-05-21 Thread Wade Majors

Rob wrote:
 I've tried to copy MAKEDEV to /dev in current.  But get the error-
 operation not supported.  I must be missing some very basic concept. 
 Rob.

It is my understanding that /dev is a dynamic filesystem in -current, 
and doesn't use or need things like MAKEDEV.





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: MAKEDEV in current

2002-05-21 Thread Wilko Bulte

On Tue, May 21, 2002 at 10:41:05AM -0700, Rob wrote:
 I've tried to copy MAKEDEV to /dev in current.  But get the error-
 operation not supported.  I must be missing some very basic concept. 
 Rob.

Rather basic ;-) : -current uses the devfs filesystem 

man devfs tells you more about the idea behind this

-- 
|   / o / /_  _ [EMAIL PROTECTED]
|/|/ / / /(  (_)  Bulte Arnhem, the Netherlands

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: MAKEDEV in current

2002-05-21 Thread David W. Chapman Jr.

On Tue, May 21, 2002 at 10:41:05AM -0700, Rob wrote:
 I've tried to copy MAKEDEV to /dev in current.  But get the error-
 operation not supported.  I must be missing some very basic concept. 
 Rob.

You are

if you run mount

it will tell you /dev is devfs

you don't need to run MAKEDEV on -currrent as devices are created as 
you need them.  If you're having a problem with a certain device not 
existing, then you should post that with all details.

-- 
David W. Chapman Jr.
[EMAIL PROTECTED]   Raintree Network Services, Inc. www.inethouston.net
[EMAIL PROTECTED]   FreeBSD Committer www.FreeBSD.org

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: MAKEDEV in current

2002-05-21 Thread Peter Schultz

Rob wrote:
 I've tried to copy MAKEDEV to /dev in current.  But get the error-
 operation not supported.  I must be missing some very basic concept. 
 Rob.

Set NO_MAKEDEV_INSTALL=true in /etc/make.conf and make tweaks to 
/etc/rc.devfs for /dev permissions on -current.

Pete...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: MAKEDEV on -current

2001-11-10 Thread Warner Losh

In message [EMAIL PROTECTED] 
Raphael Korsoski writes:
: After upgrading from -STABLE I no longer have a MAKEDEV script in my /dev
: I didn't find anything on this in UPDATING, so I suspect I ought to have
: one :)
: I think I've missed something, so any pointers would be appreciated.

DEVFS doesn't need MAKEDEV.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



MAKEDEV on -current

2001-11-10 Thread Raphael Korsoski


After upgrading from -STABLE I no longer have a MAKEDEV script in my /dev
I didn't find anything on this in UPDATING, so I suspect I ought to have
one :)

I can't simply cp it from /usr/src/etc/ since cp doesn't seem to like
devfs.

I think I've missed something, so any pointers would be appreciated.

__
|hack mode n.|
||
| A Zen-like state of total focus on The Problem |
| that may be achieved when one is hacking.  |
--


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: MAKEDEV on -current

2001-11-10 Thread Raphael Korsoski

On Sat, 10 Nov 2001, Raphael Korsoski wrote:

GAAAK! Ignore this message, I re-read it an realised how stupid it was.
Naturally, as I wrote, I'm now using devfs, which explains everything
...

 I can't simply cp it from /usr/src/etc/ since cp doesn't seem to like
 devfs.

 I think I've missed something, so any pointers would be appreciated.
Well, yes, I did miss something!

__
|hack mode n.|
||
| A Zen-like state of total focus on The Problem |
| that may be achieved when one is hacking.  |
--


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message