That's not good. You used RPi Config to set them, I believe? What is the output of this command:There is something screwy going on with locale settings
Code: Select all
locale
That's not good. You used RPi Config to set them, I believe? What is the output of this command:There is something screwy going on with locale settings
Code: Select all
locale
systemd-timesyncd is a daemon that has been added for synchronizing the system clock across the network. It implements an SNTP client. In contrast to NTP implementations such as chrony or the NTP reference server this only implements a client side, and does not bother with the full NTP complexity, focusing only on querying time from one remote server and synchronizing the local clock to it. Unless you intend to serve NTP to networked clients or want to connect to local hardware clocks this simple NTP client should be more than appropriate for most installations. The daemon runs with minimal privileges, and has been hooked up with networkd to only operate when network connectivity is available. The daemon saves the current clock to disk every time a new NTP sync has been acquired, and uses this to possibly correct the system clock early at bootup, in order to accommodate for systems that lack an RTC such as the Raspberry Pi and embedded devices, and make sure that time monotonically progresses on these systems, even if it is not always correct. To make use of this daemon a new system user and group "systemd-timesync" needs to be created on installation of systemd.
on the locale issue, the only locale generated on the b2 img is the en_US.UTF8 locale. which means even if you choose a different locale, you ain't gonna get it because they aren't present.Jerry3904 wrote: Tue Feb 02, 2021 4:28 pmThat's not good. You used RPi Config to set them, I believe? What is the output of this command:There is something screwy going on with locale settingsCode: Select all
locale
Code: Select all
sudo dpkg-reconfigure locales
I generated all locales. That gets rid of the terminal message about locales. Nitrogen still doesn't run, giving this error:Jerry3904 wrote: Tue Feb 02, 2021 8:19 pm @chrispop99 Please run the code DO posts, accepting the default "All" option (unless there is some better way to proceed). Then see if things work better, starting with nitrogen. Thanks.
Are you able to make a fresh image, use the Raspi config to set locale to GB, and see if Nitrogen works please?Jerry3904 wrote: Wed Feb 03, 2021 6:11 am Jeesh, thanks. Well, we're not using it OOTB so it's just an annoyance but I'd like to get it to work b/c it seems to work for the rest of the world.
OK, thanks for the heads up.Jerry3904 wrote: Wed Feb 03, 2021 7:00 am Thanks for the testing. That makes no sense to me, either.
Since choosing nitrogen means cancelling fehbg in startup as well, I'm going to take it off the image.