[regression] SNMP missing disks in hrStorageTable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| net-snmp (Ubuntu) |
High
|
Eric Desrochers | ||
| Xenial |
High
|
Eric Desrochers | ||
| Bionic |
High
|
Eric Desrochers | ||
| Disco |
High
|
Eric Desrochers | ||
| Eoan |
High
|
Eric Desrochers |
Bug Description
[IMPACT]
It has been brought to me the following:
Some hosts have started to cause UNKNOWN return values in Nagios for checks on their disks. This is because these hosts are no longer reporting their disks as part of the SNMP table hrStorageTable (1.3.6.
Upgrade package libsnmp-base 5.7.3+dfsg-
Upgrade package libsnmp30 5.7.3+dfsg-
Upgrade package snmpd 5.7.3+dfsg-
It seems likely that this package update is the cause.
As debug info, you can see the difference between 2 nearly identical servers, one of which received the SNMP updates, and one which did not. You can see that the one without the update is returning disks in the SNMP output:
# snmpwalk -v2c -cpublic arcprsmt01 1.3.6.1.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
The other, which received SNMP updates, is returning only memory devices, such as swap and shmem:
# snmpwalk -v2c -cpublic arcprsmt02 1.3.6.1.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
[Test Case]
* Install snmp snmpd
* Configure /etc/snmp/
view systemonly included .1.3.6.
* Restart snmpd
* Use snmpwalk:
** snmpwalk -v2c -cpublic localhost 1.3.6.1.
Expected behavior is to see the disk as follow:
"
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
"
[Potential Regression]
The fix has been tested by various impacted users (+/- 10 different impacted users), and feedback were all positives (see comments below).
Note that this fix a regression introduced by: https:/
[Other information]
# Upstream commit:
https:/
https:/
# git describe --contains 71e487212bd6583
v5.8.pre1
# rmadison:
net-snmp | 5.7.3+dfsg-1ubuntu4 | xenial | source
net-snmp | 5.7.3+dfsg-
net-snmp | 5.7.3+dfsg-
net-snmp | 5.7.3+dfsg-
net-snmp | 5.7.3+dfsg-
net-snmp | 5.7.3+dfsg-
net-snmp | 5.7.3+dfsg-
net-snmp | 5.7.3+dfsg-
net-snmp | 5.7.3+dfsg-5ubuntu1 | disco | source
net-snmp | 5.7.3+dfsg-
net-snmp | 5.7.3+dfsg-5ubuntu3 | eoan | source
Related branches
- Christian Ehrhardt : Approve on 2019-12-17
- Canonical Server packageset reviewers: Pending requested 2019-12-13
- Canonical Server Core Reviewers: Pending requested 2019-12-13
- Canonical Server Team: Pending requested 2019-12-13
-
Diff: 1477 lines (+1238/-4)10 files modifieddebian/changelog (+821/-0)
debian/control (+4/-3)
debian/patches/Link-libnetsnmptrapd-against-MYSQL_LIBS.patch (+32/-0)
debian/patches/autofs-fix-a-recently-introduced-bug.patch (+36/-0)
debian/patches/autofs-skip-autofs-entries.patch (+237/-0)
debian/patches/fix-check-hr-filesys-autofs.patch (+36/-0)
debian/patches/mysql8-replace-bool.patch (+26/-0)
debian/patches/series (+5/-0)
debian/rules (+5/-1)
debian/source.apport (+36/-0)
- Rafael David Tinoco: Disapprove on 2019-12-13
-
Diff: 1460 lines (+1221/-4)10 files modifieddebian/changelog (+827/-0)
debian/control (+4/-3)
debian/patches/HOST-MIB-Fix-a-recently-introduced-bug.patch (+28/-0)
debian/patches/HOST-MIB-Skip-autofs-entries.patch (+230/-0)
debian/patches/Link-libnetsnmptrapd-against-MYSQL_LIBS.patch (+32/-0)
debian/patches/fix-check-hr-filesys-autofs.patch (+36/-0)
debian/patches/mysql8-replace-bool.patch (+18/-0)
debian/patches/series (+5/-0)
debian/rules (+5/-1)
debian/source.apport (+36/-0)
tags: | added: regression-update sts |
Eric Desrochers (slashd) wrote : | #2 |
Look like a regression introduced by : https:/
Changed in net-snmp (Ubuntu Bionic): | |
importance: | Undecided → High |
status: | New → In Progress |
assignee: | nobody → Eric Desrochers (slashd) |
Changed in net-snmp (Ubuntu Eoan): | |
assignee: | nobody → Eric Desrochers (slashd) |
Changed in net-snmp (Ubuntu Disco): | |
assignee: | nobody → Eric Desrochers (slashd) |
Changed in net-snmp (Ubuntu Xenial): | |
assignee: | nobody → Eric Desrochers (slashd) |
Volker (volker-reiss) wrote : | #5 |
Is this maybe a duplicate of https:/
Launchpad Janitor (janitor) wrote : | #6 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in net-snmp (Ubuntu Disco): | |
status: | New → Confirmed |
Changed in net-snmp (Ubuntu Xenial): | |
status: | New → Confirmed |
Changed in net-snmp (Ubuntu): | |
status: | New → Confirmed |
Joao Silva (joaomas) wrote : | #9 |
We have a similar problem with the Nagios:
(...)
OID : 1.3.6.1.
OID : 1.3.6.1.
OID : 1.3.6.1.
storages selected : 0
Unknown storage : /home$ : ERROR
After downgrade:
(..)
OID : 1.3.6.1.
OID : 1.3.6.1.
Name : /run/lock, Index : 40
OID : 1.3.6.1.
(...)
All selected storages (<90%) : OK
Joseph Gooch (whitemystic) wrote : | #12 |
Joseph Gooch (whitemystic) wrote : | #13 |
Need this too if you haven't included it...
Eric Desrochers (slashd) wrote : | #14 |
Thanks Joseph for your contribution on this, good catch on the missing ().
I will build a new test package and will make it available in the next hour.
Joseph Gooch (whitemystic) wrote : | #15 |
Docker test case attached - if you untar this, and
cd DockerTestCase
docker build .
It'll run through, download the pkg from your PPA and illustrate that OIDs above 30 are missing.
8ubuntu3.1 returns this:
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
PPA:
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
I did see you'll do another package, so when that's posted I'll just run this again. :)
Eric Desrochers (slashd) wrote : | #16 |
It is already upstream'ed via:
git show 71e487212b
commit 71e487212bd6583
Author: Niels Baggesen <email address hidden>
Date: Thu Jul 21 21:45:26 2016 +0200
fsys.h: put paranthesis around macros which are expressions
diff --git a/include/
index cd7880ce7.
--- a/include/
+++ b/include/
@@ -33,14 +33,14 @@ typedef struct netsnmp_fsys_info_s netsnmp_fsys_info;
/*
* Additional enumerationis - not listed in that MIB
*/
-#define NETSNMP_
+#define NETSNMP_
-#define NETSNMP_
+#define NETSNMP_
-#define NETSNMP_
-#define NETSNMP_
-#define NETSNMP_
-#define NETSNMP_
+#define NETSNMP_
+#define NETSNMP_
+#define NETSNMP_
+#define NETSNMP_
#define NETSNMP_
#define NETSNMP_
Only thing that need to be address upstream is the useless preprocessor HAVE_GETFSSTAT directive.
Changed in net-snmp (Ubuntu Eoan): | |
status: | Confirmed → In Progress |
Changed in net-snmp (Ubuntu Disco): | |
status: | Confirmed → In Progress |
Changed in net-snmp (Ubuntu Xenial): | |
status: | Confirmed → In Progress |
Changed in net-snmp (Ubuntu Disco): | |
importance: | Undecided → High |
Changed in net-snmp (Ubuntu Xenial): | |
importance: | Undecided → High |
Eric Desrochers (slashd) wrote : | #17 |
Here we go:
sudo add-apt-repository ppa:slashd/
sudo apt-get update
Version: 5.7.3+dfsg-
If it works as expected, I'll upload the change over the weekend in E and then will star the SRU for D/B/X.
Eric Desrochers (slashd) wrote : | #18 |
Look good for me using "5.7.3+
# dpkg -l | grep -i snmp
ii libsnmp-base 5.7.3+dfsg-
ii libsnmp30:amd64 5.7.3+dfsg-
ii snmp 5.7.3+dfsg-
ii snmpd 5.7.3+dfsg-
# snmpwalk -v2c -cpublic localhost 1.3.6.1.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
Chris Newcomer (cnewcomer) wrote : | #19 |
I also tested the test package, 5.7.3+dfsg-
The test package does fix the original autofs "mount everything" issue and allows for snmpwalk to monitor the mounted disks as well.
I even tested it with a single autofs directory mounted and it worked with that as well.
root@test1:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 989468 0 989468 0% /dev
tmpfs 204136 672 203464 1% /run
/dev/vda1 10254592 3972248 5742084 41% /
tmpfs 1020664 0 1020664 0% /dev/shm
tmpfs 5120 0 5120 0% /run/lock
tmpfs 1020664 0 1020664 0% /sys/fs/cgroup
tmpfs 204132 0 204132 0% /run/user/1000
root@test1:~# patch /etc/snmp/
patching file /etc/snmp/
root@test1:~# systemctl restart snmpd
root@test1:~# snmpwalk -v2c -cpublic localhost 1.3.6.1.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
root@test1:~# dpkg -l | grep snmpd
ii snmpd 5.7.3+dfsg-
### WITH 1 AUTOFS DIRECTORY MOUNTED: /media/test100 ###
root@test1:~# ls /media/test100
root@test1:~# snmpwalk -v2c -cpublic localhost 1.3.6.1.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
Joseph Gooch (whitemystic) wrote : | #20 |
Confirmed testpkg20190906b3 fixes the issue for me as well.
I imagine there will need to be a xenial backport too?
description: | updated |
description: | updated |
Eric Desrochers (slashd) wrote : | #22 |
Uploaded in active devel release "Eoan". Will do the SRU (X/B/D) once it lands in -release.
- Eric
Changed in net-snmp (Ubuntu Eoan): | |
status: | In Progress → Fix Committed |
description: | updated |
Eric Desrochers (slashd) wrote : | #23 |
[VERIFICATION EOAN]
# dpkg -l | grep -i snmp
ii libsnmp-base 5.7.3+dfsg-5ubuntu4 all SNMP configuration script, MIBs and documentation
ii libsnmp30:amd64 5.7.3+dfsg-5ubuntu4 amd64 SNMP (Simple Network Management Protocol) library
ii snmp 5.7.3+dfsg-5ubuntu4 amd64 SNMP (Simple Network Management Protocol) applications
ii snmpd 5.7.3+dfsg-5ubuntu4 amd64 SNMP (Simple Network Management Protocol) agents
# snmpwalk -v2c -cpublic localhost 1.3.6.1.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
description: | updated |
Eric Desrochers (slashd) wrote : | #24 |
I just sponsored 'net-snmp' for Disco. It is now waiting in the upload queue for SRU team approval to start building in disco-proposed for the testing phase.
Eric Desrochers (slashd) wrote : | #25 |
I just sponsored 'net-snmp' for Bionic. It is now waiting in the upload queue for SRU team approval to start building in bionic-proposed for the testing phase.
The attachment "fix_hrstorage_
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]
tags: | added: patch |
Eric Desrochers (slashd) wrote : | #27 |
I just sponsored 'net-snmp' for Xenial. It is now waiting in the upload queue for SRU team approval to start building in xenial-proposed for the testing phase.
description: | updated |
Launchpad Janitor (janitor) wrote : | #28 |
This bug was fixed in the package net-snmp - 5.7.3+dfsg-5ubuntu4
---------------
net-snmp (5.7.3+
* d/p/put-
- put paranthesis around macros which are expressions.
(LP: #1843036)
-- Eric Desrochers <email address hidden> Fri, 06 Sep 2019 23:15:43 +0000
Changed in net-snmp (Ubuntu Eoan): | |
status: | Fix Committed → Fix Released |
description: | updated |
Hello Eric, or anyone else affected,
Accepted net-snmp into disco-proposed. The package will build now and be available at https:/
Please help us by testing this new package. See https:/
If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-
Further information regarding the verification process can be found at https:/
N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.
Changed in net-snmp (Ubuntu Disco): | |
status: | In Progress → Fix Committed |
tags: | added: verification-needed verification-needed-disco |
Łukasz Zemczak (sil2100) wrote : | #30 |
Hello Eric, or anyone else affected,
Accepted net-snmp into bionic-proposed. The package will build now and be available at https:/
Please help us by testing this new package. See https:/
If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-
Further information regarding the verification process can be found at https:/
N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.
Changed in net-snmp (Ubuntu Bionic): | |
status: | In Progress → Fix Committed |
tags: | added: verification-needed-bionic |
Łukasz Zemczak (sil2100) wrote : | #31 |
Hello Eric, or anyone else affected,
Accepted net-snmp into xenial-proposed. The package will build now and be available at https:/
Please help us by testing this new package. See https:/
If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-
Further information regarding the verification process can be found at https:/
N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.
Changed in net-snmp (Ubuntu Xenial): | |
status: | In Progress → Fix Committed |
tags: | added: verification-needed-xenial |
Eric Desrochers (slashd) wrote : | #32 |
[VERIFICATION DISCO]
Using proposed package version "5.7.3+
# lsb_release -cs
disco
# snmpwalk -v2c -cpublic localhost 1.3.6.1.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
The above confirms the regression is now fixed !
tags: |
added: verification-done-disco removed: verification-needed-disco |
Eric Desrochers (slashd) wrote : | #33 |
[VERIFICATION BIONIC]
Using proposed package version "5.7.3+
# lsb_release -cs
bionic
# snmpwalk -v2c -cpublic localhost 1.3.6.1.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
tags: |
added: verification-done-bionic removed: verification-needed-bionic |
Eric Desrochers (slashd) wrote : | #34 |
[VERIFICATION XENIAL]
Using proposed package version "5.7.3+
# lsb_release -cs
xenial
snmpwalk -v2c -cpublic localhost 1.3.6.1.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
iso.3.6.
tags: |
added: verification-done-xenial verification-needed-bionic removed: verification-done-bionic verification-needed-xenial |
Eric Desrochers (slashd) wrote : | #35 |
Hi,
I see there is at least 26 ppl impacted by this regression according to the LP bug.
Please feel free to test the -proposed package and provide positive feedback. If we have enough feedback by Thursday, I'll do my best to have an early release.
Regards,
Eric
Eric Lacroix (nealacroix) wrote : | #36 |
Hello,
I have installed the proposed update here : https:/
on one of Bionic servers and the Nagios monitoring has not raised any errors or warnings.
Sorry I can't help you more than this.
Best,
Eric
Benjamin Weik (bweik) wrote : | #37 |
Hi,
installed
libsnmp-
libsnmp30/
snmpd/bionic-
from proposed repo and an confirm that disks haven been restored.
David Ford (atheros1200) wrote : | #38 |
Confirmed fixed in Xenial
ii libsnmp-base 5.7.3+dfsg-
ii libsnmp30:amd64 5.7.3+dfsg-
ii snmp 5.7.3+dfsg-
ii snmpd 5.7.3+dfsg-
HOST-RESOURCES-
HOST-RESOURCES-
HOST-RESOURCES-
HOST-RESOURCES-
HOST-RESOURCES-
HOST-RESOURCES-
HOST-RESOURCES-
HOST-RESOURCES-
HOST-RESOURCES-
HOST-RESOURCES-
HOST-RESOURCES-
HOST-RESOURCES-
David Ford (atheros1200) wrote : | #39 |
libsnmp30:
Installed: 5.7.3+dfsg-
Candidate: 5.7.3+dfsg-
Version table:
*** 5.7.3+dfsg-
500 http://
Chris Taylor (ctaylor-g) wrote : | #40 |
Worked for me on Xenial. Nagios also reporting correctly.
ii libsnmp-base 5.7.3+dfsg-
ii libsnmp30:amd64 5.7.3+dfsg-
ii snmpd 5.7.3+dfsg-
Thank you!
Joseph Gooch (whitemystic) wrote : | #41 |
Confirmed working Xenial:
snmpd:
Installed: 5.7.3+dfsg-
Candidate: 5.7.3+dfsg-
Version table:
*** 5.7.3+dfsg-
500 http://
100 /var/lib/
And Bionic:
snmpd:
Installed: 5.7.3+dfsg-
Candidate: 5.7.3+dfsg-
Version table:
*** 5.7.3+dfsg-
500 http://
100 /var/lib/
Chris Newcomer (cnewcomer) wrote : | #42 |
VALIDATION: XENIAL: PASSED
See attached typescript output.
The snmpd package works as intended on Xenial. The snmpwalk returns the data expected and it doesn't force direct-mapped autofs filesystems to mount every time you run the snmpwalk.
Chris Newcomer (cnewcomer) wrote : | #43 |
VALIDATION: BIONIC: PASSED
See attached typescript output.
The snmpd package works as intended on Bionic. The snmpwalk returns the data expected and it doesn't force direct-mapped autofs filesystems to mount every time you run the snmpwalk.
Chris Newcomer (cnewcomer) wrote : | #44 |
VALIDATION: DISCO: PASSED
See attached typescript output.
The snmpd package works as intended on Disco. The snmpwalk returns the data expected and it doesn't force direct-mapped autofs filesystems to mount every time you run the snmpwalk.
Eric Desrochers (slashd) wrote : | #45 |
Thanks a bunch all ! Your collaboration is much appreciated !
I'll sync with the SRU verification team later this week and release it by EOW, if no negative feedback is raise by then.
Regards,
Eric
tags: |
added: verification-done-bionic removed: verification-needed-bionic |
description: | updated |
Changed in net-snmp (Ubuntu Bionic): | |
status: | Fix Committed → Fix Released |
Changed in net-snmp (Ubuntu Bionic): | |
status: | Fix Released → Fix Committed |
Łukasz Zemczak (sil2100) wrote : | #46 |
Thanks for all the verification! I will quickly sync-up with Eric today and, if all looks good, I'll release this update early, without the 7-day aging period, today.
Eric Desrochers (slashd) wrote : | #47 |
@Łukasz Zemczak (sil2100),
All good on my side.
- Eric
The verification of the Stable Release Update for net-snmp has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.
Launchpad Janitor (janitor) wrote : | #49 |
This bug was fixed in the package net-snmp - 5.7.3+dfsg-
---------------
net-snmp (5.7.3+
* d/p/put-
- put paranthesis around macros which are expressions.
(LP: #1843036)
* d/p/fix-
- On Linux getmntent() is available but getfsstat() not.
Hence remove #if HAVE_GETFSSTAT from around the HRFS_type
check.
net-snmp (5.7.3+
* Skip autofs entries when calling statfs to prevent autofs being mounted on
snmp startup (LP: #1835818):
- d/p/autofs-
- d/p/autofs-
-- Eric Desrochers <email address hidden> Fri, 06 Sep 2019 23:44:49 +0000
Changed in net-snmp (Ubuntu Disco): | |
status: | Fix Committed → Fix Released |
Launchpad Janitor (janitor) wrote : | #50 |
This bug was fixed in the package net-snmp - 5.7.3+dfsg-
---------------
net-snmp (5.7.3+
* d/p/put-
- put paranthesis around macros which are expressions.
(LP: #1843036)
* d/p/fix-
- On Linux getmntent() is available but getfsstat() not.
Hence remove #if HAVE_GETFSSTAT from around the HRFS_type
check.
net-snmp (5.7.3+
* Skip autofs entries when calling statfs to prevent autofs being mounted on
snmpd startup (LP: #1835818):
- d/p/autofs-
- d/p/autofs-
-- Eric Desrochers <email address hidden> Fri, 06 Sep 2019 23:59:19 +0000
Changed in net-snmp (Ubuntu Bionic): | |
status: | Fix Committed → Fix Released |
Launchpad Janitor (janitor) wrote : | #51 |
This bug was fixed in the package net-snmp - 5.7.3+dfsg-
---------------
net-snmp (5.7.3+
* d/p/put-
- put paranthesis around macros which are expressions.
(LP: #1843036)
* d/p/fix-
- On Linux getmntent() is available but getfsstat() not.
Hence remove #if HAVE_GETFSSTAT from around the HRFS_type
check.
net-snmp (5.7.3+
* Skip autofs entries when calling statfs to prevent autofs being mounted on
snmpd startup (LP: #1835818):
- d/p/autofs-
- d/p/autofs-
-- Eric Desrochers <email address hidden> Sat, 07 Sep 2019 00:07:32 +0000
Changed in net-snmp (Ubuntu Xenial): | |
status: | Fix Committed → Fix Released |
Others started to report the regression as well: /sourceforge. net/p/net- snmp/patches/ 1350/
https:/