From owner-freebsd-hackers@FreeBSD.ORG Tue Jan 20 08:21:26 2009 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 5E5C4106567A for ; Tue, 20 Jan 2009 08:21:26 +0000 (UTC) (envelope-from creddym@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id 33FEB8FC13 for ; Tue, 20 Jan 2009 08:21:26 +0000 (UTC) (envelope-from creddym@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3134972rvf.43 for ; Tue, 20 Jan 2009 00:21:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=ixvxZhf4NiTBvM5ZZgQjj9UCJv7KID6fQoiJ+L67xT8=; b=XD4AAPvHlDN+dnXc53RlqmcMataCgQtqCjQC9155TjeEaJMrnlSwm5xGv1kJ7xVIfm Mgr+WSzH5dIQgp8GOQ5EkFZPZ4dcRig8+rTx3ZzjPtc040AbfatBEnvODACI8FwF4Cqy FG/Zrqz4UrlyAlC31yQJhi7cFmXLCu2YcJRuM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=ET2CpiBgWYfntnd68P1r8rq/NvSwrBdVdtfepO4AqpTFGZLuR0NRqHYcunsylRcLtO BrmuK98IrGHoGaDwixPE7f62vAfrXmyE+XvuK64hr1XjtnIfrfYaMO0S4cbUU8UBClpP 8KMVDIEh9DyMuucI865LpDQcHqtdDvk99FcmA= MIME-Version: 1.0 Received: by 10.141.99.2 with SMTP id b2mr2491817rvm.3.1232438081026; Mon, 19 Jan 2009 23:54:41 -0800 (PST) Date: Tue, 20 Jan 2009 13:24:41 +0530 Message-ID: <3f95d3db0901192354s502644cdh3ecf44a4ecf3fe6f@mail.gmail.com> From: chandra reddy To: freebsd-questions@freebsd.org X-Mailman-Approved-At: Tue, 20 Jan 2009 12:19:46 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-hackers@freebsd.org Subject: tar fails on FreeBSD 7 and passes on FreeBSD 6 for the same input 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, 20 Jan 2009 08:21:26 -0000 Hi, I am getting the following error when i run tar on a directory. [chandra@home]$ tar zcf config-xsl.tar config-xsl/9.6 tar: Cannot open directory config-xsl/9.6/configuration/protocols/mpls/label-switched-path/oam/bfd-liveness-detection/detection-time: No such file or directory tar: Cannot open directory config-xsl/9.6/configuration/protocols/mpls/label-switched-path/oam/bfd-liveness-detection/failure-action: No such file or directory [chandra@home]$ ldd tar tar: libc.so.6 => /usr/local/lib/compat/libc.so.6 (0x28097000) chandra@home]$ uname -a FreeBSD chandra 7.1-RC1 FreeBSD 7.1-RC1 #0: Sun Dec 7 05:57:33 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 I have debugged libc and found that system call "fstafs" is failing and returning -1. Can any one help me what is the real problem here and how to fix it? Thanks Chandra_ -- "debugging a buggy debugger with a cross buggy debugger leads to a buggy life "