rdrr-io / rdrr-issues

rdrr.io issues
34 stars 7 forks source link

Online Calculation down #119

Open Vartkat opened 2 months ago

Vartkat commented 2 months ago

Here is what I get today 👍 System has not been booted with systemd as init system (PID 1). Can't operate. Failed to create bus connection: Host is down date lat lon sunrise sunriseEnd 1 2024-06-19 48.96719 2.311971 2024-06-19 05:47:34 2024-06-19 05:51:41 sunset sunsetStart 1 2024-06-19 21:59:19 2024-06-19 21:55:11 Warning message: In system("timedatectl", intern = TRUE) : running command 'timedatectl' had status 1

I think you have to reboot the machine

ihowson commented 2 months ago

Which package are you trying to use? Can you share the code that you're trying to run?

Vartkat commented 2 months ago

library(suncalc) getSunlightTimes(date = Sys.Date(), lat = 48.967195, lon = 2.311971, tz = "CET", keep = c("sunrise", "sunriseEnd", "sunset", "sunsetStart"))

answer is

System has not been booted with systemd as init system (PID 1). Can't operate. Failed to create bus connection: Host is down date lat lon sunrise sunriseEnd 1 2024-07-09 48.96719 2.311971 2024-07-09 05:58:16 2024-07-09 06:02:17 sunset sunsetStart 1 2024-07-09 21:55:54 2024-07-09 21:51:53 Warning message: In system("timedatectl", intern = TRUE) : running command 'timedatectl' had status 1