Re: Return Value 2

2007-06-01 Thread Steven M. Schweda
From: Robert Denton

> Can you glean from the code what would cause an exit value 0?

   Zero is the success code, which is the default, so anything which
does not set 1 or 2 should leave 0.

> 0: -I have never seen this one -

   What do you see when everything goes right?  (Or do your jobs always
fail in some way?)  Along the same line, what, exactly, is "one of my
devices"?



   Steven M. Schweda   [EMAIL PROTECTED]
   382 South Warwick Street(+1) 651-699-9818
   Saint Paul  MN  55105-2547


Re: Return Value 2

2007-06-01 Thread Robert Denton
Steven, thanks for the info! Just from frequent usage of wget (and  
not from examining the code) I have come to think of the exit values  
like this:


0: -I have never seen this one -
1: communication failures
2: option/syntax related problems

Can you glean from the code what would cause an exit value 0?

Robert


On May 31, 2007, at 10:24 PM, Steven M. Schweda wrote:


From: Robert Denton


So, can I take this to mean that 'wget exited with value 2' always
indicates a problem with switches/options?


   No bets, but a search through the code for "exit" suggests that
that's approximately true, if you count a problem reading or
interpreting ".wgetrc" as a problem with switches/options,


Where can I get a full list of exit values and what they indicate?


   I know of none.  Skimming the "exit" search results suggests that
your choices may be limited to 0, 1, and 2.  (From which one might
deduce that the designer was not a fan of AIX or VMS, where error
messages and/or exit status values tend to be more informative.)

-- 
--


   Steven M. Schweda   [EMAIL PROTECTED]
   382 South Warwick Street(+1) 651-699-9818
   Saint Paul  MN  55105-2547





Re: Return Value 2

2007-05-31 Thread Steven M. Schweda
From: Robert Denton

> So, can I take this to mean that 'wget exited with value 2' always
> indicates a problem with switches/options?

   No bets, but a search through the code for "exit" suggests that
that's approximately true, if you count a problem reading or
interpreting ".wgetrc" as a problem with switches/options,

> Where can I get a full list of exit values and what they indicate?

   I know of none.  Skimming the "exit" search results suggests that
your choices may be limited to 0, 1, and 2.  (From which one might
deduce that the designer was not a fan of AIX or VMS, where error
messages and/or exit status values tend to be more informative.)



   Steven M. Schweda   [EMAIL PROTECTED]
   382 South Warwick Street(+1) 651-699-9818
   Saint Paul  MN  55105-2547