- 06 Apr, 2018 1 commit
-
-
Guido Jäkel authored
On NFS, avoid random names of the root pin file due to "NFS silly renaming" but use a fixed hidden name instead.
-
- 05 Apr, 2018 1 commit
-
-
Serge Hallyn authored
fix signal sending in lxc.init
-
- 04 Apr, 2018 1 commit
-
-
Tycho Andersen authored
The problem here is that these two clauses were ordered backwards: we first check if the signal came from not the init pid, and if it did, then we give a notice and return. The comment notes that this is intended to protect against SIGCHLD, but we don't in fact know if the signal is a SIGCHLD yet, because that's tested in the next hunk. The symptom is that if I e.g. send SIGTERM from the outside world to the container init, it ignores it and gives this notice. If we re-order these clauses, it forwards non SIGCHLD signals, and ignores SIGCHLD signals from things that aren't the real container process. Signed-off-by:Tycho Andersen <tycho@tycho.ws>
-
- 03 Apr, 2018 2 commits
-
-
Christian Brauner authored
doc: Tweak Japanese translation in lxc.container.conf(5)
-
KATOH Yasufumi authored
Signed-off-by:KATOH Yasufumi <karma@jazz.email.ne.jp>
-
- 02 Apr, 2018 3 commits
-
-
Christian Brauner authored
-
Fengtu Wang authored
Signed-off-by:
Fengtu Wang <wangfengtu@huawei.com> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
confile: expand lxc.environment
-
- 31 Mar, 2018 1 commit
-
-
Christian Brauner authored
When a bare environment variable is specified then retrieve the value from the current environment. For example, setting lxc.environment = PATH will cause LXC to inherit the value of PATH from the current environment. Suggested-by:
Jonathan Calmels <jcalmels@nvidia.com> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
- 30 Mar, 2018 3 commits
-
-
Stéphane Graber authored
bugfixes
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
If they aren't available fallback to BSD flock()s. Closes #2245. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 29 Mar, 2018 5 commits
-
-
Christian Brauner authored
lxc-oci: cmd parsing and less verbose umoci
-
Felix Abecassis authored
Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Felix Abecassis authored
Don't use the -r option of jq, since it will strip the double quotes. Fixes: #2195 Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Christian Brauner authored
Closes #2241. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
Closes #2242. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 28 Mar, 2018 1 commit
-
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 27 Mar, 2018 5 commits
-
-
Stéphane Graber authored
Allow passing action scripts to CRIU
-
Eytan Heidingsfeld authored
Closes #2236. Signed-off-by:
Eytan Heidingsfeld <eytanh@gmail.com> Signed-off-by:
Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
configure.ac: Support redhatenterpriseserver
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 26 Mar, 2018 4 commits
-
-
Stéphane Graber authored
start: always make us dumpable
-
Christian Brauner authored
Otherwise lxc.hook.mount hooks that try to inspect /proc/<pid>/* will fail. Cc: Jonathan Calmels <jcalmels@nvidia.com> Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Stéphane Graber authored
conf: simplify autodev
-
Christian Brauner authored
This function was way more syscall heavy than it needed to be. Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
- 24 Mar, 2018 1 commit
-
-
Stéphane Graber authored
hooks: fix dhclient hook when an AppArmor profile is active
-
- 23 Mar, 2018 6 commits
-
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Stéphane Graber authored
lxccontainer: truncate config file
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@ubuntu.com>
-
Christian Brauner authored
pam: Fix missing symbols in module
-
Felix Abecassis authored
Signed-off-by:Felix Abecassis <fabecassis@nvidia.com>
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
- 22 Mar, 2018 4 commits
-
-
Stéphane Graber authored
Rename ifup/down and remove usless parameter passing
-
Christian Brauner authored
remove leading whitespace from log files
-
fliiiix authored
Signed-off-by:Felix <de-ch@hotmail.de>
-
Tycho Andersen authored
This has annoyed me for a long time, 3.0 seems like the time to fix it :). I think the way that the log prefix was intended to be used was perhaps a dynamic prefix per file, but we don't do that today; we include the filename later in the log message. Instead, we use it as the tool name, which for liblxc is always "lxc", but could also be things like "lxc-cgroup" or whatever. There is absolutely no reason to pad this, since it is always the same for every log file (in fact, we could probably get rid of the prefix all together, but that seems slightly more drastic). Instead, let's just drop this padding. Hopefully this will save thousands of hours of slight annoyance and right scrolling in various pastebins. Signed-off-by:Tycho Andersen <tycho@tycho.ws>
-
- 19 Mar, 2018 2 commits
-
-
Christian Brauner authored
NVIDIA hook improvements
-
Felix Abecassis authored
The "display" driver capability will expose /dev/nvidia-modeset: https://github.com/NVIDIA/libnvidia-container/commit/9398d41d9f571578d6543703d287b014bcf1bb8c The "--ldcache" argument allows overriding the location of the DSO cache: https://github.com/NVIDIA/libnvidia-container/commit/41656bf9ed71448972f3254a10ceb3c53225a4e6 The "--root" argument allows nvidia-container-cli to execute in a different rootfs: https://github.com/NVIDIA/libnvidia-container/commit/019fdc14e325eea55fbe0397a581bda9d0c4c5b1Signed-off-by:
Felix Abecassis <fabecassis@nvidia.com>
-