Quoting Rama Srinivas ([email protected]): > Hi , > > How to use this library. As per Readme , builiding the library and tools > is OK. But How to build tests ?
You need to add --enable-tests to the configure flags for tests to build. > Also in the "lxccontainer.c" file , "lxcapi_create" is exiting with error > because forked child exited causing goto "out_unlock" . Why the code is > like that to exit the child as soon it is done with bdev_create ? That only happens if the template exited with failure. _______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
