Date: Tue, 10 Nov 1998 17:01:37 -0500 (EST) From: Thomas David Rivers <rivers@dignus.com> To: rdmurphy@vt.edu, rivers@dignus.com Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: vnc Fatal server error: could not open default cursor font 'cursor' Message-ID: <199811102201.RAA29347@lakes.dignus.com> In-Reply-To: <199811102147.QAA16820@neale.econ.vt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> > > 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 "<some-machine>:0" ? - Dave Rivers - > > RDM > > | Date: Tue, 10 Nov 1998 16:00:04 -0500 (EST) > | From: Thomas David Rivers <rivers@dignus.com> > | > | > > | > I've installed vnc from the ports collection, but cannot startup > | > the server program. The log file says: > | > > | > 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' (<some-display>:1) > | > 10/11/98 15:40:01 Protocol version supported 3.3 > | > 10/11/98 15:40:01 Listening for VNC connections on <somewhere> > | > 10/11/98 15:40:01 Listening for HTTP connections on <somewhere> > | > 10/11/98 15:40:01 URL http://<someplace> > | > > | > Fatal server error: > | > could not open default cursor font 'cursor' > | > _X11TransSocketINETConnect: Can't connect: errno = 61 > > | > xrdb: Interrupted system call > | > xrdb: Can't open display '<some-display>:1' > | > | It looks like your display isn't set correctly; that should probably > | be something like "mach:1" where 'mach' is your machine name. > | > | - Dave Rivers - > | > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811102201.RAA29347>