Description of problem: When systemd is configured for multi-user.target and one uses startx to manually start a GUI/Desktop environment. It is found that X is started with out passing the security critical -nolisten tcp argument. Version-Release number of selected component (if applicable): xorg-x11-xinit-1.3.2-9.fc20.x86_64 How reproducible: Always Steps to Reproduce: 1. configure systemd for multi-user.target instead of graphical.target 2. run startx after logining into a console tty 3. check ps ax | grep X Actual results: /usr/bin/X :0 vt1 -auth /home/user/.serverauth.XYZA Expected results: /usr/bin/X :0 vt1 -nolisten tcp -auth /home/user/.serverauth.XYZA Additional info: For now one is required to manually pass -nolisten tcp to startx as below startx -- -nolisten tcp
Good point, I've written a patch adding "-nolisten tcp" by default when using startx this can be negated by using a new startx only -listen server option. I'll release updated packages with this fix included shortly.
xorg-x11-xinit-1.3.4-1.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/xorg-x11-xinit-1.3.4-1.fc21
xorg-x11-xinit-1.3.4-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/xorg-x11-xinit-1.3.4-1.fc20
Package xorg-x11-xinit-1.3.4-1.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing xorg-x11-xinit-1.3.4-1.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-10768/xorg-x11-xinit-1.3.4-1.fc21 then log in and leave karma (feedback).
xorg-x11-xinit-1.3.4-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
xorg-x11-xinit-1.3.4-1.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report.