Devuan bug report logs - #128
Syntax error in 05disable-suggests

Package: devuan-baseconf; Maintainer for devuan-baseconf is Franco (nextime) Lanza <nextime@devuan.org>; Source for devuan-baseconf is src:devuan-baseconf.

Reported by: "Base Lab" <baselab@hushmail.com>

Date: Thu, 3 Aug 2017 09:03:01 UTC

Severity: normal

Done: KatolaZ <katolaz@freaknet.org>

Full log


🔗 View this message in rfc822 format

X-Loop: owner@bugs.devuan.org
From: owner@bugs.devuan.org (Devuan bug Tracking System)
To: KatolaZ <katolaz@freaknet.org>
Cc: owner@bugs.devuan.org
Subject: bug#128: marked as done (Syntax error in 05disable-suggests)
Message-ID: <handler.128.D128.151267260627790.ackdone@bugs.devuan.org>
In-Reply-To: <20171207184516.GC26595@katolaz.homeunix.net>
References: <20171207184516.GC26595@katolaz.homeunix.net> <20170803085559.96A70E031D@smtp.hushmail.com>
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 <20171207184516.GC26595@katolaz.homeunix.net>
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: <baselab@hushmail.com>
Delivered-To: devuanbugs@dyne.org
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 <submit@bugs.devuan.org>; 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 header.i=@hushmail.com 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 <submit@bugs.devuan.org>; 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 <submit@bugs.devuan.org>; 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: submit@bugs.devuan.org
Subject: Syntax error in 05disable-suggests
From: "Base Lab" <baselab@hushmail.com>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20170803085559.96A70E031D@smtp.hushmail.com>
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: <katolaz@freaknet.org>
Delivered-To: devuanbugs@dyne.org
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: katolaz@freaknet.org)
	with ESMTPSA id 5180FF60482
Date: Thu, 7 Dec 2017 18:45:16 +0000
From: KatolaZ <katolaz@freaknet.org>
To: 128-done@bugs.devuan.org
Subject: solved a long ago...
Message-ID: <20171207184516.GC26595@katolaz.homeunix.net>
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--

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: Thu Apr 25 17:35:42 2024;