60,624 questions
-1
votes
0
answers
6
views
Ubuntu 24.04.3 does not fully power off – hardware remains running after shutdown
Description
After shutting down Ubuntu 24.04.3, the system does not fully power off.
The screen turns off, but the hardware (fan, keyboard backlight, power LED) remains on.
Expected Behavior
The ...
0
votes
1
answer
29
views
Miniconda installer segfaults in WSL2 (Debian/Ubuntu), constructor --extract-tarball fails with Exit 141 / Segmentation fault
I'm trying to install Miniconda in WSL2, but the official installer always fails during payload extraction. The script reports Exit 141 and then Segmentation fault in constructor --extract-tarball. ...
-3
votes
0
answers
83
views
Trouble with OpenClaw Chrome Profile and Automated Execution on Headless Ubuntu 24.04 VPS [closed]
I have a Lumadock headless VPS with OpenClaw on OpenClaw Ubuntu 24.04. I can't get OpenClaw to use its Chrome profile properly. Also, I want it to be able to run commands by itself instead of me ...
Tooling
0
votes
0
replies
25
views
Fast, non-intrusive screen capture on Linux (Wayland) from Python – alternative to mss / pyautogui?
I am trying to capture the screen on Linux running Wayland in a way that is:
fast (low latency, suitable for near-real-time capture)
efficient (low CPU / memory overhead)
does not visibly affect ...
-4
votes
0
answers
51
views
apt update fails in WSL2 with connection timeout despite working DNS [closed]
I have an problem with wsl on my os (Win 11) , I don't know why when write (sudo apt update / sudo apt install anything ) , give me warning about the fail connecting the site , although the internet ...
1
vote
0
answers
42
views
NTFY - Docker Cache Directory does not exist? [closed]
I'm trying to get NTFY to work properly using docker-compose.
My system: Ubuntu 24.04 (Root 0:0), Portainer
NTFY runs on a public domain, I would just like to add a password for security.
I've tried a ...
0
votes
0
answers
30
views
Jenkins Docker container has no internet access on Ubuntu 24.04 LTS [closed]
I am running Jenkins inside a Docker container on Ubuntu 24.04 LTS, but the container is unable to access the internet.
I have already tried several possible fixes, including:
Editing /etc/docker/...
0
votes
1
answer
64
views
Installing and linking libcgal-dev on ubuntu 22.04 for gcc compilation
I am trying to compile a C++ code using CGAL on ubuntu 22.04
I installed libcgal-dev using synaptic, and according to synaptic, it is indeed installed.
In the code I use cgal headers :
#include <...
Tooling
0
votes
0
replies
10
views
Gst wpe plugin from gst-plugins-bad seems to be missing?
I'm trying to the the wpe plugin for gstreamer on ubuntu 20.04 but it doesn't seem like it's in the gst-plugins-bad package anymore? I saw in the official gst documentation that wpe plugin is in bad ...
0
votes
0
answers
39
views
Dagster DockerRunLauncher fails with ConnectionRefusedError on /var/run/docker.sock after host Docker daemon restart – stale bind mount in container
I'm running Dagster (with DockerRunLauncher + QueuedRunCoordinator) in Docker Compose on an Ubuntu VM. Everything works fine after a full rebuild/restart, but after ~1 week the daemon starts logging:
...
-1
votes
0
answers
59
views
OMPL doesn't change orientation
I'm using OMPL to get paths for a ground effect vehicle using OwenStateSpace.
The thing is that for some reason it doesn't seem to take into consideration the orientation of each state when creating ...
0
votes
0
answers
52
views
(R)spec booting up very slow, takes a significant time to load files
I've reinstalled my Ubuntu desktop environment and went from 22 LTS to 24 LTS. By reinstalling I mean: I wiped out the data and repartitioned the hard drive (and I used the same one for Ubuntu). As ...
-3
votes
0
answers
94
views
Error while importing strawberry-graphql library
In my virtualenv folder installed strawberry library, checking version:
pip show strawberry-graphql
Shows:
Name: strawberry-graphql
Version: 0.196.2
...
In a Python file, when I do:
import pydantic
...
1
vote
1
answer
128
views
Bash command interpretation
I am creating a program that will simulate a pipe, for this i am checking the argument i have as input for this commands:
I am on Ubuntu, the shell is zsh.
I need to code this programm in C.
I have a ...
0
votes
1
answer
47
views
Fixing Milvus Build Failure When make Cannot Download Third-Party Source Package on Ubuntu
How to fix Milvus build failure on Ubuntu when make cannot download a third-party source package?
I’m building Milvus from source on Ubuntu 24.04, and running make fails during the third-party ...