Gentoo Archives: gentoo-user

From: hydra <hydrapolic@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xen on new install reboots by itself
Date: Sun, 05 Apr 2015 05:18:08
Message-Id: CAG6MAzR34FZaiow14ejaaKYek+nsa7RDRcsO2vYb9m0_6Z6UGQ@mail.gmail.com
In Reply to: Re: [gentoo-user] xen on new install reboots by itself by "J. Roeleveld"
1 On Thu, Apr 2, 2015 at 8:20 AM, J. Roeleveld <joost@××××××××.org> wrote:
2
3 > On Monday, March 30, 2015 07:07:39 PM symack wrote:
4 > > Hello Everyone,
5 > >
6 > > New install, on a old server with raid 10 scsi... The normal installation
7 > > works fine,
8 > > the only thing is when we try to boot with xen, it gets to the prompt and
9 > > then reboots
10 > > by itself. The following message is what differs between normal gentoo
11 > and
12 > > xen kernel
13 > >
14 > > Mar 31 06:32:18 test kernel: [ 0.138644] ACPI Exception: AE_NOT_FOUND,
15 > > While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
16 > > Mar 31 06:32:18 test kernel: [ 0.138961] ACPI Exception: AE_NOT_FOUND,
17 > > While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
18 > > Mar 31 06:32:18 test kernel: [ 0.139267] ACPI Exception: AE_NOT_FOUND,
19 > > While evaluating Sleep State [\_S3_] (20140724/hwxface-580)
20 > >
21 > >
22 > > I'm never sure how to debug such errors. Some googling suggested adding
23 > > ACPI flags (ie, force, on, off), when I do that, the system just reboots
24 > > without getting to the login prompt.
25 > >
26 > > The server is an X346 with hardward servraid 7K with raid 10.
27 > >
28 > > Your help is greatly appreciated.
29 > >
30 > > N.
31 >
32 > Do you have the XEN dom0 support compiled into the kernel?
33 >
34 > I have the following options on one of my servers and don't recall the
35 > issue
36 > you are facing:
37 > # zcat /proc/config.gz | grep -i xen
38 > CONFIG_XEN=y
39 > CONFIG_XEN_DOM0=y
40 > CONFIG_XEN_PVHVM=y
41 > CONFIG_XEN_MAX_DOMAIN_MEMORY=500
42 > CONFIG_XEN_SAVE_RESTORE=y
43 > # CONFIG_XEN_PVH is not set
44 > CONFIG_PCI_XEN=y
45 > CONFIG_XEN_PCIDEV_FRONTEND=y
46 > CONFIG_XEN_BLKDEV_FRONTEND=y
47 > CONFIG_XEN_BLKDEV_BACKEND=y
48 > CONFIG_XEN_NETDEV_FRONTEND=y
49 > CONFIG_XEN_NETDEV_BACKEND=y
50 > CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
51 > CONFIG_HVC_XEN=y
52 > CONFIG_HVC_XEN_FRONTEND=y
53 > CONFIG_XEN_FBDEV_FRONTEND=y
54 > # Xen driver support
55 > CONFIG_XEN_BALLOON=y
56 > # CONFIG_XEN_SELFBALLOONING is not set
57 > CONFIG_XEN_SCRUB_PAGES=y
58 > CONFIG_XEN_DEV_EVTCHN=y
59 > CONFIG_XEN_BACKEND=y
60 > CONFIG_XENFS=y
61 > CONFIG_XEN_COMPAT_XENFS=y
62 > CONFIG_XEN_SYS_HYPERVISOR=y
63 > CONFIG_XEN_XENBUS_FRONTEND=y
64 > CONFIG_XEN_GNTDEV=y
65 > CONFIG_XEN_GRANT_DEV_ALLOC=m
66 > CONFIG_SWIOTLB_XEN=y
67 > CONFIG_XEN_TMEM=m
68 > CONFIG_XEN_PCIDEV_BACKEND=m
69 > CONFIG_XEN_PRIVCMD=y
70 > CONFIG_XEN_ACPI_PROCESSOR=m
71 > # CONFIG_XEN_MCE_LOG is not set
72 > CONFIG_XEN_HAVE_PVMMU=y
73 >
74 >
75 > I, currently, have the following versions for Xen running:
76 > app-emulation/xen-4.3.3-r3
77 > app-emulation/xen-tools-4.3.3-r1
78 >
79 > These are scheduled to be upgraded during the next maintenance window.
80 >
81 > --
82 > Joost
83 >
84
85
86 True, maybe we should look for problem here. Maybe you can attach your
87 kernel configuration or at least `grep -i xen .config`.