D
Deleted member 88227
Guest
Ive got a feeling the last day isn't the last day.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
I guess we'll call it a draw. I span up 40 EC2 single core free tier instances last night. I'd better shut them down before they start costing me money!
Great call to arms on this motqalden.
I guess we'll call it a draw. I span up 40 EC2 single core free tier instances last night. I'd better shut them down before they start costing me money!
Great call to arms on this motqalden.
My Sztaki task count was terrible today. They are all getting market as good and with credit, but even with all my VMs and a few systems I just can't get the tasks.
Whatever XtremeSystems is doing to pull down all the tasks and put up the huge numbers is impressive. I wish I knew what they were doing. They have some next level skills.
But the wrong people ...Yeah i was 3.5k 2 days ago and then 2.5k yesterday and it seems i will be lucky to get 1.5k today... I think there is just more people hitting the servers?
Guess they are serious about shutting it down today. This is posted on their home page now in big bright red lettering.
"SZTAKI Desktop Grid is going to close down officially on May 31. We will try to keep the server open as long as possible afterwards if needed, so all in-progress work units can be finished. Next, the project home page will be replaced by a static site containing the description and results for the applications of the project, and will be updated when we get new results from the scientists. We would like to thank you for your support and dedication for SZDG throughout the years!"
Keep running until CPU freezeDon't know about you guys but i am still pulling new work on this. 15 in progress as we speak.
no need for it ... specially if you run only CPU based projects.I'm not interested in spinning up more graphical Ubuntu instances. I would like to try and get a text based Linux image that boots up and auto runs BOINC and automatically starts any scripts needed.
They would see it and would need to leave Ars to keep themselves ... and we can pass the roadblock ...Wouldn't it be freaking funny as hell if this project is left running long enough to catch XS's ~600k points?
no need for it ... specially if you run only CPU based projects.
For GPU based projects it seems enough to install VNC server which brings enough of X to get the driver loaded. I still have one CentOS running this way for FAH. Console only.
Yeah I'm not getting many tasks anymore either.
ah, no ... VM will be ok. As you mentioned "graphical Ubuntu" I meant you could install just text-based Linux and skip all that UI stuff like X, Gnome or KDE ... just plain and simple text.So for Sztaki are you saying I don't need VMs for a CPU project like this? I'd certainly like to know a better way to get tons of "hosts".
I just configured 16 more Debian installs.
sudo apt-get curl
curl -fsSL get.docker.com -o get-docker.sh
sudo sh get-docker.sh
#!/bin/bash
docker swarm init
docker network create -d overlay --attachable boinc
#!/bin/bash
docker service create \
--replicas 50 \
--name boinc \
--network=boinc \
-p 31416 \
-e BOINC_GUI_RPC_PASSWORD="123" \
-e BOINC_CMD_LINE_OPTIONS="--allow_remote_gui_rpc" \
boinc/client
#!/bin/bash
docker run --rm --network boinc boinc/client boinccmd_swarm --passwd 123 --project_attach http://szdg.lpds.sztaki.hu/szdg/ ################
chmod +x setupswarm.sh
chmod +x launch50clients.sh
chmod +x addsztakitoswarm.sh
./setupswarm.sh
./launch50clients.sh <--This line will have notification out with a count up to 50 and saying it converged.
./addsztakitoswarm.sh
docker run --rm --network boinc boinc/client boinccmd_swarm --passwd 123 --get_project_status
docker run --rm --network boinc boinc/client boinccmd_swarm --passwd 123 --get_tasks
watch -n 140 docker run --rm --network boinc boinc/client boinccmd_swarm --passwd 123 --project http://szdg.lpds.sztaki.hu/szdg/ update