Rstudio服务器无法连接到服务和区域设置错误

时间:2015-10-07 21:27:26

标签: r ubuntu rstudio rstudio-server

我在连接到刚刚安装的rstudio服务器时遇到问题。如果你知道如何解决这个问题,能告诉我吗?谢谢!

我刚刚在Ubuntu 13.10(saucy)上安装了Rstudio服务器0.99.485 64位,我收到以下错误:

/ var / log / syslog中的错误说:

  

ERROR意外异常:locale :: facet :: Screateclocale名称无效;

     

LOGGED FROM:int main(int,char * const *)/ home /ubuntu /rstudio / src / cpp / session / SessionMain.cpp:31616

症状是网页用户界面显示它无法连接到服务"

我已按照this post中提及的所有内容进行操作,但它似乎无法正常工作。

当我使用sudo strace -f -e 'trace=!clockgettime,gettimeofday,futex,timerfdsettime,epollwait,epollctl' -p 10208 -o trace.txt跟踪rstudio-server进程时,我在trace.txt中看到了这一点(以下是我以前登录的内容:

  

10226 connect(10,{safamily = AFLOCAL,sunpath =" / tmp / rstudio-rsession /"},28)= -1 ECONNREFUSED(拒绝连接)

我尝试使用无效ID登录以确认pam身份验证工作正常

同时查看this question并确保存在/home/<USERID>,但问题仍然存在。

0 个答案:

没有答案