Re: performance problems

2005-06-06 Thread Corinna Vinschen
On Jun 2 18:32, Brian Dessent wrote: > In order to implement stat(), cygwin has to call NtQueryInformationFile > (GetFileInformationByHandle for 9x/me) and this requires the file to be > opened. Thus the reason that stat takes forever is that each file has There would be a theoretical way around

Re: Serious performance problems (malloc related?)

2005-06-06 Thread Corinna Vinschen
On Jun 2 15:00, Christopher Faylor wrote: > You could do things the other way around, so that NtCreateFile is used > in the main code which invokes a NtCreateFile wrapper for 9x systems but > I am leery of doing things this way since that means that the only > people capable of writing code for cy

Re: I'm having the same problem

2005-06-06 Thread Alireza Ghasemi
Jeremy wrote : > I'm having the exact same problem. > I have tried installing on two different machines and get the same error > running setup. > I get the error that cygint1-3.dll cannot be found. correct is cygintL-3.dll! > Is there somewhere I can download that dll individually and insert it

Memory error with PDKSH 5.2.14-3?

2005-06-06 Thread Thomas Baker
Just wanted to report that I was seeing error messages such as the following in Korn shell scripts: /home/tbaker/u/bin/urlists[50]: internal error: alloc: freeing memory outside of block (corrupted?) By running the scripts in debug mode (set -x), I found that the problem seemed to occu

Re: Running cygwin service via cygrunsrv under account without password in Win XP Pro - impossible?

2005-06-06 Thread Corinna Vinschen
On Jun 3 06:20, Vadym Voznyuk wrote: > Hi everybody! > > When I try to run autossh as a service under my account, cygrunsrv gives > error message: > > cygrunsrv: Error starting a service: StartService: Win32 error 1069: > The service did not start due to a logon failure. > > This happens only

RE: nedit 5.4 and 5.5 - locale not supported problem

2005-06-06 Thread Gary R. Van Sickle
[snip] > > Thank you for answer Gary :-) > The nedit 5.3 is probably not from cygwin distribution, but I > don't know from where I downloaded it a few years ago. > Probably at that time the nedit was not yet distributed as a > cygwin package. Well, from your cygcheck output both are linked aga

Re: Login & Something diff since cygwin 1.5.15-1 release - could it be security changes that were made

2005-06-06 Thread Corinna Vinschen
On Jun 1 13:22, Brian Keener wrote: > I realize that login is not the normal mode of access for most Cygwin users > and > that most use simply the cygwin.bat to start one of the shells. I have my > cygwin.bat set to run login.exe which then runs the appropriate shell based > on > the login I

Re: perl -x doesn't recognize file as executable

2005-06-06 Thread Gerrit P. Haase
Yitzchak Scott-Thoennes wrote: On Sun, Jun 05, 2005 at 06:31:31PM -0700, Brian Dessent wrote: Volker Quetschke wrote: You mean special logic for windows file permissions (ACL?), not only using the owner/group/other scheme? I think that it recognises files ending in ".exe" and special-cases

Re: performance problems

2005-06-06 Thread Corinna Vinschen
On Jun 6 11:31, Corinna Vinschen wrote: > On Jun 2 18:32, Brian Dessent wrote: > > In order to implement stat(), cygwin has to call NtQueryInformationFile > > (GetFileInformationByHandle for 9x/me) and this requires the file to be > > opened. Thus the reason that stat takes forever is that each

apache start problem

2005-06-06 Thread Alireza Ghasemi
Hello, I compiled and built apache 1.3.23 but when starting httpd it said "bad user name nobody". I have already had some other problem with usernames and groups(like in mailman).How can this problem be solved? Thanks -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

Mysterious problem

2005-06-06 Thread Alireza Ghasemi
Hello, I have some eccentric problem with building source packages in cygwin.It began from tar-1.13.18.it compiled correctly and exe was built.but when operating,all produced .tar files were empty!!Whereas binary tar package in cygwin mirror had no problem. Another one was grep.I built v2.4.2 and i

Re: I'm having the same problem

2005-06-06 Thread Igor Pechtchanski
On Mon, 6 Jun 2005, Alireza Ghasemi wrote: > Jeremy wrote : > > > I'm having the exact same problem. What is the "exact same" problem? This didn't seem to come up on this mailing list before... :-) > > I have tried installing on two different machines and get the same error > > running setup. >

Re: apache start problem

2005-06-06 Thread Thorsten Kampe
* Alireza Ghasemi (2005-06-06 12:49 +0100) > I compiled and built apache 1.3.23 Why are you compiling all those packages that already exist in binary form? > but when starting httpd it said "bad user > name nobody". > I have already had some other problem with usernames and groups(like in > mailm

Re: Memory error with PDKSH 5.2.14-3?

2005-06-06 Thread Igor Pechtchanski
On Mon, 6 Jun 2005, Thomas Baker wrote: > Just wanted to report that I was seeing error messages such as the > following in Korn shell scripts: > > /home/tbaker/u/bin/urlists[50]: internal error: alloc: freeing > memory outside of block (corrupted?) > > By running the scripts in debug mo

Re: Mysterious problem

2005-06-06 Thread Igor Pechtchanski
On Mon, 6 Jun 2005, Alireza Ghasemi wrote: > Hello, > I have some eccentric problem with building source packages in cygwin.It > began from tar-1.13.18.it compiled correctly and exe was built.but when > operating,all produced .tar files were empty!!Whereas binary tar package in > cygwin mirror had

reason for uname -p,-i returning "unkown"?

2005-06-06 Thread Hans Horn
Is there a particular reason for uname -p and uname -i returning "unknown"? Looks like as if the info that should be returned is in /proc/cpuinfo: 'vendor_id' --> uname -i 'model name' --> uname -p H. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: h

print problem

2005-06-06 Thread J. David Boyd
I'm using the latest cywin, and running under WinXP SP2. What docs do I look in to set this up so I can print a window to my HP Laserjet? I've found various things, such as exporting PRINTER to my printer path, etc, but no go. TIA Dave in Largo, FL -- Unsubscribe info: http://cygwin.co

Re: rebase-2.3-1 package

2005-06-06 Thread Jason Tishler
Marcus, Please post instead of sending private email. On Mon, Jun 06, 2005 at 11:17:25AM -0100, Marcus Vinicius M.Fernandes wrote: > I read the issue: Cygwin fork() rebase solution > (http://sources.redhat.com/ml/cygwin/2001-12/msg00894.html) and tried > to built the rebase.cc. But I found some p

Re: reason for uname -p,-i returning "unkown"?

2005-06-06 Thread Corinna Vinschen
On Jun 6 08:15, Hans Horn wrote: > Is there a particular reason for uname -p and uname -i returning "unknown"? > Looks like as if the info that should be returned is in /proc/cpuinfo: > > 'vendor_id' --> uname -i > 'model name' --> uname -p Cygwin doesn't provide the system interfaces called by

Re: print problem

2005-06-06 Thread Corinna Vinschen
On Jun 6 15:32, J. David Boyd wrote: > I'm using the latest cywin, and running under WinXP SP2. > > What docs do I look in to set this up so I can print a window > to my HP Laserjet? > > I've found various things, such as exporting > PRINTER to my printer path, etc, but no go. That's a bug in

Re: reason for uname -p,-i returning "unkown"?

2005-06-06 Thread Christopher Faylor
On Mon, Jun 06, 2005 at 05:55:27PM +0200, Corinna Vinschen wrote: >On Jun 6 08:15, Hans Horn wrote: >> Is there a particular reason for uname -p and uname -i returning "unknown"? >> Looks like as if the info that should be returned is in /proc/cpuinfo: >> >> 'vendor_id' --> uname -i >> 'model nam

Re: reason for uname -p,-i returning "unkown"?

2005-06-06 Thread Igor Pechtchanski
On Mon, 6 Jun 2005, Hans Horn wrote: > Is there a particular reason for uname -p and uname -i returning "unknown"? > Looks like as if the info that should be returned is in /proc/cpuinfo: > > 'vendor_id' --> uname -i > 'model name' --> uname -p Only one: .

RE: lrint() incorrect results.

2005-06-06 Thread Dave Korn
Original Message >From: Christopher Faylor >Sent: 04 June 2005 18:14 > Seems to be YA newlib problem. > > Dave Korn, can I press you into service to look at this since you've > previously demonstrated such amazing adeptness with newlib? :-) > > cgf Yep, I'll certainly take a look

Re: lrint() incorrect results.

2005-06-06 Thread Christopher Faylor
On Mon, Jun 06, 2005 at 05:09:01PM +0100, Dave Korn wrote: >Original Message >>From: Christopher Faylor >>Sent: 04 June 2005 18:14 > >>Seems to be YA newlib problem. >> >>Dave Korn, can I press you into service to look at this since you've >>previously demonstrated such amazing adeptness wi

Re: print problem

2005-06-06 Thread J. David Boyd
Corinna Vinschen <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > On Jun 6 15:32, J. David Boyd wrote: >> I'm using the latest cywin, and running under WinXP SP2. >> >> What docs do I look in to set this up so I can print a window >> to my HP Laserjet? >> >> I've found various things, s

cygwin.bat fails with "WFMO failed waiting for cygthread 'WnetGetResourceInformation'

2005-06-06 Thread Tim Hart
All, My XP machine is currently unable to connect to my Windows domain before logging in. Windows uses cached information to accept my domain login. I then VPN to my domain, and life is good. If my VPN connection is established, then Cygwin works just fine. If, however, I am not connected to m

Re: print problem

2005-06-06 Thread J. David Boyd
Corinna Vinschen <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > On Jun 6 15:32, J. David Boyd wrote: >> I'm using the latest cywin, and running under WinXP SP2. >> >> What docs do I look in to set this up so I can print a window >> to my HP Laserjet? >> >> I've found various things, s

Re: print problem

2005-06-06 Thread Corinna Vinschen
On Jun 6 16:21, J. David Boyd wrote: > Corinna Vinschen <[EMAIL PROTECTED]> wrote in http://cygwin.com/acronyms/#PCYMTNQREAIYR > I got the lastest snapshot, dumped it all into /, overwriting > what was there, but I see no changes in printing. > > Where are the docs on this? man lpr? > Wha

Tool to manage Windows accounts?

2005-06-06 Thread Jimmy James
Hello, I'm fairly new to Cygwin but we are falling in love with it for its' ability to help us manage a few hundred desktops. Is it possible to manage the actual Windows user accounts at all through cygwin? We would love to be able to reset passwords, change passwords, add and remove from groups

Re: Tool to manage Windows accounts?

2005-06-06 Thread Warren Young
Jimmy James wrote: Is it possible to manage the actual Windows user accounts at all through cygwin? Perl can do this through the Win32 CPAN module. (Included with Perl, I believe.) But take it up on a more appropriate list; it isn't Cygwin. -- Unsubscribe info: http://cygwin.com/ml/#

Re: Tool to manage Windows accounts?

2005-06-06 Thread Igor Pechtchanski
On Mon, 6 Jun 2005, Warren Young wrote: > Jimmy James wrote: > > > > Is it possible to manage the actual Windows user accounts at all through > > cygwin? > > Perl can do this through the Win32 CPAN module. (Included with Perl, I > believe.) But take it up on a more appropriate list; it isn't Cyg

Re: cygwin.bat fails with "WFMO failed waiting for cygthread 'WnetGetResourceInformation'

2005-06-06 Thread Corinna Vinschen
On Jun 6 11:39, Tim Hart wrote: > All, > > My XP machine is currently unable to connect to my Windows domain before > logging in. Windows uses cached information to accept my domain login. I then > VPN to my domain, and life is good. > > If my VPN connection is established, then Cygwin works j

Re: Login & Something diff since cygwin 1.5.15-1 release - could it be security changes that were made

2005-06-06 Thread Brian Keener
Corinna Vinschen wrote: > On Jun 1 13:22, Brian Keener wrote: > > I realize that login is not the normal mode of access for most Cygwin users > > and > > that most use simply the cygwin.bat to start one of the shells. I have my > > cygwin.bat set to run login.exe which then runs the appropria

SSHD + mounted drives not working/seen ?

2005-06-06 Thread Matthew Hall
The system is a machine running WinXP Pro SP2. It is currently using the latest cygwin (1.5.17-1). I setup ssh (installed openssh, ran ssh-[host|user]-config), used priv sep, and launched sshd via cygrunsrv - this all worked fine. Until I noticed that network drives/mapped drives weren't showin

Problems with perl and pod2html

2005-06-06 Thread Thomas Rabe
Hello, I'm trying to compile a project under windows 2000 professional using MSVC C++ 6.0 and the cygwin package and get the following message: text2pcap-scanner.c Linking text2pcap.exe link @C:\DOCUME~1\rt7zfe\LOCALS~1\Temp\nmf01876. cd doc NMAKE / -f

Re: SSHD + mounted drives not working/seen ?

2005-06-06 Thread Brian Dessent
Matthew Hall wrote: > Until I noticed that network drives/mapped drives weren't showing > up when I ssh'ed into the machine. http://cygwin.com/faq/faq.html#SEC33 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentatio

Re: SSHD + mounted drives not working/seen ?

2005-06-06 Thread Igor Pechtchanski
On Mon, 6 Jun 2005, Matthew Hall wrote: > The system is a machine running WinXP Pro SP2. > > It is currently using the latest cygwin (1.5.17-1). > > I setup ssh (installed openssh, ran ssh-[host|user]-config), > used priv sep, and launched sshd via cygrunsrv - this all > worked fine. > > Until I n

Re: SSHD + mounted drives not working/seen ?

2005-06-06 Thread Matthew Hall
On Mon, 6 Jun 2005, Brian Dessent wrote: > Matthew Hall wrote: > > > Until I noticed that network drives/mapped drives weren't showing > > up when I ssh'ed into the machine. > > http://cygwin.com/faq/faq.html#SEC33 This is interesting. Is there a reason the exact same setup under windows 2000 sp5

Re: SSHD + mounted drives not working/seen ?

2005-06-06 Thread Larry Hall
At 07:35 PM 6/6/2005, you wrote: >On Mon, 6 Jun 2005, Brian Dessent wrote: > >> Matthew Hall wrote: >> >> > Until I noticed that network drives/mapped drives weren't showing >> > up when I ssh'ed into the machine. >> >> http://cygwin.com/faq/faq.html#SEC33 > >This is interesting. Is there a reason

Re: SSHD + mounted drives not working/seen ?

2005-06-06 Thread Brian Dessent
Matthew Hall wrote: > This is interesting. Is there a reason the exact same setup under > windows 2000 sp5 works, while under windows xp sp2 it doesn't? I > would assume the privsep works in the same way. Hummingbird NFS allows > me to register the user/password - which I assume does some trickery

Re: Performance problems

2005-06-06 Thread Linda W
This may not be necessary if you only cache file handles within 1 execution of a program (like find), so that file-ops within the same program achive speedup. You could time-out cache entries on an as-needed basis or timer. I was filling in the details here just to show that the solutio

Conversion from CYGWIN enviornment to Linux

2005-06-06 Thread Mahadevaswamy.Lingaiah
Hello, I have a code which is developed on 'Cygwin' enviornment using gcc. I need to run this code in Linux enviornment. Please inform me what are the necessary steps that I need to take to convert into Linux enviornment. Thanks, Swamy *

Re: Conversion from CYGWIN enviornment to Linux

2005-06-06 Thread Carlo Florendo
Swamy, Mahadevaswamy.Lingaiah wrote: Hello, I have a code which is developed on 'Cygwin' enviornment using gcc. I need to run this code in Linux enviornment. Please inform me what are the necessary steps that I need to take to convert into Linux enviornment. Thanks, Swamy The questi

Re: Problems with perl and pod2html

2005-06-06 Thread Carlo Florendo
Thomas, Thomas Rabe wrote: Hello, I'm trying to compile a project under windows 2000 professional using MSVC C++ 6.0 and the cygwin package and get the following message: text2pcap-scanner.c Linking text2pcap.exe link @C:\DOCUME~1\rt7zfe\LOCALS~1\Temp\nmf01876. cd doc

Re: Conversion from CYGWIN enviornment to Linux

2005-06-06 Thread Brian Dessent
"Mahadevaswamy.Lingaiah" wrote: > I have a code which is developed on 'Cygwin' enviornment using gcc. I need to > run this code in Linux enviornment. Please inform me what are the necessary > steps that I need to take to convert into Linux enviornment. With such a vague question, no one will be

Re: Running cygwin service via cygrunsrv under account without password in Win XP Pro - impossible?

2005-06-06 Thread Vadym Voznyuk
- Original Message - From: "Andrew Schulman" <[EMAIL PROTECTED]> To: Sent: Friday, June 03, 2005 8:31 AM Subject: Re: Running cygwin service via cygrunsrv under account without password in Win XP Pro - impossible? -w, --passwd Optional password for user. Only needed if a user is giv

Re: Running cygwin service via cygrunsrv under account without password in Win XP Pro - impossible?

2005-06-06 Thread Vadym Voznyuk
- Original Message - From: "Corinna Vinschen" <[EMAIL PROTECTED]> To: Sent: Monday, June 06, 2005 3:32 AM Subject: Re: Running cygwin service via cygrunsrv under account without password in Win XP Pro - impossible? This happens only if my account has no password. Once I set any pass

Re: Running cygwin service via cygrunsrv under account without password in Win XP Pro - impossible?

2005-06-06 Thread Carlo Florendo
Vadym Voznyuk wrote: - Original Message - From: "Andrew Schulman" <[EMAIL PROTECTED]> Uh, ummm. Please http://cygwin.com/acronyms/#PCYMTNQREAIYR To: Sent: Friday, June 03, 2005 8:31 AM Subject: Re: Running cygwin service via cygrunsrv under account without password in Win XP Pr

[Ping CKOA] Re: rebase-2.3-1 package

2005-06-06 Thread Carlo Florendo
Jason Tishler wrote: Marcus, Please post instead of sending private email. Hey, I've seen this mentioned many times. A quick google with "Cygwin, Please post instead of sending private mail" would give around 200 hits Thus, with the permission of the CKOA, I suggest PPIOSPE Suggested

Re: Drop Win9x support? (was: Serious performance problems)

2005-06-06 Thread Jacek Piskozub
Christopher Faylor wrote: I guess eventually all of those old Win9x systems will have to stop working and people will have to buy new XP systems. Who knows when that will happen, though? Correction. Some of us will migrate directly to Linux. I personally use WindowsME for the win32 program

need help

2005-06-06 Thread Amit Regmi
I am having problems with C:\libpst_0.3.4_win32\libpst_0.3.4\readpst.exe after downloading cygwin1.dll and then placing at the same folder i get this message on execution " The procedure entry point __getreent could not be located in the dynamic link library cygwin1.dll help me out where ca