Mail Archives: cygwin/2002/11/13/14:44:49
cygipc is an implementation of IPC services for cygwin. Although it
will eventually be replaced by the developing "cygwin daemon", cygipc is
currently the more complete implementation and is used by postgresql as
well as by the kde-cygwin project.
cygipc-1.13 fixes some long-standing problems experienced by postgresql,
and now returns "correct" error values when ipc-daemon is not running
(Jason Tishler).
Also, there have been some changes in the options (although the old
option switches are still supported). This change is so that we can
support more finely graded levels of error reporting in the future.
Previously, error logging was controlled by these two switches:
-d, --debug extra verbose error reporting/logging
-q, --quiet minimal error reporting/logging
Now, these functions are controlled by a single option:
-D, --debug-level=<int> Set verboseness of output.
0=quiet mode
1=normal (default)
2=verbose mode
-d/--debug and -q/--quiet are still supported, but their effect is now
simply:
-d, --debug sets --debug-level=2
-q, --quiet sets --debug-level=0
Now, while you don't NEED to take any action, you might want to edit
your ipc-daemon startup scripts or registry entries and change '-q' to
'-D 0', etc.
Enjoy,
Chuck
(just visiting, and not really "back")
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
- Raw text -