From owner-freebsd-questions@FreeBSD.ORG Tue Sep 14 12:54:15 2004 Return-Path: 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 9C3E516A4CE for ; Tue, 14 Sep 2004 12:54:15 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id A12BA43D39 for ; Tue, 14 Sep 2004 12:54:14 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.12.10) with ESMTP id i8ECsAlJ046986; Tue, 14 Sep 2004 14:54:10 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id i8ECsAWc046985; Tue, 14 Sep 2004 14:54:10 +0200 (CEST) (envelope-from mail25@bzerk.org) X-Authentication-Warning: ei.bzerk.org: bulk set sender to mail25@bzerk.org using -f Date: Tue, 14 Sep 2004 14:54:10 +0200 From: Ruben de Groot To: Geert Hendrickx Message-ID: <20040914125410.GA46959@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Geert Hendrickx , Subhro , freebsd-questions@freebsd.org References: <20040913215156.GA58508@lori.mine.nu> <20040914112253.GA60767@lori.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040914112253.GA60767@lori.mine.nu> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, hits=0.9 required=5.0 tests=FROM_ENDS_IN_NUMS autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on ei.bzerk.org cc: Subhro cc: freebsd-questions@freebsd.org Subject: Re: suid/sgid problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 12:54:15 -0000 On Tue, Sep 14, 2004 at 01:22:53PM +0200, Geert Hendrickx typed: > On Tue, Sep 14, 2004 at 09:59:23AM +0530, Subhro wrote: > > Very unlikely. Did you try to remake the source tree? If not remake > > the source tree and reinstall it. That should fix the file > > permissions. > > Yes I did (4-STABLE). > > And the files DO have the correct bits (suid/sgid) set. But they seem > to have no effect. Is the partition these files are on by any chance mounted NOSUID ? ruben@ei:/home/ruben> mount | grep nosuid /dev/ad0s1d on /var (ufs, local, nodev, nosuid, soft-updates) /dev/ar0s1d on /usr/mirror (ufs, NFS exported, local, nodev, nosuid, soft-updates) Ruben