xserver failing on new install - fatal error on xcb connection

2023-08-24 Thread Adam Rosi-Kessel via Cygwin
I recently installed a fresh copy of cygwin64 on a new Windows 10 box. xserver starts but randomly fails after a few minutes with: waiting for X server to shut down winClipboardProc - winClipboardFlushWindowsMessageQueue trapped WM_QUIT message, exiting main loop. winMultiWindowXMsgProc - Fata

bash very slow in cygwin 1.7.16-1 Win7/64 bit

2012-09-30 Thread Adam Rosi-Kessel
Cygwin used to run very quickly for me; now it doesn't. Not sure when it stopped -- last few weeks. # time for i in {1..5} ; do bash -c "echo Hello" ; done Hello Hello Hello Hello Hello real0m51.451s user0m0.230s sys 0m0.979s # time ls | wc -l 21 real0m10.231s user0m0.030s

Re: rsync hanging

2010-01-09 Thread Adam Rosi-Kessel
Kevin Bond wrote, on 1/9/2010 10:10 AM: Hello, I am trying to use rsync in cygwin but it seems to be hanging. Right after it asks me for password of my host the 'building file list...' message displays then hangs. I can ssh into the host fine. Any ideas? I have openssh and rsync installed. A

rsync 1.7.1 stuck

2010-01-02 Thread Adam Rosi-Kessel
Another rsync problem since the 1.7.1 upgrade (from 1.5) -- an rsync job just gets stuck a few bytes into a file. ctrl-c doesn't work, but I can kill it with pskill. If I keep running the rsync it gets a little further each time. Here's the stranger part: if I jump a few directories in, it see

Re: rsync no longer preserves extended ASCII characters after 1.7 upgrade

2009-12-28 Thread Adam Rosi-Kessel
Andy Koppe wrote, on 12/28/2009 2:12 AM: Yes, that's one way. Specifying e.g. 'LC_CTYPE=en_US rsync ...' (i.e. a language without an explicit character set) will give you the ANSI codepage. Thanks! This fixes it perfectly for me. But I think the --iconv option is the better way. Assuming you

Re: rsync no longer preserves extended ASCII characters after 1.7 upgrade

2009-12-27 Thread Adam Rosi-Kessel
Adam Rosi-Kessel wrote, on 12/27/2009 10:41 PM: I'm running cygwin on a WinXP system with an NTFS-formatted drive. I have a script that regularly backs up using rsync onto a Linux system (Debian) with an ext3 drive. Before the recent major upgrade, all extended ASCII characters were pres

rsync no longer preserves extended ASCII characters after 1.7 upgrade

2009-12-27 Thread Adam Rosi-Kessel
I'm running cygwin on a WinXP system with an NTFS-formatted drive. I have a script that regularly backs up using rsync onto a Linux system (Debian) with an ext3 drive. Before the recent major upgrade, all extended ASCII characters were preserved perfectly without any special rsync switches. E.

ANSI codes stopped rendering in rxvt

2009-03-09 Thread Adam Rosi-Kessel
I have using rxvt under cygwin for years with no problem rendering colors through ANSI codes. Just recently, possibly after a cygwin upgrade, the codes stopped rendering and now I just see raw ANSI codes, e.g. ^[[39m~. Any suggestions as to what might have changed and/or how to troubleshoot?