From owner-freebsd-questions@FreeBSD.ORG Sat Jun 30 13:22:04 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8448716A41F for ; Sat, 30 Jun 2007 13:22:04 +0000 (UTC) (envelope-from roach.jeffrey@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id 30F0A13C484 for ; Sat, 30 Jun 2007 13:22:03 +0000 (UTC) (envelope-from roach.jeffrey@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so367528wxd for ; Sat, 30 Jun 2007 06:22:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=XKufcCK74jblLEBZJp4MjwTRrqIhrfoz6M7WrydBfIxEmiNC6W/L2ZOLR2f3JlcuUbs1+4sLI4vSR+hg1GvlGtSZ8EI7rKk7xGcTJmIWn0Oj1L0fYPAB3QbJ7nhH0vzTTet0qSqa04k6Ebl6lGvExDw/NL7vwZHjc4U7bQO66dI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=tHGZAHGza6Z/Gxlwl8SrRD82rBwt8Q8coALI/Ew03G2BYKt08db30jIfh4c3fwwiRFqv28cJ6hexjNSqA6pD4zR+bLp2SwJL3kDHsHZ9BugCQabt5BBSPJYkEw6ZqAPkrmJcntKKCYKYBd55VtFntX0kKTW+NGEmpXIBOQlVEfU= Received: by 10.70.90.18 with SMTP id n18mr2645514wxb.1183209723336; Sat, 30 Jun 2007 06:22:03 -0700 (PDT) Received: by 10.70.54.6 with HTTP; Sat, 30 Jun 2007 06:22:03 -0700 (PDT) Message-ID: <2076de370706300622t5b7f3611na7810fdcd7c31a0@mail.gmail.com> Date: Sat, 30 Jun 2007 08:22:03 -0500 From: "Jeff Roach" To: "roach.jeffrey@gmail.com" In-Reply-To: <1183147973.331653.30240@u2g2000hsc.googlegroups.com> MIME-Version: 1.0 References: <1183147973.331653.30240@u2g2000hsc.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Can't start x: client 1 rejected from local host X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jun 2007 13:22:04 -0000 I solved it by deleting my user, recreating it and copying .xinitrc from my root to the user directory. On 6/29/07, roach.jeffrey@gmail.com wrote: > > I started getting the following message when starting x as a user > other than root in freebsd 6.2 after installing vnc > > AUDIT: [Mon Jul 15 14:45:38 2002: 369 XDarwin]: client 1 rejected from > local host > Xlib: connection to ":0.0" refused by server > Xlib: No protocol specified > > The part in brackets didn't come from my machine. The message looked > like this otherwise. > > I've tried to delete .Xauthority in my user directory but still the > problem. After deleting .Xauthority I don't get the error message > above but still a black screen when starting x. > > I also tried deinstalling vnc. > > Thank you. > >