Posts by 0rax

1) Questions and Answers : Unix/Linux : Raspberry pi 4 error (Message 969)
Posted 8 Dec 2020 by 0rax
Post:
Just had a similar problem on my Raspberry Pi 3B+ and A+, seems to be correlated to locales and timezone as specified previously.

I was able to find quite a neat solution before stumbling upon this thread, if you are using systemd you can patch them in place (without modifying the original file) by creating a file named `/etc/systemd/system/boinc-client.service.d/environment.conf` with the following content:

[Service]
Environment=LANG=C
Environment=LC_ALL=C
Environment=TZ=UTC


This will force both the language to be the standard "C" locale and the timezone to be set to UTC (I needed all of that for some reason).

You can then just run
systemctl daemon-reload
systemctl restart boinc-client
and you should be able to run iThena WU fine.

It still kinda seems weird to me that I had to patch this system as I have a system set to UTC with the default en_us.UTF-8 locale set but whatever everything seems to work fine with that now.

If I may Dirk, I am currently in the process of moving some of my PIs to ARM64, do you have any input on how running arm32 and arm64 WU on the same host has been so far, any gotchas ? I'm thinking about running Universe@Home (arm32), WCG and LHC@Home on some of them.




© 2019-2024 iThena. All rights reserved. | Private Policy

Page generated on 16 May 2024, 17:49:29 UTC in 0.0401 seconds.