By: Mark Grand user 30 Oct 2019 at 10:09 a.m. CDT

7 Responses
Mark Grand gravatar
Here is what happened ``` C02VNC5EHTD5MBP:~ root# mkdir gluu C02VNC5EHTD5MBP:~ root# cd gluu C02VNC5EHTD5MBP:gluu root# wget https://github.com/GluuFederation/community-edition-containers/archive/4.0.0.zip \ > && unzip 4.0.0.zip --2019-10-30 10:48:35-- https://github.com/GluuFederation/community-edition-containers/archive/4.0.0.zip Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/GluuFederation/community-edition-containers/zip/4.0.0 [following] --2019-10-30 10:48:36-- https://codeload.github.com/GluuFederation/community-edition-containers/zip/4.0.0 Resolving codeload.github.com (codeload.github.com)... 140.82.114.9 Connecting to codeload.github.com (codeload.github.com)|140.82.114.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/zip] Saving to: ‘4.0.0.zip’ 4.0.0.zip [ <=> ] 16.57K --.-KB/s in 0.03s 2019-10-30 10:48:36 (550 KB/s) - ‘4.0.0.zip’ saved [16972] Archive: 4.0.0.zip fc79c1e528112abe0af65f1f497b689412d2576e creating: community-edition-containers-4.0.0/ inflating: community-edition-containers-4.0.0/LICENSE inflating: community-edition-containers-4.0.0/README.md creating: community-edition-containers-4.0.0/examples/ creating: community-edition-containers-4.0.0/examples/single-host/ inflating: community-edition-containers-4.0.0/examples/single-host/.gitignore inflating: community-edition-containers-4.0.0/examples/single-host/README.md inflating: community-edition-containers-4.0.0/examples/single-host/docker-compose.yml inflating: community-edition-containers-4.0.0/examples/single-host/run_all.sh inflating: community-edition-containers-4.0.0/examples/single-host/svc.casa.yml inflating: community-edition-containers-4.0.0/examples/single-host/svc.cr_rotate.yml inflating: community-edition-containers-4.0.0/examples/single-host/svc.key_rotation.yml inflating: community-edition-containers-4.0.0/examples/single-host/svc.ldap.yml inflating: community-edition-containers-4.0.0/examples/single-host/svc.oxauth.yml inflating: community-edition-containers-4.0.0/examples/single-host/svc.oxd_server.yml inflating: community-edition-containers-4.0.0/examples/single-host/svc.oxpassport.yml inflating: community-edition-containers-4.0.0/examples/single-host/svc.oxshibboleth.yml inflating: community-edition-containers-4.0.0/examples/single-host/svc.oxtrust.yml inflating: community-edition-containers-4.0.0/examples/single-host/svc.radius.yml inflating: community-edition-containers-4.0.0/examples/single-host/svc.redis.yml inflating: community-edition-containers-4.0.0/examples/single-host/svc.vault_autounseal.yml inflating: community-edition-containers-4.0.0/examples/single-host/vault_gluu_policy.hcl C02VNC5EHTD5MBP:gluu root# ls 4.0.0.zip community-edition-containers-4.0.0 C02VNC5EHTD5MBP:gluu root# cd .. C02VNC5EHTD5MBP:~ root# cd gluu C02VNC5EHTD5MBP:gluu root# cd community-edition-containers-4.0.0/examples/single-host C02VNC5EHTD5MBP:single-host root# chmod +x run_all.sh C02VNC5EHTD5MBP:single-host root# ./run_all.sh [I] Determining OS Type and Attempting to Gather External IP Address Host is detected as Mac Is this the correct external IP Address: 172.22.49.15 [Y/n]? y [I] Preparing cluster-wide config and secret WARNING: The DOMAIN variable is not set. Defaulting to a blank string. WARNING: The HOST_IP variable is not set. Defaulting to a blank string. Creating network "single-host_default" with the default driver Pulling consul (consul:)... latest: Pulling from library/consul e7c96db7181b: Pull complete 3404d2df15cb: Pull complete 1b2797650ac6: Pull complete 42eaf145982e: Pull complete cef844389e8c: Pull complete bc7449359c58: Pull complete Digest: sha256:94cdbd83f24ec406da2b5d300a112c14cf1091bed8d6abd49609e6fe3c23f181 Status: Downloaded newer image for consul:latest Creating consul ... error ERROR: for consul Cannot start service consul: b'Mounts denied: { errno = [EACCES]; call = getattrlist; label = /private/var/root/gluu }' ERROR: for consul Cannot start service consul: b'Mounts denied: { errno = [EACCES]; call = getattrlist; label = /private/var/root/gluu }' ERROR: Encountered errors while bringing up the project. C02VNC5EHTD5MBP:single-host root# ```

By Mohammad Abudayyeh staff 30 Oct 2019 at 10:25 a.m. CDT

Mohammad Abudayyeh gravatar
Hey Mark, Im guessing you are running a mac. https://docs.docker.com/docker-for-mac/osxfs/#namespaces. You need to allow file sharing in any case. Go to docker prefrences, add the folder path to file sharing and restart docker. This is a docker issue on your system.

By Mark Grand user 30 Oct 2019 at 11 a.m. CDT

Mark Grand gravatar
@Mohammad.Abudayyeh You were correct. The documentation should have mentioned this step on the https://gluu.org/docs/ce/latest/installation-guide/test-drive/ page, under the heading "OS X (Mac) Requirements"

By William Lowe user 30 Oct 2019 at 11:13 a.m. CDT

William Lowe gravatar
Thanks, Mark. We will add to our instructions.

By William Lowe user 30 Oct 2019 at 11:34 a.m. CDT

William Lowe gravatar
Added here: https://gluu.org/docs/ce/4.0/installation-guide/test-drive/#os-x-mac-requirements

By Mark Grand user 30 Oct 2019 at 11:44 a.m. CDT

Mark Grand gravatar
The link takes me to where I thought I would see the newly documented step, but I don't see it there.

By William Lowe user 30 Oct 2019 at 11:45 a.m. CDT

William Lowe gravatar
Likely your cache.. try refreshing your browser. Thanks, William Lowe Director of Operations Gluu

By Mark Grand user 30 Oct 2019 at 11:49 a.m. CDT

Mark Grand gravatar
It was my cache. It would help if you mention what path to add rather than just say, "add the path." I tried the path that I saw in an error message after being told to set a path. I should not have had to see an error message for a clue.