BOINC / boinc

Open-source software for volunteer computing and grid computing.
https://boinc.berkeley.edu
GNU Lesser General Public License v3.0
2.03k stars 449 forks source link

I can't install boinc-client-8.1.0-1274 on wsl1 #5880

Closed kotenok2000 closed 2 weeks ago

kotenok2000 commented 2 weeks ago

Describe the bug It fails during configuration stage while running Executing: /lib/systemd/systemd-sysv-install enable boinc-client System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down Steps To Reproduce

  1. Add nightly repository
  2. run "sudo apt install boinc"

Expected behavior A clear and concise description of what you expected to happen.

Screenshots

Image

System Information

Additional context Add any other context about the problem here.

AenBleidd commented 2 weeks ago

This is a known limitation of WSL. BOINC Linux package is not supposed to be installed on WSL.

kotenok2000 commented 2 weeks ago

I want to be able to run boinc from user directory, using this command. cd "/home/user/BOINC" && exec /usr/local/bin/boinc --gui_rpc_port 31417 $@

AenBleidd commented 2 weeks ago

Currently we don't support this type of installations in our Linux packages. And there are no plans to add it.