catalyst-cloud / ccloud-client

Catalyst Cloud docker based command line client
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Error after installation preventing use #1

Open alexmorrisnz opened 3 years ago

alexmorrisnz commented 3 years ago

I get this error after running ccloud after installation standard_init_linux.go:211: exec user process caused "operation not permitted"

Also the docs here are wrong: https://docs.catalystcloud.nz/sdks-and-toolkits/linux-mac-cli.html#using-docker-experimental https://raw.githubusercontent.com/catalyst-cloud/openstackclient-container/master/fetch-installer.sh no longer exists and here: https://github.com/catalyst-cloud/ccloud-client/blob/master/README.md#just-give-me-the-tools -u https://api.cloud.catalyst.net.nz:5000/v3 is not an option is what ccloud tells me when trying to use it

chelios commented 3 years ago

Hi Alex,

For your first point, the docs do need updating, the correct repo for the tools is now https://github.com/catalyst-cloud/ccloud-client.

I am not sure I understand your second point though. I just tried a fresh install on Ubuntu 20.04 using the "wget" version of the install link and it all worked as expected.

Can you please provide your OS version and the actual command/s you executed in order to see the issue you are describing.

Cheers, Glyn

alexmorrisnz commented 3 years ago

Hi Glyn,

I'm running Ubuntu 18.04 I ran

bash <(wget -qO - https://raw.githubusercontent.com/catalyst-cloud/ccloud-client/master/fetch-installer.sh) -a ccloud -u https://api.cloud.catalyst.net.nz:5000/v3
source ~/.bashrc
ccloud

On the ccloud command I got the error standard_init_linux.go:211: exec user process caused "operation not permitted"

Thanks, Alex

chelios commented 3 years ago

Hey Alex,

Can you please provide the following so that I can try and reproduce it.

Also do you have SELinux running?

Cheers, Glyn

alexmorrisnz commented 3 years ago

Hi Glyn,

I'm running Ubuntu 18.04.5, Docker version 19.03.6, build 369ce74a3c. SELinux is not running (or installed).

Thanks, Alex

chelios commented 3 years ago

Hi Alex,

Are you able to update the docker version? I have tried to reproduce the issue using the latest docker (19.03.14) on Ubuntu 18.04.5 but everything works as expected.

The other thing you could try first is running docker event in a separate shell then run the ccloud command to see if it gives any indication of where the issue is.

Cheers, Glyn