From owner-freebsd-questions@FreeBSD.ORG Tue May 21 20:39:59 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BBCED974 for ; Tue, 21 May 2013 20:39:59 +0000 (UTC) (envelope-from machina2413@gmail.com) Received: from mail-bk0-x235.google.com (mail-bk0-x235.google.com [IPv6:2a00:1450:4008:c01::235]) by mx1.freebsd.org (Postfix) with ESMTP id 50ABEC48 for ; Tue, 21 May 2013 20:39:59 +0000 (UTC) Received: by mail-bk0-f53.google.com with SMTP id mx1so676693bkb.26 for ; Tue, 21 May 2013 13:39:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BCO5Cm/dGrJQFwbRyWwEQq5CQTpVOP5H6/3m4Uwmblw=; b=nwvmYWCLWyenJDBgz/xXaxofoUWpkqYDlPRj4lPrw+SS1iZT4EpPpvYlB0+oYL5Lk5 UkCfBJIRAb8e8kz6okHhwiGUs6I0zQhsMC3OtSP4y/iSs9bujuvH+BNrc+mNaM+Cigyk L2xAlmHsNCABrX+A0E8/XzhulLBgUb/nqbxVTkVrprgHjCRZ6meBtKdCtKBl+PZo9AXw 28HsBZt7RrYWrgWO+ZRG3/C+aQEVdlEhQYkeZT9pWmiZCW/lIii7RSZlY4zYX8xZlmMB IN6o4Ndc5uUe3F1TWwf+mnxURQLviuBITbJQL9fxY+ATED4Hk92ObvPsrMcovIuyIQNl 2hqg== MIME-Version: 1.0 X-Received: by 10.205.107.71 with SMTP id dx7mr2209023bkc.119.1369168798061; Tue, 21 May 2013 13:39:58 -0700 (PDT) Received: by 10.205.25.72 with HTTP; Tue, 21 May 2013 13:39:57 -0700 (PDT) In-Reply-To: References: Date: Tue, 21 May 2013 22:39:57 +0200 Message-ID: Subject: Re: FreeBSD, VBox, mouse integration From: asf8g 9hf32 To: Alexandre Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 May 2013 20:39:59 -0000 Ok, so when I used % pkg_info | grep virtualbox on my host or guest machine I receive output: "pkg_info: no packages installed". But we have network booting there, root directories are copied from other machine, so when I used this command on this main machine, the output was: virtualbox-ose-4.2.12 A general-purpose full virtualizer for x86 hardware virtualbox-ose-additions-4.2.12_1 VirtualBox additions for FreeBSD guests virtualbox-ose-kmod-4.2.12 VirtualBox kernel module for FreeBSD When I started vboxservice on guest machine I got output: OS Version: FreeBSD 9.1-STABLE #0: Sat May 11 OS Service Pack: FreeBSD 9.1-STABLE #0: Sat May 11 Package type: BSD_64BIST_GENERIC(OSE) 4.2.12_OSE r84980 started. Verbose level = 0 Is it fine ? What to do now ? Lukas 2013/5/21 Alexandre > > > On Tuesday, May 21, 2013, asf8g 9hf32 wrote: > >> Hello, >> >> I'm using VirtualBox. Host OS is FreeBSD, guest OS is FreeBSD(amd64) too. >> I'd like to integrate mouse from guest and host(I don't want to use right >> ctrl to free mouse from guest). >> I'm using vbox guest additions to do it. I have loaded drivers(vboxguest >> and vboxvideo).My rc.conf has lines >> >> vboxguest_enable="YES"vboxservice_enable="YES" >> >> but mouse isn't integrated. >> >> Could you tell me what to do to integrate mouse ? >> >> Thanks, >> >> Lukas > > >> Hi Lukas, > > > In your VM, have you installed VBox additional tool from ports/packages in > addition to the lines in /etc/rc.conf ? > You must use the same version of VirtualBox on both host and guest. > > Kind regards, > Alexandre >