RE: proc_retry question

2014-12-12 Thread Cooper, Karl (US SSA)
>From: Warren Young >Sent: Friday, December 12, 2014 2:49 PM >To: cygwin >Subject: Re: proc_retry question > >On Dec 11, 2014, at 6:05 AM, xmoon wrote: > > > I can't do a SCSE because it relies on files and a whole data structure > > here. > >Specialised Cleanup Service Europe? >Symantec Certified

RE: 1.7.1 "Bad Address" when running cmd.exe on 64 bit windows server 2008

2010-01-22 Thread Cooper, Karl (US SSA)
> Hi - I found that this error occurs on a 32 bit windows system, so > its not 64 bit related as I initially thought. The problem is only > occurring in Cygwin 1.7.1, not 1.5.24 so I will use the older version > of cygwin until there is a fix for this. > > Thanks > > jennifer...@nc.rr.com

RE: Differentiate workgroup system from domain member under Cygwin

2010-01-22 Thread Cooper, Karl (US SSA)
> Corinna Vinschen wrote: >> On Jan 22 10:34, Christoph Herdeg wrote: >> >>> So question is more if there is any place on a windows system, a >>> file or a directory or an entry in a file that exists only if that >>> machine is a domain member? >>> >> >> There are certainly multiple methods to

RE: Solved: Post-install hang

2009-02-05 Thread Cooper, Karl (US SSA)
>> http://cygwin.com/acronyms/#PCYMTNQREAIYR > > Not sure how to do this with Outlook, or if it's even capable of it. > You can download and install this: http://home.in.tum.de/~jain/software/outlook-quotefix/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: Finding either boot time or login time

2009-02-02 Thread Cooper, Karl (US SSA)
> Mark J. Reed writes: >> One-liner to display the boot time: >> $ perl -lane 'print ~~localtime(time-$F[0])' /proc/uptime > > Ronald Fischer wrote: >> Would you mind explaining the ~~ trick? > > Clever tricks are interesting, but definitely are an obfuscation. > This makes things more plain: >