[lxc-users] Specifying different routes/metrics on lxc.network.ipv4.gateway

2015-07-30 Thread Gunnar Wolf
Hi, I have a lxc acting as a router/firewall, and recently added a backup channel — But I'm having problems expressing it to lxc. I am temporarily solving it by manually calling "service networking restart" from inside my container, with the following snippet in /etc/network/interfaces: auto

Re: [lxc-users] LXD + OS X

2015-07-30 Thread Kevin LaTona
Looking for any GO people on the list who might be able to help me dechiper what this error means which trying to install LXD CLI on to a OS X machine. If I check my current GO path on OS X it's at /usr/local/go Which is where GO installed it at. I got the current LXD tar ball CD to it's top

Re: [lxc-users] LXD + OS X

2015-07-30 Thread Bill Anderson
On Jul 30, 2015, at 2:23 PM, Kevin LaTona mailto:li...@studiosola.com>> wrote: Looking for any GO people on the list who might be able to help me dechiper what this error means which trying to install LXD CLI on to a OS X machine. If I check my current GO path on OS X it's at /usr/local/go W

[lxc-users] Custom LXC Tarballs

2015-07-30 Thread Matthew Williams
Is the build system used for the LXC rootfs tarballs hosted on images.linuxcontainers.org available somewhere? I need to locally host customized builds. Thanks! ___ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://lists.linuxcontainers.o

Re: [lxc-users] Custom LXC Tarballs

2015-07-30 Thread Ranjib Dey
https://github.com/lxc/lxc-ci On Thu, Jul 30, 2015 at 2:05 PM, Matthew Williams wrote: > Is the build system used for the LXC rootfs tarballs hosted on > images.linuxcontainers.org available somewhere? I need to locally host > customized builds. > > Thanks! > > __

Re: [lxc-users] Custom LXC Tarballs

2015-07-30 Thread Matthew Williams
Excellent. Thank you! On Thu, Jul 30, 2015 at 5:50 PM, Ranjib Dey wrote: > https://github.com/lxc/lxc-ci > > On Thu, Jul 30, 2015 at 2:05 PM, Matthew Williams > wrote: > >> Is the build system used for the LXC rootfs tarballs hosted on >> images.linuxcontainers.org available somewhere? I need t

Re: [lxc-users] LXD + OS X

2015-07-30 Thread Kevin LaTona
Thanks Bill, that got me closer but it still is not working. When I do a make I get back lxd kevin$ make go get -v -d ./... go install -v ./... github.com/lxc/lxd/lxd/migration # github.com/lxc/lxd/lxd/migration lxd/migration/migrate.go:38: undefined: lxc.Container make: *** [default] Error 2

Re: [lxc-users] LXD + OS X

2015-07-30 Thread Tycho Andersen
On Thu, Jul 30, 2015 at 03:27:44PM -0700, Kevin LaTona wrote: > Thanks Bill, that got me closer but it still is not working. > > > When I do a make I get back > > > lxd kevin$ make > go get -v -d ./... > go install -v ./... > github.com/lxc/lxd/lxd/migration > # github.com/lxc/lxd/lxd/migration