cp: skipping file `...', as it was replaced while being copied

2011-12-16 Thread Raul Miller
: FALSE FILE_SEQUENTIAL_WRITE_ONCE : FALSE FILE_SUPPORTS_TRANSACTIONS : FALSE -- Raul -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: ImageMagick: More insufficient package dependencies

2010-10-06 Thread Raul Miller
says: 9.7. cygX11-6.dll not found after installation or upgrade Obsolete question Installing libXext6 and the things it depends on fixed the problem. Can someone update the FAQs until after this problem gets solved and the solution is out on all mirrors? Thanks, -- Raul -- Problem

Re: tabbed urxvt?

2008-07-25 Thread Raul Acevedo
ble to build urxvt with perl support in an easy manner that doesn't require patches, especially of cygport itself. Please announce if that is resolved so that in the future I can try urxvt. Thanks, Raul -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: tabbed urxvt?

2008-07-24 Thread Raul Acevedo
perl.C cannot open rxvtperl.xs: No such file or directory I'm attaching the full build log. Thoughts? Raul build.log Description: Binary data -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: tabbed urxvt?

2008-07-24 Thread Raul Acevedo
That makes sense. Where do I find the urxvt source archive? I've been poking around and don't see where to find the sources for any Cygwin packages (other than Cygwin itself). Thanks, Raul > Raul Acevedo wrote: >> Supposedly urxvt 7.x supports tabs via a Perl modu

tabbed urxvt?

2008-07-23 Thread Raul Acevedo
urxvt: "tabbed": malformed option. rxvt-unicode (urxvt) v7.7 - released: 2006-02-21 Supposedly this has been possible since urxvt 7.3 (see http://linux.die.net/man/7/urxvt). Why does this not work under Cygwin? Raul Acevedo http://www.cantara.com -- Unsubscribe info:

RE: "replaced while being copied" - was ... RE: Solved partially by findutils 4.3 - RE: "inode changed", ...

2006-09-23 Thread Miller, Raul D
.html > would also be useful. Attached. Thanks, -- Raul cygcheck.out Description: cygcheck.out -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: "replaced while being copied" - was ... RE: Solved partially by findutils 4.3 - RE: "inode changed", ...

2006-09-23 Thread Miller, Raul D
_VOLUME : FALSE Is there some way (perhaps an environmental variable) to shut off this feature? I've never benefited from it, and it causes me quite a bit of pain. [p.s. please include me in relevant CCs -- I'm not subscribed.] Thanks, -- Raul -- Unsubscribe info: http:

Re: Problems with Windows threads and cygwin sleep()

2005-09-19 Thread Raul Metsma
Raul Metsma wrote: http://rtedev.com/~raul/threads/threads.c Compile this program under mingw gcc -o threads.exe threads.c ./threads 600 now compile http://rtedev.com/~raul/threads/main.c with cygwin and when I execute this, then threads.exe will eat 100% CPU Is there any chance get this

Re: Problems with Windows threads and cygwin sleep()

2005-08-29 Thread Raul Metsma
windows Sleep() call, then does not occur this issue. Could this be nanosleep() bug or something deeper? Raul Metsma -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.

Re: who is setting the NAME variable in bash?

2005-08-25 Thread Raul Metsma
I can figure out who's setting NAME? I want to make them stop. Search from bashrc scripts "PS1" variable Raul Metsma -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin

Re: Problems with Windows threads and cygwin sleep()

2005-08-25 Thread Raul Metsma
You're on W2K, I'm on XP, maybe there's a difference? I can easily reproduce nearly 0% CPU with 1000 threads if no Cygwin process is present and nearly 99% if a Cygwin process is present. I have XP SP2 laptop and it occures on 200 threads Raul Metsma -- Unsubscribe

Re: Problems with Windows threads and cygwin sleep()

2005-08-25 Thread Raul Metsma
Seems this is something related CPU-s or total Windows thread count I tested it on Windwos 2003, where are 2x2,4GHz Intel Xeon There occurs this issue on 800 threads Maybe is this something related with OS? Raul Metsma Corinna Vinschen wrote: On Aug 25 12:30, Raul Metsma wrote: Ohh never get

Re: Problems with Windows threads and cygwin sleep()

2005-08-25 Thread Raul Metsma
Ohh never get this right :( Actually I am more system administrator than programmer Lets try again: http://rtedev.com/~raul/threads/threads.c Compile this program under mingw gcc -o threads.exe threads.c ./threads 600 now compile http://rtedev.com/~raul/threads/main.c with cygwin and when I

Re: Problems with Windows threads and cygwin sleep()

2005-08-24 Thread Raul Metsma
Sorry no Makefile based project, but in Visual C http://rtedev.com/~raul/threads/Threads.zip Now when I execute this program and run some amount threads (like 600) and then run the "while(1) sleep(1);", which is compiled under cygwin, then the first program will use 100% CPU. Actua

RE: Re: RE: Problems with Windows threads and cygwin sleep()

2005-08-24 Thread raul
Just tested it at home, seems like it doesnt occure on Windows Mediacenter I send tomorrow the test cases Algne kiri - Kellelt: Jason Pyeron <[EMAIL PROTECTED]> Kellele: [EMAIL PROTECTED] Kuupäev: Kolmapäev, 24 August, 2005, 14:59 Pealkiri: Re: RE: Problems with Windows threads and cygwin

RE: Problems with Windows threads and cygwin sleep()

2005-08-24 Thread raul
, my laptop with XP and couple more desktops wit windows 2000 and xp We are using rsync, for backing up data. The problem is, software what we are using on servers, starts eating CPU when rsync runs. Thats, why I started debugging rsync and created some test cases, where i fond this problem Raul Metsma

Problems with Windows threads and cygwin sleep()

2005-08-24 Thread Raul Metsma
seems to be still same issue. Maybe cygwin uses inside dll sleep? I really hope to get this issue fixed Raul Metsma -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ

Re: cygpath -m (and -w) sometimes emits multi-line names

2005-02-21 Thread Raul Miller
lausible with the current documentation. I still should have twigged to what was going on, of course... -- Raul -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.

Re: cygpath -m (and -w) sometimes emits multi-line names

2005-02-20 Thread Raul Miller
On Sun, Feb 20, 2005 at 02:52:47PM -0500, Larry Hall wrote: > cygpath -m "`pwd`/bookmarks.htm" | sed 's} }%20}g; s}^}file:///}' Doh. My mistake. Sorry. Too bad I can't retract my post. Thanks, -- Raul -- Unsubscribe info: http://cygwin.com/ml/#unsubs

cygpath -m (and -w) sometimes emits multi-line names

2005-02-20 Thread Raul Miller
y be easier to deal with when I hop on random windows systems. But perhaps someone thinks the current awkward behavior was a good idea?] Thanks, -- Raul -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documenta

RE: Debugging help with cygwin1!_alloca ()

2004-06-23 Thread Raul Lopez
I guess I asked the wrong question: Can anyone provide info on how to debug the following: SIGSEGV, Segmentation Fault in cygwin1!_alloca () from /usr/bin/cygwin1.dll My code starts to run and then dies with this message. Any help would be greatly appreciated... I did compile the code with -g and

Debugging help with cygwin1!_alloca ()

2004-06-22 Thread Raul Lopez
Can anyone provide info on how to debug the following: SIGSEGV, Segmentation Fault in cygwin1!_alloca () from /usr/bin/cygwin1.dll My code starts to run and then dies with this message. Any help would be greatly appreciated... Thanks. __

SYSTEM password

2003-07-15 Thread Raul Olias (EE/EEM)
Hi Corina, I have no idea of which password SYSTEM and Administrators users have. Could you provide they to me? Thnaks in advance, Raúl Olías Beltrán -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: