I have installed scylla db following the official docs steps.
service is not getting started. I am not able to debug this.
these are journlctl details.
root@e2e-93-3:~# sudo service scylla-server start
Job for scylla-server.service failed because the control process exited with error code.
See "systemctl status scylla-server.service" and "journalctl -xe" for details.
root@e2e-93-3:~# journalctl -xe
-- The result is RESULT.
Jan 26 16:11:41 e2e-93-3 systemd[1]: Dependency failed for Scylla JMX.
-- Subject: Unit scylla-jmx.service has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- Unit scylla-jmx.service has failed.
-- The result is RESULT.
Jan 26 16:11:41 e2e-93-3 systemd[1]: scylla-jmx.service: Job scylla-jmx.service/start failed with result 'dependency'.
Jan 26 16:11:41 e2e-93-3 systemd[1]: Dependency failed for Run Scylla Housekeeping daily mode.
-- Subject: Unit scylla-housekeeping-daily.timer has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- Unit scylla-housekeeping-daily.timer has failed.
-- The result is RESULT.
Jan 26 16:11:41 e2e-93-3 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=scylla-server comm="systemd" ex
Jan 26 16:11:41 e2e-93-3 systemd[1]: scylla-housekeeping-daily.timer: Job scylla-housekeeping-daily.timer/start failed with result 'dependency'.
Jan 26 16:11:41 e2e-93-3 systemd[1]: Dependency failed for Run Scylla Housekeeping restart mode.
-- Subject: Unit scylla-housekeeping-restart.timer has failed
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- Unit scylla-housekeeping-restart.timer has failed.
-- The result is RESULT.
Jan 26 16:11:41 e2e-93-3 systemd[1]: scylla-housekeeping-restart.timer: Job scylla-housekeeping-restart.timer/start failed with result 'dependency'.
Jan 26 16:11:41 e2e-93-3 sudo[63662]: pam_unix(sudo:session): session closed for user root
Jan 26 16:11:41 e2e-93-3 audit[63662]: USER_END pid=63662 uid=0 auid=1000 ses=46 subj==unconfined msg='op=PAM:session_close acct="root" exe="/usr/bin/
Jan 26 16:11:41 e2e-93-3 audit[63662]: CRED_DISP pid=63662 uid=0 auid=1000 ses=46 subj==unconfined msg='op=PAM:setcred acct="root" exe="/usr/bin/sudo"
Any help will be apprciated.