Skip to content

Issues with the B2SAFE deployment instructions #5

@alahiff

Description

@alahiff

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions