Re: Fatal error using flock

2014-12-03 Thread Kyle R.
On Dec 2 16:52, Corinna Vinshen wrote: > Ouch. The handle in the parent got created non-inheritable. That's > bad if the handle is utilized in subsequent child processes which rely > on being able to access the handle. > > I applied a patch and created a new developer snapshot on > https://cygw

Re: Ctrl-C does not work from Cygwin for the java program

2014-12-03 Thread Warren Young
On Dec 3, 2014, at 2:12 PM, Michelle Ma wrote: > If I type Ctrl-C from the windows command prompt, the "Ouput" line got > called. However, if I type Ctrl-c from the Cygwin, the "Output" line > didn't get called. I assume you are trying this from the default MinTTY shell. What happens if you

Re: [cygwin] Cygwin's git says "error: failed to read delta-pack base object"

2014-12-03 Thread Dave Lindbergh
On Wed, Dec 3, 2014 at 3:42 PM, Jason Pyeron wrote: > [copy off list, because the sourceware system admins throws temper tantrums] >> -Original Message- >> From: Dave L >> Sent: Wednesday, December 03, 2014 15:30 >> >> ...but the git from github.com works fine. >> >> I installed Cygwin's v

pdfnup ignores ~/.pdfjam.conf

2014-12-03 Thread Paul
I'm using pdfjam that comes with 64-bit cygwin's texlive-collection-binextra package, dated 29 May 2013. I have the following in my ~/.pdfjam.conf: paper='letterpaper' nup='1x2' landscape='landscape' frame='true' I invoke pdfjam using pdfnup filename.pdf and the messages

Ctrl-C does not work from Cygwin for the java program

2014-12-03 Thread Michelle Ma
I have a java program with adding a shutdown hook: public class Test { public static void main(String args[]) { Runtime.getRuntime().addShutdownHook(new Thread() { public void run() { System.out.println("Called"); // Ouput } }); for(;;); } } If I type

Re: Cygwin's git says "error: failed to read delta-pack base object"

2014-12-03 Thread Marco Atzeri
On 12/3/2014 9:30 PM, Dave L wrote: ...but the git from github.com works fine. I installed Cygwin's version of git, and get this: $ git clone https://github.com/nerdfever/pic32mx-bmf Cloning into 'pic32mx-bmf'... remote: Counting objects: 12, done. remote: Total 12 (delta

Cygwin's git says "error: failed to read delta-pack base object"

2014-12-03 Thread Dave L
...but the git from github.com works fine. I installed Cygwin's version of git, and get this: $ git clone https://github.com/nerdfever/pic32mx-bmf Cloning into 'pic32mx-bmf'... remote: Counting objects: 12, done. remote: Total 12 (delta 0), reused 0 (delta 0) error: failed to

Re: RFC: 1.7.33 problem with user's home directory

2014-12-03 Thread Andrey Repin
Greetings, cyg Simple! > On Tue, Dec 2, 2014 at 12:29 AM, Andrey Repin wrote: >> Greetings, cyg Simple! >> >>> Don't forget that CMD will not create a second connection to a >>> \\host\share if Cygwin already has one open. >> >> What do you mean by that? > $ cd //somehost/someshare > $ cmd /c sta

Re: RFC: 1.7.33 problem with user's home directory

2014-12-03 Thread cyg Simple
On Tue, Dec 2, 2014 at 12:29 AM, Andrey Repin wrote: > Greetings, cyg Simple! > >> Don't forget that CMD will not create a second connection to a >> \\host\share if Cygwin already has one open. > > What do you mean by that? $ cd //somehost/someshare $ cmd /c start cmd cmd will complain about UNC

Re: Cygwin AD integration home/shell changes

2014-12-03 Thread Andrey Repin
Greetings, Corinna Vinschen! >> > Here's what you get: >> >> I finally realized, what was tingling me all this time. >> The implicit fallback mechanics. I'd rather want to have explicit declaration >> and a failure message in case something isn't right. Much easier to fix >> system >> issues, wh

Re: Cygwin AD integration home/shell changes

2014-12-03 Thread Corinna Vinschen
On Dec 3 10:26, Andrey Repin wrote: > Greetings, Corinna Vinschen! > > > Here's what you get: > > I finally realized, what was tingling me all this time. > The implicit fallback mechanics. I'd rather want to have explicit declaration > and a failure message in case something isn't right. Much ea