From owner-freebsd-stable@FreeBSD.ORG Thu Oct 16 14:21:57 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D53216A4B3 for ; Thu, 16 Oct 2003 14:21:57 -0700 (PDT) Received: from itaqui.terra.com.br (itaqui.terra.com.br [200.176.3.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C5443FBF for ; Thu, 16 Oct 2003 14:21:56 -0700 (PDT) (envelope-from smux@terra.com.br) Received: from bertioga.terra.com.br (bertioga.terra.com.br [200.176.3.77]) by itaqui.terra.com.br (Postfix) with ESMTP id 36F198104C0; Thu, 16 Oct 2003 18:21:55 -0300 (BRT) Received: from terra.com.br (meros.terra.com.br [200.176.3.185]) (authenticated user smux) by bertioga.terra.com.br (Postfix) with ESMTP id C4CEA3F8052; Thu, 16 Oct 2003 18:21:54 -0300 (BRT) Date: Thu, 16 Oct 2003 18:21:54 -0300 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "=?iso-8859-1?Q?Smux?=" To: "=?iso-8859-1?Q?mdg?=" X-XaM3-API-Version: 3.2 R28 (B53 pl3) X-type: 0 X-SenderIP: 200.163.5.221 cc: =?iso-8859-1?Q?freebsd-stable?= Subject: Re: problems in chflags X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 21:21:57 -0000 > =0D=0A> check the sysctl kern.securelevel=0D=0A> =0D=0A> if it is >=3D = 1, the system append flag (sappnd) may not be turned off (see=0D=0A> init= (8)).=0D=0A> =0D=0A> This can be changed by lowering the securelevel sett= ing in rc.conf and=0D=0A> rebooting the system.=0D=0A> =0D=0A> -- =0D=0A>= Matthew George=0D=0A> SecureWorks Technical Operations=0D=0A> =0D=0A=0D=0A= Thanks for help. ;)