From: Dario Faggioli <dario.faggioli@citrix.com>
To: Juergen Schinker <ba1020@homie.homelinux.net>,
Wei Liu <wei.liu2@citrix.com>,
xen-devel <xen-devel@lists.xen.org>
Subject: Re: Test Xen 4.8 RC4 SUCCESS 26.10.16
Date: Thu, 27 Oct 2016 15:58:38 +0200 [thread overview]
Message-ID: <1477576718.24942.7.camel@citrix.com> (raw)
In-Reply-To: <1594616504.22.1477507679691.JavaMail.zimbra@homie.homelinux.net>
[-- Attachment #1.1: Type: text/plain, Size: 4276 bytes --]
On Wed, 2016-10-26 at 19:47 +0100, Juergen Schinker wrote:
> * Hardware:
> Intel(R) Xeon(R) CPU E3-1220L V2 @ 2.30GHz
> Sandisk SSD
> 32G Ram
> * Software:
>
> Debian Stretch/testing is dom0
>
> * Guest operating systems:
>
> Guests Ubuntu 14.04 LTS Debian Stretch/Sid
>
> Ubuntu 16.10 yakity yak with latest 4.8 kernel works
>
> * Functionality tested:
> xl
> creating booting
> pygrub
> credit2
>
> * Comments:
>
>
> I can't shut down cleanly because of stupid guests and the
> xenstored.pid keeps stopping the start of xenstored
>
So, what's the issue? I've seen your other thread, but it ends up with
you pasting a message that suggests xenstored is working fine, and in
general I could not figure out what the problem is from there.
FYI, for may day-to-day testing of my development work on Xen, I use a
Debian Sid host.
I configure Xen with this:
./configure --prefix=/usr/local --enable-systemd --disable-qemu-traditional --disable-stubdom --with-xenstored=oxenstored
I create a .deb package with `make debball' (because I build on a
different machine), ship it and install it on the test box.
This is what systemd sees:
root@Zhaman:~# systemctl |grep xen
sys-devices-virtual-net-xenbr0.device loaded active plugged /sys/devices/virtual/net/xenbr0
sys-subsystem-net-devices-xenbr0.device loaded active plugged /sys/subsystem/net/devices/xenbr0
proc-xen.mount loaded active mounted Mount /proc/xen files
var-lib-xenstored.mount loaded active mounted mount xenstore file system
xen-init-dom0.service loaded active exited xen-init-dom0, initialise Dom0 configuration (xenstore nodes, JSON configuration stub)
xen-qemu-dom0-disk-backend.service loaded active running qemu for xen dom0 disk backend
xen-watchdog.service loaded active running Xen-watchdog - run xen watchdog daemon
xenconsoled.service loaded active running Xenconsoled - handles logging from guest consoles and hypervisor
xendomains.service loaded active exited Xendomains - start and stop guests on boot and shutdown
xenstored.service loaded active exited The Xen xenstore
About xenstored specifically:
root@Zhaman:~# systemctl status xenstored
● xenstored.service - The Xen xenstore
Loaded: loaded (/usr/local/lib/systemd/system/xenstored.service; enabled; vendor preset: enabled)
Active: active (exited) since Thu 2016-10-27 15:12:21 CEST; 43min ago
Main PID: 1060 (code=exited, status=0/SUCCESS)
Tasks: 1 (limit: 4915)
CGroup: /system.slice/xenstored.service
└─1092 /usr/local/sbin/oxenstored --pid-file /var/run/xen/xenstored.pid
Oct 27 15:12:21 Zhaman systemd[1]: Starting The Xen xenstore...
Oct 27 15:12:21 Zhaman systemd[1]: Started The Xen xenstore.
Oct 27 15:12:21 Zhaman launch-xenstore[1060]: Starting /usr/local/sbin/oxenstored...
And:
root@Zhaman:~# ps aux | grep xenstore
root 1092 0.0 0.5 56828 5256 ? S 15:12 0:00 /usr/local/sbin/oxenstored --pid-file /var/run/xen/xenstored.pid
root 3655 0.0 0.1 12772 980 pts/0 S+ 15:56 0:00 grep xenstore
root@Zhaman:~# ls -l /var/run/xen/
total 12
-rw------- 1 root root 5 Oct 27 15:12 qemu-dom0.pid
-rw------- 1 root root 5 Oct 27 15:12 xenconsoled.pid
-rw-r----- 1 root root 5 Oct 27 15:12 xenstored.pid
Regards,
Dario
--
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 127 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
prev parent reply other threads:[~2016-10-27 13:58 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-26 18:47 Test Xen 4.8 RC4 SUCCESS 26.10.16 Juergen Schinker
2016-10-27 9:53 ` Wei Liu
2016-10-27 22:01 ` Test Xen 4.8 RC4 not stable 27.10.16 Juergen Schinker
2016-10-28 9:29 ` Wei Liu
2016-10-28 13:07 ` Boris Ostrovsky
2016-10-28 15:01 ` Juergen Schinker
2016-10-28 15:30 ` Wei Liu
2016-10-28 16:04 ` Boris Ostrovsky
2016-10-28 16:08 ` Wei Liu
2016-10-27 13:58 ` Dario Faggioli [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1477576718.24942.7.camel@citrix.com \
--to=dario.faggioli@citrix.com \
--cc=ba1020@homie.homelinux.net \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).