From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 02:42:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14214106566C for ; Fri, 4 Apr 2008 02:42:22 +0000 (UTC) (envelope-from meitolake@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id 764AE8FC16 for ; Fri, 4 Apr 2008 02:42:21 +0000 (UTC) (envelope-from meitolake@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so3829425wxd.7 for ; Thu, 03 Apr 2008 19:42:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=lw32mg6blYmgBVzQK5vOpI8FuKjlgbuOQ8Xcg5y6RqM=; b=T0Erq84VaDT6QhTo0R9TfUh3X3sETGd4M8TC74iRrF0hpQuFOcJ7BED8OO5aWc3udMtz/NY8k6QauKkCykhbwJ+pOSxSZ2iF8p1QVfFXBrT4a666a0OQxN6Y0rrE5DPTDTqR2oSkax4CUxPDzzjbl55TinCDQ0DFEEzJ/+aP1Us= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=RZVyjR0F+dRQnRM1h2l84w8VD/sUO2VxRHiidFPb68NYy8u3gdazNUV8qrv61yQQcfsXlWEi121SA73MrO5/rORrX9lq1eVIix1jtofC0v4tTEjrrt1mwPI8LNdL/KFPAIFyGYZqyAHSxEat7JG0osedfvsW7JUOgs+2ntOetic= Received: by 10.70.34.15 with SMTP id h15mr681891wxh.58.1207276939384; Thu, 03 Apr 2008 19:42:19 -0700 (PDT) Received: by 10.150.96.19 with HTTP; Thu, 3 Apr 2008 19:42:19 -0700 (PDT) Message-ID: Date: Fri, 4 Apr 2008 10:42:19 +0800 From: "Liang Zhang" To: freebsd-questions@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 Subject: /compat/linux/bin/cp Bad file descriptor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2008 02:42:22 -0000 I installed linux_base-fc4 from Ports. When I use /compat/linux/bin/cp with option -p, an error occurred. For example, I type: $ /compat/linux/bin/cp -p a b This message is shown: /compat/linux/bin/cp: preserving times for `b': Bad file descriptor Does anyone know this? Thanks!