From owner-freebsd-virtualization@FreeBSD.ORG Wed Jan 12 06:48:37 2011 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 91FDA1065672 for ; Wed, 12 Jan 2011 06:48:37 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1A32B8FC17 for ; Wed, 12 Jan 2011 06:48:36 +0000 (UTC) Received: by bwz12 with SMTP id 12so256111bwz.13 for ; Tue, 11 Jan 2011 22:48:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:organization:references:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=XBIA9oKYEeFgqv21GOBoAYXmGfSK+L0xCLC0CCDk2jg=; b=qGJFHsjp/wrpg9Qp2o9ymeNvXCglPZmhvIR4AoiYz1EWu50RGSpkRiM5l/Dw4Ag5ez lflYGFd28OxGG1iQH6jnVZJ+5lvyOp/dsJw99tPZ6Arb9r3xPPi3lCixfdiLnACfWvav ffL7Od3Bx+BtDiCEDj9cdJ6hD/xreg2b0a0pI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=eRGg1apvxzKN7utZkAh0OqKWar6B1xfpBI9KZmvjdQ7ioNQ3Uk/Pag4Zm6NgCwRQPF odLz2SPb0nQh+icJo+Xw1BO+YCzZsnFJu2shnTLoLDqgzMimNpzMXmW57n50rGsg1d+U kTawJkP4VJk7tDEMyafTGhGzSFBNxhgSlupQ0= Received: by 10.204.82.32 with SMTP id z32mr428857bkk.158.1294814915597; Tue, 11 Jan 2011 22:48:35 -0800 (PST) Received: from localhost (ua1.etadirect.net [91.198.140.16]) by mx.google.com with ESMTPS id x38sm142063bkj.1.2011.01.11.22.48.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 11 Jan 2011 22:48:34 -0800 (PST) From: Mikolaj Golub To: Julian Elischer Organization: TOA Ukraine References: <86ei8j6xd7.fsf@kopusha.home.net> <4D2CF3BB.1080700@freebsd.org> Date: Wed, 12 Jan 2011 08:48:32 +0200 In-Reply-To: <4D2CF3BB.1080700@freebsd.org> (Julian Elischer's message of "Tue, 11 Jan 2011 16:20:11 -0800") Message-ID: <86ipxulirj.fsf@zhuzha.ua1> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-virtualization@freebsd.org Subject: Re: smbfs on VIMAGE kernel 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: Wed, 12 Jan 2011 06:48:37 -0000 On Tue, 11 Jan 2011 16:20:11 -0800 Julian Elischer wrote: JE> On 1/11/11 11:42 AM, Mikolaj Golub wrote: >> Hi, >> >> With the attached patch I can mount and use samba fs on current built with >> VIMAGE option. >> JE> but what does that actually MEAN? Without the patch when you try to mount samba fs on a system compiled with VIMAGE option it will just panic. I didn't need samba inside jails, I just wanted to mount samba fs on host. -- Mikolaj Golub