Hello. I'm running R 4.0.3 on the latest RStudio from within Ubuntu 20.04 on Windows via WSL2 (whew!). GUI is provided via the GWSL project (an X system).
Rstudio and R work very well in this environment. But there's one warning message that keeps getting repeated over and over again:
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to create bus connection: Host is down
It doesn't effect my results, but it obscures what I'm working on because it is constantly being repeated.
Some searches have led to the finding that WSL2 on Windows doesn't enable systemd, which I understand is system for background task processes. But I'm not running things in the background -- just Rstudio in the foreground (of course I launch some parallel tasks occassionally using foreach and doParallel, but I get the error irrespective of whether or not I do parallel processing).
Has anyone encountered this?