user errors installing v.1.3.1093 on macOS

Trying to update to rstudio-server-v1.3.1093 on macOS. I'm using homebrew (which currently has rstudio-server-v1.2.5001), and modifying the name of the downloaded tarball. v1.2.5001 installs and runs fine, v.1.3.1093 exits with code 256 and gives error on sudo rstudio verify-installation:

09 Oct 2020 18:37:00 [rserver] ERROR system error 13 (Permission denied) 
[description: Failed to get user details., user-value: , description: Could not change 
owner for path /var/run/rstudio-server. Is root squash enabled?]; OCCURRED AT 
rstudio::core::Error rstudio::core::system::User::Impl::populateUser(const GetPasswdFunc<T> &, T)
 [T = const char *] src/cpp/shared_core/system/User.cpp:77; LOGGED FROM: 
int main(int, char *const *) src/cpp/server/ServerMain.cpp:580

09 Oct 2020 18:37:00 [rserver] ERROR system error 13 (Permission denied) 
[description: Failed to get user details., user-value: , description: Could not change 
owner for path /var/run/rstudio-server. Is root squash enabled?]; OCCURRED AT 
rstudio::core::Error rstudio::core::system::User::Impl::populateUser(const GetPasswdFunc<T> &, T)
 [T = const char *] src/cpp/shared_core/system/User.cpp:77; 
LOGGED FROM: rstudio::core::Error rstudio::server::auth::handler::initialize() 
src/cpp/server/auth/ServerAuthHandler.cpp:466

09 Oct 2020 18:37:00 [rserver] ERROR system error 13 (Permission denied) 
[description: Failed to get user details., user-value: , description: Could not change 
owner for path /var/run/rstudio-server/revocation-list. Is root squash enabled?];
 OCCURRED AT rstudio::core::Error rstudio::core::system::User::Impl::populateUser(const 
GetPasswdFunc<T> &, T) [T = const char *] src/cpp/shared_core/system/User.cpp:77; 
LOGGED FROM: rstudio::core::Error rstudio::server::auth::handler::initialize() 
src/cpp/server/auth/ServerAuthHandler.cpp:478

09 Oct 2020 18:37:00 [rserver] ERROR system error 13 (Permission denied)
 [description: Failed to get user details., user-value: ]; OCCURRED AT 
rstudio::core::Error rstudio::core::system::User::Impl::populateUser(const GetPasswdFunc<T> &, T) 
[T = const char *] src/cpp/shared_core/system/User.cpp:77; LOGGED FROM: 
int main(int, char *const *) src/cpp/server/ServerMain.cpp:674

Any idea what's going wrong?

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.