RE: [EXTERNAL] Re: Updated cygwin this morning, mintty window flashes briefly and quits

2022-01-26 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
> Else how would you stop them in the first place? Restarting the OS was the way (post install, to restart with the new DLL), but that no longer works anymore with Win10. Anton Lavrentiev Contractor NIH/NLM/NCBI -- Problem reports: https://cygwin.com/problems.html FAQ: ht

Re: Updated cygwin this morning, mintty window flashes briefly and quits

2022-01-26 Thread Andrey Repin
Greetings, Lavrentiev, Anton (NIH/NLM/NCBI) [C]! >> for svc in cygserver $( cygrunsrv --list | grep -v cygserver ); do net start >> "$svc"; done >> and you're golden! > Not so fast, you must have admin rights to start any Windows services, > including cygserver. > So maybe just bronze, and not

RE: Updated cygwin this morning, mintty window flashes briefly and quits

2022-01-26 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C] via Cygwin
> for svc in cygserver $( cygrunsrv --list | grep -v cygserver ); do net start > "$svc"; done > and you're golden! Not so fast, you must have admin rights to start any Windows services, including cygserver. So maybe just bronze, and not so golden Anton Lavrentiev Contractor NIH/NLM/NCBI --