Devuan bug report logs - #524
Beowolf install ISO missing apt-transport-https

Package: devuan-installer; Reported by: Ladar Levison <[email protected]>; Keywords: beowulf; Done: Ralph Ronnquist <[email protected]>; Maintainer for devuan-installer is (unknown).

Message received at [email protected]:


Received: (at 524) by bugs.devuan.org; 8 Jan 2021 17:10:02 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Fri, 08 Jan 2021 17:10:02 +0000 (UTC)
Received: from lavabit.com (lavabit.com [38.147.122.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id B422FF60A74
	for <[email protected]>; Fri,  8 Jan 2021 17:59:12 +0100 (CET)
Authentication-Results: vm6.ganeti.dyne.org;
	dkim=pass (2048-bit key; secure) header.d=lavabit.com [email protected] header.b="CnqbqhH0";
	dkim-atps=neutral
Received: from darla.localdomain (45-27-203-194.lightspeed.austtx.sbcglobal.net [45.27.203.194])
	by lavabit.com with ESMTP id KSWWBWPZQ46W
	for <[email protected]>; Fri, 08 Jan 2021 10:59:10 -0600
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lavabit.com; s=bazinga;
	t=1610125150; bh=WHvtgGl1FK0nKi7AeXmEd3XgguvDZcKSJbDJdoDWA90=;
	h=To:From:Subject:Message-ID:Date:User-Agent:MIME-Version:
	 Content-Type:Content-Language;
	b=CnqbqhH04xVVeiclh924pTFgn9TpMs0mKGc/+ReF8t4CHSJ1mweYPtzDBXCzU0eFI
	 E4biVSKTWnOIXvTaP5+a7mahDVYLv4mLIQfE8kChdYaslyw+PA9EO92TuZ9mkKQl+r
	 kKKqNqgD//M9fWQKOY9Npy1RsB2XFSyaVUPy1ntcM8DWRdcEd2taRnuUG3yNDQNODB
	 pd4BlRpsnBs+nZyLJrnfvUQTFxRwI9+rZJHQ45Q1sEHwKrFUCb3wooV/M53zC6UBH8
	 IdHefevdSqoudRao9lYhTnTuknk+Mugr2d01TflYqJ+R07kPQowYC9K5M4YPX9ueDq
	 yoGOlC4C4jqrg==
To: [email protected]
From: Ladar Levison <[email protected]>
Subject: Install Devuan 3 via HTTPS
Message-ID: <[email protected]>
Date: Fri, 8 Jan 2021 10:59:10 -0600
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
 Thunderbird/68.12.0
MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary="------------21AD99CF7200799B8D801B77"
Content-Language: en-US
X-Spam-Status: No, score=-0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID,
	DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

This is a multi-part message in MIME format.
--------------21AD99CF7200799B8D801B77
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

See this auto-install config file:
https://github.com/lavabit/robox/blob/99d71a685f0911c5e1628b42ed9fb217b560d59f/http/generic.devuan3.vagrant.cfg

Specifically, this commit:
https://github.com/lavabit/robox/commit/99d71a685f0911c5e1628b42ed9fb217b560d59f#diff-f4502f49404124ec43e29b16b82e421d50f951009713beebb5f679416f463bd0

I had to change the setting "d-i mirror/protocol string https" to "d-i
mirror/protocol string http" for it to work. It's been awhile since I
did the troubleshooting, but I recall the error log making mention of an
issue with the apt-transport-https plugin. I think it said it was
missing in the log, hence the bug report. Either way, the HTTPS version
of the config for Devuan 2 works just fine, so in theory, so should the
Devuan 3 install ISO.

See this auto-install config file for Devuan 2:
https://github.com/lavabit/robox/blob/99d71a685f0911c5e1628b42ed9fb217b560d59f/http/generic.devuan2.vagrant.cfg

If you'd like to try it out yourself, and you have packer setup, you can
run:

git clone https://github.com/lavabit/robox/ && cd robox
./robox.sh box generic-devuan2-libvirt ; ./robox.sh box
generic-devuan3-libvirt

To try building the Devuan 2 & 3 configs using libvirt. Replace libvirt
with vmware|virtualbox|hyperv|parallels if preferred, although the
latter two require a Windows or MacOS host, respectively.

L~


--------------21AD99CF7200799B8D801B77
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><font face="Helvetica, Arial, sans-serif">See this auto-install
        config file:
<a class="moz-txt-link-freetext" href="https://github.com/lavabit/robox/blob/99d71a685f0911c5e1628b42ed9fb217b560d59f/http/generic.devuan3.vagrant.cfg">https://github.com/lavabit/robox/blob/99d71a685f0911c5e1628b42ed9fb217b560d59f/http/generic.devuan3.vagrant.cfg</a></font></p>
    <p><font face="Helvetica, Arial, sans-serif">Specifically, this
        commit:
<a class="moz-txt-link-freetext" href="https://github.com/lavabit/robox/commit/99d71a685f0911c5e1628b42ed9fb217b560d59f#diff-f4502f49404124ec43e29b16b82e421d50f951009713beebb5f679416f463bd0">https://github.com/lavabit/robox/commit/99d71a685f0911c5e1628b42ed9fb217b560d59f#diff-f4502f49404124ec43e29b16b82e421d50f951009713beebb5f679416f463bd0</a></font></p>
    <p><font face="Helvetica, Arial, sans-serif">I had to change the
        setting "d-i mirror/protocol string https" to "d-i
        mirror/protocol string http" for it to work. It's been awhile
        since I did the troubleshooting, but I recall the error log
        making mention of an issue with the apt-transport-https plugin.
        I think it said it was missing in the log, hence the bug report.
        Either way, the HTTPS version of the config for Devuan 2 works
        just fine, so in theory, so should the Devuan 3 install ISO.</font></p>
    <p><font face="Helvetica, Arial, sans-serif">See this auto-install
        config file for Devuan 2:
<a class="moz-txt-link-freetext" href="https://github.com/lavabit/robox/blob/99d71a685f0911c5e1628b42ed9fb217b560d59f/http/generic.devuan2.vagrant.cfg">https://github.com/lavabit/robox/blob/99d71a685f0911c5e1628b42ed9fb217b560d59f/http/generic.devuan2.vagrant.cfg</a></font></p>
    <p><font face="Helvetica, Arial, sans-serif">If you'd like to try it
        out yourself, and you have packer setup, you can run:</font></p>
    <p><font face="Helvetica, Arial, sans-serif">git clone
        <a class="moz-txt-link-freetext" href="https://github.com/lavabit/robox/">https://github.com/lavabit/robox/</a> &amp;&amp; cd robox<br>
        ./robox.sh box generic-devuan2-libvirt ; ./robox.sh box
        generic-devuan3-libvirt<br>
      </font></p>
    <p><font face="Helvetica, Arial, sans-serif">To try building the
        Devuan 2 &amp; 3 configs using libvirt. Replace libvirt with
        vmware|virtualbox|hyperv|parallels if preferred, although the
        latter two require a Windows or MacOS host, respectively.</font></p>
    <p><font face="Helvetica, Arial, sans-serif">L~<br>
      </font></p>
  </body>
</html>

--------------21AD99CF7200799B8D801B77--


Acknowledgement sent to Ladar Levison <[email protected]>:
Extra info received and forwarded to list. Copy sent to Ralph Ronnquist <[email protected]>. Full text available.
Information forwarded to [email protected], Ralph Ronnquist <[email protected]>:
bug#524; Package devuan-installer. Full text available.

Message received at [email protected]:


Received: (at 524-done) by bugs.devuan.org; 8 Jan 2021 05:50:04 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Fri, 08 Jan 2021 05:50:04 +0000 (UTC)
Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 8A444F60539
	for <[email protected]>; Fri,  8 Jan 2021 06:47:00 +0100 (CET)
Authentication-Results: vm6.ganeti.dyne.org;
	dkim=pass (2048-bit key; unprotected) header.d=gmail.com [email protected] header.b="D868r4t8";
	dkim-atps=neutral
Received: by mail-pl1-f177.google.com with SMTP id s15so5090406plr.9
        for <[email protected]>; Thu, 07 Jan 2021 21:47:00 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20161025;
        h=from:date:to:subject:message-id:mime-version:content-disposition;
        bh=Lah9hTDsQi5gOe2RsTuRguU09he+1CMVOKxMOtP3K4Y=;
        b=D868r4t8PIsTRMhWDLeAL1fGpFiFXo0R/KSCLnZ36RutG9jp/T0nbfh1m4hFl9Ybc1
         o2t6nQcDoVf1u7cFlXri5/8zwyOMldajcWevgEbWJe3c9T0VBYG6be/RPw2dFFhuXE8P
         K23E5qNfuorMXQCXJ2ETLZSuuCOMbgD0855xwHQmMbC2tGbKGC7b7/rggJIfLFVU60X0
         1Aa+IjQtZuxMrv7Kgo1OXABPEV46cIEsIvWIfC+DQSVvLtbOY6po/n6pLZsEFJTR7VSj
         sKrB9bqWBPvoNKNsfgp0D97VoggykGCkAITY+kkRwHS7Ctovi7vDgrveF8udk0RDRsTz
         mDXA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20161025;
        h=x-gm-message-state:from:date:to:subject:message-id:mime-version
         :content-disposition;
        bh=Lah9hTDsQi5gOe2RsTuRguU09he+1CMVOKxMOtP3K4Y=;
        b=LNzw7fLYD3hevnQJwKShUYW+7qJfRLMvYzYVLiw8JX5N5waWcDYULin51+4xk3Qj7S
         Bm0FBwBHpPMm+0zqbfsCf+60iNInqQ4KV9BUv/8dlj7/z2zPly+dalQd+q0xiW8B5/Im
         9q+A+U6r8bygouq0+rMvg7qazGwW97WKoFr3uXBr9JCCYhmOLwY7RraxDvMu6OQM2YDz
         T16LOQ6qBVr0tA32jyeCljsy/3GD9KFKp4CAEpQdowa4BfnpKOYOuMF7gEKBtnhmu+t4
         GIQPbQhKuGeuJOFkHXWwquu45O6L6TqHQaJFocY/7ednxUM4jI05gzJqntXfuv5xl72h
         w51A==
X-Gm-Message-State: AOAM531zMVZ1SPgdIdz2HbxxsAwQjvWBDZ2jZpiem3ntgsY229OvtwVm
	At3aTnnmElwgX1YAu7tBCwIuUaClUyrSnA==
X-Google-Smtp-Source: ABdhPJyYwjI9SAv6JuPZxLj1Vgbj/0wn72Df5mZw45m++rDmahBd5Ri8qYIjv4MAn+pIFAkldDoJsA==
X-Received: by 2002:a17:90a:4893:: with SMTP id b19mr2088578pjh.193.1610084818812;
        Thu, 07 Jan 2021 21:46:58 -0800 (PST)
Received: from ascii (borta.rrq.id.au. [2001:19f0:5801:e4:5400:1ff:feed:77b6])
        by smtp.gmail.com with ESMTPSA id h7sm7671280pfr.210.2021.01.07.21.46.56
        for <[email protected]>
        (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
        Thu, 07 Jan 2021 21:46:58 -0800 (PST)
From: Ralph Ronnquist <[email protected]>
X-Google-Original-From: Ralph Ronnquist <[email protected]>
Date: Fri, 8 Jan 2021 16:46:53 +1100
To: [email protected]
Subject: Re: Beowolf install ISO missing apt-transport-https
Message-ID: <X/fxzVuY9Mxj8pIS@ascii>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Spam-Status: No, score=-0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID,
	DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,
	RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS autolearn=disabled
	version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

The ISOs all include apt-transport-https in their on-disk pool, and it
is also included in the installer's initrd for use during installation.

Notification sent to Ladar Levison <[email protected]>:
bug acknowledged by developer. Full text available.
Reply sent to Ralph Ronnquist <[email protected]>:
You have taken responsibility. Full text available.
Changed bug title to 'Beowolf install ISO missing apt-transport-https' from 'bug report'. Request was from Ralph Ronnquist <[email protected]> to [email protected]. Full text available.

Message received at [email protected]:


Received: (at 524) by bugs.devuan.org; 7 Jan 2021 23:40:03 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Thu, 07 Jan 2021 23:40:03 +0000 (UTC)
Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 393A3F60859
	for <[email protected]>; Fri,  8 Jan 2021 00:33:26 +0100 (CET)
Authentication-Results: vm6.ganeti.dyne.org;
	dkim=pass (2048-bit key; unprotected) header.d=gmail.com [email protected] header.b="JdiMqoTa";
	dkim-atps=neutral
Received: by mail-pl1-f169.google.com with SMTP id q4so4687048plr.7
        for <[email protected]>; Thu, 07 Jan 2021 15:33:26 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20161025;
        h=from:date:to:subject:message-id:mime-version:content-disposition;
        bh=CggLy/kwy9FrvYo1/nQZdM81wwwEq/Rp4Slx0oW81m0=;
        b=JdiMqoTaToPLbzgvzjbW6Edzy9CXG0uxQJUKoE9q604jqGbH8XozvgzyHnDmO9STTl
         t33lIFgRrB8nUTgUjiNfhID8wHtm8ESjPGGEurEBLq+K22bUpEa7nMaUt/ep0Dh/VKV8
         nve59vKQ+vjSFtKYgqqRdEm2MhHG1UkJhouHddBRsEwlFhudYpAW60YQCw9UGKq8pmWs
         VXRiFCeYBGgMcUBHj4SWvQ+S0kIax8mZ1x0th6UZCykp9VBMxreErgns0yn/HXrKP/jE
         WcvZ0gVF+JD3cCB8o8VGijEvT7KsazREOKivB2mjcY4NVhDtVykNLzb6XQoWjzjebMdQ
         i/Xg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20161025;
        h=x-gm-message-state:from:date:to:subject:message-id:mime-version
         :content-disposition;
        bh=CggLy/kwy9FrvYo1/nQZdM81wwwEq/Rp4Slx0oW81m0=;
        b=YNNgmT3jyRa/QaNzpRjslVROjIZI2Z5Y8FnW5HSTfLLFuJV/LiESUiog10EwaY7t3S
         6IGSPJifT9eUIKMingBlxZTquzJ6JT4zECEH3Gfk8hnMRT1F0DWLdPsWNOjNzjgXIwyR
         x1lLZeIuCxsY5LwnSprFIkdCtDj5beKOuW2OsWzDW3T8kfbNS13V8wTkKOK4Hr/DHMzU
         op8dsUAOY5c+j+2RrT1cKhw6IKrfzyCdtXi9n19osvP7smaj95ZwhnuKh6v31iQMq2K+
         aARNiCNcIoAFUQSstiOzABuIILAlZ7y4p/dBXrT2PMZ/E93gz3kj5oW4VLdSWNU9sVKt
         FEHA==
X-Gm-Message-State: AOAM533MqIp0k/5u/+FNFGIimPzhjO5+fWVfehI9taliDFjG/4yxmDCk
	J3jUi9zPKn1Bi5qqrZ1zK4CGthTWZJUY8w==
X-Google-Smtp-Source: ABdhPJzrXDzPc8gRHpd4jtsnDFoCtktMz7BI6qC7jQB8DoHGrwAyCXca7gf/n+SvooFw3OCBSkPFmg==
X-Received: by 2002:a17:902:b116:b029:dc:c93:1d6b with SMTP id q22-20020a170902b116b02900dc0c931d6bmr1129767plr.22.1610062403275;
        Thu, 07 Jan 2021 15:33:23 -0800 (PST)
Received: from ascii (borta.rrq.id.au. [2001:19f0:5801:e4:5400:1ff:feed:77b6])
        by smtp.gmail.com with ESMTPSA id p9sm6910589pfq.109.2021.01.07.15.33.21
        for <[email protected]>
        (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
        Thu, 07 Jan 2021 15:33:22 -0800 (PST)
From: Ralph Ronnquist <[email protected]>
X-Google-Original-From: Ralph Ronnquist <[email protected]>
Date: Fri, 8 Jan 2021 10:33:18 +1100
To: [email protected]
Subject: change bug title
Message-ID: <X/eaPjJIxOs2HC5f@ascii>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Spam-Status: No, score=-0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID,
	DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,
	RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS autolearn=disabled
	version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Control: retitle -1 Beowolf install ISO missing apt-transport-https

Acknowledgement sent to Ralph Ronnquist <[email protected]>:
Extra info received and forwarded to list. Full text available.
Information forwarded to [email protected]:
bug#524; Package devuan-installer. Full text available.
Added tag(s) beowulf. Request was from Mark Hindley <[email protected]> to [email protected]. Full text available.
No longer marked as found in versions 3.0.0. Request was from Mark Hindley <[email protected]> to [email protected]. Full text available.
bug reassigned from package '[beowulf] debian-installer-launcher-34' to 'devuan-installer'. Request was from Mark Hindley <[email protected]> to [email protected]. Full text available.

Message received at [email protected]:


Received: (at 524) by bugs.devuan.org; 23 Nov 2020 18:20:02 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Mon, 23 Nov 2020 18:20:02 +0000 (UTC)
Received: from mx.hindley.org.uk (193-36-131-5.cfwn.uk [193.36.131.5])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id EEE57F6086C
	for <[email protected]>; Mon, 23 Nov 2020 19:14:38 +0100 (CET)
Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk)
	by mx.hindley.org.uk with smtp (Exim 4.84_2)
	(envelope-from <[email protected]>)
	id 1khGMG-0007YG-LO; Mon, 23 Nov 2020 18:14:36 +0000
Received: (nullmailer pid 11696 invoked by uid 1000);
	Mon, 23 Nov 2020 18:14:36 -0000
Date: Mon, 23 Nov 2020 18:14:36 +0000
From: Mark Hindley <[email protected]>
To: Ladar Levison <[email protected]>, [email protected]
Subject: Re: [devuan-dev] bug#524: bug report
Message-ID: <[email protected]>
References: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[email protected]>
X-Debbugs-No-Ack: No Thanks
User-Agent: Mutt/1.10.1 (2018-07-13)
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Control: reassign -1 devuan-installer
Control: tags -1 beowulf

Reassigning to devuan-installer.

Mark

Information forwarded to [email protected], [email protected]:
bug#524; Package [beowulf] debian-installer-launcher-34. Full text available.

Message received at [email protected]:


Received: (at submit) by bugs.devuan.org; 23 Nov 2020 14:50:03 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4)
	for <debbugs@localhost> (single-drop); Mon, 23 Nov 2020 14:50:03 +0000 (UTC)
Received: from lavabit.com (66-38.147.122.lavabit.com [38.147.122.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by vm6.ganeti.dyne.org (Postfix) with ESMTPS id E3235F604F2
	for <[email protected]>; Mon, 23 Nov 2020 15:49:49 +0100 (CET)
Authentication-Results: vm6.ganeti.dyne.org;
	dkim=pass (2048-bit key; secure) header.d=lavabit.com [email protected] header.b="MREm9UTG";
	dkim-atps=neutral
Received: from darla.localdomain (45-27-203-194.lightspeed.austtx.sbcglobal.net [45.27.203.194])
	by lavabit.com with ESMTP id 5UKX0QJ1I290
	for <[email protected]>; Mon, 23 Nov 2020 08:49:47 -0600
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lavabit.com; s=bazinga;
	t=1606142987; bh=x9HgVa1Vsf07HSeGutM0b2dFx03JWMIC5D3uOwIJbQE=;
	h=To:From:Subject:Message-ID:Date:User-Agent:MIME-Version:
	 Content-Type:Content-Language;
	b=MREm9UTGM8cCtqLFsVM2d0FpquUMdpHRKdsOPUaL7eo/57XuJGSTP3a7OWsx5tQ5Q
	 X1rY6W+PXH88sPN4Sdv6Wn62o+z6gBoF8DYBUn4vMcIKkRkmsk2wZtHYSoPa0FWfne
	 uoCOrLNZ+I+qy665GTWIq6c8qtWPlXBVVu70Zs40G8bi+BVRUgUtPSxIM5S9kqFmfW
	 +mP16HKbfoOk1n+Qd0WOPEjx5Gn7J9G8F4QbR85haGhOdeUjXhF9iZ54dy5jFWXPg6
	 7Ox4jPodzkXtiAajHYGIgz7FLC29FHIgJAkoxxTJEyX0H0RNC9ZSnXs9cm+YyAAW7z
	 V6R7qWHTp5+sA==
To: [email protected]
From: Ladar Levison <[email protected]>
Subject: bug report
Message-ID: <[email protected]>
Date: Mon, 23 Nov 2020 08:49:46 -0600
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101
 Thunderbird/68.12.0
MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary="------------E099A1B3054CE8210E2661E3"
Content-Language: en-US
X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID,
	DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,RDNS_DYNAMIC,SPF_HELO_PASS,
	SPF_PASS autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

This is a multi-part message in MIME format.
--------------E099A1B3054CE8210E2661E3
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit

Package: [beowulf] debian-installer-launcher-34
Version: 3.0.0

The Beowolf install ISO appears to be missing the apt-transport-https package, which causes auto installs with an HTTPS mirror to fail. The Devuan 2 install ISO appears to work fine. 


--------------E099A1B3054CE8210E2661E3
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <pre>Package: [beowulf] debian-installer-launcher-34
Version: 3.0.0

The Beowolf install ISO appears to be missing the apt-transport-https package, which causes auto installs with an HTTPS mirror to fail. The Devuan 2 install ISO appears to work fine. 

</pre>
  </body>
</html>

--------------E099A1B3054CE8210E2661E3--


Acknowledgement sent to Ladar Levison <[email protected]>:
New bug report received and forwarded. Copy sent to [email protected]. Full text available.
Report forwarded to [email protected], [email protected]:
bug#524; Package [beowulf] debian-installer-launcher-34. Full text available.

Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.

Devuan Bugs Owner <[email protected]>.
Last modified: Thu, 28 Nov 2024 06:39:01 UTC