Daniel,

> > The autoconf maze has me befuddled as well. I tried briefly to see where
> > VERSION and PACKAGE_VERSION were defined but to no avail.
> >    
> 
> They should be defined in src/config.h (generated by autoconf).

But where does autoconf get it from :-) ? 

I wanted to set the version number at the top level to be 0.6.5git1. 

> > So something is going awry, but I'm really puzzled as to how having read
> > the setup_rootfs section. Its probably not worth chasing down at the
> > moment.
> >    
> 
> Can you check the LXCROOTFSMOUNT macro in src/config.h and src/config.h.in ?

[r...@islab01 src]# ls
config.h  config.h.in  lxc/  Makefile  Makefile.am  Makefile.in
stamp-h1
[r...@islab01 src]# grep LXCROOTFSMOUNT *
config.h:#define LXCROOTFSMOUNT "/usr/local/lib/lxc"
config.h.in:#undef LXCROOTFSMOUNT
Makefile:LXCROOTFSMOUNT = /usr/local/lib/lxc
Makefile.in:LXCROOTFSMOUNT = @LXCROOTFSMOUNT@

A mystery, but not one worth spending too much time on, as setting the
lxc.rootfs.mount does the trick. 

Thanks
  Andy 

Andrew Phillips
Head of Systems

www.lmax.com 

Office: +44 203 1922509
Mobile: +44 (0)7595 242 900

LMAX | Level 2, Yellow Building | 1 Nicholas Road | London | W11 4AN




The information in this e-mail and any attachment is confidential and is 
intended only for the named recipient(s). The e-mail may not be disclosed or 
used by any person other than the addressee, nor may it be copied in any way. 
If you are not a named recipient please notify the sender immediately and 
delete any copies of this message. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden. Any view or 
opinions presented are solely those of the author and do not necessarily 
represent those of the company.

------------------------------------------------------------------------------

_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to