Re: Problem with perl dbmopen command

2003-07-04 Thread Charles Wilson
Andres Azar wrote: Hello. I'm running cygwin 1.3.22 under Windows ME. Following commands $ perl -e 'dbmopen(%A,"/tmp/htagd79287565",0600) && print"OK\n"' $ ls -l /tmp/htag* yield this result: -rw-r--r--1 andres all 3072 Jun 20 12:57 /tmp/htagd79287565.pag Dbmopen seems to have

Windows 2003 server has been donated

2003-07-04 Thread Christopher Faylor
I wanted to let everyone know that I've received an offer to donate an official copy of Windows 2003, so I should soon have a copy of said software installed on my machine and will be able to debug any reproducible problems there soon. I really appreciate all of the offers that I received from myr

Re: any questions

2003-07-04 Thread Robert McNulty Junior
Run setup again. Follow the menus, When you get to the one with ALL on it, carefully press "Default" once. wait about 20 seconds. It should now say "Install". All of the files will be downloaded and installed. Hopefully, you have DSL or better. With a 56 kilobaud modem, it will take about 10-15

Re: any questions

2003-07-04 Thread Christopher Faylor
On Sat, Jul 05, 2003 at 04:25:34AM +0200, patrickbrunel wrote: >after installing cygwin for the fisrt time I'm wondering about any problems > >I don't find vi or any text editor >I don't find any C compiler >command man doesn't work >From the cygwin web page: "Note also that, by default, setup.ex

any questions

2003-07-04 Thread patrickbrunel
after installing cygwin for the fisrt time I'm wondering about any problems I don't find vi or any text editor I don't find any C compiler command man doesn't work best regards Patrick Brunel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.c

Re: setup doesnt work at all and searching the archives doesntwork either

2003-07-04 Thread Robert Collins
On Sat, 2003-07-05 at 11:58, Robert Collins wrote: > On Sat, 2003-07-05 at 11:24, Jordan Bortz wrote: > > So it goes without saying that I cant believe it doenst work; the setup > > fails completely on XP whether I run from local disk or from internet > > > > Is this a known problem or what? >

Re: setup doesnt work at all and searching the archives doesntwork either

2003-07-04 Thread Robert Collins
On Sat, 2003-07-05 at 11:24, Jordan Bortz wrote: > So it goes without saying that I cant believe it doenst work; the setup > fails completely on XP whether I run from local disk or from internet > > Is this a known problem or what? > I mean it doesnt work at all...it usually doesnt find any pa

Re: setup doesnt work at all and searching the archives doesnt work either

2003-07-04 Thread Martin Gainty
Jordan- What happens when you start in Safe Mode? Dont run any other processes Can you give us a dump of what you see? Martin - Original Message - From: "Robert McNulty Junior" <[EMAIL PROTECTED]> To: "Jordan Bortz" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, July 04, 2003 9:5

Re: setup doesnt work at all and searching the archives doesnt workeither

2003-07-04 Thread Robert McNulty Junior
I have windows xp. Setup works great here. Jordan Bortz wrote: So it goes without saying that I cant believe it doenst work; the setup fails completely on XP whether I run from local disk or from internet Is this a known problem or what? I mean it doesnt work at all...it usually doesnt find a

setup doesnt work at all and searching the archives doesnt work either

2003-07-04 Thread Jordan Bortz
So it goes without saying that I cant believe it doenst work; the setup fails completely on XP whether I run from local disk or from internet Is this a known problem or what? I mean it doesnt work at all...it usually doesnt find any packages and when it does it has failures installing them

Re: a few questions about cvs

2003-07-04 Thread Robert Collins
On Sat, 2003-07-05 at 00:20, Igor Pechtchanski wrote: > > Nigel, > > A local checkout of a cvs repository is no different than an extracted > source tarball (except for the "CVS" subdirectories where cvs stores its > administrative information). Igor, this is not true in the general case. sou

C99/C++ patch for /usr/include/math.h

2003-07-04 Thread Billinghurst, David (CRTS)
I have been working through some gcc-3.4 libstdc++-v3 testsuite failures on cygwin. The tests: - 26_numerics/c99_classification_macros_c++.cc - 26_numerics/c99_classification_macros_c.cc fail because C99 and C++ disagree over fpclassify() The following patch to /usr/include/math.h does the job,

Problem with perl dbmopen command

2003-07-04 Thread Andres Azar
Hello. I'm running cygwin 1.3.22 under Windows ME. Following commands $ perl -e 'dbmopen(%A,"/tmp/htagd79287565",0600) && print"OK\n"' $ ls -l /tmp/htag* yield this result: -rw-r--r--1 andres all 3072 Jun 20 12:57 /tmp/htagd79287565.pag Dbmopen seems to have failed. It is s

Patch for slow rsync - select(2) bug

2003-07-04 Thread Nigel Stephens
After finally getting bored with the poor performance of rsync on Cygwin I decided to investigate. Turns out that when using rsh or ssh as the transport, they soak up 99% of the CPU time. This is because they use non-blocking i/o, but the Cygwin select() function incorrectly returns "ready for rea

Re: new Info on File Permission Problems on Windows XP, cygwin 1.3.22

2003-07-04 Thread Mark Priest
Larry, Yes, the permissions problem only occurs for members of the cvs group that are not also in the Administrators group. Users that are members of the cvs group, but not the Administrators group, can only commit files when they are the current owner of the RCS file in the repository. Members

Trouble starting http; crash in cygcrypto.dll

2003-07-04 Thread Dan Kegel
On my winMe laptop, I updated to the latest cygwin, added Apache and PHP via cygwin's setup.exe, and tried to start apache via /usr/sbin/apachectl start First, that complained about not being able to load CYGINTL-1.DLL; running rebaseall fixed that. However, it still crashes when loading cygcr

Re: cygwin 1.5.0 coming - 64 bit file I/O and more

2003-07-04 Thread Markus Schönhaber
Christopher Faylor wrote: I'm about to release cygwin 1.5.0. We've bumped the version to 1.5.0 because of some major changes in functionality - cygwin now uses 64 bit file I/O by default. This was a substantial effort on the part of Corinna Vinschen who deserves major kudos for her work (which was

Re: mmap() and gcc precompiled headers

2003-07-04 Thread Earl Chew
Corinna Vinschen wrote: o I think there is a problem with the address arithmetic in the match() method used by munmap(). Compare the code in list::match (__off64_t off, DWORD len) with list::match (caddr_t addr, DWORD len, __off32_t start). > Uhm, no. Thanks for the detailed explanation. You'

Re: How can I download onto one computer then install onto another

2003-07-04 Thread fergus
> Umm, Fergus, if it wasn't downloaded, what did his friend run to > download the rest of the packages? ;-) He might have selected "Open" not "Save" after clicking on http://cygwin.com/setup.exe to: much more convenient, doncha think?! Fergus -- Unsubscribe info: http://cygwin.com/ml/#unsub

cygwin 1.5.0 coming - 64 bit file I/O and more

2003-07-04 Thread Christopher Faylor
I'm about to release cygwin 1.5.0. We've bumped the version to 1.5.0 because of some major changes in functionality - cygwin now uses 64 bit file I/O by default. This was a substantial effort on the part of Corinna Vinschen who deserves major kudos for her work (which was entirely volunteered). C

Re: new Info on File Permission Problems on Windows XP, cygwin 1.3.22

2003-07-04 Thread Christopher Faylor
On Fri, Jul 04, 2003 at 12:33:44PM -0400, Larry Hall wrote: >OK, I'll take your word for it. I had a quick look at the User's Guide >for the sections discussing 'ntsec' and didn't see anything obviously >referring to a 'patch', with the possible exception of the discussion of >'setuid'. But that

Re: Request for list links in left side navbar

2003-07-04 Thread Christopher Faylor
On Fri, Jul 04, 2003 at 02:08:56PM +0200, Hannu E K Nevalainen (garbage mail) wrote: >Sigh ;-) it *is* mean to *not* take the user to exactly the point >he/she is expecting when following a link. i.e. WJM applies ;-) We have nine mailing lists associated with cygwin. It would not be helpful to

RE: php-mysql-cygwin how to

2003-07-04 Thread Bill McCormick
Thanks for the reply Carlo. I did a little more research and now I believe I have php because I installed Apache with the php mod. Is there something more I need to do? Do I have a version paradox? Please point me to where I might find the php install for cygwin if just installing Apache with the

Re: new Info on File Permission Problems on Windows XP, cygwin 1.3.22

2003-07-04 Thread Larry Hall
Hi Mark, OK, I'll take your word for it. I had a quick look at the User's Guide for the sections discussing 'ntsec' and didn't see anything obviously referring to a 'patch', with the possible exception of the discussion of 'setuid'. But that doesn't mean that the document doesn't use this termin

Re: a few questions about cvs

2003-07-04 Thread nigel gray
Thankyou for your post Igor. Yes I think your answer rings true as I have been advised to use the cvs as it is more up to date as people are contributing all the time and chages are being made about twice a week. Nigel "Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROT

RE: Request for list links in left side navbar (Attn: CGF)

2003-07-04 Thread Ronald Landheer-Cieslak
On Fri, 4 Jul 2003, Hannu E K Nevalainen (garbage mail) wrote: > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > > Of Ronald Landheer-Cieslak > > > > On Thu, 3 Jul 2003, Christopher Faylor wrote: > > > 2) You may notice that I point to the mailing list page rather > > >than specifi

Re: a few questions about cvs

2003-07-04 Thread Igor Pechtchanski
On Fri, 4 Jul 2003, nigel gray wrote: > I have downloaded and installed a tar file called min-0.0.4. > However there are problems with the > make test command. > > Wth cvs min-0.0.5 is in beta is available. > since all the > neccessary files have been uploaded > from the cvs site might it be poss

Re: How can I download onto one computer then install onto another

2003-07-04 Thread Igor Pechtchanski
On Fri, 4 Jul 2003 [EMAIL PROTECTED] wrote: > ... together with the file http://cygwin.com/setup.exe, which will not > have been downloaded at the time of the original installation unless > your friend requested it. Umm, Fergus, if it wasn't downloaded, what did his friend run to download the res

Re: Difference between login and runas?

2003-07-04 Thread Igor Pechtchanski
On Fri, 4 Jul 2003 [EMAIL PROTECTED] wrote: > Hello everybody, > > I'm using cygwin 1.3.22 and need some help. > > I'm trying to change the user (coming from the localsystem account) and tried > several ways. > > - the "runas" utility (windows xp) does prompt me for a password. redirection > via e

socket operation on non-socket problem fixed in cygwin1-20030704.dll.bz2, but ...

2003-07-04 Thread Antoine Levy-Lambert
I have downloaded cygwin1-20030704.dll.bz2. It seems to suppress an annoying problem I had with cvs, where I was getting messages socket operation on non-socket. Cut and Paste between Windows applications and my xemacs buffers no longer work. Maybe I need to recompile my xemacs or to download a

Re: Error compiling code using winsock functions

2003-07-04 Thread Brian Dessent
David None wrote: > > Hi there, thanks for the reply, but I've tried the methods suggested (just > using windows.h and #define Win32_Winsock), also as Win32_Winsock is > deprecated, I also tried defining __USE_W32_SOCKETS > but I'm still receiving the same error: > > I get the following error: >

RE: Request for list links in left side navbar (Attn: CGF)

2003-07-04 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Ronald Landheer-Cieslak > > On Thu, 3 Jul 2003, Christopher Faylor wrote: > > 2) You may notice that I point to the mailing list page rather > >than specifically to the cygwin mailing list in other cases also. > >This is for th

Re: proftpd hang (1.2.9rc1-2 on 1.3.22)

2003-07-04 Thread Grossniklaus Bruno
Hello Jason and all the rest of you >Sorry, but I cannot reproduce this problem under NT 4.0 SP 5 or 2000 >SP3. I did reproduce it on 3 Systems, all NT4 SP6. > 1. start an interactive session under the LocalSystem account via > sshd or using the "at" trick. > 2. under LocalSystem, run strace or

RE: Error compiling code using winsock functions

2003-07-04 Thread David None
Hi there, thanks for the reply, but I've tried the methods suggested (just using windows.h and #define Win32_Winsock), also as Win32_Winsock is deprecated, I also tried defining __USE_W32_SOCKETS but I'm still receiving the same error: I get the following error: "iphdrinc.o(.text+0x820):iphdrinc

a few questions about cvs

2003-07-04 Thread nigel gray
I have downloaded and installed a tar file called min-0.0.4. However there are problems with the make test command. Wth cvs min-0.0.5 is in beta is available. since all the neccessary files have been uploaded from the cvs site might it be possible with bugs fix in the beta version to make and mak

Re: How can I download onto one computer then install onto another

2003-07-04 Thread fergus
All the files necessary to mimic your friend's installation will have been downloaded (as well as being subsequently installed) onto his machine (or hers) and will still reside somewhere in a folder with a long gobbledegookey type name like ftp%3a%2f%2fmirrors.rcn.net%2fmirrors%2fsources.redhat.com

How can I download onto one computer then install onto another

2003-07-04 Thread rorylyttle
I searched for half an hour, but couldn't find any reference to this, does anyone know how to download a basic version of cygwin onto my friend's computer (who has a very fast modem) in a form that I can then burn to a cd and take to my computer (which has no w32 modem connection)? I just want e

RE: Problem on can't locate in DLL cygwin1.dll

2003-07-04 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Jiang zhou > > These days I find that many program under cygwin can't run. For > example, if > I run startx it will prompt a say don't know to locate getpwnam_r at > cygwin1.dll. When I configue a packet it also occur this prompt agai

RE: Error compiling code using winsock functions

2003-07-04 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of David None > Hi there, I've recently been trying some programming with sockets in > windows, and I obtained the following code from a microsoft book called > "Network programming for microsoft windows"... > the code is as follows:

Re: Request for list links in left side navbar (Attn: CGF)

2003-07-04 Thread Ronald Landheer-Cieslak
On Thu, 3 Jul 2003, Christopher Faylor wrote: > 2) You may notice that I point to the mailing list page rather >than specifically to the cygwin mailing list in other cases also. >This is for the same vain mean hope that someone will read some ^^ >of the

Re: mmap() and gcc precompiled headers

2003-07-04 Thread Corinna Vinschen
On Thu, Jul 03, 2003 at 06:23:26PM -0700, Earl Chew wrote: > o The if (addr) test is redundant (it will always succeed -- I think > you meant to write *addr, but I think it's better to simply do > away with the test since it doesn't buy anything). I've just fixed the conditional for now. I th

Re: php-mysql-cygwin how to

2003-07-04 Thread Carlo Florendo
> Can somebody point me in the right direction do get php/mysql set up? > > Here's what I havee so far: > > MySQL Win32 Server > MySQL cygwin client binaries > Apache > various installed perl mods > Fom your list above, it doesn't seem that you have php. php has native support for mysql. T