From owner-freebsd-xen@FreeBSD.ORG Thu Feb 5 20:59:44 2009 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E46DE10656C2 for ; Thu, 5 Feb 2009 20:59:44 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.238]) by mx1.freebsd.org (Postfix) with ESMTP id B33198FC0C for ; Thu, 5 Feb 2009 20:59:44 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so444814rvf.43 for ; Thu, 05 Feb 2009 12:59:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=Gt5fwRW3Oa/5yW2Xx2eOEMHFHG8i7kCBtAF4g9Muzv4=; b=hITUDeKS/VJ6YiqTuIpBSyANJTQNG5BkM68DI1201hsMLXW7udvkXGz2puNthk0pn5 c1YM879iovcXxhI4xMA5vMnvlOgkH7Z5WxTip8zmQgRPZZ4RwTejg06rfl1IT69HOvuP uLT98yYNu+CuTv6+9FeP2JjhVd+D8ZwRtdNLw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=BIV7MePF2um10iWt/C63bkM2wLNC3sY9UtwM6nYZXm90Gup1zSpCMpc+raFg7ApHN4 +/Qy31acEL99ACKcNiVx3rPglnKYaUfcBoUw8OdirF+TVSOTyX6HyxSfVj+Mg5bQ7tQE 9S+fsm9xItXiAeA03zxDhLktYtCXUL46Xpp0c= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.141.78.14 with SMTP id f14mr673607rvl.176.1233867584288; Thu, 05 Feb 2009 12:59:44 -0800 (PST) In-Reply-To: <1233867531.22204.50.camel@phoenix.blechhirn.net> References: <877i4d1p46.fsf@tabernacle.localnet> <1233285639.24925.12.camel@phoenix.blechhirn.net> <87ljsokbdn.fsf@tabernacle.localnet> <3c1674c90902042004x299bee3ay7a231a27252e7e55@mail.gmail.com> <8763joeuzz.fsf@tabernacle.localnet> <1233863896.22204.46.camel@phoenix.blechhirn.net> <3c1674c90902051203n338be726rc18ab1f71c513d6c@mail.gmail.com> <1233867531.22204.50.camel@phoenix.blechhirn.net> Date: Thu, 5 Feb 2009 12:59:44 -0800 X-Google-Sender-Auth: 9c640a82df5688b6 Message-ID: <3c1674c90902051259m54b09398s3e5a6d10e9eedc14@mail.gmail.com> From: Kip Macy To: mister.olli@googlemail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-xen@freebsd.org Subject: Re: Time goes backwards 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: Thu, 05 Feb 2009 20:59:45 -0000 On Thu, Feb 5, 2009 at 12:58 PM, Mister Olli wrote: > Hi, > > Am Donnerstag, den 05.02.2009, 12:03 -0800 schrieb Kip Macy: >> > The same problem here. Even with >> > on_reboot = 'restart' >> > in my config file. >> > >> > Is this a XEN problem, or is it related to the FreeBSD kernel? >> > >> >> FreeBSD. A different argument to shutdown needs to be passed for the >> reboot case. > > Can this be done by a userland utility, or does it require a kernel > modification? It is a fairly trivial kernel source change. -Kip