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

Remove the chmod from CarlaUE4.sh #3663

Open
qhaas opened this issue Dec 2, 2020 · 8 comments
Open

Remove the chmod from CarlaUE4.sh #3663

qhaas opened this issue Dec 2, 2020 · 8 comments
Assignees

Comments

@qhaas
Copy link
Contributor

qhaas commented Dec 2, 2020

A few CARLA users at my organization, as well as users here (Issue #2602), appear to be encountering the following 'error' when running 'CarlaUE4.sh' from a carla deployment where they don't have full file permissions:

chmod: changing permissions of '/path/to/CarlaUE4-Linux-Shipping': Operation not permitted

This can lead to red-herrings when the chmod isn't necessarily the problem they are experiencing. Some users even mitigate the error by adding a sudo, which is overkill.

This is generated via UnrealEngine. If there is a way via configuration file to prevent UnrealEngine by way CARLA from generating it, it would be useful to those deploying CARLA in shared directories where it isn't advisable to give users write permissions, instead of having to delete the line from the generated shell script.

@corkyw10
Copy link
Contributor

corkyw10 commented Mar 8, 2021

@qhaas Thank you for the input and patience

@bernatx would you be able to have a look at this please?

@parth3153
Copy link

i am having the same issue

@Saquib764
Copy link

I am able to run carla with -opengl tag from my terminal.

But I get a similar error while trying to execute it via Jenkins.

chmod: changing permissions of '/home/saquib/CARLA_0.9.10/CarlaUE4/Binaries/Linux/CarlaUE4-Linux-Shipping': Operation not permitted

Failed to load cookie file from cookie: Permission denied

Failed to load cookie file from cookie: Permission denied

Failed to load cookie file from cookie: Permission denied

Failed to load cookie file from cookie: Permission denied

I don't understand the issue here.

@qhaas
Copy link
Contributor Author

qhaas commented Jul 7, 2021

Since this looks to be an upstream 'feature', I asked over in UE Answers

@stale
Copy link

stale bot commented Apr 28, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Issue has not had recent activity label Apr 28, 2022
@aliraeisdanaei
Copy link

aliraeisdanaei commented Mar 3, 2023

I am able to run carla with -opengl tag from my terminal.

But I get a similar error while trying to execute it via Jenkins.

chmod: changing permissions of '/home/saquib/CARLA_0.9.10/CarlaUE4/Binaries/Linux/CarlaUE4-Linux-Shipping': Operation not permitted

Failed to load cookie file from cookie: Permission denied

Failed to load cookie file from cookie: Permission denied

Failed to load cookie file from cookie: Permission denied

Failed to load cookie file from cookie: Permission denied

I don't understand the issue here.

-opengl is no longer available on desktop, try -vulkan
but my issue was still there

@stale stale bot removed the stale Issue has not had recent activity label Mar 3, 2023
@stale
Copy link

stale bot commented Jun 1, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Issue has not had recent activity label Jun 1, 2023
@eyabesbes
Copy link

A few CARLA users at my organization, as well as users here (Issue #2602), appear to be encountering the following 'error' when running 'CarlaUE4.sh' from a carla deployment where they don't have full file permissions:

chmod: changing permissions of '/path/to/CarlaUE4-Linux-Shipping': Operation not permitted

This can lead to red-herrings when the chmod isn't necessarily the problem they are experiencing. Some users even mitigate the error by adding a sudo, which is overkill.

This is generated via UnrealEngine. If there is a way via configuration file to prevent UnrealEngine by way CARLA from generating it, it would be useful to those deploying CARLA in shared directories where it isn't advisable to give users write permissions, instead of having to delete the line from the generated shell script.

Hi,
I have been facing the same issue on WSL. did you manage to resolve it ? if so, could you tell me how did you do you it ?

@stale stale bot removed the stale Issue has not had recent activity label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment