From owner-freebsd-xen@FreeBSD.ORG Thu Aug 29 12:24:20 2013 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7940AFE0 for ; Thu, 29 Aug 2013 12:24:20 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4DBCC2281 for ; Thu, 29 Aug 2013 12:24:19 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 5AC5C20853 for ; Thu, 29 Aug 2013 08:24:19 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Thu, 29 Aug 2013 08:24:19 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=sIFwvG7T22c112tZ2FeAgeduUEc=; b=Aqo a2xQRXINyLNBeBXUR0cL/y+KJ8aXhiiSqgm7AVqc1oCdqicgTVmnPnpHHe9rphih XJnFRPS8Zgm6YHOuFJ2TvHSb8g6x6o9ZqRfqyJx3XLmMU5k4PnYwidN+65Xs7tv/ 5fz5l7tzCAZM7d9qm/JVjWX090vKytgCnusiyX08= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 3D0E0B0002F; Thu, 29 Aug 2013 08:24:19 -0400 (EDT) Message-Id: <1377779059.3933.15540421.7DD4FEAD@webmail.messagingengine.com> X-Sasl-Enc: mOX18V7wiOWdPwFNnWOayuB/vPhfpgIGW834CfZGKKWM 1377779059 From: Mark Felder To: freebsd-xen@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-be0d4992 In-Reply-To: <9D903368B8769B0F3BF2DD9B@Mail-PC.tdx.co.uk> References: <2217D79A5CD4C9E06B7F8D3A@Mail-PC.tdx.co.uk> <521E2D3B.3080005@egr.msu.edu> <9D903368B8769B0F3BF2DD9B@Mail-PC.tdx.co.uk> Subject: Re: XenServer 6.2 tools for FreeBSD 9 'Guest'? Date: Thu, 29 Aug 2013 07:24:19 -0500 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 12:24:20 -0000 On Thu, Aug 29, 2013, at 3:36, Karl Pielorz wrote: > > > --On 28 August 2013 13:02 -0400 Adam McDougall > wrote: > > > Try the xe-guest-utilities which uses xen-tools. You may have to hack > > /usr/local/sbin/xe-update-guest-attrs near the bottom to provide a > > MinorVersion and/or MicroVersion higher than the default to get the > > hypervisor to accept it as recent enough. > > I installed the xe-guest-utilities port, and ran up > /usr/local/etc/rc.d/xenguest. > > Without changing anything - XenServer has now 'lit' the 'Suspend' options > - > and will let me take snapshots, 'including memory' - so I'd guess it's > worked, > > Thanks! > Let me know if you run into any issues as I'm the one who cobbled xe-guest-utilities together from several other people's previous work.