Re: ctrl-c swallowed

2003-08-31 Thread Brian Dessent
Christopher Faylor wrote: > >I don't know if this is the "officially correct" answer or not, but I > >find that ^C doesn't work right with some programs when run from > >CMD.EXE unless I have the "tty" flag added to the CYGWIN environment > >variable. The users' guide has a section on how to do t

Re: Compiling Iroffer with a fresh install of cygwin

2003-08-31 Thread Max Bowsher
Damien wrote: > Hi, > > Before reinstalling cygwin I can compile iroffer without any problem: > http://iroffer.org/archive/v1.2/prereleases/iroffer-20030829205131.tgz > > I reinstall cygwin (default install and Under devel: binutils, gcc, make > Under libs: crypt, regex) No need to bother with reg

Re: ftp crash with latest inetutils and cygwin 1.5

2003-08-31 Thread Christopher Faylor
On Sun, Aug 31, 2003 at 09:01:58AM -0400, [EMAIL PROTECTED] wrote: >cgf seems to think that working himself to death gives him the right to >be the *meanest* person on the list! > >... hmmm ... GUESS IT DOES ;-) > >Thanks! This should be fixed in the next snapshot. This was one of t

Re: ctrl-c swallowed

2003-08-31 Thread Christopher Faylor
On Sun, Aug 31, 2003 at 03:01:57PM -0700, Brian Dessent wrote: >Anders Lind?n wrote: >>When I use the Programs->cygwin->cygwin bash shell, I get a console >>window with a bash shell, but ctrl-c presses never reaches the >>applications. I presume that it is the bash application that swallows >>them

display remote X client on cygwin machine's display?

2003-08-31 Thread cyggie
i have cygwin installed on my win2k box, and KDE-cygwin too, which work fine. When I ssh to my favorite linux-based server and run gnucash, I get "Gtk-WARNING" **: cannot open display:". Then I run KDE-cygwin and ssh to the same server from a Konsole, but I get the same error when I run gnucash.

Re: ctrl-c swallowed

2003-08-31 Thread Brian Dessent
Anders Lindén wrote: > When I use the Programs->cygwin->cygwin bash shell, I get a console window with a > bash shell, but ctrl-c > presses never reaches the applications. I presume that it is the bash application > that swallows them, or? > > When I run bash in xfree (shipped with cygwin), the

Compiling Iroffer with a fresh install of cygwin

2003-08-31 Thread Damien
Hi, Before reinstalling cygwin I can compile iroffer without any problem: http://iroffer.org/archive/v1.2/prereleases/iroffer-20030829205131.tgz I reinstall cygwin (default install and Under devel: binutils, gcc, make Under libs: crypt, regex) Now, I have a problem with configure. It did not fi

Getting fetchmail to work with smtp when mail server already running in XP

2003-08-31 Thread Gary Nielson
Hi, I've installed cygwin on Windows XP and love it. I am trying to get fetchmail to work with smtp. I am running my own smtp server in XP (Mercury) as I have my own dynamic IP from dynip.com. I am using Outlook to send and receive mail for my domain. I also am trying to download pop mail from ano

Re: autoconf 2.54-1 writes dos files

2003-08-31 Thread Sam Steingold
Hi Gerrit, > * In message <[EMAIL PROTECTED]> > * On the subject of "Re: autoconf 2.54-1 writes dos files" > * Sent on Sun, 31 Aug 2003 20:39:03 +0200 > * Honorable "Gerrit P. Haase" <[EMAIL PROTECTED]> writes: > > you wrote this: > >> I just noticed that autoconf 2.54-1 writes configure files wit

Re: ctrl-c swallowed

2003-08-31 Thread Igor Pechtchanski
On Sun, 31 Aug 2003, Anders Lindén wrote: > Hello! > > When I use the Programs->cygwin->cygwin bash shell, I get a console > window with a bash shell, but ctrl-c presses never reaches the > applications. I presume that it is the bash application that swallows > them, or? > > When I run bash in xfr

Re: autoconf 2.54-1 writes dos files

2003-08-31 Thread Gerrit P. Haase
Hallo Sam, you wrote this: >> I just noticed that autoconf 2.54-1 writes configure files with DOS >> CR/LF line ends! >> what's up?! and that: >>> $ cygcheck.exe -c -h perl >>> Cygwin Package Information >>> Package Version >>> perl 5.8.0-5 Elfyn wrote: >> What's the

ctrl-c swallowed

2003-08-31 Thread Anders Lindén
Hello! When I use the Programs->cygwin->cygwin bash shell, I get a console window with a bash shell, but ctrl-c presses never reaches the applications. I presume that it is the bash application that swallows them, or? When I run bash in xfree (shipped with cygwin), the problem is not there, ctr

Re: ftp crash with latest inetutils and cygwin 1.5

2003-08-31 Thread Brian . Kelly
cgf seems to think that working himself to death gives him the right to be the *meanest* person on the list! ... hmmm ... GUESS IT DOES ;-) Thanks! Brian Kelly "Christopher Faylor" <[EMAIL PROTECTED]>@cygwin.com on 08/31/2003 02:41:43 AM Please respond to [EMAIL PROTECTED]

Re: ftp crash with latest inetutils and cygwin 1.5

2003-08-31 Thread Rolf Campbell
Christopher Faylor wrote: On Sat, Aug 30, 2003 at 10:57:47PM -0400, Rolf Campbell wrote: Christopher Faylor wrote: On Sat, Aug 30, 2003 at 10:22:28PM -0400, Rolf Campbell wrote: I was able to reproduce using the latest snapshot on Win2000 SP4. That's odd. I thought you couldn't run any programs

RE: "Automatic" mount update

2003-08-31 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 30, 2003 9:34 PM --8<-- > How about "bash --login -x -c /bin/mount"? Do you see where these mounts > are added? > Igor *that* had me go _THINKING_ $ grep -i FUJI ~/.profile mount -f -b '\\FUJITSU1' /F1 & mount -f

Re: postgres - bash: ipc-daemon: command not found

2003-08-31 Thread Igor Pechtchanski
On Sun, 31 Aug 2003, rnmscott wrote: > Hi, > > I am new to cygwin. Am following the cygwin/doc readme on postgresql > > when I try to start the ipc-daemon with ipc-daemon & > I get a message like :- > [1] 2640 > $ bash: ipc-daemon: command not found > > which I believe leads to the IpcSemaphoreCr

Re: ftp crash with latest inetutils and cygwin 1.5

2003-08-31 Thread Christopher Faylor
On Sun, Aug 31, 2003 at 01:45:04AM -0400, Christopher Faylor wrote: >My plan is to allocate the memory for these char ** arrays >contiguously and avoid using the internal structure pointers >directly. If this makes sense to anyone and you want to submit >a patch or check in a fix, feel free. Othe

Re: ftp crash with latest inetutils and cygwin 1.5

2003-08-31 Thread Christopher Faylor
On Sat, Aug 30, 2003 at 05:36:51PM -0400, Pierre A. Humblet wrote: >The following is 100% reproducible with ftp from inetutils >1.3.2-23 and -24, and any Cygwin 1.5.X. >I have not tried other combinations. >Note the mispelling of the site in the initial command. > >~: ftp mysite.verzion.net >ftp:

postgres - bash: ipc-daemon: command not found

2003-08-31 Thread rnmscott
Hi, I am new to cygwin. Am following the cygwin/doc readme on postgresql when I try to start the ipc-daemon with ipc-daemon & I get a message like :- [1] 2640 $ bash: ipc-daemon: command not found which I believe leads to the IpcSemaphoreCreate semget etc. error later cygwin setup says all nee

Re: ftp crash with latest inetutils and cygwin 1.5

2003-08-31 Thread Christopher Faylor
On Sat, Aug 30, 2003 at 10:57:47PM -0400, Rolf Campbell wrote: >Christopher Faylor wrote: >>On Sat, Aug 30, 2003 at 10:22:28PM -0400, Rolf Campbell wrote: >>>I was able to reproduce using the latest snapshot on Win2000 SP4. >>That's odd. I thought you couldn't run any programs at all. >> >It's nice

Re: cygcrypto.dll missing

2003-08-31 Thread Igor Pechtchanski
On Sat, 30 Aug 2003 [EMAIL PROTECTED] wrote: > Hello, > > I'm trying to run kannel wap gateway on my win2k server but when I try > to run the programm, windows tells me that it can't find cygcrypto.dll. > > How would I install the dll and where can I download the file? Use

Re: ftp crash with latest inetutils and cygwin 1.5

2003-08-31 Thread Rolf Campbell
Christopher Faylor wrote: On Sat, Aug 30, 2003 at 10:22:28PM -0400, Rolf Campbell wrote: I was able to reproduce using the latest snapshot on Win2000 SP4. That's odd. I thought you couldn't run any programs at all. cgf It's nice that some of us can remain so objective and professional. You really

Re: ftp crash with latest inetutils and cygwin 1.5

2003-08-31 Thread Christopher Faylor
On Sat, Aug 30, 2003 at 10:22:28PM -0400, Rolf Campbell wrote: >I was able to reproduce using the latest snapshot on Win2000 SP4. That's odd. I thought you couldn't run any programs at all. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi

Re: ftp crash with latest inetutils and cygwin 1.5

2003-08-31 Thread Rolf Campbell
I was able to reproduce using the latest snapshot on Win2000 SP4. Christopher Faylor wrote: On Sat, Aug 30, 2003 at 05:36:51PM -0400, Pierre A. Humblet wrote: The following is 100% reproducible with ftp from inetutils 1.3.2-23 and -24, and any Cygwin 1.5.X. I have not tried other combinations. No

cygcrypto.dll missing

2003-08-31 Thread fardhi
Hello, I'm trying to run kannel wap gateway on my win2k server but when I try to run the programm, windows tells me that it can't find cygcrypto.dll. How would I install the dll and where can I download the file? Regards. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pro

Re: autoconf 2.54-1 writes dos files

2003-08-31 Thread Sam Steingold
> * In message <[EMAIL PROTECTED]> > * On the subject of "Re: autoconf 2.54-1 writes dos files" > * Sent on Sun, 31 Aug 2003 00:47:09 +0100 > * Honorable Elfyn McBratney <...> writes: > > Sam Steingold wrote: > > your e-mail address is in the header! > > No, I think not. You replied to my message