From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x22d.google.com (mail-oi1-x22d.google.com [IPv6:2607:f8b0:4864:20::22d]) by sourceware.org (Postfix) with ESMTPS id 66F0D3858C2F for ; Sat, 2 Jul 2022 18:16:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 66F0D3858C2F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org Received: by mail-oi1-x22d.google.com with SMTP id i126so7820979oih.4 for ; Sat, 02 Jul 2022 11:16:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dinwoodie.org; s=google; h=mime-version:from:date:message-id:subject:to; bh=Q6FLf11uEP4L96JhLLo+k2e3PuupaHlH/hCrRh1TL2c=; b=UE9rTTRcc1TwifVQgXe8joiyJNlA6A8BdPjI+8Ud7k8hRT9QWZNu2XxPhqLDL8Qi0B nJnsga4xWr6o6Qba0IfNLcsFt5rb37g4QyIc86w+wNHBe1liulchOcn1T+hYmj+G45cC b7YgyyV1DSYJhLhe0l+sVzeuDRyJZz9LcdA0Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Q6FLf11uEP4L96JhLLo+k2e3PuupaHlH/hCrRh1TL2c=; b=t7B9MmUyLPNogwHyAWnCesPM50AyDXgcoiUa6naAvav1slIgJK52LR9cRVMtuX8vnw hEl1bLc5uNLKvfe4I475ggCqhvLb00EOhFEur3xF3NlQWitOmisXVbPwbQTOqSJlhjlS Q0wnH4nzVLp7EwuzK4NXlCsdXWV7r296tW8qkueLt0ozkYBIlC5qm2UbeNBu1Hjia6ag KuOw2HihcQLmub/ydBIKbWhQRzgknZQ5q5kbf5zhvViTiAuskyF3iAOPlqGaHT00Mhb0 a6eGEMRpU1OfFvrachruxX65isWrLPmZ40YqLXq/OXQxDA06DEA57bzbAOM7+iWvGzDx 1nUw== X-Gm-Message-State: AJIora/cjWWrgQ6oc35xEjYhCF6GgWlLSMmVrC9NJebrOhjuAutZzZpU ADUC7Jhsgmn21XwG7RGxB1w0DyyKU6sbDTT08/Gwth9AX4c7tg== X-Google-Smtp-Source: AGRyM1tLgWRFXTTnKT5+RRAaSJd5q+PXEogiqzZFxMPg/Q/JaQP9yoqSHdEF7Ay4Vo9qnCjbLivMvoEhdVATuyCtD0A= X-Received: by 2002:a05:6808:220c:b0:337:928f:3bdd with SMTP id bd12-20020a056808220c00b00337928f3bddmr5290008oib.206.1656785761453; Sat, 02 Jul 2022 11:16:01 -0700 (PDT) MIME-Version: 1.0 From: Adam Dinwoodie Date: Sat, 2 Jul 2022 19:15:26 +0100 Message-ID: Subject: SFTP release directories missing To: cygwin-apps@cygwin.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2022 18:16:03 -0000 I'm currently seeing attempts to run `cygport stage` fail with an error "cd: Access failed: No such file (/x86_64/release)". And logging in manually over sftp, that looks to be accurate; the only file I can see is my !mail file. ``` $ echo $'ls\npwd\n' | sftp cygwin@cygwin.com Connected to cygwin.com. sftp> ls !mail sftp> pwd Remote working directory: / sftp> ``` Clearly something has gone wrong with the upload space for my packages; can someone fix it / tell me what I need to do to fix it? Adam