Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2002 17:10:01 -0800 (PST)
From:      Alan Eldridge <alane@geeksrus.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/33481: kdm complains about "no modules"
Message-ID:  <200201030110.g031A1Q02855@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33481; it has been noted by GNATS.

From: Alan Eldridge <alane@geeksrus.net>
To: Vivek Khera <khera@kciLink.com>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG,
	KDE FreeBSD List <kde-freebsd@lists.csociety.org>
Subject: Re: ports/33481: kdm complains about "no modules"
Date: Wed, 2 Jan 2002 20:07:26 -0500

 On Wed, Jan 02, 2002 at 03:24:37PM -0500, Vivek Khera wrote:
 >
 >>Number:         33481
 >>Category:       ports
 >>Synopsis:       kdm complains about "no modules"
 >>Confidential:   no
 >>Description:
 >	
 >with the kde-2.2.2 port, kdm logs this to syslog:
 >
 > no modules loaded for `kde' service
 >
 >which appear to be coming from PAM.  Functionality is not affected, apparently.
 >either tell kdm to use the "xdm" pam configuration, or copy the xdm pam configuration and rename it as "kdm":
 >
 
 Since pam.conf is part of the system config, and does not come from ports,
 the "easy" solution is having kde use xdm's pam conf.
 
 Index: x11/kdebase2/Makefile
 ===================================================================
 RCS file: /home/alane/cvsroot/ports/x11/kdebase2/Makefile,v
 retrieving revision 1.85
 diff -u -3 -r1.85 Makefile
 --- x11/kdebase2/Makefile	25 Dec 2001 00:38:41 -0000	1.85
 +++ x11/kdebase2/Makefile	3 Jan 2002 00:49:42 -0000
 @@ -30,6 +30,7 @@
  CONFIGURE_ENV+=	RUN_KAPPFINDER=no
  CONFIGURE_ARGS+=--with-xdmdir=${X11BASE}/lib/X11/xdm \
  		--with-qt-dir=${X11BASE} \
 +		--with-pam=xdm \
  		--without-ldap --disable-closure --enable-objprelink
  .if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_FINAL)
  CONFIGURE_ARGS+=--enable-final
 
 I guess we could also modify pam.conf on installation of kdebase2 port.
 Should we then undo the mod if kdebase2 is uninstalled?
 
 -- 
 Alan Eldridge
 Pmmfmffmmfmp mmmpppppffmpmfpmpppff $PffMmmPppMpmPpfPpm mfpmmmmmfpmpmpppff.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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