From owner-freebsd-i386@FreeBSD.ORG Wed May 16 23:53:27 2012 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11D2A1065672 for ; Wed, 16 May 2012 23:53:27 +0000 (UTC) (envelope-from krisik28@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id CD81F8FC0C for ; Wed, 16 May 2012 23:53:26 +0000 (UTC) Received: by obcni5 with SMTP id ni5so2225143obc.13 for ; Wed, 16 May 2012 16:53:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=pAJ8BITK1DS4FT62Hlt3dUN1OfD6k+TEh7uXyFTPhIQ=; b=P27tgY2SXGurn99lks5n0hra6yGw7X1eiOpcEYY+vQQDf6insIccX+C9wU5FYj1CJP SWpzYSEKJTlNUw+Icq/GGPpU6wSbb6Ze058lKnNh0BfGqOHL1impBMp7YsYH5r100CqW Of6nND9ybUlgyAYaAM+pV0adbWpt7vYoMAmLe3093TytQW+/vmly0dC0Cl6perPmd9+2 u/3rENWpdAx0HOMj1xMdo+jw68dEgSSl5uZSVqLYyCJlq1UO1ZQkMV9zUqEA9sfRSzlK sxDE8NDcrYXYvgKYgNZnSjfwoSam4KTqCGyTfgmloYqnXyL6OYb1geyklODuXJ0ndBuZ iHaw== MIME-Version: 1.0 Received: by 10.182.182.9 with SMTP id ea9mr4682480obc.7.1337212405902; Wed, 16 May 2012 16:53:25 -0700 (PDT) Received: by 10.76.172.69 with HTTP; Wed, 16 May 2012 16:53:25 -0700 (PDT) Date: Thu, 17 May 2012 01:53:25 +0200 Message-ID: From: Krzysztof Kowalski To: freebsd-i386@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Jail vnet X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2012 23:53:27 -0000 Hi, i was trying to make jail, under VB 4.1.14r77440 WINDOWS7 as host, using this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-build.html http://wiki.polymorf.fr/index.php/Howto:FreeBSD_jail_vnet I set everything like wiki says, recompiled kernel and patched /etc/rc.d/jail, but when i try to do: /etc/rc.d/netif cloneup i get: ifconfig: create: bad value At startup i get: Starting jails:epair0a: Ethernet address: 02:c0:84:00:05:0a epair0b: Ethernet address: 02:c0:84:00:06:0b epair0a cannot start jail "misc" tail: /tmp/jail.qqSQ0EB4/jail.17: No such file or directory . /etc/rc: WARNING: Ignoring scratch file /etc/rc.d/jail.orig Sorry if some information are missing but i don't know what to attach /etc/rc.conf: http://wklej.to/VUy3l /etc/jails/misc.conf: http://wklej.to/vQVxW dmesg: http://wklej.to/jJiqO Can someone tell me whats wrong? Best regards, Krzysztof K.