Your message dated Sun, 17 Apr 2022 18:48:48 +0000
with message-id <[email protected]>
and subject line Bug#999586: fixed in ircd-hybrid 1:8.2.39+dfsg.1-1
has caused the Debian Bug report #999586,
regarding ircd-hybrid: errors in default ircd.conf
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
999586: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999586
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ircd-hybrid
Version: 1:8.2.38+dfsg.1-2
Severity: normal
X-Debbugs-Cc: [email protected]
Dear Maintainer,
The config block "shared" in debian/irdc.conf differs from doc/reference.conf.
It has two extra options port and timeout. Both cause errors to be logged in
/var/log/ircd/ircd-hybrid.log
Also suggesting some other changes to unclutter the diff.
diff --git a/debian/ircd.conf b/debian/ircd.conf
index b9f3181..d741048 100644
--- a/debian/ircd.conf
+++ b/debian/ircd.conf
@@ -1,9 +1,9 @@
/*
* This is an example configuration file for ircd-hybrid
- *
+ *
* Copyright (c) 1997-2021 ircd-hybrid development team
*
- * $Id: reference.conf 2021-01-17 06:18:18Z michael $
+ * $Id: reference.conf 9897 2021-01-17 06:18:18Z michael $
*
* This version has been customized for Debian.
*/
@@ -102,9 +102,9 @@ serverinfo {
*
* chown <ircd-user>.<ircd.group> rsa.key
* chmod 0600 rsa.key
- *
- * Note to Debian users: the postinst script created this
- * for you.
+ *
+ * Note to Debian users: the postinst script created this
+ * for you.
*/
rsa_private_key_file = "/etc/ircd-hybrid/key/ircd.key";
@@ -130,7 +130,7 @@ serverinfo {
* TLS library choose the optimal settings.
*
* This directive currently doesn't do anything with GnuTLS support.
- */
+ */
# tls_supported_groups = "X25519:P-256";
/*
@@ -144,7 +144,7 @@ serverinfo {
* from left to right.
*
* It is recommended to leave this directive commented out and have the
- * TLS library choose the optimal settings.
+ * TLS library choose the optimal settings.
*/
# tls_cipher_list = "ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-
SHA384:DHE-RSA-AES256-SHA:AES256-SHA";
@@ -677,15 +677,6 @@ shared {
*/
name = "hybrid8.debian.local";
- /* port: the port to connect to this server on. */
- port = 6666;
-
- /*
- * timeout: defines how long to wait until a connection is established.
- * Default is 30 seconds if this option is not specified.
- */
- timeout = 10 seconds;
-
/*
* user: the user@host mask that is allowed to set klines. If this is
* not specified, all users on the server above will be allowed to set
@@ -1191,7 +1182,7 @@ general {
/* stats_m_oper_only: make /stats m/M (messages) oper only. */
stats_m_oper_only = yes;
- /* stats_o_oper only: make stats o (opers) oper only. */
+ /* stats_o_oper_only: make stats o (opers) oper only. */
stats_o_oper_only = yes;
/* stats_P_oper_only: make stats P (ports) oper only. */
@@ -1264,7 +1255,7 @@ general {
* +f - flood - See flood/spam notices
* +G - softcallerid - Server Side Ignore for users not on your
channels
* +g - callerid - Server Side Ignore (for privmsgs etc)
- * +H - hidden - Hides operator status to other users
+ * +H - hidden - Hides IRC operator status to other users
* +i - invisible - Not shown in NAMES or WHO unless you share a
channel
* +j - rej - See rejected client notices
* +k - skill - See server generated KILL messages
@@ -1276,7 +1267,6 @@ general {
* +s - servnotice - See general server notices
* +w - wallop - See server generated WALLOPS
* +X - expiration - See *LINE expiration notices
- * +X - expiration - See *LINE expiration notices
* +y - spy - See LINKS, STATS, TRACE notices etc.
*/
@@ -1291,7 +1281,7 @@ general {
* throttle_count: the maximum number of connections from the same
* IP address allowed in throttle_time duration.
*/
- throttle_count = 1;
+ throttle_count = 1;
/*
* throttle_time: the minimum amount of time required between
-- System Information:
Debian Release: 11.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 5.10.0-0.bpo.3-amd64 (SMP w/4 CPU threads)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not
set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages ircd-hybrid depends on:
ii debconf [debconf-2.0] 1.5.77
ii libc6 2.31-13+deb11u2
ii libcrypt1 1:4.4.18-4
ii libgnutls30 3.7.1-5
ii libltdl7 2.4.6-15
ii lsb-base 11.1.0
ii openssl 1.1.1k-1+deb11u1
Versions of packages ircd-hybrid recommends:
ii whois 5.5.10
Versions of packages ircd-hybrid suggests:
ii anope 2.0.9-1
-- Configuration Files:
/etc/ircd-hybrid/cert.cnf [Errno 13] Permission denied: '/etc/ircd-
hybrid/cert.cnf'
/etc/ircd-hybrid/ircd.conf [Errno 13] Permission denied: '/etc/ircd-
hybrid/ircd.conf'
/etc/ircd-hybrid/ircd.motd [Errno 13] Permission denied: '/etc/ircd-
hybrid/ircd.motd'
--- End Message ---
--- Begin Message ---
Source: ircd-hybrid
Source-Version: 1:8.2.39+dfsg.1-1
Done: Dominic Hargreaves <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ircd-hybrid, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dominic Hargreaves <[email protected]> (supplier of updated ircd-hybrid package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sun, 17 Apr 2022 19:27:26 +0100
Source: ircd-hybrid
Architecture: source
Version: 1:8.2.39+dfsg.1-1
Distribution: unstable
Urgency: medium
Maintainer: Dominic Hargreaves <[email protected]>
Changed-By: Dominic Hargreaves <[email protected]>
Closes: 987228 994051 999586
Changes:
ircd-hybrid (1:8.2.39+dfsg.1-1) unstable; urgency=medium
.
* Update debconf translations (Closes: #987228, #994051)
* New upstream release
* Correct errors in ircd.conf (Closes: #999586)
Checksums-Sha1:
01287d3e84fbf6c15647a22013fd98bba8e43a6d 2103 ircd-hybrid_8.2.39+dfsg.1-1.dsc
f96a4c44284f623d8c9631aa0a67324e1050906f 955667
ircd-hybrid_8.2.39+dfsg.1.orig.tar.gz
ff93931d93e9375ae0b8c3916eb10ac2e930ca6d 45808
ircd-hybrid_8.2.39+dfsg.1-1.debian.tar.xz
07dad9e3dcdf764ed90515ba15effab2de86255c 6600
ircd-hybrid_8.2.39+dfsg.1-1_source.buildinfo
Checksums-Sha256:
169b0d25775c6441840670657a134047314f734c78822e15b960882f7f4c6c71 2103
ircd-hybrid_8.2.39+dfsg.1-1.dsc
015398cfcb2f118157471c64c66e5d733d9d6717a35d8a85f7af34162ffefa36 955667
ircd-hybrid_8.2.39+dfsg.1.orig.tar.gz
8330c873b0caa92c4e9d7dbc5c5fa8a23feb72bd1d59f2a91e4ec94c4b763f19 45808
ircd-hybrid_8.2.39+dfsg.1-1.debian.tar.xz
72df39f4f48df8cedb835eb164ede5ba625ac0a7d60a4d0f9cb2f64f9332fb25 6600
ircd-hybrid_8.2.39+dfsg.1-1_source.buildinfo
Files:
88fa715d95e14a515e2b6b7b67a7b1e5 2103 net optional
ircd-hybrid_8.2.39+dfsg.1-1.dsc
668b8c31c6b3839b43e14cf0e74d2573 955667 net optional
ircd-hybrid_8.2.39+dfsg.1.orig.tar.gz
11f144e2347ccfe58d622771295947a2 45808 net optional
ircd-hybrid_8.2.39+dfsg.1-1.debian.tar.xz
b23ff78008b492963f04044d27656884 6600 net optional
ircd-hybrid_8.2.39+dfsg.1-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJBBAEBCAArFiEEy0llJ/kAnyscGnbawAV+cU1pT7IFAmJcXJkNHGRvbUBlYXJ0
aC5saQAKCRDABX5xTWlPsmctD/4sLTjZn40yYHPjGsKMdXYa4Hbbms5fl24kluUi
hN5oK3qfAl3XmmAva2jgO+LC10LvOQL1ru9fEaMwTq+HGqmwVdnobT59ym2ELOX4
24vktEceqUCuvDsyg0Xf7dbame/V9SF4JLLZkeLfd/sd0wDAWjb/ghjEUZ/LORA4
nnj96ToUXnJA5mGCcNLQSQjVrp8VGJAulLOFhEIs7lc8JXLdViKoBQtPwFT5bQ7t
RaDbWmDuKOWSyZTLgDC1kZUFqxt2Ibq80r9/uVyEdqBfNw7cLTY+VXpOA9/URyXs
RpVznmypjXyx4TZ8uNt6/23JeUSG+dLwNe4yJqPkR1bzrzZW5H4KdlfY5sLWguGX
57Ps65hZj8nPYOX24/ihnBfAsa/FofHk4AuR0VxrhGP4qqCQJgNKUAqrgWCFATiU
xRqCrFlHUvSa7EN02Gu97QG/6+3Z7RA//0e3JsdUJfRR/H1TROLnYu4hlY0PM4bu
Srz6SO+svwgWWdo6AWsd+9hvklzRnystERmx/XtCEhC1dNu7k346MPoGf+EERJXE
pGvihHgtpoWLd4tlJ8+ztMT3M0AaqFWmcvcqgNqN2tUo+Vi1Oir5BXkuZrOWpFZS
VnN8mOC3SrwZLSkdNJ3OVqsOWlgqqipYgVnVJGZ/kMe8M5lnksga3d5kt81Tn88H
z0u3jg==
=2OV/
-----END PGP SIGNATURE-----
--- End Message ---