- 11 May, 2016 8 commits
-
-
Stéphane Graber authored
Fix hostname in interface config for apline template
-
Andrey Kostin authored
Signed-off-by:Andrey Kostin <andrey@kostin.email>
-
Stéphane Graber authored
Add apt-transport-https to minbase variant packages_template
-
Jesse Pretorius authored
In many environments the preference is to configure containers with apt mirrors that are SSL-secured. When building containers using the download template this can't be done unless an insecure mirror is first used to install the apt-transport-https package, then the sources reconfigured to use the https URL. When building containers without using the download template this can't be done unless the container creator specifically includes this package in the package list at build time. It seems more intuitive to me to have the package installed by default. This patch includes the required package for the minbase variant only as this is the default. Signed-off-by:Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
-
Christian Brauner authored
Also allow fstype=fuse for fuse filesystems
-
Stéphane Graber authored
Signed-off-by:Stéphane Graber <stgraber@ubuntu.com>
-
Christian Brauner authored
Dont force irmap
-
Tycho Andersen authored
The idea here is that criu can use open_by_handle on a configuration which will preserve inodes on moves across hosts, but shouldn't do that on configurations which won't preserve inodes. Before, we forced it to always be slow, but we don't have to do this. Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
- 10 May, 2016 5 commits
-
-
Stéphane Graber authored
log: remove duplicate definitons and bump buffer size
-
Tycho Andersen authored
If we don't do this, we'll end up changing the function signatures for the internal __criu_* functions each time we add a new parameter, which will get very annoying very quickly. Since we already have the user's arguments struct, let's just pass that all the way down. Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
Tycho Andersen authored
When writing out the CRIU exec command, we're bumping up against the buffer size limit. Let's increase it so we can avoid: lxc 20160509213229.921 WARN lxc_log - log.c:log_append_logfile:111 - truncated next event from 523 to 512 bytes Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
Serge Hallyn authored
Allow configuration file values to be quoted
-
Stewart Brodie authored
If the value starts and ends with matching quote characters, those characters are stripped automatically. Quote characters are the single quote (') or double quote ("). The quote removal is done after the whitespace trimming. This is needed particularly in order that lxc.environment values may have trailing spaces. However, the quote removal is done for all values in the parse_line function, as it has non-const access to the value. Signed-off-by:Stewart Brodie <stewart@metahusky.net>
-
- 09 May, 2016 5 commits
-
-
Christian Brauner authored
Unshare netns after setting the userns mappings
-
Serge Hallyn authored
so that there is a root uid mapping for the /proc/net files. Signed-off-by:Serge Hallyn <serge.hallyn@ubuntu.com>
-
Christian Brauner authored
Added OR statement for cases of ID = rhel in RHEL 7+
-
Hartnell Foster authored
Signed-off-by:Hartnell Foster <hartnell.foster@bbc.co.uk>
-
Serge Hallyn authored
sync.c: use correct types
-
- 08 May, 2016 3 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@mailbox.org>
-
Christian Brauner authored
Change sys_resources to sys_resource.
-
Karl-Johan Karlsson authored
gentoo.moresecure.conf tries to drop the capability CAP_SYS_RESOURCES. However, that capability doesn't exist, so the container doesn't start. Change it to CAP_SYS_RESOURCE, according to capabilities(7). Also correct the same typo in a comment in slackware.common.conf. Signed-off-by:Karl-Johan Karlsson <creideiki@ferretporn.se>
-
- 06 May, 2016 2 commits
-
-
Serge Hallyn authored
sync: fail on unexpected message sizes
-
Tycho Andersen authored
I think (?) this may be related to our hanging monitor bug. Let's do this anyway, as it's probably a good idea. Signed-off-by:Tycho Andersen <tycho.andersen@canonical.com>
-
- 05 May, 2016 2 commits
-
-
Christian Brauner authored
Force DHCP client to send hostname
-
Lisio authored
Required for proper applying dnsmasq config entries. Signed-off-by:Andrey Kostin <andrey@kostin.email>
-
- 02 May, 2016 4 commits
-
-
Christian Brauner authored
Improve on the case where default networking config is incomplete
-
Thomas Tanaka authored
Signed-off-by:Thomas Tanaka <thomas.tanaka@oracle.com>
-
Christian Brauner authored
Update Korean manuals
-
Sungbae Yoo authored
Update for commit f43d63bcSigned-off-by:
Sungbae Yoo <sungbae.yoo@samsung.com>
-
- 01 May, 2016 6 commits
-
-
Christian Brauner authored
set PyErr when Container.__init__ fails
-
Christian Brauner authored
Expose lxc.network.type through lxc_list_nicconfigs()
-
Aron Podrigal authored
Signed-off-by:Aron Podrigal <aronp@guaranteedplus.com>
-
Aron Podrigal authored
When container init failed for whatever reason, previously it resulted in a `SystemError: NULL result without error in PyObject_Call` This will now result in a RuntimeError with the error message previously printed to stderr. Signed-off-by:Aron Podrigal <aronp@guaranteedplus.com>
-
Stéphane Graber authored
Check if the stdout is a terminal in lxc-checkconfig
-
walkerning authored
Let lxc-checkconfig write to non-tty stdout without color control characters Signed-off-by:walkerning <foxdoraame@gmail.com>
-
- 29 Apr, 2016 1 commit
-
-
Serge Hallyn authored
2016 04 28/less syscall for lxc ls
-
- 28 Apr, 2016 2 commits
-
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@mailbox.org>
-
Christian Brauner authored
Signed-off-by:Christian Brauner <christian.brauner@mailbox.org>
-
- 25 Apr, 2016 2 commits
-
-
Stéphane Graber authored
don't make sysv init scripts dependant on distribution specifics
-
Christian Brauner authored
doc: Add logging option to Japanese lxc-attach(1)
-