Hello Robert,
From: Robert Story (Coders) <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "Andres C" <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: Again example-daemon in win32 Date: Mon, 15 Nov 2004 18:51:30 -0500
On Tue, 09 Nov 2004 22:54:22 -0500 Andres wrote: AC> Is there a way tu turn off the message printing no such file?
Not until we figure out why it is being printed.
AC> I have no windows snmp installed. The snmpd demon is not running. When I
AC> run snmpd daemon, no error comes up, it works like a charm, but with the
AC> example-daemon there is.
Try telling the example demon to run on a different port. Add this before it
calls init_agent:
netsnmp_ds_set_string(NETSNMP_DS_APPLICATION_ID, NETSNMP_DS_AGENT_PORTS, "1161");
I did what you told me, but the same message error keeps coming up. But this time with the other port:
Error opening specified endpoint "1161" midaemon is up and running. select: No such file or directory select: No such file or directory ...
I don't know if I'm doing something wrong, since the snmpd demon works fine. Do I need to do something else in the example demon?
Thanks a lot.
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.com/
------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
