From owner-freebsd-questions@freebsd.org Sun Dec 6 06:14:41 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 0FE64A3B444 for ; Sun, 6 Dec 2015 06:14:41 +0000 (UTC) (envelope-from colin@restecp.com) Received: from max.restecp.com (max.restecp.com [IPv6:2a01:4f8:d13:e00::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD12712A1 for ; Sun, 6 Dec 2015 06:14:40 +0000 (UTC) (envelope-from colin@restecp.com) Received: from max.restecp.com (localhost [127.0.0.1]) by max.restecp.com (Postfix) with ESMTP id 425772C909E; Sun, 6 Dec 2015 06:14:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=restecp.com; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s=dkim; bh= 3owLsFKs2ppA+A/6/TEPI9Y9JqeEpC6usoHm45CnhQ0=; b=wTubn+zknHvDLQr4 xmUSW44hq6p23ajpQcL4RRppJLGjej2iyhYsKQc10liNXf1qEOvf21rk9OUJGhzC uI/71jdEYnnPE5d1A7buHIXwcDddabeV/uxFMnhsGOgQ0tlltKqX5yHpyuIh1sxB Yj/iicHy54pC0bXqZP6V2bqJb3q+7AM9YhUnYwu2us1JZsb4s56qgDs1V87uLbg+ 5WTfRMu8nCxRAAaWXdQyYGuAEs4QNOKKngASonUsP5U2xn0cqtV/f9k0SRiNSWRp FBEAjJBXZIqoXCt/NhlKBoeRKj2/X9TqMxspHnAjW8NIx2Tj8j857N4ZMqVP0BrG GUIHhg== DomainKey-Signature: a=rsa-sha1; c=nofws; d=restecp.com; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=dkim; b=gfk1TI ogNbQIy09Hn0EUdoWvYLwo5JBq1TjBGMVJhjZCrQ3e55tsoH5EchZlZnOoYRkAuc i7dDiQY17waEoRtjXfSzoM3EGnglXtGrpt5cUfTjmCNEKjC+MFelv4cNS3NpQ34v 9+ZtSrLbBk6AY2InRHvXdKWAax2TBu4CuPrqCaaEBX/wx3vtJBl2e+lpaWol5K6l Nj3bxrNPn8NH0hNZoIvPfEnpcXOxQxxm/FCLqQAg5SwKQRablvyoW2LhoXzulKmb GQWOtav7pNPz3AN3WG/auRwhN9zQsekX76Se0/dUMH1fT8/eYA1cbPKAM5KT9ukG hmLfFQn8fRu6mztA== Received: from [172.30.42.22] (c58-107-18-62.fitzg4.qld.optusnet.com.au [58.107.18.62]) by max.restecp.com (Postfix) with ESMTPSA id 05BD92C908E; Sun, 6 Dec 2015 06:14:27 +0000 (UTC) Message-ID: <5663D233.3030300@restecp.com> Date: Sun, 06 Dec 2015 16:14:11 +1000 From: Colin House User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: John Aten , freebsd-questions@freebsd.org Subject: Re: Mouse & Keyboard not working in Virtual Box VM References: <010EFC12-FD25-4A04-B042-9B0C95478C03@gmail.com> In-Reply-To: <010EFC12-FD25-4A04-B042-9B0C95478C03@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 06:14:41 -0000 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 I had the same problem while rebuilding a few test machines today. In my case I'd installed 10.2-RELEASE but then grabbed the 10-STABLE source to build emulators/virtualbox-ose-additions via svn. From there a buildworld & buildkernel (and install, obviously) to bring the system up to 10-STABLE did the trick. -Col