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

Operation Not Permitted Error from Rocker RStudio Image on M1 MacBook #3

Open
kuang-da opened this issue Nov 17, 2021 · 4 comments
Open

Comments

@kuang-da
Copy link
Collaborator

The current container cannot run the RStudio server. It would show with the following error.

[rserver] ERROR system error 1 (Operation not permitted); OCCURRED AT rstudio::core::Error rstudio::core::system::posix::{anonymous}::restorePrivilegesImpl(uid_t) src/cpp/shared_core/system/PosixSystem.cpp:66; LOGGED FROM: rstudio::core::Error rstudio::core::system::launchChildProcess(std::__cxx11::string, std::__cxx11::string, rstudio::core::system::ProcessConfig, rstudio::core::system::ProcessConfigFilter, PidType*) src/cpp/core/system/PosixSystem.cpp:2168
@kuang-da
Copy link
Collaborator Author

The container can be accessed from CLI so our buildx in fact works as expected.

So I suspect the problems lay in the layer from Rocker Project. They have not fully supported ARM CPU yet.

@kuang-da
Copy link
Collaborator Author

Related discussion 1
https://github.com/rocker-org/rocker/issues/474

@kuang-da
Copy link
Collaborator Author

Related discussion 2
rocker-org/rocker#429

@kuang-da
Copy link
Collaborator Author

kuang-da commented Nov 17, 2021

Here are some previous endeavors to build rstudio from r-base, which has ARM images, instead of Rocker.

We may need to do the same thing...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant