From owner-freebsd-questions@FreeBSD.ORG Fri Jul 21 21:00:22 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6947F16A4DA for ; Fri, 21 Jul 2006 21:00:22 +0000 (UTC) (envelope-from stenn@ntp.isc.org) Received: from ntp1.ntp.isc.org (ntp1.ntp.isc.org [204.152.184.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3A2743D4C for ; Fri, 21 Jul 2006 21:00:21 +0000 (GMT) (envelope-from stenn@ntp.isc.org) Received: from localhost (localhost [127.0.0.1]) by ntp1.ntp.isc.org (Postfix) with ESMTP id 5F61539C75; Fri, 21 Jul 2006 21:00:21 +0000 (UTC) (envelope-from stenn@ntp1.isc.org) Received: from ntp1.ntp.isc.org ([127.0.0.1]) by localhost (ntp1.isc.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 95006-03; Fri, 21 Jul 2006 20:59:59 +0000 (UTC) Received: from ntp1.isc.org (localhost [127.0.0.1]) by ntp1.ntp.isc.org (Postfix) with ESMTP; Fri, 21 Jul 2006 20:59:54 +0000 (UTC) (envelope-from stenn@ntp1.isc.org) To: questions@freebsd.org From: Harlan Stenn X-Face: "csXK}xnnsH\h_ce`T#|pM]tG, 6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d X-Mailer: MH-E 7.4.2; nmh 1.0.4; XEmacs 21.4 (patch 14) Mime-Version: 1.0 (generated by tm-edit 1.8) Content-Type: text/plain; charset=US-ASCII Date: Fri, 21 Jul 2006 20:59:54 +0000 Sender: stenn@ntp.isc.org X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on ntp1.isc.org Message-Id: <20060721210021.5F61539C75@ntp1.ntp.isc.org> Cc: stenn@ntp.isc.org Subject: ldconfig: /usr/X11R6/lib is group writable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 21:00:22 -0000 I recently installed FreeBSD 6.1-STABLE on a machine, along with xorg and gnome2. When the machine boots up and runs /etc/rc.d/ldconfig it generates a message about how it is ignoring /usr/X11R6/lib because it is group-writable. This means that xdm gives me a login screen but I cannot log in there as libSM.so.6 cannot be found (it's in /usr/X11R6/lib). While I can "fix" the group perms manually, as soon as I run portupgrade the mtree stuff puts the perms back to 775 on /usr/X11R6/lib. What's the best way to address this problem? Please leave me on the Cc: line as I'm probably not currently subscribed to questions@. H