Re: Slow Cygwin commands even with Cygserver

2023-11-06 Thread Andrey Repin via Cygwin
Greetings, Derek Pagel! > I've been having intermittent slowness with Cygwin commands even after > installing Cygserver. It has helped reduce the frequency of occurrences of > slowness, but it hasn't gotten rid of them completely. I recently had a > 'mv.exe' that w

Slow Cygwin commands even with Cygserver

2023-05-09 Thread Derek Pagel via Cygwin
I've been having intermittent slowness with Cygwin commands even after installing Cygserver. It has helped reduce the frequency of occurrences of slowness, but it hasn't gotten rid of them completely. I recently had a 'mv.exe' that was slow, so I ran a few commands to get

Cygwin commands are still occasionally slow after Cygserver install

2023-03-07 Thread Derek Pagel via Cygwin
In the past we've noticed that Cygwin commands are intermittently slow and can take about 42 seconds to complete on Windows. We then installed Cygserver to try and avoid the slowness and it has worked for the most part. However, we do still have instances where we've noticed the co

RE: Cygwin commands are intermittently hanging on Windows

2022-11-25 Thread Brian Inglis
On Wed, 16 Nov 2022 17:19:22 +, Derek Pagel wrote: We've recreated the hanging issue on Windows 2019 and were able to capture and attach a DMP file of a 'cp' command that was hanging. One other thing that we noticed is that the Cygwin commands each tend to hang about 42 or 4

RE: Cygwin commands are intermittently hanging on Windows

2022-11-08 Thread Derek Pagel via Cygwin
Windows 10 Professional (64 bit) 22H2 Version 10.0.19045.2130 Cygwin: CYGWIN_NT-10.0-19045 HP-Z230 3.3.6-341.x86_64 2022-09-05 11:15 UTC x86_64 Cygwin And you? I've seen the issue on Windows Server 2012 R2 Version 6.3 (Build 9600) and Windows Server 2019 Version 1809 (OS Build 17763.3532) with

Re: Cygwin commands are intermittently hanging on Windows

2022-11-08 Thread Takashi Yano
On Tue, 8 Nov 2022 17:17:50 + Derek Pagel wrote: > Thanks for running the script and trying it. What OS and Cygwin version were > you using? Windows 10 Professional (64 bit) 22H2 Version 10.0.19045.2130 Cygwin: CYGWIN_NT-10.0-19045 HP-Z230 3.3.6-341.x86_64 2022-09-05 11:15 UTC x86_64 Cygwin

RE: Cygwin commands are intermittently hanging on Windows

2022-11-08 Thread Derek Pagel via Cygwin
I ran your script twice, once in command prompt and once in mintty. Both attempts finished without any problems. Thanks for running the script and trying it. What OS and Cygwin version were you using? -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin

Re: Cygwin commands are intermittently hanging on Windows

2022-11-08 Thread Takashi Yano
On Tue, 8 Nov 2022 16:00:52 + Derek Pagel wrote: > Even using Strawberry Perl, "" in above lines cause error. > > Oh, I see, when I copy-pasted the script into the thread, it added a few code > changes, and I missed cleaning up those ones. The script should be able to > run if you remove " "

RE: Cygwin commands are intermittently hanging on Windows

2022-11-08 Thread Derek Pagel via Cygwin
my $TESTDIR = getcwd() . "\\test"; my $MVCMD = "mv test.txt " . $TESTDIR . "\\test.txt"; my $RMCMD = "rm " . $TESTDIR . "\\test.txt test2.txt"; Even using Strawberry Perl, "" in above lines cause error. Oh, I see, when I copy-pasted the script into the thread, it added a few code changes, and

Re: Cygwin commands are intermittently hanging on Windows

2022-11-08 Thread Takashi Yano
On Tue, 8 Nov 2022 13:25:05 + Derek Pagel wrote: > The script was written using Strawberry Perl with Cygwin in the %PATH% > variable. Then the script makes system calls using that Cygwin. my $TESTDIR = getcwd() . "\\test"; my $MVCMD = "mv test.txt " . $TESTDIR . "\\test.txt"; my $RMCMD = "rm

RE: Cygwin commands are intermittently hanging on Windows

2022-11-08 Thread Derek Pagel via Cygwin
The script was written using Strawberry Perl with Cygwin in the %PATH% variable. Then the script makes system calls using that Cygwin. On Mon, 7 Nov 2022 22:06:46 + Derek Pagel wrote: > I've printed the script below for reference: > > use strict; > use Cw

Re: Cygwin commands are intermittently hanging on Windows

2022-11-07 Thread Takashi Yano
On Mon, 7 Nov 2022 22:06:46 + Derek Pagel wrote: > I've printed the script below for reference: > > use strict; > use Cwd; > > my $TESTDIR = getcwd() . "\\test"; > my $MKDIRCMD = "mkdir test"; > my $TOUCHCMD = 'touch test.txt'; > my $CPCMD = 'cp test.txt te

Cygwin commands are intermittently hanging on Windows

2022-11-07 Thread Derek Pagel via Cygwin
We've been encountering Cygwin commands that are intermittently hanging on Windows. We don't have any predictable way to reproduce it besides running commands in a loop until we encounter a hang. So, we've created a script that will loop and execute 5 different Cygwin commands

Re: Slowness of Cygwin commands on Windows Server 2016

2020-09-21 Thread bzs
>ls -al -- 1min 32sec > >find -- 4min 46sec Probably security/anti-virus software, I had this problem for a long time with Rapport until I'd stop it in taskmgr > services tho I believe newer versions of Rapport improved this somewhat. I doubt 1.5 minutes for a simple ls is just caused

Re: Slowness of Cygwin commands on Windows Server 2016

2020-09-21 Thread Brian Inglis
On 2020-09-21 09:20, Ken Brown via Cygwin wrote: > On 9/21/2020 10:53 AM, Praveen Kumar Chandrakar via Cygwin wrote: >> Hello, >> >> We are experiencing some issues with the Cygwin commands (ie. from bash >> -login) taking several minutes on three of our Windows 2016

Re: Slowness of Cygwin commands on Windows Server 2016

2020-09-21 Thread Ken Brown via Cygwin
On 9/21/2020 10:53 AM, Praveen Kumar Chandrakar via Cygwin wrote: Hello, We are experiencing some issues with the Cygwin commands (ie. from bash -login) taking several minutes on three of our Windows 2016 servers. ls -al -- 1min 32sec find -- 4min 46sec When you search for a

Slowness of Cygwin commands on Windows Server 2016

2020-09-21 Thread Praveen Kumar Chandrakar via Cygwin
Hello, We are experiencing some issues with the Cygwin commands (ie. from bash -login) taking several minutes on three of our Windows 2016 servers. ls -al -- 1min 32sec find -- 4min 46sec When you search for a specific file, such as ls -al ./ABC/XYZ.txt, it is very quick. We ran

Re: Extreme Slowness of cygwin commands [SOLVED?]

2016-09-01 Thread Brian Inglis
On 2016-09-01 12:18, b...@theworld.com wrote: On September 1, 2016 at 13:52 eriksoderqu...@gmail.com (Erik Soderquist) wrote: On Thu, Sep 1, 2016 at 1:18 PM, wrote: I've no idea what it does except in the most general terms but one of my banks won't let me log in unless it's running so this ha

Re: Extreme Slowness of cygwin commands [SOLVED?]

2016-09-01 Thread Alan Dobkin
FWIW, I've had many similar bad experiences with Trusteer Rapport. It has nothing to do with Cygwin. It is a terrible buggy piece of software, and sadly a number of large banks require it for their customers. IBM should be highly embarrassed by all the trouble it has caused under their name. Th

Re: Extreme Slowness of cygwin commands [SOLVED?]

2016-09-01 Thread Erik Soderquist
On Thu, Sep 1, 2016 at 2:18 PM, bzs wrote: > I have spoken to the bank involved numerous times but never got past a > very chipper, helpful person who is ready to show me how to start/stop > the software, listens to my problem (slowness) politely and then goes > back into their technical support d

Re: Extreme Slowness of cygwin commands [SOLVED?]

2016-09-01 Thread bzs
On September 1, 2016 at 13:52 eriksoderqu...@gmail.com (Erik Soderquist) wrote: > On Thu, Sep 1, 2016 at 1:18 PM, wrote: > > I've no idea what it does except in the most general terms but one of > > my banks won't let me log in unless it's running so this has been > > quite a nuisance as I ha

Re: Extreme Slowness of cygwin commands [SOLVED?]

2016-09-01 Thread Erik Soderquist
On Thu, Sep 1, 2016 at 1:18 PM, wrote: > I've no idea what it does except in the most general terms but one of > my banks won't let me log in unless it's running so this has been > quite a nuisance as I have to stop it w/ their management interface > and then use task manager to kill their managem

Re: Extreme Slowness of cygwin commands [SOLVED?]

2016-09-01 Thread bzs
On September 1, 2016 at 11:56 ben...@gmail.com (Ben Altman) wrote: > On 8/29/2016 3:23 PM, b...@theworld.com wrote: > > On August 29, 2016 at 01:18 ben...@gmail.com (Ben Altman) wrote: > > > > > > This comes a while later but I was wrong and you were right. > > > > > > > Glad to be of

Re: Extreme Slowness of cygwin commands [SOLVED?]

2016-09-01 Thread Ben Altman
On 8/29/2016 3:23 PM, b...@theworld.com wrote: On August 29, 2016 at 01:18 ben...@gmail.com (Ben Altman) wrote: > > This comes a while later but I was wrong and you were right. > Glad to be of service. As a follow up, I contacted Trusteer about the issue and did some basic troubleshooti

Re: Extreme Slowness of cygwin commands [SOLVED?]

2016-08-29 Thread bzs
On August 29, 2016 at 01:18 ben...@gmail.com (Ben Altman) wrote: > > This comes a while later but I was wrong and you were right. > Glad to be of service. -- -Barry Shein Software Tool & Die| b...@theworld.com | http://www.TheWorld.com Purveyors to the Trade | Voic

Re: Extreme Slowness of cygwin commands [SOLVED?]

2016-08-28 Thread Ben Altman
On 5/27/2016 4:13 PM, Ben Altman wrote: On 5/27/2016 3:58 PM, b...@theworld.com wrote: As I said the slowdown was intermittant, Rapport had been running at least a week or so before the slowdown started which didn't affect for example cmd or power shell only cygwin that I noticed. But when I st

Re: Extreme Slowness of cygwin commands [SOLVED?]

2016-05-27 Thread Ben Altman
On 5/27/2016 3:58 PM, b...@theworld.com wrote: As I said the slowdown was intermittant, Rapport had been running at least a week or so before the slowdown started which didn't affect for example cmd or power shell only cygwin that I noticed. But when I stopped Rapport the slowdown (15+ second pr

Re: Extreme Slowness of cygwin commands [SOLVED?]

2016-05-27 Thread bzs
As I said the slowdown was intermittant, Rapport had been running at least a week or so before the slowdown started which didn't affect for example cmd or power shell only cygwin that I noticed. But when I stopped Rapport the slowdown (15+ second process activation) disappeared instantly. Needs

Re: Extreme Slowness of cygwin commands [SOLVED?]

2016-05-26 Thread Ben Altman
On 5/26/2016 6:03 PM, b...@theworld.com wrote: (Windows 7 pro, laptop, SSD, 2.5.1(0.297/5/3)) A few weeks ago I reported extreme slowness in cygwin process activation after a fresh install. For example something relatively simple like 'ls' or even 'pwd' would take 15+ seconds to start. There wa

Extreme Slowness of cygwin commands [SOLVED?]

2016-05-26 Thread bzs
(Windows 7 pro, laptop, SSD, 2.5.1(0.297/5/3)) A few weeks ago I reported extreme slowness in cygwin process activation after a fresh install. For example something relatively simple like 'ls' or even 'pwd' would take 15+ seconds to start. There was no other significant activity on the system

Re: unable to run any cygwin commands: error while loading shared libraries: C

2014-01-31 Thread Christopher Faylor
On Fri, Jan 31, 2014 at 03:45:35PM +, Mateusz Malinowski wrote: >I'm pretty sure that it's not a problem with BLODA. I checked >bash.exe in Dependency Walker. I managed to fix some errors with DLLs >(it shows more info than cygcheck), nevertheless, I still had the same >problem. So then I run

Re: unable to run any cygwin commands: error while loading shared libraries: C

2014-01-31 Thread Mateusz Malinowski
:11 AM, Mateusz Malinowski wrote: >>>> >>>> >>>> Hello, >>>> >>>> I have a problem similar to one described in "error while loading >>>> shared libraries: ?: cannot open shared object file: No such file or >>>&

Re: Windows 7 64 Bit flashes DOSBox visible on Desktop when using run-1.3.0 or run2-0.4.2 to start Cygwin commands

2014-01-28 Thread dyle
Hi, On Tue, 28 Jan 2014 12:15:31 +0100, Marco Atzeri wrote: > On 28/01/2014 10:37, dyle wrote: >> Hi *, ... > if you need to run a series of command, why don't you use > the mintty terminal ? The User should not get any Window at all. Not even a mintty. > I do not understand what are you trying

Re: Windows 7 64 Bit flashes DOSBox visible on Desktop when using run-1.3.0 or run2-0.4.2 to start Cygwin commands

2014-01-28 Thread Marco Atzeri
On 28/01/2014 10:37, dyle wrote: Hi *, [this is my 2nd email ... got myself some mailing-list registration problems as well ... sorry for the noise] I try to start cygwin commands without a DOS-Box as suggested by run and run2. To no avail. I see the CMD-Window (DOS-Box) flashing up (and down

Windows 7 64 Bit flashes DOSBox visible on Desktop when using run-1.3.0 or run2-0.4.2 to start Cygwin commands

2014-01-28 Thread dyle
Hi *, [this is my 2nd email ... got myself some mailing-list registration problems as well ... sorry for the noise] I try to start cygwin commands without a DOS-Box as suggested by run and run2. To no avail. I see the CMD-Window (DOS-Box) flashing up (and down again). I tried cygwin and cygwin64

Re: unable to run any cygwin commands: error while loading shared libraries: C

2014-01-16 Thread Larry Hall (Cygwin)
ough in my case I can't run any cygwin commands (i.e. I can't even open cygwin's bash). So you're clearly missing a DLL. Presuming your installation went OK and you saw no complaints from the postinstall scripts, try 'cygcheck bash' and see if it complains ab

Re: unable to run any cygwin commands: error while loading shared libraries: C

2014-01-16 Thread Mateusz Malinowski
2014/1/15 Larry Hall: > On 1/15/2014 10:11 AM, Mateusz Malinowski wrote: >> >> Hello, >> >> I have a problem similar to one described in "error while loading >> shared libraries: ?: cannot open shared object file: No such file or >> directory"

Re: unable to run any cygwin commands: error while loading shared libraries: C

2014-01-15 Thread Larry Hall (Cygwin)
On 1/15/2014 10:11 AM, Mateusz Malinowski wrote: Hello, I have a problem similar to one described in "error while loading shared libraries: ?: cannot open shared object file: No such file or directory" thread, though in my case I can't run any cygwin commands (i.e. I can'

unable to run any cygwin commands: error while loading shared libraries: C

2014-01-15 Thread Mateusz Malinowski
Hello, I have a problem similar to one described in "error while loading shared libraries: ?: cannot open shared object file: No such file or directory" thread, though in my case I can't run any cygwin commands (i.e. I can't even open cygwin's bash). I am aware that i

Re: cygwin commands (cat,grep) not working in my windows 2008 machine

2012-08-17 Thread Christopher Faylor
On Thu, Aug 16, 2012 at 06:40:29PM -0700, cyberdon wrote: >HI, > >I was getting error when tryin to run cat command as well but once i ran it >like this: > >/bin/cat pinger.data > >then it began to work and the data from file "pinger.data" was parsed out >Maybe this'll work for you. That implies

Re: cygwin commands (cat,grep) not working in my windows 2008 machine

2012-08-16 Thread cyberdon
gwin.1069669.n5.nabble.com/cygwin-commands-cat-grep-not-working-in-my-windows-2008-machine-tp47356p92067.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentatio

RE: Cygwin Commands

2012-05-18 Thread Matt Seitz (matseitz)
set The Cygwin/GNU command to list all files, including ones that start with a dot, is "dir -a" ("a" is short for "all"). You might find the following link useful. It's an introduction to Linux commands for Windows users. Since Cygwin emulates

RE: Cygwin Commands

2012-05-17 Thread Buchbinder, Barry (NIH/NIAID) [E]
Max wrote on May 17, 2012 5:37 PM I fully agree with Otto. You need to learn more (and to learn it elsewhere) before you will be ready to pose questions in this forum. But to explain. > admin@mypc ~ > $cd > > admin@mypc ~ > $ The ~ represents your home directory. You started in your home dir

Re: Cygwin Commands

2012-05-17 Thread Otto Meta
> Here's what is going on... Here’s your solution: http://lmgtfy.com/?q=unix+for+beginners > When I enter: > > admin@mypc ~ > $cd > > admin@mypc ~ > $ The first guide on the search mentioned above already has the answer for you. > or > > admin@mypc ~ > $dir > > admin@mypc ~ > $ Pretty much

Cygwin Commands

2012-05-17 Thread max
Aloha, Here's what is going on... When I enter: admin@mypc ~ $cd admin@mypc ~ $ or admin@mypc ~ $dir admin@mypc ~ $ Could it be some system environment or special permission setting I may have overlooked? Mahalo for your help, -Max -- Problem reports: http://cygwin.com/probl

Re: Additional carriage return added by cygwin commands to DOS text files

2009-10-07 Thread Vincent Rivière
ttjqryfbndgdx wrote: Note that I don't have the issue with cat. bash-3.2$ cat test1 > test2 bash-3.2$ xxd test2 000: 6161 610d 0a62 6262 0d0a aaa..bbb.. "cat" consider input and output as binary. So the syntax "cat a > b" is always equivalent as "cp a b". Now if you think t

Re: Additional carriage return added by cygwin commands to DOS text files

2009-10-07 Thread ttjqryfbndgdx
Vincent Rivière freesbee.fr> writes: > > > I experienced the same issue with the "cat" command, and unfortunately I > > didn't find any transparent solution > > However a non-transparent hack is to use first a text filter then pipe > its output to the original command. The filter opens the f

Re: Additional carriage return added by cygwin commands to DOS text files

2009-10-07 Thread Vincent Rivière
I experienced the same issue with the "cat" command, and unfortunately I didn't find any transparent solution :-( However a non-transparent hack is to use first a text filter then pipe its output to the original command. The filter opens the file in textmode so it gets rid of the CR. Then, as

Re: Additional carriage return added by cygwin commands to DOS text files

2009-10-07 Thread Vincent Rivière
ttjqryfbndgdx wrote: I know it's a common issue, but I didn't find a solution to my problem in the archive. I have a "dos" file (lines ends with carriage return+line feed : 0d0a in Hex) : bash-3.2$ xxd test1 000: 6161 610d 0a62 6262 0d0a aaa..bbb.. If I apply a cygwin comman

Additional carriage return added by cygwin commands to DOS text files

2009-10-07 Thread ttjqryfbndgdx
I know it's a common issue, but I didn't find a solution to my problem in the archive. I have a "dos" file (lines ends with carriage return+line feed : 0d0a in Hex) : bash-3.2$ xxd test1 000: 6161 610d 0a62 6262 0d0a aaa..bbb.. If I apply a cygwin command to this file, I get a

Re: Cygwin commands in the Windows command line

2009-08-13 Thread Corinna Vinschen
On Aug 13 15:10, Olumide wrote: > Hi - > > I've noticed for sometime that Cygwin commands such as "ps" and "ls" > (now) work in the Windows command line (cmd), and I'm not sure if its > because something extra I installed on/did to my machine. (In

Re: Cygwin commands in the Windows command line

2009-08-13 Thread Dave Korn
Olumide wrote: > I've noticed for sometime that Cygwin commands such as "ps" and "ls" > (now) work in the Windows command line (cmd), and I'm not sure if its > because something extra I installed on/did to my machine. (In fact, the > command "pwd&

Cygwin commands in the Windows command line

2009-08-13 Thread Olumide
Hi - I've noticed for sometime that Cygwin commands such as "ps" and "ls" (now) work in the Windows command line (cmd), and I'm not sure if its because something extra I installed on/did to my machine. (In fact, the command "pwd", when run in the cm

Re: cygwin commands (cat,grep) not working in my windows 2008 machine

2009-04-02 Thread Christopher Faylor
On Thu, Apr 02, 2009 at 05:25:53AM -0700, sudhap85 wrote: >The same test got passed with cygwin 5.2 in windows 2003. There is no cygwin 5.2. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http:/

Re: cygwin commands (cat,grep) not working in my windows 2008 machine

2009-04-02 Thread sudhap85
YD8DwCeImC/gLouWFsuuwCMaVYPhVBl > de0AnRneVc9D4xhQZcSCM4AJIyrZcXMt > =edno > -END PGP SIGNATURE- > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.h

Re: cygwin commands (cat,grep) not working in my windows 2008 machine

2009-04-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to sudhap85 on 4/2/2009 5:45 AM: > Hi, > what i means the problem here is that function is not working for me. > (i.e) if i run cat > file1 >>file2. Here file1 content is not copied to > file2. This is not cygwin specific. Nor is it ho

RE: cygwin commands (cat,grep) not working in my windows 2008 machine

2009-04-02 Thread sudhap85
gt; > This email has been scanned by Ascribe Ltd using Microsoft Antigen for > Exchange. > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FA

RE: cygwin commands (cat,grep) not working in my windows 2008 machine

2009-04-02 Thread Phil Betts
sudhap85 wrote: >I am using windows 2008 machine. I have installed latest cygwin. > Here I am facing problem with the "cat" "grep" commands. In command > line its working fine. but In my scripts it's giving error. So what's the error? Without this as a clue, we can only guess. How are you r

cygwin commands (cat,grep) not working in my windows 2008 machine

2009-04-01 Thread sudhap85
he following scenario, 1. cat file1 > file2 2. grep 'compileCFFilters' MHSlog >> resultfile I have also installed the Activeperl in my system. Also, I am running the script with PERL 5.8.0 version. Thanks in advance. -- View this message in context: http://www.nabble.com/

RE: Running grep and other cygwin commands from cmd.exe

2006-01-31 Thread Dave Korn
On 31 January 2006 06:20, Tzuriel wrote: > I hope I am asking this correctly. I would like to be able to open a > regular cmd.exe (Windows shell) window and run cygwin commands from there > without opening bash in it's own command window. Can this be done? > Basically, I wan

Running grep and other cygwin commands from cmd.exe

2006-01-30 Thread Tzuriel
I hope I am asking this correctly. I would like to be able to open a regular cmd.exe (Windows shell) window and run cygwin commands from there without opening bash in it's own command window. Can this be done? Basically, I want to use .cmd and .bat scripts that use grep within scripts tha

Re: cygwin commands sometime hang on dual-processor (WinNT-SP5)

2003-03-21 Thread Christopher Faylor
On Fri, Mar 21, 2003 at 12:58:33PM +0100, Henrik Wist wrote: >This didn't change even over lunchtime, so I killed it. >For what it's worth, my cygcheck -c -v -s is attached. Can maybe >Christopher comment on the message from July last year? Messages from eight or nine months ago rarely have any b

Re: cygwin commands sometime hang on dual-processor (WinNT-SP5)

2003-03-21 Thread Henrik Wist
Hi, On 20 Mar 2003, at 14:35, Joe Buehler wrote: > > WindowsNT SP5. I'm seeing hangs on random commands (rm, cat, cut > > ...) when running my scripts. I searched Google already and it > > turned up a > > What does Task Manager say about CPU usage when you get a hang? Both CPUs are completely i

Re: cygwin commands sometime hang on dual-processor (WinNT-SP5)

2003-03-20 Thread Joe Buehler
Henrik Wist wrote: WindowsNT SP5. I'm seeing hangs on random commands (rm, cat, cut ...) when running my scripts. I searched Google already and it turned up a What does Task Manager say about CPU usage when you get a hang? Sometimes 'rm -r' will go into an infinite loop if it tries to remove an

cygwin commands sometime hang on dual-processor (WinNT-SP5)

2003-03-20 Thread Henrik Wist
Hi, I'm using Cygwin version 1.3.22-1 on a dual-processor machine running WindowsNT SP5. I'm seeing hangs on random commands (rm, cat, cut ...) when running my scripts. I searched Google already and it turned up a discussion on the cygwin-developers list from mid July 2002 (first message http:/

RE: Calling cygwin-commands from a batchfile in Windows !!

2002-05-23 Thread Harold Hunt
I got one for you: How do I RTFM? Harold > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of JC Jan Christensen > Sent: Thursday, May 23, 2002 4:45 AM > To: '[EMAIL PROTECTED]' > Subject: Calling cygwin-commands

Calling cygwin-commands from a batchfile in Windows !!

2002-05-23 Thread JC Jan Christensen
Dear Sirs I have some questions for you about cygwin How do I create a new "UNIX"-user in cygwin ?? How do I create a new "UNIX"-user in cygwin from a batchfile in Windows (CREAUSER.BAT) ?? How do I delete a "UNIX"-user in cygwin ?? How do I delete a "UNIX"-user in cygwin from a b