[lxc-users] LXD + OS X

2015-07-24 Thread Kevin LaTona
> This is the first release of LXD where the client may be built on operating > systems > other than Linux. At the moment, MacOS X has been confirmed to work and > Windows is known not to work, > other Unix may work too but haven't been tested. I noticed this on the Linux Containers.org we

Re: [lxc-users] LXD + OS X

2015-07-25 Thread Stéphane Graber
On Fri, Jul 24, 2015 at 06:30:07PM -0700, Kevin LaTona wrote: > > > > > This is the first release of LXD where the client may be built on operating > > systems > > other than Linux. At the moment, MacOS X has been confirmed to work and > > Windows is known not to work, > > other Unix may wor

Re: [lxc-users] LXD + OS X

2015-07-25 Thread Kevin LaTona
On Jul 25, 2015, at 7:17 AM, Stéphane Graber wrote: > On Fri, Jul 24, 2015 at 06:30:07PM -0700, Kevin LaTona wrote: >> >>> This is the first release of LXD where the client may be built on operating >>> systems >>> other than Linux. At the moment, MacOS X has been confirmed to work and >>> W

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

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

Re: [lxc-users] LXD + OS X

2015-07-31 Thread Kevin LaTona
Thanks Tycho as it seems I am getting closer but not there yet. When I installed Go on this Mac I placed a folder at ~/.go From there I had Go install the LXD files based on what I found floating about on the net. I think it's done correctly. I took your suggestion and tried a few oth

Re: [lxc-users] LXD + OS X

2015-07-31 Thread Kevin LaTona
I just walked through a bunch of path levels trying to see what might build. It looked like it did at one point build a client or But then I have not been able to locate it. Nor will it execute in the OS X terminal yet to even error out in any way to say it's found. it choked here

Re: [lxc-users] LXD + OS X

2015-07-31 Thread Mike McCracken
Hi Kevin, this just worked for me on OS X 10.10.4 with golang 1.4.2 installed from the package here: https://golang.org/dl/ mkdir ~/go export GOPATH=~/go go get -v github.com/lxc/lxd cd ~go/src/github.com/lxc/lxd go get -v ./... go install -v ./lxc ~/go/bin/lxc version ==> 1.4 If the same steps

Re: [lxc-users] LXD + OS X

2015-07-31 Thread Kevin LaTona
Mike, Thanks that showed me what I was doing wrong. The LXC client did get built, I was not calling it's path correctly. I was thinking this LXC client would have gone into a Mac OS level folder and not these GO folders. -Kevin On Jul 31, 2015, at 2:56 PM, Mike McCracken wrote: > Hi

Re: [lxc-users] LXD + OS X

2015-07-31 Thread Kevin LaTona
I just tried to add a remote host as per the LXC docs like this lxc remote add host-a https://192.168.50.1:8443 It's now asking for a admin password. I give it my Ubuntu test server admin password and it choked. I looked around LXC docs to see if there some default admin password and did n

Re: [lxc-users] LXD + OS X

2015-08-01 Thread Stéphane Graber
On Fri, Jul 31, 2015 at 09:26:28PM -0700, Kevin LaTona wrote: > > I just tried to add a remote host as per the LXC docs like this > > lxc remote add host-a https://192.168.50.1:8443 > > > It's now asking for a admin password. > > I give it my Ubuntu test server admin password and it choked. >

Re: [lxc-users] LXD + OS X

2015-08-01 Thread Kevin LaTona
On Aug 1, 2015, at 2:03 AM, Stéphane Graber wrote: > On Fri, Jul 31, 2015 at 09:26:28PM -0700, Kevin LaTona wrote: >> >> I just tried to add a remote host as per the LXC docs like this >> lxc remote add host-a https://192.168.50.1:8443 >> It's now asking for a admin password. > > Locally on t