search for: parlanet

Displaying 15 results from an estimated 15 matches for "parlanet".

2003 Feb 12
2
rsync & ldap authentication
...be great. The message I am referring to is as follows: --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline hello, here is a patch against rsync-2.4.6. It may be used to get rsyncd authentication data from a ldap directory. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | sn@parlanet.de | +49 431 988-1260 --T4sUOijqQbZv57TR Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="rsyncd-ldap.txt" LDAP support for rsyncd I have made a few changes to rsync 2.4.6 to add to 2 new features to rsync when running a...
2002 Jun 06
1
rsync synchronizes VERY slow
hi, I have an 20G archive of pic files which would have to be mirrored onto another server. It contains large JPEGs, around 10k files, one of the servers is located in Boston, the another is in Budapest, Hungary. I use rsync rsync://remote_box/remotedir localdir/ -zcvr --progress --size-only The issue is that the remote server sends the filelist very slow. Looking into the rsyncd process with
2003 Mar 10
1
BUG: logging on the wrong side with 2.5.6
...3/03/10 12:25:23 [18835] 2003-03/07/13-37-54-5c39/ 2003/03/10 12:25:23 [18835] 2003-03/07/13-46-32-5cab/ 2003/03/10 12:25:23 [18835] 2003-03/07/15-09-17-5f32/ 2003/03/10 12:25:23 [18835] abo/ 2003/03/10 12:25:23 [18835] index/ Logging seems to be messed up a bit. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | sn@parlanet.de | +49 431 988-1260
2004 Jan 07
1
BUG in 2.6.0: make test failes if build dir is not source dir
...------------------- overall result is 1 make: *** [check] Fehler 1 The problem is in wildtest.c : if ((fp = fopen("wildtest.txt", "r")) == NULL) { fprintf(stderr, "Unable to open wildtest.txt.\n"); exit(1); } cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | sn@parlanet.de | +49 431 988-1260
2003 May 24
1
Deletion of files only on remote system is not logged
I've only just seen the response from May 9, as I'm not enrolled in the list (too much mail already!). Here is a cut-down example as requested, showing the same behaviour: Script started on Fri May 23 15:18:37 2003 15:18 [220](H:root@Edelfelt)/tmp: ls -l /tmp/testdir total 32 -rw-r----- 1 root other 9 May 23 15:15 both -rw-r----- 1 root other 7 May 23 14:59
2005 Feb 05
1
help with web proxying for anonymous rsync
Hi all - I've searched long and hard for some docs on configuring a web proxy for rsync. This is probably in part an apache config question so I apologize if this is in the wrong forum. What I would like to do is provide anonymous rsync access to a handful of IPs via a web proxy so I don't have to punch additional holes in my firewall. In other words, I'd like to use rsync over
2004 Nov 23
4
patch for replacing non-printable chars in filenames
There's a bug reported in Debian about the tty being screwed up by wierd filenames, see http://bugs.debian.org/bug=242300 On the one hand, find will also do this. On the other hand, ls will replace such chars with a question mark. Upon inspection, it appears to be fairly simple to also do this in rsync (in the rwrite() function). Here's a patch. Opinions? Perhaps don't do it
2005 Sep 09
2
File Corruption
We are using rsync to transfer Oracle redo logs from one system to another over a WAN/VPN. The problem we are having is that 1 out of about 500 or so files sent is corrupted. The receiving Oracle server produces a message like this: --- Specify log: {<RET>=suggested | filename | AUTO | CANCEL} ORA-00283: recovery session canceled due to errors ORA-00368: checksum error in redo log block
2002 Feb 14
1
rsync default handling of permissions
...4096 Feb 13 16:21 .. -rw-r--r-- 1 sn sn 30994 Feb 13 16:21 access-020213.gz -rw-r--r-- 1 sn sn 1644 Feb 13 16:21 error-020213.gz What is rsync doing with permissions when -p is not given? I think it should do nothing. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | sn@parlanet.de | +49 431 988-1260
2002 Apr 23
1
patch: timeout problem solved
...as become shorter - it uses less memory - 2 malloc's less that may fail - the line will be used all the time - it should be a bit faster It seems to work for me, please have a look at it. You should run "make proto" after applying the patch. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | sn@parlanet.de | +49 431 988-1260 -------------- next part -------------- --- rsync-2.5.5/generator.c Mon Mar 25 06:54:31 2002 +++ rsync-2.5.5-gen/generator.c Tue Apr 23 01:51:32 2002 @@ -102,28 +102,12 @@ /* send a sums struct down a fd */ -static void send_sums(struct sum_...
2002 Sep 12
2
computation on the client instead of the server
Hello, I read the thesis about rsync and I would like to know if we can do something different with rsync. Imagine that I have one server that contains a set of data. This server is not very strong compare to the number of client that want to sync there data with the server. If we say that there s 1000 clients, each client, when sync, will send a list of keys to the server and the server must
2003 Mar 11
0
PATCH: rsyncd.conf permission options
This is a patch to control unix permissions when uploading to a rsyncd-server by setting rsyncd.conf options. cu, Stefan -- Stefan Nehlsen | ParlaNet Administration | sn@parlanet.de | +49 431 988-1260 -------------- next part -------------- diff -ur rsync-2.5.5/loadparm.c rsync-2.5.5-umask/loadparm.c --- rsync-2.5.5/loadparm.c Mon Mar 25 05:04:23 2002 +++ rsync-2.5.5-umask/loadparm.c Sun Mar 2 22:53:16 2003 @@ -140,6 +140,10 @@ int timeout;...
2003 Mar 13
0
(fwd) PATCH: managing permissions with rsyncd.conf options
-- Martin -------------- next part -------------- An embedded message was scrubbed... From: Stefan Nehlsen <sn@ParlaNet.de> Subject: PATCH: managing permissions with rsyncd.conf options Date: Mon, 10 Mar 2003 17:09:06 +0100 Size: 8872 Url: http://lists.samba.org/archive/rsync/attachments/20030313/e9cc5751/attachment.eml
2002 Apr 19
8
Future RSYNC enhancement/improvement suggestions
Hello, Recently while working with rsync as the way to mirror large (several GB) archive on a regular basis, I came across several problems, and also got the ideas about their possible solutions - please could you investigate & consider implementing the features, described below, to future RSYNC releases ? - when the checksumming (consider very large archive, several GB) stage of rsync
2002 Aug 05
5
[patch] read-devices
Greetings, I'd like to propose a new option to rsync, which causes it to read device files as if they were regular files. This includes pipes, character devices and block devices (I'm not sure about sockets). The main motivation is cases where you need to synchronize a large amount of data that is not available as regular files, as in the following scenarios: * Keep a copy of a block