search for: remsh

Displaying 20 results from an estimated 56 matches for "remsh".

2002 May 13
4
Help please... rsync 2.5.5 on Solaris 2.7
...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 bash: rsync: command not found rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) _exit_cleanup(code=12, file=io.c, line=150): about to call exit(12) bash-2.03$ I ca...
2003 Dec 16
3
default --rsh
...Dec 15, 2003 at 10:51:08AM -0800, Wayne Davison wrote: > On Mon, Dec 15, 2003 at 10:03:28AM -0800, jw schultz wrote: > > > The one thing i really would have liked to have seen in a version bump > > would have been changing the default remote shell to ssh instead of > > rsh/remsh. > > I can see this being both a good thing (since I think it is a better > default for new users) and a painful thing (for people who still use > rsh). I'd be in favor of making this change, but I'm not sure if we > should try to slip it into 2.6.0 or not; on the one hand...
2002 Apr 23
3
rsync hanging (Sun -> AIX)
...ndreds of things over the last week, I've also scoured the web looking for solutions (which is how I found this mailing list)! I put a load of tracing into the rsync code and discovered that it was waiting on the child to die. A bit more tracking down showed that the child process was the remsh to the AIX box. This is what is hanging. The interesting bit is that the remsh closes down at the AIX end without problem but doesn't seem to be telling the other end that it has finished so you end up with a one ended hanging remsh and rsync waiting for it to die... I'm tried it from...
2000 Nov 29
1
HP-UX 11.00 truncating remote commands
...y. 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 /etc/passwd | wc 649 2750 44210 root at hp1# ssh hp2 cat /etc/passwd | wc 607 2636 40960 root at hp1# that output should be the same. its basically chopping off 42 lines for some odd reason. i looked at the output, and though it does chop it off at the same place eve...
2002 Jan 31
2
configure --with-rsh=CMD and default blocking-IO support
...9;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 '1' if the string matched either "rsh" or "remsh" (whichever one was configured into rsync). The new code has a slightly modified version of this check (that still works even if RSYNC_RSH isn't defined to be "rsh"), but it also adds a way to force the blocking-IO setting (both at configure time and via the RSYNC_RSH environmen...
2003 Dec 17
1
Rsync 2.5.7 hangs after completion
...saturn/sfkpipe07.lis saturn/sfkpipe08.lis saturn/sfkpipe09.lis saturn/sfkpipe10.lis saturn/sfrpini.lis saturn/sfrpini_uvi.log " After completion, while hanging waiting for report and shell prompt, On the sending side: ps -ef | grep rsync root 467122 757914 0 20:28:47 pts/0 0:00 remsh backenp650 rsync --server -vlogDtprz --delete . /banproc root 757914 434186 0 20:28:47 pts/0 1:19 rsync -vaz --delete /banproc/ backenp650:/banproc root 1019966 1007658 0 21:17:09 pts/1 0:00 grep rsync root 1237152 467122 0 20:28:47 pts/0 0:00 remsh backenp650 rsync...
2005 Jun 08
1
BUG REPORT: latest rsync misinvokes ssh with user@host ...
The latest rsync (2.6.5) seems to invoke the transport specified by $RSYNC_RSH differently. I have this set to point at an ssh wrapper script (which is now I noticed), and an strace shows this: [archives/silva]#root@jazzbo*> strace -e trace=process -f /opt/bin/rsync -avHP /mnt/phat/archives/silva/. root@ali:/a/ali/home/............. [...snip...]
2004 Jul 14
12
HP-UX 11i and largefiles on rsync 2.6.2
Hello, I'm running HP-UX 11i on an rp74xx. It's 64-bit. C compiler is as follows: B3901BA B.11.11.03 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800) B3913DB C.03.30.02 HP aC++ Compiler (S800) /usr/bin/cc: LINT B.11.11.02 CXREF B.11.11.02 HP92453-01 B.11.11.02 HP C Compiler $ Sep 8 2000 23:13:51 $ I have successfully compiled rsync 2.6.2 and it
2001 Oct 19
1
rsync errors
...setup the rsyncd.conf file for this, do I really need to use rsync.conf. I ran ssh to the remote server, the shell is clean but when I tried the following command it gives error ssh rmt_host date (it displays date on the remote host) rsync file rmt_host:/tmp gives following error: Failed to exec remsh :permission denied unexpected EOF in read_timeout I know remsh is used for unsecured hosts using .rhosts that means some where we need to tell rsync to look for ssh not rsh but I don't know where to look. Please help. Thanks --- Raj <rgoud@yahoo.com> wrote: > > Hi! List, > I ins...
2002 May 29
1
Rsync doing nothing and no error message
...29 just in case... and it showed different behaviour !!! BTW, the two directories are local to each machine, no NFS. on mecc27 : /home/cadmgr/bin/rsync -avuz --delete -v -v -v -v -v -v -v -v -v /export/home1/Modules mecc29:/export/home3 > 27.log cmd= machine=mecc29 user= path=/export/home3 cmd=remsh mecc29 rsync --server -vvvvvvvvvvulogDtprz --delete . /export/home3 local_version=24 remote_version=24 building file list ... make_file(4,Modules) make_file(4,Modules/share) make_file(4,Modules/share/init) make_file(4,Modules/share/init/bash) make_file(4,Modules/share/init/csh) make_file(4,Modules...
2000 Apr 11
3
scp: command not found.
Hey. I found references to my problem 'scp: command not found' in the archives. But I could not find a solution to this problem. Could someone please help me out here? Info: OpenSSH 1.2.3, RedHat 6.1 Thanks! -- Steve
2003 Oct 21
2
HP-UX 10.20 assistance
...ntry': loginrec.c:1520: storage size of `last' isn't known loginrec.c:1520: warning: unused variable `last' gmake: *** [loginrec.o] Error 1 I use a configure line of: (although just a blank ./configure doesn't work ether) $ ./configure --with-ssl-dir=/adm --with-rsh=/usr/bin/remsh --with-tcp-wrapper s --bindir=/adm/sbin --libexecdir=/adm/sbin --prefix=/adm --with-prngd-socket=/v ar/run/egd-pool --with-default-path=/adm/sbin:/usr/sbin:/usr/lbin:/usr/bin --wit h-xauth=/usr/bin/X11/xauth --with-pid-dir=/var/run and config.log records: uname -m = 9000/782 uname -r = B.10.20 u...
2004 Aug 18
0
[Bug 1618] New: rsync transfer messages
...g Hello, I have two things that concern me; 1.) The message below that says "Server is very old version of rsync, upgrade recommended". We just upgraded to 2.6.2 2.) The error condition "local_version=24 remote_version=28", what does this mean? $ rsync -aczvvv --rsh=remsh /rsync/shipping/*.dbf orau1m@agflog25:/bucket/agf> opening connection using remsh agflog25 -l orau1m rsync --server - vvvlogDtprcz . /bucket/agfsap19/inbound Server is very old version of rsync, upgrade recommended....
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
2001 Feb 06
4
argv[0] => host feature considered harmful
OpenSSH still has this feature, SSH-1.2.27 no longer has it. Admittedly it can be useful sometimes, even though I'd prefer this to be done using a trivial shell wrapper, which would be the UNIX way of doing things. Not being able to call OpenSSH's ssh by another name (say ``ssh1'') can get in the way when having to maintain two versions of ssh in parallel because the ``ssh ->
2004 Oct 13
0
[Bug 1924] New: unable to rsync between a PC with cygwin and a unix machine using rsh
...ULL, " ")) args[argc++] = tok; /* check to see if we've already been given '-l user' in * the remote-shell command */ for (i = 0; i < argc-1; i++) { if (!strcmp(args[i], "-l") && args[i+1][0] != '-') dash_l_set = 1; } #if HAVE_REMSH /* remsh (on HPUX) takes the arguments the other way around */ args[argc++] = machine; if (user && !(daemon_over_rsh && dash_l_set)) { args[argc++] = "-l"; args[argc++] = user; } #else if (user && !(daemon_over_rsh && dash_l_set)) { args[...
1999 Dec 20
2
Portability hacks + alpha HPUX1020 port
...ed - #ifdef blocks for innetgr lib function - *snprintf proto definitions if not present (HP) - utmpx compatibility hacks - search for xauth - check for updwtmpx lib func (HP) - check for ttcompat.h (HP) - check environment for mail directory if no maillock.h - variable for custom rsh path (HP uses remsh) - include bsd-login.h for systems w/o login lib func - X11 port forwarding on HPUX - macro to use setreuid() instead of seteuid(), which HP lacks *** Someone shout if this has any security implications ! *** - autoconf config.sub and config.guess (AC_CANONICAL_HOST) added - various compiler warnin...
2002 Jan 31
3
Error when compile rsync
Hi, I tried to compile rsync-2.5.2 on Solaris 5.7 Ultra-2 machine, 5.7 on Ultra-2 is running 64 bit, but, when I ran configure, it said no for largefile, I thought 2.5.2 will support large file? Is that true? Thanks, Jennifer
2015 Sep 07
8
rsync question
I am trying to rsync the named files under /etc for backup purposes. I tried: rsync -ah --stats --delete -e "ssh -p613 -l root" 192.168.192.2:/etc/name* /home/rgm/data/htt/httnet/homebase/new/etc The stats shows it sees all the files, but only moves the dir /etc/named and the files within it. It does not move the /etc/name* files (like /etc/named.conf). By file count, it is
2002 Feb 21
1
[patch] configurable RSYNCD_CONF
...D_CONF="/etc/rsyncd.conf" + fi ], + [ RSYNCD_CONF="/etc/rsyncd.conf" ]) + +AC_DEFINE_UNQUOTED(RSYNCD_CONF, "$RSYNCD_CONF", [location of configuration file for rsync server]) + AC_ARG_WITH(rsh, AC_HELP_STRING([--with-rsh=CMD], [set rsh command to CMD (default: \"remsh\" or \"rsh\")])) -- ayamura Ayamura KIKUCHI, M.D., Ph.D.