Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-25 Thread Brian Inglis
On 2018-01-25 14:42, Doug Henderson wrote: > On 25 January 2018 at 13:37, Brian Inglis > wrote: >> On 2018-01-25 02:58, David Allsopp wrote: >>> What licence is the ellipsis you added to the copyright line released >>> under? ;o) >> Probably sourceware.org DWTFYW

Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-25 Thread Doug Henderson
On 25 January 2018 at 13:37, Brian Inglis wrote: > > On 2018-01-25 02:58, David Allsopp wrote: > > > What licence is the ellipsis you added to the copyright line released under? > > ;o) > > Probably sourceware.org DWTFYW from link obfuscation ;^> > If you compare

Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-25 Thread Brian Inglis
On 2018-01-25 02:58, David Allsopp wrote: > What licence is the ellipsis you added to the copyright line released under? > ;o) Probably sourceware.org DWTFYW from link obfuscation ;^> -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- Problem reports:

Re: Window 10 authorization problems

2018-01-25 Thread Brian Inglis
On 2018-01-24 22:22, Robert McBroom wrote: > On 01/20/2018 08:39 PM, Brian Inglis wrote: >> On 2018-01-20 16:35, Robert McBroom wrote: >>> Troubles through several cygwin releases with getting the files to have the >>> right permissions when running startwinx from an initial cygwin64 terminal. >>>

Re: Window 10 authorization problems

2018-01-25 Thread Achim Gratz
Robert McBroom writes: > Data drive > > D:\cygwin64\ But that's not where your home directory is? > Both Windows 10 home and the insider edition of Windows 10 Pro are > installed and share the data drive. If you share the home directory between two installations, then you might see interesting

Re: ps does not see all processes if used through a junctioned top level cygwin directory in cmd

2018-01-25 Thread Sabuj Pattanayek
> > > I have no idea how did you do it, but I'm unable to see Windows processes > like > that without -W. > I'm sshd in. It's like : cygwin sshd |_ bash |_ cmd so ps -p works, it's just that it doesn't work properly unless i use the actual path to ps from inside cmd which is weird. --

Re: ps does not see all processes if used through a junctioned top level cygwin directory in cmd

2018-01-25 Thread Andrey Repin
Greetings, Sabuj Pattanayek! > Hi everyone, > I'm experiencing a strange issue where ps does not find all the processes > if it's run from a top level junction to the main cygwin directory in cmd : > On an older windows install I had cygwin under c:\cygwin64 , this time I > used chocolatey to

ps does not see all processes if used through a junctioned top level cygwin directory in cmd

2018-01-25 Thread Sabuj Pattanayek
Hi everyone, I'm experiencing a strange issue where ps does not find all the processes if it's run from a top level junction to the main cygwin directory in cmd : On an older windows install I had cygwin under c:\cygwin64 , this time I used chocolatey to install it and it put it under

Re: Ejecting a USB drive using Cygwin (sync)?

2018-01-25 Thread Marco Atzeri
On 24/01/2018 07:36, Steven Penny wrote: On Tue, 23 Jan 2018 14:13:24, Brian Inglis wrote: I found the following utility works well without elevation - Windows code from http://www.leapsecond.com/tools/eject.{c,exe}: the original code location is reported // eject -- Allow safe removal of

RE: Ejecting a USB drive using Cygwin (sync)?

2018-01-25 Thread David Allsopp
Brian Inglis wrote: > On 2018-01-23 16:36, Steven Penny wrote: > > On Tue, 23 Jan 2018 14:13:24, Brian Inglis wrote: > >> I found the following utility works well without elevation - Windows > >> code from > >> http://www.leapsecond.com/tools/eject.{c,exe}: > >> > >> // eject -- Allow safe removal