Re: OpenStack on FreeBSD

2016-08-23 Thread Samuel Cassiba
On Tue, Aug 23, 2016 at 9:58 AM, Pete Wright wrote: > > > On 8/23/16 4:38 AM, CeDeROM wrote: > >> Hello, >> >> Are there any plans to make stable port/package of OpenStack on FreeBSD? >> :-) >> >> I have seen this nice article that first steps are already made: >> http://empt1e.blogspot.com/2015/

Re: OpenStack on FreeBSD

2016-08-23 Thread Samuel Cassiba
Short answer: no. Long answer: No, there are currently no plans to support FreeBSD in OpenStack. There was a blueprint to begin introducing support for compute in Nova, but that was shelved a couple years ago, with no interested parties (read: corporate sponsors) with the desire and skill to do so

Re: Docker crashes on HEAD

2015-10-08 Thread Samuel Cassiba
Try: docker exec -it container zsh (I suspect anything that isn't baked into the image) Since zsh probably doesn't exist in a container, Docker daemon should happily crash. On Thu, Oct 8, 2015 at 8:14 AM, Allan Jude wrote: > On 2015-10-08 11:09, Samuel Cassiba wrote: > >

Docker crashes on HEAD

2015-10-08 Thread Samuel Cassiba
I've been playing around with Docker on FreeBSD and have encountered some crashiness. When I go to jump in a container using 'docker exec', if I accidentally typo the command, the Docker daemon itself crashes, which leaves the host and any running containers in an inconsistent state. The biggest st