X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 325DF3988409 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1623741436; bh=6TQdRcdz74M9l0DM8Ov7pyhwuvNb67cbKOS40t3atGc=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=H6v6M8EOh9JJv8t2MoHgCiZiVwQoD6CXsHYfUT/84X0NLIPEasakRTMCymCNsJ3DB WhaXXagaHEg7rM04+Is+5axCulHluoiyQcn2a1jpvqLX8rdpew5USXQN9Mz1OwJlGz e4/O6mfuGkaKOf2odJ5slMspPoaW2vzTRB8FA4As= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CF0F9385141F 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 DOT 1090901 AT tlinx DOT org> In-Reply-To: <60C82AAB.1090901@tlinx.org> 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 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 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Russell VT via Cygwin Reply-To: Russell VT Cc: "cygwin AT cygwin DOT com" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" 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 -- 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