From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/589 Path: main.gmane.org!not-for-mail From: John Nielsen Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: kdm not working in run script - SOLVED!! Date: Thu, 30 Sep 2004 21:34:58 +0200 Message-ID: <200409302134.58062.knoglen@tele2.fr> References: <200409301921.17935.knoglen@tele2.fr> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1096572913 5008 80.91.229.6 (30 Sep 2004 19:35:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Sep 2004 19:35:13 +0000 (UTC) Original-X-From: supervision-return-828-gcsg-supervision=m.gmane.org@list.skarnet.org Thu Sep 30 21:35:04 2004 Return-path: Original-Received: from antah.skarnet.org ([212.85.147.14] ident=qmailr) by deer.gmane.org with smtp (Exim 3.35 #1 (Debian)) id 1CD6hk-0000vg-00 for ; Thu, 30 Sep 2004 21:35:04 +0200 Original-Received: (qmail 31263 invoked by uid 76); 30 Sep 2004 19:35:25 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 31257 invoked from network); 30 Sep 2004 19:35:25 -0000 X-T2-Posting-ID: XVyhlaLmORYmA+UmLIX/2mWnGm/y6HUcgqmE6/b6m9s= Original-To: supervision@list.skarnet.org User-Agent: KMail/1.6.2 In-Reply-To: <200409301921.17935.knoglen@tele2.fr> Content-Disposition: inline Xref: main.gmane.org gmane.comp.sysutils.supervision.general:589 X-Report-Spam: http://spam.gmane.org/gmane.comp.sysutils.supervision.general:589 On Thursday 30 September 2004 19:21, John Nielsen wrote: > Hi guys, > > Im having a problem starting kdm from a run script. > > When I run kdm from the console it works fine, but when I start it from the > run script, it just starts reloading in a loop without outputting anything. > > I tried to use the xdm example run file from the runit page and used that > as a template, but no dice. > > Does anyone here have a working run script for kdm they can share? > > At this point, any RTFM pointers will be most appreciated. I solved the problem. It turns out that if I just put in 'kdm' in the script, it wont work. I needed to put in the full path to make it work. I have installed KDE in a non standart folder. Maybe that has something to do with it? Im not really sure what, since kdm is still in my path. John