* libxl: xl create failure
@ 2010-09-20 10:24 Christoph Egger
2010-09-20 14:56 ` Ian Jackson
0 siblings, 1 reply; 4+ messages in thread
From: Christoph Egger @ 2010-09-20 10:24 UTC (permalink / raw)
To: xen-devel@lists.xensource.com
Hi!
xl create <guestconfig> fails with:
libxl: error: libxl_dom.c:621:libxl_userdata_store cannot
write /var/lib/xen/userdata-n.2.6720430c-9ac4-df11-ad55-00e081806fbe.xl
for /var/lib/xen/userdata-d.2.6720430c-9ac4-df11-ad55-00e081806fbe.xl: No
such file or directory
The directory /var/lib/xen does not exist. In that case it should be created
as the python code is doing.
Christoph
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: libxl: xl create failure
2010-09-20 10:24 libxl: xl create failure Christoph Egger
@ 2010-09-20 14:56 ` Ian Jackson
2010-09-20 15:09 ` Christoph Egger
0 siblings, 1 reply; 4+ messages in thread
From: Ian Jackson @ 2010-09-20 14:56 UTC (permalink / raw)
To: Christoph Egger; +Cc: xen-devel@lists.xensource.com
Christoph Egger writes ("[Xen-devel] libxl: xl create failure"):
> The directory /var/lib/xen does not exist. In that case it should be created
> as the python code is doing.
The directory /var/lib/xen is supposed to be made by "make install",
at line 62 of tools/Makefile.
You need to understand why it isn't being created on your setup.
Ian.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: libxl: xl create failure
2010-09-20 14:56 ` Ian Jackson
@ 2010-09-20 15:09 ` Christoph Egger
2010-09-20 15:11 ` Ian Jackson
0 siblings, 1 reply; 4+ messages in thread
From: Christoph Egger @ 2010-09-20 15:09 UTC (permalink / raw)
To: Ian Jackson; +Cc: xen-devel@lists.xensource.com
On Monday 20 September 2010 16:56:35 Ian Jackson wrote:
> Christoph Egger writes ("[Xen-devel] libxl: xl create failure"):
> > The directory /var/lib/xen does not exist. In that case it should be
> > created as the python code is doing.
>
> The directory /var/lib/xen is supposed to be made by "make install",
> at line 62 of tools/Makefile.
>
> You need to understand why it isn't being created on your setup.
I "install" xen tools by copying everthing under dist/install/usr to /usr.
Christoph
--
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Einsteinring 24, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: libxl: xl create failure
2010-09-20 15:09 ` Christoph Egger
@ 2010-09-20 15:11 ` Ian Jackson
0 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2010-09-20 15:11 UTC (permalink / raw)
To: Christoph Egger; +Cc: xen-devel@lists.xensource.com, Ian Jackson
Christoph Egger writes ("Re: [Xen-devel] libxl: xl create failure"):
> On Monday 20 September 2010 16:56:35 Ian Jackson wrote:
> > You need to understand why it isn't being created on your setup.
>
> I "install" xen tools by copying everthing under dist/install/usr to /usr.
There's your problem. Don't Do That Then. Or, if you insist, you
must manually create the directories outside /usr.
Ian.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-09-20 15:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-20 10:24 libxl: xl create failure Christoph Egger
2010-09-20 14:56 ` Ian Jackson
2010-09-20 15:09 ` Christoph Egger
2010-09-20 15:11 ` Ian Jackson
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.