ports/155961: kdm4 always take 10 minutes to launch KDE
Antoine Vu-Ngoc
antoine at cleopatre.homeip.net
Sun Mar 27 02:50:07 UTC 2011
>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 at 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:
More information about the freebsd-ports-bugs
mailing list