Re: Anonymous ftp on 1.3.9

2002-03-22 Thread Andrew DeFaria
Pavel Tsekov wrote: > AD> Funny my experience is the opposite. I turned on the Guest account then > AD> edited my /etc/passwd to change "Guest" to "ftp" in the username field > AD> only and set the home directory to point to my FTP area. At this point > AD> "Guest" does not have a password. Ano

RE: Interesting Problem

2002-03-22 Thread Robert Collins
> -Original Message- > From: Prentis Brooks [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 23, 2002 12:18 AM > Also, unless the Computer Browser > Service is running, cygrunsrv will not start cron, same > behavior as with sshd. I do not know if other cygrunsrv > processes are a

Re: cygwin1.dll bug in ftime

2002-03-22 Thread Christopher Faylor
On Fri, Mar 22, 2002 at 06:24:00PM +0800, Wu Yongwei wrote: >More tests show that gettimeofday has problems with timezones, too! Calm down. >Just terrible. Yeah, we're mean. int gettimeofday(struct timeval *tp, void *tzp); DESCRIPTION The gettimeofday() function obtains the current time

RE: [Possible BUG and a fix] Re[2]: Setup.Exe causes Application Error at 0x78001750

2002-03-22 Thread Robert Collins
Thanks for taking the time to look at this - I really appreciate that. BTW: If it's reproducible, tell me the steps and I'll look too. Also, if it's reproducible, try building with -DDEBUG. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygw

RE: [Possible BUG and a fix] Re[2]: Setup.Exe causes Application Error at 0x78001750

2002-03-22 Thread Robert Collins
> -Original Message- > From: Pavel Tsekov [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 23, 2002 11:03 AM > strcpy (dp, dots); > delete[] dots; > key = String (dp); > > LOOK HERE - This is not right - we should delete at the base > of the block, not somewhere in the middle

Setup.exe snapshots problem - fix

2002-03-22 Thread Michael A Chase
Some of the setup snapshots leading up to version 2.194.2.14 wrote package list files (/etc/setup/*.lst.gz) with invalid characters in some of the lines. The scripts in http://home.ix.netcom.com/~mchase/zip/clean_lst.zip will clean up the invalid lines. They only change files that contain the in

Re[2]: Anonymous ftp on 1.3.9

2002-03-22 Thread Pavel Tsekov
Hello Andrew, Saturday, March 23, 2002, 1:17:02 AM, you wrote: [snip] AD> Now to get it working on my home PC where there is no domain controller. AD> This is on Windows XP. >> I've >> determined that creating a user without a password to be used by >> ftpd doesnt work on WinXP (maybe others t

Re: Anonymous ftp on 1.3.9

2002-03-22 Thread Andrew DeFaria
Pavel Tsekov wrote: > Friday, March 22, 2002, 9:46:31 AM, you wrote: > >>What exactly isn't working ? >> >> AD> adefaria:/bin/ftp adefaria AD> Connected to adefaria.SALIRA.COM. AD> 220- Welcome to adefaria's ftp service AD> 220 adefaria FTP server (GNU inetutils 1.3.2

[Possible BUG and a fix] Re[2]: Setup.Exe causes Application Error at 0x78001750

2002-03-22 Thread Pavel Tsekov
Ok - more inf... I think I've found the problem... site_list_type::init (...) [snip some code] char *dp = new char[2 * newurl.size() + 3]; while (dot != dots) { if (*dot == '.' || *dot == '/') { char *sp; if (dot[3] == 0) *dp++ = '~';/* sort .com/.edu/

RE: crypt command

2002-03-22 Thread Gupta, Sanjay
Thanks for your reply. I have crypt command. It is installed but it looks like it is different than the unix version. In all Unix version, you can issue the following command to encrypt a file. The crypt command in cygwin does not accept file names. crypt mypassword < filename > encryptedfilenam

Re: Setup.Exe causes Application Error at 0x78001750

2002-03-22 Thread Pavel Tsekov
Hello, I want to notify all interested people that I've undoubtfully located the function which causes this problem - it's __builtin_vector_delete, and more specifically a call to free() inside its code. As I cant reproduce currently this behaviour on my machine I'm stuck to looking at the sourc

RE: Time sharing and fork

2002-03-22 Thread Robert Collins
> -Original Message- > From: Stephane Corbe [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 23, 2002 2:55 AM > I don't want serialized anything, I don't expect that the > child or the father start at first. That's serialisation. You want to ensure that the parent does not quit bef

RE: GCC program always opening files in text mode

2002-03-22 Thread Robert Collins
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 23, 2002 2:08 AM > To: [EMAIL PROTECTED] > Subject: RE: GCC program always opening files in text mode > > > > Thanks, adding "t" to fopen did help. But how do I specify > text mode for

Re[3]: Anonymous ftp on 1.3.9

2002-03-22 Thread Pavel Tsekov
Friday, March 22, 2002, 9:46:31 AM, you wrote: [snip] >AD> I had set up anonymous ftp before and it was working find (probably >AD> around 1.3.6). Now on 1.3.9 it doesn't seem to be working right. I've > >What exactly isn't working ? > >>> >>> AD> adefaria:/bin/ftp adefaria

crypt command

2002-03-22 Thread Gupta, Sanjay
Hello All, I am looking for crypt command similar to unix crypt command. In Unix, I could do crypt password < filename > encryptedfilename but the same thing does not work in cygwin. I have asked this question before and did not get any satisfactory response. Please atleast tell me, whether it

script and/or proftpd for cygwin?

2002-03-22 Thread dave
Hello, Has anyone ported the unix script utility to cygwin? Or, is anyone using proftpd on cygwin? Thanks. Dave. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: csh.exe

2002-03-22 Thread Christopher Faylor
On Fri, Mar 22, 2002 at 02:48:22PM -0500, Robinow, David wrote: >>This doesn't necessarily make a difference. Are they distributing the >>cygwin DLL? That's where the problem always lies. > >Dunno. It appears they have a good understanding of the GPL but who >knows what to expect from somebody

RE: csh.exe

2002-03-22 Thread Robinow, David
> From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Subject: Re: csh.exe > On Fri, Mar 22, 2002 at 01:02:59PM -0500, Robinow, David wrote: > >>From the NCAR web page: http://ngwww.ucar.edu/ncl/download.html > >"NCAR Graphics is available under the GNU General Public License" > > This doesn't

Re: NASM

2002-03-22 Thread Gerrit P. Haase
Jim, Freitag, 22. März 2002 18:59:57, du schriebst: I'm no native english speaker, so I'm not sure I understand what you ask me, I will ask back: >> This version of NASM has been modified by SciTech Software such that it Yes, that is what the Readme in the sources stated. What is the problem

Re: csh.exe

2002-03-22 Thread Christopher Faylor
On Fri, Mar 22, 2002 at 01:02:59PM -0500, Robinow, David wrote: >>From the NCAR web page: http://ngwww.ucar.edu/ncl/download.html >"NCAR Graphics is available under the GNU General Public License" This doesn't necessarily make a difference. Are they distributing the cygwin DLL? That's where the

RE: csh.exe

2002-03-22 Thread Robinow, David
>From the NCAR web page: http://ngwww.ucar.edu/ncl/download.html "NCAR Graphics is available under the GNU General Public License" > -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 22, 2002 12:54 PM > To: [EMAIL PROTECTED] > Subject: Re: csh.

RE: csh.exe

2002-03-22 Thread Dennis McCunney
> -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 22, 2002 12:54 PM > To: [EMAIL PROTECTED] > Subject: Re: csh.exe > > On Fri, Mar 22, 2002 at 11:12:03AM -0500, Robinow, David wrote: > >>From the NCAR web page: > > > >"A Windows port is in th

Re: csh.exe

2002-03-22 Thread Christopher Faylor
On Fri, Mar 22, 2002 at 11:12:03AM -0500, Robinow, David wrote: >>From the NCAR web page: > >"A Windows port is in the works, using Cygwin and XFree86. If you are >interested in helping test this port, please send email to Mary Haley at >[EMAIL PROTECTED]" Golly gee whiz. I wonder if they will a

Re: Strange behaviour of vpath with dos paths

2002-03-22 Thread Johan Bezem
Christopher Faylor wrote: > That means you send the ChangeLog entry (not the diff of a ChangeLog > entry) and patch in clear text so that the barrier to inspecting your > work is minimal. This is standard across every project that I am > aware of. Sorry for the attachment then. Here it's once a

RE: csh.exe

2002-03-22 Thread Robinow, David
>From the NCAR web page: "A Windows port is in the works, using Cygwin and XFree86. If you are interested in helping test this port, please send email to Mary Haley at [EMAIL PROTECTED]" > -Original Message- > From: Paul Dilip K NPRI [mailto:[EMAIL PROTECTED]] > Subject: RE: csh.exe > Th

RE: csh.exe

2002-03-22 Thread Larry Hall (RFK Partners, Inc)
At 10:47 AM 3/22/2002, Paul Dilip K NPRI wrote: >Thanks. NCAR graphics needs csh; I gather tcsh is enhanced csh. But it does not work. ^^^ for you I'm left scratching my head as to why you felt it important to relay this tidbit of non-information. I guess you just felt l

RE: csh.exe

2002-03-22 Thread Paul Dilip K NPRI
Thanks. NCAR graphics needs csh; I gather tcsh is enhanced csh. But it does not work. Dilip Paul -Original Message- From: Hack Kampbjørn [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 8:59 AM To: Paul Dilip K NPRI Cc: '[EMAIL PROTECTED]' Subject: Re: csh.exe > Paul Dilip K NPR

Re: Time sharing and fork

2002-03-22 Thread Larry Hall (RFK Partners, Inc)
At 10:55 AM 3/22/2002, Stephane Corbe wrote: >Christopher Faylor wrote: > > > That's not guaranteed fork behavior. If the child never started, that would > > be a bug. > >As you can see in my previous post, the programm is really simple : >a loop of printf for the child, a loop of printf for the

RE: GCC program always opening files in text mode

2002-03-22 Thread Isaac . Pacht
Thanks, adding "t" to fopen did help. But how do I specify text mode for an ofstream? "Robert Collins" <[EMAIL PROTECTED]> on 03/22/2002 09:53:12 AM To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc: Subject: RE: GCC program always opening files in text mode > -Original Message--

Cross Compiler for ARM under Cygwin

2002-03-22 Thread FrancisDomoney
Dave Feustel generated some correspondence a year ago about implementing a cross compiler for ARM under Cygwin. Dave if you see this, I am embarking on the same adventure. I am reading Mumit Kahn's how to with great interest. How well did you succeed, and have you any pointers to avoid the

Re: Time sharing and fork

2002-03-22 Thread Stephane Corbe
Christopher Faylor wrote: > That's not guaranteed fork behavior. If the child never started, that would > be a bug. As you can see in my previous post, the programm is really simple : a loop of printf for the child, a loop of printf for the father. There's no place for a bug here ... > There

resolv or -lresolve

2002-03-22 Thread Bartell, William J.
Has anyone made a resolve library fro cygwin or even a stub for Winsock?I'm working on source that I need to be compatible with Linux and other variants and yet work on windows(cygwin). The source is making references to 'dn_expand' '_getshore' '__dn_skipname' and others. I've downloaded the glib

Re: NASM

2002-03-22 Thread Jim
> > This version of NASM has been modified by SciTech Software such that it I'm all for going to the heart of the issue - why are you going to a modified version? When they're still making improvements to the base? I mean sure it's modified, but that locks it into an old version path There

RE: GCC program always opening files in text mode

2002-03-22 Thread Robert Collins
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 23, 2002 1:45 AM > To: [EMAIL PROTECTED] > Subject: GCC program always opening files in text mode > > > I'm trying to open a file on windows in "text" mode (i.e., > translate LF to CR/LF

GCC program always opening files in text mode

2002-03-22 Thread Isaac . Pacht
I'm trying to open a file on windows in "text" mode (i.e., translate LF to CR/LF on output). But no matter how I open the file (fopen, ofstream, std::ofstream) it outputs only LF's (unless, of course, I output a "\r\n" pair explicitly). This is even though I am not specifying binary mode. >From

RE: New version of setup.exe broken when running with WINE

2002-03-22 Thread Robert Collins
> -Original Message- > From: Hack Kampbjørn [mailto:[EMAIL PROTECTED]] > Sent: Saturday, March 23, 2002 1:13 AM > Next verify that downgrading to a "stable" cygwin dll will > fix it, so search for that good old copy of cygwin B20 (B19 > will also do here). This takes some time includ

Re: Time sharing and fork

2002-03-22 Thread Christopher Faylor
On Fri, Mar 22, 2002 at 12:50:07PM +, Stephane Corbe wrote: >An interresting part of strace traces of the programm show well that the >child didn't start before the death of his father : That's not guaranteed fork behavior. If the child never started, that would be a bug. There is no guaran

Re: csh.exe

2002-03-22 Thread Tim Prince
On Friday 22 March 2002 05:42, Paul Dilip K NPRI wrote: > Hi, > How do I get csh.exe. I did not see that in shell options. > Typical linux distros set up by default with a symlink to make tcsh appear as csh. You can do the same in cygwin, if you install tcsh. -- Tim Prince -- Unsubscribe info:

Re: Strange behaviour of vpath with dos paths

2002-03-22 Thread Christopher Faylor
On Fri, Mar 22, 2002 at 11:23:16AM +0100, Johan Bezem wrote: >Christopher Faylor wrote: > >> >So, my question: Where can I find the repository of the CygWin make >> >package? Or otherwise, how to proceed from here? >> >> You can't. Use the make source tarball and submit ChangeLog + patch >> here

procmail locking problem warning (was Re: procmail on cygwin)

2002-03-22 Thread Jason Tishler
On Mon, Dec 10, 2001 at 01:49:58PM -0500, Jason Tishler wrote: > Otherwise, you can try my attached build recipe. I found an issue with my procmail build recipe that causes a mbox file locking problem. So, I'm posting this warning. If interested, see the following for the aforementioned recipe:

Re: New version of setup.exe broken when running with WINE

2002-03-22 Thread Hack Kampbjørn
Christopher Faylor wrote: > > On Fri, Mar 22, 2002 at 02:15:46PM +1100, Robert Collins wrote: > >If setup.exe is doing something that shouldn't work on win9x->XP but > >that does.. then we've discovered another MS bug to add to the > >bug-compatible checklist. However I suspect we've just found a

Re: csh.exe

2002-03-22 Thread Hack Kampbjørn
> Paul Dilip K NPRI wrote: > > Hi, > How do I get csh.exe. I did not see that in shell options. > If tcsh (http://www.cygwin.com/packages/tcsh/) isn't good enough then maybe this section in the FAQ does answer your question: Why isn't package available in Cygwin? (Or, why is your package so

csh.exe

2002-03-22 Thread Paul Dilip K NPRI
Hi, How do I get csh.exe. I did not see that in shell options.   Thanks Dilip K. Paul mailto:[EMAIL PROTECTED]   -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Redirection with djgpp apps under cygwin bash

2002-03-22 Thread Boris New
Hi, I'd like to know why redirections don't work under cygwin bash with djgpp apps. If I use the djgpp sort something like: sort temp.txt >temp2.txt won't work and will print the output on the screen. Thanks in advance ** http://www.borisnew.org/journalclub http:

Re: PostgreSQL 7.2 won't start as service

2002-03-22 Thread Jason Tishler
Wu, On Fri, Mar 22, 2002 at 04:11:56PM +0800, Wu Yongwei wrote: > 7.1.3 is running well as service on my Windows 2000 box. After installing > 7.2 the service won't start. Reinstalled 7.1.3 and it is now OK. Currently I > have not investigated into the problem and am just comfortable with 7.1.3 >

Interesting Problem

2002-03-22 Thread Prentis Brooks
Hey All, There has been several discussions on the list regarding this problem I am now seeing and I want to see if I can summarize and maybe clarify the problem a bit. I would like to see some discussion as to what the problem may be and how we can go about fixing it, if possible. It may

Tr: french locale and cygwin

2002-03-22 Thread Boris New
I saw that cygwin 1.3.10 has some locales for grep and textutils. How can I use them? I put in .bashrc: LC_CTYPE=ISO-8859-1 LC_ALL=fr_FR # (ou fr_BE, fr_CA, fr_CH, fr_LU ..) LANG=fr LESSCHARSET=latin1 export PATH PS1 LC_CTYPE LC_ALL LANG LESSCHARSET CVSROOT EDITOR CDPATH TMPDIR PATH HOM

just compiled .exe will crash before first instruction

2002-03-22 Thread Xavier Pianet
Hi, I'm porting a large application from linux to cygwin. The app is made of several static libraries and an exe that link to all = of them. the build process goes smoothly and the libs/exe are built with no = trouble. But the if i try to run the new exe i get (sory in french): VOTRE APPLICATION

Re: Time sharing and fork

2002-03-22 Thread Stephane Corbe
An interresting part of strace traces of the programm show well that the child didn't start before the death of his father : 260> Je suis le pere 9991 260> Je suis le pere 9992 260> Je suis le pere 9993 260> Je suis le pere 9994 260> Je suis le pere 9995 260> Je suis le pere 9996 260> Je suis le

RE: OT: possible project/research project -- ksh has it all and i s now available for cygwin

2002-03-22 Thread Fleischer, Karsten (K.)
> >BTW, > >BIG THANKS to all the people out there who already worked on a Cygwin > >port of aforementioned packages. A grep -il cygwin on the > sources almost > >always gave me a clue where to put my hands on for the Uwin port. > > I guess this is one of the benefits of open source > developmen

RE: Re[2]: Internal compiler error while compiling shm.cc from winsup/cygwin

2002-03-22 Thread Robert Collins
> -Original Message- > From: Pavel Tsekov [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 22, 2002 10:38 PM > RC> Also, if you want to build the shm code, don't forget to patch > RC> newlib. > > I suppose this was discussed in cygwin-apps (maybe) but I've > missed it. Can you pr

Re[2]: Internal compiler error while compiling shm.cc from winsup/cygwin

2002-03-22 Thread Pavel Tsekov
Hello Robert, Friday, March 22, 2002, 12:31:22 PM, you wrote: RC> Do you have cygipc installed? It could be colliding with it's provided RC> header in /usr/local/include/sys/shm.h or /usr/include/sys/shm.h Yes I have it but I'm not quite sure how the compiler would pick from /usr/local/include

RE: Internal compiler error while compiling shm.cc from winsup/cygwin

2002-03-22 Thread Robert Collins
Do you have cygipc installed? It could be colliding with it's provided header in /usr/local/include/sys/shm.h or /usr/include/sys/shm.h Also, if you want to build the shm code, don't forget to patch newlib. Rob > -Original Message- > From: Pavel Tsekov [mailto:[EMAIL PROTECTED]] > Sent

Internal compiler error while compiling shm.cc from winsup/cygwin

2002-03-22 Thread Pavel Tsekov
I got internal compiler error while trying to build the latest cygwin snapshot and also the one from March 16th. Attached is a output from the build process. It seems like the compiler is not picking the shdmnode from winsup/cygwin/include/sys/shm.h for some reason and this leads to a lot of error

Time sharing and fork

2002-03-22 Thread Stephane Corbe
Hello, Because my problems with fork and DLL continue, I tried to remove DLL and to test only fork. And Cygwin had a really different behavior than unix has. With the programm below I have 1000 times "Je suis le fils" and then 1 times "Je suis le pere" or the reverse sometimes. Under my

Re: Cygwin1.dll bug in ftime

2002-03-22 Thread Wu Yongwei
More tests show that gettimeofday has problems with timezones, too! Just terrible. Best regards, Wu Yongwei -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Strange behaviour of vpath with dos paths

2002-03-22 Thread Johan Bezem
Christopher Faylor wrote: > >So, my question: Where can I find the repository of the CygWin make > >package? Or otherwise, how to proceed from here? > > You can't. Use the make source tarball and submit ChangeLog + patch > here. OK, here it goes. I'm not aware of standard testing procedures or

Cygwin1.dll bug in ftime

2002-03-22 Thread Wu Yongwei
Today I found this bug when running my synctime program. It always displays the wrong timezone and thus cannot synchronize correctly. A little investigation shows that it is ftime in cygwin1.dll that caused the problem. This is the minimal test case: #include #include int main() { struct t

Re[2]: Anonymous ftp on 1.3.9

2002-03-22 Thread Pavel Tsekov
Hello Andrew, Thursday, March 21, 2002, 5:16:38 PM, you wrote: AD> Again, please stop emailing me directly - keep in on the list! Well, I see you've found the solution to this problem :) Read below for more info on the anonymous ftp problem. AD> Pavel Tsekov wrote: >> Hello Andrew, >> >> We

ITP: NASM

2002-03-22 Thread Gerrit P. Haase
Hallo CygWinApps, I have packaged NASM. I think I will maintain it as long as someone else steps in. setup.hint: sdesc: "NetWide Assembler" ldesc: "This is a modified distribution of NASM, the Netwide Assembler. NASM is a prototype general-purpose x86 assembler. It will currently output flat-f