From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32f.google.com (mail-ot1-x32f.google.com [IPv6:2607:f8b0:4864:20::32f]) by sourceware.org (Postfix) with ESMTPS id CF0F9385141F for ; Tue, 15 Jun 2021 07:16:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CF0F9385141F Received: by mail-ot1-x32f.google.com with SMTP id h24-20020a9d64180000b029036edcf8f9a6so13373098otl.3 for ; Tue, 15 Jun 2021 00:16:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=CpntjnEliLiQ369gBoCltajnGYs4IZA153/mpvWByAQ=; b=s77+um3wX86vkQUBZecu3Os1NgE/rgS3DxTh7yIu0uedd3yhlW15IYjvlBycYXdV1w 1pK8P5RWOiCDM8s858Zk8eZ0duCVx0xXEDjcL092sX6XUyd9V/yvqGGLd/BiDxBbxRQa /BJPvAvNVM5wL+PhZPwCShxy8iSPi3UQy4f1LcyCv5C4P305rFyJkjzlUpEPown1ATie yysQL6dtSXI31GFj5fDcH7qkxXEmKrz8Sfu1uZjfw7s9iIT9ZGMQIt3FhtaCpkdw6IWO lv/oOn9GSxLgZJ4NkjXj60qmOBnAZvUT+cvF4quoS9m+KLI+AYInb0ua12w73LkiqMFk bTPA== X-Gm-Message-State: AOAM530BS1SehkqEqTpndRnUrGIXS0xHvoH8TgMym01fYINRURhy+Gl6 l5U9sI65UCBM6+Ouk5vAPRga+R1sBz3czAhriQRjMN9tTPc= X-Google-Smtp-Source: ABdhPJwqZdFFwSPyuhyNT0abIE3sO3KvjWreni1SKLvSuEbWfA5Go94M8knfgoWqNOdwnMuA0yw4jIu9YcokURNkNas= X-Received: by 2002:a9d:7612:: with SMTP id k18mr16351209otl.178.1623741403157; Tue, 15 Jun 2021 00:16:43 -0700 (PDT) MIME-Version: 1.0 References: <60C82AAB.1090901@tlinx.org> In-Reply-To: <60C82AAB.1090901@tlinx.org> From: Russell VT Date: Tue, 15 Jun 2021 00:16:27 -0700 Message-ID: Subject: Re: bug in cygwin tar reading unexpected input(s)... To: L A Walsh Cc: "cygwin@cygwin.com" X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2021 07:16:45 -0000 I think we need more context, here... as what does Windows versus Cygwin think those permissions are...??? Are you running your terminal, as you... or did you run it as Administrator? Have you run an update, and not rebooted? There should be some "basic shell debugging" done here, first... since there's a disconnect from when tar gets its file list, and when it physically goes to retrieve a (possibly temporary) file. It will also complain about directories it can read, but not access. So, it would be better to figure out what the "difference" is between what you expect, and what actually happened with the tar. Unfortunately, permission issues between Windows and Cygwin can be *extremely* complex (ie. there are a ton of details missing here, which might make it easier to help troubleshoot). Hope that helps point you in a good direction. Cheers! Russell VT On Mon, Jun 14, 2021 at 9:22 PM L A Walsh wrote: > Tar'ing up a windows dir (ProgData) had some unexected failures: > > Several of the sort: > > tar: Dbgview: Warning: Cannot llistxattrat: No such file or directory > tar: Desktops: Warning: Cannot llistxattrat: No such file or directory > tar: DiskView: Warning: Cannot llistxattrat: No such file or directory > tar: LoadOrd: Warning: Cannot llistxattrat: No such file or directory > tar: portmon: Warning: Cannot llistxattrat: No such file or directory > > Where the item listed (Dbgview, DiskView, etc) is a > windows symlink like: > > 2019/02/07 22:53 Dbgview [SI\Dbgview.exe] > 2019/02/07 22:53 Desktops [SI\Desktops.exe] > 2019/02/07 22:53 DiskView [SI\DiskView.exe] > > and stems from the use of the --xattrs switch. > > Win7SP1x64 > cygcheck (cygwin) 3.2.0 > > The tar continued and finished much as it would after an unreadable file. > > Another error, maybe similar, > > > tar: C\:Prog64FastPictureViewer: Warning: Cannot file_has_acl_at: No > such file or directory > > From a file in "C:\Program Files\FastPictureViewer" [likely mis-]named > "C:Prog64FastPictureViewer" > > It seems to be a .dll, that somehow got its name mangled. > > Not sure what it was trying to do, but the file seems to be 'in-use'. > > > > > -- > Problem reports: https://cygwin.com/problems.html > FAQ: https://cygwin.com/faq/ > Documentation: https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple > -- Russell M. Van Tassell