Re: Why I haven't device /dev/cd0

2006-01-18 Thread Malachi de Ælfweald
If you look at /etc/fstab it should show you which device is assigned to /cdrom in my case (DVD+RW-DL), it is /dev/acd0 Since you have that device, that is probably yours as well. I wouldn't be surprised if you could simply: mount /cdrom Malachi On 1/18/06, cblasius <[EMAIL PROTECTED]> wrote:

A8N-SLI Premium + Si 3114R + RAID5 of Hitachi Deskstar T7K250 -- locks up during install

2005-09-05 Thread Malachi de Ælfweald
I have tried this with 6-BETA1 and 6-BETA3. I noticed the A8N-SLI Deluxe was supported, so thought that the majority of the Premium would be as well. I am using the Silicon Image RAID controller instead of the NVidia one, because it supports RAID5 and the nVidia does not. The RAID5 was configur

Re: FreeBSD howto collection

2005-09-06 Thread Malachi de Ælfweald
You might also try www.defcon1.org On 9/5/05, Yance Kowara <[EMAIL PROTECTED]> wrote: > > Dear all, > > I am looking for a good article or collection of > howtos or something similar to Ted's FreeBSD Corporate > Networker's Guide. > > A book similar to Carla Schroder's

Re: nForce4-SLI, AHCI and NCQ and FreeBSD 6.0

2005-09-06 Thread Malachi de Ælfweald
I have noticed the same thing with the onboard Silicon Image controller. I am using the A8N-SLI Premium. I am using the Silicon Image controller instead of the nForce4 controller because it specifically said SATAII and said it supported RAID5 (whereas the nForce did not support RAID5). However,

Re: Suggestions for www.freebsd.org and questions

2005-09-10 Thread Malachi de Ælfweald
Regarding your item #2, I do that every time I go to install FreeBSD. Although, I have noticed that the posted suggested partitions don't match very well with what my current FreeBSD server actually uses (for example, my /var partition is taking MUCH more than the recommended space). I wonder if

Re: Requesting advice on Jail technique.

2005-09-13 Thread Malachi de Ælfweald
I have been getting ready to do one-jail per domain myself. The key though is that if you want to support any port (and specifically things like ssh) they have to have a public IP address (or 1:1 NAT)... ie: if the ssh server is running under each jail, you need to know my IP address which one t

Si3114r on FreeBSD-6[amd64]

2005-09-21 Thread Malachi de Ælfweald
I created the RAID5 array in the Silicon Image BIOS manager. Upon booting FreeBSD for the first time (during install) it sees the individual drives (instead of the array), hangs for a very long time, then continues. When it comes time to partition the disk, it asks which of the 4 disks (instead of

Re: nForce4-SLI, AHCI and NCQ and FreeBSD 6.0

2005-09-22 Thread Malachi de Ælfweald
with it's senseless 'capabilities' and non-PCIe attachment? > > This is only a thought based on my personal available informations and > maybe wrong ... > > Oliver > > Malachi de Ælfweald wrote: > > I have noticed the same thing with the onboard Silicon Image cont

Re: Requesting advice on Jail technique.

2005-09-22 Thread Malachi de Ælfweald
I am thinking at this point what I am going to try to do is build a jail skeleton, then use unionfs to mount on top of that... so in theory, I could save a LOT of space while at the same time giving them pretty complete jails (one per domain). Malachi On 9/13/05, Frank Mueller - emendis GmbH <[E

Re: nForce4-SLI, AHCI and NCQ and FreeBSD 6.0

2005-09-23 Thread Malachi de Ælfweald
We found an Asus support page saying that you have to run the hitachi software to enable the 3Gb/sec on the drives. I did that, and it said the motherboard was not compatible. I called Asus -- and they confirmed what you have been saying. The Si3114 supports RAID5 and the nVidia SATAII -- which is

Re: Requesting advice on Jail technique.

2005-09-23 Thread Malachi de Ælfweald
I would like to provide as complete of a system as possible to the jail/domain owners What specifically do I need to ensure they DON'T have access to? And if I give them access to the ports collection, how do I prevent them from just installing said binaries anyways? Another thing I was thinki

Re: NO dump device defined

2005-10-01 Thread Malachi de Ælfweald
Actually, I am having a similar problem Asus A8N-SLI Premium I was trying to do RAID5 on the Si3114. Then I found out the 3114 didn't support RAID5 in FreeBSD, and didn't support SATAII at all. So I switched to doing Raid 0+1 on the nVidia controller so that I could at least do SATAII. at the

Re: Nice brushup!!! www.freebsd.org

2005-10-07 Thread Malachi de Ælfweald
Actually, the one thing that I think I would recommend above all else is to include "Beta Release 6.0" (or whatever) under "Latest Releases" on the front page. If people are buying newer AMD64 boards (as appears to be recommened by the paragraph on the left), it would seem it would be better for th

panic: userret: Returning with 1 locks held.

2006-05-14 Thread Malachi de Ælfweald
Has anyone found a solution to the problem reported here: http://marc2.theaimsgroup.com/?l=freebsd-amd64&m=111219607318603&w=2 From what I can tell, unionfs is compiled into my kernel (said YES in the kernel config file)... I can consistently cause this to happen within a couple seconds if I u