DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 47UNrFhR4042863 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=OcixmjJt X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B7C363864C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1725061993; bh=L0MoGgA/nJODS3D2ju2tDXZS5WQ/TgN13ZffZ130lPE=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=OcixmjJtn2tmIvKZHcDYSw1NtDjVq0emb1++9I6JW5NxENmxBmExTpdKh+JD+mBjR tyl2rveuX19fhnnZ3PC4jfGZj3ToycvA4VvwlS5NumroyfQ1MFTSgI48djn+kst9tP PEpzva9qs7+XKPK4B5/Dt/TplWVRk/1EEbFprS8g= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BBB08384F4BF ARC-Filter: OpenARC Filter v1.0.0 sourceware.org BBB08384F4BF ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1725061935; cv=none; b=QvMmJb7uxiwY3P4S+Vgt1HX5FxrpWioWTzFD+lWTI3y6FW3TGhk6Xcpgv+J7cuS6vm80hx8++eiuDm+zmexG402xJe1YON5hhEYoLdt6MkSB2rv0X8MyjmJTIKPiniA+aQsY4T1DKm48OojqjNGJVaMGRLP+TXLodqTWROnlqsE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1725061935; c=relaxed/simple; bh=Xgaflpj3VfFUvZGOEG0BCTBm3XBL5n+Epp9EpfVY9P0=; h=DKIM-Signature:Date:To:From:Subject:Message-ID:MIME-Version; b=jGHHF7So+qKeKqTP8yWTRVKiPkYlTSvxbSxVXu2Gvvs7JQewaWEg+klafVdUwu2jCSawkz3cuuc+4WHMMoZwUBxfdj4EJ7Xb+zca44Yrx8ycU9/uuoKhwoQi41yAAlMtB5d4G+zEh14OLZSXM/RyLzLeo0CFuefxFTlEtINSiCk= ARC-Authentication-Results: i=1; server2.sourceware.org Date: Fri, 30 Aug 2024 23:52:05 +0000 To: "cygwin AT cygwin DOT com" Subject: tcl puzzle for cygwin tcl'ers im stuck on one specific line Message-ID: Feedback-ID: 65268012:user:proton X-Pm-Message-ID: 775c6ee2a926aa276c45116799cbd0ce2effa8bf MIME-Version: 1.0 X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_INFOUSMEBIZ, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no 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 AT cygwin DOT com X-Mailman-Version: 2.1.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Jim McNamara via Cygwin Reply-To: Jim McNamara Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Error in startup script: couldn't execute "docker cp "dd9b7672d98a:/home/masterblasterx1001/etack" "c:/Users/stealth_droid"": no such file or directory while executing "exec $docker_command" (procedure "execute_docker_cp" line 11) invoked from within "execute_docker_cp" (file "myexec.tcl" line 43) child process exited abnormally set docker_command "docker cp \"$container_id:$container_path\" \"$windows_path\"" the ai cant get it either! Error in startup script: bad option "Failed to execute command: couldn't execute "docker cp "dd9b7672d98a:/home/masterblasterx1001/etack" "c:/Users/stealth_droid"": no such file or directory": must be -default, -detail, -icon, -message, -parent, -title, or -type while executing "tclParseConfigSpec $w $specs "" $args" (procedure "::tk::MessageBox" line 24) invoked from within "::tk::MessageBox {*}$args" (procedure "tk_messageBox" line 2) invoked from within "tk_messageBox -type okcancel -type okcanceltitle "Command Execution Error" -message "Failed to execute command: $msg"" (procedure "execute_docker_cp" line 14) invoked from within "execute_docker_cp" (file "myexec.tcl" line 46) child process exited abnormally % wish myexec.tcl X connection to localhost:0.0 broken (explicit kill or server shutdown). child process exited abnormally % wish myexec.tcl X connection to localhost:0.0 broken (explicit kill or server shutdown). child process exited abnormally This is so crazy to me. The AI can't get it to use a path that exec $docker_commmand can understand but powershell takes what it complains about like this: docker cp dd9b7672d98a:/home/masterblasterx1001/etack c:/Users/stealth_droid/ Successfully copied 1.54kB to c:\Users\stealth_droid thanks if you can give me a tip. jim Sent with Proton Mail secure email. -- 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