1. 16 May, 2013 2 commits
  2. 15 May, 2013 2 commits
    • lxc-fedora-template: autodev, hostname, ARM archs, Raspberry Pi fixes · 627fe3b4
      Michael H. Warfield authored
      This took a lot longer for me to get around to it...  Sorry.
      
      Patch to the lxc-fedora template.
      
      I didn't get any further comments from my earlier proposal, weeks ago,
      and did get one addition based on comments about properly setting the
      hostname in /etc/hostname, which I've added.  I could have broken them
      into separate patches but most are pretty small and minor.
      
      Changes:
      
      * Map armv6l and armv7l architectures to "arm" for yum and repos to
      function properly.
      
      * Detect Fedora Remix distros with no "/etc/fedora-release" file
      (Raspberry Pi) and find proper release versions when "remix" part of the
      file context.
      
      * Change default Fedora container on non-Fedora hosts to Fedora 17.
      
      * Added code for autodev for Fedora systemd containers.
      
      * Added code to set /etc/hostname for Fedora > 14 (systemd).
      
      * Fix a few typos.
      
      Regards,
      Mike
      --
      Michael H. Warfield (AI4NB) | (770) 985-6132 |  mhw@WittsEnd.com
         /\/\|=mhw=|\/\/          | (678) 463-0932 |  http://www.wittsend.com/mhw/
         NIC whois: MHW9          | An optimist believes we live in the best of all
       PGP Key: 0x674627FF        | possible worlds.  A pessimist is sure of it!
      --
      Signed-off-by: 's avatarMichael H. Warfield <mhw@WittsEnd.com>
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
    • lxc-busybox: check when bind-mounting host libdirs · 794fb287
      Bogdan Purcareata authored
      The patch removes the behavior of automatically mounting /lib
      and /usr/lib, since this is duplicated a few lines below. It will
      also remove the risk of failing when one of these entries are not
      present on the host - e.g. on a 64bit machine.
      Signed-off-by: 's avatarBogdan Purcareata <bogdan.purcareata@freescale.com>
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
  3. 14 May, 2013 2 commits
  4. 13 May, 2013 1 commit
  5. 09 May, 2013 1 commit
  6. 08 May, 2013 2 commits
    • lxc-monitor multiple paths · 8d06bd13
      Dwight Engen authored
      Signed-off-by: 's avatarDwight Engen <dwight.engen@oracle.com>
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
    • lxc-ps: handle cgroup collisions · 566c0d6d
      Serge Hallyn authored
      A few months ago cgroup handling in lxc was updated so that if
      /sys/fs/cgroup/$cgroup/lxc/$container already exists (most often
      due to another container by the same name under a different lxcpath),
      then /sys/fs/cgroup/$cgroup/lxc/${container}-N would be used.
      
      lxc-ps was never updated to handle this.  Fix that.
      
      (Note, the ns cgroup is being special cased there, but I don't
      really believe ns cgroup works any more.)
      
      It would be preferable to rewrite lxc-ps in python or in C, but
      this at least makes the basic lxc-ps work in the case of multiple
      containers with the same name.
      
      Changelog:
      	fix missing fi.
      	replace 'z1' with '$container' as pointed out by Christian
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
  7. 07 May, 2013 8 commits
  8. 06 May, 2013 3 commits
  9. 03 May, 2013 9 commits
  10. 02 May, 2013 3 commits
  11. 01 May, 2013 1 commit
  12. 30 Apr, 2013 6 commits