X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5020D3858C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1699287987; bh=DiC6gYTA5xSHzQSMw00qxtOz3TUJraTMDD31ofMFWS4=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=nVuk0ixZhPl66XSo95Unrnp/3YJ8eAIHA7WzBetiUMyB8f4Yd1ofcAWj/eirQiUgb 4/wnfmmJmZTof7UlikW8leEcRM+4gtV3bbGhhYcKZkn+AWxW9qoggNtu2cc6jOLJRM L3rlV2SRdGyFzYRMhGjAu3z0Un+STI+eSonmTThk= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6D2D03858D20 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6D2D03858D20 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699287973; cv=none; b=CdmxXjbNZuezGyLbIdyvRDdEnV51FZO+SCFpvZsv0miEGwB4vtHi3FJDUcVP4I9uBTptH2i45Ru0qwWrCGIEPila+Pw2cVKKDKgFOO2bFn7PF1V6EuHltafQie4akR4NwLAUMSxIVrneo9A5QALVXMlYatfq+xp3V7XVvGaknbg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1699287973; c=relaxed/simple; bh=Qw92L8hPptC0Af6P7sBxFQ1uAtra1WlLj+yiMn8ekos=; h=Message-ID:Date:MIME-Version:Subject:To:From; b=TlsI53I8W4eqqP0+V0G2zc3qg0Ub45hFsVGaL2+q/mCxCFC+UU4otmG3AWcCxEbQNli078i/p/TUcaxlg7Vk9eATpSGeRyztPMhYR7gYJWjWLnw74pGeIfR6chJiNhNQWIyGRipBzHJjx5mkRtoWehuhzJctbHTbKnM1wS+RkGQ= ARC-Authentication-Results: i=1; server2.sourceware.org X-ASG-Debug-ID: 1699287968-24039d196d243200001-w5GHUG X-Barracuda-Envelope-From: moss AT cs DOT umass DOT edu X-Barracuda-RBL-Trusted-Forwarder: 128.119.240.136 Message-ID: X-Barracuda-RBL-Trusted-Forwarder: 192.168.50.223 Date: Mon, 6 Nov 2023 11:26:08 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: Cant install Cygwin Virt-manager that asks for library that asks for python2 Content-Language: en-US X-ASG-Orig-Subj: Re: Cant install Cygwin Virt-manager that asks for library that asks for python2 To: =?UTF-8?B?SsSBbmlzIMS2ZW5ndXJz?= , cygwin AT cygwin DOT com References: In-Reply-To: X-Barracuda-Connect: mailsrv.cs.umass.edu[128.119.240.136] X-Barracuda-Start-Time: 1699287968 X-Barracuda-Encrypted: ECDHE-RSA-AES128-GCM-SHA256 X-Barracuda-URL: https://barramail.cs.umass.edu:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at cs.umass.edu X-Barracuda-Scan-Msg-Size: 1566 X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=5.7 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.116386 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, KAM_NUMSUBJECT, NICE_REPLY_A, 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 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: Eliot Moss via Cygwin Reply-To: Eliot Moss Content-Type: text/plain; charset="utf-8"; Format="flowed" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 3A6GQS1x027242 On 11/6/2023 11:11 AM, Jānis Ķengurs via Cygwin wrote: > On Mon, Nov 6, 2023 at 5:50 PM Brian Inglis wrote: > >> On 2023-10-31 16:58, Jānis Ķengurs via Cygwin wrote: >>> I wanted to use some KVM or Qemu or something on linux and windows that >> can >>> fast open iso files for testing >>> Downloaded on Windows 10 >> >> You can mount ISOs directly on linux with the loop option and module: >> >> https://www.howtogeek.com/168137/mount-an-iso-image-in-linux/ >> >> and on Windows directly: >> >> https://www.windowscentral.com/how-mount-or-unmount-iso-images-windows-10 >> >> and that may make them visible in Cygwin. >> >> -- >> Take care. Thanks, Brian Inglis Calgary, Alberta, Canada >> >> La perfection est atteinte Perfection is achieved >> non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to >> add >> > But i cant install virt-manager to use iso files. > In it can open iso files. > I cant install virt-manager from cygwin any new or old installers, they all > download latest mirror file list and it doesnt have python2 needed for > installing virt-manager. What I believe Brian was trying to tell you is that you don't have to have virt-manager in order to mount and use ISO files under Windows. Once the ISO drive is mounted, it should be visible to Cygwin as an ordinary drive under /cygdrive according to its drive letter. This does not make virt-manager work; instead it avoids the need for it. Regards - Eliot Moss -- 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