From owner-freebsd-bugs@FreeBSD.ORG Thu May 4 12:30:24 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 975D316A400 for ; Thu, 4 May 2006 12:30:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7353243D4C for ; Thu, 4 May 2006 12:30:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k44CUNUG055534 for ; Thu, 4 May 2006 12:30:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k44CUNkn055532; Thu, 4 May 2006 12:30:23 GMT (envelope-from gnats) Resent-Date: Thu, 4 May 2006 12:30:23 GMT Resent-Message-Id: <200605041230.k44CUNkn055532@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Rink Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 89DE216A400 for ; Thu, 4 May 2006 12:29:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583A943D45 for ; Thu, 4 May 2006 12:29:29 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k44CTTHi025073 for ; Thu, 4 May 2006 12:29:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k44CTTP6025072; Thu, 4 May 2006 12:29:29 GMT (envelope-from nobody) Message-Id: <200605041229.k44CTTP6025072@www.freebsd.org> Date: Thu, 4 May 2006 12:29:29 GMT From: Stefan Rink To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: kern/96767: Automatic KDE boot can crash system when switching back to console. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2006 12:30:24 -0000 >Number: 96767 >Category: kern >Synopsis: Automatic KDE boot can crash system when switching back to console. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 04 12:30:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stefan Rink >Release: 6 >Organization: ML75.NL >Environment: FreeBSD LappieBSD 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 >Description: ---> My bug-report (96739) is missing. <--- The problem is still unresolved so if you delete this PR send me a message please! When i place a KDE startup script in /usr/local/etc/rc.d 90% of the times i boot and want to goto the console while still booting my system crashes into a infinite loop. (black screen, cooler goes awall) Also 70% of the time KDE doesn't get any keyboard events after boot (if this happens only CTRL-ALT-DELETE or using the mouse to shutdown works). ps. this is only recently after installing a few services to work on my intranet project. (apache and mysql server) >How-To-Repeat: Install a few services that start automatic while booting (i.e. mysql server, apache, etc) Create a KDE startup script like this and while the system/KDE is starting press CTRL-ALT-F1 to crash the system. (i think this will only work with HT enabled) -- /usr/local/etc/rc.d/kde.sh #!/bin/sh case "$1" in start) /usr/local/bin/kdm ;; stop) killall kdm ;; *) echo "" echo "Usage: `basename $0` { start | stop }" echo "" exit 64 ;; esac >Fix: No automatic KDE startup.. just boot login as root in the console and then run KDE by hand. >Release-Note: >Audit-Trail: >Unformatted: