Hello,
I couldn't find another question for this exact issue so I hope this isn't redundant.
I have Rstudio Server Community/Free edition installed on Ubuntu 16.04. I'm logged into RStudio with my own account which has sudo privileges.
I've added the first user to Ubuntu, and then added them to the groups
rstudio-server and
shiny
I checked the UID_Min in /etc/login.defs and it is set to 1000 (with UID_MAX set to 6000).
When the user loads the URL for the Rstudio server (port is correct), he keeps getting an unable to connect to service error.
Any other places I can check?
Any advice is appreciated.
TT
OK, so now it's an "error occurred during transmission." Seems to be permissions on /tmp
Followed a few fixes for /tmp access but it did not resolve my issue.
However, I do suspect it was a tempdir() issue.
Here's why:
If I altered the /tmp permissions I received the exact same error for my own account as for the new users.
In any case I was able to fix it - did a reinstall and everyone is logged in and happy.
jcblum
September 24, 2018, 6:29pm
4
If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it:
If your question has been answered, don't forget to mark the solution!
How do I mark a solution?
Find the reply you want to mark as the solution and look for the row of small gray icons at the bottom of that reply. Click the one that looks like a box with a checkmark in it:
[image]
Hovering over the mark solution button shows the label, "Select if this reply solves the problem". If you don't see the mark solution button, try clicking the three dots button ( ••• ) to expand the full set of options.
When a solution is chosen, the icon turns green and the hover label changes to: "Unselect if this reply no longer solves the problem". Success!
[solution_reply_author]
…
Hey @jcblum - will do. Thanks for the info!
1 Like