From owner-freebsd-xen@FreeBSD.ORG Tue Aug 14 12:22:48 2012 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1497F106564A for ; Tue, 14 Aug 2012 12:22:48 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id C06648FC14 for ; Tue, 14 Aug 2012 12:22:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=Message-Id:Cc:To:Date:From:Subject:Content-Type:Content-Transfer-Encoding:Mime-Version:In-Reply-To:References; bh=YbEPXb8CKoBKuFmYqPskNcxjfGcK+1sz5eBifxCfLjM=; b=k4kHDtFua3z478dkzXjwUbw1YJ0bkX+XkL009X6vApGKsLLW3kxu+Gk10Lox/Vpumsg31aL9bKOOiuWTovcCoP2BLkg23u8rJ4H5S/SKBES2h/aLiDGI0DKHeuUd5Y0j; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.80 (FreeBSD)) (envelope-from ) id 1T1G8x-000MIL-A0; Tue, 14 Aug 2012 07:22:44 -0500 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1344946957-41577-41576/5/61; Tue, 14 Aug 2012 12:22:37 +0000 References: <1344606990.2871.7.camel@mactoo> <20120813.105332.66169511.moto@kawasaki3.org> <9846174F-74A2-443E-BF75-737B2EE9D19E@ramattack.net> User-Agent: K-9 Mail for Android In-Reply-To: <9846174F-74A2-443E-BF75-737B2EE9D19E@ramattack.net> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 From: Mark Felder Date: Tue, 14 Aug 2012 07:22:15 -0500 To: Egoitz Aurrekoetxea Aurre , moto kawasaki Message-Id: X-SA-Report: ALL_TRUSTED=-1, KHOP_THREADED=-0.5 X-SA-Score: -1.5 Cc: freebsd-xen@freebsd.org Subject: Re: Citrix Xenserver and FreeBSD migration/suspend scripts X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 14 Aug 2012 12:22:48 -0000 Egoitz, I've included a link to my github repository several times now. = I've taken your scripts and made many changes: - no more BASH - some scripts have been completely removed (integrated elsewhere) - no more need for /etc/freebsd-version or temp files in /procfalse - rc script is completely rewritten and compliant with freebsd standards It is much more simplified and I expect this week I will get time to = finish merging everything (except the daemon wrapper) into a single = shell script. There's no need to have so many different scripts to = accomplish this. https://github.com/felderado/freebsd-xen-tools-scripts Please look at what I've done and feel free to contribute additional = changes.