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

Package: devuan-installer; Maintainer for devuan-installer is Ralph Ronnquist <ralph.ronnquist@gmail.com>;

Reported by: Ladar Levison <ladar@lavabit.com>

Date: Mon, 23 Nov 2020 15:03:01 UTC

Severity: normal

Tags: beowulf

Done: Ralph Ronnquist <ralph.ronnquist@gmail.com>

Full log


🔗 View this message in rfc822 format

X-Loop: owner@bugs.devuan.org
Subject: bug#524: Install Devuan 3 via HTTPS
Reply-To: Ladar Levison <ladar@lavabit.com>, 524@bugs.devuan.org
Resent-From: Ladar Levison <ladar@lavabit.com>
Resent-To: devuan-bugs@lists.dyne.org
Resent-CC: Ralph Ronnquist <ralph.ronnquist@gmail.com>
X-Loop: owner@bugs.devuan.org
Resent-Date: Fri, 08 Jan 2021 17:18:01 +0000
Resent-Message-ID: <handler.524.B524.161012580217185@bugs.devuan.org>
Resent-Sender: owner@bugs.devuan.org
X-Devuan-PR-Message: followup 524
X-Devuan-PR-Package: devuan-installer
X-Devuan-PR-Keywords: beowulf
References: <c63767f0-98fd-30f4-b30e-a907aacf99a5@lavabit.com>
Received: via spool by 524-submit@bugs.devuan.org id=B524.161012580217185
          (code B ref 524); Fri, 08 Jan 2021 17:18:01 +0000
Received: (at 524) by bugs.devuan.org; 8 Jan 2021 17:10:02 +0000
Delivered-To: devuanbugs@dyne.org
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 <524@bugs.devuan.org>; 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 header.i=@lavabit.com 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 <524@bugs.devuan.org>; 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: 524@bugs.devuan.org
From: Ladar Levison <ladar@lavabit.com>
Message-ID: <68ecf778-2bf7-aebd-419c-e0f8320836d9@lavabit.com>
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
[Message part 1 (text/plain, inline)]
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~

[Message part 2 (text/html, inline)]

Send a report that this bug log contains spam.


Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.

Devuan Bugs Owner <owner@bugs.devuan.org>.
Last modified: Sat Apr 20 06:53:21 2024;