this post was submitted on 19 Feb 2024
19 points (88.0% liked)

Lemmy Support

4694 readers
63 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

I'm trying to set up my own Lemmy server with Docker. I think I have everything set up, but I'm getting an error Cannot autolaunch D-Bus without X11 $DISPLAY. This error kind of makes sense, because I'm SSHing into my server and have not forwarded D-Bus connections, so $DISPLAY is undefined. But why does a Lemmy server need a display in the first place? Is this a bug and a display isn't actually needed? If I set $DISPLAY to whatever, will it still run okay?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 10 months ago

The problem is likely Ubuntu not Lemmy or not even the Lemmy setup process.

You seem to not have a dbus session going which you should by default even with SSH. It sounds like it might be falling back to trying to get it from X11 and fails that too (obviously).

So, just Ubuntu being Ubuntu.