I am using cygwin-1.5.19-4 (with all related packages being latest) on
Windows XP SP2 and have built gvim 7.0 myself (official vim-6.4 from
cygwin has the same problem though).
After I run gvim in diff mode like:
gvim -d /tmp/a /tmp/b
When I quit gvim, the gvim process never terminates
On Thu, Jun 29, 2006 at 11:36:41PM -0400, Lev Bishop wrote:
>On 6/29/06, Christopher Faylor wrote:
>>The idea of using threads for pipe writing has been bounced around for
>>a long time. It doesn't solve the select problem if there are multiple
>>processes writing to one pipe. That is not a compl
On 6/29/06, Christopher Faylor wrote:
For the record, I'm not wild about scrapping the existing (but currently
turned off) code in cygwin that is supposed to fix this. Using the NT
api was supposed to allow us to do what we wanted with no half-measures.
I'd rather see someone finish that, or at
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Charli Li on 6/28/2006 9:39 PM:
> I am sorry for the raw email address.
What about the top-posting, the cross-posting, and the replying to
yourself without trimming the message? Besides, the maintainer of the
autoconf package probably tr
On 6/29/06, Darryl Miles wrote:
I also think from reading through the WIN32 API that I either get
blocking IO or overlapped IO, where overlapped is non-blocking with
async I/O completion signaling. This mode isn't directly compatible
with non-blocking of Unix the way I see it as the data is sti
On 6/28/06, Darryl Miles wrote:
How do I pull down ssh/rsync/cygwin.dll and build in a way that I can
see the problem ?
For ssh and rsync sources, use cygwin setup.exe. For cygwin.dll see
http://cygwin.com/contrib.html
Especially note the requirement to sign a copyright release, if you
want yo
On Fri, Jun 30, 2006 at 12:46:50AM +0100, Darryl Miles wrote:
>Darryl Miles wrote:
>>Linux<>CGYWIN where linux is client and pulling data down hangs very
>>quickly after connection and getting the first large file (> 256Kb) to
>>download.
>
>The problem goes away if the WIN32 side is Win2003. It
On Fri, Jun 30, 2006 at 01:48:14AM +0100, Darryl Miles wrote:
>Is my more technical discussion better put onto the cygwin-patches list
>?
No. The mailing list descriptions really are accurate. If you don't
have a patch, then you shouldn't be sending email to cygwin-patches.
cgf
--
Unsubscribe
There is this list, which seems general purpose. Enough said.
There is cygwin-patches, which claims to be for patch submissions but
looking at the recent history is actually an open developers list.
There is cygwin-developers, which is a closed list.
Is my more technical discussion better
Darryl Miles wrote:
Linux<>CGYWIN where linux is client and pulling data down hangs very
quickly after connection and getting the first large file (> 256Kb) to
download.
The problem goes away if the WIN32 side is Win2003. Its only Win2k
which I am seeing problems with.
I have looked thro
On Thu, Jun 29, 2006 at 06:13:23PM -0500, Kaul, Dimple wrote:
>Hi all,
>I had installed Cygwin sometime back on WindowsXp machine.
>When I use simple g++ command for simple programs it compiles and links
>program properly.
>
>When I try to make my project with Eclipse IDE with CDT plugin and try to
On 30 June 2006 00:13, Kaul, Dimple wrote:
> Hi all,
> I had installed Cygwin sometime back on WindowsXp machine.
> When I use simple g++ command for simple programs it compiles and links
> program properly.
>
> When I try to make my project with Eclipse IDE with CDT plugin and try to
> build my
Hi all,
I had installed Cygwin sometime back on WindowsXp machine.
When I use simple g++ command for simple programs it compiles and links
program properly.
When I try to make my project with Eclipse IDE with CDT plugin and try to
build my program using make file it gives me one popup box
---
On Thu, 29 Jun 2006, David Greene wrote:
> mwoehlke wrote:
>
> > You need to first do:
> > net use /delete h:
> >
> > ...so that you don't get prompted
>
> Now I get this, which is what happened before I started
> sshd as dag. Except I can still cd to //samba-drive/dag:
>
> $ net use H: \\samba-d
mwoehlke wrote:
Are you on a 64-bit Windows by any chance?
Nope.
If not, I won't be able to tell you why 'net' is being brain-dead, other
than "hmm, it does that sometimes; good luck!".
Well, I guess I'll just have to build locally then. That's
a real shame.
On Wed, 28 Jun 2006, mwoehlke wrote:
> Scott Purcell wrote:
> > I have "CLASSPATHS" and "PATHS" and some "HOME" directories set up.
> > Eg: ANT_HOME value=C:/ant/bin
>
> I assume you meant "CLASSPATH" and "PATH".
I think he meant "CLASSPATH"s and "PATH"s. :-)
> > When I run ant from a "cmd" wind
David Greene wrote:
Larry Hall (Cygwin) wrote:
You mentioned that this is a share. Does anyone else have access to it?
If so, could they be making changes to these files?
No. This started happening when I was moved over to a Windows
XP PC. I can't be certain that Cygwin is the cause becaus
On Thu, Jun 29, 2006 at 02:20:05PM -0700, Mark Stuhr wrote:
>this is a test
>
>Mark Stuhr
>Director of Inf. Tech.
>Nolo
Please don't do this. If you have mail to send then send it. There
is no reason to send "test" messages.
--
Christopher Faylor spammer? -> [EMAIL PROTE
this is a test
Mark Stuhr
Director of Inf. Tech.
Nolo
[EMAIL PROTECTED]
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
So it seems that rxvt (native win) copy paste now works independently on
each rxvt window. How do I get the selection into the clipboard. I am
used to being able to copy paste between rxvt windows and other windows
apps. I dug through the recent mailing lists and don't think I found
anything that
David Greene wrote:
mwoehlke wrote:
You need to first do:
net use /delete h:
...so that you don't get prompted
Now I get this, which is what happened before I started
sshd as dag. Except I can still cd to //samba-drive/dag:
$ net use H: \\samba-drive\dag
System error 67 has occurred.
The n
I had an existing Cygwin setup that was working fine, both for local bash and
for ssh logins. I decided to install the Cygwin X11 server. I downloaded the
latest "setup" from the cygwin.com web site. I then selected the X11 group for
install. I also left enabled the selections for updating my
Larry Hall (Cygwin) wrote:
You mentioned that this is a share. Does anyone else have access to it?
If so, could they be making changes to these files?
No. This started happening when I was moved over to a Windows
XP PC. I can't be certain that Cygwin is the cause because I
immediately start
mwoehlke wrote:
You need to first do:
net use /delete h:
...so that you don't get prompted
Now I get this, which is what happened before I started
sshd as dag. Except I can still cd to //samba-drive/dag:
$ net use H: \\samba-drive\dag
System error 67 has occurred.
The network name cannot b
David Greene wrote:
Larry Hall (Cygwin) wrote:
Windows apps like to set the execute bit on files. Have any of the
files you see this issue with been manipulated by Windows apps?
I don't think so. I've viewed directories in explorer. Would
that do it?
No. Just viewing the files in the fi
Larry Hall (Cygwin) wrote:
Windows apps like to set the execute bit on files. Have any of the
files you see this issue with been manipulated by Windows apps?
I don't think so. I've viewed directories in explorer. Would
that do it?
-Dave
--
Unsubscribe in
David Greene wrote:
mwoehlke wrote:
Anyway, the way I generally get things... well, closer to working, is
to create a service that calls 'bash -c ', and
have the script issue a bunch of 'net use ' commands and
then exec sshd. That way you don't have to worry about connections
being remembere
David Greene wrote:
When I started using Cygwin to access files on a Samba-mounted
drive, I suddenly started seeing the UNIX permissions change
randomly. At one point, every file I owned on the network was
set to mode 700, regardless of whether I accessed the file or
the directory that contained
When I started using Cygwin to access files on a Samba-mounted
drive, I suddenly started seeing the UNIX permissions change
randomly. At one point, every file I owned on the network was
set to mode 700, regardless of whether I accessed the file or
the directory that contained it under Cygwin.
Th
mwoehlke wrote:
Anyway, the way I generally get things... well, closer to working, is to
create a service that calls 'bash -c ', and have
the script issue a bunch of 'net use ' commands and then exec
sshd. That way you don't have to worry about connections being
remembered, because they will
On Jun 29 11:21, Robert Lurin wrote:
> While doing a proof of concept with our product (LSF, a batch management
> system), we found the following problem, on a system with Openssh installed:
> - we open an ssh session with public key authentication (no password entry)
> - we try to submit a job an
Robert Lurin wrote:
While doing a proof of concept with our product (LSF, a batch management
system), we found the following problem, on a system with Openssh installed:
- we open an ssh session with public key authentication (no password entry)
- we try to submit a job and the submission fails
David Greene wrote:
I tried to do a manual mount with no success:
$ net use H: \\samba-drive\dag
H: has a remembered connection to \\samba-drive\dag. Do you
want to overwrite the remembered connection? (Y/N) [Y]:
No valid response was provided.
The strange thing here is that "net use" didn't ev
I know this subject has come up before but the most detailed
discussion I could find about the problem I'm having is here
http://erdelynet.com/archive/ssh-l/2002-12/0772.html
and this dates from Dec. 2002.
When I start a Cygwin xterm on the local machine, I can see
network drives just fine (these
Darryl Miles wrote:
* That all writing to WIN32 NamedPipes is done non-blocking version of
WriteFileEx() call. If the response back from the WIN32 kernel is that
it can't take the data yet (would have blocked) then the following plan
jumps into action:
Opps, I should have added that the plan
Further to my recent follow up to the: rsync over ssh hang issue understood
Having thought about the problem with select(2) writability to pipes
that cygwin is emulating. I'd like to propose the following:
* That all writing operations to pipes are checked to see if there is
already an a
While doing a proof of concept with our product (LSF, a batch management
system), we found the following problem, on a system with Openssh installed:
- we open an ssh session with public key authentication (no password entry)
- we try to submit a job and the submission fails because the submission
On Thu, Jun 29, 2006 at 01:57:04PM +0200, Christian Joensson wrote:
>sigh, definitely quitting now...
>
>CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin' ../src/configure
>--build=i686-pc-cygwin --host=i686-pc-mingw32
>--target=i686-pc-mingw32--prefix=/opt/mingw
>
>still, again,
>
>/bin/sh ./libtool --mo
> I am trying to use diff and get the message cygintl-2.dll not found
> I verified packages : coreutils - fileutils-diffutils and they are all
> installed with setup
> tried re-install : same result
> Any idea for this dll ? (or package missing)
Package missing. Rerun setup.exe, and let it select
prz wrote:
> I am trying to use diff and get the message cygintl-2.dll not found I
> verified packages : coreutils - fileutils-diffutils and they are all
> installed with setup tried re-install : same result Any idea for this
> dll ? (or package missing) Best Regards, Guy Przytula
Searching for
sigh, definitely quitting now...
CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin' ../src/configure
--build=i686-pc-cygwin --host=i686-pc-mingw32
--target=i686-pc-mingw32--prefix=/opt/mingw
still, again,
/bin/sh ./libtool --mode=link gcc -mno-cygwin -W -Wall
-Wstrict-prototypes -Wmissing-prototypes -W
Christian Joensson wrote:
> CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin' ../src/configure \
> --build=i686-pc-cygwin --target=i686-pc-mingw32 --prefix=/opt/mingw
You should specify all three here. Sorry if I wasn't clear about that
before. --build=i686-pc-cygwin --host=i686-pc-mingw32
--t
nah... using
CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin' ../src/configure \
--build=i686-pc-cygwin --target=i686-pc-mingw32 --prefix=/opt/mingw
I get into this problem:
gcc -mno-cygwin -c -DHAVE_CONFIG_H -g -O2 -I.
-I../../src/libiberty/../include -W -Wall -pedantic -Wwrite-strings
-Wstr
I am trying to use diff and get the message cygintl-2.dll not found
I verified packages : coreutils - fileutils-diffutils and they are all
installed with setup
tried re-install : same result
Any idea for this dll ? (or package missing)
Best Regards, Guy Przytula
--
View this message in context:
Christian Joensson wrote:
>
> Thanks so far.
>
> Right now, I do this:
>
> $ CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin'
> ../binutils-060628/configure --build=i686-pc-cygwin
> --host=i686-pc-mingw32 --prefix=/opt/mingw
>
> But I get stuck like this:
In the case of toolchains (i.e. packages tha
Thanks so far.
Right now, I do this:
$ CC='gcc -mno-cygwin' CXX='g++ -mno-cygwin'
../binutils-060628/configure --build=i686-pc-cygwin
--host=i686-pc-mingw32 --prefix=/opt/mingw
But I get stuck like this:
gcc -mno-cygwin -c -DHAVE_CONFIG_H -g -O2 -I.
-I../../binutils-060628/libiberty/../include
46 matches
Mail list logo