Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to launch #9

Closed
ojilles opened this issue Dec 11, 2014 · 7 comments
Closed

Not able to launch #9

ojilles opened this issue Dec 11, 2014 · 7 comments
Labels

Comments

@ojilles
Copy link
Collaborator

ojilles commented Dec 11, 2014

$ ./install.sh -m vagrant

Gives me:


==> standalone: Creating vagrant_haproxy_1...
==> standalone: Pulling image haproxy...
==> standalone: Traceback (most recent call last):
==> standalone: File "", line 3, in
==> standalone: File "/code/build/fig/out00-PYZ.pyz/fig.cli.main", line 31, in main
==> standalone: File "/code/build/fig/out00-PYZ.pyz/fig.cli.docopt_command", line 21, in sys_dispatch
==> standalone: File "/code/build/fig/out00-PYZ.pyz/fig.cli.command", line 28, in dispatch
==> standalone: File "/code/build/fig/out00-PYZ.pyz/fig.cli.docopt_command", line 24, in dispatch
==> standalone: File "/code/build/fig/out00-PYZ.pyz/fig.cli.command", line 56, in perform_command
==> standalone: File "/code/build/fig/out00-PYZ.pyz/fig.cli.main", line 427, in up
==> standalone: File "/code/build/fig/out00-PYZ.pyz/fig.project", line 174, in up
==> standalone: File "/code/build/fig/out00-PYZ.pyz/fig.service", line 199, in recreate_containers
==> standalone: File "/code/build/fig/out00-PYZ.pyz/fig.service", line 187, in create_container
==> standalone: File "/code/build/fig/out00-PYZ.pyz/fig.progress_stream", line 37, in stream_output
==> standalone: File "/code/build/fig/out00-PYZ.pyz/fig.progress_stream", line 50, in print_output_event
==> standalone: fig.progress_stream
==> standalone: .
==> standalone: StreamOutputError
==> standalone: :
==> standalone: Error: image library/haproxy not found

@ojilles ojilles added the bug label Dec 11, 2014
@sielaq
Copy link
Contributor

sielaq commented Dec 14, 2014

Hi Jilles, sound like you use an old vesion of fig.
same issue was here docker/compose#453
Can you update your fig ?

@ojilles
Copy link
Collaborator Author

ojilles commented Dec 15, 2014

root@standalone:/vagrant# docker --version
Docker version 1.3.2, build 39fa2fa
root@standalone:/vagrant# fig --version
fig 1.0.1

I'll try upgrading a few things to see what sticks...

@sielaq
Copy link
Contributor

sielaq commented Dec 16, 2014

This could be incompatibillity between fig and docker.
I have successfully tested this combinations:
docker 1.3.1 (4e9bbfa) + fig 1.0.0
docker 1.3.3 (d344625) + fig 1.0.1
which comes with "brew" and boot2docker on MacOS.

I haven't tested with vagrant (Jon did), but problem could be that we use a lxc-docker package from http://get.docker.io/ubuntu, instead of Ubuntu docker.io package (which is very old thats why we do not use it).
I will try with vagrant to reproduce that.

@ojilles
Copy link
Collaborator Author

ojilles commented Dec 16, 2014

Thanks, was playing around with it some more, but unsuccessfully (and then got pulled to other things).

On Dec 16, 2014, at 14:02, sielaq notifications@github.com wrote:

This could be incompatibillity between fig and docker.
I have successfully tested this combinations:
docker 1.3.1 (4e9bbfa) + fig 1.0.0
docker 1.3.3 (d344625) + fig 1.0.1
which comes with "brew" and boot2docker on MacOS.

I haven't tested with vagrant (Jon did), but problem could be that we use a lxc-docker package from http://get.docker.io/ubuntu, instead of Ubuntu docker.io package (which is very old thats why we do not use it).
I will try with vagrant to reproduce that.


Reply to this email directly or view it on GitHub.

@sielaq
Copy link
Contributor

sielaq commented Dec 16, 2014

Ok it was a bug from our side, instalatoin "chicken/egg" problem. First we ned to build images (including DNS) then set up DNS.
fix here:
#10

@sielaq
Copy link
Contributor

sielaq commented Dec 16, 2014

keep in mind to clean up your vagrand image with
vagrant destroy
after we merge the fix

@sielaq
Copy link
Contributor

sielaq commented Dec 20, 2014

fixed

@sielaq sielaq closed this as completed Dec 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants