Opened 15 years ago
Closed 12 years ago
#47 closed defect (fixed)
Your vendor has not defined Socket macro MSG_DONTWAIT
Reported by: | human | Owned by: | somebody |
---|---|---|---|
Version: | Keywords: | MSG_DONTWAIT | |
Cc: | cuneyt@… |
Description
I am keep getting below error messages:
C:\mrtg-2.16.1\bin>perl mrtg mrtg.cfg Daemonizing MRTG ... Do Not close this window. Or MRTG will die Your vendor has not defined Socket macro MSG_DONTWAIT, used at (eval 15) line 1 * Restarting after 10 seconds in an attempt to recover from the error above Can't exec "mrtg": No such file or directory at mrtg line 368.
Any idea?
Change History (3)
comment:1 Changed 15 years ago by human
comment:2 Changed 15 years ago by human
Any solution for this problem yet?
Robin
comment:3 Changed 12 years ago by oetiker
- Resolution set to fixed
- Status changed from new to closed
this is fixed in 2.17.0 cheers
I'm receiving the same error and noticed that the error only occurs when you add the line "RunAsDaemon?: yes" to the mrtg.cfg file.
Without that line, you can manually execute mrtg without the error. With that line, the error occurs.