Re: Cygwin Git with Windows paths

2018-11-26 Thread Vince Rice
> On Nov 27, 2018, at 8:09 AM, Steven Penny wrote: > > On Mon, 26 Nov 2018 22:54:14, Adam Dinwoodie wrote: >> Personally, I don't see this as a bug; AIUI using Windows style paths >> isn't something that is supported in general in Cygwin, even if it's >> something that works in some circumstances.

Re: Cygwin Git with Windows paths

2018-11-26 Thread Steven Penny
On Mon, 26 Nov 2018 22:54:14, Adam Dinwoodie wrote: Personally, I don't see this as a bug; AIUI using Windows style paths isn't something that is supported in general in Cygwin, even if it's something that works in some circumstances. It is a bug. Even when you use Unix paths, Cygwin is doing p

Re: mintty slow refresh rate over RDP

2018-11-26 Thread Thomas Wolff
Am 26.11.2018 um 23:36 schrieb L A Walsh: On 11/26/2018 12:20 PM, David Dombrowsky wrote: --- I find best results hosting the GUI (the window of the TTY) on the local machine, and only transfering the data (the txt of the ssh session). On of the features you might want to use for you

Re: Cygwin Git with Windows paths

2018-11-26 Thread Adam Dinwoodie
On Sun, 18 Nov 2018 at 06:07, Steven Penny wrote: > > Cygwin Git can clone with Unix form paths: > > $ git clone git://github.com/benhoyt/goawk /tmp/goawk > Cloning into '/tmp/goawk'... > remote: Enumerating objects: 330, done. > > However it fails with Windows form: > > $ git clone

Re: mintty slow refresh rate over RDP

2018-11-26 Thread L A Walsh
On 11/26/2018 12:20 PM, David Dombrowsky wrote: mintty is the only non-X11 terminal emulator in the stack, correct? --- I find best results hosting the GUI (the window of the TTY) on the local machine, and only transfering the data (the txt of the ssh session). On of the feat

Re: tar cygwin64/ from old to new computer?

2018-11-26 Thread Hans-Bernhard Bröker
Am 26.11.2018 um 21:32 schrieb Gilbert St. Firmin: > Could the native Windows version of 7-zip be used on both old and new > computers? Possibly. If that can be taught to copy all the attributes used by Cygwin, without running into the usual problems we see whenever Windows tools are used to ha

Re: tar cygwin64/ from old to new computer?

2018-11-26 Thread Gilbert St. Firmin
On: Sun, 25 Nov 2018 18:08:35 +0100, Hans-Bernhard Bröker wrote: You're overlooking a chicken-and-egg problem there: your new computer has no 'tar' to unpack that file. Could the native Windows version of 7-zip be used on both old and new computers? Also, perhaps the Windows Image Format (WIM) c

Re: mintty slow refresh rate over RDP

2018-11-26 Thread David Dombrowsky
On 11/26/18 1:25 PM, Stefan Baur wrote: > Am 26.11.18 um 19:16 schrieb David Dombrowsky: >> Anyone know which part is messing up here? This doesn't happen playing >> videos or other graphically intensive programs. Only the cygwin >> terminal. Anyone have any ideas? > > As far as I know, rdeskto

Re: tar cygwin64/ from old to new computer:

2018-11-26 Thread L A Walsh
On 11/25/2018 11:58 AM, Andrey Repin wrote: Greetings, L A Walsh! --- Hmm...can't tar it, but he could drag&drop from Explorer like he was moving the image (but do a copy instead). It would screw permissions on Cygwin files/directories. --- Perhaps, I haven't tried this particular

Re: setup-x86_64 Can't Download to Mapped Drive

2018-11-26 Thread L A Walsh
On 11/26/2018 6:38 AM, Andrey Repin wrote: Greetings, Sridhar Ayengar! I am trying to use a network shared drive mapped to I: for the download directory, I:\cygwindownload. setup-x86_64 shows a dialog box with "Directory I:\cygwindownload does not exist, would you like me to create it?". ..

32 bit vs 64 bit Cygwin, followup

2018-11-26 Thread Sam Habiel
Hello everybody, In this message (https://www.sourceware.org/ml/cygwin/2018-11/msg00190.html), Corinna (Hi Corinna!) says: "Don't do that. Use 64 bit Cygwin whenever possible. 32 bit is a lost cause." I would like to mention why I am still using 32 bit Cygwin. I maintain a port of a database

Re: mintty slow refresh rate over RDP

2018-11-26 Thread Stefan Baur
Am 26.11.18 um 19:16 schrieb David Dombrowsky: > Anyone know which part is messing up here? This doesn't happen playing > videos or other graphically intensive programs. Only the cygwin > terminal. Anyone have any ideas? As far as I know, rdesktop still uses an older version of the RDP protocol

mintty slow refresh rate over RDP

2018-11-26 Thread David Dombrowsky
I might the only one in the world to run into this, but it happens so often that I need to ask the question. I connect over a LAN to a windows box from my linux machine using `rdesktop`. I then launch a cygwin terminal window using the normal shortcut, which launches mintty.exe. If I then run

Re: No thread safety in clock_gettime (hires_ns::prime)

2018-11-26 Thread Houder
try if this fixes the > problem for you? - only replaced the cygwin1.dll ... Henri 64-@@ uname -a CYGWIN_NT-6.1 Seven 2.11.3(0.329/5/3) x86_64 Cygwin 64-@@ ls -l /bin/cygwin1* -rwxr-xr-x 1 Henri None 3339661 Nov 8 14:36 /bin/cygwin1-2.11.2.X -rwxr-xr-x 1 Henri None 3337995 Nov 26 18:43 /bi

Re: No thread safety in clock_gettime (hires_ns::prime)

2018-11-26 Thread Andrey Repin
Greetings, Corinna Vinschen! > On Nov 23 11:27, James E. King III wrote: >> Using 32-bit cygwin that I set up yesterday. > Don't do that. Use 64 bit Cygwin whenever possible. 32 bit is a lost > cause. Not until manufacturers stop selling 32-bit systems. -- With best regards, Andrey Repin Mo

Re: No thread safety in clock_gettime (hires_ns::prime)

2018-11-26 Thread Houder
On Mon, 26 Nov 2018 18:01:40, Corinna Vinschen wrote: > > On Nov 23 11:27, James E. King III wrote: [snip] > > I found that a call to > > clock_gettime(CLOCK_MONOTONIC, ..) has a one-time initialization that > > is not thread-safe. If two threads call this at the same time, they > > will race.

Re: No thread safety in clock_gettime (hires_ns::prime)

2018-11-26 Thread cyg Simple
On 11/26/2018 12:01 PM, Corinna Vinschen wrote: On Nov 23 11:27, James E. King III wrote: Using 32-bit cygwin that I set up yesterday. Don't do that. Use 64 bit Cygwin whenever possible. 32 bit is a lost cause. When exactly will it be a lost cause for Cygwin? I.E. Are you planning to di

Re: No thread safety in clock_gettime (hires_ns::prime)

2018-11-26 Thread Corinna Vinschen
On Nov 23 11:27, James E. King III wrote: > Using 32-bit cygwin that I set up yesterday. Don't do that. Use 64 bit Cygwin whenever possible. 32 bit is a lost cause. > I found that a call to > clock_gettime(CLOCK_MONOTONIC, ..) has a one-time initialization that > is not thread-safe. If two thr

Re: pthread_cond_timedwait with setclock(CLOCK_MONOTONIC) times out early

2018-11-26 Thread Corinna Vinschen
On Nov 26 10:47, James E. King III wrote: > On Mon, Nov 26, 2018 at 10:35 AM Corinna Vinschen > wrote: > > > > On Nov 25 09:01, James E. King III wrote: > > > I have isolated a problem in pthread_cond_timedwait when the condattr > > > is used to set the clock type to CLOCK_MONOTONIC. In this case

Re: pthread_cond_timedwait with setclock(CLOCK_MONOTONIC) times out early

2018-11-26 Thread James E. King III
On Mon, Nov 26, 2018 at 10:35 AM Corinna Vinschen wrote: > > On Nov 25 09:01, James E. King III wrote: > > I have isolated a problem in pthread_cond_timedwait when the condattr > > is used to set the clock type to CLOCK_MONOTONIC. In this case even > > though a target time point in the future is

Re: pthread_cond_timedwait with setclock(CLOCK_MONOTONIC) times out early

2018-11-26 Thread Corinna Vinschen
On Nov 25 09:01, James E. King III wrote: > I have isolated a problem in pthread_cond_timedwait when the condattr > is used to set the clock type to CLOCK_MONOTONIC. In this case even > though a target time point in the future is specified, the call > returns ETIMEDOUT but a subsequent call to > c

Re: setup-x86_64 Can't Download to Mapped Drive

2018-11-26 Thread Andrey Repin
Greetings, Sridhar Ayengar! > I'm trying to use setup-x86_64.exe to update Cygwin. The directory into > which Cygwin is installed is C:\cygwin. I am trying to use a network > shared drive mapped to I: for the download directory, I:\cygwindownload. > setup-x86_64 shows a dialog box with "Director

setup-x86_64 Can't Download to Mapped Drive

2018-11-26 Thread Sridhar Ayengar
Hi! I'm trying to use setup-x86_64.exe to update Cygwin. The directory into which Cygwin is installed is C:\cygwin. I am trying to use a network shared drive mapped to I: for the download directory, I:\cygwindownload. setup-x86_64 shows a dialog box with "Directory I:\cygwindownload does not e

Re: tar cygwin64/ from old to new computer?

2018-11-26 Thread KARL BOTTS
This may not be strictly supported, but I have been doing it for at least 10 years: Once I have a new host network accessible from the old, I simply copy c:/cygwin from old to new. Access can be via UNC, mapped drive, whatever. I normally use 'cp -a' to do the copy, but have done it other ways.

RE: PGA 2019 List of Attendees

2018-11-26 Thread Mia Fulkner
Hi, Greetings! Hope you had a chance to review my previous email sent. please let me know thoughts on it. Kind Regards, Mia From: Mia Fulkner Sent: 20 November 2018 09:28 To: 'cygwin@cygwin.com' Subject: PGA 2019 List of Attendees Hi, Greetings! I hope you are the righ

c3270 keymap examples

2018-11-26 Thread Morten Kjærulff
Hi, Any (Danes/Scandinavians) here using c3270? I can't get Danish national characters to work. I can't get Right Control button to be Enter(). Anyone has some good keymap examples? /Morten -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/