|
From: Charles G. <wo...@ju...> - 2010-12-14 17:56:55
|
Kurt, maybe the following: sudo chmod -R +r /usr/local/share/snmp/mibs/ That will give read to user, group and other on that directory and all subdirectories for all files On Mon, Dec 13, 2010 at 6:22 PM, Kurt Buff <kur...@gm...> wrote: > All, > > Does anyone have an idea of where I might have gone wrong on this? > > For the following scheduled jobs (and when su'ed to netdisco) > > /usr/local/bin/netdisco -b -m > /usr/local/bin/netdisco -b -R > /usr/local/bin/netdisco -b -a > > I am getting > > /usr/local/share/snmp/mibs/ati-mib.mib: Permission denied > > across the board - all mibs. > > /usr/local/etc/netdisco/netdisco.conf says > > mibshome = /usr/local/etc/netdisco > > /usr/local/etc/netdisco/snmp.conf says > > mibdirs > /usr/local/etc/netdisco/mibs/net-snmp:/usr/local/etc/netdisco/mibs/rfc: > /usr/local/etc/netdisco/mibs/cisco:/usr/local/etc/netdisco/mibs/hp: > /usr/local/etc/netdisco/mibs/dell > > and I tried the suggestion in snmp.conf > > cd /usr/local/share/snmp > mv mibs mibs.old > mkdir mibs > cd mibs > ln -s /usr/local/netdisco/mibs/*/* . > > Which didn't help. > > Thanks, > > Kurt > > > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > _______________________________________________ > Netdisco mailing list > net...@li... > https://lists.sourceforge.net/lists/listinfo/netdisco-users > |