From owner-freebsd-questions@FreeBSD.ORG Sat Oct 24 21:06:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16063106566B for ; Sat, 24 Oct 2009 21:06:47 +0000 (UTC) (envelope-from dcdowse@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 5EA518FC0C for ; Sat, 24 Oct 2009 21:06:45 +0000 (UTC) Received: (qmail invoked by alias); 24 Oct 2009 20:40:04 -0000 Received: from p4FD4DA6E.dip.t-dialin.net (EHLO bytebox) [79.212.218.110] by mail.gmx.net (mp007) with SMTP; 24 Oct 2009 22:40:04 +0200 X-Authenticated: #30106961 X-Provags-ID: V01U2FsdGVkX19haJV8U89heIK5Zz0uiCD06WLpa1WdCjJdRXl7Qv fXKY9hs8n4N25y Date: Sat, 24 Oct 2009 22:40:05 +0200 From: "Daniel C. Dowse" To: freebsd-questions@freebsd.org Message-Id: <20091024224005.d870708d.dcdowse@gmx.net> In-Reply-To: <4AE329EE.5030402@rawbw.com> References: <4AE329EE.5030402@rawbw.com> X-Mailer: Sylpheed 2.7.0 (GTK+ 2.12.11; i386-unknown-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.53 Subject: Re: Anybody is using VirtualBox? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2009 21:06:47 -0000 On Sat, 24 Oct 2009 09:23:10 -0700 Yuri wrote: > I am tryingto run Windows under FreeBSD. > > When I run: > cat /dev/ad1s1 | VBoxManage stdin OutPutFile.vdi 21474836480 > on 80-RC2 I get this output: > ERROR: failed to create the VirtualBox object! > ERROR: code NS_ERROR_ABORT (0x80004004) - Operation aborted (extended > info not available) > Most likely, the VirtualBox COM server is not running or failed to start. > > No processes with name VirtualBox are running. > > What could be the problem? > Yuri > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" I have VirtualBox 3.0.51_OSE rr22900 successfully running on 7.2 , after i installed it from Ports i got a Kernel Panic after loading vboxdrv. So i put all necessary modules in loader.conf and now everything works really great with a Virtual WinXP installation. loader.conf vboxdrv_load="YES" vbnetadp_load="YES" vboxnetflt_load="YES" Cheers Daniel -- Just because I don`t care - Doesn`t mean I don`t understand ! -- Homer J. Simpson