Bug 1282314
| Summary: | vinagre does not connect | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Gibson <dgibson> | ||||
| Component: | vinagre | Assignee: | Bastien Nocera <bnocera> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 23 | CC: | amigadave, bnocera, cfergeau, debarshir | ||||
| 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: | 2015-11-16 10:36:37 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: | |||||||
| Attachments: |
|
||||||
|
Description
David Gibson
2015-11-16 04:35:04 UTC
Created attachment 1094726 [details]
strace if vinagre run failing to connect
strace log from the following:
1. Run "strace -o vinagre1.strace -f vinagre"
2. Attempt to connect to a server
3. Quit vinagre.
Below shows that no connection is attempted to the actual vnc server:
$ zgrep connect vinagre1.strace.gz
3510 connect(5, {sa_family=AF_LOCAL, sun_path=@"/tmp/dbus-qckhtt6YQn"}, 23) = 0
3510 connect(9, {sa_family=AF_LOCAL, sun_path="/run/user/1000/wayland-0"}, 27 <unfinished ...>
3510 <... connect resumed> ) = -1 ENOENT (No such file or directory)
3510 connect(8, {sa_family=AF_LOCAL, sun_path=@"/tmp/.X11-unix/X0"}, 20 <unfinished ...>
3510 <... connect resumed> ) = 0
3510 connect(9, {sa_family=AF_LOCAL, sun_path=@"/tmp/.X11-unix/X0"}, 20) = 0
3510 connect(9, {sa_family=AF_LOCAL, sun_path=@"/tmp/dbus-D9ljXClF5h"}, 23) = 0
3510 connect(13, {sa_family=AF_LOCAL, sun_path="/run/dbus/system_bus_socket"}, 29) = 0
3510 connect(13, {sa_family=AF_LOCAL, sun_path=@"/tmp/dbus-qckhtt6YQn"}, 23) = 0
3516 connect(15, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
3516 connect(14, {sa_family=AF_LOCAL, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
3516 connect(14, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
3516 connect(14, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
3516 connect(14, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("127.0.0.1")}, 16) = 0
*** This bug has been marked as a duplicate of bug 1281600 *** |