From owner-freebsd-ports Thu Oct 7 11: 1:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74C3815326 for ; Thu, 7 Oct 1999 11:01:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA39736; Thu, 7 Oct 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D313C158B6; Thu, 7 Oct 1999 10:57:21 -0700 (PDT) Message-Id: <19991007175721.D313C158B6@hub.freebsd.org> Date: Thu, 7 Oct 1999 10:57:21 -0700 (PDT) From: kientzle@acm.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/14188: kdm bug and workaround Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14188 >Category: ports >Synopsis: kdm bug and workaround >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 7 11:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tim Kientzle >Release: 3.3-RELEASE >Organization: >Environment: FreeBSD clover.kientzle.com 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Fri, Oct 1, 18:39:21 PDT 1999 root@clover.kientzle.com:/usr/src/sys/compile/CLOVER i386 >Description: The kdm included with kdebase 1.1 by default does not terminate the server after each session. However, it forgets the server is running and still needs to be managed. Thus, kdm simply exits after the first login session, leaving the X server running. >How-To-Repeat: Install the kde11 packages. Recompile kdebase11 from the ports collection. (I've filed another bug report about the kdebase11 package not being correctly compiled.) Run kdm, login and log back out again. You should see the X server still running, but kdm is no longer running. >Fix: 1) Fix kdm so it doesn't forget about running X servers ;-) 2) Workaround: Include the following line in the supplied xdm-config file so that people who try to use kdm won't encounter this bug. terminateServer: true is probably a good idea anyway. DisplayManager._0.terminateServer: true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message