similar to: Latest rZync release: 0.06

Displaying 20 results from an estimated 110 matches similar to: "Latest rZync release: 0.06"

2002 Jul 13
0
rZync 0.08 released
I've released the next version of my rZync test app. You can find a link to it here: http://www.clari.net/~wayne/new-protocol.html You should also snag the referenced librsync source, as some important bugfixes in librsync are needed to compile rzync. For those that don't know, rZync is my new-protocol test app that I'm using to try out some ideas on how to improve the rsync
2002 Jun 21
2
Release 3 of "rzync" new-protocol test
For anyone who'd like to check out the latest release of my "rzync" [sic] test release, I've just released a new version. For those that might not have time to look at the code but could provide some feedback based on a rough description, I've created the following simple web page: http://www.clari.net/~wayne/new-protocol.html Here's the tar file of the new
2002 Jun 13
1
2nd release of my new-protocol testing app
I've been having a lot of fun improving my new-protocol testing app. It's seems to be in pretty good shape (for test code), so I figured I'd announce another release for those brave souls that may want to help me in my thinking about a (potential) new rsync protocol. It's a tar.gz file this time because I broke up the code into multiple files. I named it "rzync" just
2012 Dec 12
1
data download
I am trying to download the tar files on the website below filename<-" http://rredc.nrel.gov/solar/old_data/nsrdb/1991-2010/SolarAnywhere/x.tar" where x is one those tar files I downloaded x using download.file(). But, the file was corrupt. Can someone help me how to download and untar these files using R. Thanks, Alemu [[alternative HTML version deleted]]
2009 Aug 31
1
how to add data to some ts
Dear all, Finally, I made it, my RPostgreSQL works. After working through some tutorials, i was able to plot, get and replace several timeseries. Still I miss the opportunity (syntax) to add data. Most tutorials are about: "Download some S&P data from Yahoo and play around a little". What I want to do is, add data to an existing timeseries. Is there a possibility to add data
2008 Jun 06
7
XP SP3 and posix locking
Hi, the home directories of our users are NFS-mounted from a NetApp filer to our samba server. Everthing was fine until the users installed the service pack 3 for Windows XP on the client machines. Suddenly it was impossible to write MS Office files on the samba share. Word or Excel documents could only be opened in read-only mode. After de-installing SP3 everything worked well again. I
2002 Sep 13
0
Rsync 2.5.5 (Digital Unix 4.0f) Large Filesets...
Hi, I've been trying to use rsync to backup the content of a large web application on our Digital unix servers. I'm having some success but the main problem is the sheer number of files and subdirectories which must be copied/maintained between the two servers (one is our standby system). Believe it or not there are in excess of 7.5 million files/directories which must be synced between
2011 Apr 27
2
btrfs-convert crashes
I have a 1.5 TB (1,475,720,773,632) partition that I wanted to convert from ext4 to btrfs. It is currently used as / for ubuntu 10.10. I booted into 11.04 beta2 and tried a ''btrfs-convert /dev/sdc1'', but after about 20 minutes it segfaulted. I performed a: sck.ext4 -cDfty -C 0 /dev/sdc1 After everything was clean, I downloaded the debugging symbols for btrfs-convert and
2009 Apr 21
2
looking for superlifter souce code and related information
Dear List, I just googled "superlifter" and found below link, but I can't get any source code. http://superlifter.sourceforge.net/ Any help or info on this is mostly appreciated. And sorry for the trouble, if it's NOT allowed to post here. THanks. -- Daniel
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
Import "DisplayState interface change" from qemu mainstream: the patch has been adapted to qemu-xen and merged with several following fixes. The original qemu svn commit is the following: git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6336 c046a42c-6fe2-441c-8c8c-71466251a162 Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> --- diff --git a/console.c
2013 Aug 14
23
[RFC] btrfs-progs: fix sparse checking and warnings
Hi gang, I was a little surprised to see that patch go by recently which fixed an endian bug. I went to see how sparse checking looked and it was.. broken. I got it going again in my Fedora environment. Most of the patches are just cleanups, but there *were* three real bugs lurking in all that sparse warning spam. So I maintain that it''s worth our time to keep it going and fix
2009 Jul 15
1
What happened to librsync?
Hi. It seems that librsync got left by the roadside ... is there anything similar for rsync 3.x.x? Or, is there any easy way to use the library routines in the rsync 3.x.x source independantly? The only other open source software I've found that looks similar is xdelta, and it's still beta for v3.x Thanks, Sam -------------- next part -------------- An HTML attachment was scrubbed...
2009 Feb 27
1
rsync --files-from
Hi, I am working on a replication tool for lustre filesystems. We have introduced a mechanism for getting the changes that have been made to a lustre filesystem - similar to inotify. We call this mechanism, changelogs. For performing replication, we open the source file using its 'file identifier' or FID (think of it an inode that is unique cluster wide) instead of its path. The file is
2005 Jul 28
1
Need help with the rsync library and the communication protocol
Hey, I'm currently adding rsync to pacman (http://archlinux.org/pacman). A static version of the program is used for rescue operations. Because of this it is impossible to use the rsync client programm via an execve call and we need a version implemented in C. So I started implementing it. But the rsync source isn't beautiful or structured - it's just a big hunk of code. I spent
2010 Sep 14
1
Folding@home Crahes Frequently
I saw the other topic posted 13 Sep 2010, about the fixme ... unimplemented error. I get that too. However, my system also crashes. I'm running Ubuntu 10.4 with Wine 1.3.1 on a AMD 1055t cpu (no overclocking) with a MSI 785G-e53 motherboard. The system is stable otherwise. This is executing the folding at home client, the Windows client beta 6.30. This is used by enough people and it
2004 Sep 07
4
"parallelizing" the two initial phases?
Hi (especially Wayne), ftp.gwdg.de is rsyncing most of the data from about 500 other rsync servers. Especially during the general "high traffic" phases like the release of a new Knoppix ISO or a new SUSE distribution or a new KDE release, I see timeouts with other servers which have maximum traffic at that time. There is a general scheme: 1. rsync is building the data base of the
2005 Jul 06
2
rsync memory usage, paid feature request
Hello, The company I work for uses rsync for backups from client computers, the memory usage is a problem for a lot of them since they're already busy doing other important things (databases, web serving, etc). >From the FAQ: --- out of memory The usual reason for "out of memory" when running rsync is that you are transferring a _very_ large number of files. The size of the
2006 Feb 16
1
ARI 0.06
ARI (Asterisk Recording Interface) has reached another milestone. The project is starting to become a full featured user portal and handle all the common errors that people seem to have. This release supports: call monitor page ? new features include column sorting and filter small duration calls in addition to the ability to listen to call monitor
2002 Jul 18
4
rsync anti-FUD
I'm working on a commercial project that would benefit immensely from the use of rsync. However, I cannot convince management that rsync is a worthy tool due to the rote "it's shareware, it's not supported" FUD. Are there any documented, corportate users of rsync? Testimonials? In short, how do I drag this risk-averse group out of the FTP age into the rsync present? /p
2005 Mar 10
3
AAH 0.06 - IAX Connection Over NAT Firewall
Hello all, I am having trouble getting my IAX based Voip provider setup. Any pointers are welcome. So here is the deal. I am registered up and I can make outgoing calls but incoming calls fail. Configs all look good I thought. My PBX is behind our firewall with a direct NAT of one to one for an external IP. IAX port is forwarded UDP and TCP to the internal IP. * shows good registration and