Bug ID 1227532
Summary BOINC not connecting to localhost
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware x86-64
OS openSUSE Tumbleweed
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee screening-team-bugs@suse.de
Reporter sanbar@gmail.com
QA Contact qa-bugs@suse.de
Target Milestone ---
Found By ---
Blocker ---

Boinc is unable to connect to localhost.

Running sudo systemctl start boinc-client yields the following error:

Failed to start boinc-client.service: Unit boinc-client.service has a bad unit
file setting.
See system logs and 'systemctl status boinc-client.service' for details

Running systemctl status boinc-client.service yields the following:

○ boinc-client.service - Berkeley Open Infrastructure Network Computing Client
     Loaded: bad-setting (Reason: Unit boinc-client.service has a bad unit file
setting.)
     Active: inactive (dead)
       Docs: man:boinc(1)

Cat boinc-client.service yields the following:

[Unit]
Description=Berkeley Open Infrastructure Network Computing Client
Documentation=man:boinc(1)
After=network-online.target

[Service]
Type=simple
EnvironmentFile=-/etc/sysconfig/boinc-client
Nice=10
User=boinc
ProtectHome=true
ProtectSystem=full
ProtectControlGroups=true
ReadWritePaths=-$BOINC_BOINC_DIR
WorkingDirectory=$BOINC_BOINC_DIR
CPUSchedulingPolicy=batch
Slice=background.slice
boinc logs (with --redirectio) to stdoutdae.txt and stderrdae.txt
#PermissionsStartOnly=yes
#ExecStartPre=/bin/sleep 1
#ExecStartPre=/usr/bin/touch /var/log/boinc-client.log
/var/log/boinc-client.err.log
#ExecStartPre=/usr/bin/chown $BOINC_BOINC_USR:$BOINC_BOINC_GRP
/var/log/boinc-client.log /var/log/boinc-client.err.log
ExecStart=/usr/bin/boinc --dir $BOINC_BOINC_DIR $BOINC_BOINC_OPTS
ExecStop=/usr/bin/boinccmd --quit
ExecReload=/usr/bin/boinccmd --read_cc_config
ExecStopPost=/bin/rm -f $BOINC_BOINC_DIR/lockfile

[Install]
WantedBy=multi-user.target


You are receiving this mail because: