Bug 824594
Summary: | Xephr apps are all black | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Daniel Walsh <dwalsh> |
Component: | xorg-x11-server | Assignee: | X/OpenGL Maintenance List <xgl-maint> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | gholms, kevin, peter.hutterer, rdassen, ssorce, xgl-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-26 00:40:57 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Daniel Walsh
2012-05-23 19:44:02 UTC
/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. |