From owner-freebsd-virtualization@FreeBSD.ORG Tue May 31 05:56:04 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 5A1FF106566B for ; Tue, 31 May 2011 05:56:04 +0000 (UTC) (envelope-from kolasin2@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1248D8FC0A for ; Tue, 31 May 2011 05:56:03 +0000 (UTC) Received: by vxc34 with SMTP id 34so4209059vxc.13 for ; Mon, 30 May 2011 22:56:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:date:message-id:subject :from:to:content-type; bh=FWwjvHNrprPDKMztnS+QOSwXMmJeKbJCUbxauN5Z/AU=; b=hlDAOHdE4+Qysxw+aD7FluPD1D9Dqw30B781hxp2aaREIYXhyEggeED/nyMNp+spHH vftotrtZbuRrV40WA6vJv7ZIUIsZ0TCmMJrhhLI9kqx3lkMEv16Mvcrx9/hm31JdtQjN wcxMTtWXoMM2jzn7XGvL/JQYOIgA+vUvmqk8I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; b=SXjKEk62Zc2in3aJk901q2DF+Xt6ugIyLSUj6hDRlIqiaDYQdT3v5IQRGKcfXU8o2M YZS9GNKvayHI6o1x7Hvs19xjfDest+5wVJ7dmpIg8i7FETAwl3m9YMZZgmcMOcQHFspi YKXk54uxQrf/cygw7JZUYmUeYK3aJ+AOb4xbE= MIME-Version: 1.0 Received: by 10.52.96.8 with SMTP id do8mr5613877vdb.142.1306819792756; Mon, 30 May 2011 22:29:52 -0700 (PDT) Received: by 10.52.107.201 with HTTP; Mon, 30 May 2011 22:29:52 -0700 (PDT) Date: Tue, 31 May 2011 00:29:52 -0500 Message-ID: From: Brent Kolasinski To: freebsd-virtualization@freebsd.org X-Mailman-Approved-At: Tue, 31 May 2011 06:54:03 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: phpVirtualBox and vboxwebsrv problems X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kolasin2@uwm.edu List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2011 05:56:04 -0000 Hi all, I have been trying to get phpVirtualBox with virtualbox-ose (not legacy) running on one of my servers. Here are the issues I am currently having: 1) The vboxwebsrv daemon will not start with the rc.d script included with the virtualbox-ose port. When building this port I configured it with webservices, dbus, vnc, and guestadditions. I can start the vboxwebsrv server directly, by running it as a user, however, it just refuses to run when initiated from rc.d. I have added the proper kernel module to my loader.conf, and have added the vboxwebsrv_enable to my rc.conf. There are no errors generated when looking at dmesg when launching with the init script. Are there any known bugs with this rc script? Some google searches have brought up prior problems, but all seems to have been patched with the version 4 release of Virtual Box. 2) When running the vboxwebsrv daemon as a user, I can not establish a connection. I just get an error message with the following text: [message:protected] => Error logging in or connecting to vboxwebsrv. [string:Exception:private] => [code:protected] => 64 [file:protected] => /usr/local/www/phpvirtualbox/lib/vboxconnector.php [line:protected] => 113 [trace:Exception:private] => Array The user account information is set up correctly in config.php (it is running as vboxusers). There are no errors being printed to the screen by the server during the connection process. I have even tried the password recovery, but it does the same thing. This could be related to the previous problem... but I am not sure. Does anyone have any insight as to what is wrong here? This is running on a 8.2-Current install, with the latest ports tree (synced on 5/30). Thanks! -- Brent Kolasinski Network Administrator CUIR Tech Center University of Wisconsin - Milwaukee