Problem: rstudio-server installed in ubuntu20.04

~$ sudo rstudio-server verify-installation
the error information:
03 Jun 2020 11:16:43 [rsession-rstudio-server] ERROR system error 13 (Permission denied) [path: /home/rstudio-server/.config/rstudio, target-dir: ]; OCCURRED AT rstudio::core::Error rstudio::core::FilePath::createDirectory(const string&) const src/cpp/shared_core/FilePath.cpp:634; LOGGED FROM: rstudio::core::Error rstudio::session::prefs::initializePrefs() src/cpp/session/prefs/UserPrefs.cpp:142
03 Jun 2020 11:16:44 [rsession-rstudio-server] ERROR system error 13 (Permission denied) [path: /home/rstudio-server/.config/rstudio/dictionaries/custom, target-dir: ]; OCCURRED AT rstudio::core::Error rstudio::core::FilePath::createDirectory(const string&) const src/cpp/shared_core/FilePath.cpp:634; LOGGED FROM: rstudio::core::Error rstudio::core::spelling::HunspellDictionaryManager::availableLanguages(std::vectorrstudio::core::spelling::HunspellDictionary*) const src/cpp/core/spelling/HunspellDictionaryManager.cpp:158
03 Jun 2020 11:16:44 [rsession-rstudio-server] ERROR system error 13 (Permission denied) [path: /home/rstudio-server/.config/rstudio/dictionaries/custom, target-dir: ]; OCCURRED AT rstudio::core::Error rstudio::core::FilePath::createDirectory(const string&) const src/cpp/shared_core/FilePath.cpp:634; LOGGED FROM: std::vector<std::__cxx11::basic_string > rstudio::core::spelling::HunspellCustomDictionaries::dictionaries() const src/cpp/core/spelling/HunspellCustomDictionaries.cpp:33

same here, but on Ubuntu 18.04

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.