[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2020-04-16 Thread Christian Ehrhardt 
Given how low prio/heat this issue had I'm gonna mark the SRU tasks won't fix.
Triaged+Low severity would be correct as well, but that would trigger wrong 
expectations as I just see no one get to it.

That way it is clear and if this really is more painful/severe than I
thought people can speak up and outline why which then let us re-
prioritize it.

** Changed in: net-snmp (Ubuntu Xenial)
   Status: New => Won't Fix

** Changed in: net-snmp (Ubuntu Bionic)
   Status: New => Won't Fix

** Changed in: net-snmp (Ubuntu Eoan)
   Status: New => Won't Fix

** Changed in: net-snmp (Ubuntu Bionic)
   Importance: Undecided => Low

** Changed in: net-snmp (Ubuntu Xenial)
   Importance: Undecided => Low

** Changed in: net-snmp (Ubuntu Eoan)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2020-04-16 Thread Christian Ehrhardt 
Fixed in 5.8+dfsg-1 which we merged (we are at 5.8+dfsg-2ubuntu2)
So at lest Focal should be fixed by now.

** Changed in: net-snmp (Ubuntu)
   Status: Confirmed => Fix Released

** Also affects: net-snmp (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: net-snmp (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: net-snmp (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2019-10-13 Thread Bug Watch Updater
** Changed in: net-snmp (Debian)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2019-10-10 Thread Bug Watch Updater
** Changed in: net-snmp (Debian)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2019-10-07 Thread Bug Watch Updater
** Changed in: net-snmp (Debian)
   Status: Fix Released => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2019-04-17 Thread Bug Watch Updater
** Changed in: net-snmp (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2019-01-29 Thread N1nj4888
I'm still seeing this issue in Cosmic 18.10. It seems that, by default,
snmpd is set to log at the DEBUG level which seems too intensive.

To fix I had to run the following (where "LS4d" indicates LOG_WARNING)
as per the snmpd man page info below. With the log level set at
LOG_WARNING this also has the added bonus that the many "Connection from
UDP: [IP]:PORT->[IP]:PORT" snmpd INFO messages are also not output to
/var/log/syslog...

$ sudo sed -i "s|-Lsd|-LS4d|" /lib/systemd/system/snmpd.service
$ sudo systemctl daemon-reload
$ sudo systemctl restart snmpd.service

snmpd man page (https://linux.die.net/man/1/snmpcmd):
0 or ! for LOG_EMERG,
1 or a for LOG_ALERT,
2 or c for LOG_CRIT,
3 or e for LOG_ERR,
4 or w for LOG_WARNING,
5 or n for LOG_NOTICE,
6 or i for LOG_INFO, and
7 or d for LOG_DEBUG.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2018-12-04 Thread carlos
Mee to, and not fix with sed -i "s|-Lsd|-LS6d|" /etc/default/snmpd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2018-04-05 Thread Andreas Hasenack
To clarify what I did:
- install snmpd
- install snmp-mibs-downloader
- add a nic alias. With ifconfig I did:
ifconfig eth0:1 10.0.100.209 netmask 255.255.255.0

- restart snmpd
- journalctl -u snmpd --follow

Wait a bit. The error should show up every 30s.

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2018-04-05 Thread Andreas Hasenack
Confirmed in bionic:
Apr 05 17:44:58 bionic-snmpd snmpd[4740]: error on subcontainer 'ia_addr' 
insert (-1)
Apr 05 17:45:28 bionic-snmpd snmpd[4740]: error on subcontainer 'ia_addr' 
insert (-1)


** Tags added: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2018-04-05 Thread Andreas Hasenack
To clarify what I did:
- install snmpd
- install snmp-mibs-downloader
- add a nic alias. With ifconfig I did:
ifconfig eth0:1 10.0.100.209 netmask 255.255.255.0

- restart snmpd
- journalctl -u snmpd --follow

Wait a bit. The error should show up every 30s.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2018-04-05 Thread Andreas Hasenack
Confirmed in bionic:
Apr 05 17:44:58 bionic-snmpd snmpd[4740]: error on subcontainer 'ia_addr' 
insert (-1)
Apr 05 17:45:28 bionic-snmpd snmpd[4740]: error on subcontainer 'ia_addr' 
insert (-1)


** Tags added: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2018-04-05 Thread Andreas Hasenack
** Summary changed:

- Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in 
/var/log/syslog
+ Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in 
/var/log/syslog

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in /var/log/syslog

2018-04-05 Thread Andreas Hasenack
** Summary changed:

- Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in 
/var/log/syslog
+ Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in 
/var/log/syslog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer 'ia_addr' insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2018-01-07 Thread Mark Constable
Looks like I can't edit a comment. I found this works for me on 17.10...

sudo -i
cp /lib/systemd/system/snmpd.service /etc/systemd/system/snmpd.service
sed -i "s|-Lsd|-LS6d|" /etc/systemd/system/snmpd.service
systemctl daemon-reload
systemctl restart snmpd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2018-01-07 Thread Mark Constable
FWIW I'm still getting this error in my logs on 17.10 artful.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2017-12-19 Thread Ivo Steinmann
Same error here with Ubuntu 17.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2017-10-27 Thread Juan Carlos Ricardo
Same error here.!
Any advances with it?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2017-10-03 Thread YG Kumar
Hi All,

I am using 'Ubuntu 16.04.2 LTS \n \l' . I see the following errors when 
starting snmpd:
-- 
snmpd[130282]: error on subcontainer 'ia_addr' insert (-1)

Can someone help me to understand this error please ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2017-08-06 Thread Kalle Tuulos
Just reporting, that this bug still exists in 16.04.3 LTS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2016-11-11 Thread Bug Watch Updater
** Changed in: net-snmp (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2016-11-10 Thread ChristianEhrhardt
This showed up "again" despite fixed and picked up in a merge due to switching 
to systemd.
The new Debian bug about it is 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684721

** Bug watch added: Debian Bug tracker #684721
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684721

** Also affects: net-snmp (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684721
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2016-11-10 Thread Pik Master
Hi, the only option that I found, was to recompile the source with this patch.
I created a patch, to get rid of this error:

http://sourceforge.net/p/net-snmp/patches/1322/

Pik

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2016-10-26 Thread Martend
Same "bug" here on 16.04.1 installation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2016-03-10 Thread Nathan Neulinger
Still broken in 16.04 as well.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2016-03-10 Thread Nathan Neulinger
Still broken in 16.04 as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2015-09-17 Thread Richard Laager
I can confirm that `sed -i "s|-Lsd|-LS6d|" /etc/default/snmpd` fixes the
problem for me.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2015-09-17 Thread Richard Laager
I can confirm that `sed -i "s|-Lsd|-LS6d|" /etc/default/snmpd` fixes the
problem for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2014-09-15 Thread Sina Sadeghi
This bug still appears to be present in Ubuntu 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2014-09-15 Thread Sina Sadeghi
This bug still appears to be present in Ubuntu 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2014-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: net-snmp (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2014-02-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: net-snmp (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-11-11 Thread Yolanda Robla
** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-11-11 Thread Yolanda Robla
** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-10-31 Thread Thomas Dreibholz
Modifying /etc/defaults/snmpd and setting -Lsd to -LS6d in SNMPDOPTS
and TRAPDOPTS hides the error message (as suggested by
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559109). At least, this
should be the default then. However, somebody should have a closer look
into the code in order to make sure that the link-local IPv6 addresses
do not cause any problems.

** Bug watch added: Debian Bug tracker #559109
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559109

** Also affects: netsnmp via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559109
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-10-31 Thread Bug Watch Updater
** Changed in: netsnmp
   Status: Unknown = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-10-31 Thread Thomas Dreibholz
The Debian bug #559109 is quite old (from 2010). The current Ubuntu
package (at least in 12.04 LTS) does *not* have this solution applied.
It still uses the wrong logging level, producing the error output.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-10-31 Thread Thomas Dreibholz
Modifying /etc/defaults/snmpd and setting -Lsd to -LS6d in SNMPDOPTS
and TRAPDOPTS hides the error message (as suggested by
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559109). At least, this
should be the default then. However, somebody should have a closer look
into the code in order to make sure that the link-local IPv6 addresses
do not cause any problems.

** Bug watch added: Debian Bug tracker #559109
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559109

** Also affects: netsnmp via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559109
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-10-31 Thread Bug Watch Updater
** Changed in: netsnmp
   Status: Unknown = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1246347] Re: Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in /var/log/syslog

2013-10-31 Thread Thomas Dreibholz
The Debian bug #559109 is quite old (from 2010). The current Ubuntu
package (at least in 12.04 LTS) does *not* have this solution applied.
It still uses the wrong logging level, producing the error output.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1246347

Title:
  Lots of error on subcontainer ‘ia_addr’ insert (-1) reports in
  /var/log/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs