Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with ENT modules. #2

Open
Victek opened this issue Jun 2, 2014 · 2 comments
Open

Issues with ENT modules. #2

Victek opened this issue Jun 2, 2014 · 2 comments

Comments

@Victek
Copy link

Victek commented Jun 2, 2014

with snmp 5.6.2 and after changes in Makefile we have this message when snmpd starts.
root@unknown:/tmp/home/root# snmpd -c /etc/snmpd.conf -f -V -L
MIB search path: /root/.snmp/mibs:/usr/share/snmp/mibs
Cannot find module (HOST-RESOURCES-MIB): At line 0 in (none)
Cannot find module (HOST-RESOURCES-TYPES): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (IP-FORWARD-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-PASS-MIB): At line 0 in (none)
Cannot find module (NET-SNMP-EXTEND-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)
Turning on AgentX master support.
Error opening specified endpoint "udp:161"
Server Exiting with code 1
root@unknown:/tmp/home/root#

The I think these MIBS modules should be included in snmp configuration, what do you think?

@slash31
Copy link
Owner

slash31 commented Jun 4, 2014

I agree. To be honest, I'd never run my snmpd binary with logging enabled, so I never caught the error! I'll try to look at it this week, unless you get to it first...

@Victek
Copy link
Author

Victek commented Jun 5, 2014

I'm busy this week unfortunately .. a minor bug in rc/rip.c .... doesn't compile, replace line12 void start_r(void) by void start_rip(void) and line 245 void stop_r(void) by void stop_rip(void), then you can enable RIP=y in Makefile ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants