Re: I can't inicializate PostgreSQL

2004-07-20 Thread Manuel Tejada
Looks like as there is no way to initialize PostgreSQL 7.4.3 on Windows ME. Thanks anyway to Carlo Florendo y Flora and Igor Pechtchanski for to be too gentle trying to help me. See what happens after editing cygserver.conf file to change "yes" to "no" in line kern.svr.sharedmem: ---

rsync and file ownership

2004-07-20 Thread Matthew Dwyer
I've been struggling with rsync over ssh for a month. I'm syncing files between windows boxes and I have rsync working except that its setting read only to the groups Administrators and Everyone. Is there any way I can stop rsync or ssh setting permissions/ownership that wasn't already present

Stat

2004-07-20 Thread George
The 'stat' utility doesn't seem to be part of my Cygwin distribution. Is this an error I've made during the installation or is it simply not included? Thanks. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: BUG: ssh.exe ProtocolKeepAlives option broken

2004-07-20 Thread Float
|>Summary: Cygwin ssh.exe doesn't accept the 'ProtocolKeepAlives' option |> |>Example: |>C:\sshclient>ssh -o ProtocolKeepAlives=180 example.com |>command-line: line 0: Bad configuration option: ProtocolKeepAlives | |AFAICT, ProtocolKeepAlives is not mentioned in the manpage for ssh. |So, this isn't

Make not found

2004-07-20 Thread michael conrad
Im trying to find/run make, I did a complete install of everthing, but make is not there. What am I doing wrong, how do I get it? mike conrad 408-395-6500 work 408-910-3438 cell -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems

ssh : commands not echoed back to terminal

2004-07-20 Thread Song Ken Vern-E11804
Hi, I find that whenever I keep a ssh session for long time (overnight), and come back to it the next morning, I cannot seem to see anything I type. I am using rxvt, with bash. Everything runs as normal, just that whatever I type is not seen on screen. When I exit the session (local cygwin),

Re: BUG: ssh.exe ProtocolKeepAlives option broken

2004-07-20 Thread Christopher Faylor
On Wed, Jul 28, 2004 at 04:27:40AM +0300, Float wrote: >Summary: Cygwin ssh.exe doesn't accept the 'ProtocolKeepAlives' option > >Program versions: >OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 >Cygwin dll ver1.5.10-cr-0x5e6 > >Example: >C:\sshclient>ssh -o ProtocolKeepAlives=180 example.com >comman

BUG: ssh.exe ProtocolKeepAlives option broken

2004-07-20 Thread Float
Summary: Cygwin ssh.exe doesn't accept the 'ProtocolKeepAlives' option Program versions: OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004 Cygwin dll ver1.5.10-cr-0x5e6 Example: C:\sshclient>ssh -o ProtocolKeepAlives=180 example.com command-line: line 0: Bad configuration option: ProtocolKeepAlives Tried

[ANNOUNCEMENT] Updates: exim-4.40

2004-07-20 Thread Pierre A. Humblet
I have updated Exim, the Mail Transfer Agent, to exim 4.40. It is the first stable release since the current 4.34. News: Exim itself: see an

Re: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-20 Thread Igor Pechtchanski
On Tue, 20 Jul 2004, Corinna Vinschen wrote: > On Jul 20 15:53, Dr. Volker Zell wrote: > > Well my MapViewOfFileEx errors are still there, but that seems to be a > > different problem. > > I tried to reproduce that problem with my shm test application which > forks twice, but to no avail. > > A si

Re: Cygserver packge

2004-07-20 Thread Carlo Florendo y Flora
Anderson Luiz Brunozi wrote: Hello, I'm trying to install postgresql on Windows 2000, using cygwin. When I try to init a database by typing the command "initdb -D ", I get a "Signal 12" error. By looking for some help on Google, I have found that such error means that I need to install the Cygserve

Re: HELP - Installing/Using Cygwin for Perl

2004-07-20 Thread Yitzchak Scott-Thoennes
On Tue, Jul 20, 2004 at 02:50:10PM -0700, Ramneek Singh <[EMAIL PROTECTED]> wrote: > Hi, > > I am absolutely new to perl and cygwin, so apologize if the question > appears trivial to you. I have been asked to write a perl script which > will work on unix and can be ported > To windows also. (I hav

Re: [cygwin tips&tricks] Shortcut to vim in "Send to" folder

2004-07-20 Thread Joshua Daniel Franklin
On Tue, 20 Jul 2004 15:09:37 -0700, Andrew DeFaria wrote: > Tomasz Rojek wrote: > > > I would like to share with this tip with any cygwin newbie (all the > > cygwin developers know it for sure :) I use a few text editors in my > > daily work, today I finally ;) came to idea to have a shortcut > >

Re: [cygwin tips&tricks] Shortcut to vim in "Send to" folder

2004-07-20 Thread Andrew DeFaria
Tomasz Rojek wrote: Hi all, I would like to share with this tip with any cygwin newbie (all the cygwin developers know it for sure :) I use a few text editors in my daily work, today I finally ;) came to idea to have a shortcut pointing to vim in my "Send to" right click submenu. I use this com

HELP - Installing/Using Cygwin for Perl

2004-07-20 Thread Ramneek Singh
Hi, I am absolutely new to perl and cygwin, so apologize if the question appears trivial to you. I have been asked to write a perl script which will work on unix and can be ported To windows also. (I have searched through the archives). 1) I am not clear from the website if I need to install perl

Re: setting windows environment variables

2004-07-20 Thread Larry Hall
At 04:18 PM 7/20/2004, you wrote: >I have a Cygwin BASH script which takes user input, uses ldapsearch, etc., to set > a bunch of environment variables. I can then use these from bash with no problem. > I would also like to make these environment variables available to the windows > comman

Re: Cygserver packge

2004-07-20 Thread Larry Hall
At 04:17 PM 7/20/2004, you wrote: >Hello, > >I'm trying to install postgresql on Windows 2000, using cygwin. >When I try to init a database by typing the command "initdb -D ", I get a >"Signal 12" error. By looking for some help on Google, I have found that such error >means that I need to instal

setting windows environment variables

2004-07-20 Thread Jason Joines
I have a Cygwin BASH script which takes user input, uses ldapsearch, etc., to set a bunch of environment variables. I can then use these from bash with no problem. I would also like to make these environment variables available to the windows command interpreter. Is there anyway to do this?

Cygserver packge

2004-07-20 Thread Anderson Luiz Brunozi
Hello, I'm trying to install postgresql on Windows 2000, using cygwin. When I try to init a database by typing the command "initdb -D ", I get a "Signal 12" error. By looking for some help on Google, I have found that such error means that I need to install the Cygserver package. But when I try

RE: I apologize for mailing you directly problem with rebaseall ?

2004-07-20 Thread Jim Ramberg
Well; it seems that I have nothing to run windows update against. I did try installing the latest service pack for Visual Studio. Anyway, that did not work. I have noticed though that if I run startwin.sh I can not start up the X server. But if I run the bat version startwin.bat; it will run.

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-20 Thread Robert Pendell
See below for responses On Mon, 19 Jul 2004 19:13:32 -0400 (EDT), Igor Pechtchanski wrote: > I don't think it matters. I get the same exact results with both sh and > bash in any one of the cmd window, xterm, or rxvt. FWIW, the output below > was with cmd/bash. You *are* trying the latest snaps

Re: Please try latest snapshot (Volker?)

2004-07-20 Thread Dr. Volker Zell
with cygserver is fixed in cygwin1-20040720 > cgf Ciao Volker -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: I apologize for mailing you directly problem with rebaseall ?

2004-07-20 Thread Brian Ford
On Tue, 20 Jul 2004, Jason Tishler wrote: > Jim, > > Thanks for apologizing, but please post instead of sending private > email. > > On Mon, Jul 19, 2004 at 05:22:34PM -0700, Jim Ramberg wrote: > > But I have not seen any solution mentioned for this problem. > > > > Recently I have started gettin

Please try latest snapshot (Volker?)

2004-07-20 Thread Christopher Faylor
My problem building cygserver seems to be fixed in the lastest snapshot. Volker could you confirm that the problem with cygserver is no longer present in the latest snapshot? I've made no attempt to fix the MapViewOfFile stuff since I have no idea what's causing the problem. cgf -- Unsubscribe

Re: MapViewOfFileEx errors disappeared with cygwin1-20040716 snapshot

2004-07-20 Thread Corinna Vinschen
On Jul 20 15:53, Dr. Volker Zell wrote: > Well my MapViewOfFileEx errors are still there, but that seems to be a > different problem. I tried to reproduce that problem with my shm test application which forks twice, but to no avail. A simple testcase(tm) would be helpful. Corinna -- Corinna V

Re: [BUG] mprotect() on Windows NT 5+

2004-07-20 Thread Dr. Volker Zell
> Corinna Vinschen writes: > On Jul 20 11:14, Dr. Volker Zell wrote: >> > Christopher Faylor writes: >> >> > Btw, Volker, if you're reading this, could you try the latest snapshot? >> > Corinna has a theory on what's causing your problem and I'd like to see >> > if

Re: MapViewOfFileEx errors disappeared with cygwin1-20040716 snapshot

2004-07-20 Thread Dr. Volker Zell
At least > I tried it and it runs w/o assertion *and* I don't see the above > "MIT-SHM extension disabled due to lack of kernel support" message with > that Cygserver. I just checked with cygwin-20040720 and indeed cygserver runs fine again. Well my MapViewOfFil

[OT] RE: material

2004-07-20 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Rick Burger > Sent: 20 July 2004 13:11 > Please give us a call today What, all of us? Do you know how many there are on this list? > and ask for Brian Hoffman. We talked this > morning and was looking forward to your email. > > R

material

2004-07-20 Thread Rick Burger
Please give us a call today and ask for Brian Hoffman. We talked this morning and was looking forward to your email. Rick Burger - FilterPro -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cyg

Re: MapViewOfFileEx errors disappeared with cygwin1-20040716 snapshot

2004-07-20 Thread Corinna Vinschen
On Jul 19 12:36, Dr. Volker Zell wrote: > You are right. I just checked my XWin.log and it again said > > MIT-SHM extension disabled due to lack of kernel support > > also ipcs gives me > > Bad system call > > I start my cygserver as a service and a process listing shows that it's > still run

Re: [BUG] mprotect() on Windows NT 5+

2004-07-20 Thread Corinna Vinschen
On Jul 20 11:14, Dr. Volker Zell wrote: > > Christopher Faylor writes: > > > Btw, Volker, if you're reading this, could you try the latest snapshot? > > Corinna has a theory on what's causing your problem and I'd like to see > > if the cygserver problem is gone now. > > Sorry no,

Re: I apologize for mailing you directly problem with rebaseall ?

2004-07-20 Thread Jason Tishler
Jim, Thanks for apologizing, but please post instead of sending private email. On Mon, Jul 19, 2004 at 05:22:34PM -0700, Jim Ramberg wrote: > But I have not seen any solution mentioned for this problem. > > Recently I have started getting this error whenever I try to start > X-windows and kde:

RE: tcsh terminate unexpectedly

2004-07-20 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of bobmills1 > Sent: 19 July 2004 21:26 > I'm running cygwin on a WIN2k server and have the following > trouble with a tcsh executable script. > > *When run from an login shell (tcsh -l) the script runs without error. > > *I recently a

Re: [BUG] mprotect() on Windows NT 5+

2004-07-20 Thread Dr. Volker Zell
> Christopher Faylor writes: > Btw, Volker, if you're reading this, could you try the latest snapshot? > Corinna has a theory on what's causing your problem and I'd like to see > if the cygserver problem is gone now. Sorry no, see my previous post. > cgf Ciao Volker -- U

glitch with upgraded ImageMagick-6.0.3-1

2004-07-20 Thread fergus
Sorry for the fact that the phenomenon reported takes place inside a separate application. However, when presenting a gnuplot to screen I now get an error message at the same time as the (correct) image is presented in its gnuplot window, as follows: > assertion "list_info != (LinkedListInfo *) NU