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

Issues with the B2SAFE deployment instructions #5

Open
alahiff opened this issue May 13, 2019 · 0 comments
Open

Issues with the B2SAFE deployment instructions #5

alahiff opened this issue May 13, 2019 · 0 comments

Comments

@alahiff
Copy link

alahiff commented May 13, 2019

In the intialization step this line is wrong:

$com run b2safe /install

as there is no comand /install inside the container.:

Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "exec: \"/install\": stat /install: no such file or directory": unknown

It seems that it should be /init instead.

Also, the /init_certificates script fails with this error:

Privilege acquired
mkdir: cannot create directory '/opt/certificates': Permission denied

This can be fixed by replacing this line:

mkdir -p $certdir && sudo chown $IRODS_USER /opt/certificates

with:

sudo mkdir -p $certdir && sudo chown $IRODS_USER /opt/certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant