Displaying 20 results from an estimated 2000 matches similar to: "rsyncd.conf missing option akin to --one-file-system"
2005 Apr 13
5
An idea: rsyncfs, an rsync-based real-time replicated filesystem
This is only my second email to the rsync mailing list. My first was sent
under the title "Re: TODO hardlink performance optimizations" on Jan 3,
2004. The response of the rsync developers to that email was remarkable
(in my opinion). I felt that the rsync performance enhancements that
resulted from the ensuing discussion and code improvements were so
consequential that I dared not
2006 Sep 26
1
An idea: rsyncfs, an rsync-based real-time replicated filesystem
Recently, I have investigated FUSE as an option for implementing something
like I proposed to this list in April, 2005 (instead of inotify).
Just yesterday, I submitted some patches to the mysqlfs-general mailing
list that improve mysqlfs a bit. With a little more work (which I may or
may not do), using mysqlfs (a FUSE filesystem) and mysql replication, one
can achieve a real-time, one-to-many,
2008 May 05
2
I want to help translating articles
Hello to all those of the list, I introduce myself:
My name is Lester Espinosa Mart?nez, I live in Cienfuegos, a city of
Cuba. I am interested in helping Wiki of CentOS working in translating
from English to Spanish.
I met the Wiki of CentOS thanks for a great one my friends called: Alain
Reguera Delgado, and I also collaborated in translating articles of last
Wiki of CentOS in Spanish.
My
2012 May 22
2
Announce: Hiera-Puppet 1.0.0rc1 Available
Hiera-Puppet 1.0.0rc1 is a feature release candidate designed to
accompany Puppet 3.0 and Hiera 1.0.
It includes Puppet functions for hiera and also the puppet backend for
hiera lookups.
Downloads are available:
* Source http://downloads.puppetlabs.com/hiera/hiera-puppet-1.0.0rc1.tar.gz
* Apt and yum development repositories
* Apple package
2010 Apr 30
1
Possible bug in POSIX classes for R 2.11.0?
To the R development team;
I found an unusual behavior in zoo when I upgraded to R 2.11.0 - it abruptly terminated when I performed certain operations on large zoo objects. I sent an e-mail to Achim Zeileis and he said this was a potential bug that I should report to the R development team. The details are given below in the thread below. Basically, I can crash R with this code:
library(zoo)
2008 May 09
1
Helping translating...
Hello Ralph, before anything I want to appreciate you vastly, I have the
option of editing, but now it show me the following message:
"At the moment, the translation for this page is not available. In their
place the page has been shown in English language."
--
Saludos,
Lester Espinosa Mart?nez
Especialista "C" en Ciencias de la Computaci?n
Comercializadora ESCAMBRAY UCT
2003 Dec 17
2
TODO hardlink performance optimizations
On Mon, 15 Dec 2003, jw schultz <jw@pegasys.ws> wrote:
> OK, first pass on TODO complete.
....
> PERFORMANCE ----------------------------------------------------------
....
> Traverse just one directory at a time
>
> Traverse just one directory at a time. Tridge says it's possible.
>
> At the moment rsync reads the whole file list into memory at the
>
2004 Apr 30
2
Using IAXTel to dial FWD
Hi All,
Is this working for any of you? We're supposed to be able to dial FWD
accounts through IAXTel by dialing 170099+FWD number. I don't ever seem
to be able to do this even though I can dial 800 numbers through
IAXTel.
Michael
--
Michael Graves mgraves@pixelpower.com
Sr. Product Specialist www.pixelpower.com
Pixel Power Inc.
2008 May 08
1
Help to translate...
Thank you for all Alain, today I entered to WIKI and I was revising it,
I saw that they lacked things to translate and others to revise, but I
still continue without being able to make anything..., it doesn't leave
me the edition menu...
--
Saludos,
Lester Espinosa Mart?nez
Especialista "C" en Ciencias de la Computaci?n
Comercializadora ESCAMBRAY UCT Cienfuegos
E-Mail: lester
2019 Sep 19
2
Type unmatched after replacing functions
On Thu, Sep 19, 2019 at 4:34 PM Tim Northover <t.p.northover at gmail.com> wrote:
>
> Hi Will,
>
> On Thu, 19 Sep 2019 at 09:21, Will Lester via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > The function pointers are often put in the initializers of global variables, and
> > they can not be simply replaced by a bitcast ConstantExpr since setOperand()
2002 Aug 22
1
accessing linux box via my network places
Ok I can see the linux box in my network places. However when I try to
access the workgroup I receive this....
"test is not accessible. You might not have permission to use this network
resource. Contact the administrator of this server to find out if you have
access permissions.
The network pat was not found."
Any ideas what I'm doing wrong?
Thanks,
Lester Laro
Ortho
2003 Mar 06
1
Samba Plain Password Patch
I cannot seem to find the plain password patch for the registry for NT4 or
2000. Is there one patch that works for both? Can you point me to where I
can download the patch?
Matt Lester
AISG Government Systems
Network/System's Engineer
(407) 581-2929 ext. 218
2006 Oct 25
1
cloud() works but wireframe() is blank
Per the message from Alexander Nervedi, 29 April 2006:
> I have to be making a riddiculously silly ommission.
> when I run the fillowing i get the cloud plot ok. But I cant figure
> out what I am missing out when I call wireframe.
> Any help would be appreciated.
> x<-runif(100)
> y<-rnorm(100)
> z<-runif(100)
> temp <-data.frame(x,y,z)
>
2018 Apr 13
2
How to create and insert a call MachineInstr?
Thanks for your help! I'm much more clear about this problem.
Will
2018-04-13 17:53 GMT+08:00 Tim Northover <t.p.northover at gmail.com>:
> Hi Will,
>
> On 13 April 2018 at 09:50, Will Lester via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > I have used BuildMI to build a MachineInstr. But it seems that a call
> > MachineInstr only has one parameter
2018 Apr 17
0
How to create and insert a call MachineInstr?
Hi Tim,
I'm sorry to bother you again. Since I have met the problem, how to check
used registers and avoid clobbering live registers, which you mentioned in
the email.
I am working in the function X86InstrInfo::storeRegToStackSlot, which is in
lib/Target/X86/X86InstrInfo.cpp.
And I have an extra problem, may I use MOV64mr and two addReg to set two
registers as its arguments? I want to use
2018 Apr 17
1
How to create a proper MachineMemOperand?
Thanks for your advice. But I have searched X86 and find no more
information than I have known.
The problem is not to create a MachineMemOperand, but to create a
MachineMemOperand with certain address. This scene does not exist in the
original code.
Since I have to do this in the process of register allocating, inserting IR
instruction seems to be infeasible. I have thought of storing the address
2014 Sep 01
1
Compiling Samba with ADS Support
Hi Everyone,
I'm looking to compile Samba with ADS support but can't seem to find any
list of required libraries. I've read the FAQs and it was helpful, it
listed that I needed MIT or Heimdal Kerberos and Open LDAP. I'm working on
a very secure environment and if it is possible to just put it only the
required files, that would be great.
Thank you,
Lester
2018 Apr 16
0
How to create a proper MachineMemOperand?
Usually I will search the target directory, X86 in your case, to see
how MOV64mr is used with BuildMI to generate the instruction I want.
2018-04-16 16:25 GMT+08:00 Will Lester via llvm-dev <llvm-dev at lists.llvm.org>:
> Hi all,
> I met a new problem in the process of my project.
> I have got an address by mmap. And I want to build a MachineInstr of MOV64mr
> to move a value to
2018 Apr 13
0
How to create and insert a call MachineInstr?
Hi Will,
On 13 April 2018 at 09:50, Will Lester via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I have used BuildMI to build a MachineInstr. But it seems that a call
> MachineInstr only has one parameter which is a
> register(%physreg44<imp-use>?).
This depends on the target, but calls normally have a few operands:
+ The callee (a register or a global address or
2008 Oct 23
2
How-To: Intel Mac Mini
I would like to do a How-To on installing CentOS 5 as the "only" OS on an
new intel mac mini.
The Machine:
1.83 Ghz Core 2 Duo
4 Gig Ram
320 Gig Hard Drive
DVD/CDRW
Intel 950
Apple USB Keyboard
Apple Bluetooth Mighty Mouse.
20" Apple Cinema Display (DVI)
Complete apple system.
Why?
I prefer running Linux on Apple Hardware. I would like to help people save
time that want to