21) Message boards : Number crunching : Recommended CVMFS Configuration for Native Apps - Comments and Questions (Message 44404)
Posted 27 Feb 2021 by wolfman1360
Post:
Very nice; thanks.
But I think it should be pointed out that the automatic configuration download no longer applies, insofar as I can see.
(sudo wget https://lhcathome.cern.ch/lhcathome/download/default.local -O /etc/cvmfs/default.local)

Maybe it could be updated?

I had this problem, as well. Probing immediately failed.
Perhaps that file could be updated with the minimum needed configuration, although I'm still unclear how one can actually optimize their configuration if it is just 1 or 2 machines on the same connection.
22) Message boards : Number crunching : Optimal CPU usage? (Message 44403)
Posted 27 Feb 2021 by wolfman1360
Post:
Hello,
Back crunching here a little after quite a long while, starting things off slow.
Currently have an duel Opteron 6128 and i7-3610qm.
They seem to be receiving a lot of Atlas tasks, which are multithreaded. I do not recall if there are others that are multi threaded as well - perhaps CMS?
In people's experience, what is more efficient? Less cores thus long runtimes or more cores and shorter runtimes, per task? I see these Atlas tasks run about 2.5 gb of ram per WU. is it just a matter of not oversaturating the ram, as it were?
Right now I am running 4 threads per task, as per project settings and max number of CPUs.

Welcome back.

Atlas is currently the only multi threaded application here. The most efficient usage of CPUs would be running with a single thread as the multi thread tasks have at the beginning and at the end of a task a section that uses only a single thread anyway. So other CPU threads reserved for that task are idling during that time. Also multiple threads are doing their job calculations independently from an other so they will not finish at the same time when all jobs have been done.

But CPU threads are not the only thing to worry about, there is also the memory consumption. The amount of memory an Atlas task uses is calculated like this: 3000 MB + n * 900 MB where n is number of threads. So a single CPU Atlas task uses 3900 MB and two CPU task uses 4800 MB. So if you have the cores available but are limited by the memory more threads are the way to go.

If you are keen on the credits you get then single CPU tasks earn more because credit is calculated from the run time and not the CPU time.

Good luck with your experiments.

Hi,
Yes, this Opteron only has 32 GB of memory, so a single task on a 16 core machine wouldn't go over so well.
I take it I should maybe try and slow down on the CMS tasks as well? I recall them taking a decent chunk of memory, too.
thanks
23) Message boards : Number crunching : Optimal CPU usage? (Message 44400)
Posted 26 Feb 2021 by wolfman1360
Post:
Hello,
Back crunching here a little after quite a long while, starting things off slow.
Currently have an duel Opteron 6128 and i7-3610qm.
They seem to be receiving a lot of Atlas tasks, which are multithreaded. I do not recall if there are others that are multi threaded as well - perhaps CMS?
In people's experience, what is more efficient? Less cores thus long runtimes or more cores and shorter runtimes, per task? I see these Atlas tasks run about 2.5 gb of ram per WU. is it just a matter of not oversaturating the ram, as it were?
Right now I am running 4 threads per task, as per project settings and max number of CPUs.
24) Message boards : ATLAS application : extraction failed: could not extract squashfs data, unsquashfs not found (Message 44399)
Posted 26 Feb 2021 by wolfman1360
Post:
The fallback proxies are configured by a script that is located on CERN's online repository cvmfs-config.cern.ch.
This is done because your defaul.local defines a squid that can't be accessed or does not even exist.
It looks like you simply copied the default.local file from the forum thread and did not read the comments inside.

There are 2 possible solutions:
1. To setup a local proxy and replace "squid" with it's hostname
2. To remove the "#" in front of CVMFS_HTTP_PROXY="auto;DIRECT"

(1.) would be the preferred method for clusters/single computers providing more than 5 worker nodes
(2.) is the simple solution
The limit of 5 should be seen as a magnitude rather than a sharp limit.


Don't forget an "[sudo] cvmfs_config reload" after you saved the changes.

<edit>
Sorry, checked the wrong logfile.
Your recent ones show that you are already running a proxy called "squid".
That's fine. Leave it this way.
[2021-02-25 18:47:47] 2.8.0.0 2129 1201 59336 79744 0 78 1907592 4096000 1399 130560 0 386235 98.3608 875279 454 http://s1fnal-cvmfs.openhtc.io/cvmfs/atlas.cern.ch http://squid:3128 0

</edit>

Both of these machines are running at different locations, so are single, and I do not believe require a local proxy.
The Opterons should really be retired soon. They are currently my space heater, but 2.0 ghz and over 130 plus w each is a little intense on the electric bill when there are Ryzen 3's that can outdo it these days.
25) Message boards : ATLAS application : extraction failed: could not extract squashfs data, unsquashfs not found (Message 44393)
Posted 26 Feb 2021 by wolfman1360
Post:
Any help appreciated.

Good to see that you got it running.

Nonetheless you may check your CVMFS setup.
It connects via a fallback proxy at Fermilab (131.225.188.245).
To get out why be so kind as to post the output of the following command:
cvmfs_config showconfig atlas.cern.ch |grep -E 'FALLBACK_PROXY|HTTP_PROXY|USE_CDN'

This is the output.
'FALLBACK_PROXY|HTTP_PROXY|USE_CDN'
CVMFS_EXTERNAL_FALLBACK_PROXY=
CVMFS_EXTERNAL_HTTP_PROXY=
CVMFS_FALLBACK_PROXY='http://cvmfsbproxy.cern.ch:3126;http://cvmfsbproxy.fnal.gov:3126'    # from /cvmfs/cvmfs-config.cern.ch/etc/cvmfs/domain.d/cern.ch.conf
CVMFS_HTTP_PROXY='http://squid:3128;DIRECT'    # from /cvmfs/cvmfs-config.cern.ch/etc/cvmfs/domain.d/cern.ch.conf
CVMFS_USE_CDN=yes    # from /etc/cvmfs/default.local


For reference, I followed this guide.
https://cvmfs.readthedocs.io/en/stable/cpt-quickstart.html
Followed by
https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=4971
However, while this method has always been tried and true in the past, I got immediate failures when running 'cvmfs_config probe'.
So then it was on over to this thread https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=5594
I copied the default.local outlined in this thread and now things seem to be going fairly okay, I think.
For what it's worth, I feel like at this point I'm one of those monkeys trying to write Shakespeare, pounding keys and hoping for a miracle. I quite literally have no idea what is making things work behind the scenes or what my part in it is (CVMFS and native theory specifically).
Thank you for everyone who have taken the time to pile all these resources together. Now I just need to figure out how to optimize my setup, perhaps.
26) Message boards : ATLAS application : extraction failed: could not extract squashfs data, unsquashfs not found (Message 44386)
Posted 25 Feb 2021 by wolfman1360
Post:
Hello
Back after a long while and figured I'd start off small with just an old dual Opteron 6128.
Boinc 7.16.6, Ubuntu 20.04, virtual box 6.1.16, and to my knowledge cvmfs working (at least the probe worked just fine).
I am a complete newbie at this, so any help is appreciated.
The following task errored out. The machine is set to use 4 CPU cores per task, has plenty of ram (32 GB).
https://lhcathome.cern.ch/lhcathome/result.php?resultid=302706770
If any more info is needed please let me know.
Any help appreciated.

Edit: Well, used apt-get to install and now we're crunching just fine. I don't recall this happening before. Does this not get installed alongside anymore?
Making a checklist for this project so this is good to know.
For reference,
sudo apt-get install squashfs-tools
27) Message boards : Number crunching : Bandwidth and ram for vb and native tasks? (Message 41097)
Posted 28 Dec 2019 by wolfman1360
Post:
I'm not understanding your last point, but then I'm not a solid Linux user and a lot of things are still over my head - I'm assuming what you mean is the project was calling too much of the CPU into action and it couldn't keep up.
Is there a big difference in which tasks you run vs. credits? For instance does Atlas pay more than sixtrack? How are your Ryzen's configured? My machines are 16-32 gb ram with my Ryzen 7 having 64 gb total, so it should be able to handle 7 2-core Atlas's just fine with my other i7's having 1 or 2 core Atlas's running depending on 16 or 32 gb of ram and 75% CPU usage.

It's a quiet Christmas eve here, so I'm currently throwing together an old Xeon w3520 I found in the parts drawer. I think I have an i7 from the same time period here somewhere...will be two good space heaters in my office in the cold Canadian winter, I just need to find a cooler for the latter and see how my electric bill fairs. No cases on either of these - not enough room, ironically. They will of course both run Linux - my main desktop and laptop will continue running Windows, at least for now, while I slowly but surely navigate around the Linux command line and learn how to break things, then fix them. Old as these are every little bit will help is my motto.


Here is a short history of load averages in Linux. It has two things going for it: First, it is very well written, has a simple to understand summary on the first page, and provides concrete examples with code snippets later on. Second, it was the very first article that came up when I did a Google search for "Unix load average explained".

http://www.brendangregg.com/blog/2017-08-08/linux-load-averages.html


That was quite informative. Very interesting reading there.
thanks for that.
28) Message boards : ATLAS application : error on Atlas native: 195 (0x000000C3) EXIT_CHILD_FAILED (Message 41096)
Posted 27 Dec 2019 by wolfman1360
Post:
Thank you for catching that. Apparently trying to read things at 2 in the morning is hard.
I have installed Python 2.7, I have not set up a second Boinc instance however I have also done
sudo chmod -R 777 /var/lib/boinc-client
Hopefully everything is good from now on. I did not see that Python was a prerequisite for Atlas native either but I of course may have missed that.
It will be fantastic when this is no longer needed - hopefully that comes out of dev soon.
29) Message boards : ATLAS application : error on Atlas native: 195 (0x000000C3) EXIT_CHILD_FAILED (Message 41089)
Posted 27 Dec 2019 by wolfman1360
Post:
Hello,
I am getting this error on Atlas native tasks like https://lhcathome.cern.ch/lhcathome/result.php?resultid=256862538 or https://lhcathome.cern.ch/lhcathome/result.php?resultid=256862442

I'm pretty sure I have everything installed correctly as tasks like https://lhcathome.cern.ch/lhcathome/result.php?resultid=256735752 finish successfully.

I'm at a loss of what to do here. All machines running Boinc 7.9.3.
Suspending Atlas on these machines for the time being.
A quick search of the forum yielded CMS was not installed (it is).
Any help appreciated here.
30) Message boards : Number crunching : Bandwidth and ram for vb and native tasks? (Message 41064)
Posted 24 Dec 2019 by wolfman1360
Post:
...I do have other machines that are in datacenters and internet isn't an issue. One day that 300/25 will come my way and I can be happy. And maybe a few more Ryzens too.
I'm aiming for theoretically using up around 75% of each machine if at all possible. Should I be aiming at more or less? Basically 2 threads not being used on an 8 threads machine and similar on 16 - though might bump that up to 3 not in use.


I started LHC@home with one Ryzen 3700X (my desktop) running at 25-75% load for 10 days straight and then added a second (my server) running at 75%-100% load. 15 days after that (25 days total) I had one million points for this project. So yes, running at less than 100% is very do-able especially if you have lots of threads, RAM, and need your systems for other tasks.

EDIT: I forgot to add that when running the server at 75% the "load average" (how many treads were asking my kernel for a CPU at once) was a little less than 13 on average. When I turned LHC up to 100% the load average would quickly spike into the low 20's and stay there. That's not good on a system that can only handle 16 threads.

I'm not understanding your last point, but then I'm not a solid Linux user and a lot of things are still over my head - I'm assuming what you mean is the project was calling too much of the CPU into action and it couldn't keep up.
Is there a big difference in which tasks you run vs. credits? For instance does Atlas pay more than sixtrack? How are your Ryzen's configured? My machines are 16-32 gb ram with my Ryzen 7 having 64 gb total, so it should be able to handle 7 2-core Atlas's just fine with my other i7's having 1 or 2 core Atlas's running depending on 16 or 32 gb of ram and 75% CPU usage.

It's a quiet Christmas eve here, so I'm currently throwing together an old Xeon w3520 I found in the parts drawer. I think I have an i7 from the same time period here somewhere...will be two good space heaters in my office in the cold Canadian winter, I just need to find a cooler for the latter and see how my electric bill fairs. No cases on either of these - not enough room, ironically. They will of course both run Linux - my main desktop and laptop will continue running Windows, at least for now, while I slowly but surely navigate around the Linux command line and learn how to break things, then fix them. Old as these are every little bit will help is my motto.
31) Message boards : Number crunching : Only getting Theory app tasks (Message 41057)
Posted 24 Dec 2019 by wolfman1360
Post:
I think it also depends on the Boinc scheduler. For instance, on one of my machines, when I attached, I was told that none of my selected projects (CMS, Theory, Atlas) had work available. The website however still showed tasks available and Not long after that they were crunching away. So I think it also comes down to patience.

Regardless, still have a lot of work to do with my app config. Never had to specify ram before so this ought to be fun.
32) Message boards : Number crunching : Bandwidth and ram for vb and native tasks? (Message 41045)
Posted 24 Dec 2019 by wolfman1360
Post:
I see you are on Ubuntu 18.04.3. I have not had much luck getting native ATLAS to work on recent installs (native Theory is OK).
Let me know what you come up with.

I'd answer that, but my 4 Linux machines haven't received any Atlas tasks. 3 out of 4 received Theory, the last one wasn't able to get anything but Sixtrack, and nothing was able to pull CMS. One of my Windows machines did get 2 Atlas tasks (ironically, I have 2 CPU cores set in preferences with unlimited jobs. I guess I have to make an app config for what I want specifically on each machine).
I still need to do some fiddling, I think Boinc is failing to recognize Intel VTX is enabled on one machine, but I also know that's in the checklist, so I'll get to that at some point.
For some reason I figured this would be a lot more involved, but once everything is set up correctly - and really all the setup involved were the few commands in Linux - everything went smoothly.
My next question. In regards to native, are there any tweeks folks recommend making to the default.local file or is it fine as is? I just grabbed the one referenced over at https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=4971
thanks
33) Message boards : Number crunching : Bandwidth and ram for vb and native tasks? (Message 41043)
Posted 24 Dec 2019 by wolfman1360
Post:
I can only speak for Linux:

Native ATLAS takes 2 GB, and CMS (VBox) takes 3 GB. At least that is what they show in BoincTasks, but actual usage is less. I expect you will need to plan for the worst-case in order to run the number you want.
Theory (native) is very small - averaging around 20 MB, though occasionally more, and SixTrack only about 100 MB in Linux.

Okay, so apart from Theory, which I thought took tons more, even on Linux, I had everything almost right, if a little backwards. Thanks
The RAM usage is well known but I think the bandwidth is not. You can get a total daily transfer history from BOINC on the command line:

boinccmd --get_daily_xfer_history


But it will not be broken down by project and/or sub-project. It will just show the daily transfer totals for that host. If you have a proxy server running for your BOINC clients you might be able to save a lot of network traffic with it on the native workloads.

Oh that will be a life saver - thank you. I plan on making LHC exclusive, at least for a little while, apart from maybe CPDN. Local proxies are far, far down the road for me. This will be by far one of the most involved projects I'll be in - or maybe that's me overthinking and overcomplicating everything....

I guess this means 75 Mbit/s download and 3-4 Mbit/s upload?
75 down are far away from being a problem in this case.

3-4 up might be a problem.

Yes, that's what I meant - Mbit.
I do have other machines that are in datacenters and internet isn't an issue. One day that 300/25 will come my way and I can be happy. And maybe a few more Ryzens too.
I'm aiming for theoretically using up around 75% of each machine if at all possible. Should I be aiming at more or less? Basically 2 threads not being used on an 8 threads machine and similar on 16 - though might bump that up to 3 not in use.
34) Message boards : Number crunching : Bandwidth and ram for vb and native tasks? (Message 41038)
Posted 23 Dec 2019 by wolfman1360
Post:
So all Windows and Linux machines have finally run dry over here. Time to actually migrate over to LHC.
Do all tasks using native and / or virtual box require constant internet access? I have 75 down and a claimed 6 up, yet only get around 3-4. Will this be a problem with around 5 8-core machines and 1 16? I'm assuming CMS, Theory and Atlas use similar amounts of bandwidth with more incoming than outgoing.

Now for ram - from my reading, Atlas takes the most for a singlecore task with CMS behind that and theory taking the least, even less so for native tasks under Linux.
Just as an example on my 12 thread i7-8750H, which has 32 GB ram running Windows 10. I should be fine running 10 single core theory or CMS tasks, however should run 3 4-core Atlas tasks to prevent the use of too much ram?

Thanks. I will of course be experimenting slowly. I don't want to start off with more than the machines or internet can handle. All of the machines I'm referencing apart from the laptop are dedicated crunchers.
35) Message boards : Number crunching : Max # jobs and Max # CPUs (Message 41037)
Posted 23 Dec 2019 by wolfman1360
Post:
I don't think anyone answered one of your questions:

... on the single little core 2 duo I have running on here, if there was an Asteroids at home task running, and boinc decided a native theory Atlas task should start, with max number of jobs CPUs set to 2, there would be 2 theory Atlas tasks using 0.5 CPUs (sharing one core) and asteroids would use the second if max CPUs was also set to 2. Am I understanding this correctly …?
No - the number of CPUs to be used by an (Atlas, either native or VBox) task is specified by that setting and then passed as a requirement down the chain. So if you set it to 2, the client will have to set aside two cores for it, and will therefore either wait until your Asteroids task has finished leaving the other core idle, or else find another single-core job (e.g. Sixtrack) to do in the meantime which won't finish at the same time and the cycle restarts...

So it's best not to set #CPUs to completely fill the machine, unless you dedicate it to only running Atlas. (In which case you also have to remember to untick the "If no work for selected applications is available, accept work from other applications?" box!)

Thanks for this. Sorry for the late reply.
I've got a few questions before I actually migrate all my hosts over here that I'll throw up in a separate thread. I think I have most of them figured out, but reading through the forums is still leaving a few questions unanswered, in particular the network and bandwidth aspect.
36) Message boards : Number crunching : Max # jobs and Max # CPUs (Message 40969)
Posted 15 Dec 2019 by wolfman1360
Post:
you are already running Theory OK, you have CVMFS installed properly, so try native ATLAS.
And since you have 32 GB of memory, you can set Max # CPUs 1 and use some of it, as it is a little more efficient than using more cores per work unity (which is used if you want to save on memory).

BUT: I have found that to run native ATLAS, you have to grant additional permissions after attaching to LHC and downloading at least one native ATLAS.
Then: Your run "sudo chmod -R 777 /var/lib/boinc-client" and reboot. Then it might work.

So, set number of cores to 1, number of tasks to unlimited for the 32 gb machine. The core 2 duo only has 4 gb, but is also running Linux. Should that be okay with Atlas too? It seems to be crunching away at theory right now. I'll keep that command in mind when I get an Atlas task.[/quote]

And don't even think of upgrading to BOINC 7.16.3, or native ATLAS falls apart.

Everything else is pretty easy beyond that. To run CMS all you need is VirtualBox.
And for SixTrack you don't even need that.

Well. I am unfortunately running Boinc 7.16.3 thanks to costamagnagianfranco/boinc. Is there a quick method to downgrade to an earlier version or am I out of luck?

So to summarize: Number of CPUs only applies to atlas and I should set it to 1 (with 32 gb ram), number of tasks set to unlimited since I want all cores filled in that case. With machines with half the ram I should set an alternative profile with CPU cores set to 2 and jobs again set to unlimited. Should I specifically run Atlas tasks to start with under both since I hear multicore tasks can reek havoc on single core tasks?

I do have Windows hosts, they're just finishing up on another project and then I'll start porting everything over here, though this does beg an interesting question since I can't find it in the forums. I do have a Ryzen 1800x which for some unknown reason does not have virtualization able to be selected in the bios. Does native in Linux allow one not to have that running and still get by, or does it need to be enabled even if you're not using virtual box? On a similar note, do I need to install additional packages under virtual box or is that just to be able to view the current VM status? Under Linux most of my machines are headless so this would be pointless?
37) Message boards : Number crunching : LHC on android (Message 40968)
Posted 15 Dec 2019 by wolfman1360
Post:
2 months late, but does this still only support Android 8 and below?
I'm running Android 9 on one (and 10) on 2 other fairly high end Android devices so hopefully this can get fixed soon.
Really hard to find boinc projects that will run on Android these days. A waste of 24 cores, even if they don't hold a candle to x86.
38) Message boards : Number crunching : Max # jobs and Max # CPUs (Message 40965)
Posted 15 Dec 2019 by wolfman1360
Post:
Hello,
Please let me know if this is the wrong thread. I've been doing some forum searching and just want to make sure I'm understanding this correctly.
I am one of those new users and am struggling to understand, but think I have it figured out.
All projects, apart from Atlas, are single threaded, regardless if they run on Native for Linux or vbox for Windows. This is why max number of CPUs is offered and if it is changed, vms it will use that many cores, regardless if a task from another project was running. For instance, on the single little core 2 duo I have running on here, if there was an Asteroids at home task running, and boinc decided a native theory task should start, with max number of jobs set to 2, there would be 2 theory tasks using 0.5 CPUs (sharing one core) and asteroids would use the second if max CPUs was also set to 2. Am I understanding this correctly or does this also apply to Atlas?

I have a few Haswell machines with 32 GB of ram, an older Sandy bridge i7 with 16, and an fx8350. I take it setting max number of CPU and jobs is dependent on what subprojects I'd like to run? Keep in mind these are dedicated crunchers - 3 out of the 4 are running linux but I'm unsure of how to start off and don't want to overburden myself with work or end up having failed tasks because I didn't configure something correctly.

Any recommendations on a per project basis? I'm still trying to figure out the ins and outs of each - runtimes, resources, etc. i like how it's a little more involved and requires a little more work on the Linux side. I feel like I'm actually contributing to something special.

thanks.
39) Message boards : Theory Application : Taking the plunge, but making sure I understand everything correctly first. (Message 40064)
Posted 2 Oct 2019 by wolfman1360
Post:
Hello.
After seeing https://lhcathome.cern.ch/lhcathome/forum_thread.php?id=5136 I figured I'd give this another shot. My last attempt didn't go too well, but I think it was due to a late hour and several missed steps on my part. Coincidentally, shortly after receiving errors, the machine entered a boot loop after restarting - but only now have I figured out that it just required reseating the ram. On to the questions.

Does this, as well as Atlas, require constant internet connectivity? From some reading, though I'm not sure if I am understanding this correctly, using openhtc.io improves CPU efficiency because of improved latency / ping times?
I've been reading about Squid proxy. Does involve two machines on the same network? Is this needed or is this just for added convenience and less bandwidth? Right now, at least on this network, there will only be this machine.
After installing this, Virtual box is no longer needed in conjunction? If it is, can the entire thing be managed headless, for the most part?
How much disk space am I looking at? The machine has a 120 gb ssd and 16 gb of ram paired with an fx8350. Any specific settings in project preferences I should be paying attention to with this in mind?
I'll be using Boinc tasks to monitor this remotely. I'm assuming that while this is running there can be no other projects alongside?
What bandwidth usage am I looking at?
I do have several Windows hosts. Would WSL (Windows subsystem for Linux) work as a substitute, or is this too complex for Microsoft's integration to handle? I'm sure there are countless limitations and I would just assume that Windows Boinc would simply run the needed CVMFS or other applications, after they were installed of course. Probably just a dream at this point.
Any other tips, tricks, hints or things that I am clearly missing?

I'm super excited to get this going. While some may see it as a negative, I feel like these few extra steps really add something to the eventual crunching. It makes it fun and engaging when things aren't always what they seem and we find new ways to crunch those numbers without the vm errors cropping up. It's like being a part of something not many delve into. And it gives me an excuse to work in a Linux environment.

thank you for any help.[/list][/url]
40) Message boards : Theory Application : Simple Bash script which sets everything up automatically to run native apps (Message 40063)
Posted 2 Oct 2019 by wolfman1360
Post:
I want to give you a great big hug right now.
I am far from a Linux expert. I completely ( and I mean completely) borked up a machine running Linux (Ubuntu 1804) attempting to install this (apart from boinc) all on my own. At this point, I'm failing to remember the specifics, but I do remember quite clearly that I was having issues with CVMFS. I vaguely remember it attempting to replace various libraries having to do with boinc as well as a few other things. Thinking nothing of it, as the machine was running headless and Linux has never given me any issues before, I went ahead with it.
I received several errors after this - again, I don't specifically remember the steps taken here - only that when attempting to reboot the system, it failed to come back up, and physically getting to it later found it to be in an infinit bootloop. I do remember that cvmfs_config probe was getting me nowhere at the time. Said machine is still sitting here, so I will throw Ubuntu 1804 on it again and start from scratch.

Regardless, I look forward to giving this another shot. This is my excuse to delve into Linux and break things. I'm still confused as to what exactly this application does vs. virtualbox. Does this require an alternative version of Boinc to run alongside, or am I missing something completely and utterly obvious? Of course I am probably overcomplicating just about everything. Seems like this also uses a ton of internet traffic, which I have no issues with.
Sorry for the very drawn out post and perhaps silly questions.
thank you again for putting this together and if there is anything I can do to help let me know.


Previous 20 · Next 20


©2024 CERN