Description of problem: Every Xephyr window comes up black, if I downgrade to f17 version everything works. Certainly breaks sandbox badly.
/usr/bin/Xephyr -displayfd 10 _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: server already running This is the cause. Can some one look at this? It is now in Fedora 17.
All sandbox apps are now broken.
*** Bug 737683 has been marked as a duplicate of this bug. ***
I am seeing this here too. :( This is quite anoying, as you can't use X sandbox at all with this bug.
Up, can we get at least an acknowledgement from the maintainer ?
(In reply to comment #1) > /usr/bin/Xephyr -displayfd 10 > _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed > _XSERVTransMakeAllCOTSServerListeners: server already running this usually means you're conflicting with the existing server if $DISPLAY is :0. /usr/bin/Xephyr -displayfd 10 :1 does that work?
sorry, ECOFFEE, didn't think of displayfd properly. Issue: Fedora's displayfd patch printed a newline after the DISPLAY. The patch that got merged upstream doesn't, so you're not actually reading the DISPLAY until Xephyr exists. _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: server already running This is a warning printed once for each display socket that was tried but didn't succeed. It has no effect otherwise and can be ignored when running with -displayfd. Reference: xserver commit 88bacc49f06da5927f716869f5a32672a8297ed0 Got a build coming up for this.
xorg-x11-server-1.12.2-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/xorg-x11-server-1.12.2-3.fc17
Package xorg-x11-server-1.12.2-3.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing xorg-x11-server-1.12.2-3.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-9802/xorg-x11-server-1.12.2-3.fc17 then log in and leave karma (feedback).
Thanks, I tested the package and it fixed the selinux sandbox, thanks a lot. submitting karma in a few moments.
xorg-x11-server-1.12.2-3.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.