[lxc-devel] [lxc/lxc] 4849ab: templates: switch from arch command to uname -m

GitHub noreply at github.com
Fri Aug 8 16:29:48 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 4849ab991b31b90fab06848366f08d689983ad89
      https://github.com/lxc/lxc/commit/4849ab991b31b90fab06848366f08d689983ad89
  Author: Michael Werner <xaseron at googlemail.com>
  Date:   2014-08-08 (Fri, 08 Aug 2014)

  Changed paths:
    M templates/lxc-centos.in
    M templates/lxc-fedora.in
    M templates/lxc-gentoo.in

  Log Message:
  -----------
  templates: switch from arch command to uname -m

Signed-off-by: Michael Werner <xaseron at googlemail.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: b78b2e23a17cdf59d057201508c1f0a90afb7e9e
      https://github.com/lxc/lxc/commit/b78b2e23a17cdf59d057201508c1f0a90afb7e9e
  Author: Nikolay Martynov <mar.kolya at gmail.com>
  Date:   2014-08-08 (Fri, 08 Aug 2014)

  Changed paths:
    M templates/lxc-sshd.in

  Log Message:
  -----------
  ssh: send hostname to dhcp server

Send container's hostname to dhcp server when getting ip address.

Signed-off-by: Nikolay Martynov <mar.kolya at gmail.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: 91c5c53f59262704538a7b8f9571d626e4e08011
      https://github.com/lxc/lxc/commit/91c5c53f59262704538a7b8f9571d626e4e08011
  Author: Kalman Olah <hello at kalmanolah.net>
  Date:   2014-08-08 (Fri, 08 Aug 2014)

  Changed paths:
    M templates/lxc-centos.in

  Log Message:
  -----------
  Include hostname in DHCP requests

With the current old CentOS template, dnsmasq was not able to resolve
the hostname of an lxc container after it had been created. This minor
change rectifies that.

Signed-off-by: Kalman Olah <hello at kalmanolah.net>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: b69e7bf14e8182912bfda2472ca7caffd60cef41
      https://github.com/lxc/lxc/commit/b69e7bf14e8182912bfda2472ca7caffd60cef41
  Author: rabisg <guha.rabishankar at gmail.com>
  Date:   2014-08-08 (Fri, 08 Aug 2014)

  Changed paths:
    M templates/lxc-gentoo.in

  Log Message:
  -----------
  Use portageq to determine portage distdir

Signed-off-by: Rabi Shanker Guha <guha.rabishankar at gmail.com>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: a90842e41e1bce370ac502bb89339db070665b2b
      https://github.com/lxc/lxc/commit/a90842e41e1bce370ac502bb89339db070665b2b
  Author: Jean-Tiare LE BIGOT <jean-tiare.le-bigot at ovh.net>
  Date:   2014-08-08 (Fri, 08 Aug 2014)

  Changed paths:
    M src/lxc/lxc_start.c

  Log Message:
  -----------
  fix '--log-priority' --> '--logpriority' in main

Signed-off-by: Jean-Tiare LE BIGOT <jean-tiare.le-bigot at ovh.net>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: 9581b4b739323e8ccf85362d7da4be26cd459f4b
      https://github.com/lxc/lxc/commit/9581b4b739323e8ccf85362d7da4be26cd459f4b
  Author: Vincent Giersch <vincent.giersch at ovh.net>
  Date:   2014-08-08 (Fri, 08 Aug 2014)

  Changed paths:
    M src/lxc/lxccontainer.c

  Log Message:
  -----------
  Fix a file descriptor leak in the daemonization

Especially when using the Python API, the child process inherits of
the file descriptiors of the script.

Signed-off-by: Vincent Giersch <vincent.giersch at ovh.net>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: 3603af1bc727097da7a309ba29431fc88d631c02
      https://github.com/lxc/lxc/commit/3603af1bc727097da7a309ba29431fc88d631c02
  Author: Vincent Giersch <vincent.giersch at ovh.net>
  Date:   2014-08-08 (Fri, 08 Aug 2014)

  Changed paths:
    M src/lxc/monitor.c
    M src/lxc/start.c

  Log Message:
  -----------
  Fix a file descriptor leak in the monitord spawn

Signed-off-by: Vincent Giersch <vincent.giersch at ovh.net>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


  Commit: 7e40254ab7e85bca548948c3fa02c6ed0169ec73
      https://github.com/lxc/lxc/commit/7e40254ab7e85bca548948c3fa02c6ed0169ec73
  Author: Jean-Tiare LE BIGOT <jean-tiare.le-bigot at ovh.net>
  Date:   2014-08-08 (Fri, 08 Aug 2014)

  Changed paths:
    M src/lxc/conf.c

  Log Message:
  -----------
  Ensure /dev/pts directory exists on pts setup

When `lxc.autodev = 0` and empty tmpfs is mounted on /dev
and private pts are requested, we need to ensure '/dev/pts'
exists before attempting to mount devpts on it.

Signed-off-by: Jean-Tiare LE BIGOT <jean-tiare.le-bigot at ovh.net>
Acked-by: Stéphane Graber <stgraber at ubuntu.com>


Compare: https://github.com/lxc/lxc/compare/cdd01be26ea3...7e40254ab7e8


More information about the lxc-devel mailing list