Hi Dave, Yes, indeed. I appreciate all your guidance and patience in helping me out. Since prTable is now working, I included my boot-up script as one of the process to watch. For now, I'll just educate my users to simply ignore the non-existence of the dskTable if the boot script is running. They will accept this I'm sure. Since I restart snmpd with the full config after /sbin/init is loaded, In the end I still manage to satisfy both pr and dskTable requirements.
And may the source be with me, as I go through it in order to learn further... Once more, many thanks! Best regards, Vic -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Wednesday, July 26, 2006 6:27 PM To: vic Cc: [email protected] Subject: Re: Issue when enabling SNMPD (w/ pr & dskTables support) at an early boot level On 26/07/06, vic <[EMAIL PROTECTED]> wrote: > I'm inclined to think that snmpd maybe looking for some environment > variables/values/or something similar which may not yet be available at that > very early stage in boot-up. That's quite possible. We do tend to assume that you'll be running within a "full" environment. I can't immediately think of what might be causing this problem, but I'm not really familiar with what is/isn't available this early in startup. > What's really puzzling is why > disk monitoring in config results to this crash. Given that the standard logging isn't working, I suspect you're going to have to fall back on old-fashioned print statements. Try liberally plastering hardwired debugging statements in the 'ucd-snmp/disk.c' file, printing the results to your own log file (and explicitly flushing the output, in case the agent falls over). If we can pinpoint exactly where the agent is failing, then we might have a fighting chance of working out why. Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
