60,685 questions
0
votes
0
answers
61
views
NginX is failing to properly redirect to my node.js, although if I go to the IP:port directly, it works
NginX's .conf file:
server {
listen 80;
listen [::]:80;
root /home/myUsername/serverDirectory;
index index.html index.htm;
server_name my.domain.name;
...
5
votes
2
answers
45
views
Azure DevOps Self-Hosted Agent Fails Initialization Due to Very Slow Task Downloads [closed]
I’m trying to set up a self-hosted agent for Azure DevOps pipelines, but the agent never gets past the Initialization phase. It always hangs while downloading tasks.
Environment
OS: Ubuntu Server 24....
-1
votes
0
answers
40
views
My GPU is not working, it is MSI RTX 5070 [closed]
My gpu is not detected in my computer. I have installed 580.105.08.run, cuda 13.0. I confirmed everything installed successfully but still problem persists.
-4
votes
0
answers
75
views
Write FPDMA Queued Error: Minecraft Server [closed]
A friend and I have been running a Minecraft server on an Ubuntu server, and its been going great. For the last month everything has been running smoothly, until just last week we started getting this ...
-3
votes
0
answers
73
views
Antigravity Google does not install on Ubuntu 25.04 [closed]
Error adding Antigravity repository on Ubuntu 25.04 with message:
Notice: Bypassing the use of the configured file «main/binary-i386/Packages» since the repository «https://us-central1-apt.pkg.dev/...
-4
votes
0
answers
44
views
How to make Google Chrome use a specific proxy/VPN on Linux (Xubuntu/XFCE)? [closed]
I'm using Google Chrome on Xubuntu (XFCE), and when I turn on my VPN (Happ — AppImage version), Chrome shows this message when opening YouTube:
"When running Google Chrome under a supported ...
0
votes
1
answer
42
views
Cron job on 2 mounted folders with rsync [closed]
I have 2 mount points
df
Filesystem 1K-blocks Used Available Use% Mounted on
//my-source-address.org/folder 253956100 124456576 119499524 53% /mnt/source
/dev/sdb ...
3
votes
1
answer
113
views
Self-signed certificate error when forcing SSL connecting to RDS PSQL [closed]
Hoping to get yalls help on the issue I am now sort of desperate about
Context:
I am deploying a docker container on EC2 Ubuntu, where it is used by two images - one for my Prisma-NestJs-based API and ...
0
votes
0
answers
46
views
Eclipse error after Kubuntu upgrade from 20 to 22
I upgraded my Kubuntu system from 20 to 22 and now I cannot start eclipse. I tried loading the java version openjdk 21.0.8 2025-07-15 and the downloaded the latest 2025-09 eclipse package, but I ...
1
vote
1
answer
63
views
SSH-bound Go CLI Daemon – SSH Connects Successfully, but No Input Accepted
I'm building a custom CLI daemon in Go for Ubuntu.
When I run the CLI locally (without SSH), everything works correctly — for example:
admin@admin> whoami
responds as expected.
However, after ...
0
votes
1
answer
155
views
Docker Swarm containers suddenly have nofile soft limit 1024 after docker upgrade [closed]
After upgrading Docker on my Ubuntu 24.04 Servers to version 29.0.0, Swarm services suddenly inherit:
Max open files: soft=1024, hard=524288
MongoDB, Redis, etc. suddenly throw file descriptor errors ...
41
votes
8
answers
21k
views
Sudden Docker error about "client API version"
I've been successfully using TestContainers with Docker for quite a while now. All of a sudden today, I started getting this error:
UnixSocketClientProviderStrategy: failed with exception ...
-2
votes
1
answer
82
views
Django views spawn the error "cleansed = [self.cleanse_setting("", v) for v in value]" and go in infinite loops
I have two views that spawn these messages in sudo systemctl status gunicorn:
gunicorn:
Nov 07 10:46:36 mysite gunicorn[2107]: cleansed = [self.cleanse_setting("", v) for v in value]
Nov ...
0
votes
1
answer
63
views
Unable to find required GLIBC private symbols
I am trying to analyze a memory dump obtained with dotnet-dump from a Ubuntu container in WinDbg to find an unmanaged memory leak.
I have been able to load the dump, but whenever I try to run !heap -s,...
1
vote
1
answer
73
views
why does buildozer crash on ubuntu 24.04 while running buildozer -v android debug
I just switched from linux mint to ubuntu and then tried rebuilding an apk with buildozer on ubuntu which worked perfectly fine with mint but i keep getting the following error:
In file included from /...