From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-163594-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 18FD51389F5
	for <garchives@archives.gentoo.org>; Sun,  5 Apr 2015 05:18:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 72C59E089E;
	Sun,  5 Apr 2015 05:17:58 +0000 (UTC)
Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 1F052E0805
	for <gentoo-user@lists.gentoo.org>; Sun,  5 Apr 2015 05:17:57 +0000 (UTC)
Received: by layy10 with SMTP id y10so3002167lay.0
        for <gentoo-user@lists.gentoo.org>; Sat, 04 Apr 2015 22:17:55 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=j33VqzFQMO8ef3BsdkCBaKSAI8o7ewMHoj0W7rOYj6I=;
        b=pImITQ1aHfhRiwEdIUHbb/dgYdgFnYNr4pAmXZwEGu07MXHxZdLMFAot3J3leEdXbf
         36MYJWZwITbH1l+O5Bd7Td8Ml9DaWdqm7bfXlvYkbjCmzp0DgEPOs/eX9MmWy9VMMof+
         ZYESJRkHfwgl6rObHbeZQqXQ5feyFZk2VNzdWDdeyIp0Fa0JYz1Fiydxqs5NkK6e1zg0
         kZjdHPbmcjDKNr4AUMV693m4YzD0YVa2HrplxO+gh8dnXUrXY0wksxXvrOsQb9fTwS0P
         L/Royk5KmMVPs/YhY1lWYzIMh2XjY/c5JiVsJO6EPuF4vnF0lepI7zIHocTW+qnC8gX4
         9sdQ==
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
X-Received: by 10.152.197.34 with SMTP id ir2mr8499118lac.36.1428211075654;
 Sat, 04 Apr 2015 22:17:55 -0700 (PDT)
Received: by 10.25.158.130 with HTTP; Sat, 4 Apr 2015 22:17:55 -0700 (PDT)
In-Reply-To: <3174540.kFGBdlGKPQ@andromeda>
References: <CAGWRaZY-k8NaiH4D744SoSoy-EwDimQvaVGeF4V7ZSXSHCYTiw@mail.gmail.com>
	<3174540.kFGBdlGKPQ@andromeda>
Date: Sun, 5 Apr 2015 07:17:55 +0200
Message-ID: <CAG6MAzR34FZaiow14ejaaKYek+nsa7RDRcsO2vYb9m0_6Z6UGQ@mail.gmail.com>
Subject: Re: [gentoo-user] xen on new install reboots by itself
From: hydra <hydrapolic@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: multipart/alternative; boundary=001a11343d1cd42b910512f34d37
X-Archives-Salt: e3ed16f9-fe7d-40c8-9da4-590c2ef1f4d0
X-Archives-Hash: 11f8c0b9bfbbef302deece1a8bdd60ac

--001a11343d1cd42b910512f34d37
Content-Type: text/plain; charset=UTF-8

On Thu, Apr 2, 2015 at 8:20 AM, J. Roeleveld <joost@antarean.org> wrote:

> On Monday, March 30, 2015 07:07:39 PM symack wrote:
> > Hello Everyone,
> >
> > New install, on a old server with raid 10 scsi... The normal installation
> > works fine,
> > the only thing is when we try to boot with xen, it gets to the prompt and
> > then reboots
> > by itself. The following message is what differs between normal gentoo
> and
> > xen kernel
> >
> > Mar 31 06:32:18 test kernel: [    0.138644] ACPI Exception: AE_NOT_FOUND,
> > While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
> > Mar 31 06:32:18 test kernel: [    0.138961] ACPI Exception: AE_NOT_FOUND,
> > While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
> > Mar 31 06:32:18 test kernel: [    0.139267] ACPI Exception: AE_NOT_FOUND,
> > While evaluating Sleep State [\_S3_] (20140724/hwxface-580)
> >
> >
> > I'm never sure how to debug such errors. Some googling suggested adding
> > ACPI flags (ie, force, on, off), when I do that, the system just reboots
> > without getting to the login prompt.
> >
> > The server is an X346 with hardward servraid 7K with raid 10.
> >
> > Your help is greatly appreciated.
> >
> > N.
>
> Do you have the XEN dom0 support compiled into the kernel?
>
> I have the following options on one of my servers and don't recall the
> issue
> you are facing:
> # zcat /proc/config.gz | grep -i xen
> CONFIG_XEN=y
> CONFIG_XEN_DOM0=y
> CONFIG_XEN_PVHVM=y
> CONFIG_XEN_MAX_DOMAIN_MEMORY=500
> CONFIG_XEN_SAVE_RESTORE=y
> # CONFIG_XEN_PVH is not set
> CONFIG_PCI_XEN=y
> CONFIG_XEN_PCIDEV_FRONTEND=y
> CONFIG_XEN_BLKDEV_FRONTEND=y
> CONFIG_XEN_BLKDEV_BACKEND=y
> CONFIG_XEN_NETDEV_FRONTEND=y
> CONFIG_XEN_NETDEV_BACKEND=y
> CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
> CONFIG_HVC_XEN=y
> CONFIG_HVC_XEN_FRONTEND=y
> CONFIG_XEN_FBDEV_FRONTEND=y
> # Xen driver support
> CONFIG_XEN_BALLOON=y
> # CONFIG_XEN_SELFBALLOONING is not set
> CONFIG_XEN_SCRUB_PAGES=y
> CONFIG_XEN_DEV_EVTCHN=y
> CONFIG_XEN_BACKEND=y
> CONFIG_XENFS=y
> CONFIG_XEN_COMPAT_XENFS=y
> CONFIG_XEN_SYS_HYPERVISOR=y
> CONFIG_XEN_XENBUS_FRONTEND=y
> CONFIG_XEN_GNTDEV=y
> CONFIG_XEN_GRANT_DEV_ALLOC=m
> CONFIG_SWIOTLB_XEN=y
> CONFIG_XEN_TMEM=m
> CONFIG_XEN_PCIDEV_BACKEND=m
> CONFIG_XEN_PRIVCMD=y
> CONFIG_XEN_ACPI_PROCESSOR=m
> # CONFIG_XEN_MCE_LOG is not set
> CONFIG_XEN_HAVE_PVMMU=y
>
>
> I, currently, have the following versions for Xen running:
> app-emulation/xen-4.3.3-r3
> app-emulation/xen-tools-4.3.3-r1
>
> These are scheduled to be upgraded during the next maintenance window.
>
> --
> Joost
>


True, maybe we should look for problem here. Maybe you can attach your
kernel configuration or at least `grep -i xen .config`.

--001a11343d1cd42b910512f34d37
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><br><div class=3D"gmail_extra"><br><div class=3D"gmail_quo=
te">On Thu, Apr 2, 2015 at 8:20 AM, J. Roeleveld <span dir=3D"ltr">&lt;<a h=
ref=3D"mailto:joost@antarean.org" target=3D"_blank">joost@antarean.org</a>&=
gt;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 =
0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=3D"HOEnZb"><=
div class=3D"h5">On Monday, March 30, 2015 07:07:39 PM symack wrote:<br>
&gt; Hello Everyone,<br>
&gt;<br>
&gt; New install, on a old server with raid 10 scsi... The normal installat=
ion<br>
&gt; works fine,<br>
&gt; the only thing is when we try to boot with xen, it gets to the prompt =
and<br>
&gt; then reboots<br>
&gt; by itself. The following message is what differs between normal gentoo=
 and<br>
&gt; xen kernel<br>
&gt;<br>
&gt; Mar 31 06:32:18 test kernel: [=C2=A0 =C2=A0 0.138644] ACPI Exception: =
AE_NOT_FOUND,<br>
&gt; While evaluating Sleep State [\_S1_] (20140724/hwxface-580)<br>
&gt; Mar 31 06:32:18 test kernel: [=C2=A0 =C2=A0 0.138961] ACPI Exception: =
AE_NOT_FOUND,<br>
&gt; While evaluating Sleep State [\_S2_] (20140724/hwxface-580)<br>
&gt; Mar 31 06:32:18 test kernel: [=C2=A0 =C2=A0 0.139267] ACPI Exception: =
AE_NOT_FOUND,<br>
&gt; While evaluating Sleep State [\_S3_] (20140724/hwxface-580)<br>
&gt;<br>
&gt;<br>
&gt; I&#39;m never sure how to debug such errors. Some googling suggested a=
dding<br>
&gt; ACPI flags (ie, force, on, off), when I do that, the system just reboo=
ts<br>
&gt; without getting to the login prompt.<br>
&gt;<br>
&gt; The server is an X346 with hardward servraid 7K with raid 10.<br>
&gt;<br>
&gt; Your help is greatly appreciated.<br>
&gt;<br>
&gt; N.<br>
<br>
</div></div>Do you have the XEN dom0 support compiled into the kernel?<br>
<br>
I have the following options on one of my servers and don&#39;t recall the =
issue<br>
you are facing:<br>
# zcat /proc/config.gz | grep -i xen<br>
CONFIG_XEN=3Dy<br>
CONFIG_XEN_DOM0=3Dy<br>
CONFIG_XEN_PVHVM=3Dy<br>
CONFIG_XEN_MAX_DOMAIN_MEMORY=3D500<br>
CONFIG_XEN_SAVE_RESTORE=3Dy<br>
# CONFIG_XEN_PVH is not set<br>
CONFIG_PCI_XEN=3Dy<br>
CONFIG_XEN_PCIDEV_FRONTEND=3Dy<br>
CONFIG_XEN_BLKDEV_FRONTEND=3Dy<br>
CONFIG_XEN_BLKDEV_BACKEND=3Dy<br>
CONFIG_XEN_NETDEV_FRONTEND=3Dy<br>
CONFIG_XEN_NETDEV_BACKEND=3Dy<br>
CONFIG_INPUT_XEN_KBDDEV_FRONTEND=3Dy<br>
CONFIG_HVC_XEN=3Dy<br>
CONFIG_HVC_XEN_FRONTEND=3Dy<br>
CONFIG_XEN_FBDEV_FRONTEND=3Dy<br>
# Xen driver support<br>
CONFIG_XEN_BALLOON=3Dy<br>
# CONFIG_XEN_SELFBALLOONING is not set<br>
CONFIG_XEN_SCRUB_PAGES=3Dy<br>
CONFIG_XEN_DEV_EVTCHN=3Dy<br>
CONFIG_XEN_BACKEND=3Dy<br>
CONFIG_XENFS=3Dy<br>
CONFIG_XEN_COMPAT_XENFS=3Dy<br>
CONFIG_XEN_SYS_HYPERVISOR=3Dy<br>
CONFIG_XEN_XENBUS_FRONTEND=3Dy<br>
CONFIG_XEN_GNTDEV=3Dy<br>
CONFIG_XEN_GRANT_DEV_ALLOC=3Dm<br>
CONFIG_SWIOTLB_XEN=3Dy<br>
CONFIG_XEN_TMEM=3Dm<br>
CONFIG_XEN_PCIDEV_BACKEND=3Dm<br>
CONFIG_XEN_PRIVCMD=3Dy<br>
CONFIG_XEN_ACPI_PROCESSOR=3Dm<br>
# CONFIG_XEN_MCE_LOG is not set<br>
CONFIG_XEN_HAVE_PVMMU=3Dy<br>
<br>
<br>
I, currently, have the following versions for Xen running:<br>
app-emulation/xen-4.3.3-r3<br>
app-emulation/xen-tools-4.3.3-r1<br>
<br>
These are scheduled to be upgraded during the next maintenance window.<br>
<br>
--<br>
Joost<br></blockquote><div><br><br></div><div>True, maybe we should look fo=
r problem here. Maybe you can attach your kernel configuration or at least =
`grep -i xen .config`. <br></div></div><br></div></div>

--001a11343d1cd42b910512f34d37--