Re: rxvt as replacement for windows terminal

2005-10-14 Thread Andrew DeFaria
Christoffer Gurell wrote: I want to use rxvt shipped with cygwin as a replacement for the windows crappy terminal which cygwin uses as default. The problem is that native windows binaries like edit.com Try vim! ;-) or python for windows Try Python for Cygwin! ;-) does not work in rxvt. The t

problems with top using Cygwin ssh to Debian 31r0a

2005-10-14 Thread David Christensen
Cygwin: When I use Cygwin to ssh into a Debian 3.1 stable ("Sarge") machine and run "top", the newlines seem to be double-expanded -- e.g. there is a blank line between each line of information. This problem does not occur when I ssh into a Debian 3.0 stable ("Woody") machine. This problem does

Re: Sleep not terminating

2005-10-14 Thread Christopher Faylor
On Fri, Oct 14, 2005 at 12:36:55PM -0700, David Rothenberger wrote: >I'm encountering a weird problem with sleep. > >If I run > >$ while true; do sleep 120; done & >[1] 6780 >$ kill %1 > >the bash process (6780) and its child sleep process are both killed. > >However, if I kill the bash process usi

Sleep not terminating

2005-10-14 Thread David Rothenberger
I'm encountering a weird problem with sleep. If I run $ while true; do sleep 120; done & [1] 6780 $ kill %1 the bash process (6780) and its child sleep process are both killed. However, if I kill the bash process using the pid, the child sleep process is not killed. $ while true; do sleep 1

Re: Setup error: "URL Scheme not registered!

2005-10-14 Thread Longmire, Ernie
I'm not the original poster but I'm seeing the same problem. Igor, your 2.513.1-alpha build generates the following setup.log.full: 2005/10/14 10:54:10 Starting cygwin install, version 2.513 2005/10/14 10:54:10 Current Directory: G:\LocalPkg\cygwin 2005/10/14 10:54:10 Changing gid to Users

Re: Bug: 1.5.18: 'This application has failed to start because cygwin1.dll was not found. Re-installing the application may fix this problem'

2005-10-14 Thread Igor Pechtchanski
On Wed, 12 Oct 2005, Corinna Vinschen wrote: > On Oct 10 21:29, Igor Pechtchanski wrote: > > > I believe this may be an instance of the error I reported in > > . Basically, > > the PATH conversion code stops whenever it encounters an invalid

Re: 1.5.18: ld command generates stackdump

2005-10-14 Thread Peter J. Stieber
PS>>Tried 20051013 and it worked :-))) CGF> I'm sorry that it didn't occur to me much CGF> earlier that this was a cygwin CGF> heap problem that was fixed in a snapshot. CGF> I guess that, as a rule of thumb, CGF> "try a snapshot" is always a good idea. Not to be a total brown nose, but I'v

Re: 1.5.18: ld command generates stackdump

2005-10-14 Thread Christopher Faylor
On Fri, Oct 14, 2005 at 10:15:36AM -0700, Peter J. Stieber wrote: >PS = Peter J. Stieber >PS>>One last post before calling it a night. I built a debug >PS>> version of the cygwin DLL as well and installed it. >PS>> Here is the latest gdb session: > >CGF> I don't remember if I suggested trying a sna

Re: rxvt as replacement for windows terminal

2005-10-14 Thread Larry Hall (Cygwin)
Christoffer Gurell wrote: I want to use rxvt shipped with cygwin as a replacement for the windows crappy terminal which cygwin uses as default. The problem is that native windows binaries like edit.com or python for windows does not work in rxvt. The terminal just hangs up. Is there a solution

Re: 1.5.18: ld command generates stackdump

2005-10-14 Thread Peter J. Stieber
PS = Peter J. Stieber PS>>One last post before calling it a night. I built a debug PS>> version of the cygwin DLL as well and installed it. PS>> Here is the latest gdb session: CGF> I don't remember if I suggested trying a snapshot CGF> but I'm wondering if a snapshot would just fix CGF> your pro

Re: security concerns / production environment

2005-10-14 Thread Larry Hall (Cygwin)
On 10/14/2005, ABi DaR wrote: Well, I want to install cygwin on a production server and wanted to make sure there are no current security concerns or things that I should be aware of. I just wanted to know if anybody else had any issues where it conflicted with any existing application that w

Re: Running cygwin on multiple computers from a shared network drive

2005-10-14 Thread Igor Pechtchanski
On Fri, 14 Oct 2005, Christopher Faylor wrote: > On Fri, Oct 14, 2005 at 12:07:37PM -0400, Bogdan Calmac wrote: > >I want to keep a cygwin installation on a shared network drive and > >then then use it from any computer. Has anybody accomplished this? Can > >you point me to some instructions? > >

rxvt as replacement for windows terminal

2005-10-14 Thread Christoffer Gurell
I want to use rxvt shipped with cygwin as a replacement for the windows crappy terminal which cygwin uses as default. The problem is that native windows binaries like edit.com or python for windows does not work in rxvt. The terminal just hangs up. Is there a solution for this or what is the prob

Re: patch cygrunsrv for running native win32 applications

2005-10-14 Thread Christopher Faylor
On Fri, Oct 14, 2005 at 12:46:34PM -0400, Igor Pechtchanski wrote: >On Fri, 14 Oct 2005, Christopher Faylor wrote: > >> On Fri, Oct 14, 2005 at 12:24:44PM +0100, Henry S. Thompson wrote: >> >Christopher Faylor writes: >> > >> >> LOL. >> > >> >Propose a gold star for Antony Baxter - I believe he is

Re: patch cygrunsrv for running native win32 applications

2005-10-14 Thread Igor Pechtchanski
On Fri, 14 Oct 2005, Christopher Faylor wrote: > On Fri, Oct 14, 2005 at 12:24:44PM +0100, Henry S. Thompson wrote: > >Christopher Faylor writes: > > > >> LOL. > > > >Propose a gold star for Antony Baxter - I believe he is the first > >person on record as getting a laugh out of CGF! > > http://www

Re: Running cygwin on multiple computers from a shared network drive

2005-10-14 Thread Christopher Faylor
On Fri, Oct 14, 2005 at 12:07:37PM -0400, Bogdan Calmac wrote: >I want to keep a cygwin installation on a shared network drive and >then then use it from any computer. Has anybody accomplished this? Can >you point me to some instructions? > >I would guess there is some setup required, such as loadi

Running cygwin on multiple computers from a shared network drive

2005-10-14 Thread Bogdan Calmac
I want to keep a cygwin installation on a shared network drive and then then use it from any computer. Has anybody accomplished this? Can you point me to some instructions? I would guess there is some setup required, such as loading the mount points in registry. Anything else? Thanks you. -- Uns

Re: patch cygrunsrv for running native win32 applications

2005-10-14 Thread Christopher Faylor
On Fri, Oct 14, 2005 at 12:24:44PM +0100, Henry S. Thompson wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Christopher Faylor writes: > >> LOL. > >Propose a gold star for Antony Baxter - I believe he is the first >person on record as getting a laugh out of CGF! http://www.cygwin.com/ml/

Re: 1.5.18: ld command generates stackdump

2005-10-14 Thread Christopher Faylor
On Thu, Oct 13, 2005 at 11:50:45PM -0700, Peter J. Stieber wrote: >One last post before calling it a night. I built a debug version of the >cygwin DLL as well and installed it. Here is the latest gdb session: I don't remember if I suggested trying a snapshot but I'm wondering if a snapshot would

Re: Setup fails!

2005-10-14 Thread Chris Taylor
Kern wrote: in my opition you should copy the cygwin1.dll to the winnt/system32 directory.Ignore whatever the installer say there is an old dll in XXX path Errr.. NO! If you want to use the cygwin1.dll that's a part of cygwin, add cygwin\bin to your path (drive letter omitted here). Then you

Re: Windows update vs. cygrunsrv

2005-10-14 Thread Al Slater
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Blake wrote: >>>I don't know it this was unique to my machine, but am >>>reporting it in case anyone else runs into the same >>>issue. When running Microsoft update today, on Win2k, >>>the patch for Security Update for DirectX 9 for Windows >>>20

Re: security concerns / production environment

2005-10-14 Thread ABi DaR
Well, I want to install cygwin on a production server and wanted to make sure there are no current security concerns or things that I should be aware of. I just wanted to know if anybody else had any issues where it conflicted with any existing application that was running at the time or any

Re: Setup fails!

2005-10-14 Thread Igor Pechtchanski
Ugh, top-posting... Reformatted. On Fri, 14 Oct 2005, Kern wrote: > 2005/10/13, Eric Blake <[EMAIL PROTECTED]>: . Thanks. > > > > > > "The procedure entry point getline could not be located in the > > > dynamic link library cygwin1.dll!" > > > > What

Re: Setup fails!

2005-10-14 Thread Kern
in my opition you should copy the cygwin1.dll to the winnt/system32 directory.Ignore whatever the installer say there is an old dll in XXX path 2005/10/13, Eric Blake <[EMAIL PROTECTED]>: > > > > "The procedure entry point getline could not be located in the dynamic link > > library cygwin1.dll!"

Re: patch cygrunsrv for running native win32 applications

2005-10-14 Thread Antony Baxter
>Christopher Faylor writes: >> LOL. > Propose a gold star for Antony Baxter - I believe he is > the first person on record as getting a laugh out of > CGF! > > ht Thank you, thank you, you're too kind! However, I think it would just be construed as a form of nepotism - for the record Henry

Re: Security advisory: uw-imap - 3 attachments

2005-10-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christian Weinberger on 10/14/2005 12:26 AM: > I could not post to the cygwin applications list via gmane, so I reply > to the main list. Apologies if this not the way it should be done. I don't know why cygwin-apps is registered as a on

Re: patch cygrunsrv for running native win32 applications

2005-10-14 Thread Gerrit P. Haase
Henry S. Thompson wrote: Christopher Faylor writes: LOL. Propose a gold star for Antony Baxter - I believe he is the first person on record as getting a laugh out of CGF! I second this propose ;) Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: patch cygrunsrv for running native win32 applications

2005-10-14 Thread Henry S. Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Faylor writes: > LOL. Propose a gold star for Antony Baxter - I believe he is the first person on record as getting a laugh out of CGF! ht - -- Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh

Re: boost, boost_unit_test_framework

2005-10-14 Thread Mattias Brändström
Václav Haisman wrote: Have the test libraries worked in any previous version of boost for Cygwin? If so, is there any way that I can install that version instead? I don't know. The current Boost package is the only Boost Cygwin package so far. You could try to compile some older Boost than 1.3

Re: boost, boost_unit_test_framework

2005-10-14 Thread Václav Haisman
Mattias Brändström wrote: > Václav Haisman wrote: > >>> >>> /usr/lib/libboost_date_time-gcc-mt-s-1_33.a* >>> /usr/lib/libboost_date_time-gcc-mt-s.a* >> >> >> This is called 'versioned' layout. >> >> >>> In my build scripts I would still like to be able to specify >>> -lboost_date_time and not -lbo