[lxc-devel] [PATCH] Update plamo template

TAMUKI Shoichi tamuki at linet.gr.jp
Tue Aug 19 03:30:07 UTC 2014


Hello Stephane,

From: St駱hane Graber <stgraber at ubuntu.com>
Subject: Re: [lxc-devel] [PATCH] Update plamo template
Date: Mon, 18 Aug 2014 22:37:56 -0400

> Can you perhaps also send a patch to use an alternate default mirror?
> It's been over 20 days since I last managed to grab the needed files to
> produce a plamo image...

As you know, making Plamo Linux prebuilt images has been failing since
a couple of weeks ago.  Perhaps, something is wrong with www.ring.gr.jp
servers. :-(

So, KATOH-san prepared a new mirror server repository.plamolinux.org.
Would you please add the environment variable below to the Jenkins
script before invoking lxc-plamo.

export MIRRORSRV="repository.plamolinux.org"

This overrides the default MIRRORSRV in lxc-plamo.

Here are the configurations for Plamo Linux.

[amd64,5.x,lxc-priv,default]
[amd64,5.x,lxc-priv,mini]
[i386,5.x,lxc-priv,default]
[i386,5.x,lxc-priv,mini]

One more thing is about the user/group ownership.  I investigated
/etc/{passwd,group} between Ubuntu and Plamo Linux, and found that
there are some user/group names in Plamo Linux, which do not exist in
Ubuntu, so that means there may be some files/directories which are
extracted with wrong user/group ownership.

So, would you please add the procedures below to the Jenkins script in
the preparation phase for the above 4 configurations.

for i in postfix pop wnn polkituser mysql ; do useradd $i ; done
for i in wheel postfix postdrop telnetd mysql cgred ; do groupadd $i ; done

Thanks in advance.

Regards,
TAMUKI Shoichi


More information about the lxc-devel mailing list