Message boards : Theory Application : Win11pro - 7.37 (docker)
Message board moderation
Author | Message |
---|---|
Send message Joined: 22 Apr 16 Posts: 709 Credit: 2,114,314 RAC: 6,943 ![]() ![]() ![]() |
<core_client_version>8.0.2</core_client_version> <![CDATA[ <message> Unzul�ssige Funktion. (0x1) - exit code 1 (0x1)</message> <stderr_txt> docker_wrapper config: workdir: /shared use GPU: no Web graphics guest port: 80 create args: --log-driver=k8s-file --cap-add=SYS_ADMIN --device /dev/fuse verbose: 1 wsl_init(): no usable WSL distro wsl_init() failed: -1 2025-03-20 06:32:30 (21540): called boinc_finish(1) </stderr_txt> Is there something we need to install for running Theory-docker? Have in CMD with Adminright wsl --install used and rebooted Win11pro. |
Send message Joined: 24 Oct 19 Posts: 195 Credit: 551,737 RAC: 412 ![]() ![]() |
For me is different:
And i have and Ubuntu 24.04.2 LTS running on WLS. Maybe the problem is the boinc manager that doesn't "see" correctly the WSL... |
Send message Joined: 22 Apr 16 Posts: 709 Credit: 2,114,314 RAC: 6,943 ![]() ![]() ![]() |
Have now new boincfiles from docker, but need to finish WCG-Tasks next few hours. |
![]() ![]() Send message Joined: 12 Sep 14 Posts: 1114 Credit: 339,209 RAC: 43 ![]() |
You will need the very latest version from the github master branch to run these tasks. |
Send message Joined: 22 Apr 16 Posts: 709 Credit: 2,114,314 RAC: 6,943 ![]() ![]() ![]() |
win_client_x64_zip Zuletzt bearbeitet 20. März 2025, 09:59 Besitzer/-in Laurence Field Größe 2,7 MB Direkter Link https://cernbox.cern.ch |
![]() ![]() Send message Joined: 12 Sep 14 Posts: 1114 Credit: 339,209 RAC: 43 ![]() |
I have also put it on the server. https://lhcathomedev.cern.ch/lhcathome-dev/download/win_client_x64_.zip |
Send message Joined: 22 Apr 16 Posts: 709 Credit: 2,114,314 RAC: 6,943 ![]() ![]() ![]() |
Have it downloaded from -dev Server. Thank you. Need half an hour to test it from now. wsl.exe --list --online in CMD show possible Distributions. Windows PowerShell Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten. Installieren Sie die neueste PowerShell für neue Funktionen und Verbesserungen! https://aka.ms/PSWindows PS C:\WINDOWS\system32> wsl ubuntu Windows-Subsystem für Linux verfügt über keine installierten Distributionen. Sie können dies beheben, indem Sie eine Distribution mit den folgenden Anweisungen installieren: "wsl.exe --list --online' zum Auflisten verfügbarer Distributionen verwenden und "wsl.exe --install <Distro>". PS C:\WINDOWS\system32> wsl.exe --list --online Nachstehend finden Sie eine Liste der gültigen Distributionen, die installiert werden können. Führen Sie die Installation mithilfe des Befehls „wsl.exe --install <Distro>“ aus. NAME FRIENDLY NAME AlmaLinux-8 AlmaLinux OS 8 AlmaLinux-9 AlmaLinux OS 9 AlmaLinux-Kitten-10 AlmaLinux OS Kitten 10 Debian Debian GNU/Linux SUSE-Linux-Enterprise-15-SP5 SUSE Linux Enterprise 15 SP5 SUSE-Linux-Enterprise-15-SP6 SUSE Linux Enterprise 15 SP6 Ubuntu Ubuntu Ubuntu-24.04 Ubuntu 24.04 LTS kali-linux Kali Linux Rolling openSUSE-Tumbleweed openSUSE Tumbleweed openSUSE-Leap-15.6 openSUSE Leap 15.6 Ubuntu-18.04 Ubuntu 18.04 LTS Ubuntu-20.04 Ubuntu 20.04 LTS Ubuntu-22.04 Ubuntu 22.04 LTS OracleLinux_7_9 Oracle Linux 7.9 OracleLinux_8_7 Oracle Linux 8.7 OracleLinux_9_1 Oracle Linux 9.1 PS C:\WINDOWS\system32> |
![]() ![]() Send message Joined: 12 Sep 14 Posts: 1114 Credit: 339,209 RAC: 43 ![]() |
Yes, just install the Ubuntu image. |
Send message Joined: 22 Apr 16 Posts: 709 Credit: 2,114,314 RAC: 6,943 ![]() ![]() ![]() |
wsl.exe --install Ubuntu Ubuntu is now installed wsl.exe -d Ubuntu starting it. Create a default Unix user account: xxxx Now the Welcome Ubuntu 24.04.2 LTS is shown. Boinc is changed from 8.0.2 to 8.1.0. |
Send message Joined: 22 Apr 16 Posts: 709 Credit: 2,114,314 RAC: 6,943 ![]() ![]() ![]() |
https://lhcathomedev.cern.ch/lhcathome-dev/result.php?resultid=3390077 This is now the first -dev Task with Boinc 8.1.0. |
![]() ![]() Send message Joined: 12 Sep 14 Posts: 1114 Credit: 339,209 RAC: 43 ![]() |
Debugging is reasonably easy. Stop the BONC client and make a directory in the slots directory e.g. slot\99 Copy all the files in the projects\lhc_home ... directory to slots\99 Go into the VM and navigate to the slots directory (c: is mount at /mnt ) Create links so you have Dockerfile and enttrypoint.sh pointing to the versioned files. Run the build podman build -t test . This will build the container using the Dockerfile Run the container podman run -v ./:boinc_slot_dir test This will try to run the container from the image. See if you get any errors. You can then try to run the docker_wrapper from the windows command prompt. |
Send message Joined: 24 Oct 19 Posts: 195 Credit: 551,737 RAC: 412 ![]() ![]() |
Stop the BONC client and make a directory in the slots directory e.g. slot\99 Done Create links so you have Dockerfile and enttrypoint.sh pointing to the versioned files. ?? |
Send message Joined: 22 Apr 16 Posts: 709 Credit: 2,114,314 RAC: 6,943 ![]() ![]() ![]() |
Boinc must be from this morning from docker.com, but get also the Boinc-Version from 0:30 UTC this night. |
![]() ![]() Send message Joined: 12 Sep 14 Posts: 1114 Credit: 339,209 RAC: 43 ![]() |
Create links so you have Dockerfile and enttrypoint.sh pointing to the versioned files. ln -s Dockerfile Dockerfile_20_03_2025 ln -s enttrypoint.sh enttrypoint.sh_20_03_2025 |
Send message Joined: 22 Apr 16 Posts: 709 Credit: 2,114,314 RAC: 6,943 ![]() ![]() ![]() |
In reply to Laurence CERN's message of 20 Mar 2025: Create links so you have Dockerfile and enttrypoint.sh pointing to the versioned files. both running ok, but podman build -t test doesn't come back. |
![]() Send message Joined: 28 Jul 16 Posts: 511 Credit: 400,710 RAC: 160 ![]() ![]() |
There's a typo. Should be 'entrypoint' instead of 'enttrypoint' |
Send message Joined: 22 Apr 16 Posts: 709 Credit: 2,114,314 RAC: 6,943 ![]() ![]() ![]() |
Command Podman not found, did you mean command pod2man from deb perl (5.36.0-10ubuntu1) Try: sudo apt install <deb name> sudo apt install podman [sudo] password for maeax: Reading package lists... Done Building dependency tree... Done Reading state information... Done Package podman is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'podman' has no installation candidate |
![]() Send message Joined: 28 Jul 16 Posts: 511 Credit: 400,710 RAC: 160 ![]() ![]() |
sudo add-apt-repository universe sudo apt install podman |
Send message Joined: 22 Apr 16 Posts: 709 Credit: 2,114,314 RAC: 6,943 ![]() ![]() ![]() |
your Linux commands are all installed now, thank you from a windowsman, NOW: maeax@THREAD3995:/mnt/c/WINDOWS/system32$ podman build -t test WARN[0000] "/" is not a shared mount, this could cause issues or missing mounts with rootless containers Error: no context directory and no Containerfile specified |
![]() Send message Joined: 28 Jul 16 Posts: 511 Credit: 400,710 RAC: 160 ![]() ![]() |
Laurence wrote how the command for the local test must look like: Run the build Important: cd slots/99 podman build -t test . # the 'space+dot ' .' is part of the command! |
©2025 CERN