You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
I was following the Getting Started instructions to install bblfshd and the drivers.
First I typed $ docker run -d --name bblfshd --privileged -p 9432:9432 -v /tmp/bblfshd:/var/lib/bblfshd bblfsh/bblfshd
And everything seemed ok . Response for docker logs bblfshd :
time="2017-10-24T09:02:06Z" level=info msg="bblfshd version: v2.1.0 (build: 2017-10-11T14:17:00+0000)"
time="2017-10-24T09:02:06Z" level=info msg="initializing runtime at /var/lib/bblfshd"
time="2017-10-24T09:02:06Z" level=info msg="control server listening in /var/run/bblfshctl.sock (unix)"
time="2017-10-24T09:02:06Z" level=info msg="server listening in 0.0.0.0:9432 (tcp)"
However, when I typed $ docker exec -it bblfshd bblfshctl driver install --all
I got as return
Installing python driver language from "docker://bblfsh/python-driver:latest"... Error
Error, mkdir /var/lib/bblfshd/tmp/image773185457: permission denied
Installing java driver language from "docker://bblfsh/java-driver:latest"... Error
Error, mkdir /var/lib/bblfshd/tmp/image255471964: permission denied
I don't know if this relates to the Issue #97 opened by Alex.
The text was updated successfully, but these errors were encountered:
Aftere fixing permissions at bblfsh/bblfshd#127, there's still a problem remaining, which is related to the python-driver, so I've created a more specific issue at bblfsh/python-driver#128.
I was following the Getting Started instructions to install bblfshd and the drivers.
First I typed
$ docker run -d --name bblfshd --privileged -p 9432:9432 -v /tmp/bblfshd:/var/lib/bblfshd bblfsh/bblfshd
And everything seemed ok . Response for
docker logs bblfshd
:However, when I typed
$ docker exec -it bblfshd bblfshctl driver install --all
I got as return
I don't know if this relates to the Issue #97 opened by Alex.
The text was updated successfully, but these errors were encountered: