Displaying 20 results from an estimated 10000 matches similar to: "Installation and configuration of rsync in AIX"
2010 Sep 21
1
Old FreeBSD4.11 build.
I'm trying to get an old FreeBSD 4.11 server to talk to a newer FreeBSD
7 server that is running rsync 3.0.4 but I am running into an error with
extended file attributes:
Basic steps:
Applied the fileflags patch per the instructions:
patch -p1 <patches/fileflags.diff
./prepare-source
Ran the following configure line:
./configure --with-included-popt --disable-iconv
2017 Feb 11
12
[Bug 12576] New: popt aliases allow users to bypass sudo argument restrictions
https://bugzilla.samba.org/show_bug.cgi?id=12576
Bug ID: 12576
Summary: popt aliases allow users to bypass sudo argument
restrictions
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee:
2002 Jan 08
2
rsync for NCR MP-RAS (SRV 4)
I still have problems running the options
like /usr/local/bin/rsync --daemon
will give me an error
Thanks in advance.
# ./configure -build=i686-ncr-sysv4.3
# make install
mkdir -p /usr/local/bin
./install-sh -c -m 755 rsync /usr/local/bin
mkdir -p /usr/local/man/man1
mkdir -p /usr/local/man/man5
./install-sh -c -m 644 ./rsync.1 /usr/local/man/man1
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi,
I'm trying to setup automatic sync of files over SSH from node2 to node1.
node2 is the "server" and node1 is the "client".
I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1):
1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes.
2. Added following to both nodes /etc/services file:
rsync 873/tcp
3. Added
2017 Jan 13
1
Rsync tries to access unnecessary files/dirs after chrooting itself.
Hi.
While debugging some encfs errors in the logs, I realized they are
being generated because rsync (chrooted inside a encfs file system,
--reverse) is trying to access files like: /root/.popt, /etc/localtime
etc. This doesn't seem to be related to ID-name mapping as I already
have numeric ids enabled in config. Here is the relevant strace
output:
[pid 25549] chroot("/chroot")
2004 Sep 10
4
question about using rsync with inetd
Hello,
we would like to use rsync (2.6.2 manualy patched and recompiled) in daemon
mode spawned by inetd (Solaris 5.8 Environment).
/etc/services:
rsync 1234/tcp #RSYNC daemon
/etc/inet/inetd.conf:
rsync stream tcp nowait publish /usr/bin/rsync rsyncd --daemon --port 1234 .
Alas, this does not seem to work, there is the following error message in
the log file:
2006 Nov 01
2
unsuccessful configure with 2.6.8 and acls and extended attributes...
(FreeBSD 6.1-RELEASE)
tar xzvf rsync-2.6.8.tar.gz
cd rsync-2.6.8.tar.gz
patch < patches/acls.diff
patch < ./patches/xattrs.diff
./prepare-source
./configure --enable-acl-support --enable-xattr-support --disable-debug
--with-rsyncd-conf=/usr/local/etc/rsyncd.conf --bindir=/usr/local/bin
Couldn't be more simple. But...when I try to 'make' :
(snip)
gcc -I. -I. -g -O2
2002 Jan 12
2
Error Message!!
When rsync starts I get the following messages in my log file
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync: bind failed on port 873
Jan 11 11:00:04 WEB1 rsyncd[31281]: rsync error: error in socket IO (code
10) at socket.c(361)
Anybody know what might be causing this?
David
2002 Mar 21
2
Start Rsync Error
Hi,
I have installed rsync-2.4.6 version on Linux Redhat 6.2 (Kernel-2.2.14-5.0), after installed I tried to test the rsh and run "rsh remotehost /bin/true > out .dat". But it failed the error message was "Permission denied". I checked the permission all was okay, I forgot the rsh/csh methods and replaced by RSYNC_PROXY. Finally, it failed again. I would like to know that
2002 Sep 06
3
error starting client-server protocol (code 5)
I'm running FreeBSD 4.6.2 on two different machines. Both machines have
rync installed by way of the ports library, but one of them is running
it as a server. I followed the directions in the man pages for running
the server using inetd.
Here is what happens:
rsync rsync://myusername@10.0.0.8/
rsync: server sent "rysnc version 2.5.5 protocol version 26" rather than
2013 Oct 18
1
ownership and permissions using rsync in daemon mode
I've tried as best I can to get this worked out, and crawled the web and the
documentation but I just can't seem to figure out how to maintain ownership
and permissions from the sending side using rsync in daemon mode. I feel I
have to be missing something stupid with the proper use of uid/gid/fake
super. I'm trying to automate synchronizing some program binaries between a
production
2003 Apr 28
1
code12 when using modules
Hi
I updated my rsync to 2.5.6. Since then, any modules actions don't work
anymore.
rsync -ravvvn --stats --progress rollis.ch::mymodule
ends up in
opening tcp connection to rollis.ch port 873
receiving file list ...
rsync: connection unexpectedly closed (28 bytes read so far)
_exit_cleanup(code=12, file=io.c, line=165): entered
rsync error: error in rsync protocol data stream (code 12) at
2005 Jan 27
1
feedback on rsync-HEAD-20050125-1221GMT
Wayne,
I have been using the rsync snapshot from 1/25 for the last few days and
everything seems quite solid so far. I include below a few nit-picks in
case you're looking for thing to tidy up.
I'm also looking forward to hearing news about the --filter option. I'm
thinking it is going to be very useful for backup purposes. What I
would want to be able to do is, on a
2006 Apr 05
4
logging problems
Hi!
I'd also like to report a strange logging problem I have.
OS: Solaris 2.8
rsync version: 2.6.7
When I run rsync in daemon mode invoked at a command prompt, it does log information in my configured log file (i.e. /var/log/rsyncd.log). But when I invoke it via inetd with an entry in inetd.conf, it does not log any information.
rsync version 2.5.6 did not have this problem.
My inetd.conf
2003 Jan 13
4
Please test rsync-2.5.6pre1
The first rsync-2.5.6 pre-release version is now available at:
http://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre1.tar.gz
ftp://rsync.samba.org/pub/rsync/preview/rsync-2.5.6pre1.tar.gz
rsync://rsync.samba.org/ftp/rsync/preview/rsync-2.5.6pre1.tar.gz
There's also a corresponding '.sig' file that contains a gpg signature
of the file; the public key is available on the
2002 Jul 12
0
Installation
Hello,
I can not install rsync 2.5.5. on a Caldera Open Unix 8.0.0 Operating
System.
After ./configure I enter the command "make" and I get the following
Message:
UX:make: FEHLER: Zeile 66: Syntaxfehler
Where can I get help?
I add the files: config.log and Makefile.
P. Schnickmann
-------------- next part --------------
This file contains any messages produced by compilers while
running
2004 Sep 28
1
[Patch] rsync-2.6.2: Allow 'port = N' in rsyncd.conf
Hi,
If anyone is interested, the included patch to rsync-2.6.2 allows you to
specify the port number for an rsync server as a global option in
rsyncd.conf with 'port = <N>' (where <N> is your favorite port number).
Note that this parameter only takes effect when the server is started, not
when clients connect. Also, specifying the port in rsyncd.conf takes
precedence
2002 Jun 27
1
rsync 2.5.5 and Mac OS X
Greetings,
Has anyone successfully compiled rsync 2.5.5 under Mac OS X (not
Server), and actually have it work fully?
I'm in a position where I'm trying to setup an automated nightly remote
backup between and Cobalt Raq4 (running a variant of Redhat Linux) and a
Mac running OS X 10.1.5 with the latest development tools installed. As
has been pointed out previously on the list, one has
2004 Oct 21
2
buffer overflow in receive_file_entry
Hi,
I have two identical servers running Mandrake 10.0 + many bugfixes.
I installed the plain rsync 2.6.3 (and after that the last cvs checkout,
but with identical results)
and configured rsync as xinetd daemon on one of the two, rsync as client
on the other.
This is the result:
[root@server rsync-2.4.4]# rsync -avz server::sitis/mydir/
receiving file list ... overflow: flags=0xb6ee l1=21
2001 Sep 11
1
Setting up an rsync server
I am trying to set up an rsync server on windows 2000 and red hat linux 7.1, but unsuccesfully. I haven't been able to find detailed information in the man pages about this issue, which makes it quite hard to figure out. So far I have set up an ftp server and a http server, which I guess would be required for rsync to transfer the files through. Secondly I have created the required files: