From owner-freebsd-questions@FreeBSD.ORG Sun Apr 20 09:38:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BA2E37B40E for ; Sun, 20 Apr 2003 09:38:29 -0700 (PDT) Received: from serv1.wallnet.com (server1.wallnet.com [208.225.162.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E42A43FE0 for ; Sun, 20 Apr 2003 09:38:28 -0700 (PDT) (envelope-from timothyk@wallnet.com) Received: (from root@localhost) by serv1.wallnet.com (8.11.5/8.11.5) id h3KGcR287863; Sun, 20 Apr 2003 12:38:27 -0400 (EDT) (envelope-from timothyk@wallnet.com) Received: from 10.0.1.9 (mts-113.wallnet.com [208.225.162.45]) by serv1.wallnet.com (8.11.5/8.11.5av) with ESMTP id h3KGcOM87855; Sun, 20 Apr 2003 12:38:24 -0400 (EDT) (envelope-from timothyk@wallnet.com) From: Tim Kellers To: "D. Theunissen" , Date: Sun, 20 Apr 2003 12:38:04 -0400 User-Agent: KMail/1.5.1 References: <000c01c3067a$7083f9e0$4900a8c0@cp297018a> In-Reply-To: <000c01c3067a$7083f9e0$4900a8c0@cp297018a> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304201238.04151.timothyk@wallnet.com> X-Virus-Scanned: by AMaViS perl-11 Subject: Re: Starting an application thrue vnc results in an error. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 16:38:29 -0000 On Saturday 19 April 2003 09:49 am, D. Theunissen wrote: > Hi there, I hope some of u can help me with this problem. I've installed > tightvnc and it works fine. When I connect to my server on 192.168.0.67 an > try to start 'grip' (a cdripper program) I get the following errors: > > Xlib: connection to ":1.0" refused by server > Xlib: Invalid MIT-MAGIC-COOKIE-1 key > Gtk-WARNING **: cannot open display: :1 vnc > > Can anyone help me with this one? > > Tnx in advance. > > Danny on the machine you are starting the application from, type: xhost 192.168.0.67 at a shell prompt. FreeBSD's security model rejects remote X commands by default unless you specifically allow the remote machines to connect. Tim Kellers CPE/NJIT