From unknown Fri Mar 29 07:03:23 2024 X-Loop: owner@bugs.devuan.org Subject: bug#491: snmpd: Default not sourced, SNMPDOPTS not changed, 'ia_addr' error resurrected Reply-To: Alessandro Vesely , 491@bugs.devuan.org Resent-From: Alessandro Vesely Resent-To: devuan-bugs@lists.dyne.org Resent-CC: devuan-dev@lists.dyne.org X-Loop: owner@bugs.devuan.org Resent-Date: Tue, 14 Jul 2020 17:03:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.devuan.org X-Devuan-PR-Message: report 491 X-Devuan-PR-Package: snmpd X-Devuan-PR-Keywords: Received: via spool by submit@bugs.devuan.org id=B.159474541226702 (code B); Tue, 14 Jul 2020 17:03:01 +0000 Received: (at submit) by bugs.devuan.org; 14 Jul 2020 16:50:12 +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 (single-drop); Tue, 14 Jul 2020 16:50:12 +0000 (UTC) Received: from wmail.tana.it (wmail.tana.it [62.94.243.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with UTF8SMTPS id 153E6F609F5 for ; Tue, 14 Jul 2020 18:47:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by wmail.tana.it with local id 00000000005DC07C.000000005F0DE1A4.00006C99; Tue, 14 Jul 2020 18:47:32 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alessandro Vesely To: Devuan Bug Tracking System Message-ID: <159474525290.27362.326221750437452939.reportbug@north.ext.tana.it> X-Mailer: reportbug 7.5.3+devuan3 Date: Tue, 14 Jul 2020 18:47:32 +0200 X-Spam-Status: No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,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 Package: snmpd Version: 5.7.3+dfsg-5 Severity: normal Dear Maintainer, after upgrading to Beowulf, daemon.log gets filled with these: Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) [...] It is an old bug, with a known "solution" consisting in lowering the log level. However, the Debian maintainer must have changed the original init.d/snmpd file, since they use systemd instead, so that /etc/default/snmpd does not get sourced. Hence the logs. I just changed /etc/init.d/snmpd (lazy me). -- System Information: Distributor ID: Debian Description: Devuan GNU/Linux 3 (beowulf) Release: 3 Codename: beowulf Architecture: x86_64 Kernel: Linux 4.19.0-9-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: sysvinit (via /sbin/init) LSM: AppArmor: enabled Versions of packages snmpd depends on: ii adduser 3.118 ii debconf [debconf-2.0] 1.5.71 ii libc6 2.28-10 ii libmariadb3 1:10.3.22-0+deb10u1 ii libsnmp-base 5.7.3+dfsg-5 ii libsnmp30 5.7.3+dfsg-5 ii libssl1.1 1.1.1d-0+deb10u3 ii lsb-base 10.2019051400 ii zlib1g 1:1.2.11.dfsg-1 snmpd recommends no packages. Versions of packages snmpd suggests: pn snmptrapd -- Configuration Files: /etc/default/snmpd changed: export MIBS= SNMPDRUN=yes SNMPDOPTS='-LS6d -Lf /dev/null -u snmp -g snmp -I -smux,mteTrigger,mteTriggerConf -p /run/snmpd.pid' /etc/init.d/snmpd changed: if [ true != "$INIT_D_SCRIPT_SOURCED" ] ; then set "$0" "$@"; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script fi DESC="SNMP Services" DAEMON=/usr/sbin/snmpd PIDFILE="/run/snmpd.pid" OLD_MIBS_DIR="/usr/share/mibs/site:/usr/share/snmp/mibs:/usr/share/mibs/iana:/usr/share/mibs/ietf:/usr/share/mibs/netsnmp" MIBS_DIR="/usr/share/snmp/mibs:/usr/share/snmp/mibs/iana:/usr/share/snmp/mibs/ietf" export MIBDIRS="$MIBS_DIR:$OLD_MIBS_DIR" DEFAULT_SNMPDOPTS="-Ls6d -Lf /dev/null -u Debian-snmp -g Debian-snmp -I -smux,mteTrigger,mteTriggerConf" [ -z "$SNMPDOPTS" ] && SNMPDOPTS=$DEFAULT_SNMPDOPTS DAEMON_ARGS="$SNMPDOPTS -p $PIDFILE" do_start_prepare() { # remove old symlink with previous version if [ -L /var/run/agentx ]; then rm -f /var/run/agentx fi if [ ! -d /var/run/agentx ]; then mkdir -p /var/run/agentx fi } /etc/snmp/snmpd.conf [Errno 13] Permission denied: '/etc/snmp/snmpd.conf' /etc/snmp/snmptrapd.conf [Errno 13] Permission denied: '/etc/snmp/snmptrapd.conf' -- debconf information: snmpd/upgradefrom36: snmpd/upgradefrom521: From unknown Fri Mar 29 07:03:23 2024 X-Loop: owner@bugs.devuan.org Subject: bug#491: [devuan-dev] bug#491: snmpd: Default not sourced, SNMPDOPTS not changed, 'ia_addr' error resurrected Reply-To: Mark Hindley , 491@bugs.devuan.org Resent-From: Mark Hindley Resent-To: devuan-bugs@lists.dyne.org Resent-CC: devuan-dev@lists.dyne.org X-Loop: owner@bugs.devuan.org Resent-Date: Tue, 14 Jul 2020 18:18:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.devuan.org X-Devuan-PR-Message: followup 491 X-Devuan-PR-Package: snmpd X-Devuan-PR-Keywords: References: <159474525290.27362.326221750437452939.reportbug@north.ext.tana.it> <159474525290.27362.326221750437452939.reportbug@north.ext.tana.it> Received: via spool by 491-submit@bugs.devuan.org id=B491.159475021227430 (code B ref 491); Tue, 14 Jul 2020 18:18:01 +0000 Received: (at 491) by bugs.devuan.org; 14 Jul 2020 18:10:12 +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 (single-drop); Tue, 14 Jul 2020 18:10:12 +0000 (UTC) Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179]) (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 B103CF60481 for <491@bugs.devuan.org>; Tue, 14 Jul 2020 19:58:47 +0200 (CEST) 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 ) id 1jvPCN-0002Yt-2Y; Tue, 14 Jul 2020 18:58:36 +0100 Received: (nullmailer pid 22092 invoked by uid 1000); Tue, 14 Jul 2020 17:58:34 -0000 Date: Tue, 14 Jul 2020 18:58:34 +0100 From: Mark Hindley To: Alessandro Vesely , 491@bugs.devuan.org Message-ID: <20200714175834.GD5316@hindley.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <159474525290.27362.326221750437452939.reportbug@north.ext.tana.it> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Control: tags -1 debian On Tue, Jul 14, 2020 at 06:47:32PM +0200, Alessandro Vesely wrote: > Package: snmpd > Version: 5.7.3+dfsg-5 > Severity: normal > > Dear Maintainer, > > after upgrading to Beowulf, daemon.log gets filled with these: > > Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) > Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) > Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) > Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) > Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) > Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) > Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) > [...] > > It is an old bug, with a known "solution" consisting in lowering the log level. > > However, the Debian maintainer must have changed the original init.d/snmpd > file, since they use systemd instead, so that /etc/default/snmpd does not > get sourced. Hence the logs. Alessandro, Thanks for this. However, as you note, this is a Debian bug and Devuan uses the Debian packages directly. Please would you report this directly to Debian? Thanks Mark From unknown Fri Mar 29 07:03:23 2024 X-Loop: owner@bugs.devuan.org Subject: bug#491: [devuan-dev] bug#491: snmpd: Default not sourced, SNMPDOPTS not changed, 'ia_addr' error resurrected Reply-To: Alessandro Vesely , 491@bugs.devuan.org Resent-From: Alessandro Vesely Resent-To: devuan-bugs@lists.dyne.org Resent-CC: devuan-dev@lists.dyne.org X-Loop: owner@bugs.devuan.org Resent-Date: Tue, 14 Jul 2020 18:33:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.devuan.org X-Devuan-PR-Message: followup 491 X-Devuan-PR-Package: snmpd X-Devuan-PR-Keywords: debian References: <159474525290.27362.326221750437452939.reportbug@north.ext.tana.it> <20200714175834.GD5316@hindley.org.uk> <159474525290.27362.326221750437452939.reportbug@north.ext.tana.it> Received: via spool by 491-submit@bugs.devuan.org id=B491.159475141329762 (code B ref 491); Tue, 14 Jul 2020 18:33:01 +0000 Received: (at 491) by bugs.devuan.org; 14 Jul 2020 18:30:13 +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 (single-drop); Tue, 14 Jul 2020 18:30:13 +0000 (UTC) Received: from wmail.tana.it (wmail.tana.it [62.94.243.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with UTF8SMTPS id 5A66FF60A2B for <491@bugs.devuan.org>; Tue, 14 Jul 2020 20:20:05 +0200 (CEST) Authentication-Results: vm6.ganeti.dyne.org; dkim=pass (1152-bit key; secure) header.d=tana.it header.i=@tana.it header.b="AroFQtyP"; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tana.it; s=delta; t=1594750804; bh=QDO79veJv1fbx3Ol+yrTPw3NdfNb7LDWFcMvtMar1sI=; l=2680; h=To:References:From:Date:In-Reply-To; b=AroFQtyP4IWPdVpaslUaspFDomv50DjpGqYny/rT4YPqtmD0UMP1GXMgKWuaenxTz OKdzyON4JxLa1LmIj6TsPfLsu/oEBo2zLCyhwTLG6Sls+zQQA9ED/6T7uD2NgI+wOF QQSwS2hUnxZU9Bvz20WbFcb6gO7TVkpCsjVFWDCLvZa/qFtf5bMS+3bnzPU4n Authentication-Results: tana.it; auth=pass (details omitted) Received: from [172.25.197.111] (pcale.tana [172.25.197.111]) (AUTH: CRAM-MD5 uXDGrn@SYT0/k, TLS: TLS1.3,128bits,ECDHE_RSA_AES_128_GCM_SHA256) by wmail.tana.it with ESMTPSA id 00000000005DC083.000000005F0DF754.00007AB0; Tue, 14 Jul 2020 20:20:04 +0200 To: Mark Hindley , 491@bugs.devuan.org From: Alessandro Vesely Message-ID: Date: Tue, 14 Jul 2020 20:20:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200714175834.GD5316@hindley.org.uk> Content-Type: text/plain; charset=us-ascii Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.5 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,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 On 14/07/2020 19:58, Mark Hindley wrote: > Control: tags -1 debian > > On Tue, Jul 14, 2020 at 06:47:32PM +0200, Alessandro Vesely wrote: >> Package: snmpd >> Version: 5.7.3+dfsg-5 >> Severity: normal >> >> Dear Maintainer, >> >> after upgrading to Beowulf, daemon.log gets filled with these: >> >> Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) >> Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) >> Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) >> Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) >> Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) >> Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) >> Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) >> [...] >> >> It is an old bug, with a known "solution" consisting in lowering the log level. >> >> However, the Debian maintainer must have changed the original init.d/snmpd >> file, since they use systemd instead, so that /etc/default/snmpd does not >> get sourced. Hence the logs. > > Alessandro, > > Thanks for this. However, as you note, this is a Debian bug and Devuan uses the > Debian packages directly. Please would you report this directly to Debian? Hm... is SysV still a priority there? Best Ale -------- Forwarded Message -------- Subject: Bug#965034: Acknowledgement (snmpd: Default not sourced, SNMPDOPTS not changed, 'ia_addr' error resurrected) Date: Tue, 14 Jul 2020 18:15:04 +0000 From: Debian Bug Tracking System Reply-To: 965034@bugs.debian.org To: Alessandro Vesely Thank you for filing a new Bug report with Debian. You can follow progress on this Bug here: 965034: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=965034. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Net-SNMP Packaging Team If you wish to submit further information on this problem, please send it to 965034@bugs.debian.org. Please do not send mail to owner@bugs.debian.org unless you wish to report a problem with the Bug-tracking system. -- 965034: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=965034 Debian Bug Tracking System Contact owner@bugs.debian.org with problems From unknown Fri Mar 29 07:03:23 2024 X-Loop: owner@bugs.devuan.org Subject: bug#491: [devuan-dev] bug#491: snmpd: Default not sourced, SNMPDOPTS not changed, 'ia_addr' error resurrected Reply-To: Mark Hindley , 491@bugs.devuan.org Resent-From: Mark Hindley Resent-To: devuan-bugs@lists.dyne.org Resent-CC: devuan-dev@lists.dyne.org X-Loop: owner@bugs.devuan.org Resent-Date: Tue, 14 Jul 2020 20:33:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.devuan.org X-Devuan-PR-Message: followup 491 X-Devuan-PR-Package: snmpd X-Devuan-PR-Keywords: debian References: <159474525290.27362.326221750437452939.reportbug@north.ext.tana.it> <20200714175834.GD5316@hindley.org.uk> <159474525290.27362.326221750437452939.reportbug@north.ext.tana.it> Received: via spool by 491-submit@bugs.devuan.org id=B491.15947580076014 (code B ref 491); Tue, 14 Jul 2020 20:33:02 +0000 Received: (at 491) by bugs.devuan.org; 14 Jul 2020 20:20:07 +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 (single-drop); Tue, 14 Jul 2020 20:20:07 +0000 (UTC) Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179]) (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 949B8F60A2B for <491@bugs.devuan.org>; Tue, 14 Jul 2020 22:15:14 +0200 (CEST) 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 ) id 1jvRKa-0003E8-6d; Tue, 14 Jul 2020 21:15:12 +0100 Received: (nullmailer pid 24067 invoked by uid 1000); Tue, 14 Jul 2020 20:15:10 -0000 Date: Tue, 14 Jul 2020 21:15:10 +0100 From: Mark Hindley To: Alessandro Vesely Cc: 491@bugs.devuan.org Message-ID: <20200714201510.GE5316@hindley.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org On Tue, Jul 14, 2020 at 08:20:04PM +0200, Alessandro Vesely wrote: > > Thanks for this. However, as you note, this is a Debian bug and Devuan uses the > > Debian packages directly. Please would you report this directly to Debian? > > > Hm... is SysV still a priority there? No, not a priority but certainly still an option. Mark From unknown Fri Mar 29 07:03:23 2024 Received: (at control) by bugs.devuan.org; 16 Jul 2020 10:40:18 +0000 Return-Path: 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 (single-drop); Thu, 16 Jul 2020 10:40:18 +0000 (UTC) Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179]) (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 A5F79F60C2E for ; Thu, 16 Jul 2020 12:32:58 +0200 (CEST) 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 ) id 1jw1CD-0007so-Mu for control@bugs.devuan.org; Thu, 16 Jul 2020 11:32:57 +0100 Received: (nullmailer pid 28091 invoked by uid 1000); Thu, 16 Jul 2020 10:32:57 -0000 Date: Thu, 16 Jul 2020 11:32:57 +0100 From: Mark Hindley To: control@bugs.devuan.org Subject: 491 forwarded URL Message-ID: <20200716103257.GN5316@hindley.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Debbugs-No-Ack: No Thanks User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org forwarded 491 https://bugs.debian.org/965034 thanks From unknown Fri Mar 29 07:03:23 2024 MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) X-Loop: owner@bugs.devuan.org From: "Devuan bug Tracking System" To: Alessandro Vesely Subject: bug#491 closed by Mark Hindley (Fixed in Debian 965034) Message-ID: References: <159474525290.27362.326221750437452939.reportbug@north.ext.tana.it> X-Devuan-PR-Message: they-closed 491 X-Devuan-PR-Package: snmpd X-Devuan-PR-Keywords: debian Reply-To: 491@bugs.devuan.org Date: Tue, 10 Jan 2023 15:44:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1673365443-3905-1" This is a multi-part message in MIME format... ------------=_1673365443-3905-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the snmpd package: #491: snmpd: Default not sourced, SNMPDOPTS not changed, 'ia_addr' error re= surrected It has been closed by Mark Hindley . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Mark Hindley by replying to this email. --=20 491: https://bugs.devuan.org/cgi/bugreport.cgi?bug=3D491 Devuan Bug Tracking System Contact owner@bugs.devuan.org with problems ------------=_1673365443-3905-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 491-done) by bugs.devuan.org; 10 Jan 2023 15:43:42 +0000 Return-Path: Delivered-To: bugs@devuan.org Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for (single-drop); Tue, 10 Jan 2023 15:43:42 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id q/JgCqCHvWPxJQAAmSBk0A (envelope-from ) for ; Tue, 10 Jan 2023 15:43:28 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 1F423DB6; Tue, 10 Jan 2023 15:43:28 +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; envelope-from=mark@hindley.org.uk; receiver= Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id B0280B69 for <491-done@bugs.devuan.org>; Tue, 10 Jan 2023 15:43:27 +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 ) id 1pFGmc-0002Vb-Jn for 491-done@bugs.devuan.org; Tue, 10 Jan 2023 15:43:26 +0000 Received: (nullmailer pid 6109 invoked by uid 1000); Tue, 10 Jan 2023 15:43:26 -0000 Date: Tue, 10 Jan 2023 15:43:26 +0000 From: Mark Hindley To: 491-done@bugs.devuan.org Subject: Fixed in Debian 965034 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Debbugs-No-Ack: No Thanks Version net-snmp/5.8+dfsg-2 ------------=_1673365443-3905-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by bugs.devuan.org; 14 Jul 2020 16:50:12 +0000 Return-Path: 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 (single-drop); Tue, 14 Jul 2020 16:50:12 +0000 (UTC) Received: from wmail.tana.it (wmail.tana.it [62.94.243.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with UTF8SMTPS id 153E6F609F5 for ; Tue, 14 Jul 2020 18:47:34 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by wmail.tana.it with local id 00000000005DC07C.000000005F0DE1A4.00006C99; Tue, 14 Jul 2020 18:47:32 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alessandro Vesely To: Devuan Bug Tracking System Subject: snmpd: Default not sourced, SNMPDOPTS not changed, 'ia_addr' error resurrected Message-ID: <159474525290.27362.326221750437452939.reportbug@north.ext.tana.it> X-Mailer: reportbug 7.5.3+devuan3 Date: Tue, 14 Jul 2020 18:47:32 +0200 X-Spam-Status: No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,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 Package: snmpd Version: 5.7.3+dfsg-5 Severity: normal Dear Maintainer, after upgrading to Beowulf, daemon.log gets filled with these: Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) Jul 14 18:31:46 31 north snmpd[27013]: error on subcontainer 'ia_addr' insert (-1) [...] It is an old bug, with a known "solution" consisting in lowering the log level. However, the Debian maintainer must have changed the original init.d/snmpd file, since they use systemd instead, so that /etc/default/snmpd does not get sourced. Hence the logs. I just changed /etc/init.d/snmpd (lazy me). -- System Information: Distributor ID: Debian Description: Devuan GNU/Linux 3 (beowulf) Release: 3 Codename: beowulf Architecture: x86_64 Kernel: Linux 4.19.0-9-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: sysvinit (via /sbin/init) LSM: AppArmor: enabled Versions of packages snmpd depends on: ii adduser 3.118 ii debconf [debconf-2.0] 1.5.71 ii libc6 2.28-10 ii libmariadb3 1:10.3.22-0+deb10u1 ii libsnmp-base 5.7.3+dfsg-5 ii libsnmp30 5.7.3+dfsg-5 ii libssl1.1 1.1.1d-0+deb10u3 ii lsb-base 10.2019051400 ii zlib1g 1:1.2.11.dfsg-1 snmpd recommends no packages. Versions of packages snmpd suggests: pn snmptrapd -- Configuration Files: /etc/default/snmpd changed: export MIBS= SNMPDRUN=yes SNMPDOPTS='-LS6d -Lf /dev/null -u snmp -g snmp -I -smux,mteTrigger,mteTriggerConf -p /run/snmpd.pid' /etc/init.d/snmpd changed: if [ true != "$INIT_D_SCRIPT_SOURCED" ] ; then set "$0" "$@"; INIT_D_SCRIPT_SOURCED=true . /lib/init/init-d-script fi DESC="SNMP Services" DAEMON=/usr/sbin/snmpd PIDFILE="/run/snmpd.pid" OLD_MIBS_DIR="/usr/share/mibs/site:/usr/share/snmp/mibs:/usr/share/mibs/iana:/usr/share/mibs/ietf:/usr/share/mibs/netsnmp" MIBS_DIR="/usr/share/snmp/mibs:/usr/share/snmp/mibs/iana:/usr/share/snmp/mibs/ietf" export MIBDIRS="$MIBS_DIR:$OLD_MIBS_DIR" DEFAULT_SNMPDOPTS="-Ls6d -Lf /dev/null -u Debian-snmp -g Debian-snmp -I -smux,mteTrigger,mteTriggerConf" [ -z "$SNMPDOPTS" ] && SNMPDOPTS=$DEFAULT_SNMPDOPTS DAEMON_ARGS="$SNMPDOPTS -p $PIDFILE" do_start_prepare() { # remove old symlink with previous version if [ -L /var/run/agentx ]; then rm -f /var/run/agentx fi if [ ! -d /var/run/agentx ]; then mkdir -p /var/run/agentx fi } /etc/snmp/snmpd.conf [Errno 13] Permission denied: '/etc/snmp/snmpd.conf' /etc/snmp/snmptrapd.conf [Errno 13] Permission denied: '/etc/snmp/snmptrapd.conf' -- debconf information: snmpd/upgradefrom36: snmpd/upgradefrom521: ------------=_1673365443-3905-1-- From unknown Fri Mar 29 07:03:23 2024 Received: (at control) by bugs.devuan.org; 10 Jan 2023 16:37:34 +0000 Return-Path: Delivered-To: bugs@devuan.org Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for (single-drop); Tue, 10 Jan 2023 16:37:33 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id 0H0yJfuTvWMfKQAAmSBk0A (envelope-from ) for ; Tue, 10 Jan 2023 16:36:11 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 90B45DB6; Tue, 10 Jan 2023 16:36:11 +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; envelope-from=mark@hindley.org.uk; receiver= Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 3FE66B69 for ; Tue, 10 Jan 2023 16:36:10 +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 ) id 1pFHbd-0002q9-A6 for control@bugs.devuan.org; Tue, 10 Jan 2023 16:36:09 +0000 Received: (nullmailer pid 19421 invoked by uid 1000); Tue, 10 Jan 2023 16:36:09 -0000 Date: Tue, 10 Jan 2023 16:36:09 +0000 From: Mark Hindley To: control@bugs.devuan.org Subject: fixed 491 in 5.8+dfsg-2 Message-ID: <1673368553-797-bts-mark@hindley.org.uk> 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 fixed 491 5.8+dfsg-2 thanks