I seem to have the same problem as you.
It was not there last time I ran updatedb which was a while ago (I do not
have it running automatically).
If anyone remembers, in Windows 95 and 98 if you worked with files on floppy
there was a good chance that windows would keep checking the floppy drive
ev
The latest message in gcc-announce
http://gcc.gnu.org/ml/gcc-announce/2003/msg1.html says that i?86-*-win32
target will be deprecated as from gcc 3.4 (no date set). The only win32
target on the list of supported platforms
http://gcc.gnu.org/install/specific.html is the cygwin one. Will there be
It does fix the slow pipes on my machine when seti@home is running.
- Original Message -
From: "Christopher Faylor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 17, 2003 4:52 PM
Subject: please try the latest snapshot
> The latest snapshot should fix some /etc handli
Your guess is correct, I do run seti@home in the background and stopping it
gets rid of the problem. Very unfortunate situation since this makes cygwin
virtually unusable in certain software configurations.
- Original Message -
From: "Randall R Schulz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTE
Seemingly, whenever I use a pipe in bash the cygwin freezes for a long time.
For example:
'echo a | cat' takes about 10 seconds to execute, 'bash -l -i' takes about a
minute.
I am not sure when the problem appeared. Might have been last cygwin dll
release but I am not sure. First time I noticed wa
Correction, my mistake.
The packages were already downloaded which is why no action was taken. The
uninstall still flailed. Once I chosen to download packages I had already
the setup must have discovered the local copies. Would be nice for setup to
provide a check for local copies in its download c
Had an unexpected problem with setup updating my cygwin installation. There
were a couple of updates, one of them postgresql. I decided to uninstall
postgresql (first time I tried to uninstall something this way I think),
update others. Setup quit with the 'Download complete' message box straight
a
I once asked along same lines and I was told that originally in GNU info was
going to be the replacement to man system... Why I am not sure but that must
have not worked out really well since half the stuff info digs up seems to
be manpages but without the eyecandy (highlighting and underline). Ev
ps -W shows all processes on the machine
ps -h shows all available options
There is no man page for ps though.
cd c:/ or cd /cygdrive/c/ gets you to c: drive.
type 'mount' to display all Windows drives mountings
- Original Message -
From: "Vladimir Kostine" <[EMAIL PROTECTED]>
To: <[EMAIL
Not really sure why you want to work around a standard way to express paths
but, if you need to, maybe something like this?
perl -e 'use Cwd;$path=cwd();print "[",$path,"]\n";$winpath = `cygpath -w
$path`;print "[",$winpath,"]\n";$winpath=~ tr/\\/\//;print
"[",$winpath,"]\n";'
Excuse any bad per
Looking at tar I noticed a small oddity in its behaviour, as compared to
what I would have thought was 'normal'
When dealing with files, using dash before options, the 'f' option has to be
the last one in the option string, e.g.
tar -tfz tarball.tar.gz
works while
tar -ftz tarball.tar.gz
doesn't r
Hmm, it worked for me. I assume out of the documentation that tar will spawn
gzip -d filename and pipe it into itself. So, if 13 is the system error from
tar, which is EACCES, permission denied so maybe there is a problem
accessing the file? The listing shows that file is owned by Administ(rator?)
Dani,
You should really give us more info about the fault like say, the actual
line number.
Compile with -g option, run in gbd, it should tell you where it crashes,
send us as much info as possible.
I do not have experience in mysql but I did have a look at the code. If you
are crashing in teh my
13 matches
Mail list logo