Re: reproducible cygwin memory problems

2006-08-13 Thread Corinna Vinschen
On Aug 13 11:23, Reini Urban wrote: > Corinna Vinschen schrieb: > ... > >Ok, back to mmap/munmap. Private anonymous mappings are implemented in > >Cygwin by calling VirtualAlloc/VirtualFree. However, due to > >restrictions in the Win32 API, VirtualFree is only called by munmap, as > >soon as *all

Re: reproducible cygwin memory problems

2006-08-13 Thread Corinna Vinschen
On Aug 13 22:11, Eli Zaretskii wrote: > > Date: Sun, 13 Aug 2006 11:23:16 +0200 > > From: Reini Urban <[EMAIL PROTECTED]> > > > > Corinna Vinschen schrieb: > > ... > > > Ok, back to mmap/munmap. Private anonymous mappings are implemented in > > > Cygwin by calling VirtualAlloc/VirtualFree. Howev

Rsync over ssh (pulling from Cygwin to Linux) stalls..

2006-08-13 Thread Michael March
I am running Cygwin 1.5.21 and rsync version 2.6.6. If I run this command from Linux: rsync -Lave "ssh -2" [EMAIL PROTECTED]:/cygdrive/g/Backups/rsync/Pictures /backups/test .. the transfers will stall after two files. Pushing from XP to Linux does work though.. Any ideas? -- "Se

Re: reproducible cygwin memory problems

2006-08-13 Thread Eli Zaretskii
> From: "emacs user" <[EMAIL PROTECTED]> > Bcc: > Date: Sun, 13 Aug 2006 17:32:38 -0400 > > >From: Eli Zaretskii <[EMAIL PROTECTED]> > > >If I don't miss anything, it remains to be explained why the OP didn't > >see problems with normal buffers. Could the OP please try visiting > >several large

Re: configuring logon on ssh in cygwin

2006-08-13 Thread Larry Hall (Cygwin)
Ujjaval Suthar wrote: Hi, I have just installed cygwin first time on my windows server. I need to setup sshd on my server, so that I can use it for subversion authentication. My server name is say for example: XYZ. We have another main server where all my users are having their logins which is

configuring logon on ssh in cygwin

2006-08-13 Thread Ujjaval Suthar
Hi, I have just installed cygwin first time on my windows server. I need to setup sshd on my server, so that I can use it for subversion authentication. My server name is say for example: XYZ. We have another main server where all my users are having their logins which is say for example: ABC

Re: Looking for tutorial how to set up working env in cygwin

2006-08-13 Thread Larry Hall (Cygwin)
. Reformatted. umen wrote: Larry Hall (Cygwin) wrote: umen wrote: Hello all im kinda newbee to cygwin , there is so much info overload out there im really getting confused , i will like to setup me somekind of simple minimal graphic env in cygwin so i coul

Re: sshd error - Could not load host key

2006-08-13 Thread Larry Hall (Cygwin)
zs wrote: Chris Croughton said the following: On Sat, 12 Aug 2006 11:57:19 +0200, zs<[EMAIL PROTECTED]> wrote: I was trying to start sshd with cygwin under windows. I am getting the following error but the specified files exist in the /etc dir. What else could be a problem here? Thank

Re: exim's fallback option problem

2006-08-13 Thread René Berber
Pierre A. Humblet wrote: [snip] > Works for me. > > I have in the routers - dnslookup: section > transport = remote_smtp > > fallback_hosts = = : outgoing.verizon.net > > and in the transports - remote_smtp > driver = smtp > hosts_require_auth = outgoing.verizon.net > > and I ha

Re: exim's fallback option problem

2006-08-13 Thread Pierre A. Humblet
At 07:26 PM 8/13/2006 -0500, René Berber wrote: >Hi, > >I'm trying to use the fallback option, I haven't found documentation about it or >anything relevant on exim's lists/site and since it is an option available on >Cygwin's port of exim maybe someone here has a clue. > >The option itself is very

Re: Error: procedure entry point in cygreadline6.dll

2006-08-13 Thread René Berber
doublehelix wrote: > Hello > > I'm a novice cygwin user running cygwin on a Dell PC with Windows XP. > A couple of months ago an unrelated software package I tried to > install on my machine must have corrupted cygwin, because since then I > have been unable to run it. Do you know what package

exim's fallback option problem

2006-08-13 Thread René Berber
Hi, I'm trying to use the fallback option, I haven't found documentation about it or anything relevant on exim's lists/site and since it is an option available on Cygwin's port of exim maybe someone here has a clue. The option itself is very simple and it works as shown in the installed configura

[ANNOUNCEMENT] Updated: exim-4.63-1

2006-08-13 Thread Pierre A. Humblet
I have updated Exim, the Mail Transfer Agent, to exim 4.63. News - For changes to exim proper, see and /usr/share/doc/exim-4.63/NewStuff Not

Re: reproducible cygwin memory problems

2006-08-13 Thread emacs user
From: Eli Zaretskii <[EMAIL PROTECTED]> If I don't miss anything, it remains to be explained why the OP didn't see problems with normal buffers. Could the OP please try visiting several large text files, then kill their buffers, invoke the `garbage-collect' function ("M-x garbage-collect RET")

Re: reproducible cygwin memory problems

2006-08-13 Thread Eli Zaretskii
> Date: Sun, 13 Aug 2006 11:23:16 +0200 > From: Reini Urban <[EMAIL PROTECTED]> > > Corinna Vinschen schrieb: > ... > > Ok, back to mmap/munmap. Private anonymous mappings are implemented in > > Cygwin by calling VirtualAlloc/VirtualFree. However, due to > > restrictions in the Win32 API, Virtua

Re: reproducible cygwin memory problems

2006-08-13 Thread Reini Urban
Corinna Vinschen schrieb: ... Ok, back to mmap/munmap. Private anonymous mappings are implemented in Cygwin by calling VirtualAlloc/VirtualFree. However, due to restrictions in the Win32 API, VirtualFree is only called by munmap, as soon as *all* pages within a single mmap'ed area are free'ed b

Debugging with/under CYGWIN query

2006-08-13 Thread Darryl Miles
Q1) What is the difference between cygwin0.dll and cygwin1.dll ? It seems all executables link against cygwin1.dll which for me is at F:\CYGWIN\BIN\CYGWIN1.DLL. Q2) Is it possible to setup C:\CYGDEB\ environment with debugging copies of DLLs and EXEs, to help debugging, but keep the runti

Re: Older postgresql versions [changed]

2006-08-13 Thread Reini Urban
alecswan schrieb: The old one, which overwrites 8.x can be downloaded e.g. at http://xarch.tu-graz.ac.at/publ/cygwin/release/postgresql/postgresql-7.4.5-1.tar.bz2 I am not sure what's the right way to install the tarball, so I just unzipped it in the root folder. However, I am getting the foll