Bug 703009
Summary: | vino-server only listening on ipv6 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jason Haar <jhaar> |
Component: | vino | Assignee: | Søren Sandmann Pedersen <sandmann> |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | comcast.really.sucks, kem, sandmann |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-08-07 18:32:58 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jason Haar
2011-05-09 01:14:07 UTC
Same here, F15 x86_56: $ lsof -i -P | grep -i "listen" vino-serv 26319 needrealname 18u IPv6 235770 0t0 TCP *:5900 (LISTEN) I was able to work around the problem by doing the following - I commented out the ipv6 localhost line in /etc/hosts: #::1 MYHOST.OURDOMAIN.COM MYHOST localhost6.localdomain6 localhost6 then, # pkill vino-server ... and now it works. $ lsof -i -P | grep -i "listen" vino-serv 3232 needrealname 18u IPv6 36739542 0t0 TCP *:5900 (LISTEN) vino-serv 3232 needrealname 19r IPv4 36739543 0t0 TCP *:5900 (LISTEN) probably duplicate of Bug 485726 This message is a notice that Fedora 15 is now at end of life. Fedora has stopped maintaining and issuing updates for Fedora 15. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At this time, all open bugs with a Fedora 'version' of '15' have been closed as WONTFIX. (Please note: Our normal process is to give advanced warning of this occurring, but we forgot to do that. A thousand apologies.) Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, feel free to reopen this bug and simply change the 'version' to a later Fedora version. Bug Reporter: Thank you for reporting this issue and we are sorry that we were unable to fix it before Fedora 15 reached end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged to click on "Clone This Bug" (top right of this page) and open it against that version of Fedora. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping |