From owner-freebsd-x11@FreeBSD.ORG Mon Jun 23 09:58:55 2008 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BCA91065670 for ; Mon, 23 Jun 2008 09:58:55 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from smtp.mel.people.net.au (smtp.mel.people.net.au [218.214.17.98]) by mx1.freebsd.org (Postfix) with SMTP id 868DF8FC19 for ; Mon, 23 Jun 2008 09:58:54 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: (qmail 26537 invoked from network); 23 Jun 2008 09:58:51 -0000 Received: from unknown (HELO blizzard.dnsalias.org) (218.215.167.195) by smtp.mel.people.net.au with SMTP; 23 Jun 2008 09:58:51 -0000 Received: by blizzard.dnsalias.org (Postfix, from userid 1001) id DB27B170D2; Mon, 23 Jun 2008 19:58:49 +1000 (EST) Date: Mon, 23 Jun 2008 19:58:49 +1000 From: andrew clarke To: Wayne Sierke Message-ID: <20080623095849.GA17951@ozzmosis.com> References: <20080621063557.GA10655@ozzmosis.com> <1214065993.35607.50.camel@predator-ii.buffyverse> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1214065993.35607.50.camel@predator-ii.buffyverse> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-x11@freebsd.org Subject: Re: Possibly missing run dependencies with TightVNC's vncserver X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2008 09:58:55 -0000 On Sun 2008-06-22 02:03:13 UTC+0930, Wayne Sierke (ws@au.dyndns.ws) wrote: > I have tightvnc running on a headless machine and see various errors, > too: > > Couldn't open RGB_DB '/usr/local/lib/X11/rgb' > xrdb: not found > xsetroot: not found > > I ignore them, and tightvnc seems to run ok regardless, at least to the > extent where I can connect satisfactorily from other machines. Yes, maybe I wasn't clear in my original message. vncserver runs fine, and I can connect to it without trouble, but xterm (and others) generated errors due to missing components. I've since created a minimal xorg.conf after installing the x11/rgb port and it seems all the errors have disappeared. And WindowMaker no longer segfaults after I kill twm and run wmaker. $ cat /etc/X11/xorg.conf Section "Files" RgbPath "/usr/local/share/X11/rgb" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/URW/" EndSection Oddly though, if I delete xorg.conf, the errors don't return. Some sort of caching in place, perhaps. Regards Andrew