I'm trying to do a "make buildworld" to build some jails on a Dell R710 server.
It has 16 cores:
[r...@mrefns09 ~]# sysctl hw.ncpu
hw.ncpu: 16
but, when doing running the "make buildworld" command:
last pid: 77993; load averages: 1.07, 1.03, 0.95 up 38+01:12:10 17:42:09
87 processes: 2 ru
I've just tried to do a make installworld DESTDIR=$jail1 where
jail1='/var/lib/jail1' and I changed my mind.
I tried to delete the folder but it seems somehow some ACLs got between. I'm
doing this make as root:
[r...@mrefns09 /var/lib]# setfacl -k jail1/bin/rcp
setfacl: jail1/bin/rcp: acl_ge
Dankeschön Herr Bethke!
I have already figured this out, it was an issue with flags (don't really
understand why those files had those flags, as I never worked with schg flags
on this system..
- Mensaje original -
De: "Stefan Bethke"
Para: "Kevin Mai"
CC: &q
Hi folks!
I'm facing an issue here while trying to define separate routing tables for
each jail and host.
Let me show you briefly how it's done:
The server has 3 physical NICs, each one connected to a different network (say,
public network A, public network B, and LAN).
Currently, the def
- Mensaje original -
De: "Julian Elischer"
Para: "Kevin Mai"
CC: freebsd-current@freebsd.org
Enviados: Domingo, 28 de Noviembre 2010 2:29:31
Asunto: Re: Issues with Jails/Routes/FIBs
On 11/25/10 11:38 AM, Kevin Mai wrote:
> Hi folks!
>
> I'm facing an i