Booting onto a memory file system

2007-03-15 Thread Dave Hayes
If I wanted to boot from a cdrom using a memory file system as my
root device, what is the best way to do that? In FreeBSD 4.X
I used:

/boot/loader.conf:
  mfs_load=YES

/boot/loader.rc:
  load -t mfs_root /mfsroot

What would I do for DragonFly? Will this work?

Thanks in advance. 
--
Dave Hayes - Consultant - Altadena CA, USA - [EMAIL PROTECTED] 
 The opinions expressed above are entirely my own 

I'm not sure which upsets me more: that people are so
unwilling to accept responsibility for their own actions, or
that they are so eager to regulate everyone else's.




2 NICs and 1 network

2007-03-15 Thread Petr Janda

Hi there,
Im trying to run an authoritative dns server on 1 NIC and dns 
cache/recursive resolver on another NIC. Therefore 2 IPs on the same net 
and connected to the same switch. Therefore theres a problem. What 
options do i have in regards to resolving the issue without putting them 
on different networks? Will having the 2 IP's on the same NIC fix this 
problem or not?


Thanks,
Petr


RE: 2 NICs and 1 network

2007-03-15 Thread Mire, John
Why don't you just use 2 different views under bind this is trivial, and should 
do exactly what you want with one ip address.

-- 
 One world, one web, one program  -- Microsoft promotional ad 
   Ein Volk, ein Reich, ein Fuehrer  -- Adolf Hitler 

John Mire: [EMAIL PROTECTED]  Network Administration
318-675-5434  LSU Health Sciences Center - Shreveport 

The information transmitted is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material.  Any 
review, retransmission, dissemination or other use of, or taking of any action 
in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact 
the sender and delete the material from any computer

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Petr Janda
Sent: Thursday, March 15, 2007 11:10 AM
To: users@crater.dragonflybsd.org
Subject: 2 NICs and 1 network

Hi there,
Im trying to run an authoritative dns server on 1 NIC and dns 
cache/recursive resolver on another NIC. Therefore 2 IPs on the same net 
and connected to the same switch. Therefore theres a problem. What 
options do i have in regards to resolving the issue without putting them 
on different networks? Will having the 2 IP's on the same NIC fix this 
problem or not?

Thanks,
Petr



Re: 2 NICs and 1 network

2007-03-15 Thread Petr Janda

Mire, John wrote:

Why don't you just use 2 different views under bind this is trivial, and should 
do exactly what you want with one ip address.

  



Using Bind is out of question. The zones are stored in LDAP.

Petr


Re: 2 NICs and 1 network

2007-03-15 Thread Justin C. Sherrill
On Thu, March 15, 2007 7:58 pm, Petr Janda wrote:

 Using Bind is out of question. The zones are stored in LDAP.

There's a number of free LDAP and DNS products out there; I was looking at
them as part of a work project.

http://ldapdns.sourceforge.net/
http://nimh.org/code/ldapdns/
http://www.venaas.no/ldap/bind-sdb/
http://projects.alkaloid.net/e107_plugins/content/content.php?content.5



Announcing the MetaBUG

2007-03-15 Thread Jason Dixon
We are officially announcing the MetaBUG, a global BSD users group  
dedicated to the advocacy of BSD.  The goals of MetaBUG are:


- Foster inter-BUG relations to increase unity in the BSD community
- Increase awareness of user groups
- Share resources, materials, and information to promote BSD
- Distribute live feeds of speaker presentations
- Assist in starting or growing local BUGs
- Provide a BSD user group for users with no local BUG access

One of the most interesting features will be video streams of member  
presentations.  This allows us to offer audio/video streams of live  
presentations to users around the globe.


If your BSD user group is interested in collaborating with other  
BUGs, or you're a user without access to your own local group, join  
the [EMAIL PROTECTED] mailing list.  For more details, please visit  
http://metabug.org/ or send your questions to [EMAIL PROTECTED]


Thanks,

--
Jason Dixon
DixonGroup Consulting
http://www.dixongroup.net





Re: 2 NICs and 1 network

2007-03-15 Thread Petr Janda

Justin C. Sherrill wrote:

On Thu, March 15, 2007 7:58 pm, Petr Janda wrote:

  

Using Bind is out of question. The zones are stored in LDAP.



There's a number of free LDAP and DNS products out there; I was looking at
them as part of a work project.

http://ldapdns.sourceforge.net/
http://nimh.org/code/ldapdns/
http://www.venaas.no/ldap/bind-sdb/
http://projects.alkaloid.net/e107_plugins/content/content.php?content.5

  
Im using PowerDN (authoritative)S and PowerDNS-Recursor (nscache). They 
need to run sepately. Have you used the ldap module for bind? Besides 
last release being 2 years ago, i heard that its utterly useless too. 
(you gotta keep the zone files on disk too), and ldapdns was quite buggy 
last time i used it in production.


Cheers,
Petr


Re: 2 NICs and 1 network

2007-03-15 Thread Justin C. Sherrill
On Thu, March 15, 2007 9:14 pm, Petr Janda wrote:

 Im using PowerDN (authoritative)S and PowerDNS-Recursor (nscache). They
 need to run sepately. Have you used the ldap module for bind? Besides
 last release being 2 years ago, i heard that its utterly useless too.
 (you gotta keep the zone files on disk too), and ldapdns was quite buggy
 last time i used it in production.

Well, I have to admit, after reviewing the products, I went with a custom
solution where I built an application to track the records through a web
interface and created ordinary plain text records for BIND from there.  My
primary worry was that these products constrain you to the maximum speed
and reliability of your LDAP server - of course, that takes a lot, but
there's something to be said for the appeal of simple text files that can
be easily backed up or replaced.