Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TZ envvar to default chart values #438

Open
npelikan opened this issue Nov 3, 2023 · 1 comment
Open

Add TZ envvar to default chart values #438

npelikan opened this issue Nov 3, 2023 · 1 comment
Labels
enhancement New feature or request rsc rsw

Comments

@npelikan
Copy link

npelikan commented Nov 3, 2023

When attaching lubridate, users will often see an error like:

> library(lubridate)
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down

Warning message:
In system("timedatectl", intern = TRUE): 
  running command 'timedatectl' had status 1

Investigation reveals this is related to rocker-org/rocker-versioned#242

I'd suggest we set the TZ envvar to UTC by default in PWB and PC containers so users don't see this confusing error.

@npelikan npelikan added enhancement New feature or request rsc rsw labels Nov 3, 2023
@fh-mthomson
Copy link
Contributor

FYI this is now set by default in the upstream containers: rstudio/rstudio-docker-products#725

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rsc rsw
Projects
None yet
Development

No branches or pull requests

2 participants