Displaying 20 results from an estimated 3000 matches similar to: "default --rsh"
2002 Jan 31
2
configure --with-rsh=CMD and default blocking-IO support
A while back I argued for adding a --with-rsh=CMD option to configure
and got some general agreement that it would be a good thing (especially
for systems that don't have rsh at all). However, the changes were
never integrated into rsync.
This patch adds the --with-rsh=CMD option to configure and modifies
main.c to improve the blocking-IO setting code. The old code would set
blocking_io to
2004 Oct 13
0
[Bug 1924] New: unable to rsync between a PC with cygwin and a unix machine using rsh
https://bugzilla.samba.org/show_bug.cgi?id=1924
Summary: unable to rsync between a PC with cygwin and a unix
machine using rsh
Product: rsync
Version: 2.6.3
Platform: x86
OS/Version: Windows 2000
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo:
2002 Dec 03
3
rsync 2.5.5, "unexpected tag failures", Solaris 2.6 vs. 2.8, "--b locking-io" workaround
Hi,
I have been having a problem that seems related to previously reported
problems
but persists.
I am syncing from a 2.6 Solaris box to a 2.8 solaris box. All are running
rsync 2.5.5.
When I sync (commands simplified for example, always using rsh):
2.8box% rsync -e rsh 2.6box:/path/path/stuff/ /path/path/newstuff/
i.e., the 2.6 box is the server, I get spurious, persistent but inconsistent
2002 Feb 05
3
Doubt in Rsync !!
Sir,
How to run the rsync server in the remote machine.
I want to mirror the set of directories from one machine to another
machine
which are in the network.
I used the following command :
/usr/sbin/rsync -vv --delete --recursive --times --perms --update
source directory
destinationmachine:destination directory.
I got the error:
Permission denied.
How to tackle this error ?
thanks
laks
2005 Nov 09
1
Problem with rsync on WinXP going to HP-UX or Linux
Hi,
I can't get rsync from a PC to an HP-UX or Linux box to work,
and am hoping for a pointer or two.
I checked the FAQ and googled ... with no luck, so I hope this isn't
a patently obvious newbie problem :)
I just got interested in trying to use rsync to backup my WinXP PC to
a Linux or HP-UX computer. I got the cygwin package from Robert
Scholten's site at
2001 Oct 19
1
rsync errors
Ah... there's your answer. ssh is working fine, as you say, but you're invoking rsync without telling it to user ssh, so it's using rsh. If you've got this, you don't need rsyncd.conf. The syntax you're using tells rsync to use an external transport.
rsync -e ssh file rmt_host:/tmp
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880
2001 Aug 06
1
merge rsync+ into rsync (was Re: rsync-2.4.7 NEWS file)
> Just curious: what about the rsync+ patch?
Thanks for the reminder.
I've just committed Jos's rsync+ patch onto the
"branch_mbp_rsyncplus_merge" branch. If it works OK and nobody
screams I will move it across onto the main tree tomorrow or
Wednesday.
I see the patch doesn't add documentation about the new options to the
man page, so we should fix that in the future.
2002 May 13
4
Help please... rsync 2.5.5 on Solaris 2.7
Hi all, I have just re-joined the list. I have been using Rsync on my
Linux servers for a number of years now without fault. I now have the
need to Rsync data between two Solaris 2.7 servers.
This has got me stumped... Hoping that someone might have a quick answer
for me?
bash-2.03$ rsync -auvvvz sydney:/sun /sun
opening connection using remsh sydney
rsync --server --sender -vvvulogDtprz . /sun
2002 Apr 24
1
How rsync can work only with rsh/ssh
Hi,
I use rsync with ssh. My question is: how can
rsync work only with ssh without scp o sftp?
I have installed only rsync and ssh on
my windows machine. Is the scp or sftp
integrated within rsync? Why rsync need
a shell? For login?
Thanks in advance.
Please respond to my email address too: mail@davideonline.it
2003 Oct 21
2
HP-UX 10.20 assistance
To Whomever can assist,
I am looking for anyone who has gotten OpenSsh 3.7.1p2 to build under
HP-UX 10.20. I am working with the latest gcc (v. 3.3.1), gmake (v. 3.80),
and Openssl (0.9.7c) and I still can not get OpenSsh to build properly.
It errors out on the build process with a:
loginrec.c:1405: dereferencing pointer to incomplete type
cing pointer to incomplete type
loginrec.c:1514:
2003 Oct 03
2
Cygwin/rsync Hang Problem Testing Results
People of cygwin & rsync,
I recently attempted to get cygwin and rsync working to solve a
backup/mirroring need in my computer life. Well, as you might guess, I
ran into a little but of trouble.
Strangely enough, rsync seemed to be regularly hanging when I attempted
to do a "get" (sycronize a remote to a local dir). Well, considering I
want to automate this, that was not going
2002 Feb 21
1
[patch] configurable RSYNCD_CONF
I prefer configurable RSYNCD_CONF by autoconf to RSYNCD_CONF in rsync.h.
--- rsync.h.orig Tue Feb 19 06:46:49 2002
+++ rsync.h Thu Feb 21 00:59:11 2002
@@ -26,7 +26,8 @@
#define RSYNC_RSH_ENV "RSYNC_RSH"
#define RSYNC_NAME "rsync"
-#define RSYNCD_CONF "/etc/rsyncd.conf"
+
+/* RSYNCD_CONF is always set in config.h */
#define DEFAULT_LOCK_FILE
2003 Mar 18
3
problems with rsync in cygwin
Hi,
I'm trying to set up rsync, with the transfers originating from a Win2K box
and going to a Linux box. Both boxes are on my home LAN, so ssh is not
required; I thought I would simply use the rsync protocol. I set up xinetd on
my Linux box to start a rsync server when needed. My first attempts at a test
run failed like so:
$ rsync -a /cygdrive/c/installs/palm rsync://192.168.2.3/palm
2005 Nov 01
2
request: add TCP buffer options to rsync CLI?
Dear rsync folks,
I'd like to request/suggest that cli options to set TCP send/receive buffers
be added to rsync client-side.
Summary:
I'm aware that a daemon's config-file can set socket options for
the server side
(e.g. SO_SNDBUF, SO_RCVBUF). That is useful.
But when trying to get high-throughput rsync over
long paths (i.e. large bandwidth*delay product), since
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
2002 Jun 24
1
remove --with-rsh
is this ok (complete, correct)?
Index: INSTALL
===================================================================
RCS file: /var/cvs/openssh/INSTALL,v
retrieving revision 1.53
diff -u -r1.53 INSTALL
--- INSTALL 13 May 2002 05:22:21 -0000 1.53
+++ INSTALL 24 Jun 2002 00:50:20 -0000
@@ -105,11 +105,6 @@
There are a few other options to the configure script:
---with-rsh=PATH allows you to
2002 Oct 02
0
rsync rsh XP->Unix Terminal Read cygwin
I can not get rsync to work when sending from my XP box to a Solaris,HPUX,or
AIX host using rsh
I am using the cygwin version of rsync, and the windows XP version of remsh.
Can anybody tell me what is happening? Any hints on what to do next?
Administrator@WOTTPAWLOWM-XP1
/cygdrive/e/perforce_data/atlantic_it4sb2/devroot/
src/iwr/impromptuserver/app.exe/child.lib
$ rsync -v -n --progress
2002 Jun 11
2
problem and a question
I am running a simple command, no firewall dropping, going to unix rsync
server 2.3.1 from a win2k machine. and I am getting this error. note:(this
used to work before I upgraded my win machine from NT4 to win2k.
C:\DATA\RSYNC>c:\winnt\rsync -a -v c:\rsync\test-rsync
user@www.server.com::site/htdocs/
> c:Connection refused
rsh: can't establish connection
unexpected EOF in read_timeout
2002 Apr 23
3
rsync hanging (Sun -> AIX)
I'm trying to rync working between the UK (Sun box) and India (AIX box) and
am having a real problems getting it up and running because every time I do
a full transfer it hangs. The Sun box is the one holding the canonical
source which we want to mirror.
I've been shipped to the India office to get this working and have tried
hundreds of things over the last week, I've also scoured
2000 Nov 29
1
HP-UX 11.00 truncating remote commands
hello all,
i hope someone can help me out with this little nasty. i have openssh
2.3.0p1 installed on some hp-ux 11.00 boxes and a single linux box. i'm
trying desperately to replace trusted hosts on these machines with something
a little more secure. running some remote commands between the hp boxes,
i'm getting different results with ssh than with remsh.
root at hp1# remsh hp2 cat