Code

Programming Languages: C

License: GNU Library or Lesser General Public License version 2.0 (LGPLv2)

Repositories

browse code, statistics, last commit on 2012-05-03 git clone git://lxc.git.sourceforge.net/gitroot/lxc/lxc (read-only)

Show:

What's happening?

  • ldconfig is not working for cross-compilation

    When cross-compiling for different endianness target, ldconfig is unable to correctly byte-swap ELF header and thus reads e_type incorrectly and exits with error: ldconfig: No link created since soname could not be found for liblxc.so The proposed patch removes use of ldconfig and create the required symlink manually.

    2012-05-18 10:27:41 PDT by ahippo

  • Comment: change lxc-create check if container exists

    I see that a sugested solution has been added in bug id 3508840 https://sourceforge.net/tracker/?func=detail&aid=3508840&group_id=163076&atid=826303 Supose this request can be closed.

    2012-05-05 12:07:49 PDT by sf-selund-se

  • Linux Containers

    dlezcano pushed 14 commit(s) to refs/heads/master in the lxc Git repository of the Linux Containers project.

    2012-05-03 15:50:58 PDT by dlezcano

  • rootfs folder creation not consistent across backing stores

    Version : 0.8.0-rc1 When using lxc-create with "lvm" or "btrfs" as backing store, the directory $lxc_path/$lxc_name/rootfs is created (either as a mount point for lvm or a subvolume with btrfs). But it's not when using no backing store ("none"). This somewhat confuses some template scripts which don't check the presence of the rootfs directory when they try to...

    2012-04-28 15:15:01 PDT by sebastienc

  • 0.8.0-rc2 (git) lxc-start sparc64 crash

    Can't start LXC container under Debian Squeese SPARC64 with git release 0.8.0-rc2: dmesg: ==================== [ 2555.684770] FAULT[lxc-start:21586]: 32-bit process reports 64-bit fault address [1ffa7da74] [ 2555.794864] TSTATE: 0000008011001607 TPC: 00000000005d8c34 TNPC: 00000000005d8c38 Y: 00000000 Not tainted [ 2555.924451] TPC: <___copy_in_user+0x34/0xe0> [ 2555.980671]...

    2012-04-12 06:24:00 PDT by https://www.google.com/accounts

  • Followup: RE: Missing netlink.h in configure ?

    I left a note on your query on the Help forum. - Mark.

    2012-03-30 07:03:25 PDT by markllama

  • Followup: RE: Missing netlink.h in configure ?

    You need to have the kernel headers installed on your build system. On Fedora or RHEL, that will be in the kernel-headers package and you can install it with sudo yum install kernel-headers For other linux you'll have to find which package provides the kernel headers for compilation. - Mark.

    2012-03-30 07:02:10 PDT by markllama

  • lxc.spec does not create /var/lib/lxc

    commit ed55bf5203aca88809d979b289d6b2280a18e79c Author: Daniel Lezcano <daniel.lezcano@free.fr> Date: Tue Mar 20 23:27:47 2012 +0100 lxc-0.8.0-rc2 Demonstrated on Fedora 16 x86_64 I'm not sure if this belongs in the Makefiles or in the .spec install steps to demonstrate: sudo lxc-create --name test080 configuration path '/var/lib/lxc' not found sudo mkdir...

    2012-03-29 11:42:42 PDT by markllama

  • Comment: lxc.spec expects lxc-init in ${_libdir}

    Oh sorry. Also the LXC version in configure.ac breaks rpmbuild because the -rc2 substring has a hyphen in it. This patch replaces the hyphen with an underscore to build/test. diff --git a/configure.ac b/configure.ac index e8f0cb5..7f09c5e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this...

    2012-03-29 11:27:40 PDT by markllama

  • lxc.spec expects lxc-init in ${_libdir}

    The lxc.spec file expects lxc-init to reside in ${_libdir}. It is actually installed in ${_libexecdir} Observed on Fedora 16, x86_64 Steps to reproduce: 1) check out commit: commit ed55bf5203aca88809d979b289d6b2280a18e79c Author: Daniel Lezcano <daniel.lezcano@free.fr> Date: Tue Mar 20 23:27:47 2012 +0100 lxc-0.8.0-rc2 Steps to reproduce: 2) autogen.sh 3...

    2012-03-29 11:10:51 PDT by markllama

Our Numbers