Bug 1024807 - /usr/lib64/xorg/modules/extensions/libvnc.so: undefined symbol: key_is_down
Summary: /usr/lib64/xorg/modules/extensions/libvnc.so: undefined symbol: key_is_down
Keywords:
Status: CLOSED DUPLICATE of bug 1016152
Alias: None
Product: Fedora
Classification: Fedora
Component: tigervnc
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tim Waugh
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-30 13:18 UTC by Harald Reindl
Modified: 2013-10-30 16:06 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-10-30 16:06:42 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.