Re: Fonts reorganization and additions

2015-09-14 Thread Ken Brown
On 9/13/2015 12:10 PM, Ken Brown wrote: On 9/11/2015 3:59 PM, Yaakov Selkowitz wrote: The first thing that should be checked is if the code in setup which allows it to unpack files with "illegal" characters in Windows also makes sure to create parent directories. Based on these reports my

Re: Error accessing mapped drive >2TB?

2015-09-14 Thread Warren Young
On Sep 12, 2015, at 11:14 AM, Nem W Schlecht wrote: > > The only thing I can think of is that the 2nd drive is >2TB. The same thing happens here with a 3.1 TB Fusion drive and a 500 GB external drive, so no, I don’t think the volume size is the real issue. I assume you are

Updated: git-review-1.25.0-1

2015-09-14 Thread David Rothenberger
git-review has been updated to 1.25.0. DESCRIPTION: git-review is a tool that helps submitting git branches to gerrit for review. QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger

[ANNOUNCEMENT] Updated: git-review-1.25.0-1

2015-09-14 Thread David Rothenberger
git-review has been updated to 1.25.0. DESCRIPTION: git-review is a tool that helps submitting git branches to gerrit for review. QUESTIONS: == If you want to make a point or ask a question the Cygwin mailing list is the appropriate place. -- David Rothenberger

Re: Fonts reorganization and additions

2015-09-14 Thread Ken Brown
On 9/14/2015 1:40 PM, Ken Brown wrote: On 9/13/2015 12:10 PM, Ken Brown wrote: The following patch fixes the problem: diff --git a/mkdir.cc b/mkdir.cc index dabc256..84bb176 100644 --- a/mkdir.cc +++ b/mkdir.cc @@ -98,8 +98,6 @@ mkdir_p (int isadir, const char *in_path, mode_t mode) for (c

Re: Error accessing mapped drive >2TB?

2015-09-14 Thread Andrey Repin
Greetings, Warren Young! >> The only thing I can think of is that the 2nd drive is >2TB. > The same thing happens here with a 3.1 TB Fusion drive and a 500 GB > external drive, so no, I don’t think the volume size is the real issue. > I assume you are seeing the same thing that I am, that

Re: Cygwin terminal weirdness

2015-09-14 Thread Andrey Repin
Greetings, cyg Simple! >> This is best explained with a video ( apparently, list don't like videos ), >> but for a quick reference, here's a description of observed behavior: >> > It might accept a link to an external service, maybe. It doesn't. -- With best regards, Andrey Repin Tuesday,

Re: HTTPS - Error setting certificate verify locations

2015-09-14 Thread Tae Lim Kook
Hello, Andrey, > Ok, I did some more digging and the location your curl refers to is also > appears to be correct. (Although it is heavily cross-symlinked and hard to > track.) > Make sure you have only one Cygwin install and/or that you're updating the > right one. Yes, indeed I have only

Re: Cygwin terminal weirdness

2015-09-14 Thread Andrey Repin
Greetings, Warren Young! >> Call "man" on a sufficiently long topic. man bash would be quite sufficient. >> Or just `less` a long enough text. >> Hold down "End" key. >> The screen buffer will jump and tear repeatedly, until you release the key. > That sounds like a video card performance issue,

Re: HTTPS - Error setting certificate verify locations

2015-09-14 Thread Andrey Repin
Greetings, Tae Lim Kook! http://cygwin.com/acronyms/#TOFU pretty please. >>> I'm getting an error every time I try to get content with HTTPS (e. g. >>> curl, wget, git). >> >>> $ curl https://google.com >>> curl: (77) error setting certificate verify locations: >>> CAfile:

Re: Cygwin terminal weirdness

2015-09-14 Thread cyg Simple
On 9/13/2015 2:36 PM, Andrey Repin wrote: > Greetings, All! > > This is best explained with a video ( apparently, list don't like videos ), > but for a quick reference, here's a description of observed behavior: > It might accept a link to an external service, maybe. > Call "man" on a

Re: Cygwin terminal weirdness

2015-09-14 Thread Warren Young
On Sep 13, 2015, at 12:36 PM, Andrey Repin wrote: > > Call "man" on a sufficiently long topic. man bash would be quite sufficient. > Or just `less` a long enough text. > Hold down "End" key. > The screen buffer will jump and tear repeatedly, until you release the key. That

Re: NOACL leads to a massive speed slowdown in file system processes

2015-09-14 Thread Andrey Repin
Greetings, tiwa...@arcor.de! I would really appreciate, if you teach your mail agent to insert proper threading headers. Thank you in advance. >> This is not the default exactly because of its nature. >> It is unusable. You will not be able to run scripts from such mount point. > No problem for

Re: HTTPS - Error setting certificate verify locations

2015-09-14 Thread Andrey Repin
Greetings, Tae Lim Kook! > Hello! > I'm getting an error every time I try to get content with HTTPS (e. g. > curl, wget, git). > $ curl https://google.com > curl: (77) error setting certificate verify locations: > CAfile: /etc/pki/tls/certs/ca-bundle.crt > CApath: none > I have read that

Re: HTTPS - Error setting certificate verify locations

2015-09-14 Thread Tae Lim Kook
That file does not exist on my system. On Mon, Sep 14, 2015 at 2:39 PM, Andrey Repin wrote: > Greetings, Tae Lim Kook! > >> Hello! > >> I'm getting an error every time I try to get content with HTTPS (e. g. >> curl, wget, git). > >> $ curl https://google.com >> curl: (77)

Re: NOACL leads to a massive speed slowdown in file system processes

2015-09-14 Thread tiwasey
> This is not the default exactly because of its nature. > It is unusable. You will not be able to run scripts from such mount point. No problem for me, I have my scripts in my cygwin home/bin. Why put them outside? That's their environment. > However, I don't quite understand the nature of the

Re: mintty hangs after exit

2015-09-14 Thread Thomas Wolff
Sorry for some delay in responding to this again: Am 22.08.2015 um 19:03 schrieb Andrey Repin: Greetings, Thomas Wolff! Am 22.08.2015 um 06:31 schrieb Sam Edge: On 22/08/2015 05:05, John Hein wrote: Andrey Repin wrote at 02:05 +0300 on Aug 22, 2015: > Just noticed a weird thing. Wonder