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
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
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
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
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
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
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
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 " "
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
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
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
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
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
>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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
(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
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
: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
>>>&
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
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
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
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
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"
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'
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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&
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
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:/
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
-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
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
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
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/
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
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
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
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
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
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:/
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
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
67 matches
Mail list logo