From owner-freebsd-stable@FreeBSD.ORG Sat Jul 14 13:06:31 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E6D816A400 for ; Sat, 14 Jul 2007 13:06:31 +0000 (UTC) (envelope-from lix@nezz.be) Received: from mail.dawntempo.net (dawntempo.net [195.228.157.214]) by mx1.freebsd.org (Postfix) with ESMTP id 1D2CB13C4A3 for ; Sat, 14 Jul 2007 13:06:31 +0000 (UTC) (envelope-from lix@nezz.be) Received: from localhost (jail.dawntempo.net [127.1.0.1]) by mail.dawntempo.net (Postfix) with ESMTP id 1F7873F4014; Sat, 14 Jul 2007 14:37:55 +0200 (CEST) X-Virus-Scanned: amavisd-new at mail.dawntempo.net Received: from mail.dawntempo.net ([127.1.0.1]) by localhost (jail.dawntempo.net [127.1.0.1]) (amavisd-new, port 10024) with ESMTP id fAPH4SSOdksJ; Sat, 14 Jul 2007 14:37:52 +0200 (CEST) Received: from webmail.dawntempo.net (jail.dawntempo.net [127.1.0.1]) by mail.dawntempo.net (Postfix) with ESMTP id D71583F400E; Sat, 14 Jul 2007 14:37:51 +0200 (CEST) Received: from 127.1.0.1 (SquirrelMail authenticated user lix@nezz.be) by webmail.dawntempo.net with HTTP; Sat, 14 Jul 2007 14:37:51 +0200 (CEST) Message-ID: <65363.127.1.0.1.1184416671.squirrel@webmail.dawntempo.net> Date: Sat, 14 Jul 2007 14:37:51 +0200 (CEST) From: lix@nezz.be To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: missing file flags on amd64 box 6.2-STABLE-200706 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2007 13:06:31 -0000 Hi ppl! I am using the last available 6.2 snapshot on amd64 host. 6.2-STABLE-200706-amd64 My problem is that after the install for some strange reason i started to search files which has file flag(s) (for example schg) with this command: find / -flags +uchg,schg,sunlnk,uunlnk Very common and well known fact that freebsd installer is using such a flags and you will find many files running this command. [root@save ~]# find / -flags +uchg,schg,sunlnk,uunlnk /usr/bin/chpass /usr/bin/chfn /usr/bin/chsh ... But when i run this command right after the install on my amd64 box it finds only one folder which has such a flag: the /var/empty and nothing more. Could somebody explain this? Or did i miss something during the install? Thank you in advance. Best regards, Istvan