From owner-freebsd-questions@freebsd.org Sun Dec 6 23:10:03 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E53659A0319 for ; Sun, 6 Dec 2015 23:10:03 +0000 (UTC) (envelope-from welcome.to.eye.o.rama@gmail.com) Received: from mail-yk0-x22e.google.com (mail-yk0-x22e.google.com [IPv6:2607:f8b0:4002:c07::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEDF411A9 for ; Sun, 6 Dec 2015 23:10:03 +0000 (UTC) (envelope-from welcome.to.eye.o.rama@gmail.com) Received: by ykba77 with SMTP id a77so176690847ykb.2 for ; Sun, 06 Dec 2015 15:10:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=zFmIJlma+oQZiBwi2PpD8010pCwjaJmnYgIffkfIejo=; b=uCIZCmsRRs4OUIsaUbTIya2UH6S/nW9cD0sVr6kc/ukN4ptznRN+0ubZg7l5ScjiZ2 sYyg+HNnxylfWFBk68KE1+kZ1y4BDQmE05/UrtqzknLgdVS90dKovPYf7fSZ2kz3hBQ5 cRSY4sJfu88afO6DSgW5MHcZGatZcDwv4aO1Svx84JlLHvAKRC+MxP3hl7Srm9icvgGL rahGWGMhYATFvr2Unft7Z8nV2tO9NkitZT2duN2oSGSsbQS8b4BTc/XwJ3MDKaus8mvd TOzn5HzZmqoh0EJYs5pke1ZyQHTEys7Tg6Vf5kdBrnwu6ZuHqOkiJ2dgMEPhTDeJw86S ybOw== X-Received: by 10.129.27.12 with SMTP id b12mr19634154ywb.140.1449443402630; Sun, 06 Dec 2015 15:10:02 -0800 (PST) Received: from ?IPv6:2602:30a:2c86:1740:3615:9eff:fe1f:8316? ([2602:30a:2c86:1740:3615:9eff:fe1f:8316]) by smtp.gmail.com with ESMTPSA id e64sm16980949ywb.25.2015.12.06.15.10.00 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 06 Dec 2015 15:10:01 -0800 (PST) Subject: Re: Mouse & Keyboard not working in Virtual Box VM Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: John Aten In-Reply-To: <5663D233.3030300@restecp.com> Date: Sun, 6 Dec 2015 17:09:58 -0600 Cc: freebsd-questions@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <0C16B8E2-D36E-4626-8156-BA716470E79D@gmail.com> References: <010EFC12-FD25-4A04-B042-9B0C95478C03@gmail.com> <5663D233.3030300@restecp.com> To: Colin House X-Mailer: Apple Mail (2.1085) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2015 23:10:04 -0000 On Dec 6, 2015, at 12:14 AM, Colin House wrote: > On 6/12/2015 12:15 PM, John Aten wrote: >> Dec 5 07:33:31 kernel: KLD vboxguest.ko: depends on kernel - not = available or version mismatch >> Dec 5 07:33:33 root: /etc/rc: WARNING: failed to start vboxservice >=20 > I had the same problem while rebuilding a few test machines today. >=20 > In my case I'd installed 10.2-RELEASE but then grabbed the 10-STABLE = source to build emulators/virtualbox-ose-additions via svn. >=20 > =46rom there a buildworld & buildkernel (and install, obviously) to = bring the system up to 10-STABLE did the trick. I did that exact same thing. I attempted to follow the instructions at = https://www.freebsd.org/doc/en/books/handbook/makeworld.html , but ran = into errors when running `make buildkernel`. I didn't manage to get the = errors copied down, but in any case the VM won't boot at all now. I am = just going to download a new image and start over.=20 Thanks for your help! John=