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

User rstudio-server not added to rstudio-server group during install on OpenSUSE #5464

Closed
kfeinauer opened this issue Sep 25, 2019 · 1 comment · Fixed by #5465
Closed

User rstudio-server not added to rstudio-server group during install on OpenSUSE #5464

kfeinauer opened this issue Sep 25, 2019 · 1 comment · Fixed by #5465
Assignees
Labels
Milestone

Comments

@kfeinauer
Copy link
Contributor

RStudio Edition : Server 
RStudio Version : 1.3.456-6 (Professional)
OS Version      :  SUSE Linux Enterprise Server 12 SP4 
R Version       : 3.2.5 and 3.6.1

From @tmcduff:

Steps to reproduce the problem

This is observed pretty much right after the install and is reproducible. I don't think I have a configuration issue, but have included a diagnostic report just in case.

Describe the problem in detail

Console:

Command:
sudo id rstudio-server
uid=491(rstudio-server) gid=100(users) groups=100(users)

ec2-user@ip-10-0-0-124:~> sudo rstudio-server verify-installation
23 Sep 2019 22:22:08 [rserver] ERROR system error 13 (Permission denied) [description=Program user rstudio-server does not belong to group rstudio-server.

from var/log/messages:
ERROR system error 13 (Permission denied) [description=Program user rstudio-server does not belong to group rstudio-server.|||Please ensure user and group mappings are correct.]; OCCURRED AT: rstudio::core::Error rstudio::server::session_proxy::overlay::runVerifyInstallationSession(rstudio::core::system::user::User&, bool*) /var/lib/jenkins/workspace/IDE_pro-pipeline_master/src/cpp/server/ServerSessionProxyOverlay.cpp:1326; LOGGED FROM: int main(int, char* const*) /var/lib/jenkins/workspace/IDE_pro-pipeline_master/src/cpp/server/ServerMain.cpp:631

Describe the behavior you expected

The server-verification should not error after install. The rstudio-server user should be in the rstudio-server group.

@tmcduff
Copy link

tmcduff commented Jan 10, 2020

Verified: 1.3.731-1

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

Successfully merging a pull request may close this issue.

3 participants