From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 27 07:38:53 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FB011065675 for ; Wed, 27 Apr 2011 07:38:53 +0000 (UTC) (envelope-from rion4ik@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 63CF78FC14 for ; Wed, 27 Apr 2011 07:38:53 +0000 (UTC) Received: by gwb15 with SMTP id 15so658276gwb.13 for ; Wed, 27 Apr 2011 00:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=JMxoxodd2L8nlDoN9JwlsRa5WFJ21c8oEkkA+prw3QM=; b=yAp8ifMv94nPDIq7PDnWpJUissZiFBtVq3IBuWgBdIE8OWRI+xqWoDzaLHGtbSx848 pKZB1QMpOepn4ILje13+tcgTEmDRnBru/sNsl4n2lUzuMTyXxXZLRPqqyMTdlDvNrFnS TNf2cBE/dEtMaTnyQR1tdobyl9NykQxarRRQU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UYbdJL3FdxorgY9XdCp6gS8Kf4FofQY3Q9cKlx9NI1wegSM4zVUQc75Uf1JVWHSzlh G4AzYbdM3eAff7kFwCH+9woGZXxceEQEgqzTjEu3KmJri3DAuGDdF4Fj0HiFkacuHuZ6 foSuUOZOmi1vQe6FERr4xr0cIkKcro3zPpVA8= MIME-Version: 1.0 Received: by 10.150.165.19 with SMTP id n19mr1570000ybe.288.1303888349076; Wed, 27 Apr 2011 00:12:29 -0700 (PDT) Received: by 10.151.83.16 with HTTP; Wed, 27 Apr 2011 00:12:29 -0700 (PDT) Date: Wed, 27 Apr 2011 13:12:29 +0600 Message-ID: From: Rion To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: RE: Call for Testers: VirtualBox 4.0.6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2011 07:38:53 -0000 Hi I just installed FreeBSD-8.2 as guest by this instruction http://wiki.freebsd.org/VirtualBox using blueports. * Mouse integration works well * Clipboard integration doesn't work * Auto guest screen resize on VB window resize doesn't work I'm absolutely new for FreeBSD and don't know what can be wrong. and here is my investigation. Xorg.0.log doesn't mention any issues I tried to manually start VBoxClient-all but it writes to stdout "Failed to connect to the VirtualBox kernel service" 4 times But if it's started by root(through sudo) nothing wrong happened and moreover clipboard and display integration starts working. I tried to set 0666 permissions to /dev/vboxguest* but this doesn't help. In any case it must be started as not-root user since its started by *.desktop file. from other things: * vboxguest kernel module loaded fine * VBoxService started and I see it in processes * nothing wrong in dmesg and syslog from first look. Not-mentioned in wiki things: * procfs must be mounted * xrandr must be installed