this post was submitted on 08 Nov 2025
15 points (100.0% liked)

Selfhosted

53057 readers
602 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

tldr: is this possible?

I'm trying to move from docker compose to podman quadlets and while I've got some basic differences down I'm having an issue with using quadlets in proxmox lxc. it works fine in a vm, so my question is, has anyone gotten quadlets to work in a lxc? And if so, how do I fix the below error?

when I try to take a working quadlet file from a vm to lxc I get the following error:

Failed to connect to user scope bus via local transport: No such file or directory  

I've tried researching the error and did all the troubleshooting in this url: https://linuxconfig.org/how-to-fix-failed-to-connect-to-system-scope-bus-error-in-linux

which suggests it's because systemd isn't running, but it is.

podman@podman-test:~$ ps aux | grep systemd~  
podman       349  0.0  0.2   3508  1480 pts/1    S+   19:55   0:00 grep systemd~ 

again, I'm very new to quadlets so it's very possible I'm missing something.

Thanks in advance!

ETA: I prefer lxc for the resource overhead savings.

Edit2: running rootless podman on proxmox 9 Debian lxc. I've also tried Alma Linux lxc

edit3: not sure where to go from here. as shown systemd doesn't appear to be running, but dbus is and a reinstall of dbus doesn't fix the issue. for now I think I'm going to stick to vm until I can figure this out.

you are viewing a single comment's thread
view the rest of the comments
[–] immobile7801@piefed.social 1 points 1 week ago

Are you running rootless? I realized I didn't include that in op