Bug 1024807

Summary: /usr/lib64/xorg/modules/extensions/libvnc.so: undefined symbol: key_is_down
Product: [Fedora] Fedora Reporter: Harald Reindl <h.reindl>
Component: tigervncAssignee: Tim Waugh <twaugh>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: bphinz, twaugh
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: 2013-10-30 16:06:42 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:

Description Harald Reindl 2013-10-30 13:18:16 UTC
while the client works fine something seems to have killed xvnc

[root@srv-rhsoft:/etc/X11/xorg.conf.d]$ rpm -q --file /usr/lib64/xorg/modules/extensions/libvnc.so
tigervnc-server-module-1.3.0-7.fc19.x86_64

[root@srv-rhsoft:/etc/X11/xorg.conf.d]$ cat /var/log/Xorg.0.log | grep -i vnc
[ 92504.294] (II) LoadModule: "vnc"
[ 92504.294] (II) Loading /usr/lib64/xorg/modules/extensions/libvnc.so
[ 92504.296] (EE) Failed to load /usr/lib64/xorg/modules/extensions/libvnc.so: /usr/lib64/xorg/modules/extensions/libvnc.so: undefined symbol: key_is_down
[ 92504.296] (II) UnloadModule: "vnc"
[ 92504.296] (II) Unloading vnc
[ 92504.296] (EE) Failed to load module "vnc" (loader failed, 7)

[root@srv-rhsoft:/etc/X11/xorg.conf.d]$ cat 02-vnc.conf 
Section "Module"
 Load       "vnc"
EndSection
Section "Screen"
 Identifier "Screen0"
 Option     "SecurityTypes" "VncAuth"
 Option     "passwordFile" "/root/.vnc/passwd"
EndSection

Comment 1 Tim Waugh 2013-10-30 16:06:42 UTC

*** This bug has been marked as a duplicate of bug 1016152 ***