Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: /tmp/.X11-unix/X0 Deleted during X11 session (Read 1541 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Re: /tmp/.X11-unix/X0 Deleted during X11 session

Reply #15
That looks perfectly normal. I guess we could try running tmpfiles-setup before sddm starts (this shouldn't matter though). Could you run the following?

Code: [Select]
$ sudo touch /etc/s6/sv/sddm/dependencies.d/tmpfiles-setup
$ sudo s6-db-reload

Then give it a reboot and see if that fixes anything?

Re: /tmp/.X11-unix/X0 Deleted during X11 session

Reply #16
That did the trick!
Code: [Select]
silver:[venny]:~$ ls -al /tmp/.X11-unix/
total 0
drwxrwxrwt 2 root root  60 fev 11 15:41 .
drwxrwxrwt 7 root root 200 fev 11 15:41 ..
srwxrwxrwx 1 root root   0 fev 11 15:41 X0

All's good now.

It's probably not important at all but when I ran s6-db-reload this showed up:
Code: [Select]
s6-rc-bundle-update is now deprecated and may be removed in the future!
Bundle contents should be updated by touching files in the contents.d directory and running s6-db-reload!
s6-rc-bundle-update is now deprecated and may be removed in the future!
Bundle contents should be updated by touching files in the contents.d directory and running s6-db-reload!
s6-rc-bundle-update is now deprecated and may be removed in the future!
Bundle contents should be updated by touching files in the contents.d directory and running s6-db-reload!
==> Switched to a new database.
    Remove any old unwanted/unneeded database directories in /etc/s6/rc.

Re: /tmp/.X11-unix/X0 Deleted during X11 session

Reply #17
I pushed a new version of sddm-s6 with that new dependency. There will be a file conflict for you so just overwrite it when it lands. As for those warnings, it's exactly what the message says. The format for managing bundles in s6-rc is different now. See the wiki for details.

Re: /tmp/.X11-unix/X0 Deleted during X11 session

Reply #18
Thanks a lot for your help!

Re: /tmp/.X11-unix/X0 Deleted during X11 session

Reply #19
I had the same problem with lightdm on s6, and the solution described by Dudemanguy fixed it. Maybe the lightdm-s6 package needs this dependency too?

Re: /tmp/.X11-unix/X0 Deleted during X11 session

Reply #20
I just pushed a new version of lightdm-s6 with that dependency.