Germano Massullo

Results 97 comments of Germano Massullo

> Multiple Electron-based applications are packaged for Fedora 41 as Fedora package maintainer and after having had a talk with some other fellow Fedora devs, I can tell you that...

Confirming on Fedora 24, BOINC 7.6.22

@ChristianBeer if I do not enter a username, the result is that BOINC manager remains not connected to any BOINC client.

``` # cat /etc/hosts 127.0.0.1 localhost.localdomain localhost ::1 localhost6.localdomain6 localhost6 ```

`$ boinccmd --get_state` works without specifing any IP address. My system used Firewalld and should be fine. ``` # firewall-cmd --info-zone=public public (active) target: default icmp-block-inversion: no interfaces: enp6s0 sources:...

Hi @ChristianBeer , I did some tries with `/var/lib/boinc/gui_rpc_auth.cfg` permissions and indeed it resolves the problem on all machines except one. So I need more time to give you a...

I did some tests. Note: my user always has been under boinc group. 1) I tried to `# systemctl stop firewalld` and the problem was not fixed, so it definitely...

I am sorry I have forgotten to write a part of my previous message: Any command like ``` boinccmd --passwd 1234567890 --read_cc_config boinccmd --host localhost --passwd 1234567890 --read_cc_config boinccmd --host...

``` $ boinccmd --passwd 12 --read_cc_config can't connect to local host $ boinccmd --host localhost --passwd 12 --read_cc_config can't connect to localhost $ boinccmd --host 127.0.0.1 --passwd 12 --read_cc_config can't...

Mmh yes I changed the password without restarting boinc. Now it get ``` $ boinccmd --passwd 12 --read_cc_config retval 0 $ boinccmd --host localhost --passwd 12 --read_cc_config retval 0 $...