All of lore.kernel.org
 help / color / mirror / Atom feed
* stable / unstable parallel install?
@ 2005-05-30 13:22 Gerd Knorr
  2005-05-30 13:26 ` Steven Hand
  2005-05-30 13:34 ` Keir Fraser
  0 siblings, 2 replies; 25+ messages in thread
From: Gerd Knorr @ 2005-05-30 13:22 UTC (permalink / raw)
  To: xen-devel

  Hi,

Is there some easy way to install both 2.x and unstable xen
tools at the same machine?  Seems /usr is hardcoded everythere
in the tools Makefiles, looks like there is no easy way to put
them to different paths (say, prefix /opt/xen2 and /opt/xen3)
:-/

  Gerd

^ permalink raw reply	[flat|nested] 25+ messages in thread
* RE: stable / unstable parallel install?
@ 2005-05-31 11:09 Ian Pratt
  0 siblings, 0 replies; 25+ messages in thread
From: Ian Pratt @ 2005-05-31 11:09 UTC (permalink / raw)
  To: Gerd Knorr, aq; +Cc: xen-devel

 
> Still fiddeling to make it work.  I've deinstalled the rpm 
> with the 2.x stuff in /usr, I have both 2.x and 3.x in 
> non-default locations now, so the 3.x versions can't attempt 
> to use some 2.x stuff below /usr.  Didn't manage to boot domU 
> so far (neither 2.x nor 3.x).
> 
> How compatible is the config stuff in /etc/xen?  Can that be 
> shared between xen2 and xen3?  Or should I better prepare to 
> switch that one as well?

There are options you can specify in xen3 that don't make parse in xen2,
but I think a set of xen2 config files will probably work with xen3. At
least, I'd be interested to know if not.

Ian

^ permalink raw reply	[flat|nested] 25+ messages in thread
* RE: stable / unstable parallel install?
@ 2005-06-01  7:46 Ian Pratt
  2005-06-01  8:20 ` aq
  2005-06-01  8:56 ` Gerd Knorr
  0 siblings, 2 replies; 25+ messages in thread
From: Ian Pratt @ 2005-06-01  7:46 UTC (permalink / raw)
  To: aq, Keir Fraser; +Cc: Gerd Knorr, xen-devel

 
> > > XCS_EXEC    = "/usr/sbin/xcs"
> > >
> > > should we execute xcs without the full path?
> > 
> > Perhaps best would be to try with no path, and fall back to 
> > /usr/sbin/xcs. I'd definitely take a tested patch to that 
> effect (for 
> > both -testing and -unstable).
> 
> Here is the patch: it tries to execute xcs without full path 
> first, then if there is error, it fallbacks to the default path.

xcs should not be on the path. Christian pointed out that such helper
applications should probably live in /usr/libexec/xen

Anyone got any objections to moving all such helper applications into
/usr/libexec/xen ?

We can then have a general overide for the helper application directory.



Best,
Ian

^ permalink raw reply	[flat|nested] 25+ messages in thread
* RE: stable / unstable parallel install?
@ 2005-06-01  9:19 Ian Pratt
  2005-06-01  9:59 ` Gerd Knorr
  2005-06-04 14:57 ` aq
  0 siblings, 2 replies; 25+ messages in thread
From: Ian Pratt @ 2005-06-01  9:19 UTC (permalink / raw)
  To: aq; +Cc: xen-devel, Gerd Knorr


> > xcs should not be on the path. Christian pointed out that 
> such helper 
> > applications should probably live in /usr/libexec/xen
> 
> btw, how do you define it "helper application?

Well, users would not want to invoke it directly. It's not useful to
have on the path.

I'd much rather continue to have a single script that's run to start all
the necessary components as per a configuration file, rather than
exposing them all individually to users.

If as Gerd says /usr/libexec/xen is deprecated (though I note that it is
still used by a bunch of stuff in FC3), then what do we go for?
/usr/lib/xen , /usr/share/xen or /usr/opt/xen ?

Ian

^ permalink raw reply	[flat|nested] 25+ messages in thread
* RE: stable / unstable parallel install?
@ 2005-06-09  1:09 Ian Pratt
  0 siblings, 0 replies; 25+ messages in thread
From: Ian Pratt @ 2005-06-09  1:09 UTC (permalink / raw)
  To: aq; +Cc: xen-devel, Gerd Knorr

 
> > If as Gerd says /usr/libexec/xen is deprecated (though I 
> note that it 
> > is still used by a bunch of stuff in FC3), then what do we go for?
> > /usr/lib/xen , /usr/share/xen or /usr/opt/xen ?
> > 
> 
> so no decision has been made on this problem?

I think we decided on having a hierarchy of helper binaries and other
files under /usr/lib/xen/ e.g. /usr/lib/xen/bin/

Ian

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

end of thread, other threads:[~2005-06-09  1:28 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-30 13:22 stable / unstable parallel install? Gerd Knorr
2005-05-30 13:26 ` Steven Hand
2005-05-30 13:35   ` Gerd Knorr
2005-05-31  2:52   ` Jacob Gorm Hansen
2005-05-30 13:34 ` Keir Fraser
2005-05-30 15:50   ` Gerd Knorr
2005-05-30 16:00     ` aq
2005-05-30 16:15       ` Keir Fraser
2005-06-01  7:35         ` aq
2005-05-30 16:03   ` aq
2005-05-30 16:17     ` Keir Fraser
2005-05-30 17:22     ` Gerd Knorr
2005-05-30 18:38       ` aq
2005-05-31  1:50       ` aq
2005-05-31  9:54         ` Gerd Knorr
2005-06-01  6:03           ` aq
  -- strict thread matches above, loose matches on Subject: below --
2005-05-31 11:09 Ian Pratt
2005-06-01  7:46 Ian Pratt
2005-06-01  8:20 ` aq
2005-06-01  8:56 ` Gerd Knorr
2005-06-01  9:19 Ian Pratt
2005-06-01  9:59 ` Gerd Knorr
2005-06-04 14:57 ` aq
2005-06-09  1:28   ` Rusty Russell
2005-06-09  1:09 Ian Pratt

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.