Re: [DNG] LXC template for Devuan

2016-06-21 Thread Greg Olsen
On 06/20/2016 09:47 PM, Simon Walter wrote: Hi Greg, I've added a branch called add-netconf, which you have probably seen. I thought to just add one feature per branch so that review is easier. Let me know how you prefer to collaborate. That's perfect. Branch as often as you see fit, that's

Re: [DNG] Mini init script written in Perl boots.

2016-06-19 Thread Greg Olsen
On 2016-06-19 16:35, Steve Litt wrote: > On Sun, 19 Jun 2016 17:18:48 +0200 > Edward Bartolo wrote: > > > So, I joined Devuan to contribute code. But, I am NOT appreciated, and > > to be sincere, sometimes I even think about leaving the project > > altogether. I am being denigrated just because I

Re: [DNG] LXC template for Devuan

2016-06-19 Thread Greg Olsen
On 2016-06-19 01:26, Simon Walter wrote: > On 06/18/2016 10:31 AM, Greg Olsen wrote: > ... > > > > In the meantime, I added Simon Walter as a Developer for lxc-devuan. > > > > Simon, > > > > As a developer you can push directly to the main development

Re: [DNG] LXC template for Devuan

2016-06-17 Thread Greg Olsen
Hi Folks, I fixed a subtle bug in the lxc-devuan template which causes some packages to be reinstalled. In the original download function, the 'packages' variable (used by: debootstrap --include=$packages ...) leaks to the post_process function causing packages to be reinstalled. It's my f

Re: [DNG] LXC template for Devuan

2016-06-17 Thread Greg Olsen
On 2016-06-13 08:23, Jaromil wrote: > > hi, > > On Mon, 13 Jun 2016, Simon Walter wrote: > > > I've made an account on git.devuan.org (user: smwltr) How do you want to do > > this? Shall I fork your repo and apply a patch and then send you a pull > > request? > > we can create a group (named lxc

Re: [DNG] LXC template for Devuan

2016-06-15 Thread Greg Olsen
On 2016-06-15 02:30, Simon Walter wrote: > On 06/15/2016 10:26 AM, Greg Olsen wrote: > > So the default for everyone regardless of the template used is "no" > > network. > > The coin drops. I see. That is what is going on. [snip] > > > Yep. A simple

Re: [DNG] LXC template for Devuan

2016-06-14 Thread Greg Olsen
On 2016-06-14 09:22, Simon Walter wrote: > I think that maybe you read my email too fast. So I will try to be verbose. Hi Simon, If I misread then I apologize. > I install Devuan on my hardware from an iso CD-ROM image file copied to > a USB memory device. > > Next I install LXC. > > Next I

Re: [DNG] LXC template for Devuan

2016-06-14 Thread Greg Olsen
Hi Folks, The lxc-devuan README is now updated to contain the LXC testing coverage to this point: Test Machine Specs / LXC Version Coverage LXC versions tested: * LXC 1.1.5 on my Workstation/Laptop o Devuan Ceres o Devuan Jessie o Devuan Jessie (32-bit) * Nested LXC 1.

Re: [DNG] Devuan LXC Template: lxc-devuan

2016-06-13 Thread Greg Olsen
On 2016-06-13 09:42, Adam Borowski wrote: > > Appears to work for me. > > If you think the template is done, please submit it upstream: > https://linuxcontainers.org/lxc/contribute/ > Hi Adam, Thanks very much for the feedback. I'm glad it worked for you! I just pushed an update with config to

Re: [DNG] LXC template for Devuan

2016-06-13 Thread Greg Olsen
On 2016-06-14 00:39, Simon Walter wrote: > Well, maybe I didn't say it correctly. Is there already a devuan-keyring > package on the iso-image? It's a debootstrap install. There's no iso-image involved. > My personal opinion is that keys should not be automatically downloaded > and installed. B

Re: [DNG] LXC template for Devuan

2016-06-13 Thread Greg Olsen
On 2016-06-13 13:42, Rainer Weikusat wrote: > The message means that using a certain locale has been requested by > setting the LANGUAGE and LANG environment variables to its name but that > it can't really be used because the compiled locale definitions for the > requested locale aren't available

Re: [DNG] LXC template for Devuan

2016-06-13 Thread Greg Olsen
On 2016-06-13 08:23, Jaromil wrote: > we can create a group (named lxc?) and make you admins for it, or > simply a single project as there may be no need for more packages. > > i'm cc: hellekin to stimulate a quicker response on what should be the > naming scheme, since so far it has been curated

Re: [DNG] LXC template for Devuan

2016-06-13 Thread Greg Olsen
On 2016-06-13 01:28, Simon Walter wrote: [snip] > > This might be a bit surprising but I actually wrote lxc-devuan with > > *non-Devuan* OS's in mind. To not discourage people from running Devuan, > > it automatically downloads and uses the Devuan keyring. Without that > > capability it won't

Re: [DNG] LXC template for Devuan

2016-06-13 Thread Greg Olsen
Hi Folks, I just pushed an update to lxc-devuan. This adds support for LXC versions <= 1.0.8. LXC version 1.1.0 came with the updated config that caused the previous problem. Greg ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.or

Re: [DNG] LXC template for Devuan

2016-06-11 Thread Greg Olsen
Greetings, Just a quick update. The problem we had with lxc-devuan is indeed a version incompatibility between the later LXC version 1.1.5 and the Devuan version 1.0.6. But hey, at least we're ready for the later version! I haven't updated on GitLab yet, but the good news is I already have

Re: [DNG] LXC template for Devuan

2016-06-10 Thread Greg Olsen
On 2016-06-10 08:59, Simon Walter wrote: [snip] > > I will give the templates a go now. I had some issues: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", LC_ALL = (unset), LANG = "en_US.UTF-8" are

Re: [DNG] LXC template for Devuan

2016-06-10 Thread Greg Olsen
On 2016-06-10 08:35, Simon Walter wrote: [snip] > Greg, on the page there is: > $ git clone git@???:gregolsen/lxc-devuan.git > > For read access maybe it would work better if it was: > $ git clone http://git.devuan.org/gregolsen/lxc-devuan.git Simon, thanks for pointing out I used the git URL

Re: [DNG] /etc/network/interfaces bridges (was: ifconfig vs ip)

2016-06-10 Thread Greg Olsen
On 2016-06-09 12:10, Rainer Weikusat wrote: [snip] > The additional two lines disable the spanning-tree protocol. That's > usually sensible unless one deal with a complicated, physicial topology > which may or does contain loops. Then, it's needed so that the bridge > can work out a loop-less v

Re: [DNG] ifconfig vs ip

2016-06-09 Thread Greg Olsen
On 2016-06-10 06:34, Greg Olsen wrote: [snip] > The only side-effect are the extra messages during ifup with > "bridge_ports none": > > iface testbr1 inet static > bridge_ports none > address 10.91.0.1 > netmask 255.255.

Re: [DNG] ifconfig vs ip

2016-06-09 Thread Greg Olsen
On 2016-06-10 03:02, Simon Walter wrote: [snip] > Though, you do need to specify the bridge to be created and destroyed, > which is something I thought was done automatically. It is when there > are ports specified. As Rainer pointed out, when bridge_ports is "none", > then the bridge device is

Re: [DNG] ifconfig vs ip

2016-06-09 Thread Greg Olsen
On 2016-06-09 02:50, Simon Walter wrote: > Hi everyone, > > After some testing, I have a question about an option in > /etc/default/shorewall: > wait_interface > If I add the bridge interface to that line, shorewall will not start > unless a container is brought up. I suppose that is why I was thi

[DNG] Devuan LXC Template: lxc-devuan

2016-05-31 Thread Greg Olsen
on GitLab with the hope it might be useful to others. If you already have LXC working, it's very easy to add lxc-devuan and build Devuan containers. Please see project page README for more info: https://git.devuan.org/gregolsen/lxc-devuan Greg Olsen ___