I have my older Intel 990X up and running again with Linux Mint 20 and my original RTX 2060 GPU back where it belongs. Now that it is up and running I need to make a few changes to my BOINC program running on it.
It has been so long I'm having trouble remembering (ol' man jokes aside) where the BOINC files are so I can modify the <cc_config.xml> and <app-info.xml> files. I know that the BOINC file itself is in the "home" directory, but it has nothing other than two files in it... unless they are 'hidden', in which case I don't have a clue what to do next. I also made some changes to the BOINC local directory in BOINC Manager so it didn't mess with the web based files used in my 3950X running Windows 10.
Any help would be greatly appreciated.
Proud member of the Old Farts Association
Copyright © 2024 Einstein@Home. All rights reserved.
For cc_config.xml try
)
For cc_config.xml try /etc/boinc-client.
For app_config.xml try /var/lib/boinc-client/projects/<project name> where <project name> for Einstein
is "einstein.phys.uwm.edu" (no quotes).
Joe
JHMarshall wrote:For
)
Joe, I have forgotten to say "Thank You!".
You've been very helpful.
Proud member of the Old Farts Association
You're welcome. I just
)
You're welcome.
I just recently started using Mint on a few virtual machines (VirtualBox). Mint is a very nice distribution. I normally run Windows 10.
Joe
JHMarshall wrote: I just
)
I too want to try running Linux Mint 20 either in a VirtualBox or as a dual boot with Windows 10. I haven't decided yet.
Proud member of the Old Farts Association
Hi, Just wanted to throw
)
Hi,
Just wanted to throw in another 2 cents worth.
In my Ubuntu Linux, the working data is in /var/lib/boinc-client.
Here is a two-level tree:
/var/lib/boinc-client$ tree -L 2
---
## have to use use sudo to get permissions to list...
# tree -L 2
├── account_einstein.phys.uwm.edu.xml
├── account_www.worldcommunitygrid.org.xml
├── all_projects_list.xml
├── ca-bundle.crt -> /etc/ssl/certs/ca-certificates.crt
├── cc_config.xml
├── client_state_prev.xml
├── client_state.xml
├── coproc_info.xml
├── daily_xfer_history.xml
├── get_project_config.xml
├── global_prefs_override.xml -> /etc/boinc-client/global_prefs_override.xml
├── global_prefs.xml
├── gui_rpc_auth.cfg -> /etc/boinc-client/gui_rpc_auth.cfg
├── job_log_einstein.phys.uwm.edu.txt
├── job_log_www.worldcommunitygrid.org.txt
├── lockfile
├── lookup_account.xml
├── lookup_website.html
├── master_einstein.phys.uwm.edu.xml
├── master_www.worldcommunitygrid.org.xml
├── notices
│ ├── archive_einsteinathome.org_rss_main.php.xml
│ ├── archive_www.worldcommunitygrid.org_viewNoticesRSSFeed.action.xml
│ ├── einsteinathome.org_rss_main.php.xml
│ ├── feeds_einstein.phys.uwm.edu.xml
│ ├── feeds_www.worldcommunitygrid.org.xml
│ ├── feeds.xml
│ └── www.worldcommunitygrid.org_viewNoticesRSSFeed.action.xml
├── projects
│ ├── einstein.phys.uwm.edu
│ └── www.worldcommunitygrid.org
├── remote_hosts.cfg -> /etc/boinc-client/remote_hosts.cfg
├── sched_reply_einstein.phys.uwm.edu.xml
├── sched_reply_www.worldcommunitygrid.org.xml
├── sched_request_einstein.phys.uwm.edu.xml
├── sched_request_www.worldcommunitygrid.org.xml
├── slots
│ ├── 0
│ ├── 1
│ ├── 2
│ ├── 3
│ ├── 4
│ ├── 5
│ ├── 6
│ └── 7
├── statistics_einstein.phys.uwm.edu.xml
├── statistics_www.worldcommunitygrid.org.xml
├── stderrgpudetect.txt
├── stdoutgpudetect.txt
└── time_stats_log
13 directories, 37 files
Have fun looking into projects and slots...
Happy Holidays,
Jay