From owner-freebsd-questions@FreeBSD.ORG Mon Aug 16 01:46:42 2010 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 59C4110656A3 for ; Mon, 16 Aug 2010 01:46:42 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 180738FC18 for ; Mon, 16 Aug 2010 01:46:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id B27B350B88 for ; Mon, 16 Aug 2010 02:29:34 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xiHzFbs4UTJR for ; Mon, 16 Aug 2010 02:29:33 +0100 (BST) Received: from smtp-auth.unixathome.org (smtp-auth.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) by nyi.unixathome.org (Postfix) with ESMTPSA id 47718508A4 for ; Mon, 16 Aug 2010 02:29:33 +0100 (BST) Message-ID: <4C689478.2030108@langille.org> Date: Sun, 15 Aug 2010 21:29:28 -0400 From: Dan Langille Organization: The FreeBSD Diary User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: problems starting vncserver with KDE 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: Mon, 16 Aug 2010 01:46:42 -0000 I'm trying to start VNCServer with KDE 3 on FreeBSD 8.2-stable. All ports were built today from a fresh portsnap. tightvnc-1.3.10_3 I'm lost now... Suggestions? $ cat ~/.vnc/xstartup #!/bin/sh PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/dan/bin xrdb $HOME/.Xresources xsetroot -solid grey xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & startkde & #twm & Starting with twm works fine: $ less ~/.vnc/kraken.example.org:1.log 15/08/10 21:29:12 Xvnc version TightVNC-1.3.10 15/08/10 21:29:12 Copyright (C) 2000-2009 TightVNC Group 15/08/10 21:29:12 Copyright (C) 1999 AT&T Laboratories Cambridge 15/08/10 21:29:12 All Rights Reserved. 15/08/10 21:29:12 See http://www.tightvnc.com/ for information on TightVNC 15/08/10 21:29:12 Desktop name 'X' (kraken.example.org:1) 15/08/10 21:29:12 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t 15/08/10 21:29:12 Listening for VNC connections on TCP port 5901 15/08/10 21:29:12 Listening for HTTP connections on TCP port 5801 15/08/10 21:29:12 URL http://kraken.example.org:5801 $ vncserver -kill :1 && vncserver -geometry 1024x768 Killing Xvnc process ID 86939 New 'X' desktop is kraken.example.org:1 Starting applications specified in /home/dan/.vnc/xstartup Log file is /home/dan/.vnc/kraken.example.org:1.log $ less ~/.vnc/kraken.example.org:1.log 15/08/10 21:24:29 Xvnc version TightVNC-1.3.10 15/08/10 21:24:29 Copyright (C) 2000-2009 TightVNC Group 15/08/10 21:24:29 Copyright (C) 1999 AT&T Laboratories Cambridge 15/08/10 21:24:29 All Rights Reserved. 15/08/10 21:24:29 See http://www.tightvnc.com/ for information on TightVNC 15/08/10 21:24:29 Desktop name 'X' (kraken.example.org:1) 15/08/10 21:24:29 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t 15/08/10 21:24:29 Listening for VNC connections on TCP port 5901 15/08/10 21:24:29 Listening for HTTP connections on TCP port 5801 15/08/10 21:24:29 URL http://kraken.example.org:5801 Warning: kbuildsycoca is unable to register with DCOP. kbuildsycoca running... DCOP aborting call from 'anonymous-89672' to 'kded' kded: ERROR: Communication problem with kded, it probably crashed. Reusing existing ksycoca kbuildsycoca: WARNING: 'kcertpart.desktop' specifies undefined mimetype/servicetype 'application/binary-certificate' kbuildsycoca: WARNING: 'katepart.desktop' specifies undefined mimetype/servicetype 'text/x-fortran' kbuildsycoca: WARNING: 'knotify.desktop' specifies undefined mimetype/servicetype 'KNotify' startkde: Starting up... startkde: Running kpersonalizer... Segmentation fault (core dumped) Segmentation fault (core dumped) call failed xprop: not found DCOP aborting call from 'anonymous-89699' to 'kded' kded: ERROR: Communication problem with kded, it probably crashed. $ ls -l *.core -rw------- 1 dan dan 7872512 Aug 15 21:24 kdeinit.core -rw------- 1 dan dan 7528448 Aug 15 21:24 kpersonalizer.core -rw------- 1 dan dan 7819264 Aug 15 21:24 ksplash.core -rw------- 1 dan dan 7458816 Aug 15 21:24 kwin.core -- Dan Langille - http://langille.org/