Re: [cricket-users] Other problems with Cricket 0.66

From: Jeff Allen (jra@corp.webtv.net)
Date: Wed Jun 09 1999 - 11:38:48 PDT


From: Jeff Allen <jra@corp.webtv.net>

Gildas PERROT wrote:
> [09-Jun-1999 10:51:12*] Could not resolve OID for ifDescr

OK, I figured this one out, thanks to the reports you guys gave
me. The problem only occurs when Cricket is trying to do instance
mapping (which explains why I was not seeing it on my stable tree
here, and why old users were not seeing it -- they had valid cached
instances). The problem is that the OID map is not getting extracted
correctly from the Config Tree due to a leftover argument. The change
is to remove the ", $target" from this line:

        my($oidMap) = $main::gCT->configHash($name, 'oid', $target);

(That's near line 245 of lib/common.pm)

The final code should look like this:

        my($oidMap) = $main::gCT->configHash($name, 'oid');
        my($oid) = mapOid($oidMap, $baseOID);

I will release a new version of Cricket with all of these changes
soon. Thanks for your patience as we do this hard foundation work --
it should get stable again soon, I promise!

-- 
Jeff R. Allen              |  jra@corp.webtv.net
WebTV Service Engineering  |  http://www.munitions.com/~jra

------------------------------------------------------------------------ With more than 20 million e-mails exchanged daily... http://www.onelist.com ....ONElist is home to the liveliest discussions on the Internet!



This archive was generated by hypermail 2b29 : Mon Mar 06 2000 - 19:00:53 PST