Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2001 17:18:58 -0700
From:      dannyman <dannyman@toldme.com>
To:        freebsd-questions@freebsd.org
Subject:   Xvnc: client 1 rejected from local host
Message-ID:  <20010417171858.B21048@dell.dannyland.org>

next in thread | raw e-mail | index | archive | help
So ... this server has X running on it, built from ports, not FreeBSD
distribution.
    
At first vncserver was failing because it could not find a "default" font.
So, I installed the font tarballs from FreeBSd's dist.

Now, vncserver is just rejecting the host, as far as I can tell:

0-17:11 dannyman@always ~> vncserver

New 'X' desktop is always.tellme.com:1

Starting applications specified in /home/dannyman/.vnc/xstartup
Log file is /home/dannyman/.vnc/always.tellme.com:1.log

0-17:12 dannyman@always ~> cat /home/dannyman/.vnc/xstartup
#!/bin/sh

xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
0-17:12 dannyman@always ~> cat /home/dannyman/.vnc/always.tellme.com:1.log
17/04/01 17:12:29 Xvnc version 3.3.3r2
17/04/01 17:12:29 Copyright (C) AT&T Laboratories Cambridge.
17/04/01 17:12:29 All Rights Reserved.
17/04/01 17:12:29 See http://www.uk.research.att.com/vnc for information on VNC
17/04/01 17:12:29 Desktop name 'X' (always.tellme.com:1)
17/04/01 17:12:29 Protocol version supported 3.3
17/04/01 17:12:29 Listening for VNC connections on TCP port 5901
17/04/01 17:12:29 Listening for HTTP connections on TCP port 5801
17/04/01 17:12:29   URL http://always.tellme.com:5801
AUDIT: Tue Apr 17 17:12:32 2001: 903 Xvnc: client 1 rejected from local host
Xlib: connection to ":1.0" refused by server
Xlib: Client is not authorized to connect to Server
xrdb: Can't open display ':1'
AUDIT: Tue Apr 17 17:12:32 2001: 903 Xvnc: client 1 rejected from local host
Xlib: connection to ":1.0" refused by server
Xlib: Client is not authorized to connect to Server
xsetroot:  unable to open display ':1'
AUDIT: Tue Apr 17 17:12:32 2001: 903 Xvnc: client 1 rejected from local host
Xlib: connection to ":1.0" refused by server
Xlib: AUDIT: Tue Apr 17 17:12:32 2001: 903 Xvnc: client 1 rejected from local host
Client is not authorized to connect to Server
Xlib: connection to ":1.0" refused by server
Xlib: Client is not authorized to connect to Serverxterm Xt error: Can't open display: :1

twm:  unable to open display ":1"
0-17:12 dannyman@always ~> killall Xvnc

Couldn't find anything on Deja.  Hrmmm. :/  Any ideas?

Thanks,
-danny

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?20010417171858.B21048>