RE: Problem Running Apache through Cygwin

2003-06-13 Thread Elfyn McBratney
On Sat, 14 Jun 2003, Sergio wrote: > Elfyn, > > Thanks for the reply. Well you're right about apache and cygwin's conflict. > I can't install in as a service either. I tried, "cygrunsrv -I httpd -p > /usr/sbin/httpd -a -k". That worked fine, but when I "cygrunsrv -S httpd" > it gives me this: >

RE: Problem Running Apache through Cygwin

2003-06-13 Thread Sergio
Elfyn, Thanks for the reply. Well you're right about apache and cygwin's conflict. I can't install in as a service either. I tried, "cygrunsrv -I httpd -p /usr/sbin/httpd -a -k". That worked fine, but when I "cygrunsrv -S httpd" it gives me this: cygrunsrv: Error starting a service: QueryServic

undefined reference to '_tgoto' error...

2003-06-13 Thread 김득중
Hello, I am trying to install cross compiler at the cygwin-1.3.22, but i get the following errors when building gdb-4.17 : Making init.c gcc -c -O2 -g -I. -I../../gdb-4.17/gdb -I../../gdb-4.17/gdb/config -DHAVE_CONFIG_H -I../../gdb-4.17/gdb/../include/opcode -I../../gdb-4.17/gdb/../readline -

Re: Swapping CTRL & CAPS

2003-06-13 Thread Joakim Erdfelt
On Fri, 13 Jun 2003, Scott W Brim wrote: I swap them in the Windows registry. Easiest is probably to look for a little thing called ctrl2cap.zip. Thanks, this helps. Igor Pechtchanski wrote: What Cygwin environment? He said he ran xemacs -- there is no xemacs package under Cygwin. I was having

Re: patch in cygutil/lpr

2003-06-13 Thread Charles Wilson
Rick Rankin wrote: Gilles, I will make sure this gets into the "official" version, although I have no control over when it will be released. That's up to Chuck Wilson. Committed to CVS BRANCH_1_1_x and BRANCH_1_2_x Released as cygutils-1.1.4-2, available soon from a mirror near you. --Chuck

RE: Bash 2.05 not reading my ~/.bashrc

2003-06-13 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Schulze, Dean > Just installed the latest Cygwin release and the bash shell > (2.05b.0(9)-release) does not read my $HOME/.bashrc file. > > The HOME env. variable was not set when I installed Cygwin so I set it > later. Maybe the in

Re: Problem Running Apache through Cygwin

2003-06-13 Thread Elfyn McBratney
On Fri, 13 Jun 2003, Sergio wrote: > Hello, > > I have the latest cygwin build, I downloaded it off the net a week ago. This > is my first install of Apache. I think I have done everything correctly > regarding configuration, yet I still can't view documents through apache. I > have set the Serv

Problem Running Apache through Cygwin

2003-06-13 Thread Sergio
Hello, I have the latest cygwin build, I downloaded it off the net a week ago. This is my first install of Apache. I think I have done everything correctly regarding configuration, yet I still can't view documents through apache. I have set the ServerName to 127.0.0.1 and port to 80. The error

Re: Patch to allow CVS cygwin enable-malloc-debugging to compile

2003-06-13 Thread Michael Checky
On Thu, 12 Jun 2003, Christopher Faylor wrote: > Don't bother. This patch is unacceptable for cygwin. Randomly adding > '#if 0' to a header and '#ifndef __CYGWIN__' to cygwin code is not ever > going to be accepted. I didn't submit the patch to be applied to the cygwin sources, I submitted it to

Re: cygpath bug?

2003-06-13 Thread BB
"Shankar Unni" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > BB wrote: > > > Shouldn't GetShortPathName() == 0 always cause the get_short_name() > > function to fail? > > I would sincerely hope not. I see no reason why cygpath conversion has > to be tied to the existence of files. W

Re: resolving file access permissions...

2003-06-13 Thread Corinna Vinschen
On Fri, Jun 13, 2003 at 01:50:30PM -0400, Larry Hall wrote: > You're stuck between a rock and a hard place as they say, assuming you > plan to stick with FAT32 as your file system type (and that you're not > interested in supplying a patch to Cygwin ;-) ) You're right that > 'ntsec' only works for

Re: interested in cscope?

2003-06-13 Thread Corinna Vinschen
On Thu, Jun 13, 2002 at 12:51:09PM -0600, [EMAIL PROTECTED] wrote: > Just curious how many people would be interested in seeing cscope as a package > available through cygwin's setup... > > I'm pretty much regular user and am considering volunteering myself to > contribute/maintain cscope for c

Re: Changing users in a bash shell.

2003-06-13 Thread Jason Tishler
Igor, On Fri, Jun 13, 2003 at 12:25:25PM -0400, Igor Pechtchanski wrote: > On Fri, 13 Jun 2003, Jason Tishler wrote: > > I know of three ways to do this: > > > > 1. Log out and log back in as postgres. [1] > > 2. Set up sshd and then execute "ssh [EMAIL PROTECTED]". [2] > > 3. Use Fast

Re: Setup hangs between "create icons" and "postinstall"

2003-06-13 Thread Igor Pechtchanski
Will, It seems that the postinstall script hangs at some point in execution. The setup.log.postinstall* file is where the output is redirected. Since the tracing of commands is not turned on, we don't quite know where it's hanging. Try copying base-files-mketc.sh to something like aaabase-files-m

Re: mkpasswd usage in passwd-grp.sh

2003-06-13 Thread Larry Hall
Robb, Sam wrote: I've noticed an odd behavior from mkpasswd (as run from the postinstall script passwd-grp.sh) when installing Cygwin. I've been testing the command-line options from the CVS head, so I've done this a couple of times. For these tests, I'm logged in and installing as a domain user.

(Fwd) Re: Setup hangs between "create icons" and "postinstall"

2003-06-13 Thread Will Marsh
OK, the mailer wouldn't accept it with the attachment, too big. If you'd like the file, tell me where to send it and I will. Will Marsh --- Forwarded message follows --- From: Will Marsh <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject:

mkpasswd usage in passwd-grp.sh

2003-06-13 Thread Robb, Sam
I've noticed an odd behavior from mkpasswd (as run from the postinstall script passwd-grp.sh) when installing Cygwin. I've been testing the command-line options from the CVS head, so I've done this a couple of times. For these tests, I'm logged in and installing as a domain user. In a clean inst

Re: named pipes?

2003-06-13 Thread Larry Hall
Christopher Faylor wrote: On Fri, Jun 13, 2003 at 10:57:14AM -0400, Larry Hall wrote: Chuck wrote: Are there any plans to add names pipes to cygwin? There is no active implementation underway AFAIK. You can check the email archives for an overview of the history of the discussion on this issue.

Re: Swapping CTRL & CAPS

2003-06-13 Thread Neal D. Becker
On Friday 13 June 2003 12:39 pm, Igor Pechtchanski wrote: > On Fri, 13 Jun 2003, Scott W Brim wrote: > > On Fri, Jun 13, 2003 08:13:19AM -0400, Neal D. Becker allegedly wrote: > > > I've got xemacs-21.4.12 running fine on the latest cygwin. Now I only > > > have one problem. I normally run linux/

Re: resolving file access permissions...

2003-06-13 Thread Larry Hall
P.B. Dushkin wrote: hi. so, i have done a good deal of net searching pior to seeking email advice, i'd appreciate your feedback at this point... I have recently installed cygwin on W2K using CYGWIN=binmode ntea tty; It seems that ntsec is infinutely more useful for unix-like file directories but,

interested in cscope?

2003-06-13 Thread vtodor
Just curious how many people would be interested in seeing cscope as a package available through cygwin's setup... I'm pretty much regular user and am considering volunteering myself to contribute/maintain cscope for cygwin, assuming I'm not the only one using it. BTW, http://cygwin.com/set

Re: Bash 2.05 not reading my ~/.bashrc

2003-06-13 Thread Larry Hall
Schulze, Dean wrote: Just installed the latest Cygwin release and the bash shell (2.05b.0(9)-release) does not read my $HOME/.bashrc file. The HOME env. variable was not set when I installed Cygwin so I set it later. Maybe the installation uses the value of $HOME when the installation was done (j

Re: named pipes?

2003-06-13 Thread Christopher Faylor
On Fri, Jun 13, 2003 at 10:57:14AM -0400, Larry Hall wrote: >Chuck wrote: >>Are there any plans to add names pipes to cygwin? > >There is no active implementation underway AFAIK. You can check the >email archives for an overview of the history of the discussion on this >issue. As always, we like

resolving file access permissions...

2003-06-13 Thread P.B. Dushkin
hi. so, i have done a good deal of net searching pior to seeking email advice, i'd appreciate your feedback at this point... I have recently installed cygwin on W2K using CYGWIN=binmode ntea tty; It seems that ntsec is infinutely more useful for unix-like file directories but, from what i gather, i

Bash 2.05 not reading my ~/.bashrc

2003-06-13 Thread Schulze, Dean
Just installed the latest Cygwin release and the bash shell (2.05b.0(9)-release) does not read my $HOME/.bashrc file. The HOME env. variable was not set when I installed Cygwin so I set it later. Maybe the installation uses the value of $HOME when the installation was done (just a guess). I als

Re: cygpath bug?

2003-06-13 Thread Igor Pechtchanski
On Fri, 13 Jun 2003, Shankar Unni wrote: > BB wrote: > > > Shouldn't GetShortPathName() == 0 always cause the get_short_name() > > function to fail? > > I would sincerely hope not. I see no reason why cygpath conversion has > to be tied to the existence of files. We often need to use cygpath to >

Re: Swapping CTRL & CAPS

2003-06-13 Thread Scott W Brim
OK, thanks. -- 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: Swapping CTRL & CAPS

2003-06-13 Thread Igor Pechtchanski
On Fri, 13 Jun 2003, Scott W Brim wrote: > On Fri, Jun 13, 2003 12:39:00PM -0400, Igor Pechtchanski allegedly wrote: > > Note that neither the question nor the answer have anything to do with > > Cygwin. > > What do you think he should have done? He didn't know where the > solution might be for t

Re: The other side of bell-style

2003-06-13 Thread Randall R Schulz
Michael, Cygwin was changed to use the system beep as of Cygwin version 1.3.21: From : Changes since 1.3.20-1: - Use MessageBeep for cygwin "bell". (Vaclav Haisman) So just update your Cygwin and you'll get what you want. Randall Schulz At

Re: cygpath bug?

2003-06-13 Thread Shankar Unni
BB wrote: Shouldn't GetShortPathName() == 0 always cause the get_short_name() function to fail? I would sincerely hope not. I see no reason why cygpath conversion has to be tied to the existence of files. We often need to use cygpath to convert between formats for files which we are about to cre

Re: The other side of bell-style

2003-06-13 Thread Igor Pechtchanski
On Fri, 13 Jun 2003, Michael T. Davis wrote: > Looking through the archives and searching the 'net, it looks like > most people want to disable the bell in CYGWIN. In my case, I find the > bell coming through my PC's speaker annoying, but only because it's not > coming out of my audio car

Re: Swapping CTRL & CAPS

2003-06-13 Thread Scott W Brim
On Fri, Jun 13, 2003 12:39:00PM -0400, Igor Pechtchanski allegedly wrote: > Note that neither the question nor the answer have anything to do with > Cygwin. What do you think he should have done? He didn't know where the solution might be for the cygwin environment. The only change I think would

nobinmode pipes?

2003-06-13 Thread Chuck
I'm porting a ksh script to pdksh running under cygwin and noticed that if a run a windows program in a coprocess, the pipe seems to stay in binmode even if I set nobinmode in the CYGWIN variable. How can I get rid of those pesky carriage returns that the Windows program outputs at the end every

Re: Swapping CTRL & CAPS

2003-06-13 Thread Shankar Unni
Karr, David wrote: Go to http://www.sysinternals.com and get the "Ctrl2Cap" tool. That one installs a DLL (kernel driver that intercepts keypresses) to do the keymapping, and is an excellent introduction to driver writing for NT. It's also possible to do this less invasively with a simple regist

Re: Swapping CTRL & CAPS

2003-06-13 Thread Igor Pechtchanski
On Fri, 13 Jun 2003, Scott W Brim wrote: > On Fri, Jun 13, 2003 08:13:19AM -0400, Neal D. Becker allegedly wrote: > > I've got xemacs-21.4.12 running fine on the latest cygwin. Now I only have > > one problem. I normally run linux/kde, and have the caps lock and ctrl key > > swapped (so ctrl is

The other side of bell-style

2003-06-13 Thread Michael T. Davis
Looking through the archives and searching the 'net, it looks like most people want to disable the bell in CYGWIN. In my case, I find the bell coming through my PC's speaker annoying, but only because it's not coming out of my audio card. I would prefer to be able to have the beep passed

Re: Changing users in a bash shell.

2003-06-13 Thread Igor Pechtchanski
On Fri, 13 Jun 2003, Jason Tishler wrote: > Matthew, > > On Thu, Jun 12, 2003 at 01:08:55PM -0700, Matthew Rudolph wrote: > > In the postgres.x.x.x.README there is the following: > > ->The "$" prompt indicates running as the "postgres" user. > > Log in as "postgres" or use ssh to emulate Unix's

Re: patch in cygutil/lpr

2003-06-13 Thread Rick Rankin
Gilles, I will make sure this gets into the "official" version, although I have no control over when it will be released. That's up to Chuck Wilson. --Rick --- gilles civario <[EMAIL PROTECTED]> wrote: > > Hello. > > I've found that the new version of lpr provided with cygutils-1.1.4 no longer

RE: Swapping CTRL & CAPS

2003-06-13 Thread Karr, David
Go to http://www.sysinternals.com and get the "Ctrl2Cap" tool. > -Original Message- > From: Neal D. Becker [mailto:[EMAIL PROTECTED] > > I've got xemacs-21.4.12 running fine on the latest cygwin. Now I only > have > one problem. I normally run linux/kde, and have the caps lock and ctrl

Re: 1.3.22 login problem

2003-06-13 Thread Larry Hall
Dima Chubarov wrote: Hello, login always fails with my cygwin installation on Win2000. I have checked the mailing lists and found the following letter by Corinna Vinschen (in reply to Mark Calder): Mark Calder> When I use the login command I get "login Mark Calder> incorrect". Corinna Vinschen>

Re: named pipes?

2003-06-13 Thread Larry Hall
Chuck wrote: Are there any plans to add names pipes to cygwin? There is no active implementation underway AFAIK. You can check the email archives for an overview of the history of the discussion on this issue. As always, we like patches. ;-) -- Larry Hall http://www

libiconv package must be recompiled

2003-06-13 Thread Sam Steingold
It appears that the current cygwin libiconv package still has problems described in the following messages: it also appears that all it takes to fix the problem is to recompile the libr

Re: Patch to allow CVS cygwin enable-malloc-debugging to compile

2003-06-13 Thread Michael Checky
I would except for the fact that the web page also states you can't post to [EMAIL PROTECTED] unless you subscribe to it. I'm not interested in subscribing. Feel free to cross-post the patch if you want. Michael Checky You might want to send this to [EMAIL PROTECTED] , as per

1.3.22 login problem

2003-06-13 Thread Dima Chubarov
Hello, login always fails with my cygwin installation on Win2000. I have checked the mailing lists and found the following letter by Corinna Vinschen (in reply to Mark Calder): Mark Calder> When I use the login command I get "login Mark Calder> incorrect". Corinna Vinschen> You cannot change us

Re: Cygwin and phpPgAdmin

2003-06-13 Thread Jason Tishler
Márcio, On Thu, Jun 12, 2003 at 04:33:54PM -0300, Márcio Ferreira wrote: > I'm sorry but I think you are the one can help me with my trouble. > [snip] > Can you help me? I'm sorry but I can't help you because I do not have any experience with phpPgAdmin. BTW, mixing native Win32 and Cygwin appli

Re: Swapping CTRL & CAPS

2003-06-13 Thread Scott W Brim
On Fri, Jun 13, 2003 08:13:19AM -0400, Neal D. Becker allegedly wrote: > I've got xemacs-21.4.12 running fine on the latest cygwin. Now I only have > one problem. I normally run linux/kde, and have the caps lock and ctrl key > swapped (so ctrl is where it's supposed to be). You need ctrl for e

Re: Changing users in a bash shell.

2003-06-13 Thread Jason Tishler
Matthew, On Thu, Jun 12, 2003 at 01:08:55PM -0700, Matthew Rudolph wrote: > In the postgres.x.x.x.README there is the following: > ->The "$" prompt indicates running as the "postgres" user. > Log in as "postgres" or use ssh to emulate Unix's "su" command. > > Can you point me to something that

named pipes?

2003-06-13 Thread Chuck
Are there any plans to add names pipes to cygwin? -- 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/

Swapping CTRL & CAPS

2003-06-13 Thread Neal D. Becker
I've got xemacs-21.4.12 running fine on the latest cygwin. Now I only have one problem. I normally run linux/kde, and have the caps lock and ctrl key swapped (so ctrl is where it's supposed to be). You need ctrl for emacs! How can I swap/remap these keys when running on cygwin (non-x)? -- U

Re: one byte reads in bash

2003-06-13 Thread Corinna Vinschen
On Fri, Jun 13, 2003 at 12:48:15PM +0200, Roland Schwingel wrote: > Hi... > > I would do it if there wouldn't be 2 "sideeffects": > 1) not familiar enough with bash's internals > 2) not enough time As usual. I have the same problems. I don't even use bash. Corinna -- Corinna Vinschen

Re: one byte reads in bash

2003-06-13 Thread Roland Schwingel
Hi... I would do it if there wouldn't be 2 "sideeffects": 1) not familiar enough with bash's internals 2) not enough time Sorry, Roland [EMAIL PROTECTED] wrote on 13.06.2003 11:28:47: > On Fri, Jun 13, 2003 at 10:44:25AM +0200, Roland Schwingel wrote: > > Hi Corinna > > > > > On Fri, Jun

Re: one byte reads in bash

2003-06-13 Thread Corinna Vinschen
On Fri, Jun 13, 2003 at 10:44:25AM +0200, Roland Schwingel wrote: > Hi Corinna > > > On Fri, Jun 13, 2003 at 09:56:06AM +0200, Roland Schwingel wrote: > > > Is it possible to apply the fix mentioned above once to the "regular" > > > cygwin bash, so > > > one does not always need to recompile b

Re: one byte reads in bash

2003-06-13 Thread Roland Schwingel
Hi Corinna > On Fri, Jun 13, 2003 at 09:56:06AM +0200, Roland Schwingel wrote: > > Is it possible to apply the fix mentioned above once to the "regular" > > cygwin bash, so > > one does not always need to recompile bash on his own? > > When I have a bit of time I'll upload a new version of bas

Re: one byte reads in bash

2003-06-13 Thread Corinna Vinschen
On Fri, Jun 13, 2003 at 09:56:06AM +0200, Roland Schwingel wrote: > Is it possible to apply the fix mentioned above once to the "regular" > cygwin bash, so > one does not always need to recompile bash on his own? When I have a bit of time I'll upload a new version of bash containing that patch.

RE : Updated: cron-3.0.1-10

2003-06-13 Thread FLOC'H Jean-Francois FTRD/DMR/BEL
.. -Message d'origine- De : Corinna Vinschen [mailto:[EMAIL PROTECTED] Envoyé : mardi 10 juin 2003 12:56 À : cygann Objet : Updated: cron-3.0.1-10 I have updated the version of cron on cygwin.com to 3.0.1-10. When starting cron in a console window, it was impossible to close the consol

Re: Little Problem

2003-06-13 Thread Frey Arnaud
Ok thanks a lot. - Original Message - From: "Elfyn McBratney" <[EMAIL PROTECTED]> To: "Frey Arnaud" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 9:46 AM Subject: Re: Little Problem > On Fri, 13 Jun 2003, Frey Arnaud wrote: > > > Ok thanks... In fact after laun

Re: one byte reads in bash

2003-06-13 Thread Roland Schwingel
Hi... [EMAIL PROTECTED] wrote on 12.06.2003 19:05:35: > Just so that the list thread gets the info, I had a private reply from Dan > Vasaru, who referred me to his patch to bash here: > > http://sources.redhat.com/ml/cygwin/2002-09/msg00446.html > > I applied his patch to the current cygwin bash s

Re: Little Problem

2003-06-13 Thread Elfyn McBratney
On Fri, 13 Jun 2003, Frey Arnaud wrote: > Ok thanks... In fact after launching ssh-host-config and little other > things, sshd can be launched, but I installed it as a service and as a > service, it doesn't start. Windows prints: The service has stopped quite > after it has started (sorry for the

Re: Little Problem

2003-06-13 Thread Frey Arnaud
Ok thanks... In fact after launching ssh-host-config and little other things, sshd can be launched, but I installed it as a service and as a service, it doesn't start. Windows prints: The service has stopped quite after it has started (sorry for the poor translation). Arnaud - Original Messag