CMake 2.0.3-1 ready

2004-08-03 Thread William A. Hoffman
There has been a new release of the official cmake (2.0.3-1). This is a minor release from to 2.0.2 to 2.0.3. Changes in CMake 2.0.3: - Fixes for Find/Use SWIG, better error reporting and SWIG_FLAGS work. - initial support for VCExpress visual studio 8 - LastMemCheck.log instead of

Re: Addition to cygwin - 'script'

2004-08-03 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrey Butov wrote: | I would like to add the UNIX 'script' utility to the | Cygwin project. I've read somewhere that a previous | attempt has been made but halted due to complexity of | implementation. | | Any objections, comments? I have binary and

cygwin 1.5.10: ImageMagick 6.0.3 binaries fail

2004-08-03 Thread Russell Moffitt
I just updated my cygwin and related apps to the latest versions using the setup.exe tool. Things seemed to be working fine before the update, but now I have trouble running any ImageMagick tools. For example, the following command and resulting error: $ convert a.jpg b.png assertion list_info !=

Re: cygwin 1.5.10: ImageMagick 6.0.3 binaries fail

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 02:16:26PM -1000, Russell Moffitt wrote: I just updated my cygwin and related apps to the latest versions using the setup.exe tool. Things seemed to be working fine before the update, but now I have trouble running any ImageMagick tools. For example, the following command

Antonio

2004-08-03 Thread Lincoln Haines
Hey Sybil, Paul wanted me to tell you about this place. http://drivendesert.net/prime/Timpana/index.htm Yours Truly, Lincoln Haines Partner Hudson Holdings Co.

can´t copy/paste beetwen cygwin and admintool

2004-08-03 Thread MIGUELANGELHIJO
Hi: I can´t copy/paste beetwen cygwin and aplications like admintool, however I can copy/paste beetwen cygwin and tipical windows application like word,netscape … I have added the line \e[2~: paste-from-clipboard into .inputrc to be able to use the insert key, but it doesn´t

Re: problem starting xterm (resolved)

2004-08-03 Thread Yadin Y. Goldschmidt
I found out that the problem was that I installed the Nortel remote sslvpn application manager that makes some changes to the system. Once I undid those changes all X programs started to work fine again. It is interesting what kind of changes to the system can interfere with cygwin programs in

Interrupts, xterm, bash and .cmd scripts

2004-08-03 Thread Gregory F. March
Hi all... No luck for me over on the cygwin list, so I guess I should try here. I'm having a problem with ^C while running weblogic server in either an xterm or rxvt. This problem does not exist when running bash in the regular cmd window. The problem is that if I launch an xterm or rxvt and I

src/winsup/cygserver ChangeLog transport.cc tr ...

2004-08-03 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2004-08-03 12:35:35 Modified files: winsup/cygserver: ChangeLog transport.cc transport.h Log message: * transport.cc (transport_layer_base::~transport_layer_base): Resurrect. *

src/winsup/cygwin ChangeLog syscalls.cc errno.cc

2004-08-03 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2004-08-03 14:37:27 Modified files: winsup/cygwin : ChangeLog syscalls.cc errno.cc Log message: * errno.cc (errmap): Add ERROR_TOO_MANY_LINKS - EMLINK mapping. * syscalls.cc (link):

[Patch] mapping root directory to SystemDrive / CurrentDrive

2004-08-03 Thread Pierre A. Humblet
Here is a patch. Pierre 2004-08-04 Pierre Humblet [EMAIL PROTECTED] * cygheap.h (cwdstuff::drive_length): New member. (cwdstuff::get_drive): New method. * path.cc (normalize_win32_path): Simplify by using cwdstuff::get_drive. (mount_info::conv_to_win32_path):

Re: [Patch] mapping root directory to SystemDrive / CurrentDrive

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 08:23:52PM -0400, Pierre A. Humblet wrote: Here is a patch. Thanks much but unless you are really really sure that this patch will introduce no regressions, I'd like to hold off applying this patch until after 1.5.11. cgf 2004-08-04 Pierre Humblet [EMAIL PROTECTED]

Re: STL std::random_shuffle behavior fails with lrand48 (workaround)

2004-08-03 Thread Jacek Trzmiel
If someone else could demonstrate that the bug exists on other platforms, I would be grateful. I've compiled and run code from: http://cygwin.com/ml/cygwin/2004-07/msg01118.html on Cygwin and FreeBSD machine: cygwin1.dll snapshot 20040720-12:03:09: $ g++ --version g++ (GCC) 3.3.1 (cygming

Re: sed -i causes +S+H

2004-08-03 Thread Corinna Vinschen
On Aug 2 09:52, Edward Deitz wrote: On May 11 07:55, [EMAIL PROTECTED] wrote: Just at the moment sed -i 's/../../g' file1 causes the edited file 'file1' to possess attributes not just +A as one might expect but also +S +H. I found the cause and checked in a fix. Thanks

Re: link() bug

2004-08-03 Thread Corinna Vinschen
On Aug 2 23:44, Jim Pritts wrote: I created a program that demonstrates a bug with link() in Cygwin. The program first creates a file named dummy and then creates 1050 hard links to file dummy by calling link(). link() reports no error for all 1050 calls. However when an ls -la dummy is

how to check what Cygwin packages are installed on the system ?

2004-08-03 Thread Povolotsky, Alexander
Hello, How to check what Cygwin packages are installed on the system ? Thanks, Best Regards, Alex -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: link() bug

2004-08-03 Thread Corinna Vinschen
On Aug 3 10:48, Corinna Vinschen wrote: WFM. Urgh, no, sorry, it does *not* work for me. I see what the problem is and I'll apply a patch today. Thanks for the report, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Co-Project Leader

Re: how to check what Cygwin packages are installed on the system ?

2004-08-03 Thread Corinna Vinschen
On Aug 3 04:57, Povolotsky, Alexander wrote: Hello, How to check what Cygwin packages are installed on the system ? cygcheck -c Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Co-Project Leader mailto:[EMAIL PROTECTED] Red Hat, Inc. --

Re: how to check what Cygwin packages are installed on the system ?

2004-08-03 Thread Gernot Hillier
Hi! Am Dienstag, 3. August 2004 11:09 schrieb Corinna Vinschen: On Aug 3 04:57, Povolotsky, Alexander wrote: How to check what Cygwin packages are installed on the system ? cygcheck -c You can also have a look in /etc/setup. -- Bye, Gernot Hillier CT SE 2 Siemens AG, Mch P --

Re: man error

2004-08-03 Thread yvb
Dr. Volker Zell wrote: What's the contents of your /usr/share/misc/man.conf ? My man.conf is below. Thank you. -- # # Generated automatically from man.conf.in by the # configure script. # # man.conf from man-1.5k # # For more information about this file,

Re: cygserver - Postgres Multiple connection Load Testing - Inifinte Loop

2004-08-03 Thread Corinna Vinschen
On Aug 2 20:33, [EMAIL PROTECTED] wrote: This time around, cygserver does not eat CPU. But after 5 to 6 concurrent connections nothing seem to work, looks kind of hung. There is no activity in the Postgres log file. Opening a new database connection also hangs. There is no activity on

Re: mapping root directory to SystemDrive / CurrentDrive

2004-08-03 Thread Corinna Vinschen
On Aug 2 14:52, Gernot Hillier wrote: Hi! We use some Cygwin tools without Cygwin mounts. The reason for this is (was) that we use several Cygwin versions from different network shares in parallel (i.e. we have different \Cygwin trees on different drives on our Windows hosts). With

Re: mapping root directory to SystemDrive / CurrentDrive

2004-08-03 Thread Gernot Hillier
Hi Corinna! Thx for your quick reply! Am Dienstag, 3. August 2004 12:51 schrieb Corinna Vinschen: And anyway, I assume that it is a bug that both system calls behave different, right? That's a result of using NtCreateFile instead of CreateFile. Native NT calls behave slightly different

Re: mapping root directory to SystemDrive / CurrentDrive

2004-08-03 Thread Corinna Vinschen
On Aug 3 13:17, Gernot Hillier wrote: Hi Corinna! Thx for your quick reply! Am Dienstag, 3. August 2004 12:51 schrieb Corinna Vinschen: And anyway, I assume that it is a bug that both system calls behave different, right? That's a result of using NtCreateFile instead of

unknown character in UNIX rights on /cygdrive/c

2004-08-03 Thread cygwin . 20 . job
Hi folks I have the problem that I don't know what the additional '+' sign in after the normal rights at the directory /cygdrive/c should tell me $ ls -ld /cygdrive/* drwxr-xr-x2 F.Braunb Domänen-0 1. Jan 1970 /cygdrive/a drwxr-xr-x7 F.Braunb Domänen-0 3. Aug 10:41

Re: mapping root directory to SystemDrive / CurrentDrive

2004-08-03 Thread Gernot Hillier
Hi! Am Dienstag, 3. August 2004 13:50 schrieb Corinna Vinschen: Because I think it's not good when in such a situation open(/a/b) refers to another file than stat(/a/b). Actually it doesn't in the first place. stat() tries to open the file first, the same as when calling open(). But

mod_php for apache under cygwin?

2004-08-03 Thread Robin Bowes
Hi, I've read the archives and it seems that mod_php under cygwin is not currently available. Does anyone know when this it is likely to be available again? Is there any way I can download an old version from somewhere to use until the official package is relased? Thanks, R. --

Anyone having problem with 'man' permissions?

2004-08-03 Thread Fish
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I made a post recently describing a Windows permissions issue I'm having with 'man'. (Thread: man.conf permissions problem posted 7/31). I seem to be being ignored. :( Is anyone else HAVING, or HAS anyone else HAD, the same/similar problem with

proftpd - help with user permissions

2004-08-03 Thread Cary Lewis
I am having trouble getting proftpd to work on a windows 2000 machine: The service is running and I can ftp in as the user who installed cygwin. This is not the administrator but a user who is a member of the administrators group. I created a new user, and made them a member of the power users

Re: mod_php for apache under cygwin?

2004-08-03 Thread Brian Dessent
Robin Bowes wrote: I've read the archives and it seems that mod_php under cygwin is not currently available. Does anyone know when this it is likely to be available again? Is there any way I can download an old version from somewhere to use until the official package is relased? I

Re: mod_php for apache under cygwin?

2004-08-03 Thread Robin Bowes
On Tue, August 3, 2004 14:21, Brian Dessent said: Robin Bowes wrote: I've read the archives and it seems that mod_php under cygwin is not currently available. Does anyone know when this it is likely to be available again? Is there any way I can download an old version from somewhere

Re: Initdb FATAL error shmat - Win98 Cygwin 1.5.10-3 - PostgreSQL 7.4.3

2004-08-03 Thread Corinna Vinschen
On Aug 2 20:57, Mos wrote: Hi there ! I have a problem to work with PostgreSQL with Cygwin. My OS is Windows 98 and I install cygwin full package, following numerous tutorials available on the Net. All is fine except, I can not initialize a database : All is fine until i try to

Re: mapping root directory to SystemDrive / CurrentDrive (documentation change needed)

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 02:00:08PM +0200, Gernot Hillier wrote: Am Dienstag, 3. August 2004 13:50 schrieb Corinna Vinschen: Keep in mind that this only happens if / isn't mounted - back to undocumented behaviour. Well, this is not undocumented. The case without mounts is explicitly documented on

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 11:19:55AM +0200, Gernot Hillier wrote: Am Dienstag, 3. August 2004 11:09 schrieb Corinna Vinschen: On Aug 3 04:57, Povolotsky, Alexander wrote: How to check what Cygwin packages are installed on the system ? cygcheck -c You can also have a look in /etc/setup. And you

mcedit start slowly lately

2004-08-03 Thread Krzysztof Duleba
Hi I'm experiencing somewhat strange behaviour of mcedit. It's been a week that before it's started, my HDD is working a lot, for about 1 second. It doesn't matter whether I want to edit some old file or just launch the editor with $ mcedit. Very similar thing happens when I type mount. /bin,

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Gernot Hillier
Hi! Am Dienstag, 3. August 2004 15:46 schrieb Christopher Faylor: On Tue, Aug 03, 2004 at 11:19:55AM +0200, Gernot Hillier wrote: Am Dienstag, 3. August 2004 11:09 schrieb Corinna Vinschen: On Aug 3 04:57, Povolotsky, Alexander wrote: How to check what Cygwin packages are installed on the

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 04:27:13PM +0200, Gernot Hillier wrote: Hi! Am Dienstag, 3. August 2004 15:46 schrieb Christopher Faylor: On Tue, Aug 03, 2004 at 11:19:55AM +0200, Gernot Hillier wrote: Am Dienstag, 3. August 2004 11:09 schrieb Corinna Vinschen: On Aug 3 04:57, Povolotsky, Alexander

[OT] Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Gernot Hillier
Hi! Christopher Faylor wrote: On Tue, Aug 03, 2004 at 04:27:13PM +0200, Gernot Hillier wrote: In general, there is no reason to confuse people who are asking about the proper way to do something by telling them about the low-level nuts and bolts no matter how much the nuts and bolts may

Re: how to check what Cygwin packages are installed on the system ?

2004-08-03 Thread Larry Hall
At 04:57 AM 8/3/2004, you wrote: Hello, How to check what Cygwin packages are installed on the system ? 'cygcheck -cd' -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Andrew DeFaria
Christopher Faylor wrote: On Tue, Aug 03, 2004 at 11:19:55AM +0200, Gernot Hillier wrote: Am Dienstag, 3. August 2004 11:09 schrieb Corinna Vinschen: On Aug 3 04:57, Povolotsky, Alexander wrote: How to check what Cygwin packages are installed on the system ? cygcheck -c You can also have a look in

Re: unknown character in UNIX rights on /cygdrive/c

2004-08-03 Thread Larry Hall
At 11:16 AM 8/3/2004, you wrote: At 06:02 AM 8/3/2004, you wrote: Hi folks I have the problem that I don't know what the additional '+' sign in after the normal rights at the directory /cygdrive/c should tell me $ ls -ld /cygdrive/* drwxr-xr-x2 F.Braunb Domänen-0 1. Jan 1970

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 08:19:41AM -0700, Andrew DeFaria wrote: To answer the question: Which package brought in this file? as in: $ cd /etc/setup $ str=gcc.exe $ for pkg in *.gz; do zcat $pkg | grep -q $str if [ $? -eq 0 ]; then echo $str appears in $pkg fi done % cygcheck -f

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Corinna Vinschen
On Aug 3 08:19, Andrew DeFaria wrote: Christopher Faylor wrote: And you would do that rather than use the tool designed for providing the information, because...? To answer the question: Which package brought in this file? as in: $ cd /etc/setup $ str=gcc.exe $ for pkg in *.gz; do

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Robin Bowes
On Tue, August 3, 2004 16:19, Andrew DeFaria said: Christopher Faylor wrote: And you would do that rather than use the tool designed for providing the information, because...? To answer the question: Which package brought in this file? as in: $ cd /etc/setup $ str=gcc.exe $ for pkg

Re: Anyone having problem with 'man' permissions?

2004-08-03 Thread Larry Hall
At 08:59 AM 8/3/2004, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I made a post recently describing a Windows permissions issue I'm having with 'man'. (Thread: man.conf permissions problem posted 7/31). I seem to be being ignored. :( Is anyone else HAVING, or HAS anyone else HAD,

RE: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread DePriest, Jason R.
On Tuesday, August 03, 2004 10:45 AM, Robin Bowes wrote On Tue, August 3, 2004 16:19, Andrew DeFaria said: Christopher Faylor wrote: And you would do that rather than use the tool designed for providing the information, because...? To answer the question: Which package brought in this

Cygwin postinstall hang, again

2004-08-03 Thread Shrisha Rao
Greetz. I know that this problem has been discussed several times previously, but I didn't find any clear answers in the documentation or the list archives, so here goes again. The setup.exe process hangs during postinstall on certain scripts (most importantly for me, on post-texmf.sh). I am

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 10:58:48AM -0500, DePriest, Jason R. wrote: On Tuesday, August 03, 2004 10:45 AM, Robin Bowes wrote On Tue, August 3, 2004 16:19, Andrew DeFaria said: Christopher Faylor wrote: And you would do that rather than use the tool designed for providing the information,

RE: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread DePriest, Jason R.
On Tuesday, August 03, 2004 11:39 AM, Christopher Faylor wrote On Tue, Aug 03, 2004 at 10:58:48AM -0500, DePriest, Jason R. wrote: On Tuesday, August 03, 2004 10:45 AM, Robin Bowes wrote On Tue, August 3, 2004 16:19, Andrew DeFaria said: Christopher Faylor wrote: And you would do that

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 12:38:41PM -0400, Christopher Faylor wrote: On Tue, Aug 03, 2004 at 10:58:48AM -0500, DePriest, Jason R. wrote: On Tuesday, August 03, 2004 10:45 AM, Robin Bowes wrote On Tue, August 3, 2004 16:19, Andrew DeFaria said: Christopher Faylor wrote: And you would do that

Redirect stdout from SSH

2004-08-03 Thread David E. Meier
Hello list, I am writing a program in C# that calls some cygwin programs and redirects the standard output and error to a textbox. This works excellent with calls like ls -al or rsync. However, I cannot read the output generated by SSH. When I issue a command like ssh [EMAIL PROTECTED] ls -al I

MySQL Client, Windows 2000 Server, Cygwin

2004-08-03 Thread Will Martell
Hello Group, I hope all are well. I am trying to resolve a problem with the MySQL client compiled under Cygwin. I am receiving the error: ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) I fixed the problem by invoking MySQL like this: mysql -h 127.0.0.1 My

pointers to long double library

2004-08-03 Thread Yitzchak Scott-Thoennes
Can anybody point me to a library I can compile and use that would provide some of the functions missing from newlib? I need sqrtl, frexpl, and modfl. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: pointers to long double library

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 10:53:31AM -0700, Yitzchak Scott-Thoennes wrote: Can anybody point me to a library I can compile and use that would provide some of the functions missing from newlib? I need sqrtl, frexpl, and modfl. Have you tried typing long double library into google? -- Unsubscribe

Re: pointers to long double library

2004-08-03 Thread Yitzchak Scott-Thoennes
On Tue, Aug 03, 2004 at 01:55:41PM -0400, Christopher Faylor wrote: On Tue, Aug 03, 2004 at 10:53:31AM -0700, Yitzchak Scott-Thoennes wrote: Can anybody point me to a library I can compile and use that would provide some of the functions missing from newlib? I need sqrtl, frexpl, and modfl.

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Yitzchak Scott-Thoennes
On Tue, Aug 03, 2004 at 11:42:49AM -0500, DePriest, Jason R. wrote: On Tuesday, August 03, 2004 11:39 AM, Christopher Faylor wrote On Tue, August 3, 2004 16:19, Andrew DeFaria said: cygcheck -f works for some files apparently, but not all. Yeah, that's clearly a good reason *not* to use

Re: unknown character in UNIX rights on /cygdrive/c

2004-08-03 Thread Yitzchak Scott-Thoennes
On Tue, Aug 03, 2004 at 11:26:33AM -0400, Larry Hall wrote: At 11:16 AM 8/3/2004, you wrote: what's with the you wrote:? how about he/she/it wrote:? IMPORTANT There is no way to send an email direct to this mail address. Every Mail which is not send to [EMAIL PROTECTED] is automatically

Re: pointers to long double library

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 11:02:45AM -0700, Yitzchak Scott-Thoennes wrote: On Tue, Aug 03, 2004 at 01:55:41PM -0400, Christopher Faylor wrote: On Tue, Aug 03, 2004 at 10:53:31AM -0700, Yitzchak Scott-Thoennes wrote: Can anybody point me to a library I can compile and use that would provide some of

Re: pointers to long double library

2004-08-03 Thread Yitzchak Scott-Thoennes
On Tue, Aug 03, 2004 at 02:20:02PM -0400, Christopher Faylor [EMAIL PROTECTED] wrote: On Tue, Aug 03, 2004 at 11:02:45AM -0700, Yitzchak Scott-Thoennes wrote: On Tue, Aug 03, 2004 at 01:55:41PM -0400, Christopher Faylor wrote: On Tue, Aug 03, 2004 at 10:53:31AM -0700, Yitzchak Scott-Thoennes

Interrupts, bash and .cmd scripts

2004-08-03 Thread Gregory F. March
Hi all... I'm having a problem with ^C while running weblogic server in either an xterm or rxvt. This problem does not exist when running bash in the regular cmd window. I was advised to send this to the cygwin-xfree mailing list, but I don't believe it is an xfree related issue. If the

problem with permissions / proftpd

2004-08-03 Thread Cary Lewis
I am trying to set up a ftp server using proftpd I have installed it and it works fine for a user which is a member of the administrators group. When I create a new user which is only a member of users, it does not work. When I ssh into the machine using the users only user, I get the following

Re: pointers to long double library

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 11:39:59AM -0700, Yitzchak Scott-Thoennes wrote: On Tue, Aug 03, 2004 at 02:20:02PM -0400, Christopher Faylor [EMAIL PROTECTED] wrote: http://www.netlib.org/cephes/128bdoc.html Perhaps I didn't persevere through enough pages of results. I only got a link to

cygwin shell as a service

2004-08-03 Thread D N
Hi, I am trying to solve a problem that is a bit out of the box: For my cygwin implementation, I need to do this: -Start the cygwin shell (bash) as a windows service, hidden (no console). Reason being, I cannot have someone closing the console, which would then kill all processes launched FROM

Re: pointers to long double library

2004-08-03 Thread Yitzchak Scott-Thoennes
On Tue, Aug 03, 2004 at 11:39:59AM -0700, Yitzchak Scott-Thoennes wrote: On Tue, Aug 03, 2004 at 02:20:02PM -0400, Christopher Faylor wrote: On Tue, Aug 03, 2004 at 11:02:45AM -0700, Yitzchak Scott-Thoennes wrote: On Tue, Aug 03, 2004 at 01:55:41PM -0400, Christopher Faylor wrote: On Tue,

Re: pointers to long double library

2004-08-03 Thread Yitzchak Scott-Thoennes
On Tue, Aug 03, 2004 at 12:04:32PM -0700, Yitzchak Scott-Thoennes wrote: On Tue, Aug 03, 2004 at 11:39:59AM -0700, Yitzchak Scott-Thoennes wrote: On Tue, Aug 03, 2004 at 02:20:02PM -0400, Christopher Faylor wrote: http://www.netlib.org/cephes/128bdoc.html Perhaps I didn't persevere

Re: unknown character in UNIX rights on /cygdrive/c

2004-08-03 Thread Larry Hall
At 02:17 PM 8/3/2004, you wrote: On Tue, Aug 03, 2004 at 11:26:33AM -0400, Larry Hall wrote: At 11:16 AM 8/3/2004, you wrote: what's with the you wrote:? how about he/she/it wrote:? How's that better than you? My preference would be to add the OP's name but I can't get that for free without

Re: problem with permissions / proftpd

2004-08-03 Thread Larry Hall
At 02:46 PM 8/3/2004, you wrote: I am trying to set up a ftp server using proftpd I have installed it and it works fine for a user which is a member of the administrators group. When I create a new user which is only a member of users, it does not work. When I ssh into the machine using the

Re: cygwin shell as a service

2004-08-03 Thread Larry Hall
At 02:55 PM 8/3/2004, you wrote: snip The reason for this whole mess is to provide a linux-like environment for my windows game servers. I noticed that if I run sshd the usual way, as a windows service with cygrunsrv, that the GUI windows of the applications are not drawn anywhere if they are

Re: Please help with 4NT and cygwin problem?? (WinXP)

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 08:00:27PM +, Daniel Miller wrote: I'm running 4NT (current version) on a Windows XP system. Recently I got a spyware program on my machine which messed some things up. I removed the spyware, but I find that I cannot run any Cygwin utilities from the 4NT prompt

Re: Please help with 4NT and cygwin problem?? (WinXP)

2004-08-03 Thread CyberZombie
Christopher Faylor wrote: On Tue, Aug 03, 2004 at 08:00:27PM +, Daniel Miller wrote: I'm running 4NT (current version) on a Windows XP system. Recently I got a spyware program on my machine which messed some things up. I removed the spyware, but I find that I cannot run any Cygwin

Re: cygserver - Postgres Multiple connection Load Testing - Inifinte Loop

2004-08-03 Thread Saravanan Bellan
The compressed log file .zip is about 19K. Uncompressed is large. This mailing list does not accept attachements. I do not know of any other way to reproduce the problem, except thru load testing of the database. Thanks, -Sarva -Original Message- From: Corinna Vinschen [EMAIL

Re: Please help with 4NT and cygwin problem?? (WinXP)

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 04:32:58PM -0400, CyberZombie wrote: OT: Any reason why you haven't moved to the Cygwin bash shell? IMO, it's much better than 4NT (my prior command-line-of-choice prior to Cygwin)... I don't agree. I love 4NT and use it + cygwin all of the time. I've used 4NT longer

Re: cygserver - Postgres Multiple connection Load Testing - Inifinte Loop

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 01:45:07PM -0700, Saravanan Bellan wrote: The compressed log file .zip is about 19K. Uncompressed is large. This mailing list does not accept attachements. Yes, it does. sourceware.org doesn't accept zip, exe, bat, etc. attachments. It does accept gzipped attachments.

Re: cygserver - Postgres Multiple connection Load Testing - Inifinte Loop

2004-08-03 Thread Saravanan Bellan
Thanks for the information. I'm attaching the gzipped log file. Sarva -Original Message- From: Christopher Faylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tue, 3 Aug 2004 16:54:34 -0400 Subject: Re: cygserver - Postgres Multiple connection Load Testing - Inifinte Loop On Tue, Aug

cygserver

2004-08-03 Thread D N
Can someone clear up for me what the purpose of cygserver is?? I was reading through the docs, I searched the lists.. I see tons about how to use it with PostGres, but I am not really sure *what-it-is* or if it is used in any other context than PostGres. Thanks!! Dan

Re: Redirect stdout from SSH

2004-08-03 Thread Larry Hall
At 01:03 PM 8/3/2004, you wrote: Hello list, I am writing a program in C# that calls some cygwin programs and redirects the standard output and error to a textbox. This works excellent with calls like ls -al or rsync. However, I cannot read the output generated by SSH. When I issue a command

Re: cygserver

2004-08-03 Thread Larry Hall
At 05:23 PM 8/3/2004, you wrote: Can someone clear up for me what the purpose of cygserver is?? I was reading through the docs, I searched the lists.. I see tons about how to use it with PostGres, but I am not really sure *what-it-is* or if it is used in any other context than PostGres.

FW: cygrunsrv question

2004-08-03 Thread Max Fan
Dear Sir, I'm using cygrunsrv to install a service under Win2000. It works. Now I have a question: Can I implement a prompting dialog when the user tries to close the service console window? That is, when the user click on the X in the upper right hand corner of the service console window, I

Re: Please help with 4NT and cygwin problem?? (WinXP)

2004-08-03 Thread Daniel Miller
CyberZombie [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: OT: Any reason why you haven't moved to the Cygwin bash shell? IMO, it's much better than 4NT (my prior command-line-of-choice prior to Cygwin)... No, I find 4NT to be more flexible than BASH... filename completion is

Re: Please help with 4NT and cygwin problem?? (WinXP)

2004-08-03 Thread CyberZombie
Daniel Miller wrote: CyberZombie [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: OT: Any reason why you haven't moved to the Cygwin bash shell? IMO, it's much better than 4NT (my prior command-line-of-choice prior to Cygwin)... No, I find 4NT to be more flexible than BASH...

Re: Initdb FATAL error shmat - Win98 Cygwin 1.5.10-3 - PostgreSQL 7.4.3

2004-08-03 Thread Mos
I install PostgreSQL 7.4.2 today without changing Cygwin install. Initdb works fine : initialization is good ! Mos - On Aug 2 20:57, Mos wrote: Hi there ! I have a problem to work with PostgreSQL with Cygwin. My OS is Windows 98 and I install cygwin full package, following

Re: Please help with 4NT and cygwin problem?? (WinXP)

2004-08-03 Thread Daniel Miller
CyberZombie [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: No, I find 4NT to be more flexible than BASH... filename completion is handier, especially when multiple filenames match what you type; editing of environment variables (especially PATH) with eset is unmatched by Bash, and there are

Receiving error internal error: alloc: freeing memory outside of block (corrupted?) running script in pdksh

2004-08-03 Thread Wardman_Michael
Hello all I am running a script from bash but the first line is #!/usr/bin/ksh /usr/bin/ksh is linked, as per pdksh setup installation $ ls -l /usr/bin/*ksh.* lrwxrwxrwx1 wardmm Domain U9 Aug 4 10:01 /usr/bin/ksh.exe - pdksh.exe* -rwxrwxrwx1 wardmm Users 179200 Nov 25

Traffic blocked?

2004-08-03 Thread Neil Muspratt
I can't find who actually maintains the Cygwin web site and mailing lists, so this is the only way I can see to try contacting you. For the last couple of months, HTTP requests originating from the Queensland University of Technology have been denied and messages from the various Cygwin mailing

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Andrew DeFaria
Christopher Faylor wrote: On Tue, Aug 03, 2004 at 08:19:41AM -0700, Andrew DeFaria wrote: To answer the question: Which package brought in this file? as in: $ cd /etc/setup $ str=gcc.exe $ for pkg in *.gz; do zcat $pkg | grep -q $str if [ $? -eq 0 ]; then echo $str appears in $pkg fi done %

Re: Interrupts, bash and .cmd scripts

2004-08-03 Thread Larry Hall
At 02:46 PM 8/3/2004, you wrote: Hi all... I'm having a problem with ^C while running weblogic server in either an xterm or rxvt. This problem does not exist when running bash in the regular cmd window. I was advised to send this to the cygwin-xfree mailing list, but I don't believe it is an

Re: Traffic blocked?

2004-08-03 Thread Christopher Faylor
On Wed, Aug 04, 2004 at 12:18:27PM +1000, Neil Muspratt wrote: I can't find who actually maintains the Cygwin web site and mailing lists, so this is the only way I can see to try contacting you. This is the place. Look at the bottom of the main cygwin page. For the last couple of months, HTTP

Re: how to check what cygwin packages are installed on the system ?

2004-08-03 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 07:19:09PM -0700, Andrew DeFaria wrote: Christopher Faylor wrote: On Tue, Aug 03, 2004 at 08:19:41AM -0700, Andrew DeFaria wrote: To answer the question: Which package brought in this file? as in: $ cd /etc/setup $ str=gcc.exe $ for pkg in *.gz; do zcat $pkg | grep -q

Re: Traffic blocked?

2004-08-03 Thread Neil Muspratt
At 22:32 03/08/04 -0400, Christopher Faylor wrote: We don't block outgoing email and the 131.181.* address is not blocked in any way. Thanks. I'll investigate further from my end. ++ | Neil Muspratt

RE: Please help with 4NT and cygwin problem?? (WinXP)

2004-08-03 Thread Gary R. Van Sickle
[snip] For filename completion, the following might help .inputrc: set completion-ignore-case on set bell-style none Oh nonono dude, gotta have the completion bell, that's the best part! -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem

Re: Please help with 4NT and cygwin problem?? (WinXP)

2004-08-03 Thread Daniel Miller
Christopher Faylor [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: strace isn't a cygwin application so something is really strange here. Can you run cygcheck.exe? That's not a cygwin app either. Maybe one of the utilities at the http://sysinternals.com/ site will help. Otherwise, it

Re: Please help with 4NT and cygwin problem?? (WinXP)

2004-08-03 Thread CyberZombie
Daniel Miller wrote: CyberZombie [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: No, I find 4NT to be more flexible than BASH... filename completion is handier, especially when multiple filenames match what you type; editing of environment variables (especially PATH) with eset is unmatched

Re: Please help with 4NT and cygwin problem?? (WinXP)

2004-08-03 Thread Christopher Faylor
On Wed, Aug 04, 2004 at 04:29:41AM +, Daniel Miller wrote: - If I run ver /r from the 4NT window, with my current directory on c: \ (which is my WinXP boot drive), it says: 4NT 5.00U Windows XP 5.1 4NT Build 125 Windows XP Build 2600 Service Pack 1 Registered to Daniel Miller S/N CD600342