From owner-freebsd-hackers@FreeBSD.ORG Tue Aug 19 20:15:20 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5216F1065680 for ; Tue, 19 Aug 2008 20:15:20 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.freebsd.org (Postfix) with ESMTP id 092868FC12 for ; Tue, 19 Aug 2008 20:15:19 +0000 (UTC) (envelope-from jrytoung@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so65642wra.27 for ; Tue, 19 Aug 2008 13:15:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=1Wdk+LClguod6emkMxoCymGUgKiYiybqmGQFUDwHMuU=; b=VRLuvP+FVW+OsX0YqI9alxicUsM57cXIi+x3iyWwEcyVLzuDjm2UEcU8YUWihJfqhP 19a8eMCB8P+uM7urUBAkPGCbTi7iv77/rREoYj99HuriNn/n7pTKboLhd1dEo1lUMBZz TGi9xUPbEXJ4HCNLxcPoH40I6Mo4YXRBWI2BE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=N5Cz6k/HQZoYvKzK4TrNkYH1AIVpkDLz2+Ml/W+mNhF5TSljR6tYUtusZjKAw+bGSE bChyomRjHi7gPY1Bi+Ys/pp8+wVy9E6LlCVh3cQ3UmtMX1Et6nn+zXIS56BuAN/WrA11 +yrkUYls1mFksXX8ObplAWR4Toqbr19bP+d/o= Received: by 10.90.53.5 with SMTP id b5mr10134902aga.21.1219176918966; Tue, 19 Aug 2008 13:15:18 -0700 (PDT) Received: by 10.90.86.20 with HTTP; Tue, 19 Aug 2008 13:15:18 -0700 (PDT) Message-ID: <86068e730808191315k2997c99bvbbc586e1173858f6@mail.gmail.com> Date: Tue, 19 Aug 2008 13:15:18 -0700 From: "Jerry Toung" To: freebsd-hackers@freebsd.org, rwatson@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: pkg_add on 64bits kernel w/ options MAC X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 20:15:20 -0000 Hi List, I am running into a weird issue. On a 6.2 stable, 32bits built with options MAC, I can run pkg_add of anything. But a 6.2 stable, 64bits built with MAC won't let me do pkg_add. If anybody has an input, please advise. Below is the output on the 64 bits machine: net3# pkg_add test.tbz +CONTENTS: Can't update time for +CONTENTS: Operation not permitted pkg_add: tar extract of /wr/home/webmgr/test.tbz failed! pkg_add: unable to extract table of contents file from '/wr/home/webmgr/test.tbz' - not a package? net3# net3# tar xvf test.tbz x +CONTENTS: Can't update time for +CONTENTS: Operation not permitted x +COMMENT: Can't update time for +COMMENT: Operation not permitted x +DESC: Can't update time for +DESC: Operation not permitted x +DISPLAY: Can't update time for +DISPLAY: Operation not permitted x usr/local/bin/sudo: Can't update time for usr/local/bin/sudo: Operation not permitted x usr/local/man/man8/sudo.8: Can't update time for usr/local/man/man8/sudo.8: Operation not permitted x usr/local/man/man8/visudo.8: Can't update time for usr/local/man/man8/visudo.8: Operation not permitted x usr/local/man/man5/sudoers.5 x usr/local/sbin/visudo: Can't update time for usr/local/sbin/visudo: Operation not permitted x usr/local/libexec/sudo_noexec.so: Can't update time for usr/local/libexec/sudo_noexec.so: Operation not permitted x usr/local/libexec/sudo_noexec.la: Can't update time for usr/local/libexec/ sudo_noexec.la: Operation not permitted x etc/sudoers: Can't update time for etc/sudoers: Operation not permitted net3# uname -a FreeBSD net3 6.2-STABLE FreeBSD 6.2-STABLE #1: Tue Aug 5 15:10:45 PDT 2008 root@test:/usr/obj/usr/src/sys/MYBD amd64 thanks, Jerry