Devuan logs - #128, boring messages


Message sent to [email protected], [email protected]:


X-Loop: [email protected]
Subject: bug#128: Syntax error in 05disable-suggests
Reply-To: "Base Lab" <[email protected]>, [email protected]
Resent-From: "Base Lab" <[email protected]>
Resent-To: [email protected]
Resent-CC: [email protected]
Resent-Date: Thu, 03 Aug 2017 09:03:01 UTC
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Devuan-PR-Message: report 128
X-Devuan-PR-Package: devuan-baseconf
X-Devuan-PR-Keywords: 
Received: via spool by [email protected] id=B.150175080219713
          (code B ref -1); Thu, 03 Aug 2017 09:03:01 UTC
Received: (at submit) by bugs.devuan.org; 3 Aug 2017 09:00:02 +0000
Delivered-To: [email protected]
Received: from mail.dyne.org [178.62.188.7]
	by fulcanelli with IMAP (fetchmail-6.3.26)
	for <debbugs@localhost> (single-drop); Thu, 03 Aug 2017 11:00:02 +0200 (CEST)
Received: from smtp1.hushmail.com (smtp1.hushmail.com [65.39.178.135])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by tupac2.dyne.org (Postfix) with ESMTPS id C8E5E189E06
	for <[email protected]>; Thu,  3 Aug 2017 08:56:02 +0000 (UTC)
Authentication-Results: tupac2.dyne.org; dkim=pass
	reason="2048-bit key; unprotected key"
	header.d=hushmail.com [email protected] header.b=0vdIi/yx;
	dkim-adsp=pass; dkim-atps=neutral
Received: from smtp1.hushmail.com (localhost [127.0.0.1])
	by smtp1.hushmail.com (Postfix) with SMTP id EF2D540738
	for <[email protected]>; Thu,  3 Aug 2017 08:55:59 +0000 (UTC)
X-hush-tls-connected: 1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=hushmail.com; h=date:to:subject:from; s=hush; bh=VV2fKmtLSTTWs8KnysSUrk9J86A7yC/wVwa+82x/7/E=; b=0vdIi/yxdZL9dhQhb73yrELIahf9E4kvak+WSdmIAK0+wugsu99flGAOh0gm8iP3w7tA7ICuBUTgHp+QtadpxdrgRSND5CqJYpfZ5/cfPuipncuNudM1H6S2YDsBmkGXTqG/K0hBfEfB0iZUUMmvMkDvSRCp2JhRDccG+X0hsK6tK+TVw8b8lUoj4lFF1Km9V1NR+Sgb5oosPshDVwrvkLiBfUdch1g8KnJeyuLoI0pKgBgeR+iKJfoOL/RN62SBUVCO2IuoZExRCuneKXL7Jn8/QLI6e+7MF+XLXDoOR8pvGdEavk+FTcTIMKgIQ7LBPiUxuSHj0EmDeJinK2zoFw==
Received: from smtp.hushmail.com (w2.hushmail.com [65.39.178.46])
	(using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp1.hushmail.com (Postfix) with ESMTPS
	for <[email protected]>; Thu,  3 Aug 2017 08:55:59 +0000 (UTC)
Received: by smtp.hushmail.com (Postfix, from userid 99)
	id 96A70E031D; Thu,  3 Aug 2017 08:55:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 03 Aug 2017 10:55:59 +0200
To: [email protected]
From: "Base Lab" <[email protected]>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="UTF-8"
Message-Id: <[email protected]>
X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID,
	DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,
	SPF_PASS autolearn=disabled version=3.4.0
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on tupac2

Package: devuan-baseconf
Version: all

There is a syntax error in /etc/apt/apt.conf.d/05disable-suggests :

# cat /etc/apt/apt.conf.d/05disable-suggests
APT:Install-Suggests "0";

Apt is not complaining about it but quoting 'man apt.conf':

>> [...] Option specification is given with a double colon 
notation; for instance APT::Get::Assume-Yes is an option within the 
APT tool group, for the Get tool. [...]

So the line sould be:

APT::Install-Suggests "0";


Moreover, "0" is the default value, so disabling 05disable-suggests:

# apt-config dump | grep -i -e 'sugg' -e 'recomm'
APT::Install-Recommends "1";
APT::Install-Suggests "0";



Message sent:


X-Loop: [email protected]
From: [email protected] (Devuan bug Tracking System)
To: "Base Lab" <[email protected]>
Subject: bug#128: Acknowledgement (Syntax error in 05disable-suggests)
Message-ID: <[email protected]>
In-Reply-To: <[email protected]>
References: <[email protected]>
Precedence: bulk
X-Devuan-PR-Message: ack 128
X-Devuan-PR-Package: devuan-baseconf
X-Devuan-PR-Keywords: 
Reply-To: [email protected]

Thank you for the problem report you have sent regarding Devuan.
This is an automatically generated reply, to let you know your message has
been received.  It is being forwarded to the developers mailing list for
their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
 [email protected]

If you wish to submit further information on your problem, please send
it to [email protected] (and *not* to
[email protected]).

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.

Devuan Bugs Owner
(administrator, Devuan bugs database)


Message sent to [email protected], [email protected]:


X-Loop: [email protected]
Subject: bug#128: Syntax error in 05disable-suggests
Reply-To: Olaf Meeuwissen <[email protected]>, [email protected]
Resent-From: Olaf Meeuwissen <[email protected]>
Resent-To: [email protected]
Resent-CC: [email protected]
Resent-Date: Sat, 11 Nov 2017 10:03:01 UTC
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Devuan-PR-Message: report 128
X-Devuan-PR-Package: devuan-baseconf
X-Devuan-PR-Keywords: 
Received: via spool by [email protected] id=B128.15103944025347
          (code B ref 128); Sat, 11 Nov 2017 10:03:01 UTC
Received: (at 128) by bugs.devuan.org; 11 Nov 2017 10:00:02 +0000
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by fulcanelli with IMAP (fetchmail-6.3.26)
	for <debbugs@localhost> (single-drop); Sat, 11 Nov 2017 11:00:02 +0100 (CET)
Received: from mo-sw.mose-mail.jp (mo-sw1506-0.mose-mail.jp [210.130.202.9])
	(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 53993B824EA
	for <[email protected]>; Sat, 11 Nov 2017 11:00:16 +0100 (CET)
Received: by mo-sw.mose-mail.jp (mose-mo-sw1506) id vAB9xf59024009; Sat, 11 Nov 2017 18:59:41 +0900
Received: from quark (localhost [127.0.0.1])
	by mbox.mose-mail.jp (mose-mbox1503) id vAB9xecY007166
	for <[email protected]>; Sat, 11 Nov 2017 18:59:40 +0900
Received: from olaf (uid 1000)
	(envelope-from [email protected])
	id 98d85
	by quark (DragonFly Mail Agent v0.9);
	Sat, 11 Nov 2017 18:59:39 +0900
From: Olaf Meeuwissen <[email protected]>
To: [email protected]
Date: Sat, 11 Nov 2017 18:55:06 +0900
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Status: No, score=0.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,
	RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham
	autolearn_force=no version=3.4.1
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tupac3.dyne.org

Seeing that APT::Install-Suggests "false"; is the default to begin with,
it might be more prudent to simply remove 05disable-suggests from the
package.

As a matter of fact, I don't think this package is needed anymore now
that Jessie has been released.  FWIW, I've purged it with no ill effects
(so far ;-).
--
Olaf Meeuwissen, LPIC-2            FSF Associate Member since 2004-01-27
 GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13  F43E B8A4 A88A F84A 2DD9
 Support Free Software                        https://my.fsf.org/donate
 Join the Free Software Foundation              https://my.fsf.org/join


Message sent:


X-Loop: [email protected]
From: [email protected] (Devuan bug Tracking System)
To: Olaf Meeuwissen <[email protected]>
Subject: bug#128: Info received (was Syntax error in 05disable-suggests)
Message-ID: <[email protected]>
In-Reply-To: <[email protected]>
References: <[email protected]>
Precedence: bulk
X-Devuan-PR-Message: ack-info 128
X-Devuan-PR-Package: devuan-baseconf
X-Devuan-PR-Keywords: 
Disabled-Doogie-Reply-To: [email protected]

Thank you for the additional information you have supplied regarding
this problem report.  It has been forwarded to the developer(s) and
to the developers mailing list to accompany the original report.

Your message has been sent to the package maintainer(s):
 [email protected]

If you wish to continue to submit further information on your problem,
please send it to [email protected], as before.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the bug-tracking system.

Devuan Bugs Owner
(administrator, Devuan bugs database)


Message sent:


X-Loop: [email protected]
From: [email protected] (Devuan bug Tracking System)
To: KatolaZ <[email protected]>
Cc: [email protected]
Subject: bug#128: marked as done (Syntax error in 05disable-suggests)
Message-ID: <[email protected]>
In-Reply-To: <[email protected]>
References: <[email protected]> <[email protected]>
Precedence: bulk
X-Devuan-PR-Message: closed 128
X-Devuan-PR-Package: devuan-baseconf
X-Devuan-PR-Keywords: 

Your message dated Thu, 7 Dec 2017 18:45:16 +0000
with message-id <[email protected]>
and subject line solved a long ago...
has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Devuan Bugs Owner
(administrator, Devuan bugs database)

--------------------------------------
Received: (at submit) by bugs.devuan.org; 3 Aug 2017 09:00:02 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from mail.dyne.org [178.62.188.7]
	by fulcanelli with IMAP (fetchmail-6.3.26)
	for <debbugs@localhost> (single-drop); Thu, 03 Aug 2017 11:00:02 +0200 (CEST)
Received: from smtp1.hushmail.com (smtp1.hushmail.com [65.39.178.135])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by tupac2.dyne.org (Postfix) with ESMTPS id C8E5E189E06
	for <[email protected]>; Thu,  3 Aug 2017 08:56:02 +0000 (UTC)
Authentication-Results: tupac2.dyne.org; dkim=pass
	reason="2048-bit key; unprotected key"
	header.d=hushmail.com [email protected] header.b=0vdIi/yx;
	dkim-adsp=pass; dkim-atps=neutral
Received: from smtp1.hushmail.com (localhost [127.0.0.1])
	by smtp1.hushmail.com (Postfix) with SMTP id EF2D540738
	for <[email protected]>; Thu,  3 Aug 2017 08:55:59 +0000 (UTC)
X-hush-tls-connected: 1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=hushmail.com; h=date:to:subject:from; s=hush; bh=VV2fKmtLSTTWs8KnysSUrk9J86A7yC/wVwa+82x/7/E=; b=0vdIi/yxdZL9dhQhb73yrELIahf9E4kvak+WSdmIAK0+wugsu99flGAOh0gm8iP3w7tA7ICuBUTgHp+QtadpxdrgRSND5CqJYpfZ5/cfPuipncuNudM1H6S2YDsBmkGXTqG/K0hBfEfB0iZUUMmvMkDvSRCp2JhRDccG+X0hsK6tK+TVw8b8lUoj4lFF1Km9V1NR+Sgb5oosPshDVwrvkLiBfUdch1g8KnJeyuLoI0pKgBgeR+iKJfoOL/RN62SBUVCO2IuoZExRCuneKXL7Jn8/QLI6e+7MF+XLXDoOR8pvGdEavk+FTcTIMKgIQ7LBPiUxuSHj0EmDeJinK2zoFw==
Received: from smtp.hushmail.com (w2.hushmail.com [65.39.178.46])
	(using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp1.hushmail.com (Postfix) with ESMTPS
	for <[email protected]>; Thu,  3 Aug 2017 08:55:59 +0000 (UTC)
Received: by smtp.hushmail.com (Postfix, from userid 99)
	id 96A70E031D; Thu,  3 Aug 2017 08:55:59 +0000 (UTC)
MIME-Version: 1.0
Date: Thu, 03 Aug 2017 10:55:59 +0200
To: [email protected]
Subject: Syntax error in 05disable-suggests
From: "Base Lab" <[email protected]>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="UTF-8"
Message-Id: <[email protected]>
X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID,
	DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,
	SPF_PASS autolearn=disabled version=3.4.0
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on tupac2

Package: devuan-baseconf
Version: all

There is a syntax error in /etc/apt/apt.conf.d/05disable-suggests :

# cat /etc/apt/apt.conf.d/05disable-suggests
APT:Install-Suggests "0";

Apt is not complaining about it but quoting 'man apt.conf':

>> [...] Option specification is given with a double colon 
notation; for instance APT::Get::Assume-Yes is an option within the 
APT tool group, for the Get tool. [...]

So the line sould be:

APT::Install-Suggests "0";


Moreover, "0" is the default value, so disabling 05disable-suggests:

# apt-config dump | grep -i -e 'sugg' -e 'recomm'
APT::Install-Recommends "1";
APT::Install-Suggests "0";

---------------------------------------
Received: (at 128-done) by bugs.devuan.org; 7 Dec 2017 18:50:06 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by fulcanelli with IMAP (fetchmail-6.3.26)
	for <debbugs@localhost> (single-drop); Thu, 07 Dec 2017 19:50:06 +0100 (CET)
Received: from [127.0.0.1] (localhost [127.0.0.1])
	(Authenticated sender: [email protected])
	with ESMTPSA id 5180FF60482
Date: Thu, 7 Dec 2017 18:45:16 +0000
From: KatolaZ <[email protected]>
To: [email protected]
Subject: solved a long ago...
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="VMvunEdQS0Lf8MAs"
Content-Disposition: inline
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED
	autolearn=disabled version=3.4.1
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tupac3.dyne.org


--VMvunEdQS0Lf8MAs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

This seems to have been solved in recent versions of
devuan-baseconf. Please reopen if this is not the case

--VMvunEdQS0Lf8MAs
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlopjDwACgkQXyCzrgtfBi/smgCeNzz7M5yZrlg/Cv+A/roazwJk
p3MAnjnb6wuoCfSVFWFyFLxMTnmdFhzR
=S8jY
-----END PGP SIGNATURE-----

--VMvunEdQS0Lf8MAs--

Message sent:


X-Loop: [email protected]
From: [email protected] (Devuan bug Tracking System)
To: "Base Lab" <[email protected]>
Subject: bug#128 acknowledged by developer
         (solved a long ago...)
Message-ID: <[email protected]>
In-Reply-To: <[email protected]>
References: <[email protected]> <[email protected]>
X-Devuan-PR-Message: they-closed 128
X-Devuan-PR-Package: devuan-baseconf
X-Devuan-PR-Keywords: 
Reply-To: [email protected]

This is an automatic notification regarding your bug report
#128: Syntax error in 05disable-suggests,
which was filed against the devuan-baseconf package.

It has been closed by one of the developers, namely
KatolaZ <[email protected]>.

Their explanation is attached below.  If this explanation is
unsatisfactory and you have not received a better one in a separate
message then please contact the developer, by replying to this email.

Devuan Bugs Owner
(administrator, Devuan bugs database)

Received: (at 128-done) by bugs.devuan.org; 7 Dec 2017 18:50:06 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from tupac3.dyne.org [195.169.149.119]
	by fulcanelli with IMAP (fetchmail-6.3.26)
	for <debbugs@localhost> (single-drop); Thu, 07 Dec 2017 19:50:06 +0100 (CET)
Received: from [127.0.0.1] (localhost [127.0.0.1])
	(Authenticated sender: [email protected])
	with ESMTPSA id 5180FF60482
Date: Thu, 7 Dec 2017 18:45:16 +0000
From: KatolaZ <[email protected]>
To: [email protected]
Subject: solved a long ago...
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="VMvunEdQS0Lf8MAs"
Content-Disposition: inline
User-Agent: Mutt/1.5.23 (2014-03-12)
X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED
	autolearn=disabled version=3.4.1
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tupac3.dyne.org


--VMvunEdQS0Lf8MAs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

This seems to have been solved in recent versions of
devuan-baseconf. Please reopen if this is not the case

--VMvunEdQS0Lf8MAs
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlopjDwACgkQXyCzrgtfBi/smgCeNzz7M5yZrlg/Cv+A/roazwJk
p3MAnjnb6wuoCfSVFWFyFLxMTnmdFhzR
=S8jY
-----END PGP SIGNATURE-----

--VMvunEdQS0Lf8MAs--

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: Sun, 1 Dec 2024 02:39:01 UTC