From: Robert S. <rs...@fr...> - 2004-11-10 02:02:33
|
On Tue November 9 2004 6:59 pm, Andres C wrote: > >On Tue, Nov 09, 2004 at 04:17:43PM -0500, Andres C wrote: > > > I've been trying to run the example-daemon found int the tutorial as a > > > master agent. But I'm receiving this error (I'm using windows): > > > > > > Error opening specified endpoint "udp:161" > > > midaemon is up and running. > > > select: No such file or directory > > > ... and so on infinately > > > >This is a problem from a while back, because windows doesn't support > >the callback transport. I think you must be using an older version. > >Try 5.1.2 or 5.2.rc3. > > I am using version 5.1.2, but I even tryied with 5.2.rc3 and the same error > comes up. Ok, the "No such file" message is what looks like the old problem, and I haven't seen any complaints about it lately. I just noticed the "error opening specified endpoint" message, which means that another application had port 161 open. Are you running the windows snmp agent? If so, you'll need to stop it before you can run another master agent. I also just noticed you are trying to run the tutorial daemon. Have you tried the reguar daemon, snmpd? Does it work? |