Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2011 04:11:09 +0200 (CEST)
From:      Antoine Vu-Ngoc <antoine@cleopatre.homeip.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155961: kdm4 always take 10 minutes to launch KDE
Message-ID:  <20110327021109.D355AAC@cleopatre.homeip.net>
Resent-Message-ID: <201103270250.p2R2o7Er092760@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155961
>Category:       ports
>Synopsis:       kdm4 always take 10 minutes to launch KDE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 27 02:50:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Antoine Vu-Ngoc
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD cleopatre.homeip.net 8.2-RELEASE FreeBSD 8.2-RELEASE #37: Fri Feb 25 07:18:18 CET 2011 root@xxx.homeip.net:/usr/obj/usr/src/sys/CLEOPATRE amd64


	
>Description:
	Invalid parameter used with  pgrep
> pgrep -fq
pgrep: illegal option -- q

>How-To-Repeat:
Install kdebase-workspace-4.6.1_1
>Fix:

> diff -ruN kdm4.orig kdm4
--- kdm4.orig   2011-03-27 03:46:06.358034075 +0200
+++ kdm4        2011-03-27 03:44:49.849069222 +0200
@@ -38,7 +38,7 @@
     fi
 
     ( iter=0
-    while ! pgrep -fq "^/usr/libexec/getty " > /dev/null 2>&1; do
+    while ! pgrep -f "^/usr/libexec/getty " > /dev/null 2>&1; do
         if [ ${iter} -ge 600 ]; then
             return 1
         fi


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110327021109.D355AAC>