Some experimentation shows that this error is not coming from the host where I started emacs, but from the ssh client I started on my desktop. strace shows this:
connect(7, {sa_family=AF_FILE, path=@"/tmp/.X11-unix/X0"}, 110) = -1 ECONNREFUSED (Connection refused)
close(7) = 0 write(2, "connect : Connection refused\r\n", 30) = 30The ssh client is attempting to make a connection to this AF_FILE socket, gets blown off, and whines to stderr.
Now, as far as I can tell, emacs appears to be running fine, but something is broken.
fuser shows that /tmp/.X11-unix/X0 is held open by Xorg: [root@lc2440 ~]# fuser /tmp/.X11-unix/X0 /tmp/.X11-unix/X0: 7524 [root@lc2440 ~]# ps -ef | grep 7524root 7524 7520 2 23:43 tty7 00:00:13 /usr/bin/Xorg :0 -br -verbose -auth /var/run/gdm/auth-for-gdm-zEGonr/database -nolisten tcp
Xorg has this socket open, but ssh can't connect to it. Not sure what the bug is, here. Who should get this bug in bugzilla?
Attachment:
pgpFsm7Db6Vjs.pgp
Description: PGP signature
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines