rstudio-server failing to start with no logs

First some background info:-

$ uname a
Linux xxx 5.10.10-200.fc33.x86_64 #1 SMP Sun Jan 24 19:58:54 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

$ rstudio-server version
1.4.1103 (Wax Begonia) for Fedora release 33 (Thirty Three)

# rstudio-server verify-installation
# <- # returns comand prompt without error

# rstudio-server start
Job for rstudio-server.service failed because the control process exited with error code.
See "systemctl status rstudio-server.service" and "journalctl -xe" for details.

# rstudio-server status
● rstudio-server.service - RStudio Server
     Loaded: loaded (/etc/systemd/system/rstudio-server.service; enabled; vendor preset: disabled)
     Active: "failed" (Result: exit-code) since Thu 2021-01-28 12:12:50 EST; 4min 53s ago
    Process: 3269 ExecStart=/usr/lib/rstudio-server/bin/rserver (code=exited, status=203/EXEC)
        CPU: 1ms

Jan 28 12:12:50 crispr.pjelab systemd[1]: rstudio-server.service: Scheduled restart job, restart counter is at 5.
Jan 28 12:12:50 crispr.pjelab systemd[1]: Stopped RStudio Server.
Jan 28 12:12:50 crispr.pjelab systemd[1]: rstudio-server.service: Start request repeated too quickly.
Jan 28 12:12:50 crispr.pjelab systemd[1]: rstudio-server.service: Failed with result 'exit-code'.
Jan 28 12:12:50 crispr.pjelab systemd[1]: Failed to start RStudio Server.

# journalctl -xe|grep rstudio|tail -20
░░ Subject: Process /usr/lib/rstudio-server/bin/rserver could not be executed
░░ The process /usr/lib/rstudio-server/bin/rserver could not be executed and failed.
Jan 28 12:12:50 xxx systemd[1]: rstudio-server.service: Control process exited, code=exited, status=203/EXEC
░░ An ExecStart= process belonging to unit rstudio-server.service has exited.
Jan 28 12:12:50 xxx systemd[1]: rstudio-server.service: Failed with result 'exit-code'.
░░ The unit rstudio-server.service has entered the 'failed' state with result 'exit-code'.
░░ Subject: A start job for unit rstudio-server.service has failed
░░ A start job for unit rstudio-server.service has finished with a failure.
Jan 28 12:12:50 xxx audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=rstudio-server comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 28 12:12:50 xxx systemd[1]: rstudio-server.service: Scheduled restart job, restart counter is at 5.
░░ Automatic restarting of the unit rstudio-server.service has been scheduled, as the result for
░░ Subject: A stop job for unit rstudio-server.service has finished
░░ A stop job for unit rstudio-server.service has finished.
Jan 28 12:12:50 xxx audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=rstudio-server comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 28 12:12:50 xxx audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=rstudio-server comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 28 12:12:50 xxx systemd[1]: rstudio-server.service: Start request repeated too quickly.
Jan 28 12:12:50 xxx systemd[1]: rstudio-server.service: Failed with result 'exit-code'.
░░ The unit rstudio-server.service has entered the 'failed' state with result 'exit-code'.
░░ Subject: A start job for unit rstudio-server.service has failed
░░ A start job for unit rstudio-server.service has finished with a failure.

# ps -aux |grep rserver
root        3273  0.0  0.0 221432   832 pts/0    S+   12:13   0:00 grep --color=auto rserver

# cat /etc/rstudio/rserver.conf
# Server Configuration File
# <- # returns command prompt no config set

# cat /etc/rstudio/rsession.conf
# R Session Configuration File
r-libs-user=~/R/library
#

# ls /var/log/rstudio-server/
# <- no files here

I am unable to understand why rstudio-server is exiting? Where to find the relevant logs?

Any help will be much appreciated.

OK- I figured it out.

This particular problem is with the package in fedora 33 updates repository and not with the package downloaded from "https://download2.rstudio.org/server/centos7/x86_64/rstudio-server-rhel-1.4.1103-x86_64.rpm"

# dnf info rstudio-server
Last metadata expiration check: 2:02:19 ago on Thu 28 Jan 2021 12:32:21 PM EST.
Installed Packages
Name         : rstudio-server
Version      : 1.4.1103
Release      : 1
Architecture : x86_64
Size         : 549 M
Source       : rstudio-server-1.4.1103-1.src.rpm
Repository   : @System
From repo    : @commandline
Summary      : rstudio-server
License      : AGPL v.3.0
Description  : RStudio is a set of integrated tools designed to help you be more productive with R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, and
             : workspace management.

Available Packages
Name         : rstudio-server
Version      : 1.4.1103
Release      : 1.fc33
Architecture : x86_64
Size         : 1.1 M
Source       : rstudio-1.4.1103-1.fc33.src.rpm
Repository   : updates
Summary      : Access RStudio via a web browser
URL          : https://github.com/rstudio/rstudio
License      : AGPLv3 and LGPLv2+ and ASL 2.0 and MIT and BSD and ISC and W3C and MPLv1.1 and CPL and CC-BY and Public Domain
Description  : RStudio is an integrated development environment (IDE) for R. It includes a
             : console, syntax-highlighting editor that supports direct code execution, as
             : well as tools for plotting, history, debugging and workspace management.
             :
             : This package provides the Server version, a browser-based interface to the RStudio IDE.

When I installed the package from the rstudio.org everything was fine. Therefore this should be brought to the attention of fedora33 rstudio-server package maintainer at redhat bugzilla. Not an issue for rstudio community.

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.