original-birdman

Results 21 comments of original-birdman

> Hi @original-birdman , what's the build date of your image? About 2 days ago (but, as far as I remember, this has been a problem for a while -...

> @original-birdman , this should be fixed in the next build I now have `1.3.9+git3670+f9813ef-r0` which _appears_ to include the fixes mentioned, but the code is still sending a `timeradd`...

Now on to `1.3.9+git3732+a8eac35-r0`. The problem still persists, and I can see _nothing_ in the code of the referenced change that would have had any affect on it. So mystified...

This has actually been an issue for quite some time. It's only my report that is new.

`libjsoncpp24` may also be expected, but Jammy has `libjsoncpp25`.

This is the (minorly-modified to reflect my path usage) 7.16.3 systemd config file. This FAILS. ``` [Unit] Description=Berkeley Open Infrastructure Network Computing Client Documentation=man:boinc(1) After=network-online.target [Service] Type=simple ProtectHome=true PrivateTmp=true ProtectSystem=strict...

This is the (similarly slightly-modified) 7.14.2 systemd config file. This WORKS. ``` [Unit] Description=Berkeley Open Infrastructure Network Computing Client Documentation=man:boinc(1) After=network-online.target [Service] ProtectHome=true Type=simple Nice=10 User=boinc WorkingDirectory=/extra/BOINC/wlib ExecStart=/extra/BOINC/bin/boinc --dir /extra/BOINC/wlib...

Here is a context diff between the two: ``` --- BOINC/GMLbits/boinc-client.service 2019-06-19 10:20:21.000000000 +0100 +++ BOINC.new/GMLbits/boinc-client.service 2019-10-26 12:18:26.524522407 +0100 @@ -4,16 +4,37 @@ After=network-online.target [Service] -ProtectHome=true Type=simple +ProtectHome=true +PrivateTmp=true +ProtectSystem=strict...

I _have_ to modify it as I build it (BOINC) myself and put it into a non-system location (so it, and the downloaded job data, is preserved on a fresh...

Which has the wrong paths completely, so won't start anything.