I did check it before (and recheck it again now, even tried to add -f) and still the program ends a few seconds later, But after taking your second advice I looked at the log and I saw all the errors which ends with the message "Server Exiting with code 1" and realize what was wrong.
Thanks, Isaac -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Monday, February 04, 2008 6:53 PM To: Isaac Eliassi Cc: [email protected] Subject: Re: snmpd argc/v On 04/02/2008, Isaac Eliassi <[EMAIL PROTECTED]> wrote: > When I am executing < ./agent/snmpd> (over linux fedora OS) the program > ending *successfully* doing nothing Does it actually terminate? Or does it fork itself off into the background, and keep running? You may need to run "ps -ef" and/or check the log files to find out exactly what's happening. > But I think that the proper behavior should be the execution of usage, > same as when typing < ./agent/snmpd -help>. No. Assuming that the snmpd.conf file is set up correctly, then executing "snmpd" with no further arguments should set the SNMP agent running as a network daemon. That's the normal expected behaviour. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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
