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
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
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.
> >
>
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]
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'
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
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
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
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
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.
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 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
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
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-
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
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
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
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
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
[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
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".
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
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
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
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
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
26 matches
Mail list logo