All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: xen-devel@lists.xenproject.org
Subject: Re: Xen 4.5 Development Update (RC4)
Date: Thu, 18 Dec 2014 09:49:32 +0100	[thread overview]
Message-ID: <20141218084932.GA20792@aepfle.de> (raw)
In-Reply-To: <20141217214333.GE1829@laptop.dumpdata.com>

On Wed, Dec 17, Konrad Rzeszutek Wilk wrote:

> [root@l konrad]# systemctl status xenstored.service
> ● xenstored.service - The Xen xenstore
>    Loaded: loaded (/usr/lib/systemd/system/xenstored.service; disabled)
>    Active: failed (Result: timeout) since Wed 2014-12-17 16:39:35 EST; 2min 10s ago
>   Process: 790 ExecStart=/usr/lib/xen/bin/xenstored.sh --no-fork (code=exited, status=0/SUCCESS)
>   Process: 787 ExecStartPre=/bin/mkdir -p /var/run/xen (code=exited, status=0/SUCCESS)
>   Process: 784 ExecStartPre=/bin/rm -f /var/lib/xenstored/tdb* (code=exited, status=0/SUCCESS)
>   Process: 759 ExecStartPre=/bin/grep -q control_d /proc/xen/capabilities (code=exited, status=0/SUCCESS)
>  Main PID: 790 (code=exited, status=0/SUCCESS)
> 
> Dec 17 16:38:05 l.oracle.com xenstored.sh[790]: Xen Storage Daemon, version 1.0
> Dec 17 16:39:35 l.oracle.com systemd[1]: xenstored.service start operation timed out. Terminating.
> Dec 17 16:39:35 l.oracle.com systemd[1]: Failed to start The Xen xenstore.
> Dec 17 16:39:35 l.oracle.com systemd[1]: Unit xenstored.service entered failed state.
> Dec 17 16:39:35 l.oracle.com systemd[1]: xenstored.service failed.
> [root@l konrad]# systemctl start xenstored.service
> 
> 
> [root@l ~]# ps -eff|grep xens
> root      2018  1993  0 16:41 pts/0    00:00:00 systemctl start xenstored.service
> root      2029     1  0 16:41 ?        00:00:00 /usr/sbin/oxenstored --no-fork
> root      2034  1766  0 16:42 hvc0     00:00:00 grep --color=auto xens
> 
> I think I have something misconfigured here..

Looks like what Marc reported. xenstored can not use the sockets. Does
running xenstored directly or via env(1) work any better?

ExecStart=@XENSTORED@ --no-fork
ExecStart=/usr/bin/env $XENSTORED --no-fork

Olaf

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  reply	other threads:[~2014-12-18  8:49 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-16 16:13 Xen 4.5 Development Update (RC4) konrad.wilk
2014-12-16 16:34 ` Olaf Hering
2014-12-16 20:46   ` Konrad Rzeszutek Wilk
2014-12-17  7:55     ` Olaf Hering
2014-12-17 19:41       ` Konrad Rzeszutek Wilk
2014-12-17 21:43         ` Konrad Rzeszutek Wilk
2014-12-18  8:49           ` Olaf Hering [this message]
2014-12-16 17:43 ` Andrew Cooper
2014-12-16 20:49   ` Konrad Rzeszutek Wilk
2014-12-19 15:19     ` Andrew Cooper
2014-12-19 18:14       ` Konrad Rzeszutek Wilk
2014-12-23 15:10         ` Andrew Cooper
2014-12-26 12:20           ` Sander Eikelenboom
2014-12-26 13:34             ` Andrew Cooper
2014-12-26 19:07           ` Konrad Rzeszutek Wilk
2014-12-19 14:52 ` Xen 4.5 Development Update (RC4) - Documentation Updates Lars Kurth
2014-12-19 15:30   ` Jan Beulich
2014-12-19 19:55     ` Pasi Kärkkäinen
2014-12-19 20:05       ` Russ Pavlicek
2014-12-19 15:55   ` Meng Xu
2014-12-19 16:01     ` Lars Kurth
2014-12-19 16:15     ` Dario Faggioli
2014-12-19 17:10       ` Meng Xu
2014-12-19 18:02         ` Lars Kurth

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=20141218084932.GA20792@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=konrad.wilk@oracle.com \
    --cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.