On 8/14/08, Reini Urban <[EMAIL PROTECTED]> wrote: > Tim McDaniel schrieb: > > > On Wed, 13 Aug 2008, hce <[EMAIL PROTECTED]> wrote: > > > > > On 8/13/08, Reini Urban <[EMAIL PROTECTED]> wrote: > > > > > > > I would try rebase with -v (verbose) and also tie it to a log file. > > > > $ rebaseall -v | tie rebaseall.log > > > > > > > > > > There is no tie command > > > > > > > Reini must have meant the "tee" command. It's intended to be a > > T-joint, metaphorically: it copies all its input to the filename > > argument and also to its standard output. It's most commonly used to > > saving output into a log file while also monitoring it as it is > > generated, as intended here. > > > > Sorry. tee is what I meant of course. > I'm obviously doing too much perl tie'ng lately. > > The error is most likely a running cygwin service. > But since cygcheck was run from cmd.exe, not from bash, and > C:\Tools\Cygwin\bin not in the path we cannot tell for sure. > > For the disturbing cygcheck message "Windows Longhorn/Vista (not yet > supported!) Ver 6.0 Build 6001 Service Pack 1" only Corinna can tell. > AFAIK it should work ok. > But I haven't tested it on Vista, as I have no Vista nowhere.
Thanks all responses. I can ensure you there were only two processes ps and ash as I reboot the machine before doing ash rebaseall. Anyway, I've tried again to call rebaseall | tee rebaseall.log, then run cygcheck -s -v -r > cygcheck.log in DOS terminal. Please see attached all files. Will the Vista a problem as you mentioned above? Windows Longhorn/Vista (not yet supported!) Ver 6.0 Build 6001 Service Pack 1 Thank you. > Reini > > > -- > Unsubscribe info: > http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > >
rebaseall.log
Description: Binary data
cygcheck.log
Description: Binary data
C:\Tools\Cygwin\bin>grep -E -i -v '/ash(.exe)?$' /proc/[0-9]*/exename /proc/336/exename:/usr/bin/grep.exe
PID PPID PGID WINPID TTY UID STIME COMMAND I 512 1 512 512 con 1000 06:56:28 /usr/bin/ash 1928 1 1928 1928 con 1000 06:56:59 /usr/bin/ps
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/