#74 closed Bug / Defect (fixed)
openvpn-2.1.4 floods /var/log/messages when network is down / it is reconnecting
Reported by: | mt | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | release 2.2.0 |
Component: | Generic / unclassified | Version: | OpenVPN 2.1.0 / 2.1.1 (Community Ed) |
Severity: | Not set (select this one, unless your'e a OpenVPN developer) | Keywords: | logging |
Cc: |
Description
Showing messages like:
OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
(in "verb 0" !!) and friends for the other script security levels or
WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
(in "verb 1") more than *once* at startup does not make much sense.
Currently, they're visible in each reconnect attempt (every ~20 sec).
Also message like e.g.:
Re-using SSL/TLS context
LZO compression initialized
RESOLVE: Cannot resolve host address: x.y.z: [TRY_AGAIN]
A temporary error occurred on an authoritative name server.
RESOLVE: Cannot resolve host address: x.y.z: [TRY_AGAIN]
A temporary error occurred on an authoritative name server.
are nice to know in first reconnect attempt - or in higher
"verb" levels than 1 - but may should be avoided in every
reconnect attempt.
Further, also the 1st (unmutable one) in this combination:
NOTE: --mute triggered...
2 variation(s) on previous 1 message(s) suppressed by --mute
does not make much sense except as a debug message ...
Change History (3)
comment:1 Changed 13 years ago by
Keywords: | logging added |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Closing as fixed, as the reporter has not indicated the issue still being present.
comment:3 Changed 11 years ago by
Milestone: | → release 2.2.0 |
---|
I believe this one is partly fixed in the OpenVPN 2.2-beta releases. Can you give beta5 a whirl and see if it looks better?
commit c2533d18ce6da1bd43502f9f2923541c578864e9
Author: David Sommerseth <dazo@…>
Date: Thu Apr 29 23:35:45 2010 +0200