similar to: [HELP] rsync recursive jumps across directories

Displaying 20 results from an estimated 10000 matches similar to: "[HELP] rsync recursive jumps across directories"

2024 Jul 09
1
[HELP] rsync recursive jumps across directories
The only explanation I can find for such behaviour is that incremental recursion is being used, which leads me to deduce that the lines with path outside of the directory "A/B/...", can only indicate folder creation. But yet I cannot buy this explanation because why would such "atypical folders" be created in the middle of the recursion "A/B/...", rather than together
2010 Jan 06
2
[LLVMdev] Correct way to resolve recursive type information?
Hi, I've followed the instructions on constructing recursive types ( http://llvm.org/docs/ProgrammersManual.html#BuildRecType) and I can succesfully create simple recursive types using the C bindings (e.g. struct Test { struct Test *t };). I want to generalize this to get type information from my language into generated LLVM code. My language allows arbitrary forward type declarations that I
2004 Nov 02
1
Re: [R] case-insensitive ZIP
Uwe and Brian, Thanks for your attention to this one. We currently have the following array of atypical situations in our corporate installation: (1) Central install directory, where I neither have nor can reasonably want Administrator priviledges; (2) IT staff willing to maintain R officially but wants to leave *contributed* packages to user groups if at all possible; (3) Direct access from R
2004 Jan 18
3
xentop, anyone?
Has anyone started work on a ''top''-like tool that would show the current CPU and memory usage of domains? I''m thinking of writing something really simple in python, starting from listdoms.py, but want to make sure that someone else isn''t already there. Steve -- Stephen G. Traugott (KG6HDQ) UNIX/Linux Infrastructure Architect, TerraLuna LLC
2019 Jul 10
3
Performance tests?
Hey llvm-dev, What's the best method to test performance of Clang generated executables? Are the nightly tests in test-suite sufficient? I'm looking for publicly available tests/suites with a good breadth of coverage... Thanks, Cam -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Jan 30
5
Graceful shutdown of a virtual domain
Hi All, I''ve been looking through the code and list archives but haven''t found this yet... From dom0, how do you cause a virtual domain to gracefully shutdown? It seems like the machinery is there somewhere, because the hypervisor can do it to dom0... For reference, in UML you do this by putting this in /etc/inittab: ca:12345:ctrlaltdel:/sbin/shutdown -h now ...and then
2012 Jan 10
3
Write to USB pendrives horribly slow
Hello there, since I installed CentOS6 few months ago (kept up-to-date using yum), I'm facing very poor performances when writing to USB pendrives. The hardware: a Dell Latitude E6500 laptop (Intel Core Duo P8600 @2.40Ghz), 4Go RAM + 4Go swap, several USB2 pendrives of various brands (less than old, all formatted as vfat). When I perform a copy (with cp or midnight commander, copying big
2019 Jan 08
2
[LLD] [WASM] wasm/function-index.test failing
Are you using static linking, -DBUILD_SHARED_LIBS, or -DLLVM_LINK_LLVM_DYLIB? On Tue, Jan 8, 2019 at 7:21 AM David Greene via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Rui Ueyama <ruiu at google.com> writes: > > > I cannot reproduce this error, but this could be real. > > > > David, is this reproducible every time or is this flaky? > > It's
2011 Oct 11
3
[LLVMdev] ARM Qualification
I think we need to think along two dimensions - Breadth of testing and depth of testing 1. Breadth: What the best supported ARM ISA versions in LLVM ARM? Say its armv6 and armv7; We need to - regression test ARM mode, Thumb-2 and Thumb-1 mode (armv6) - Performance/code-size test ARM mode, Thumb-2 and Thumb-1 modes We need to agree on an optimization level for regression as well as
2010 Nov 03
2
NTLM Authentication against multiple domain comtrollers
We have a working setup of squid + samba + winbind to authenticate users belonging to the same domain (using NTLM). We have an immediate urgent requirement to support authentication against multiple Domains which are using their own Domain controller. There is NO Trust Relation between these Domain Controllers. I have searched through length and breadth of all available documents and
2001 Apr 17
4
cannot allocate vector of size 71773 Kb (PR#915)
Full_Name: Doug Hershberger Version: 1.2.2 OS: Red Hat-Linux 7.0 Submission from: (NULL) (216.99.65.36) In the R FAQ I find the following entry explaining that R no longer has problems with memory. http://cran.r-project.org/doc/FAQ/R-FAQ.html#Why%20does%20R%20run%20out%20of%20of%20memory%3f However in my installation: R Version 1.2.2 (2001-02-26) Installed from the red hat RPM on your
2008 Mar 30
2
New firefox causing anyone else problems - CentOS 4.X?
Looks like Firefox may be getting another update soon, if my problem is not atypical. Prior to the latest, had NP for *months*. Anyone else seeing any problems? BTW, running the recent Java console from sun that was detailed in another thread a week or two back with Firefox. Had NP prior to the latest update, if that offers any useful info. Would like to test the openjdk for us if it's
2018 Oct 03
3
2038 year Problem
On 02/10/2018 18:46, Larry Martell wrote: > I got 2 years of work solving the year 2000 issue. I don't think I've ever said this but I am very envious of all these people who had loads of work due to Y2K or were paid obscene amounts of money to tend systems over new year's eve/day. I was working for an ISP at the time and got none of this. Nothing happened. I don't even recall
2017 Oct 27
3
Dominator tree side effect or intentional
Hello, I was wondering whether or not some behaviour that I am seeing is expected behaviour and that it has been designed like this, or not. A dominator relation is given by "if A dominates B", then all paths to B go through A. For example, take the CFG below (which is a directed graph (couldn’t make the arrow heads but ok.): A / \ B C \ / D | E We can construct
2004 Feb 08
2
xeno-1.2.bk compilation question?
The system is Mandrake-9.1 Linux wih gcc-3.2.2. I am trying to compile xenolinux-2.4.24 (with vanilla sources from ftp.kernel.org for linux-2.4.24). The steps of mkbuildtree ARCH=xeno make menuconfig ARCH=xeno make dep produce no errors, but ARCH=xeno make bzImage results in following error messages. Any pointers will be appreciated. -ishwar --- gcc -D__KERNEL__
2007 Oct 26
3
--prefix, url_for and image_tag
First time here, so I hope this isn''t a FAQ (although I did check *the* faq). I''m using mongrel_cluster with --prefix, and it is very slick. Thanks for that. But I had one problem. At one point in my little app, I have something like this: image_tag(url_for(:action => ''picture'', :id => 1), :size => "160x200") In this scenario,
2009 Jun 11
0
[LLVMdev] Output to a DLL
"Nicolas Capens" <nicolas at capens.net> writes: Hello Nicolas. > I'd like to be able to write JIT-compiled code to a Windows DLL. I have no > idea where to start though. Does LLVM already offer some support for > this? Nope. Don't hold your breadth waiting for it. It is far from trivial to do. I don't know your requirements, but mine is to avoid
2016 May 23
1
[OT] Re: Ransomware?
ToddAndMargo <ToddAndMargo at zoho.com> writes: > On 05/20/2016 06:31 AM, Nico Kadel-Garcia wrote: >> Those can also >> often be made accessible by Samba as read-only CIFS shares, for people >> to recover their own files. It's invaluable for people not to have to >> bother their local sysadmin to get last night's copy of the files they >> just
2009 Jun 11
5
[LLVMdev] Output to a DLL
Hi all, I'd like to be able to write JIT-compiled code to a Windows DLL. I have no idea where to start though. Does LLVM already offer some support for this? Or would it be straightforward to write my own DLL writer (no advanced features needed)? Or maybe I could use an external linker? All help highly appreciated! Cheers, Nicolas -------------- next part -------------- An HTML
2009 Dec 04
4
[LLVMdev] hi, Hi, (Preccessors' Number) < MachineBasicBlock's Number < (Successors's Number), Is it really?
Hi, EveryOne: I am travelling CFG with MachineFunction. So I want to sure it. (Preccessors' Number) < MachineBasicBlock's Number < (Successors's Number), Is it really? best regards. ___________________________________________________________ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/ -------------- next part -------------- An HTML attachment was scrubbed...