All of lore.kernel.org
 help / color / mirror / Atom feed
* Could two emtpy xenstored folder in /var/... be created when 1st time xenstord start?
@ 2005-08-25 15:03 You, Yongkang
  2005-08-25 15:34 ` Anthony Liguori
  0 siblings, 1 reply; 2+ messages in thread
From: You, Yongkang @ 2005-08-25 15:03 UTC (permalink / raw)
  To: xen-devel

Hi all,

I just wondered why two empty xenstored folder /var/lib/xenstored and
/var/run/xenstored  be created when source make and copy to
dist/install. 

How about remove them from source making and create them when 1st
xenstrored start, if not other special files generated in those folder?
So we don't need to add more in /var. 

Any comments? :)

Thanks,
Yongkang You(Kangkang)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Could two emtpy xenstored folder in /var/... be created when 1st time xenstord start?
  2005-08-25 15:03 Could two emtpy xenstored folder in /var/... be created when 1st time xenstord start? You, Yongkang
@ 2005-08-25 15:34 ` Anthony Liguori
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Liguori @ 2005-08-25 15:34 UTC (permalink / raw)
  To: You, Yongkang; +Cc: xen-devel

You, Yongkang wrote:

>Hi all,
>
>I just wondered why two empty xenstored folder /var/lib/xenstored and
>/var/run/xenstored  be created when source make and copy to
>dist/install. 
>  
>
The pids are stored in /var/run/xenstored and the store data is stored 
in /var/lib/xenstored.

xenstored always has to be running so these directories will be filled 
with something very soon after install.

Unless there's a compelling reason not to do so, I think it's okay to 
assume the existance of /var/{lib,run}/xenstored and have the install 
script make it.

Regards,

Anthony Liguori

>How about remove them from source making and create them when 1st
>xenstrored start, if not other special files generated in those folder?
>So we don't need to add more in /var. 
>
>Any comments? :)
>
>Thanks,
>Yongkang You(Kangkang)
>
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.xensource.com
>http://lists.xensource.com/xen-devel
>
>  
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-25 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-25 15:03 Could two emtpy xenstored folder in /var/... be created when 1st time xenstord start? You, Yongkang
2005-08-25 15:34 ` Anthony Liguori

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.