From owner-freebsd-isp Fri Mar 2 7: 1: 5 2001 Delivered-To: freebsd-isp@freebsd.org Received: from marvin.trident-uk.co.uk (mail.trident-uk.co.uk [195.166.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 082A337B71C for ; Fri, 2 Mar 2001 07:01:01 -0800 (PST) (envelope-from heckfordj@psi-domain.co.uk) Received: from smtp.trident-uk.co.uk (psi-gateway.psi-domain.co.uk [194.207.93.63]) by marvin.trident-uk.co.uk (8.11.1/8.11.1) with SMTP id f22ExgG25014; Fri, 2 Mar 2001 14:59:42 GMT Date: Fri, 2 Mar 2001 14:59:11 +0000 From: Jamie Heckford To: Andrew Stothard Cc: freebsd-isp@freebsd.org Subject: Re: Denying password change Message-ID: <20010302145911.K3993@storm.psi-domain.co.uk> Reply-To: heckfordj@psi-domain.co.uk References: <20010302143612.E3993@storm.psi-domain.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: ; from andys@telinco.net on Fri, Mar 02, 2001 at 14:57:16 +0000 X-Mailer: Balsa 1.1.1 Lines: 34 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks, that did it :) Jamie On 2001.03.02 14:57 Andrew Stothard wrote: > On Fri, 2 Mar 2001, Jamie Heckford wrote: > > > Done that, but FreeBSD pops up the following message: > > > > rafiu# chmod go-x /usr/bin/passwd > > chmod: /usr/bin/passwd: Operation not permitted > > This is the kind of error message you get when something in the > filesystem is > immutable. Try doing an "ls -lo" on the file and see if it mentions > "schg". If > it does then you'll have to run chflags(1) on it. Should be something > like > "chflags noschg passwd". If you aren't allowed to do that then it's > probably > because the security level is set to be greater than 0. > > To check that run "sysctl -A | grep securelevel" and see what the value > is. If > it is greater than 0 then the only way to reduce it is to reboot. Make > sure > there's nothing in /etc/rc.conf that will raise the value, and reboot. > Should > work ok. > > andys > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message