em1: Unable to allocate bus resource: memory

2008-04-30 Thread jonathan
I bought a new PCIe NIC a few months ago and was working with Jack Vogel on getting it to work but he was busy then I got busy and things stalled. Does anyone else have any idea what might be wrong here? The card is recognized but the em driver fails to initialize it for some reason. I'm running

Re: error in src/etc/rc.d/mountcritlocal

2008-04-30 Thread Oliver Lehmann
Mike Makonnen wrote: > I'm not sure what you mean. The checkyesno() routine considers "true" a > valid parameter. Could you please post the exact error you're getting. I already posted it... I'm getting: $true is not set properly - see rc.conf(5) This is because: you call "start_boot true" st

Re: What does system do after "Uptime: "?

2008-04-30 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gavin Atkinson wrote: | On Sun, 2008-04-27 at 22:29 -0700, Xin LI wrote: |> Hi, |> |> Just wonder what the system would do after Uptime: during reboot? Will |> there be any callbacks be called? I have received some report regarding |> hangs after th

Re: libstdc++ localization aborts with an exception

2008-04-30 Thread Sashi Asokarajan
I posted the same question to the libstdc++ mailing list and Benjamin kindly answered my question and he suggested the following: BK> It looks like it has something to do with ctype, and nothing to do with BK> named locales. BK> Named locales only work on GNU systems, or with systems that implem

Re: What does system do after "Uptime: "?

2008-04-30 Thread John Baldwin
On Wednesday 30 April 2008 02:49:11 pm Xin LI wrote: > Gavin Atkinson wrote: > | On Sun, 2008-04-27 at 22:29 -0700, Xin LI wrote: > |> Hi, > |> > |> Just wonder what the system would do after Uptime: during reboot? Will > |> there be any callbacks be called? I have received some report regarding

HP DL385G1 Smart Array 6i AMD64 FBSD 6.3

2008-04-30 Thread Todorov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, System : HP DL385G1 Smart Array 6i AMD64 FBSD 6.3 I want to migrate my RAID1 (2 disks) (automatically assigned as RAID1 bacause I have two disks inserted in RAID 1+0 logical drive), add two more disks and get actual RAID 1+0 drive of four di

Some odd behaviour of vmstat and vmtotal...

2008-04-30 Thread gnn
Howdy, In deploying 7.0 at work we were finding a persistent problem when running "vmstat 1" on systems. The problem shows up as a 10ms "pause" in processing, usually packet stamping and forwarding by a user level process. This is due to the fact that vmstat calls the vmtotal() routine which in

Re: error in src/etc/rc.d/mountcritlocal

2008-04-30 Thread Mike Makonnen
Oliver Lehmann wrote: Mike Makonnen wrote: I'm not sure what you mean. The checkyesno() routine considers "true" a valid parameter. Could you please post the exact error you're getting. I already posted it... I'm getting: $true is not set properly - see rc.conf(5) This is because:

Re: Some odd behaviour of vmstat and vmtotal...

2008-04-30 Thread Alfred Perlstein
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [080430 18:13] wrote: > Howdy, > > In deploying 7.0 at work we were finding a persistent problem when > running "vmstat 1" on systems. The problem shows up as a 10ms "pause" > in processing, usually packet stamping and forwarding by a user level > process.