Devuan logs - #264, boring messages


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


X-Loop: [email protected]
Subject: bug#264: Natlog fails to start due to a typo.
Reply-To: <[email protected]>, [email protected]
Resent-From: <[email protected]>
Resent-To: [email protected]
Resent-CC: [email protected]
Resent-Date: Sun, 25 Nov 2018 16:03:01 UTC
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Devuan-PR-Message: report 264
X-Devuan-PR-Package: natlog
X-Devuan-PR-Keywords: 
Received: via spool by [email protected] id=B.154316160210380
          (code B ref -1); Sun, 25 Nov 2018 16:03:01 UTC
Received: (at submit) by bugs.devuan.org; 25 Nov 2018 16: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); Sun, 25 Nov 2018 17:00:02 +0100 (CET)
Received: from mout.gmx.net (mout.gmx.net [212.227.17.21])
	(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 12BD6F60BFC
	for <[email protected]>; Sun, 25 Nov 2018 16:51:42 +0100 (CET)
Received: from harvey ([195.135.194.134]) by mail.gmx.com (mrgmx103
 [212.227.17.174]) with ESMTPSA (Nemesis) id 0MGRhs-1gDnXb06XQ-00DFE9 for
 <[email protected]>; Sun, 25 Nov 2018 16:50:39 +0100
Date: Sun, 25 Nov 2018 16:50:32 +0100
From: <[email protected]>
To: [email protected]
Message-ID: <20181125165032.29d33c66@harvey>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Provags-ID: V03:K1:wcYbHRxzOoOlnsovDZoT8JzC8CiIAVJoFyMFgJWhRfGf4pABiWx
 NAO9qLZQHcwfdYmqCRQx6Kxb5chQIJkrWXiieTm5enl7eV18HQOjp4qIajiNbs0EZEfPUD5
 MG3E+itH41ohZEo3iRr5vchPmZSvjrIv/jlO6j98jlrH6SaZqNBjo/BBTf7mYZur5AhARJ/
 2zVyTkQ2vE17xTmsFlwRQ==
X-UI-Out-Filterresults: notjunk:1;V03:K0:nlsTnchXzEk=:/Cz95PLu+N/6gIQEWNdblB
 HjfxCbXV4YfA182VqBY1iNX1hC1Q79sHp3NJSPWdl8Ebqf98nkI/f/XcMjYj9WuOGXDUT+qmb
 bIasYGKcn16qWISzURmvG7Gu37D8Fpn238H1UnNWwun8i97/DbUVU1AHDpwxcSufG5BCtVcY5
 d++xviprCaxz9LL7fVj4z5KwaHwjPX4OTgk0e+HQ+sdMDbxIyucq2kWdY2iT6qs0DIoTCZfnJ
 ROok7F1FNoycx0tuTRlpt6mLyVVUdpyywB755/RkBMJ3bqsOytvqDQ1y/eDKqnbuLtIN8aeXU
 NlVO8MFx7QgpyHzFtMh1fwHh2RDE7klJz6goZrVtaGT2PoFP369ogHxwI7dgvC6q/RpFgqc8Y
 8dnh1NjOZ3Npv3SnJOdehSymyW4PKAtffOw7Blml//bWvOTFNcKxSfuZlx2sPewaDGykRTecH
 id6Ky0BCq55wFh/B7paryfnXDMBn2O+CZMSbKxmFIKDqO/PMtwwqMB5fznclrHXECqou18tyM
 rYwThloCw5HMZBqb2h9Nr+6DPb2Pl0KYb2Lsqbw3R3uMV3G2ytGpMmPbzyqbZ3XcOh0Cd8nt7
 +tgy9z0DXZAEmaJJDQjcCTR3hRjYz3c8epolPc3cV9lO/S/6T0p1WHkzHKZNvn8n6ywK4TMEf
 m2H7ArFwKRsyNxR4NJnQbe1EBGHzWKCG3da921rILLDeDEQ4xGFwfo0hZS34IwwVDyYFBXgfy
 IHHtQQ7bq8KBPd2CF6Wd6bANFGSco09FZ7XGxvku5SIanqvpeQ8vTpq1SnMi2jNUmlTJViBLY
 2HcpXOzfBC+sl5pwMCyGbyK94RxUpmWFvARNG6zGJbjkpJqN3JibN+Z7k/B3lYgVuQ1OLTmUD
 nCIcEufvExlXyJYHBhO0WL9UxLAX3sv7eGfI2W+8AKVsPhJVNCqWNUMmSSJUy8
X-Spam-Status: No, score=-0.7 required=5.0 tests=FREEMAIL_FROM,
	RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Package: natlog
Version: 1.02.03-1+b1

Natlog's init script fails to start the service. The reason is simply
that in the change from oldstable to stable natlog's binary moved
from /usr/sbin to /usr/bin, but the init script does not reflect that
change.

Simply changing DAEMON=/usr/sbin/$NAME to DAEMON=/usr/bin/$NAME
in /etc/init.d/natlog fixes the issue.


Message sent:


X-Loop: [email protected]
From: [email protected] (Devuan bug Tracking System)
To: <[email protected]>
Subject: bug#264: Acknowledgement (Natlog fails to start due to a typo.)
Message-ID: <[email protected]>
In-Reply-To: <20181125165032.29d33c66@harvey>
References: <20181125165032.29d33c66@harvey>
Precedence: bulk
X-Devuan-PR-Message: ack 264
X-Devuan-PR-Package: natlog
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#264: Please forward upstream
Reply-To: KatolaZ <[email protected]>, [email protected]
Resent-From: KatolaZ <[email protected]>
Resent-To: [email protected]
Resent-CC: [email protected]
Resent-Date: Sun, 25 Nov 2018 16:18:01 UTC
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Devuan-PR-Message: report 264
X-Devuan-PR-Package: natlog
X-Devuan-PR-Keywords: 
Received: via spool by [email protected] id=B264.154316220410441
          (code B ref 264); Sun, 25 Nov 2018 16:18:01 UTC
Received: (at 264) by bugs.devuan.org; 25 Nov 2018 16:10:04 +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); Sun, 25 Nov 2018 17:10:04 +0100 (CET)
Received: from [127.0.0.1] (localhost [127.0.0.1])
	(Authenticated sender: [email protected])
	with ESMTPSA id 70CDBF60C42
Date: Sun, 25 Nov 2018 17:07:50 +0100
From: KatolaZ <[email protected]>
To: [email protected]
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="gup54hfivmnzs2cq"
Content-Disposition: inline
User-Agent: NeoMutt/20170113 (1.7.2)
X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED
	autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org


--gup54hfivmnzs2cq
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi,

we have not forked natlog in Devuan, so the package comes directly
=66rom Debian. It would propably better to forward this bug report
upstream, i.e. at bugs.debian.org.

Thanks

KatolaZ


--=20
[ ~.,_  Enzo Nicosia aka KatolaZ - Devuan -- Freaknet Medialab  ] =20
[     "+.  katolaz [at] freaknet.org --- katolaz [at] yahoo.it  ]
[       @)   http://kalos.mine.nu ---  Devuan GNU + Linux User  ]
[     @@)  http://maths.qmul.ac.uk/~vnicosia --  GPG: 0B5F062F  ]=20
[ (@@@)  Twitter: @KatolaZ - skype: katolaz -- github: KatolaZ  ]

--gup54hfivmnzs2cq
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iF0EABECAB0WIQSOWdaqRF79tKFTPVpfILOuC18GLwUCW/rI1gAKCRBfILOuC18G
L9dmAKCKo2wXzs4yb6QRKPV4ol4ngRrtxgCgkfipxYvcSVEanU4dVRjB2YTJ2P8=
=xLN0
-----END PGP SIGNATURE-----

--gup54hfivmnzs2cq--


Message sent:


X-Loop: [email protected]
From: [email protected] (Devuan bug Tracking System)
To: KatolaZ <[email protected]>
Subject: bug#264: Info received (was Please forward upstream)
Message-ID: <[email protected]>
In-Reply-To: <[email protected]>
References: <[email protected]>
Precedence: bulk
X-Devuan-PR-Message: ack-info 264
X-Devuan-PR-Package: natlog
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 to [email protected], [email protected]:


X-Loop: [email protected]
Subject: bug#264: Forwarded as requested.
Reply-To: <[email protected]>, [email protected]
Resent-From: <[email protected]>
Resent-To: [email protected]
Resent-CC: [email protected]
Resent-Date: Sun, 25 Nov 2018 19:33:02 UTC
Resent-Message-ID: <[email protected]>
Resent-Sender: [email protected]
X-Devuan-PR-Message: report 264
X-Devuan-PR-Package: natlog
X-Devuan-PR-Keywords: 
Received: via spool by [email protected] id=B264.154317420615815
          (code B ref 264); Sun, 25 Nov 2018 19:33:02 UTC
Received: (at 264) by bugs.devuan.org; 25 Nov 2018 19:30:06 +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); Sun, 25 Nov 2018 20:30:06 +0100 (CET)
Received: from mout.gmx.net (mout.gmx.net [212.227.15.15])
	(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 59A26F60C08
	for <[email protected]>; Sun, 25 Nov 2018 20:25:23 +0100 (CET)
Received: from harvey ([185.220.102.8]) by mail.gmx.com (mrgmx001
 [212.227.17.184]) with ESMTPSA (Nemesis) id 0MNIi1-1gKfQg1DnF-006yrR for
 <[email protected]>; Sun, 25 Nov 2018 20:24:19 +0100
Date: Sun, 25 Nov 2018 20:24:03 +0100
From: <[email protected]>
To: [email protected]
Message-ID: <20181125202403.05986f1d@harvey>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
X-Provags-ID: V03:K1:/tHjmnPvxVpw7GNy6PLoa0p+Y40rBdt9Vd4H7rUD0rY4GGm0Kaf
 J4K5RmsOsy9t3zpO+0e2+ywrsAnv3/vBi3qTv0BjkyNec+vy6oKFar1l7QL2ENE7ier24Pq
 uG+NIc4fcGyhBCofaLRqMqTQlcg15b1fLK679PFkPORjO5ckZxTQThhVSc1SZv88MyZZNZo
 Bj+i+f2GcjH3s1BRXMh9Q==
X-UI-Out-Filterresults: notjunk:1;V03:K0:EmLpXH3EmA4=:Lgir+05RejTt/H8IKImb0n
 mRyfWvFSUluwvDGw697D3eyTXT6HFPjPet/sKtQ1QbKQNTWYKFsuSkV3zxWsG1aLUb/Av2a0v
 4X33enrO56el8F6nwqhn6sYNaZ4bR/IpCg+qqc8BFEow1Wt3+KuKKNWHAf2T4UnI51UOtKzy3
 0kbuNTSwpUOl2wjQb311S3HTv8O8KS5OQQlUVo6kv2jyyvWUVsixehEw972VOfW66j8V7ETnQ
 KNPkzr56CYix/IkveepNLn59Qz8y8leCFVQyudIcNwIDGMZcCT5L1RXDi9aB/8AJAtvu4uNGL
 KL3aVO8CPv6foJyULol3xjlwUBK9st7L8C9Bkb6WZBbddAusVIGqPMvJq3qz1E9TfezOhgVUK
 32z2f64Uek8TUNuLiWeITGgoHBp8Z3kz2rgjpCvXgJYM+zmu22trXEgNj1CFYNkL/vzkKdlZS
 ZBixNUGcRcNKtVLT5pg6Xlmoql5ugD7BjiQbOrQpzqOFlHo6xw8qXPAvbfyIeUr+bkA2CkmSd
 jwOGwv56Xvxk0rDuMdB2bwOiTAdRfculsZeF6F9bRwvbSE9sdcqU0G8SghG73XpDr6I3AANs/
 +4tk1NG8XNEdTf8Pf/K2GD7NeKevlPTO6romDZ3QdqHrgTYM2kjgMp8Dbd9uT3DSVZrJFCAjS
 JKY8qchriXPCFMMxai7vItMUw13IqdFAE2gzWVliQa+xHRxbizexNe62FVJ1VU98JNX10HE5J
 KrJNAcMth09U0MiBYActp/aGrdzhyes/4VzP+sr+ZnJe3L8iXTMmtE+6gak/u+ryrXB8xRqQV
 KP2K1qiL6AAjG/VsSebaYkS+5CDn9AcV9Kl/TlJLYNbkKbUmqsLKChW8HLojggG9c9EUlEjt6
 Djq8+fTMSGVn/Z7oTSbC/7An+2LCz90/EhbnzgTJjasgn/Fxd3mzsoX15NYnpS
X-Spam-Status: No, score=-0.7 required=5.0 tests=FREEMAIL_FROM,
	RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=disabled version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org

Very well, KatolaZ, I just did as you suggested and forwarded the
report to Debian. Thank you for your prompt reply.


Message sent:


X-Loop: [email protected]
From: [email protected] (Devuan bug Tracking System)
To: <[email protected]>
Subject: bug#264: Info received (was Forwarded as requested.)
Message-ID: <[email protected]>
In-Reply-To: <20181125202403.05986f1d@harvey>
References: <20181125202403.05986f1d@harvey>
Precedence: bulk
X-Devuan-PR-Message: ack-info 264
X-Devuan-PR-Package: natlog
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 received at [email protected]:


Received: (at control) by bugs.devuan.org; 18 Jan 2023 18:46:44 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Wed, 18 Jan 2023 18:46:44 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id QMzwKmc+yGOrMgAAmSBk0A
	(envelope-from <[email protected]>)
	for <[email protected]>; Wed, 18 Jan 2023 18:45:59 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id A15F0B85; Wed, 18 Jan 2023 18:45:59 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS
	autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id 5870B226
	for <[email protected]>; Wed, 18 Jan 2023 18:45:59 +0000 (UTC)
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 1pIDRe-0000nm-F1
	for [email protected]; Wed, 18 Jan 2023 18:45:58 +0000
Received: (nullmailer pid 16088 invoked by uid 1000);
	Wed, 18 Jan 2023 18:45:58 -0000
Date: Wed, 18 Jan 2023 18:45:58 +0000
From: Mark Hindley <[email protected]>
To: [email protected]
Subject: bug 264 is forwarded to https://bugs.debian.org/914625
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: devscripts bts/2.22.2
X-Debbugs-No-Ack: No Thanks

tags 264 debian
forwarded 264 https://bugs.debian.org/914625
thanks


Message received at [email protected]:


Received: (at control) by bugs.devuan.org; 18 Jan 2023 18:46:44 +0000
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Wed, 18 Jan 2023 18:46:44 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id QMzwKmc+yGOrMgAAmSBk0A
	(envelope-from <[email protected]>)
	for <[email protected]>; Wed, 18 Jan 2023 18:45:59 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id A15F0B85; Wed, 18 Jan 2023 18:45:59 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS
	autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> 
Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86])
	by email.devuan.org (Postfix) with ESMTPS id 5870B226
	for <[email protected]>; Wed, 18 Jan 2023 18:45:59 +0000 (UTC)
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 1pIDRe-0000nm-F1
	for [email protected]; Wed, 18 Jan 2023 18:45:58 +0000
Received: (nullmailer pid 16088 invoked by uid 1000);
	Wed, 18 Jan 2023 18:45:58 -0000
Date: Wed, 18 Jan 2023 18:45:58 +0000
From: Mark Hindley <[email protected]>
To: [email protected]
Subject: bug 264 is forwarded to https://bugs.debian.org/914625
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: devscripts bts/2.22.2
X-Debbugs-No-Ack: No Thanks

tags 264 debian
forwarded 264 https://bugs.debian.org/914625
thanks


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, 30 Jan 2025 06:39:01 UTC