nuffnough wrote:
Hi.
I need to log the output of isakmpd -DA=90 to a file, and I am at a loss as
to exactly what syntax to use. I am using OpenBSD 3.8 default shell (ksh
now...) and trying stuff like
isakmpd -T -DA=90 2>&1 > logfile
which just gives me the reports for log levels but doens't actually show me
any actual debug log stuff:
173136.403277 Default log_debug_cmd: log level changed from 0 to 90 for
class [0-10] [priv]
I would appreciate anyone kind enough to correct my syntax.
I think you are missing the '-d' switch, to make it run in the foreground.