From owner-freebsd-questions@FreeBSD.ORG Sat Oct 24 18:17:36 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 CA997106568B for ; Sat, 24 Oct 2009 18:17:36 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 5F4D28FC13 for ; Sat, 24 Oct 2009 18:17:36 +0000 (UTC) Received: by bwz5 with SMTP id 5so1437925bwz.3 for ; Sat, 24 Oct 2009 11:17:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=+qtOnTs2Kc/zISWDpmbFBXfg6xDwU/ZCTEONOXMzhFU=; b=oZe1WaXiinS4HeHNJM5k0Px/EmpG8+BO7nYYineBgGYufmgj10V1tBPr99XYpV17rR kme4nrtHAoV6l5S92tGdesEiqPfj2YUP//CQhQT0QefSu+ZSABQHIXnKoJxQSVNqyCvM O3V/yC5h5s6LIcdSx2ChChh6LvMAmYgomhkL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=YBveyCzkuO88YOBaau+pXpDpZkb/r+CfDUtpKyUNTT1Q6DgvN6s6aZkOZ+4HOvv+Ep rODvg0pYDfv9Bve+/cvsEmWNQsYn5IlemX8gN5RZTa0i+MLFnP41wCD5oqtkRhkpS+OP et8dh01GpnGNlijJeJ4fVGBwIKh1KcrY2GvDw= MIME-Version: 1.0 Received: by 10.223.14.83 with SMTP id f19mr636908faa.92.1256408254630; Sat, 24 Oct 2009 11:17:34 -0700 (PDT) In-Reply-To: <4AE329EE.5030402@rawbw.com> References: <4AE329EE.5030402@rawbw.com> Date: Sat, 24 Oct 2009 14:17:34 -0400 Message-ID: <4ad871310910241117o540bf959pd94724c67c9f49d@mail.gmail.com> From: Glen Barber To: yuri@rawbw.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org 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 18:17:36 -0000 Hi, On Sat, Oct 24, 2009 at 12:23 PM, 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? Do you have the vboxdrv.ko module loaded? -- Glen Barber