From owner-freebsd-questions@FreeBSD.ORG Fri Mar 21 17:54:57 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DE31106564A for ; Fri, 21 Mar 2008 17:54:57 +0000 (UTC) (envelope-from Luca.Presotto@cern.ch) Received: from cernmxlb.cern.ch (cernmx03.cern.ch [137.138.166.166]) by mx1.freebsd.org (Postfix) with ESMTP id AB3018FC21 for ; Fri, 21 Mar 2008 17:54:56 +0000 (UTC) (envelope-from Luca.Presotto@cern.ch) DomainKey-Signature: a=rsa-sha1; c=nofws; s=beta; d=cern.ch; q=dns; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding; b=U6TP6UC9ztY3dfGJhCkzmdEYGcus2+Rj0PjG9TAWrKL8W7B+9ba85uy+wa8oqfuyQuZDDJ9aQ2GcsrA2YGJGNq9sL2kj8/mnzt0u4/nHdL+OE6Az0XgzBO6N49iXIcsi; Keywords: CERN SpamKiller Note: -51 Charset: west-latin X-Filter: CERNMX03 CERN MX v2.0 060921.0942 Release Received: from cernxchg50.cern.ch ([137.138.137.175]) by cernmxlb.cern.ch with Microsoft SMTPSVC(6.0.3790.1830); Fri, 21 Mar 2008 18:54:53 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 21 Mar 2008 18:54:33 +0100 Message-ID: <9A6A62B6B84859469F3EBB5F09D818CA01778F08@cernxchg50.cern.ch> In-Reply-To: <6.0.0.22.2.20080321122834.026fa8f8@mail.computinginnovations.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Various X errors (difficult to see) Thread-Index: AciLeh6jaXe/dEXkRXm/9Ix4uqRvJQAAIkkw References: <9A6A62B6B84859469F3EBB5F09D818CA01778F05@cernxchg50.cern.ch> <6.0.0.22.2.20080321104606.026b26d8@mail.computinginnovations.com> <9A6A62B6B84859469F3EBB5F09D818CA219EA0@cernxchg50.cern.ch> <6.0.0.22.2.20080321122834.026fa8f8@mail.computinginnovations.com> From: "Luca Presotto" To: "Derek Ragona" , X-OriginalArrivalTime: 21 Mar 2008 17:54:53.0376 (UTC) FILETIME=[AA8EF400:01C88B7C] Cc: Subject: R: Various X errors (difficult to see) 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: Fri, 21 Mar 2008 17:54:57 -0000 >>Is it something wrong in /etc/hosts?? >It could be your /etc/hosts or /etc/hosts.allow or you may need to add: >=A0-listen_tcp >to your startx commandline. I supposed the problem was there! I'll look at -listen_tcp and at = hosts.allow. I have doubts about setting hosts. X used to give me errors about not = being able to connect (but still worked!). Then I tried to set up hosts = correctly and now here's the new "problem". I've read "man hosts", read the handbook and googled around but it's not = very clear what I should write in this file. My hostname is lucy. It's a laptot that eventually connects to the = nearest available network. So it isn't part of a domain or something = like that. In the end I set up the concerned hosts lines to: ::1 localhost localhost.my.domain lucy 127.0.0.1 localhost localhost.my.domain lucy =20 Is it correct? Why should I leave localhost.my.domain ? >These messages are errors telling you the window manager cannot manage = these mimetypes.=A0=20 >Did you remove any ports for handling these types of archive files? No, I didn't remove anything! But I copied just 3 warnings. There were = 130 of them related not only to archive files handling but almost to = everything. >This error refers to the artsd daemon already running, or the system = thinks this daemon is running.=A0 You should open a terminal window and = do: >ps -ax|grep -i art >and see if the artsd daemon is running or not.=A0 If it is not, you may = need to force it to start. I'll try that later! >When you say "every time you launch a program"=A0 how exactly are you = trying to launch a program?=A0=20 Either with the kde "launch program", either launching the file in a = xterm, either when firefox opens a new popup....And I think those are = pretty much all the possible ways I explored!