Re: Error

"Anurag Gupta" <[email protected]>
Newsgroups gmane.network.net-snmp.user
Message-ID <[email protected]>
Hello Sir
i have changed According As per your instruction. Still same status.one more
thing is incomplete. So i need This Complete.So that i can  Configuring
snmptrapd <http://www.net-snmp.org/tutorial/tutorial-5/demon/snmptrapd.html>
http://www.net-snmp.org/tutorial/tutorial-5/demon/snmptrapd.html. Kindly
Reply Me as soon possible.

Regards
Anurag



Error:-
[root@localhost net-snmp-5.1.4]# ls
acconfig.h         doxygen.conf      man
README.snmpv3
aclocal.m4         EXAMPLE.conf      mibs
README.solaris
agent              EXAMPLE.conf.def  mkinstalldirs
README.thread
AGENT.txt          FAQ               net-snmp-config            README.tru64
apps               include           net-snmp-config.in         README.win32
ChangeLog          INSTALL           net-snmp-config-x          sedscript
CodingStyle        install-sh        NEWS                       sedscript.in
config.guess       libtool           ov                         snmpd.conf
config.log         local             perl                       snmplib
config.status      ltmain.sh         PORTING                    stamp-h
config.sub         Makefile          README                     stamp-h.in
configure          Makefile1         README.agentx              testing
configure.in       Makefile1~        README.aix                 TODO
configure-summary  Makefile.in       README.hpux11              win32
COPYING            Makefile.rules    README.krb5                y
dist               Makefile.top      README.osX
dotgdbinit         maketarget        README.Panasonic_AM3X.txt
[root@localhost net-snmp-5.1.4]#  snmpd -Dread_config -H 2>&1 | grep "config
pat
h" | sort -u
read_config: config path used:
/usr/local/etc/snmp:/usr/local/share/snmp:/usr/lo
cal/lib/snmp:/root/.snmp:y
[root@localhost net-snmp-5.1.4]# snmpd -Dread_config -H 2>&1 | grep
"Reading" |
sort -u
read_config: Reading configuration /root/.snmp/snmp.conf
[root@localhost net-snmp-5.1.4]# snmpconf -R FILENAME  -a -f snmpd.conf
reading: FILENAME


The following files were created:

  snmpd.conf

These files should be moved to /usr/local/share/snmp if you
want them used by everyone on the system.  In the future, if you add
the -i option to the command line I'll copy them there automatically for
you.

Or, if you want them for your personal use only, copy them to
/root/.snmp .  In the future, if you add the -p option to the
command line I'll copy them there automatically for you.

[root@localhost net-snmp-5.1.4]# snmpconf -G

Known GROUPs of tokens:

  system_setup
  basic_setup
  access_control
  monitoring_services
  trapsinks

[root@localhost net-snmp-5.1.4]# snmpconf -r none -g basic_setup
************************************************
*** Beginning basic system information setup ***
************************************************
Do you want to configure the information returned in the system MIB group
(conta
ct info, etc)? (default = y):

Configuring: syslocation
Description:
  The [typically physical] location of the system.
    Note that setting this value here means that when trying to
    perform an snmp SET operation to the sysLocation.0 variable will make
    the agent return the "notWritable" error code.  IE, including
    this token in the snmpd.conf file will disable write access to
    the variable.
    arguments:  location_string

The location of the system: syslocation

Finished Output: syslocation  syslocation

Configuring: syscontact
Description:
  The contact information for the administrator
    Note that setting this value here means that when trying to
    perform an snmp SET operation to the sysContact.0 variable will make
    the agent return the "notWritable" error code.  IE, including
    this token in the snmpd.conf file will disable write access to
    the variable.
    arguments:  contact_string

The contact information: bill x704

Finished Output: syscontact  "bill x704"
Do you want to properly set the value of the sysServices.0 OID (if you don't
kno
w, just say no)? (default = y): y

Configuring: sysservices
Description:
  The proper value for the sysServices object.
    arguments:  sysservices_number

does this host offer physical services (eg, like a repeater) [answer 0 or
1]: 1
does this host offer datalink/subnetwork services (eg, like a bridge): 1
does this host offer internet services (eg, supports IP): 1
does this host offer end-to-end services (eg, supports TCP): 1
does this host offer application services (eg, supports SMTP): 1

Finished Output: sysservices 79
**************************************
*** BEGINNING ACCESS CONTROL SETUP ***
**************************************
Do you want to configure the agent's access control? (default = y): y
Do you want to allow SNMPv3 read-write user based access (default = y): y

Configuring: rwuser
Description:
  a SNMPv3 read-write user
    arguments:  user [noauth|auth|priv] [restriction_oid]

The SNMPv3 user that should have read-write access: fred
The minimum security level required for that user [noauth|auth|priv, default
= a
uth]: auth
The OID that this community should be restricted to [if appropriate]:

Finished Output: rwuser  fred auth
Do another rwuser line? (default = y): n
Do you want to allow SNMPv3 read-only user based access (default = y): y

Configuring: rouser
Description:
  a SNMPv3 read-only user
    arguments:  user [noauth|auth|priv] [restriction_oid]

Enter the SNMPv3 user that should have read-only access to the system: sally
The minimum security level required for that user [noauth|auth|priv, default
= a
uth]: auth
The OID that this community should be restricted to [if appropriate]:
.1.3.6.1.4
.1.8072

Finished Output: rouser  sally auth .1.3.6.1.4.1.8072
Do another rouser line? (default = y): n
Do you want to allow SNMPv1/v2c read-write community access (default = y): y

Configuring: rwcommunity
Description:
  a SNMPv1/SNMPv2c read-write access community name
    arguments:  community [default|hostname|network/bits] [oid]

Enter the community name to add read-write access for: private
The hostname or network address to accept this community name from [RETURN
for a
ll]: 127.0.0.1
The OID that this community should be restricted to [RETURN for
no-restriction]:


Finished Output: rwcommunity  private 127.0.0.1
Do another rwcommunity line? (default = y): n'
invalid answer!  It must match this regular expression: ^(yes|y|no|n)$
Do another rwcommunity line? (default = y): n
Do you want to allow SNMPv1/v2c read-only community access (default = y): y

Configuring: rocommunity
Description:
  a SNMPv1/SNMPv2c read-only access community name
    arguments:  community [default|hostname|network/bits] [oid]

The community name to add read-only access for: private
The hostname or network address to accept this community name from [RETURN
for a
ll]:
The OID that this community should be restricted to [RETURN for
no-restriction]:
 .1.3.6.1.2.1.1

Finished Output: rocommunity  private  .1.3.6.1.2.1.1
Do another rocommunity line? (default = y): n
****************************************
*** Beginning trap destination setup ***
****************************************
Do you want to configure where and if the agent will send traps? (default =
y):
Do you want the agent to send snmp traps on snmp authentication failures?
(defau
lt = y): y

Configuring: authtrapenable
Description:
  Should we send traps when authentication failures occur
    arguments: 1 | 2   (1 = yes, 2 = no)

Should traps be sent when authentication failures occur? (1=yes, 2=no): 1

Finished Output: authtrapenable  1

Configuring: trapcommunity
Description:
  Default trap sink community to use
    arguments: community-string

The default community name to use when sending traps: y

Finished Output: trapcommunity  y
Do you want the agent to send snmpv2c informs to a trap receiver (default =
y):
y

Configuring: informsink
Description:
  A SNMPv2c inform (acknowledged trap) receiver
    arguments: host [community] [portnum]

A host name that should receive the trap: localhost
The community to be used in the trap sent [optional]: public
The port number the trap should be sent to [optional]: 161

Finished Output: informsink  localhost public 161
Do another informsink line? (default = y): y

Configuring: informsink
Description:
  A SNMPv2c inform (acknowledged trap) receiver
    arguments: host [community] [portnum]

A host name that should receive the trap: localhost
The community to be used in the trap sent [optional]: y
The port number the trap should be sent to [optional]: y
invalid answer!  It must match this regular expression: ^(\d+|)$
The port number the trap should be sent to [optional]: 1161

Finished Output: informsink  localhost y 1161
Do another informsink line? (default = y): n
Do you want the agent to send snmpv2c traps to a trap receiver (default =
y): y

Configuring: trap2sink
Description:
  A SNMPv2c trap receiver
    arguments: host [community] [portnum]

A host name that should receive the trap: localhsot
The community to be used in the trap sent [optional]: v2
The port number the trap should be sent to [optional]: 1161

Finished Output: trap2sink  localhsot v2 1161
Do another trap2sink line? (default = y): y

Configuring: trap2sink
Description:
  A SNMPv2c trap receiver
    arguments: host [community] [portnum]

A host name that should receive the trap: localhost
The community to be used in the trap sent [optional]: v2
The port number the trap should be sent to [optional]: 1161

Finished Output: trap2sink  localhost v2 1161
Do another trap2sink line? (default = y): n
Do you want the agent to send snmpv1 traps to a trap receiver (default = y):
n
****************************************
*** Beginning monitoring setup ***
****************************************
Do you want to configure the agent's ability to monitor various aspects of
your
system? (default = y): y
Do you want to configure the agents ability to monitor processes? (default =
y):
 y

Configuring: proc
Description:
  Check for processes that should be running.
      proc NAME [MAX=0] [MIN=0]

      NAME:  the name of the process to check for.  It must match
             exactly (ie, http will not find httpd processes).
      MAX:   the maximum number allowed to be running.  Defaults to 0.
      MIN:   the minimum number to be running.  Defaults to 0.

    The results are reported in the prTable section of the UCD-SNMP-MIB tree
    Special Case:  When the min and max numbers are both 0, it assumes
    you want a max of infinity and a min of 1.

Name of the process you want to check on: y
Maximum number of processes named 'y' that should be running [default = 0]:
0
Minimum number of processes named 'y' that should be running [default = 0]:
0

Finished Output: proc  y 0 0
Do another proc line? (default = y): 0
invalid answer!  It must match this regular expression: ^(yes|y|no|n)$
Do another proc line? (default = y): y

Configuring: proc
Description:
  Check for processes that should be running.
      proc NAME [MAX=0] [MIN=0]

      NAME:  the name of the process to check for.  It must match
             exactly (ie, http will not find httpd processes).
      MAX:   the maximum number allowed to be running.  Defaults to 0.
      MIN:   the minimum number to be running.  Defaults to 0.

    The results are reported in the prTable section of the UCD-SNMP-MIB tree
    Special Case:  When the min and max numbers are both 0, it assumes
    you want a max of infinity and a min of 1.

Name of the process you want to check on: y
Maximum number of processes named 'y' that should be running [default = 0]:
0
Minimum number of processes named 'y' that should be running [default = 0]:
0

Finished Output: proc  y 0 0
Do another proc line? (default = y): n
Do you want to configure the agents ability to monitor disk space? (default
= y)
: y

Configuring: disk
Description:
  Check for disk space usage of a partition.
    The agent can check the amount of available disk space, and make
    sure it is above a set limit.

     disk PATH [MIN=100000]

     PATH:  mount path to the disk in question.
     MIN:   Disks with space below this value will have the Mib's errorFlag
set.
            Can be a raw byte value or a percentage followed by the %
            symbol.  Default value = 100000.

    The results are reported in the dskTable section of the UCD-SNMP-MIB
tree

Enter the mount point for the disk partion to be checked on: y
Enter the minimum amount of space that should be available on y: y

Finished Output: disk  y y
Do another disk line? (default = y): y

Configuring: disk
Description:
  Check for disk space usage of a partition.
    The agent can check the amount of available disk space, and make
    sure it is above a set limit.

     disk PATH [MIN=100000]

     PATH:  mount path to the disk in question.
     MIN:   Disks with space below this value will have the Mib's errorFlag
set.
            Can be a raw byte value or a percentage followed by the %
            symbol.  Default value = 100000.

    The results are reported in the dskTable section of the UCD-SNMP-MIB
tree

Enter the mount point for the disk partion to be checked on: y
Enter the minimum amount of space that should be available on y: y

Finished Output: disk  y y
Do another disk line? (default = y): n
Do you want to configure the agents ability to monitor load average?
(default =
y): y

Configuring: load
Description:
  Check for unreasonable load average values.
    Watch the load average levels on the machine.

     load [1MAX=12.0] [5MAX=12.0] [15MAX=12.0]

     1MAX:   If the 1 minute load average is above this limit at query
             time, the errorFlag will be set.
     5MAX:   Similar, but for 5 min average.
     15MAX:  Similar, but for 15 min average.

    The results are reported in the laTable section of the UCD-SNMP-MIB tree

Enter the maximum allowable value for the 1 minute load average: 500
Enter the maximum allowable value for the 5 minute load average: 1000
Enter the maximum allowable value for the 15 minute load average: 1500

Finished Output: load  500 1000 1500
Do another load line? (default = y): n
Do you want to configure the agents ability to monitor file sizes? (default
= y)
: y

Configuring: file
Description:
  Check on the size of a file.
    Display a files size statistics.
    If it grows to be too large, report an error about it.

     file /path/to/file [maxsize_in_bytes]

       if maxsize is not specified, assume only size reporting is needed.

    The results are reported in the fileTable section of the UCD-SNMP-MIB
tree

Enter the path to the file you wish to monitor:
Enter the maximum size (in bytes) allowable for : 500

Finished Output: file   500
Do another file line? (default = y): y

Configuring: file
Description:
  Check on the size of a file.
    Display a files size statistics.
    If it grows to be too large, report an error about it.

     file /path/to/file [maxsize_in_bytes]

       if maxsize is not specified, assume only size reporting is needed.

    The results are reported in the fileTable section of the UCD-SNMP-MIB
tree

Enter the path to the file you wish to monitor: y
Enter the maximum size (in bytes) allowable for y: y

Finished Output: file  y y
Do another file line? (default = y): n

Error: An snmpd.conf file already exists in this directory.

'overwrite', 'skip', 'rename' or 'append'? : overwrite


The following files were created:

  snmpd.conf

These files should be moved to /usr/local/share/snmp if you
want them used by everyone on the system.  In the future, if you add
the -i option to the command line I'll copy them there automatically for
you.

Or, if you want them for your personal use only, copy them to
/root/.snmp .  In the future, if you add the -p option to the
command line I'll copy them there automatically for you.

[root@localhost net-snmp-5.1.4]# agent/snmpd -r -f -L -C --rocommunity="test
127
.0.0.1" udp:1161
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
NET-SNMP version 5.1.4
Received TERM or STOP signal...  shutting down...
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
[root@localhost net-snmp-5.1.4]# agent/snmpd -r -f -L -C --y="test 127.0.0.1"
ud
p:1161
(null): line 0: Warning: Unknown token: y.
Warning: no access control information configured.
  It's unlikely this agent can serve any useful purpose in this state.
  Run "snmpconf -g basic_setup" to help you configure the snmpd.conf file
for th
is agent.
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
NET-SNMP version 5.1.4
Received TERM or STOP signal...  shutting down...
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
[root@localhost net-snmp-5.1.4]# agent/snmpd -r -f -L -C --y="test 127.0.0.1"
udp:1161
(null): line 0: Warning: Unknown token: y.
Warning: no access control information configured.
  It's unlikely this agent can serve any useful purpose in this state.
  Run "snmpconf -g basic_setup" to help you configure the snmpd.conf file
for this agent.
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
NET-SNMP version 5.1.4
Received TERM or STOP signal...  shutting down...
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
[root@localhost net-snmp-5.1.4]# snmpconf -g basic_setup

The following installed configuration files were found:

   1:  ./snmpd.conf
   2:  /root/.snmp/snmp.conf

Would you like me to read them in?  Their content will be merged with the
output files created by this session.

Valid answer examples: "all", "none","3","1,2,5"

Read in which (default = all): all
************************************************
*** Beginning basic system information setup ***
************************************************
Do you want to configure the information returned in the system MIB group
(contact info, etc)? (default = y): y

Configuring: syslocation
Description:
  The [typically physical] location of the system.
    Note that setting this value here means that when trying to
    perform an snmp SET operation to the sysLocation.0 variable will make
    the agent return the "notWritable" error code.  IE, including
    this token in the snmpd.conf file will disable write access to
    the variable.
    arguments:  location_string

The location of the system: y

Finished Output: syslocation  y

Configuring: syscontact
Description:
  The contact information for the administrator
    Note that setting this value here means that when trying to
    perform an snmp SET operation to the sysContact.0 variable will make
    the agent return the "notWritable" error code.  IE, including
    this token in the snmpd.conf file will disable write access to
    the variable.
    arguments:  contact_string

The contact information: y

Finished Output: syscontact  y
Do you want to properly set the value of the sysServices.0 OID (if you don't
know, just say no)? (default = y): y

Configuring: sysservices
Description:
  The proper value for the sysServices object.
    arguments:  sysservices_number

does this host offer physical services (eg, like a repeater) [answer 0 or
1]: y
invalid answer!  It must match this regular expression: ^(0|1)$
does this host offer physical services (eg, like a repeater) [answer 0 or
1]: 0
does this host offer datalink/subnetwork services (eg, like a bridge): 0
does this host offer internet services (eg, supports IP): 0
does this host offer end-to-end services (eg, supports TCP): 0
does this host offer application services (eg, supports SMTP): 0

Finished Output: sysservices 0
**************************************
*** BEGINNING ACCESS CONTROL SETUP ***
**************************************
Do you want to configure the agent's access control? (default = y): y
Do you want to allow SNMPv3 read-write user based access (default = y): y

Configuring: rwuser
Description:
  a SNMPv3 read-write user
    arguments:  user [noauth|auth|priv] [restriction_oid]

The SNMPv3 user that should have read-write access:
The minimum security level required for that user [noauth|auth|priv, default
= auth]: auth
The OID that this community should be restricted to [if appropriate]:
.1.3.6.1.4.1.8072

Finished Output: rwuser   auth .1.3.6.1.4.1.8072
Do another rwuser line? (default = y): n
Do you want to allow SNMPv3 read-only user based access (default = y):
private
invalid answer!  It must match this regular expression: ^(yes|y|no|n)$
Do you want to allow SNMPv3 read-only user based access (default = y): y

Configuring: rouser
Description:
  a SNMPv3 read-only user
    arguments:  user [noauth|auth|priv] [restriction_oid]

Enter the SNMPv3 user that should have read-only access to the system:
The minimum security level required for that user [noauth|auth|priv, default
= auth]: auth
The OID that this community should be restricted to [if appropriate]:

Finished Output: rouser   auth
Do another rouser line? (default = y): y

Configuring: rouser
Description:
  a SNMPv3 read-only user
    arguments:  user [noauth|auth|priv] [restriction_oid]

Enter the SNMPv3 user that should have read-only access to the system: v3
The minimum security level required for that user [noauth|auth|priv, default
= auth]: auth
The OID that this community should be restricted to [if appropriate]:
.1.3.6.1.2.1.1

Finished Output: rouser  v3 auth " .1.3.6.1.2.1.1"
Do another rouser line? (default = y): n
Do you want to allow SNMPv1/v2c read-write community access (default = y): y

Configuring: rwcommunity
Description:
  a SNMPv1/SNMPv2c read-write access community name
    arguments:  community [default|hostname|network/bits] [oid]

Enter the community name to add read-write access for:  public
The hostname or network address to accept this community name from [RETURN
for all]:
The OID that this community should be restricted to [RETURN for
no-restriction]: .1.3.6.1.2.1.1

Finished Output: rwcommunity  " public"  .1.3.6.1.2.1.1
Do another rwcommunity line? (default = y): n
Do you want to allow SNMPv1/v2c read-only community access (default = y): y

Configuring: rocommunity
Description:
  a SNMPv1/SNMPv2c read-only access community name
    arguments:  community [default|hostname|network/bits] [oid]

The community name to add read-only access for: public
The hostname or network address to accept this community name from [RETURN
for all]: y
The OID that this community should be restricted to [RETURN for
no-restriction]: y

Finished Output: rocommunity  public y y
Do another rocommunity line? (default = y): n
****************************************
*** Beginning trap destination setup ***
****************************************
Do you want to configure where and if the agent will send traps? (default =
y): y
Do you want the agent to send snmp traps on snmp authentication failures?
(default = y): y

Configuring: authtrapenable
Description:
  Should we send traps when authentication failures occur
    arguments: 1 | 2   (1 = yes, 2 = no)

Should traps be sent when authentication failures occur? (1=yes, 2=no): 1

Finished Output: authtrapenable  1

Configuring: trapcommunity
Description:
  Default trap sink community to use
    arguments: community-string

The default community name to use when sending traps: public

Finished Output: trapcommunity  public
Do you want the agent to send snmpv2c informs to a trap receiver (default =
y): y

Configuring: informsink
Description:
  A SNMPv2c inform (acknowledged trap) receiver
    arguments: host [community] [portnum]

A host name that should receive the trap: localhost
The community to be used in the trap sent [optional]: public
The port number the trap should be sent to [optional]: 1611

Finished Output: informsink  localhost public 1611
Do another informsink line? (default = y): n
Do you want the agent to send snmpv2c traps to a trap receiver (default =
y): y

Configuring: trap2sink
Description:
  A SNMPv2c trap receiver
    arguments: host [community] [portnum]

A host name that should receive the trap: 192.168.1.41
The community to be used in the trap sent [optional]: public
The port number the trap should be sent to [optional]: 1611

Finished Output: trap2sink  192.168.1.41 public 1611
Do another trap2sink line? (default = y): y

Configuring: trap2sink
Description:
  A SNMPv2c trap receiver
    arguments: host [community] [portnum]

A host name that should receive the trap: y
The community to be used in the trap sent [optional]: y
The port number the trap should be sent to [optional]: y
invalid answer!  It must match this regular expression: ^(\d+|)$
The port number the trap should be sent to [optional]: y
invalid answer!  It must match this regular expression: ^(\d+|)$
The port number the trap should be sent to [optional]: n
invalid answer!  It must match this regular expression: ^(\d+|)$
The port number the trap should be sent to [optional]: 1161

Finished Output: trap2sink  y y 1161
Do another trap2sink line? (default = y): n
Do you want the agent to send snmpv1 traps to a trap receiver (default = y):
n
****************************************
*** Beginning monitoring setup ***
****************************************
Do you want to configure the agent's ability to monitor various aspects of
your system? (default = y): n

Error: An snmpd.conf file already exists in this directory.

'overwrite', 'skip', 'rename' or 'append'? : overwrite


The following files were created:

  snmpd.conf

These files should be moved to /usr/local/share/snmp if you
want them used by everyone on the system.  In the future, if you add
the -i option to the command line I'll copy them there automatically for
you.

Or, if you want them for your personal use only, copy them to
/root/.snmp .  In the future, if you add the -p option to the
command line I'll copy them there automatically for you.

[root@localhost net-snmp-5.1.4]# agent/snmpd -r -f -L -C --rocommunity="test
127.0.0.1" udp:1161
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
NET-SNMP version 5.1.4
Received TERM or STOP signal...  shutting down...
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
[root@localhost net-snmp-5.1.4]# rocommunity default .1.3.6.1.2.1.1
bash: rocommunity: command not found
[root@localhost net-snmp-5.1.4]# agent/snmpd -r -f -L -C
Warning: no access control information configured.
  It's unlikely this agent can serve any useful purpose in this state.
  Run "snmpconf -g basic_setup" to help you configure the snmpd.conf file
for this agent.
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
NET-SNMP version 5.1.4
Received TERM or STOP signal...  shutting down...
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
[root@localhost net-snmp-5.1.4]# agent/snmpd -r -f -L -C --rocommunity="test
127.0.0.1" udp:1161
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
NET-SNMP version 5.1.4
Received TERM or STOP signal...  shutting down...
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
read_config_store open failure on y/snmpd.conf
[root@localhost net-snmp-5.1.4]#

-------------------------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.