From owner-freebsd-virtualization@FreeBSD.ORG Mon Nov 16 09:48:17 2009 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47CDF1065672 for ; Mon, 16 Nov 2009 09:48:17 +0000 (UTC) (envelope-from costa@di.uminho.pt) Received: from marco.uminho.pt (marco.uminho.pt [193.136.9.240]) by mx1.freebsd.org (Postfix) with ESMTP id 7384F8FC17 for ; Mon, 16 Nov 2009 09:48:16 +0000 (UTC) Received: from [193.136.9.174] (dhcp-34.uminho.pt [193.136.9.174]) by marco.uminho.pt (8.12.5/8.12.5) with ESMTP id nAG9Ute9354539; Mon, 16 Nov 2009 09:30:55 GMT Message-ID: <4B011BC4.8050302@di.uminho.pt> Date: Mon, 16 Nov 2009 09:30:44 +0000 From: Antonio Costa Organization: Departamento de =?ISO-8859-1?Q?Inform=E1tica/Universidade_?= =?ISO-8859-1?Q?do_Minho?= User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Marko Zec References: <7401C27DF540DA4D83B9B35C541825E3E97426@MCHP7I5A.ww902.siemens.n et> <200911111423.39501.zec@icir.org> In-Reply-To: <200911111423.39501.zec@icir.org> X-Enigmail-Version: 0.96.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2E9D7C8ACD6E3BF5D6B87159" Cc: freebsd-virtualization@freebsd.org Subject: Re: Imunes and FreeBSD 8.0 RC2 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 09:48:17 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2E9D7C8ACD6E3BF5D6B87159 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Marko Zec wrote: > here's the procedure which should be sufficient to get IMUNES up and ru= nning=20 > on FreeBSD 8.0-RC3 (I've tested this on amd64, but i386 should work as = well): Hello Marko, I followed the procedure on a i386 with success!! I am very happy with my first Free BSD 8.0 RC3 with IMUNES!! It looks very good! Congratulations on your excellent work!! I use IMUNES since the very beginning (FreeBSD 4.11), over the last 4-5 years. I have found a little thing not yet compatible with new version, but with simple solution: the cpu line on imunes.imn files. Old files or new ones with quagga generated configs have a line "cpu ..." that is passed to "vimage -m" that reports a "no such file" error: =3D=3D=3D=3D=3D Example.imn =3D=3D=3D=3D=3D=3D=3D=3D 1. node n0 { 2. type router 3. cpu {{min 0} {max 100} {weight 1}} 4. model quagga 5. network-config { 6. hostname n0 7 ! Line 3 is the unsupported jail parameter that Imunes.tcl reports has: --------------------------------------------------------------------- Error: No such file or directory Error: No such file or directory while executing "exec vimage -m i0b5b0.n0 cpumin 0" ("eval" body line 1) My current solution is to comment out lines 297-305 of exec.tcl file: --------------------------------------------------------------------- # if { $cpumin !=3D "" } { # nexec vimage -m $node_id cpumin $cpumin # } # if { $cpumax !=3D "" } { # nexec vimage -m $node_id cpumax $cpumax # } # if { $cpuweight !=3D "" } { # nexec vimage -m $node_id cpuweight $cpuweight # } Many thanks for your excellent work! -- Ant=F3nio Duarte Costa --------------enig2E9D7C8ACD6E3BF5D6B87159 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJLARvLAAoJEEqNsXV89gdWhckIAJavMSk05gnNE//rezCceRA3 6NzW/lckLXTPAKOXtMbx+SsRTdcy9PWRDFX0bq82aEA9xoiBu8n2t8BXemv4oD8k iW3njfXat/Ywj0O7fn44KIk8SzCUUXUjoAtQOacDGU5++6x5Dt6J+kRBFXff5cHd 4YsKPNEmXwQdB7z4rSiSwnE9PgNDoEzUWdx965IWMwzcXWCDVBuOZZCJv5FimJ/u GGGUdZm9K3u9JOjyguNCO4vGPShaoBCnwxTQp95uBSP14qtYxUKOLtr9tfss6Otp N6vhRUjpe6A4+hqXWgHjimaDVkSwuZlFmXro/Ef+Ad3kNrNVd/+zwb4yZXWzlbs= =zmJU -----END PGP SIGNATURE----- --------------enig2E9D7C8ACD6E3BF5D6B87159--