From owner-freebsd-questions@FreeBSD.ORG Thu Apr 27 13:25:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9F48A16A407 for ; Thu, 27 Apr 2006 13:25:07 +0000 (UTC) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (mail.esiee.fr [147.215.1.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9F3B43D48 for ; Thu, 27 Apr 2006 13:25:06 +0000 (GMT) (envelope-from f.bonnet@esiee.fr) Received: from mail.esiee.fr (localhost.esiee.fr [127.0.0.1]) by mail.esiee.fr (Postfix) with SMTP id C0EAA3658BB; Thu, 27 Apr 2006 15:25:05 +0200 (CEST) Received: from secure.esiee.fr (secure.esiee.fr [147.215.1.19]) by mail.esiee.fr (Postfix) with ESMTP id 9B2583658B9; Thu, 27 Apr 2006 15:25:05 +0200 (CEST) Received: from [147.215.1.21] (lisa.esiee.fr [147.215.1.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: bonnetf) by secure.esiee.fr (Postfix) with ESMTP id 1C3FE39831; Thu, 27 Apr 2006 15:23:44 +0200 (CEST) Message-ID: <4450C630.2090008@esiee.fr> Date: Thu, 27 Apr 2006 15:25:04 +0200 From: Frank Bonnet User-Agent: Thunderbird 1.5 (X11/20060320) MIME-Version: 1.0 To: Olivier Nicole References: <445093AB.10205@esiee.fr> <200604271003.k3RA38Wl092175@banyan.cs.ait.ac.th> <4450A2B8.40209@esiee.fr> <200604271057.k3RAv9wx092529@banyan.cs.ait.ac.th> <4450A632.3040606@esiee.fr> <200604271114.k3RBEgL6092640@banyan.cs.ait.ac.th> <4450AC31.2030706@esiee.fr> <200604271149.k3RBn0lL092837@banyan.cs.ait.ac.th> In-Reply-To: <200604271149.k3RBn0lL092837@banyan.cs.ait.ac.th> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: xhost does not work as expected 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: Thu, 27 Apr 2006 13:25:07 -0000 Olivier Nicole wrote: > What window manager are you using? > > I started my laptop connected to root and lauched KDE and found out > that it was not listening to TCP port 6000. In fact yes I run KDE too ... and yes it does not listen on 6000 port ... performing a "ps -ax | grep X" give that result /usr/X11R6/bin/X -nolisten tcp :0 -auth /var/run/xauth/A:0-3w0oIN (Xorg) I think the -nolisten option is guilty ... My problem is I need KDE to work properly ... I'm going to check KDE launching scripts to try avoiding it. I'll let you know if I succeed :-) -- Frank