can anyone please tell me what should I do in order to give my processor capability using boinc manager by allowing it bypass my firewall? This firewall isn't helping me connect to the boinc manager. How should I configure my firewalld to let boinc manager access my computer's hardware space and computing utilities? There are many people who want to get speed for their systems that do distributed data work on proteins and disease analysis. I want some people to help me configure my system to release its computing capabilities to our scientists and doctors out there searching for a cure to Coronavirus. I use KDE plasma desktop on Fedora Scientific spin based on Fedora 29. My system in 4GB RAM and 4GB with the following system config: 5.3.11-100.fc29.x86_64 In fact the block devices info is as follows:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 149.1G 0 disk ├─sda1 8:1 0 1G 0 part /boot └─sda2 8:2 0 148.1G 0 part ├─fedora-root 253:0 0 50G 0 lvm / ├─fedora-swap 253:1 0 3.9G 0 lvm [SWAP] └─fedora-home 253:2 0 94.1G 0 lvm /home sdb 8:16 0 465.8G 0 disk ├─sdb1 8:17 0 73.2G 0 part /run/media/srikanth/Arts ├─sdb2 8:18 0 73.2G 0 part /run/media/srikanth/Russian ├─sdb3 8:19 0 146.5G 0 part /run/media/srikanth/Reposoft └─sdb4 8:20 0 172.8G 0 part /run/media/srikanth/engineering sr0 11:0 1 1024M 0 rom sr1 11:1 1 14.2M 0 rom
The project I want to run is "not available"
Each project operates its own server and web site, and these are sometimes offline for hours or days. Keep trying periodically, and consider attaching to other projects.
BOINC says it can't communicate
Your computer may have "firewall" software that prevents BOINC from performing network communication. Configure your firewall so that BOINC's programs (boinc.exe and boincmgr.exe) are allowed to communicate.
Have you tried it yet? My quick search shows that no firewalld changes should be necessary. The BOINC client will initiate the connection to the master servers. Firewalld does not filter outbound connections. It should work out of the box.
If think is dropping the packets then use
# firewall-cmd --set-log-denied=all
Then try BOINC again and check dmesg for dropped packets.
# dmesg
Hope that helps. Eric.
On Wed, Mar 18, 2020 at 07:42:07PM -0000, Srikanth Hannabeprakash wrote:
can anyone please tell me what should I do in order to give my processor capability using boinc manager by allowing it bypass my firewall? This firewall isn't helping me connect to the boinc manager. How should I configure my firewalld to let boinc manager access my computer's hardware space and computing utilities? There are many people who want to get speed for their systems that do distributed data work on proteins and disease analysis. I want some people to help me configure my system to release its computing capabilities to our scientists and doctors out there searching for a cure to Coronavirus. I use KDE plasma desktop on Fedora Scientific spin based on Fedora 29. My system in 4GB RAM and 4GB with the following system config: 5.3.11-100.fc29.x86_64 In fact the block devices info is as follows:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 149.1G 0 disk ├─sda1 8:1 0 1G 0 part /boot └─sda2 8:2 0 148.1G 0 part ├─fedora-root 253:0 0 50G 0 lvm / ├─fedora-swap 253:1 0 3.9G 0 lvm [SWAP] └─fedora-home 253:2 0 94.1G 0 lvm /home sdb 8:16 0 465.8G 0 disk ├─sdb1 8:17 0 73.2G 0 part /run/media/srikanth/Arts ├─sdb2 8:18 0 73.2G 0 part /run/media/srikanth/Russian ├─sdb3 8:19 0 146.5G 0 part /run/media/srikanth/Reposoft └─sdb4 8:20 0 172.8G 0 part /run/media/srikanth/engineering sr0 11:0 1 1024M 0 rom sr1 11:1 1 14.2M 0 rom _______________________________________________ firewalld-users mailing list -- firewalld-users@lists.fedorahosted.org To unsubscribe send an email to firewalld-users-leave@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/firewalld-users@lists.fedorahos...
firewalld-users@lists.fedorahosted.org