Failing to deploy Traefik on server missing kernel #648
Closed
opened 2024-11-21 14:46:18 +00:00 by basebuilder
·
4 comments
Labels
Clear labels
abra
awaiting-feedback
backups
bug
build
ci/cd
community organising
contributing
coopcloud.tech
design
documentation
duplicate
enhancement
fedi
fedi-infra
finance
funding
good first issue
help wanted
installer
legal
performance
proposal
question
security
test
wontfix
Everything to do with abra
Ping/pong on comms
Something is not working
Go build related issues
Getting the robots into the mix
Opening this thing up
Contributors stuff
Our main website
Design thinking required
Let's write things together
This issue or pull request already exists
New feature
Democratic decision making
Money things
Anything related to grant funding
Easy start with development
Need some help
Installation related issues
Performance related
Large change which requires feedback & decisin making
More information is needed
Securing our shit
Unit or integration test suite
This won't be fixed
No labels
awaiting-feedback
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
BornDeleuze
Brooke
carla
cas (Cassowary)
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
iexos
jade (Jade Ambrose)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
moosemower
moritz
notplants
oxaliq (sorrel)
p4u1
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
renovate-bot (Comrade Renovate Bot)
ripclap
simon
sixsmith (Sixsmith)
stevensting
trav (Trav Fryer)
val (val (he/him))
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/organising#648
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Unclear if (or which) one of the following is true:
I haven't done an
abraa new server deployment in a few months, but upon following New Operators Tutorial I am failing to deploytraefikon a fresh VPS 😢When running
abra app logs <domain>I see the following log:Docker is running. I even see the
traefikcontainer 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
usermodstep of the tutorial 😄When I compared my groups on the
brokenserver: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
wgetandapt-utilswhich 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-genericwere not installed and the/bootdirectory is empty.According to the hosts documentation it claims to support Docker on
Ubuntu 22.04using the defaultdocker.iopackages 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 kernelI think this was was handled coop-cloud/traefik#50 🙈