Jury Gerasimov wrote:
> Anyway, I don't understand why
> Analog doesn't write any warnings and debug messages in this situation.
> Probably, it can't receive output from unzip.exe (may be because of cgi-bin
> directory attributes) - but where is messages ?
As I recall you're running this with "OUTFILE -" which sends to STDOUT for the
analog output, but errors and warnings are sent to STDERR. If this is over a
network connection (telnet?) you may only be getting the STDOUT to your
terminal emulator. STDERR is routed to a NULL device and you don't see the
errors.
Try doing something like this to route STDERR to a file
analog 2>analog.log
and then seeing if the system created the analog.log file with your warnings
and errors.
HTH
--
Jeremy Wadsack
OutQuest Magazine
a Wadsack-Allen publication
--------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
--------------------------------------------------------------------