HEADS UP: ig_hal is required for em(4)

2009-02-24 Thread Sepherosa Ziehau
Hi all,

If you have 'device em' in you customized kernel config file, you will
need to add following line:
device ig_hal

If you have 'dev/netif/em' in your MODULES_OVERRIDE (/etc/make.conf),
you will have to add:
dev/netif/ig_hal
to MODULES_OVERRIDE

Best Regards,
sephe

-- 
Live Free or Die


Re: New mirror in Russia

2009-02-24 Thread Constantine A. Murenin
On 22/02/2009, Justin C. Sherrill jus...@shiningsilence.com wrote:
 http://df.v12.su/mirror/

  It's mirroring from chlamydia.fs.ei.tum.de nightly, so it has ISOs,
  packages, etc.  I get good speeds to it from the other side of the planet.

  It's listed on the Downloads page on the DragonFly website now too.  I'll
  add FTP access when I can get to it.

Speaking of mirrors in Russia, there is no internet in the Asian part
of Russia, let alone any mirrors, so it's a bit strange that Russian
mirrors are still listed in the Asian section of the mirrors page. :)

C.


Hammer question

2009-02-24 Thread Mag Gam
I am very intrigued with the HAMMER filesystem. I am a heavy Linux
user and at work we use Linux exclusively.  I was curious how hammer
manages dynamic inodes. On ext3 we pre create inodes which is a fixed
amount.  How is hammer doing this?

Sorry if this is a newbie question. I asked the same question on ext3
list and no response there.

TIA


Re: Hammer question

2009-02-24 Thread Matthew Dillon
:I am very intrigued with the HAMMER filesystem. I am a heavy Linux
:user and at work we use Linux exclusively.  I was curious how hammer
:manages dynamic inodes. On ext3 we pre create inodes which is a fixed
:amount.  How is hammer doing this?
:
:Sorry if this is a newbie question. I asked the same question on ext3
:list and no response there.
:
:TIA

Inodes in HAMMER are entries in the B-Tree.  They are created and
destroyed dynamically.  Inode numbers are 64 bit quantities (well,
actually 2^63 bits... the positive 64 bit integer space only).

Inode numbers in HAMMER cannot be reused for the life of the
filesystem.  This allows HAMMER to track mirroring (and ultimately
cluster) operations regardless of how long mirroring targets are
offline.

-Matt
Matthew Dillon 
dil...@backplane.com


Re: Hammer question

2009-02-24 Thread Mag Gam
Thankyou. I will start dust of my CS books to start looking into Btrees.



On Tue, Feb 24, 2009 at 9:58 PM, Matthew Dillon
dil...@apollo.backplane.com wrote:
 :I am very intrigued with the HAMMER filesystem. I am a heavy Linux
 :user and at work we use Linux exclusively.  I was curious how hammer
 :manages dynamic inodes. On ext3 we pre create inodes which is a fixed
 :amount.  How is hammer doing this?
 :
 :Sorry if this is a newbie question. I asked the same question on ext3
 :list and no response there.
 :
 :TIA

Inodes in HAMMER are entries in the B-Tree.  They are created and
destroyed dynamically.  Inode numbers are 64 bit quantities (well,
actually 2^63 bits... the positive 64 bit integer space only).

Inode numbers in HAMMER cannot be reused for the life of the
filesystem.  This allows HAMMER to track mirroring (and ultimately
cluster) operations regardless of how long mirroring targets are
offline.

-Matt
Matthew Dillon
dil...@backplane.com



Re: New mirror in Russia

2009-02-24 Thread Justin C. Sherrill
On Tue, February 24, 2009 11:43 am, Constantine A. Murenin wrote:

 Speaking of mirrors in Russia, there is no internet in the Asian part
 of Russia, let alone any mirrors, so it's a bit strange that Russian
 mirrors are still listed in the Asian section of the mirrors page. :)

Would that mean Russia is considered part of the European content?  I was
always taught that Asia was the continent from Ukraine on westwards, but
that was back when Czechoslovakia and the USSR still existed.  Should we
remove the by-continent distinctions?