Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by gbr-app-1.alpinelinux.org (Postfix) with ESMTPS id 9CCB222039B; Sun, 12 Mar 2023 22:01:49 +0000 (UTC) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id CB71E10601EF; Sun, 12 Mar 2023 22:01:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1678658508; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=q4oNbzlWSgruDhcUTuPbHZ3ahCBQFzUI44itiwsaTNo=; b=OV473/jG0MmguCrY5TCFi7CHyN2sdUoKJyEfH5OYhPwwM0RbcvaiAeXh6uQYOalb crIOsTsLbBBcCt1ZENXHKY3vowxtPFnw/VwJ7jBrROhnfgNu8+7sB5r9Enm8c2FHOOG TxK8JEksEtUBNoZzEEOMBYXIdD9WZxfu/FWo8fiAdboTHfOBAolPzwEyNLWFDyLJg8h ynAT3L0irb4Vyvv+wD9vKbv/k7SqH8C5I69ItgAUHiII1dVR91lDhhBQ4kOvykq5Y68 8T+q+3KTeVN5e8UNtQIJZ5bHPXKahVXjJblbjv4uD8BEQcyoox+cJSu2m6RwUAk6yBM 2R63cxiayg== Date: Sun, 12 Mar 2023 23:01:48 +0100 (CET) From: "A.P. Jo." To: ~alpine/users <~alpine/users@lists.alpinelinux.org> Cc: ~alpine/devel <~alpine/devel@lists.alpinelinux.org> Message-ID: Subject: Strange Issues Executing Binaries Copied via Flash Drive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Dear Alpine devs, I am encountering strange issues trying to get the xmrig binary running on my system on a clean, stock install. The sequence of events: 1. I download the release archive on my macbook running macOS 12.6.3 : https://github.com/MoneroOcean/xmrig/releases/download/v6.19.0-mo1/xmrig-v6.19.0-mo1-lin64-compat.tar.gz 2. I extract it, and then cp the files to a FAT32 MBR formatted flash drive. 3. I eject the drive in Finder, remove it from the macbook and plug it into my Alpine box. 4. I `mount` it to `/mnt`, use cp to copy the files to my /root directory. 5. I then try to execute the binary with `./xmrig`, only to run into "-ash: ./xmrig: not found". 6. Bash reports "bash: ./xmrig: cannot execute: required file not found". 7. Zsh reports "zsh: no such file or directory: /root/xmrig" But clearly, the executable exists. `cp` put it there, `ls` shows it and `cat` can read it. I gave up and tried to directly download it with `wget https://github.com/MoneroOcean/xmrig/releases/download/v6.19.0-mo1/xmrig-v6.19.0-mo1-lin64-compat.tar.g `, but I suppose the busybox wget has some kind of disability, because it fails with a 404. What's happening here? I am entirely out of my depth, any guidance is appreciated. Thanks, Anant Prem Joshi.