Re[2]: Windows 2k crash while processing big bash script

2003-09-22 Thread -TifsSoft-
Re, Christopher, Tuesday, September 23, 2003, 2:27:27 AM, you wrote: CF> On Tue, Sep 23, 2003 at 02:25:18AM +0300, -TifsSoft- wrote: >>I think, authors of cygwin can resolve this problem. But does they >>read this list? =) It's will be a pity if nobody help me with this and >>I will be not able t

MySQL and Perl

2003-09-22 Thread Andrew DeFaria
Recently I embarked on trying to get MySQL running under Cygwin for a project I'm working on in Perl. I have downloaded both DBI and DBD for MySQL for Perl. Installing DBI was no problem. But DBD didn't work. So I searched the archives and found http://sources.redhat.com/ml/cygwin/2003-02/msg01

RE: Bug in Bash 2.05b.0(13) with nt-emacs

2003-09-22 Thread Maslen, David M
I'm using emacs 21.3 not 21.2 so perhaps this is an emacs bug. GNU Emacs 21.3.1 (i386-msvc-nt5.0.2195) of 2003-03-28 on buffy Everything else looks the same. Cygwin DLL version info: DLL version: 1.5.3 DLL epoch: 19 DLL bad signal mask: 19005 DLL old termios: 5

Math working on command line but not in script

2003-09-22 Thread Robert Mark Bram
Howdy All! I have a small script called maths.sh with the following code in it: #/usr/bin/bash count=0 echo $count count=$(( $count + 1 )) echo $count count=$(( $count + 1 )) echo $count count=$(( $count + 1 )) echo $count count=$(( $count + 1 )) echo $count When I run the instructions directly

Bug in Bash 2.05b.0(13) with nt-emacs

2003-09-22 Thread Maslen, David M
Please accept this fairly brief, bug report. I'm using GNU Emacs 21.3.1 on Windows2000 (not the cygwin build) I'm using cygwins bash 2.05b.0(13) command as my explicit-shell-command from within emacs and have c:\cygwin\bin in my path. This previously allowed me to use bash as the shell from with

Re: cygwin 1.5+ process control problem?

2003-09-22 Thread Christopher Faylor
On Tue, Sep 23, 2003 at 06:37:07AM +0400, Alexander Osipenko wrote: >Shell hangs, executing command > >$ gcc -v --help | less >Behavior noticed in > cygwin-1.5.4-1 > gcc-3.2-3 > bash-2.05b-13 > less-381-1 > >and remains after each upgrade until current version: > cygwin-1.5.5-1 > gcc-3.3.1-1

Re: PKG_CONFIG_PATH and XFree86

2003-09-22 Thread Igor Pechtchanski
On Tue, 23 Sep 2003, Frédéric L. W. Meunier wrote: > Maybe this should be directed to cygwin-xfree. I don't know, > really. > > I read there are plans to make fontconfig a package. It > probably will go to /usr/lib along with FreeType (the > standalone sources also include a .pc file for it), but

PKG_CONFIG_PATH and XFree86

2003-09-22 Thread Frédéric L. W. Meunier
Maybe this should be directed to cygwin-xfree. I don't know, really. I read there are plans to make fontconfig a package. It probably will go to /usr/lib along with FreeType (the standalone sources also include a .pc file for it), but this doesn't fix xcursor and xft. XFree86-prog installs /usr/X

Re: links, links2 and elinks

2003-09-22 Thread Frédéric L. W. Meunier
Replying to a message from 26 February... Victor Stepanov wrote: >> Does anybody using latest "home build" browser from links >> family? I've tried to compile each, but with same problem - >> links.exe does not recognize letter commands, only Ctrl >> ones. >> After finishing links.exe all letter

cygwin 1.5+ process control problem?

2003-09-22 Thread Alexander Osipenko
Shell hangs, executing command $ gcc -v --help | less when I trying to quit pressing Q after first screen. Shell hangs - no prompt, no command execution, only echoing typed chars. Second session with ps -ef shows *no* gcc or less programs running. I've pressed ^C in this state, and after a dela

apache runaway

2003-09-22 Thread Bill McCormick
I believe I have found a case where Apache (or some httpd children) steal all processor time: Here are what appear to be the conditions: 1. Have directories (such as for log files) owned by SYSTEM.None 2. Start Apache from Windows Services as LocalSystem 3. as some user other than SYSTEM ... $apa

PHP 4.3.3 not compiling with Semaphore, Shared Memory and IPC Functions (--enable-sysvmsg --enable-sysvsem --enable-sysvshm)

2003-09-22 Thread RiCH
Hi I am trying to compile PHP V4.3.3 for CLI with the following; ./configure --enable-cli --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-sigchild --with-mysql --enable-pcntl but get the following while running 'make' pt -lcrypt -lm -lcrypt -lcrypt -o sapi/cgi/php.exe ext/sysvms

Re: Windows 2k crash while processing big bash script

2003-09-22 Thread Christopher Faylor
On Tue, Sep 23, 2003 at 02:25:18AM +0300, -TifsSoft- wrote: >I think, authors of cygwin can resolve this problem. But does they >read this list? =) It's will be a pity if nobody help me with this and >I will be not able to use cygwin :( Ok, here's some more reading for you: http://cygwin.com/who.h

Re[2]: Windows 2k crash while processing big bash script

2003-09-22 Thread -TifsSoft-
Re, Christopher, Tuesday, September 23, 2003, 2:13:48 AM, you wrote: CF> On Tue, Sep 23, 2003 at 02:08:04AM +0300, -TifsSoft- wrote: >>Re, Igor, >> >>Tuesday, September 23, 2003, 1:47:07 AM, you wrote: >> >>IP> On Tue, 23 Sep 2003, -TifsSoft- wrote: >> Re, Larry, Tuesday, September

Re: Windows 2k crash while processing big bash script

2003-09-22 Thread Christopher Faylor
On Tue, Sep 23, 2003 at 02:08:04AM +0300, -TifsSoft- wrote: >Re, Igor, > >Tuesday, September 23, 2003, 1:47:07 AM, you wrote: > >IP> On Tue, 23 Sep 2003, -TifsSoft- wrote: > >>> Re, Larry, >>> >>> Tuesday, September 23, 2003, 12:04:29 AM, you wrote: >>> >>> LH> At 04:57 PM 9/20/2003, -TifsSoft- you

Re[2]: Windows 2k crash while processing big bash script

2003-09-22 Thread Larry Hall
At 06:33 PM 9/22/2003, -TifsSoft- you wrote: >Re, Larry, > >Tuesday, September 23, 2003, 12:04:29 AM, you wrote: > >LH> At 04:57 PM 9/20/2003, -TifsSoft- you wrote: >>>What about my problem? > > >LH> What about it indeed! > >LH> See > >saw. what now? Wow! I'm no

Re[3]: Windows 2k crash while processing big bash script

2003-09-22 Thread -TifsSoft-
Re, Igor, Tuesday, September 23, 2003, 1:47:07 AM, you wrote: IP> On Tue, 23 Sep 2003, -TifsSoft- wrote: >> Re, Larry, >> >> Tuesday, September 23, 2003, 12:04:29 AM, you wrote: >> >> LH> At 04:57 PM 9/20/2003, -TifsSoft- you wrote: >> >>What about my problem? >> >> LH> What about it indeed! >>

Re[2]: Windows 2k crash while processing big bash script

2003-09-22 Thread Igor Pechtchanski
On Tue, 23 Sep 2003, -TifsSoft- wrote: > Re, Larry, > > Tuesday, September 23, 2003, 12:04:29 AM, you wrote: > > LH> At 04:57 PM 9/20/2003, -TifsSoft- you wrote: > >>What about my problem? > > LH> What about it indeed! > LH> See > > saw. what now? read. ;-)

Re[2]: Windows 2k crash while processing big bash script

2003-09-22 Thread -TifsSoft-
Re, Larry, Tuesday, September 23, 2003, 12:04:29 AM, you wrote: LH> At 04:57 PM 9/20/2003, -TifsSoft- you wrote: >>What about my problem? LH> What about it indeed! LH> See saw. what now? LH> -- LH> Larry Hall http://www.rfk.com L

Re: ntsec: changing the everyone user

2003-09-22 Thread Larry Hall
At 05:23 PM 9/22/2003, Chris Rodgers you wrote: >> On Mon, Sep 15, 2003 at 05:35:20PM +0100, Chris Rodgers wrote: >> > OK. Here is an example of the way permissions leak out to "Everyone". I >> > create a new file, with no permissions granted to "other". Cygwin shows >this >> > to have worked OK. Y

Re: ntsec: changing the everyone user

2003-09-22 Thread Chris Rodgers
> On Mon, Sep 15, 2003 at 05:35:20PM +0100, Chris Rodgers wrote: > > OK. Here is an example of the way permissions leak out to "Everyone". I > > create a new file, with no permissions granted to "other". Cygwin shows this > > to have worked OK. Yet in actual fact there is an ACL there giving Everyo

Re: Windows 2k crash while processing big bash script

2003-09-22 Thread Larry Hall
At 04:57 PM 9/20/2003, -TifsSoft- you wrote: >What about my problem? What about it indeed! See -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street

Re: Manipulating user privileges (was Re: SSHD, Cygwin and Windows 2003)

2003-09-22 Thread Chris Rodgers
> Cool! How you can contribute it depends on the licensing and how much > work you are willing to invest. Do you want to put it under some GPL or > BSD license? Or do you want to keep everything together as it is? > Then create a package as described under http://cygwin.com/setup.html ... > Even

RE: Tcl/Tk wish shell execution problem under bash

2003-09-22 Thread cstark
I would like to report the same Tcl/Tk wish shell hang problem that Jeff Russell brought up. I followed the thread on this issue and have been left confused as to how to solve it. Recap: wish84 fails to bring up the command line shell while instantiating the window frame correctly. Running "s

[ANNOUNCEMENT] Whois 4.6.7-1 available

2003-09-22 Thread Mark Bradshaw
The most recent version of GNU Whois (4.6.7) has been uploaded to sourceware. This fixes the report that whois wasn't working on .org domains. The whois client allows you to query a whois db (RFC 954). Using whois you can get information on a domain name (whois redhat.com), IP addresses (whois 1

Re: gcc version 3.3.1 (cygming special)

2003-09-22 Thread Alex Vinokur
"chris" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Corinna Vinschen wrote: > > >On Mon, Sep 22, 2003 at 02:36:32PM +0300, Alex Vinokur wrote: > > > > > >>-- Cygwin -- > >>$ gcc foo.c -o foo1.exe > >>$ gcc foo.c -mno-cygwin -o foo2.exe > >> > >>-- MinGW -- > >>$

Re: Perl - trying to install libwin32

2003-09-22 Thread Gerrit P. Haase
Paul W wrote: I'm trying to install the perl libwin32 package under cygwin. I'm following the steps given in this message: Strange error, the functions are in the Windows DLL: kernel32.dll Have you installed the w32api package ( ls /usr/lib/w32api )? Yep, that's there and /usr/lib/w32api/libkerne

Re: Perl - trying to install libwin32

2003-09-22 Thread Paul W
On Mon, 2003-09-22 at 16:49, Gerrit P. Haase wrote: > Paul schrieb: > > > Hello all, > > > I'm trying to install the perl libwin32 package under cygwin. I'm > > following the steps given in this message: > > Strange error, the functions are in the Windows DLL: kernel32.dll > Have you installed t

Re: Perl - trying to install libwin32

2003-09-22 Thread Gerrit P. Haase
Paul schrieb: > Hello all, > I'm trying to install the perl libwin32 package under cygwin. I'm > following the steps given in this message: > http://sources.redhat.com/ml/cygwin/2003-01/msg00581.html [...] > ... Lots more link errors ... > File.o(.text+0x18b31):File.c: undefined reference to

Re: gcc version 3.3.1 (cygming special)

2003-09-22 Thread chris
Corinna Vinschen wrote: On Mon, Sep 22, 2003 at 02:36:32PM +0300, Alex Vinokur wrote: -- Cygwin -- $ gcc foo.c -o foo1.exe $ gcc foo.c -mno-cygwin -o foo2.exe -- MinGW -- $ gcc foo.c -o foo3.exe 1. What is the difference between foo1.exe and foo2.exe? 2. Is there any difference

How force the use of automake-1.4 and aclocal-1.4 ?

2003-09-22 Thread Alain PORTAL
Hi, Newbie on cygwin (first install last week), I'm trying to compile under cygwin an application develop with gtk/gnome on Linux. When I run the configure script, I can see that it couldn't find aclocal-1.4 and automake-1.4. But I have both version, 1.4 and 1.7. How can I force the use of the

Re: Invocation of executable file on a machine which doesn't have Cygwin installed

2003-09-22 Thread Rolf Campbell
Not unless you install at least the cygwin base package on the 2nd machine. Or compile with -mno-cygwin. Alex Vinokur wrote: Windows 2000 --- 1. Machine#1. Cygwin is installed. foo.cpp is some c++ program $ g++ foo.cpp -o foo.exe -

Perl - trying to install libwin32

2003-09-22 Thread Paul W
Hello all, I'm trying to install the perl libwin32 package under cygwin. I'm following the steps given in this message: http://sources.redhat.com/ml/cygwin/2003-01/msg00581.html , downloaded the source and the patch applies without errors, but I hit a bunch of what looks like linking errors when

CDPATH, not working

2003-09-22 Thread Charles Tremblay
Hi, This is weird; I updated over the weekend, and found out this morning that CDPATH is not working. Does anybody have an ideal? Thanks, -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwi

1.5.3-1: cygrunsrv does not start the sshd service

2003-09-22 Thread Roland Boden
Hi List, Using cygnus 1.5.3-1 on Windows NT, service pack 6. This error pops up when I try to start the service: "Could not start the OpenSSH service on \\Computername" "Error 0193: %1 is not a valid Windows NT application" I installed the service with: cygrunsrv -I sshd -d "OpenSSH" -p /u

Re: gcc version 3.3.1 (cygming special)

2003-09-22 Thread Christopher Faylor
On Mon, Sep 22, 2003 at 08:02:09AM +0300, Alex Vinokur wrote: >$ gcc -v >[snip] >gcc version 3.3.1 (cygming special)// More preferably 'cygwin', not 'cygming' So, what are you saying? You want me to change the distribution because you don't like the 'cygming'? If so: "not gonna happen". --

Re: gcc version 3.3.1 (cygming special)

2003-09-22 Thread Alex Vinokur
"Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, 22 Sep 2003, Alex Vinokur wrote: > > > $ gcc -v > > [snip] > > gcc version 3.3.1 (cygming special)// More preferably 'cygwin', not 'cygming' > > This may actually be correct. "Cygming" = "Cygwin" + "MinG

Re: gcc version 3.3.1 (cygming special)

2003-09-22 Thread Alex Vinokur
"Corinna Vinschen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, Sep 22, 2003 at 02:36:32PM +0300, Alex Vinokur wrote: > > -- Cygwin -- > > $ gcc foo.c -o foo1.exe > > $ gcc foo.c -mno-cygwin -o foo2.exe > > > > -- MinGW -- > > $ gcc foo.c -o foo3.exe > > >

Re: gcc version 3.3.1 (cygming special)

2003-09-22 Thread Corinna Vinschen
On Mon, Sep 22, 2003 at 02:36:32PM +0300, Alex Vinokur wrote: > -- Cygwin -- > $ gcc foo.c -o foo1.exe > $ gcc foo.c -mno-cygwin -o foo2.exe > > -- MinGW -- > $ gcc foo.c -o foo3.exe > > 1. What is the difference between foo1.exe and foo2.exe? > 2. Is there any difference between

Re: Getting MAC address within C program

2003-09-22 Thread Corinna Vinschen
On Mon, Sep 22, 2003 at 02:19:18PM +0300, Alex Vinokur wrote: > Is there any system call which returns MAC address? ioctl (fd, SIOCGIFHWADDR, ...) Same as U*X. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer

Re: gcc version 3.3.1 (cygming special)

2003-09-22 Thread Alex Vinokur
"Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, 22 Sep 2003, Alex Vinokur wrote: > > > $ gcc -v > > [snip] > > gcc version 3.3.1 (cygming special)// More preferably 'cygwin', not 'cygming' > > This may actually be correct. "Cygming" = "Cygwin" + "MinG

Getting MAC address within C program

2003-09-22 Thread Alex Vinokur
Is there any system call which returns MAC address? Sources of which packages contain getting MAC address? = Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html = -- Unsub

Invocation of executable file on a machine which doesn't have Cygwin installed

2003-09-22 Thread Alex Vinokur
Windows 2000 --- 1. Machine#1. Cygwin is installed. foo.cpp is some c++ program $ g++ foo.cpp -o foo.exe --- 2. Machine#2. Cygwin is not installed. Will foo.exe work on Machine#2? =

RE: mutt and 8 bit characters

2003-09-22 Thread Tony Arnold
David, > I know of two workarounds: (1) revert to version 1.8xx of > libiconv; (2) grab the mutt sources and re-compile/re-link > against the current version of > libiconv. Thanks for the tip. I recompiled mutt from the source you get from the Cygwin setup utility. It's certainly stopped it fr

RE: SUGGESTION wrt preremove / postinstall / preinstall (RE: [FAQ]Packages reported as "Incomplete" by "cygcheck -c")

2003-09-22 Thread Robert Collins
On Mon, 2003-09-22 at 18:55, Hannu E K Nevalainen (garbage mail) wrote: > I'm sure this is the way to go... I'm not that intimate with the details of > how setup works. I am ;). > My idea was based on a wish to "clean up" - for the moment. > I didn't expect it to become a "long time solution"

RE: SUGGESTION wrt preremove / postinstall / preinstall (RE: [FAQ]Packages reported as "Incomplete" by "cygcheck -c")

2003-09-22 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Robert Collins > > In general, setup needs to be taught about classes of files: > configuration files vs image files vs data and script files. > > Once that general concept is in place, we can: > * support rpm and dpkg formats more effectively > * add classes for things like apache > * be

RE: SUGGESTION wrt preremove / postinstall / preinstall (RE: [FAQ] Packages reported as "Incomplete" by "cygcheck -c")

2003-09-22 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Igor Pechtchanski > On Mon, 22 Sep 2003, Hannu E K Nevalainen (garbage mail) wrote: > > > > From: Igor Pechtchanski > > > Sent: Monday, September 15, 2003 7:18 PM > > > > > > > Q: Why are "apache" and "mod_*" packages reported as "Incomplete"? > > > A: The "apache" and "mod_*" packages us

Re: ssh login with [rd]sa key, permissions on keyfile problems

2003-09-22 Thread Corinna Vinschen
On Sun, Sep 21, 2003 at 02:43:29PM +0200, Fermin Sanchez wrote: > Hello Corinna > > > > > Is your home directory on an SMB share? If so, you may > > > > need to add "smbntsec" to your CYGWIN environment variable. > > > Yes it is - so to speak. It's on a Windows Server 2003 > > > Share, not on

Here's Your Success Report

2003-09-22 Thread America's Note Network
Subscriber: [EMAIL PROTECTED] _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ ANN & Winning In The Cash Flow Business Weekly Success Report For 9/15/03 -- Issue 44 "...I too could be successful in this exciting venture." _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/