similar to: An idea: rsyncfs, an rsync-based real-time replicated filesystem

Displaying 20 results from an estimated 30000 matches similar to: "An idea: rsyncfs, an rsync-based real-time replicated filesystem"

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,
2007 Jul 12
1
rsyncd.conf missing option akin to --one-file-system
It seems to me that rsyncd.conf does not provide an option akin to rsync's --one-file-system command line argument. If that is true, it seems like a bug of ommission, as I now face a use case where I need it. Is there maybe some technical reason for the ommission? Thanks, -- Lester Hightower
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
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
2011 Mar 30
10
compressed file VFS
Hallo, we have a clinical system that generate lot of files that once written are never changed. This file consume lot of disk and tape space*, so my idea was to compress this files. The problem is that it can happen, that the users have to open this files later. Is there a VFS module for samba that show gzipped** read only files as if they were standard files ? Bye Andreas * Disks are
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
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)
2006 May 10
12
Strange Behavior on Non-Index Pages
If I browse to \myRoRApp, I get the "Welcome aboard" screen. I''ve done the ruby scripts/generate controller MyTest, and "Rolling with Ruby on Rails" tells me I should be able to browse to \myRoRApp\MyTest and see an error page, but what I''m actually seeing is a fastcgi config file! I have installed fastcgi, but apache can''t "see" the
2007 Mar 07
10
Long URLs - New to Mongrel
My rails web app (rails 1.2.1) uploads an image from a Java applet by encoding it into the URL. This works fine when I''m using Webrick. I''m trying out Mongrel today, and I''m getting an error in Safari that says ?lost network connection? (NSURLErrorDomain:-1005). I get something similar in Firefox. Is there a way to make Mongrel accept a really long URL like
2004 Nov 17
3
Samba share to access windows folders in linux.
Hi, I am trying to access folders on a windows system on a linux system using the command, smbmount '//a.b.c.d/CCViews/abcd/abcd_Linux_dev' '/root/pqrs/LinuxDev' -o username=abcd/<domain>,uid=abcd,gid=abcd This prompts for a password and I give the correct domain password here. It gives me the error: 21896: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
2006 May 11
12
Verifying Good Setup of RoR + PostgreSQL
I''ve been reading the RoR tutorials and wiki help stuff, but I''m stuck. :( I''ve got RoR installed properly and get the "Welcome aboard! You''re riding the rails." I have an "article" controller, "article" model, and both an "article" and "articles" views (one is a remnant, I think, and no longer needed) (the
2000 Dec 15
2
RFC: ext3 ability to syslog actions
Forgive me if this has been discussed. I'm new to the list and couldn't find any list archives or a FAQ or anything similiar. (Is there anything?) I've just today installed ext3 .5d in my machine. All drives (including '/'). I like it! However, I'm curious about what it's doing. I don't know C, so telling me to read source won't help. I'm wondering if it
2007 Mar 14
2
A java initialization routine
Whe using a particular web page, the default values of the form are set by a java function, then I can modify the web page and submit it. But when I use Mechanize, I am having trouble figuring out how to get those values so I can put them into the form I am going to submit. Below is the function that has the data...and I have changed pertinent info. What other choices might I have to
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
1997 Oct 03
67
SAMBA
On Fri, 3 Oct 1997, Daniel Feenberg wrote: > Gosh, you are doing well at a project that I gave up on about a year > ago. I only wish you were close enough to do some consulting for us. I guess so do I ;-) Using the new approach I posted to samba-list earlier today, it is not really all that tricky any more. Watch for my reports on the list, you may be able to implement what I've done
2013 Apr 05
2
Assessing the fit of a nonlinear model to a new dataset
Hi all, I am attempting to apply a nonlinear model developed using nls to a new dataset and assess the fit of that model. At the moment, I am using the fitted model from my fit dataset as the starting point for an nls fit for my test dataset (see below). I would like to be able to view the t-statistic and p-values for each of the iterations using the trace function, but have not yet worked out
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
2002 Jul 17
3
Case Sensitive Problem
I am using samba to share a directory that lives on an OpenBSD 3.1 box. The client is my linux box. I want to mount this directory so I can use my own tools on the linux box to edit the code. My problem is that there is a file "boucer" which is an executable and a "Bouncer" directory. I'm sure you can see my problem. I tried putting case sensitive = yes in the
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