Failing to deploy Traefik on server missing kernel #648
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unclear if (or which) one of the following is true:
I haven't done an
abra
a new server deployment in a few months, but upon following New Operators Tutorial I am failing to deploytraefik
on a fresh VPS 😢When running
abra app logs <domain>
I see the following log:Docker is running. I even see the
traefik
container running 😱I had a similar issue a while ago. I discovered that the user I logged in on the host system with lacked user privileges.
for me, sshing on the host and executing this worked:
Heya thanks. That is a negative. I followed the
usermod
step of the tutorial 😄When I compared my groups on the
broken
server:To the groups on a sever that work are the same:
I just completely rebuilt the server with a fresh Debian 12 image and went from scratch. Same issue.
I did notice this Debian image was missing
wget
andapt-utils
which I didn't mention before, but this is why i'm thinking there is something about the image as it's more stripped down than say Hetzner's images.Continuing down the... 🕳️🐇
The service is running, but with errors:
Running Docker's check-config.sh script returns the following:
Further exploring the packages
kmod linux-headers-generic
were not installed and the/boot
directory is empty.According to the hosts documentation it claims to support Docker on
Ubuntu 22.04
using the defaultdocker.io
packages so I rebuilt my server with this OS / version (as opposed to Debian 12) and I still get the same permission errors reported above.So the issue seems to be kernel modules are missing or accessed in a virtualized fashion that Docker Swarm does not appreciate... 🤷♀️
There are multiple issues:
I'll send a PR
Failing to deploy Traefik on new serverto Failing to deploy Traefik on server missing kernel