LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-15-2006, 08:24 PM   #1
scho
LQ Newbie
 
Registered: Aug 2006
Posts: 4

Rep: Reputation: 0
Unhappy Realvnc viewer enterprise error in Ubuntu...


Hi,

When I try to connect to our main server from my computer which is operated by
Ubuntu, it gives following error.

Quote:
scho@pigmalion:~/Desktop$ vnc-E4_2_6-x86_linux_viewer

VNC Viewer Enterprise Edition E4.2.6 for X - built Jul 27 2006 10:18:59
Copyright (C) 2002-2006 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.


Fri Sep 15 17:16:29 2006
TcpSocket: connected to xxx.xxx.xx.xxx::5903
CConn: Connected to host optical port 5903
CConn: Encryption set to 'Server'
CConnection: Server supports RFB protocol version 4.0
CConnection: Using RFB protocol version 3.3
Aborted
The vncserver version in the server is 'VNC Server Enterprise Edition 4.1.7'.
Does anyone have same problem with me ?

--
 
Old 10-05-2006, 06:12 PM   #2
hackbert
LQ Newbie
 
Registered: Oct 2006
Posts: 1

Rep: Reputation: 0
Quote:
Does anyone have same problem with me ?
i have the same problem with debian etch too.
i don't know what's wrong with debian, on my gentoo workstation it works well.

stracing the vncviewer (shorten due to limitation of this forum)

Code:
connect(4, {sa_family=AF_INET, sin_port=htons(5900), sin_addr=inet_addr("192.168.1.10")}, 16) = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
fcntl64(4, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
setsockopt(4, SOL_TCP, TCP_NODELAY, [1], 4) = 0
getpeername(4, {sa_family=AF_INET, sin_port=htons(5900), sin_addr=inet_addr("192.168.1.10")}, [16]) = 0
time(NULL)                              = 1160085629
open("/etc/localtime", O_RDONLY)        = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7c22000
read(5, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10"..., 4096) = 837
close(5)                                = 0
munmap(0xb7c22000, 4096)                = 0
write(2, "\nFri Oct  6 00:00:29 2006\n", 26
Fri Oct  6 00:00:29 2006
) = 26
write(2, " TcpSocket:   connected to 192.1"..., 46 TcpSocket:   connected to 192.168.1.10::5900
) = 46
time(NULL)                              = 1160085629
write(2, " CConn:       Connected to host "..., 55 CConn:       Connected to host 192.168.1.10 port 5900
) = 55
open("/home/me/.vnc/recent_hosts", O_RDONLY) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=129, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7c22000
read(5, "192.168.1.10\n192.168.1.5\n192.16"..., 4096) = 129
read(5, "", 4096)                       = 0
close(5)                                = 0
munmap(0xb7c22000, 4096)                = 0
open("/home/me/.vnc/recent_hosts", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
fstat64(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7c22000
write(5, "192.168.1.10\n192.168.1.5\n192.16"..., 129) = 129
close(5)                                = 0
munmap(0xb7c22000, 4096)                = 0
getcwd("/home/me", 4096)             = 12
time(NULL)                              = 1160085629
write(2, " CConn:       Encryption set to "..., 41 CConn:       Encryption set to 'Server'
) = 41
getsockname(4, {sa_family=AF_INET, sin_port=htons(59687), sin_addr=inet_addr("192.168.1.2")}, [16]) = 0
write(3, "\n\1\2\0\35\0@\3\31\0\v\0v\0\0\0\0\0\30\0\0225\21\10v\0"..., 112) = 112
ioctl(3, FIONREAD, [32])                = 0
read(3, "\3$\323\0\247\353}\32v\0\0\0\35\0@\3\0\0\0\0\247\2\254"..., 32) = 32
ioctl(3, FIONREAD, [0])                 = 0
select(1024, [3 4], [], NULL, NULL)     = 1 (in [3])
ioctl(3, FIONREAD, [672])               = 0
read(3, "\22\311\324\0\35\0@\3\35\0@\3\0/\326\10\0\20\0\0\0\0\0"..., 672) = 672
ioctl(3, FIONREAD, [0])                 = 0
select(1024, [3 4], [], NULL, NULL)     = 1 (in [4])
read(4, "RFB 004.000\n", 16800)         = 12
time(NULL)                              = 1160085629
write(2, " CConnection: Server supports RF"..., 55 CConnection: Server supports RFB protocol version 4.0
) = 55
write(4, "RFB 004.000\n", 12)           = 12
time(NULL)                              = 1160085629
write(2, " CConnection: Using RFB protocol"..., 45 CConnection: Using RFB protocol version 4.0
) = 45
read(4, 0x813ec90, 16800)               = -1 EAGAIN (Resource temporarily unavailable)
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
gettid()                                = 20252
tgkill(20252, 20252, SIGABRT)           = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++

Last edited by hackbert; 10-08-2006 at 11:09 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
realvnc vnckeygen on ubuntu 6.06 bagpussnz Linux - Desktop 0 08-30-2006 04:56 AM
Ubuntu corrupts redhat enterprise linux deepu5thomas Ubuntu 5 05-19-2006 04:32 PM
LXer: Upcoming Ubuntu Linux to be enterprise-ready LXer Syndicated Linux News 0 04-26-2006 02:21 PM
RealVNC Viewer Sando Linux - Networking 1 03-01-2005 08:25 AM
kde man viewer error cool hat Linux - Software 15 06-21-2004 12:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration