system info:
- ubuntu 16 up-to-date
- Rserver rstudio-server-1.4.1106-amd64.deb
- I also upgraded all Bioc packages to v3.13
After updates I rebooted the server and still get this error in /var/logs/syslog
I reinstalled the deb => no better
I do not have a .sessions in my home but I issued ** sudo rstudio-server force-suspend-all** without more success
/var/logs/syslog
ERROR session hadabend; LOGGED FROM: rstudio::core::Error {anonymous}::rInit(const rstudio::r::session::RInitInfo&) src/cpp/session/SessionMain.cpp:680
sudo systemctl status rstudio-server
● rstudio-server.service - RStudio Server
Loaded: loaded (/lib/systemd/system/rstudio-server.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2021-05-19 12:10:41 CEST; 14min ago
Process: 28811 ExecStart=/usr/lib/rstudio-server/bin/rserver (code=exited, status=0/SUCCESS)
Main PID: 28815 (rserver)
Tasks: 3
Memory: 4.0M
CPU: 19.439s
CGroup: /system.slice/rstudio-server.service
└─28815 /usr/lib/rstudio-server/bin/rserver
May 19 12:10:41 MY.SERVER systemd[1]: Starting RStudio Server...
May 19 12:10:41 MY.SERVER systemd[1]: Started RStudio Server.
May 19 12:11:16 MY.SERVER rserver-pam[29169]: pam_unix(rstudio:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=XXXXXX
May 19 12:11:16 MY.SERVER rserver-pam[29169]: pam_sss(rstudio:auth): authentication success; logname= uid=0 euid=0 tty= ruser= rhost= user=XXXXXX
May 19 12:11:21 MY.SERVER rsession-XXXXXX[29181]: ERROR session hadabend; LOGGED FROM: rstudio::core::Error {anonymous}::rInit(const rstudio::r::session::RInitInfo&) src/cpp
May 19 12:11:21 MY.SERVER svn[29281]: DIGEST-MD5 common mech free
May 19 12:12:27 MY.SERVER rsession-XXXXXX[30882]: ERROR session hadabend; LOGGED FROM: rstudio::core::Error {anonymous}::rInit(const rstudio::r::session::RInitInfo&) src/cpp
May 19 12:12:27 MY.SERVER svn[31045]: DIGEST-MD5 common mech free
I can start R in terminal without problems
sudo rstudio-server verify-installation does not return errors
- I have the error also when using 127.0.0.1:8787 under VNC on the server
Any idea what is corrupted on my machine and how I can fix this?
Thanks in advance