Re: [lxc-devel] [lxc/master] Fixes for SystemD in Arch Linux containers.

2016-05-08 Thread Leonid Isaev
2016-February/035726.html Sincerely, L. -- Leonid Isaev GPG fingerprints: DA92 034D B4A8 EC51 7EA6 20DF 9291 EE8A 043C B8C4 C0DF 20D0 C075 C3F1 E1BE 775A A7AE F6CB 164B 5A6D ___ lxc-devel mailing list lxc-devel@lists.linu

[lxc-devel] [PATCH] Initialize a pointer in split_init_cmd() to avoid gcc warnings

2016-04-21 Thread Leonid Isaev
tring. Signed-off-by: Leonid Isaev --- src/lxc/lxccontainer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c index 9f12ca2..50cfc69 100644 --- a/src/lxc/lxccontainer.c +++ b/src/lxc/lxccontainer.c @@ -670,7 +670,7 @@ static

Re: [lxc-devel] [lxc/lxc] 31efc3: archlinux template: added sigpwr handling to syste...

2014-05-08 Thread Leonid Isaev
as to do trivial configuration like setting the hostname and TZ... Best, L. -- Leonid Isaev GPG fingerprints: DA92 034D B4A8 EC51 7EA6 20DF 9291 EE8A 043C B8C4 C0DF 20D0 C075 C3F1 E1BE 775A A7AE F6CB 164B 5A6D signature.asc Description: PGP signature ___

Re: [lxc-devel] [lxc/lxc] 31efc3: archlinux template: added sigpwr handling to syste...

2014-05-07 Thread Leonid Isaev
Hi, On Wed, 7 May 2014 13:25:04 -0500 Stéphane Graber wrote: > On Wed, May 07, 2014 at 01:11:39PM -0500, Leonid Isaev wrote: > > Hi, > > > > Unless I am missing something, I see multiple issues with this > > change: > > > > 1. The template stil

Re: [lxc-devel] [lxc/lxc] 31efc3: archlinux template: added sigpwr handling to syste...

2014-05-07 Thread Leonid Isaev
-stop) > > archlinux is using systemd and systemd's configuration does not have any > services setup to handle sigpwr hook which is sent by lxc-stop command. By > enabling sigpwr service we make sure that lxc-stop will work. > > Signed-off-by: Edvinas Klovas > Acked-by: St

Re: [lxc-devel] root and ubuntu pass

2014-04-17 Thread Leonid Isaev
them > for automation and it's really quite simple to script a password change > to something safer before you start the container. > Thanks, -- Leonid Isaev GPG fingerprints: DA92 034D B4A8 EC51 7EA6 20DF 9291 EE8A 043C B8C4 C0DF 20D0 C075 C3F1 E1BE 775A A7AE F6CB

Re: [lxc-devel] [PATCH 3/3] Code cleanups

2014-04-04 Thread Leonid Isaev
On Fri, 4 Apr 2014 19:02:34 -0400 Stéphane Graber wrote: > On Mon, Mar 31, 2014 at 05:14:34PM -0400, Leonid Isaev wrote: > > Cleanups: > > 1. Do not modify container's /etc/hosts (archlinux uses /etc/nsswitch.conf) > > 2. Remove duplicate lines from config > >

[lxc-devel] [PATCH 3/3] Code cleanups

2014-03-31 Thread Leonid Isaev
Cleanups: 1. Do not modify container's /etc/hosts (archlinux uses /etc/nsswitch.conf) 2. Remove duplicate lines from config 3. Print a nicer final message 4. Get rid of some grep's Signed-off-by: Leonid Isaev --- templates/lxc-archlinux.in | 33 - 1 fi

[lxc-devel] [PATCH 1/3] Fix default package selection

2014-03-31 Thread Leonid Isaev
Do not cherry-pick packages for the default install to avoid dependency issues. Instead, install the base group modulo blacklisted packages. Signed-off-by: Leonid Isaev --- templates/lxc-archlinux.in | 32 ++-- 1 file changed, 6 insertions(+), 26 deletions(-) diff

Re: [lxc-devel] [PATCH 1/3] Fix default package selection

2014-03-31 Thread Leonid Isaev
On Mon, 31 Mar 2014 20:43:01 -0400 Stéphane Graber wrote: > On Mon, Mar 31, 2014 at 08:33:51PM -0400, Leonid Isaev wrote: > > On Mon, 31 Mar 2014 18:34:13 -0500 > > Serge Hallyn wrote: > > > > > Quoting Leonid Isaev (lis...@umail.iu.edu): > > > > D

Re: [lxc-devel] [PATCH 1/3] Fix default package selection

2014-03-31 Thread Leonid Isaev
On Mon, 31 Mar 2014 18:34:13 -0500 Serge Hallyn wrote: > Quoting Leonid Isaev (lis...@umail.iu.edu): > > Do not cherry-pick packages for the default install to avoid dependency > > issues. Instead, install the base group modulo blacklisted packages. > > > > Signed-of

[lxc-devel] [PATCH 3/3] Code cleanups

2014-03-31 Thread Leonid Isaev
Cleanups: 1. Do not modify container's /etc/hosts (archlinux uses /etc/nsswitch.conf) 2. Remove duplicate lines from config 3. Print a nicer final message 4. Get rid of some grep's in favor of bash regex Signed-off-by: Leonid Isaev --- templates/lxc-archlin

[lxc-devel] [PATCH 2/3] Create per-container pacman host key

2014-03-31 Thread Leonid Isaev
Do not copy the pacman master key from the host, as this opens it to attacks; generate a new secret hostkey. Signed-off-by: Leonid Isaev --- templates/lxc-archlinux.in | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/lxc-archlinux.in b/templates/lxc

[lxc-devel] [PATCH 1/3] Fix default package selection

2014-03-31 Thread Leonid Isaev
Do not cherry-pick packages for the default install to avoid dependency issues. Instead, install the base group modulo blacklisted packages. Signed-off-by: Leonid Isaev --- templates/lxc-archlinux.in | 32 ++-- 1 file changed, 6 insertions(+), 26 deletions(-) diff

Re: [lxc-devel] Missing packet in archlinux template

2014-03-20 Thread Leonid Isaev
e quite rapidly). I would suggest removing the ${base_packages} array and just installing the entire base group plus a few (~O(1)) packages like ldns which do not belong in base. I can send the relevant patch along with other changes which I am testing right now, but not until early next week.

Re: [lxc-devel] [PATCH] Update Fedora and CentOS templates for common conf includes.

2014-01-27 Thread Leonid Isaev
mandriva. FYI, there are no releases/versions in archlinux, so -r/-R are not applicable. Cheers, Leonid. -- Leonid Isaev GnuPG key: 0x164B5A6D Fingerprint: C0DF 20D0 C075 C3F1 E1BE 775A A7AE F6CB 164B 5A6D signature.asc Description: PGP signature _

Re: [lxc-devel] Last minute template addition - universal image based template

2014-01-10 Thread Leonid Isaev
s to use > lxc.include for their config). > > > With all that said, I'll start working on the implementation of this and > hope to have the server working with ubuntu and debian images published > over the next few days. > If any other distro is intere

Re: [lxc-devel] [RFC] [PATCH] Multiple fixes for the ArchLinux template

2014-01-02 Thread Leonid Isaev
On Thu, 2 Jan 2014 10:14:41 -0600 Serge Hallyn wrote: > Quoting Leonid Isaev (lis...@umail.iu.edu): > > Multiple fixes for the ArchLinux template: > > > > 1. Add some packages from base group to the pkg install list. > > > > 2. Better comment and clean up the

Re: [lxc-devel] [PATCH] CentOS and Fedora Templates: Harden root passwords and add static MAC network addresses.

2013-12-31 Thread Leonid Isaev
ssions 600 root:root, alongside the config file. Clearly, this will not compromise any security. > > [Snip] > > Regards, > Mike Happy holidays, Leonid. -- Leonid Isaev GnuPG key: 0x164B5A6D Fingerprint: C0DF 20D0 C075 C3F1 E1BE 775A A7AE F6CB 164B 5A6D signature.asc Description: PGP signature ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel

[lxc-devel] [RFC] [PATCH] Multiple fixes for the ArchLinux template

2013-12-29 Thread Leonid Isaev
* +* THIS CONTAINER IS VULNERABLE.* +* There is *NO* default root password. * +* It is highly recommended that you set it on first login. * +*