On Dec 3 18:25, Kyle R. wrote:
> On Dec 2 16:52, Corinna Vinshen wrote:
^^^
oops
> > 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 bei
On Dec 3 16:44, 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
Mikulas, ping?
On Nov 28 22:12, Corinna Vinschen wrote:
> On Nov 21 15:43, Corinna Vinschen wrote:
> > I'm going to take a step back for now, and reevaluate what happens
> > before trying to apply even more hacks. Ultimately the problem is that
> > the cygtls area is accessed from other threads (
On Dec 4 10:33, Corinna Vinschen wrote:
> On Dec 3 18:25, Kyle R. wrote:
> > On Dec 2 16:52, Corinna Vinshen wrote:
>^^^
>oops
> > > Ouch. The handle in the parent got created non-inheritable. That's
> > > bad if the handle is utilize
On Dec 3 18:07, Dave Lindbergh wrote:
> 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 fro
$uname -a
CYGWIN_NT-6.1 host 1.7.33-2(0.280/5/3) 2014-11-13 15:47 x86_64 Cygwin
$mintty --version
mintty 1.2-beta1 (x86_64-pc-cygwin)
(C) 2013 Andy Koppe
License GPLv3+: GNU GPL version 3 or later
There is no warranty, to the extent permitted by law.
$zsh --version
zsh 5.0.6 (x86_64-unknown-cygwin)
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 paths and start in %WINDIR% instead.
-
On 12/3/2014 6:01 PM, Paul wrote:
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
pdfn
On Dec 4 04:20, Linda Walsh wrote:
> 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
> >
> >
Hi All,
I have an AIX machine which is trying to connect to an SSH server I’ve setup
through Cygwin on a Win 2008 Server.
The connection is unsuccessful due to unmatched key exchange algorithms.
As far as I can tell, both the AIX machine and the Cygwin SSH server have at
least a few SSH cipher
On Nov 26 21:56, Corinna Vinschen wrote:
> On Nov 11 12:14, Corinna Vinschen wrote:
> > On Nov 11 11:05, Achim Gratz wrote:
> > > Corinna Vinschen cygwin.com> writes:
> > > > 1. Add a setting to /etc/nsswitch.conf which allows to specify one of
> > > > the above:
> > > >
> > > > home: [unix
Ken Brown cornell.edu> writes:
|On 12/3/2014 6:01 PM, Paul wrote:
|> 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
Now released for both 32bit and 64bit Cygwin:
w32api-headers-3.3.0-2
Notable changes:
* userenv.h (CreateProfile): backport prototype from master.
* lmaccess.h (USER_INFO_24): backport struct declaration from master.
*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***
If you want to unsubscr
Paul gmail.com> writes:
|Ken Brown cornell.edu> writes:
|>
|> I've never used pdfnup, but it's a shell script whose last line is
|>
|>exec pdfjam --suffix nup --nup 2x1 --landscape "$ "
|>
|> So it's explicitly supplying options that will override the settings
|> in ~/.pdfjam.conf. This is
Warren Young writes:
> 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 MinT
>> It works fine on a local NTFS volume.
>>
>> I get the error when I do it on Z:, which is mapped to a network drive
>> (on another Windows box).
>
>It works fine for me on a network drive mounted from another Windows
>machine used via the cygdrive prefix:
>[..]
>I tried with two different mount p
Hello,
As stated, I am writing a few tools with cygwin g++. These tools will
make use of the eigen library for some linear algebra (PCA and matrix
manipulations). I have never built with a library that was not installed
through the cygwin package manager, so I thought I would ask if there
was anyt
On Thu, Dec 04, 2014 at 04:27:51PM -0500, Dave Lindbergh wrote:
> You are more than welcome to read the strace output if that'll give
> you a clue (it doesn't give me one). All 1.7 MBytes of it are at
> http://nerdfever.com/files/strace.txt
>
> (That comes from "strace git clone
> https://github.c
Eliot Moss wrote:
> On 12/4/2014 4:43 PM, LMH wrote:
>> Hello,
>>
>> As stated, I am writing a few tools with cygwin g++. These tools will
>> make use of the eigen library for some linear algebra (PCA and matrix
>> manipulations). I have never built with a library that was not installed
>> through
On 2014-12-04 15:43, LMH wrote:
As stated, I am writing a few tools with cygwin g++. These tools will
make use of the eigen library for some linear algebra (PCA and matrix
manipulations). I have never built with a library that was not installed
through the cygwin package manager, so I thought I w
Greetings, Dave Lindbergh!
>> [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 version of git, an
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
>
Greetings, Corinna Vinschen!
>> On Nov 11 12:14, Corinna Vinschen wrote:
>> > On Nov 11 11:05, Achim Gratz wrote:
>> > > Corinna Vinschen cygwin.com> writes:
>> > > > 1. Add a setting to /etc/nsswitch.conf which allows to specify one of
>> > > > the above:
>> > > >
>> > > > home: [unix|win
23 matches
Mail list logo