2009/3/20 Chetan Mahadev <[email protected]>: > I am getting the following warnings when I try to start the snmptrapd > daemon. > Can you let me what is wrong with the usage??
The config files contain configuration tokens, not shell commands. The token used to set up embedded perl scripts is "perl". There is no token by the name of "/usr/local/fnmt/bin/perl" so the Net-SNMP library complains about it. If you want to embed perl into your config file, then use the token "perl", as described in the snmpd.conf(5) man page. Dave ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ 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
