GenProgJS / GenProgJS-Docker

0 stars 0 forks source link

cannot run run.sh #1

Closed monperrus closed 3 years ago

monperrus commented 3 years ago

@csuvikv thanks for the chat at the APR worksop.

Running run.sh, I hit the following error;

Ideas?

After this operation, 306 MB of additional disk space will be used.
Get:1 http://repo.mongodb.org/apt/debian/ jessie/mongodb-org/3.6/main mongodb-org-shell amd64 3.6.23 [8642 kB]
Get:2 http://repo.mongodb.org/apt/debian/ jessie/mongodb-org/3.6/main mongodb-org-server amd64 3.6.23 [15.3 MB]
Get:3 http://repo.mongodb.org/apt/debian/ jessie/mongodb-org/3.6/main mongodb-org-mongos amd64 3.6.23 [8644 kB]
Get:4 http://repo.mongodb.org/apt/debian/ jessie/mongodb-org/3.6/main mongodb-org-tools amd64 3.6.23 [55.0 MB]
Get:5 http://repo.mongodb.org/apt/debian/ jessie/mongodb-org/3.6/main mongodb-org amd64 3.6.23 [3770 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 87.6 MB in 2s (31.7 MB/s)
Selecting previously unselected package mongodb-org-shell.
(Reading database ... 22705 files and directories currently installed.)
Preparing to unpack .../mongodb-org-shell_3.6.23_amd64.deb ...
Unpacking mongodb-org-shell (3.6.23) ...
Selecting previously unselected package mongodb-org-server.
Preparing to unpack .../mongodb-org-server_3.6.23_amd64.deb ...
Unpacking mongodb-org-server (3.6.23) ...
Selecting previously unselected package mongodb-org-mongos.
Preparing to unpack .../mongodb-org-mongos_3.6.23_amd64.deb ...
Unpacking mongodb-org-mongos (3.6.23) ...
Selecting previously unselected package mongodb-org-tools.
Preparing to unpack .../mongodb-org-tools_3.6.23_amd64.deb ...
Unpacking mongodb-org-tools (3.6.23) ...
Selecting previously unselected package mongodb-org.
Preparing to unpack .../mongodb-org_3.6.23_amd64.deb ...
Unpacking mongodb-org (3.6.23) ...
Setting up mongodb-org-shell (3.6.23) ...
Setting up mongodb-org-server (3.6.23) ...
Adding system user `mongodb' (UID 104) ...
Adding new user `mongodb' (UID 104) with group `nogroup' ...
Not creating home directory `/home/mongodb'.
Adding group `mongodb' (GID 108) ...
Done.
Adding user `mongodb' to group `mongodb' ...
Adding user mongodb to group mongodb
Done.
Failed to get D-Bus connection: Unknown error -1
dpkg: error processing package mongodb-org-server (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up mongodb-org-mongos (3.6.23) ...
Setting up mongodb-org-tools (3.6.23) ...
dpkg: dependency problems prevent configuration of mongodb-org:
 mongodb-org depends on mongodb-org-server; however:
  Package mongodb-org-server is not configured yet.

dpkg: error processing package mongodb-org (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mongodb-org-server
 mongodb-org
E: Sub-process /usr/bin/dpkg returned an error code (1)
ERROR: Service 'genprogjs-env' failed to build: The command '/bin/sh -c apt-get install -y mongodb-org' returned a non-zero code: 100
Unable to find image 'genprogjs-env:latest' locally
docker: Error response from daemon: pull access denied for genprogjs-env, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
csuvikv commented 3 years ago

It should be ok now, actually a newer version of mongodb caused the error. I also added a readme file, so you can hopefully try the tool now.

monperrus commented 3 years ago

Thanks a lot it's OK now