From owner-freebsd-questions Tue Nov 10 14:26:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26473 for freebsd-questions-outgoing; Tue, 10 Nov 1998 14:26:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from neale.econ.vt.edu (neale.econ.vt.edu [128.173.173.159]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26459 for ; Tue, 10 Nov 1998 14:26:11 -0800 (PST) (envelope-from rdmurphy@neale.econ.vt.edu) Received: (from rdmurphy@localhost) by neale.econ.vt.edu (8.8.8/8.8.8) id RAA16868; Tue, 10 Nov 1998 17:23:40 -0500 (EST) (envelope-from rdmurphy) Date: Tue, 10 Nov 1998 17:23:40 -0500 (EST) Message-Id: <199811102223.RAA16868@neale.econ.vt.edu> From: "Russell D. Murphy" To: rivers@dignus.com CC: FreeBSD-questions@FreeBSD.ORG In-reply-to: <199811102201.RAA29347@lakes.dignus.com> (message from Thomas David Rivers on Tue, 10 Nov 1998 17:01:37 -0500 (EST)) Subject: Re: vnc Fatal server error: could not open default cursor font 'cursor' Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maybe I'm both missing something and making things less clear. The true(verbatim) log file is: 10/11/98 15:40:01 Xvnc version 3.3.2r2 10/11/98 15:40:01 Copyright (C) 1997-8 Olivetti & Oracle Research Laboratory 10/11/98 15:40:01 See http://www.orl.co.uk/vnc for information about VNC 10/11/98 15:40:01 Desktop name 'X' (neale.econ.vt.edu:1) 10/11/98 15:40:01 Protocol version supported 3.3 10/11/98 15:40:01 Listening for VNC connections on TCP port 5901 10/11/98 15:40:01 Listening for HTTP connections on TCP port 5801 10/11/98 15:40:01 URL http://neale.econ.vt.edu:5801 Fatal server error: could not open default cursor font 'cursor' _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 xrdb: Interrupted system call xrdb: Can't open display 'neale.econ.vt.edu:1' _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 xsetroot: unable to open display 'neale.econ.vt.edu:1' _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 _X11TransSocketINETConnect: Can't connect: errno = 61 xterm Xt error: Can't open display: neale.econ.vt.edu:1 twm: unable to open display "neale.econ.vt.edu:1" My interpretation of this is that vncserver is trying to find "cursor font 'cursor'", and not finding it, dies. Therefore, the connection refused errno is simply a symptom of the server which doesn't start (properly). In /usr/X11R6/lib/X11/fonts/misc, there is a file cursor.pcf.gz. This directory is in the font path specified by the vncserver script. I have an X server (XFree86) running on this machine without any problem. I believe that vncserver is based on the XF86 code, but. . . I'm getting the results above. Thanks- Russ Murphy | Date: Tue, 10 Nov 1998 17:01:37 -0500 (EST) | From: Thomas David Rivers | Cc: FreeBSD-questions@FreeBSD.ORG | | > | > | > Actually, I just editted out my address/display information. It's | > correct in reality. | | Well then... that would explain that part of it. | | An errno of 61 is ECONNREFUSED - which means the connection was refused; | as if you're not running an X server, or not pointing to the right one. | | Display #1 for your local machine is at port 6001 (the normal display | is on port 6000). You need to have an X server listening on 6001 as well | as 6000. (Although, in /etc/services, it lists ports 6000-6063 as ports | for the X11 server - you may not actually have one listening there.) | | Maybe it wants to be ":0" ? | | - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message