Re: initdb and postgres both no longer work...

2004-08-21 Thread tsfu
Yes, Corinna! initdb now works. Does it mean that we should use cygserver with CYGWIN=server and forget about ipc-daemon2 from now on. Thanks! Jason = [EMAIL PROTECTED] ~ $ initdb -D data2/db1 The files belonging to th

Re: Python IDLE - toolbar doesn't show up

2004-08-21 Thread Jason Tishler
On Fri, Aug 20, 2004 at 01:15:11PM -0700, Greg Hersh wrote: > Downloaded and installed the latest version of Cygwin with Python > 2.3.4. Started IDLE, shell window came up fine, but toolbar on a top > doesn't show up. Started IDLE in 'edit' mode, both shell and edit > windows came up, again, no too

Re: grep: $ in PATTERN doesn't seem to work properly

2004-08-21 Thread Pierre A. Humblet
On Sat, Aug 21, 2004 at 07:07:21PM -0400, Igor Pechtchanski wrote: > On Sat, 21 Aug 2004, Hannu E K Nevalainen wrote: > > > Note that there is a difference depending on how you create the file; I'll > > hand over to cygwin-specialists to explain (or ponder on) why it has to be > > this way. > > >

RE: grep: $ in PATTERN doesn't seem to work properly

2004-08-21 Thread Igor Pechtchanski
On Sat, 21 Aug 2004, Hannu E K Nevalainen wrote: > Note that there is a difference depending on how you create the file; I'll > hand over to cygwin-specialists to explain (or ponder on) why it has to be > this way. > > I'm running BINARY mounts all over, still I get the behaviour below. > [snip]

RE: environment variable name converted to upper case

2004-08-21 Thread Igor Pechtchanski
On Sat, 21 Aug 2004, Buchbinder, Barry (NIH/NIAID) wrote: > To expand on what Chris wrote, this is caused by the fact that in > command.com (but not cmd.exe as supplied by XP - I don't know about earlier > versions of cmd.exe) all user-setable Windows environmental variable are > uppercase. That'

Re: Compilation errors not shown properly in Cygwin

2004-08-21 Thread Jacek Trzmiel
Larry Hall wrote: > Sounds like a tty thing to me. Try adding to your CYGWIN environment > variable 'notty' and starting a new cygwin.bat. I've added CYGWIN environment variable: System Properties/Advanced/Environment Variables/System variables/New... Variable Name: CYGWIN Variable Value: notty

RE: sshD fails to start as a service

2004-08-21 Thread david
On Wed, 9 Jun 2004, cygwin wrote: > > On Mon, Jun 07, 2004 at 11:50:40PM +0100, [EMAIL PROTECTED] wrote: > > > sshd : PID 3576 : starting service `sshd' failed: execv: 255, error 255. > > > > I've encountered such problems when the binaries and > > libraries were not > > executable by SYSTEM. "chm

RE: grep: $ in PATTERN doesn't seem to work properly

2004-08-21 Thread Hannu E K Nevalainen
Koduru, Seshasai wrote: > Hi, > > When $ is used in the PATTERN of grep command, it doesn't seem to > work properly on my machine. > > I have run the following under cygwin.bat shell. > > $ cat tmp > Line 1 > Line 2 > > Line 3 > Line 4 > Line 5 > > $ grep '1$' tmp > (Gives no output. It should give

Problem with cygwin expect calling ssh.

2004-08-21 Thread Andrew Louder
To whom it may concern: My script works on a older cygwin software: expect == 5.26 ssh == OpenSSH_3.6.1p2 My script fails on a current cygwin software: expect == 5.26 ssh == OpenSSH_3.8.1p1 The symptons show that expect can not recognize the ssh output, so I will be prompted over and over again

sed and dos format

2004-08-21 Thread neal somos
James remarks that "sed has the unfortunate property that it reduces dos format line endings to unix format line endings" under cygwin and that this "makes sed unusable or undesirable for a large number of files i might want to edit" Cygwin-apps may be a more appropriate place for this question.

BUSINESSREQUEST

2004-08-21 Thread TEODOROMBASOGO!!!
ATTN:CEO/PRESIDENT. I AM MR TEODORO NGUEMA MBASOGO {JRN}. THE SON OF PRESIDENT TEODORO OBIANG NGUEMA MBASOGO, THE PRESIDENT OF THE REPUBLIC OF EQUATORIAL GUINEA. AND I AM PRESENTLY LIVING IN {MADRID-SPAIN} EUROPE AND I SPEAK SPANISH VERY WELL AS OUR NATIONAL LANGUAGE IS SPANISH. MY FATHER HAS IN

sed and dos format

2004-08-21 Thread james pentland
sed has the unfortunate property that it reduces dos format line endings to unix format line endings. thus, sed will change every line in a dos format file even if it had made no changes to the text. this makes sed unusable or undesirable for a large number of files i might want to edit. is this

RE: environment variable name converted to upper case

2004-08-21 Thread Buchbinder, Barry (NIH/NIAID)
To expand on what Chris wrote, this is caused by the fact that in command.com (but not cmd.exe as supplied by XP - I don't know about earlier versions of cmd.exe) all user-setable Windows environmental variable are uppercase. Try this in command.com: > set You will see all the environmen

RE: grep: $ in PATTERN doesn't seem to work properly

2004-08-21 Thread Buchbinder, Barry (NIH/NIAID)
Sounds like a it could be a line ending issue where grep is expecting \n (^J) at the end of a line but is being fed \r\n (^M^J). Does $ od -c tmp show \r\n line endings? How do the following work for you? $ grep '1.$' tmp and $ grep -v '^.$' tmp -Original Message-

Re: environment variable name converted to upper case

2004-08-21 Thread Christopher Faylor
On Sat, Aug 21, 2004 at 09:30:53PM +0530, Koduru, Seshasai wrote: >An environment variable name defined in windows environment with >lowercase is converted to uppercase by cygwin environment. > >Because of this behavior the shell scripts are not recognizing >$lowercase variable. Is this the regular

environment variable name converted to upper case

2004-08-21 Thread Koduru, Seshasai
Hi, An environment variable name defined in windows environment with lowercase is converted to uppercase by cygwin environment. Following is the test case: -start-- C:\>set lowercase=Windows Variable C:\>echo %lowercase% Windows Variable C:\>which env /usr/bin/env C:\>env | gr

grep: $ in PATTERN doesn't seem to work properly

2004-08-21 Thread Koduru, Seshasai
Hi, When $ is used in the PATTERN of grep command, it doesn't seem to work properly on my machine. I have run the following under cygwin.bat shell. $ cat tmp Line 1 Line 2 Line 3 Line 4 Line 5 $ grep '1$' tmp (Gives no output. It should give output as Line 1) $ grep -e '1$ tmp (Gives no outpu

Re: initdb and postgres both no longer work...

2004-08-21 Thread Corinna Vinschen
On Aug 21 23:29, [EMAIL PROTECTED] wrote: > Just tried. Signal 12 == SIGSYS. Starting cygserver and setting CYGWIN=server in the client session might be helpful, after all. Corinna > $ initdb -D data2/db1 -E LATIN1 > > The files belonging to this database system will be owned by user "postgres

Re: initdb and postgres both no longer work...

2004-08-21 Thread tsfu
Just tried. == [EMAIL PROTECTED] ~ $ initdb -D data2/db1 -E LATIN1 The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with local

Re: initdb and postgres both no longer work...

2004-08-21 Thread Reini Urban
[EMAIL PROTECTED] schrieb: I had no problem in using PostgreSQL before and both initdb and postgres do not work anymore as shown below: === [EMAIL PROTECTED] $ initdb -D data2/db1 The files belonging to this database system will be

initdb and postgres both no longer work...

2004-08-21 Thread tsfu
I had no problem in using PostgreSQL before and both initdb and postgres do not work anymore as shown below: === [EMAIL PROTECTED] $ initdb -D data2/db1 The files belonging to this database system will be owned by user "postgres".

Re: Updated: gcc-3.3.3-3

2004-08-21 Thread Christopher Faylor
On Sat, Aug 21, 2004 at 10:14:50AM +0200, Gerrit P. Haase wrote: >Hello Christopher, > Would it be possible to include "protoize" in the gcc distribution? >>> Can I offer to help port that program if you need assistance? > >>>Go ahead. Send me your patches and all I need to tes

Re: Compilation errors not shown properly in Cygwin

2004-08-21 Thread Tim Prince
At 11:32 AM 8/20/2004, Rajagopalan, Karthik wrote: Hi Cygwin_Techies, I have been trying to install working packages of Cygwin for our current project but fails in every attempt with some issues. Currently I find the Cygwin doesn't report the compilation errors from Microsoft Visual Studio C Com

Re: Updated: gcc-3.3.3-3

2004-08-21 Thread Corinna Vinschen
On Aug 21 01:27, Gerrit P. Haase wrote: > It is just a temporary fix. I hope that we can drop it with 3.4.x. > I would be more interested if it helps to build cygserver. Yep. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader

Re: Updated: gcc-3.3.3-3

2004-08-21 Thread Gerrit P. Haase
Hello Christopher, >>> Would it be possible to include "protoize" in the gcc >>> distribution? >> >>> Can I offer to help port that program if you need >>> assistance? >>Go ahead. Send me your patches and all I need to test it. > Doesn't --enable=protoize,... "just work"? Should do it, or --e

Cygwin Most Controversial Cheating Wife Site

2004-08-21 Thread Paneling O. Contortionist
Cygwin Current Cheating Wifes Available As Of 8/20/04(all girls chat for free) Age 18-24 Currently 2,945 online Age 25-30 Currently 8,334 online Age 31-40 Currently 12,393 online Age 41+ Currently 13,298 online They love to flirt and cheat on their husbands :) http://wwwhappened.sweetdealstoda