Issue #933
Commands "strongswan stroke memusage" and "strongswan secrets" provide no output
Affected version:
5.2.0
Resolution:
No change required
Description
strongswan-5.2.0-7.el7.x86_64 from EPEL is installed on Centos7.
Commands "strongswan stroke memusage" and "strongswan secrets" are referenced from help screens:
strongswan --help
strongswan stroke --help
The commands are accepted, no error is reported while executing. However, they provide no output and no help.
History
#1 Updated by Tobias Brunner over 7 years ago
- Status changed from New to Feedback
memusage
only works for builds with --enable-leak-detective
. Since this option is not recommended in productive environments no distro package will have it enabled. On systems that provide mallinfo(3)
you'll get status information on memory allocations with the statusall
command.
secrets
is an alias for rereadsecrets
. Both commands don't provide any output (unless one of the entries in ipsec.secrets uses %prompt
).
#2 Updated by Tobias Brunner about 7 years ago
- Status changed from Feedback to Closed
- Assignee set to Tobias Brunner
- Resolution set to No change required