Info | Message |
---|---|
1) Message boards : Questions and problems : gstate.init() fails error code 192
Message 112746 Posted 24 Sep 2023 by Graeme |
Actually at /usr/lib/systemd/system/ [Unit] Description=Berkeley Open Infrastructure Network Computing Client After=network.target [Service] Nice=10 User=boinc Environment="DISPLAY=:0" ExecStart=/usr/bin/boinc --dir /var/lib/boinc ExecReload=/usr/bin/boinccmd --read_cc_config ExecStopPost=/bin/rm -f /var/lib/boinc/lockfile [Install] WantedBy=multi-user.target No boinc-related service files in /etc/systemd |
2) Message boards : Questions and problems : gstate.init() fails error code 192
Message 112736 Posted 23 Sep 2023 by Graeme |
Yes, see the original post; the new version is made read-olny. |
3) Message boards : Questions and problems : gstate.init() fails error code 192
Message 112732 Posted 22 Sep 2023 by Graeme |
Was already a member: boinc:x:977:graeme |
4) Message boards : Questions and problems : gstate.init() fails error code 192
Message 112725 Posted 21 Sep 2023 by Graeme |
boinc --version: 7.24.1 x86_64-pc-linux-gnu, running on Mageia 9 Starting boincmgr gives an error message that " BOINC Manager is unable to start a BOINC client. Please run the client and try again" So as root: systemctl start boinc-client.service gives the error code 192, which one search suggests client_state.xml is not writable. It isn't: -rw-r--r-- 1 boinc boinc 99884 Sep 21 11:45 client_state.xml However, after making it writable: -rw-rw-rw- 1 boinc boinc 99884 Sep 21 11:43 client_state_prev.xml -rw-rw-rw- 1 boinc boinc 99884 Sep 21 11:45 client_state.xml Sytstemctl start boinc-client.service Sep 21 13:57:24 haydn.gemmill.name systemd[1]: boinc-client.service: Failed with result 'exit-code'. Sep 21 13:57:24 haydn.gemmill.name systemd[1]: boinc-client.service: Main process exited, code=exited, status=64/USAGE Sep 21 13:57:24 haydn.gemmill.name boinc[141301]: Error Code: -192 and client_state.xml is replaced by a read-only version: -rw-rw-rw- 1 boinc boinc 99884 Sep 21 11:45 client_state_prev.xml -rw-r--r-- 1 boinc boinc 99884 Sep 21 13:57 client_state.xml Can't find anything relevant on Google,, so I would like some ideas please. Thank you Graeme |
5) Message boards : Questions and problems : Daily quota
Message 92581 Posted 25 Aug 2019 by Graeme |
Thank you - I didn't realise that error results would affect the work flow. There were some errors reported, so I've rebooted the device to see if that clears things. Graeme |
6) Message boards : Questions and problems : Daily quota
Message 92575 Posted 25 Aug 2019 by Graeme |
Running boinc 7.4.23 arm-unknown-linux-gnueabihf on Raspberry pi. Project is Universe@Home. Getting "This computer has finished a daily quota of 1 tasks(sic)" How do I relax this limit? I can't find any relevant parameters in any .xml file I can see. Thanx Graeme |
7) Message boards : BOINC Manager : Links in Notices tab
Message 51795 Posted 20 Dec 2013 by Graeme |
Thanks Christian. It turns out that my EXPORT BROWSER=mozilla command was incorrect. |
8) Message boards : BOINC Manager : Links in Notices tab
Message 51752 Posted 17 Dec 2013 by Graeme |
Running BOINC 6.12.34 (x86) on Mandriva 2011.0 x86_64 There are currently 3 notices in my Notices tab: 11 Dec (new version) 21 Nov (Fundraising) 26 Nov (Gamma ray pulsars) None of the links marked "more" do anything. None of the other links in the Gamma ray pulsar notice do anything. The only link that works is the "here" link in Fundraising, which brings up my default word processor. Can someone tell me what should be happening with the other links? Thanks Graeme |
9) Message boards : Questions and problems : 64bit versions of Linux 7.0.65 and 7.2.26
Message 51077 Posted 29 Oct 2013 by Graeme |
$ ldd boinc ./boinc: /lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./boinc) ./boinc: /usr/lib64/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./boinc) ./boinc: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./boinc) linux-vdso.so.1 => (0x00007fffcbab8000) libcurl.so.4 => /usr/lib64/libcurl.so.4 (0x00007f2851f68000) libssl.so.1.0.0 => /lib64/libssl.so.1.0.0 (0x00007f2851ef0000) libcrypto.so.1.0.0 => /lib64/libcrypto.so.1.0.0 (0x00007f2851ce0000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f2851ad8000) etc etc. I agree it may not be a scientific BOINC error, but I was hoping the software developers might be able to explain the significance of the version references. I'll ask on the OpenMandriva forum. Graeme |
10) Message boards : Questions and problems : 64bit versions of Linux 7.0.65 and 7.2.26
Message 51062 Posted 28 Oct 2013 by Graeme |
Running OpenMandriva Beta x86_64 under VirtualBox. Downloaded both 7.0.65 and 7.2.26 to suss out problems before a real installation. Starting either gives the following errors multiple times: /lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/graeme/BOINC/boinc) /usr/lib64/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /home/graeme/BOINC/boinc) /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /home/graeme/BOINC/boinc However, the requested files ARE present: graeme@localhost BOINC]$ cd /lib64 [graeme@localhost lib64]$ ls -l|grep libssl -rwxr-xr-x 1 root root 320792 Aug 12 10:13 libssl3.so* -rwxr-xr-x 1 root root 456984 Oct 10 11:14 libssl.so.1.0.0* [graeme@localhost lib64]$ ls -l|grep libcrypto -rwxr-xr-x 1 root root 2136032 Oct 10 11:14 libcrypto.so.1.0.0* [graeme@localhost lib64]$ cd /usr/lib64 [graeme@localhost lib64]$ ls -l|grep libcurl lrwxrwxrwx 1 root root 16 Oct 17 01:51 libcurl.so.4 -> libcurl.so.4.3.0* -rwxr-xr-x 1 root root 423384 Aug 26 09:07 libcurl.so.4.3.0* Because lib64 libraries are being searched, I assume that boinc is not looking for 32-bit versions, but I can't find out what "version OPENSSL_1.0.0" or "version `CURL_OPENSSL_3'" mean. Can anyone explain? Thanks Graeme |
11) Message boards : Questions and problems : BOINC on x64
Message 40111 Posted 10 Sep 2011 by Graeme |
Dagorath, Thanks for your input. Looking at the Download page I found there was an earlier version, 6.10.58, which I have successfully downloaded and started, so I am back in business. Regards Graeme |
12) Message boards : Questions and problems : BOINC on x64
Message 40091 Posted 9 Sep 2011 by Graeme |
Up to now I've always downloaded from the BOINC site. Version was _6.12.34 |
13) Message boards : Questions and problems : BOINC on x64
Message 40087 Posted 9 Sep 2011 by Graeme |
Just moved to Mandriva 2011_x64. Downloaded the _x64 version of BOINC but when I start it, it can't find libnotify.so.1 So, I located this file and found it in /usr/lib64, and added that to my PATH, but BOINC still can't "find" it. Does BOINC search for files in Path? Sorry - can't read: the file that is available is libnotify.so.4. Can I set a symbolic link from ....so.4 to ....so.1? Graeme |
14) Message boards : Questions and problems : BOINC on x64
Message 40085 Posted 9 Sep 2011 by Graeme |
Just moved to Mandriva 2011_x64. Downloaded the _x64 version of BOINC but when I start it, it can't find libnotify.so.1 So, I located this file and found it in /usr/lib64, and added that to my PATH, but BOINC still can't "find" it. Does BOINC search for files in Path? TIA Graeme |
15) Message boards : Questions and problems : Data Migration
Message 22975 Posted 9 Feb 2009 by Graeme |
I have separate drives for Windows (C:), Windows applications (D:) and Windows data (E:), expressly to reduce the amount of fragmentation. I wanted to move BOINC data into E:\BOINC. BOINC moved 33 other application directories that were in D: (ie nothing to do with BOINC) below E:\BOINC, creating over 4000 errors in the registry. Fortunately, most of the time I run BOINC under Linux, but I am NOT impressed. |
16) Message boards : Questions and problems : Data Migration
Message 22971 Posted 9 Feb 2009 by Graeme |
During installation of boinc_6.4.5 (Windows 98) I was offered the opportunity to move data. I thought "why not - I have a data partition" so I accepted. BOINC moved ALL my application data, which I didn't expect or want. Even a number of applications that were not in C:\Documents and Settings\etc have ended up in the BOINC directory I created. Was that the intention? If so, we should have been warned! Graeme |
17) Message boards : Questions and problems : Installation eror with 6.4.5
Message 22969 Posted 9 Feb 2009 by Graeme |
Thanks; in fact a bit more googling in the cold grey light of day revealed the answer and the install is now running. Regards Graeme |
18) Message boards : Questions and problems : Installation eror with 6.4.5
Message 22961 Posted 9 Feb 2009 by Graeme |
Downloaded boinc_6.4.5 for windows. Installation claims that some feature is on a CD-ROM or other removable disk and wont proceed. Manwhile it has trashed the previous version. Advice please. Thanks Graeme |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.