ghactions icon indicating copy to clipboard operation
ghactions copied to clipboard

get rid of weird timedatectl error

Open maxheld83 opened this issue 6 years ago • 2 comments

System has not been booted with systemd as init system (PID 1). Can't operate.
> Failed to create bus connection: Host is down
> Warning message:
> In system("timedatectl", intern = TRUE) :
>   running command 'timedatectl' had status 1

maxheld83 avatar May 14 '19 12:05 maxheld83

happens on github actions as per https://github.com/r-lib/ghactions/commit/f00feb030d16e25ea5d0472a583820b6b19dbb6d

maxheld83 avatar May 21 '19 17:05 maxheld83

You should be able to avoid this by setting the TZ environment variable explicitly e.g. https://github.com/rocker-org/rocker-versioned/issues/89

jimhester avatar Jul 30 '19 21:07 jimhester