[1918] in testers

home help back first fref pref prev next nref lref last post

7.3B snmpd syslogs a large number of undefined symbols

daemon@ATHENA.MIT.EDU (Don't reply to root!)
Fri May 22 12:56:55 1992

From: root@Athena.MIT.EDU (Don't reply to root!)
Date: Fri, 22 May 92 12:56:32 -0400
To: testers@Athena.MIT.EDU
Cc: tom@Athena.MIT.EDU



May 22 12:48:47 central 588 snmpd: warning: 268509004 symbol(s) not found in namelist

The following patch should be applied:

central# rcsdiff -c main.c
RCS file: RCS/main.c,v
retrieving revision 1.1
diff -c -r1.1 main.c
*** /tmp/,RCSt1a00652   Fri May 22 12:56:16 1992
--- main.c      Fri May 22 12:49:54 1992
***************
*** 462,470 ****
        if (d != 0)

  #ifdef MIT
!               syslog(LOG_INFO,"warning: %d symbol(s) not found in namelist");  #else  MIT
!               syslog(LOG_ERR, "warning: %d symbol(s) not found in namelist");  #endif MIT

  #endif /* RSPOS */
--- 462,470 ----
        if (d != 0)

  #ifdef MIT
!               syslog(LOG_INFO,"warning: %d symbol(s) not found in namelist",d);
  #else  MIT
!               syslog(LOG_ERR, "warning: %d symbol(s) not found in namelist",d);
  #endif MIT

  #endif /* RSPOS */

home help back first fref pref prev next nref lref last post