Thread 'Docker installation unsuccessful on Ubuntu 24.10.'

Message boards : Number crunching : Docker installation unsuccessful on Ubuntu 24.10.
Message board moderation

To post messages, you must log in.

AuthorMessage
Drago75

Send message
Joined: 23 Mar 23
Posts: 4
Credit: 90,531
RAC: 1,766
Message 79 - Posted: 27 Apr 2025, 20:12:06 UTC

I copied and pasted the two install lines for linux but still I am getting the message that docker wasn't present. Anything else I may overlook? There is no VM on this laptop. Is virtualization needed? I don't think I can activate it in BIOS on this machine.
ID: 79 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ProfileContact
Avatar

Send message
Joined: 19 Feb 23
Posts: 12
Credit: 4,902
RAC: 67
Message 80 - Posted: 28 Apr 2025, 0:17:10 UTC - in response to Message 79.  

You need to use the latest BOINC Alpha version and install Podman https://boinc.berkeley.edu/linux_install.php

Install the alpha version of BOINC on Ubuntu 24.04
In a terminal window, enter:

sudo curl -fsSL https://boinc.berkeley.edu/dl/linux/alpha/$(lsb_release -cs)/boinc.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/boinc.gpg
sudo echo deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/boinc.gpg] https://boinc.berkeley.edu/dl/linux/alpha/$(lsb_release -cs) $(lsb_release -cs) main | sudo tee /etc/apt/sources.list.d/boinc.list > /dev/null
sudo apt update
sudo apt install boinc-client boinc-manager

On headless systems, omit 'boinc-manager'. On such systems, the BOINC client can be controlled either using boinccmd, or using a remote GUI.

Details on the installer are here.

GPU computing
If the system has a GPU, it may be usable by BOINC projects that have GPU-enabled apps. On some systems you may need to install GPU drivers that support this.

Check the BOINC client's output on startup. It should detect your GPU (NVIDIA, AMD, or Intel) using OpenCL, and NVIDIA GPUs should also be detected using CUDA. If not, check whether updated drivers are available for your GPU type and Linux distro. In general, vendor-supplied drivers may be preferable to open-source drivers.

Install Podman
Some BOINC projects use Docker to package their applications. We recommend that you install Podman, an open-source version of Docker. To do so:

sudo apt install podman
sudo usermod --add-subuids 100000-165535 --add-subgids 100000-165535 boinc

Configuration
You must tell BOINC which science projects to compute for. The recommended way is to use Science United, where you choose science areas rather than individual projects.

Create an account on Science United.
Attach this computer to the Science United account.
You can configure BOINC to limit its computing, memory usage, and disk usage. Do this using the BOINC Manager (Options / Computing Preferences) or the Computing Preferences form on the Science United website.

Uninstall
To remove BOINC:

sudo apt remove boinc-client boinc-manager

ID: 80 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Drago75

Send message
Joined: 23 Mar 23
Posts: 4
Credit: 90,531
RAC: 1,766
Message 82 - Posted: 28 Apr 2025, 7:28:47 UTC - in response to Message 80.  
Last modified: 28 Apr 2025, 7:51:16 UTC

Thanks for the info. I tried to update BOINC already but when I copy and paste the first installation command into the terminal the response is "sudo: curl command not found". After some research I found that "curl" is a program that needs to be installed separately.

With curl installed I tried to execute the first install command again, this time I got the following error: The requested URL returned error: 404.
ID: 82 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Vitalii Koshura
Avatar

Send message
Joined: 26 Nov 21
Posts: 11
Credit: 69
RAC: 0
Message 89 - Posted: 28 Apr 2025, 16:04:44 UTC - in response to Message 82.  

What is your OS?
BOINC maintainer.
For any insight, check my BOINC Development Blog.
ID: 89 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
rilian
Avatar

Send message
Joined: 21 Mar 24
Posts: 2
Credit: 9
RAC: 0
Message 90 - Posted: 28 Apr 2025, 16:24:33 UTC - in response to Message 80.  

In reply to Contact's message of 28 Apr 2025:
You need to use the latest BOINC Alpha version and install Podman https://boinc.berkeley.edu/linux_install.php

Install the alpha version of BOINC on Ubuntu 24.04
In a terminal window, enter:


With this instruction my computer successfully finished a task in ~1h. Thank you!
I crunch for Ukraine
ID: 90 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Drago75

Send message
Joined: 23 Mar 23
Posts: 4
Credit: 90,531
RAC: 1,766
Message 96 - Posted: 28 Apr 2025, 22:30:27 UTC - in response to Message 89.  

In reply to Vitalii Koshura's message of 28 Apr 2025:
What is your OS?


Hello Vitalii. Ubuntu 24.10. (without LTS), but I never had any problems installing BOINC's previous versions.
ID: 96 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Vitalii Koshura
Avatar

Send message
Joined: 26 Nov 21
Posts: 11
Credit: 69
RAC: 0
Message 97 - Posted: 28 Apr 2025, 23:09:03 UTC - in response to Message 96.  

In reply to Drago75's message of 28 Apr 2025:
In reply to Vitalii Koshura's message of 28 Apr 2025:
What is your OS?


Hello Vitalii. Ubuntu 24.10. (without LTS), but I never had any problems installing BOINC's previous versions.

We have packages for LTS version only: https://github.com/BOINC/boinc/wiki/Linux-DEB-and-RPM-support
But you can install the package using the next command:
sudo curl -fsSL https://boinc.berkeley.edu/dl/linux/alpha/noble/boinc.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/boinc.gpg
sudo echo deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/boinc.gpg] https://boinc.berkeley.edu/dl/linux/alpha/noble noble main | sudo tee /etc/apt/sources.list.d/boinc.list > /dev/null
sudo apt update
sudo apt install boinc-client boinc-manager

BOINC maintainer.
For any insight, check my BOINC Development Blog.
ID: 97 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
STE\/E

Send message
Joined: 27 Apr 25
Posts: 2
Credit: 3,023,945
RAC: 106,978
Message 100 - Posted: 30 Apr 2025, 7:11:05 UTC
Last modified: 30 Apr 2025, 7:20:35 UTC

sudo curl -fsSL https://boinc.berkeley.edu/dl/linux/alpha/noble/boinc.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/boinc.gpg
sudo echo deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/boinc.gpg] https://boinc.berkeley.edu/dl/linux/alpha/noble noble main | sudo tee /etc/apt/sources.list.d/boinc.list > /dev/null
sudo apt update
sudo apt install boinc-client boinc-manager


Doesn't work on my Ubuntu 24.04 Box's, when I try it it just gives me a bunch of commands not recognized ???

Also tried this but BOINC just says Docker not present:
sudo apt install podman
sudo usermod --add-subuids 100000-165535 --add-subgids 100000-165535 boinc

Wed 30 Apr 2025 03:18:43 AM EDT | BOINC Central | Message from server: Docker not present
ID: 100 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Vitalii Koshura
Avatar

Send message
Joined: 26 Nov 21
Posts: 11
Credit: 69
RAC: 0
Message 101 - Posted: 30 Apr 2025, 7:45:16 UTC - in response to Message 100.  

In reply to STE\/E's message of 30 Apr 2025:

Doesn't work on my Ubuntu 24.04 Box's, when I try it it just gives me a bunch of commands not recognized ???

It would be much easier if you provide more specific errors regarding commands not recognized.
Otherwise I can just suggest you to install the missing software to resolve the error with unrecognized commands.
BOINC maintainer.
For any insight, check my BOINC Development Blog.
ID: 101 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
STE\/E

Send message
Joined: 27 Apr 25
Posts: 2
Credit: 3,023,945
RAC: 106,978
Message 102 - Posted: 30 Apr 2025, 7:53:33 UTC - in response to Message 101.  
Last modified: 30 Apr 2025, 8:18:39 UTC

In reply to Vitalii Koshura's message of 30 Apr 2025:
In reply to STE\/E's message of 30 Apr 2025:

Doesn't work on my Ubuntu 24.04 Box's, when I try it it just gives me a bunch of commands not recognized ???

It would be much easier if you provide more specific errors regarding commands not recognized.
Otherwise I can just suggest you to install the missing software to resolve the error with unrecognized commands.



I got Docker to run on 1 Box trying another one now ...Got Docker to run on the second Box too ...
ID: 102 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Number crunching : Docker installation unsuccessful on Ubuntu 24.10.
Powered by BOINC

© 2025 UC Berkeley