On 3 April 2012 23:15, Magnus Fromreide <ma...@lysator.liu.se> wrote:
> The test that fail are, principally, tu03c and tu03d but they fail in
> interesting ways.

What seems to be happening is that the snmpd.conf file directives
that contain very long fields are getting split over two lines instead
of one.
   The test checks assume that the snmpd.conf file looks like:

        :
        com2secunix tu03c a2345678911234567891.....
        com2secunix tu03d a2345678911234567891.....
        :

but instead it's ending up as

        :
        com2secunix tu03c
        a2345678911234567891.....
        com2secunix tu03d
        a2345678911234567891.....
        :

so this therefore generates the wrong errors for these pairs of entries
(and throws the line numbers for subsequent tests as well)

Dave

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to