From owner-freebsd-questions@FreeBSD.ORG Thu Apr 2 03:41:53 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 576AB106564A for ; Thu, 2 Apr 2009 03:41:53 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from angel.comcen.com.au (angel.comcen.com.au [203.23.236.69]) by mx1.freebsd.org (Postfix) with ESMTP id 2149C8FC17 for ; Thu, 2 Apr 2009 03:41:52 +0000 (UTC) (envelope-from rock_on_the_web@comcen.com.au) Received: from [192.168.0.189] (unknown [202.172.126.254]) by angel.comcen.com.au (Postfix) with ESMTP id 87D725C2EF02 for ; Thu, 2 Apr 2009 14:41:50 +1100 (EST) From: Da Rock To: FreeBSD Mailing List Content-Type: text/plain Date: Thu, 02 Apr 2009 13:36:47 +1000 Message-Id: <1238643408.44542.47.camel@laptop1.herveybayaustralia.com.au> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: qemu and kqemu - Version mismatch after upgrade 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: Thu, 02 Apr 2009 03:41:53 -0000 I just ran portsnap fetch update && portupgrade -a and I've ended up with a complete disaster with qemu. Am I the only one? Firstly, I was under the impression that updates shouldn't (theoretically of course) upset a running server. I had 2 qemu vm's running which crashed during the process. Secondly, after the upgrade I normally run -kernel-kqemu options, (and I did ensure the install of the kqemu-devel port) but I'm getting the following error: > Version mismatch between kqemu module and qemu (00010300 00010400) - disabling kqemu use The system still runs, but given the lack of this accelerator seriously impairs vm use especially with regards networking (ssh, etc). Also, just a note on the ImageMagick port: I've been getting ignore reports from portupgrade, I've done some investigationing into this and it seems that HDRI is broken as per the message (duh!), but in my config HDRI IS disabled, yet it seems the make still enters the define. So in my infinite lack of wisdom I commented out the defines for HDRI and left the config args to --disable-hdri - and hey presto! it installed. Any thoughts? Or should I enter a PR for this/these?