Good Morning Folks: I know I have asked this question earlier on this list, but I am still having problems, and I wanted to summarize what I have discovered, so that maybe someone can see what I am doing wrong.
I hate to keep pushing, but this issue is going to cause major problems in an upcoming deployment of several servers if I cant get it figured out, so I could really use some help I am trying to connect across our LAN from an XP PRO SP2 Box to a Fedora Core 2 box. The included VNC server with Fedora crashes instantly when it is started (known bug according to the internet) so I downloaded and installed the VNC Server from the realvnc website. (latest version). The windows box is running the version 4.0 viewer. I have disabled the Firewall services on both boxes I have been starting the VNC Server with the command VNCSERVER in the root user, after consulting the log, I discovered it does not like to run as the root, so I started it in my user account, it asked for a password, and then generated the following error message: Xvnc: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory xsetroot: unable to open display 'SRVMON-NAGIOS:1' xterm Xt error: Can't open display: SRVMON-NAGIOS:1 twm: unable to open display "SRVMON-NAGIOS:1" I took this to mean that the library: libstdc++-libc6.1-1.so.2 was missing, so I ran up2date libstdc++-libc6.1-1.so.2 from a terminal window, which returned the following result up2date libstdc++-libc6.1-1.so.2 http://fedora.redhat.com/download/up2date-mirrors/fedora-core-2 using mirror: http://mirrors.kernel.org/fedora/core/2/i386/os/ http://fedora.redhat.com/download/up2date-mirrors/updates-released-fc2 using mirror: http://sunsite.mff.cuni.cz/pub/fedora/updates/2/i386/ Traceback (most recent call last): File "/usr/sbin/up2date", line 1271, in ? sys.exit(main() or 0) File "/usr/sbin/up2date", line 799, in main fullUpdate, dryRun=options.dry_run)) File "/usr/sbin/up2date", line 1147, in batchRun batch.run() File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 62, in run self.__findPackagesToUpdate() File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 97, in __findPackagesToUpdate plist.addGlobs(self.listOfGlobs) File "/usr/share/rhn/up2date_client/packageList.py", line 157, in addGlobs availList = rhnPackageInfo.getAvailablePackageList() File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 219, in getAvailablePackageList package_list = availablePackageList( File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 153, in availablePackageList progressCallback = progressCallback) File "/usr/share/rhn/up2date_client/rpcServer.py", line 112, in doCall ret = apply(method, args, kwargs) File "/usr/share/rhn/up2date_client/repoDirector.py", line 20, in listPackages return self.handlers[channel['type']].listPackages(channel, msgCallback, progressCallback) File "/usr/share/rhn/up2date_client/rpmSource.py", line 226, in listPackages msgCallback, progressCallback) File "/usr/share/rhn/up2date_client/repoBackends/yumRepo.py", line 201, in listPackages agent = "Up2date %s/Yum" % up2dateUtils.version()) File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 324, in fetchUrl endRange=end) File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 117, in open_resource return opener.open(request) File "/usr/lib/python2.3/urllib2.py", line 326, in open '_open', req) File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain result = func(*args) File "/usr/lib/python2.3/urllib2.py", line 901, in http_open return self.do_open(httplib.HTTP, req) File "/usr/lib/python2.3/urllib2.py", line 886, in do_open raise URLError(err) urllib2.URLError: <urlopen error (110, 'Connection timed out')> So I am not sure what is wrong: When I try to view the box using the windows viewer, I get the following errror: Unable to connect to host: Connection refused (10061) Yesterday someone told me that this error indicates that nothing is listening on the specified port, which makes sense, because it appears that the VNCserver is not properly initializing. I have been through the interent searches on this, as well as going over the docs and I cannot seem to find the answer (it is possible that I missed it) If any one can point me in the right direction on this it would be most appreciated. I am really frustrated. Thanks Timothy A. Holmes IT Manager Medina Christian Academy A Higher Standard... Jeremiah 33:3 Jeremiah 29:11 Esther 4:14 _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
