Hi all,
I am trying to install RStudio 2023.09.1-494, Singularity 4.02, Rocky Linux 8.4, on arm64 server. Had to compile the RStudio server from source. Now I can let it run as a service or interactively on the terminal. But could not let it work through Singularity. Also added " --server-user " to the singularity option, still no working.
The error message is as bellow:
2023-11-23T16:01:04.633476Z [rserver] ERROR Could not find details for server user ‘feng’; LOGGED FROM: virtual rstudio::core::ProgramStatus rstudio::server::Options::read(int, char* const*, std::ostream&) src/cpp/server/ServerOptions.cpp:302
2023-11-23T16:01:04.635427Z [rserver] ERROR system error 2 (No such file or directory) [description: User not found., user-value: feng]; OCCURRED AT rstudio::core::Error rstudio::core::system::User::Impl::populateUser(GetPasswdFunc&, T) [with T = const char* GetPasswdFunc = std::function<int(const char*, passwd*, char*, long unsigned int, passwd**)>] src/cpp/shared_core/system/User.cpp:68; LOGGED FROM: virtual rstudio::core::ProgramStatus rstudio::server::Options::read(int, char* const*, std::ostream&) src/cpp/server/ServerOptions.cpp:303
Can you please help!
Thanks!
Feng