Bug 1246568

Summary: snmptrap can't create (or write to) /var/lib/net-snmp/snmpapp.conf if isn't run under root
Product: Red Hat Enterprise Linux 6 Reporter: Dalibor Pospíšil <dapospis>
Component: net-snmpAssignee: Jan Safranek <jsafrane>
Status: CLOSED ERRATA QA Contact: Dalibor Pospíšil <dapospis>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.7CC: nparmar
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Cause: Net-SNMP client tools and utilities reported 'read_config_store open failure on /var/lib/net-snmp/snmpapp.conf', when executed as non-privileged user. Consequence: Confusing and meaningless message is shown each time a SNMP tool is called. Fix: The message was removed. Result: No confusing message is shown.
Story Points: ---
Clone Of: 1151310 Environment:
Last Closed: 2016-05-11 01:02:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1269194, 1356044, 1359264    

Description Dalibor Pospíšil 2015-07-24 15:05:16 UTC
+++ This bug was initially created as a clone of Bug #1151310 +++

Description of problem:
snmptrap can't create (or write to) /var/lib/net-snmp/snmpapp.conf if isn't run under root

/var/lib/net-snmp/snmpapp.conf doesn't exist by default. When unprivileged user run snmptrap it can't write to /var/lib/net-snmp/.

[root@pes-guest-72 ~]# ls /var/lib/net-snmp/
cert_indexes/   mib_indexes/    snmptrapd.conf 
[root@pes-guest-72 ~]# su - test
[test@pes-guest-72 ~]$ id
uid=1000(test) gid=1000(test) groups=1000(test) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
[test@pes-guest-72 ~]$ /usr/bin/snmptrap -v2c -c public localhost '' FREERADIUS-NOTIFICATION-MIB::serverStart
read_config_store open failure on /var/lib/net-snmp/snmpapp.conf
read_config_store open failure on /var/lib/net-snmp/snmpapp.conf
read_config_store open failure on /var/lib/net-snmp/snmpapp.conf



Version-Release number of selected component (if applicable):
net-snmp-5.5-54.el6

How reproducible:
always

Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Jan Safranek 2015-10-22 10:50:03 UTC
*** Bug 1247612 has been marked as a duplicate of this bug. ***

Comment 6 errata-xmlrpc 2016-05-11 01:02:51 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-0947.html

Comment 7 Josef Ridky 2016-09-09 07:54:18 UTC
*** Bug 1321926 has been marked as a duplicate of this bug. ***