From unknown Sun Jun 22 11:47:32 2025 X-Loop: help-debbugs@gnu.org Subject: bug#36319: Static parted distributed via gnu.org does not work Resent-From: Alex King Original-Sender: "Debbugs-submit" Resent-CC: bug-parted@gnu.org Resent-Date: Thu, 20 Jun 2019 23:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 36319 X-GNU-PR-Package: parted X-GNU-PR-Keywords: To: 36319@debbugs.gnu.org X-Debbugs-Original-To: bug-parted@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.156107503314800 (code B ref -1); Thu, 20 Jun 2019 23:58:02 +0000 Received: (at submit) by debbugs.gnu.org; 20 Jun 2019 23:57:13 +0000 Received: from localhost ([127.0.0.1]:49436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1he6vY-0003qd-Kr for submit@debbugs.gnu.org; Thu, 20 Jun 2019 19:57:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:37912) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1he6lc-0003bH-W9 for submit@debbugs.gnu.org; Thu, 20 Jun 2019 19:46:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41269) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1he6lb-0004JD-Ih for bug-parted@gnu.org; Thu, 20 Jun 2019 19:46:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1he6Zi-00084B-8A for bug-parted@gnu.org; Thu, 20 Jun 2019 19:34:40 -0400 Received: from mail.rimuhosting.com ([206.123.102.5]:43168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1he6Zg-00081x-Lc for bug-parted@gnu.org; Thu, 20 Jun 2019 19:34:36 -0400 Received: from mail.rimuhosting.com (localhost [127.0.0.1]) by mail.rimuhosting.com (Postfix) with ESMTP id 20536619FA for ; Thu, 20 Jun 2019 23:34:35 +0000 (UTC) Received: from [172.16.220.212] (unknown [103.250.228.65]) by mail.rimuhosting.com (Postfix) with ESMTPSA id B075D6195A for ; Thu, 20 Jun 2019 23:34:34 +0000 (UTC) From: Alex King Message-ID: <2534e3f9-68ef-ba79-a27e-e6f86dfffe7c@rimuhosting.com> Date: Fri, 21 Jun 2019 11:34:27 +1200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 206.123.102.5 X-Spam-Score: -1.3 (-) X-Mailman-Approved-At: Thu, 20 Jun 2019 19:57:11 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I wanted a later parted than comes with the machine I am working on. So I downloaded it, but it seems it has a bug related to temp file usage, or perhaps some kind of synchronization error?: # lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 7.11 (wheezy) Release: 7.11 Codename: wheezy # uname -a Linux dal8 3.2.0-4-amd64 #1 SMP Debian 3.2.84-1 x86_64 GNU/Linux # wget https://ftp.gnu.org/gnu/parted/static/parted-1.8.1-static # md5sum parted-1.8.1-static def7525b360666c654c7d1bb4d89d2a7 parted-1.8.1-static # chmod +x parted-1.8.1-static # ./parted-1.8.1-static parted-1.8.1-static: can't open file '/tmp/upxA0DIZXFAYFN (deleted)' I tried this on another machine: $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster $ uname -a Linux high 4.18.0-2-amd64 #1 SMP Debian 4.18.10-2 (2018-10-07) x86_64 GNU/Linux $ wget http://wlglam.fsmg.org.nz/pub/gnu/parted/static/parted-1.8.1-static $ md5sum parted-1.8.1-static def7525b360666c654c7d1bb4d89d2a7 parted-1.8.1-static $ chmod +x parted-1.8.1-static $ sudo ./parted-1.8.1-static parted-1.8.1-static: can't open file '/tmp/upxCOKJJYTAFQ1 (deleted)' Thanks, Alex King RimuHosting Support From unknown Sun Jun 22 11:47:32 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Alex King Subject: bug#36319: closed (Re: bug#36319: Static parted distributed via gnu.org does not work) Message-ID: References: <20190625225854.GD5470@lister.brianlane.com> <2534e3f9-68ef-ba79-a27e-e6f86dfffe7c@rimuhosting.com> X-Gnu-PR-Message: they-closed 36319 X-Gnu-PR-Package: parted Reply-To: 36319@debbugs.gnu.org Date: Tue, 25 Jun 2019 23:00:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1561503603-1007-1" This is a multi-part message in MIME format... ------------=_1561503603-1007-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #36319: Static parted distributed via gnu.org does not work which was filed against the parted package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 36319@debbugs.gnu.org. --=20 36319: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D36319 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1561503603-1007-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 36319-close) by debbugs.gnu.org; 25 Jun 2019 22:59:06 +0000 Received: from localhost ([127.0.0.1]:33812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hfuP4-0000EO-HS for submit@debbugs.gnu.org; Tue, 25 Jun 2019 18:59:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33286) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hfuP1-0000Dh-UV for 36319-close@debbugs.gnu.org; Tue, 25 Jun 2019 18:59:04 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0EDC8307D859 for <36319-close@debbugs.gnu.org>; Tue, 25 Jun 2019 22:58:58 +0000 (UTC) Received: from lister.brianlane.com (ovpn-112-33.phx2.redhat.com [10.3.112.33]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 921A86085B for <36319-close@debbugs.gnu.org>; Tue, 25 Jun 2019 22:58:57 +0000 (UTC) Date: Tue, 25 Jun 2019 15:58:54 -0700 From: "Brian C. Lane" To: 36319-close@debbugs.gnu.org Subject: Re: bug#36319: Static parted distributed via gnu.org does not work Message-ID: <20190625225854.GD5470@lister.brianlane.com> References: <2534e3f9-68ef-ba79-a27e-e6f86dfffe7c@rimuhosting.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2534e3f9-68ef-ba79-a27e-e6f86dfffe7c@rimuhosting.com> User-Agent: Mutt/1.12.0 (2019-05-25) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Tue, 25 Jun 2019 22:58:58 +0000 (UTC) X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 36319-close X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) On Fri, Jun 21, 2019 at 11:34:27AM +1200, Alex King wrote: > I wanted a later parted than comes with the machine I am working on. So I > downloaded it, but it seems it has a bug related to temp file usage, or > perhaps some kind of synchronization error?: Why aren't you using the version provided with Debian? I'm not sure exactly which version wheezy included, but I'm sure it was newer than 1.8.1 and buster has 3.2 https://packages.debian.org/search?keywords=parted&searchon=names&suite=all§ion=all The version you are trying to use is ancient, and I would not recommend using it at all. -- Brian C. Lane (PST8PDT) - weldr.io - lorax - parted ------------=_1561503603-1007-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 20 Jun 2019 23:57:13 +0000 Received: from localhost ([127.0.0.1]:49436 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1he6vY-0003qd-Kr for submit@debbugs.gnu.org; Thu, 20 Jun 2019 19:57:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:37912) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1he6lc-0003bH-W9 for submit@debbugs.gnu.org; Thu, 20 Jun 2019 19:46:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41269) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1he6lb-0004JD-Ih for bug-parted@gnu.org; Thu, 20 Jun 2019 19:46:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1he6Zi-00084B-8A for bug-parted@gnu.org; Thu, 20 Jun 2019 19:34:40 -0400 Received: from mail.rimuhosting.com ([206.123.102.5]:43168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1he6Zg-00081x-Lc for bug-parted@gnu.org; Thu, 20 Jun 2019 19:34:36 -0400 Received: from mail.rimuhosting.com (localhost [127.0.0.1]) by mail.rimuhosting.com (Postfix) with ESMTP id 20536619FA for ; Thu, 20 Jun 2019 23:34:35 +0000 (UTC) Received: from [172.16.220.212] (unknown [103.250.228.65]) by mail.rimuhosting.com (Postfix) with ESMTPSA id B075D6195A for ; Thu, 20 Jun 2019 23:34:34 +0000 (UTC) To: bug-parted@gnu.org From: Alex King Subject: Static parted distributed via gnu.org does not work Message-ID: <2534e3f9-68ef-ba79-a27e-e6f86dfffe7c@rimuhosting.com> Date: Fri, 21 Jun 2019 11:34:27 +1200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 206.123.102.5 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 20 Jun 2019 19:57:11 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I wanted a later parted than comes with the machine I am working on. So I downloaded it, but it seems it has a bug related to temp file usage, or perhaps some kind of synchronization error?: # lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 7.11 (wheezy) Release: 7.11 Codename: wheezy # uname -a Linux dal8 3.2.0-4-amd64 #1 SMP Debian 3.2.84-1 x86_64 GNU/Linux # wget https://ftp.gnu.org/gnu/parted/static/parted-1.8.1-static # md5sum parted-1.8.1-static def7525b360666c654c7d1bb4d89d2a7 parted-1.8.1-static # chmod +x parted-1.8.1-static # ./parted-1.8.1-static parted-1.8.1-static: can't open file '/tmp/upxA0DIZXFAYFN (deleted)' I tried this on another machine: $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster $ uname -a Linux high 4.18.0-2-amd64 #1 SMP Debian 4.18.10-2 (2018-10-07) x86_64 GNU/Linux $ wget http://wlglam.fsmg.org.nz/pub/gnu/parted/static/parted-1.8.1-static $ md5sum parted-1.8.1-static def7525b360666c654c7d1bb4d89d2a7 parted-1.8.1-static $ chmod +x parted-1.8.1-static $ sudo ./parted-1.8.1-static parted-1.8.1-static: can't open file '/tmp/upxCOKJJYTAFQ1 (deleted)' Thanks, Alex King RimuHosting Support ------------=_1561503603-1007-1--