Displaying 20 results from an estimated 3000 matches similar to: "rsync hanging (Sun -> AIX)"
2003 Oct 28
4
simple compile
I could not find this question anywhere, but I apologize if it is and I
just missed it.
Running an Alpha, OSF1 V5.1 1885
configure went fine.
compile failed:
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/getaddrinfo.c -o
lib/getaddrinfo.o
cc: Error: lib/getaddrinfo.c, line 182: In this statement, "EAI_MAX" is
not declared. (undeclared)
if (ecode < 0 || ecode > EAI_MAX)
2002 Jul 12
5
rsync 2.5.5 Tru64 5.1
Hi,
I am trying to compile rsync 2.5.5 on a Tru64 box. I downloaded
configure.in revision 1.148, which I believe is the correct fix for the
getaddrinfo problem; however I still have errors compiling rsync. Also I
had to change line 22 in options.c from #include "popt.h" to #include
"popt/popt.h". Any suggestions or ideas?
Tan Dang
2002 Apr 09
3
getaddrinfo.c error compiling rsync on tru64 5.1A
i've applied albert chin's patch on configure.in file:
http://lists.samba.org/pipermail/rsync/2002-January/005726.html,
but i still getting the error:
cc: Error: lib/getaddrinfo.c, line 180: In this statement, "EAI_MAX" is not
declared. (undeclared)
thanks for any advice
Martin Sigilfredo
_________________________________________________________________
Join the world’s
2002 Aug 18
0
Help ....rsync on TRu64 UNIX V5.1 Installation problem ....
hi fellows,
I tried to install rsync as root user on my TRU64 UNIX V5.1 box.
configure script worked fine .
make failed with following errors given below.
can somebody help me. I really need this tool to work.
after giving command which cc
#/usr/bin/cc
thanks in adance.
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c lib/permstring.c -o
lib/permstring.o
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c
2002 Nov 06
4
Rsync-2.5.5 on Tru64 UNIX V51.A
Hi
I am trying to compile rsync-2.5.5 on Tru64 UNIX V5.1A
The configure completed sucessfully however the make failed. The following
is a copy of the configure and make output. Could you please provide advice
as to why this is failing and hopefully resolution.
Just as a matter of comparison - rsync-2.5.4 make also fails, however,
rsync-2.4.8 compiled sucessfully on this version of Tru64 5.1A
2002 Mar 22
2
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc
Greetings, here is the output of the 'configure' step and
the compile step (using the Compaq cc compiler that comes
with Tru64 V5.1A. The configure reported success and most of
the compile steps cam through error/warning free except for
the one that stumbled. Can someone help me out here? I am willing
to provide a binary for Tru64 V5.1A if we can swat this bug.
We depend greatly on Rsync
2002 Mar 22
0
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc on AlphaServer 1000 5/300
Hi Paul, your suggestion about batch.c got by the compiler without a
peep and it got much farther along again with complaint from cc until....
[root@hyperion: rsync-2.5.4]#CC=cc; export CC; ./configure
configure: Configuring rsync 2.5.4
checking build system type... alphaev5-dec-osf5.1
checking host system type... alphaev5-dec-osf5.1
checking target system type... alphaev5-dec-osf5.1
checking for
2002 Aug 19
0
Can not compile rsync
I'm getting following error while compiling rsync
Can anyone help me .
I'm running Alpha Server with TRU64 5.1
any help will be appreciated
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c rsync.c -o rsync.o
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c generator.c -o generator.o
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c receiver.c -o receiver.o
cc -I. -I. -g -DHAVE_CONFIG_H -I./popt -c
2004 Jan 19
0
rsync 2.6.0 and Solaris 8
Trying to build rsync 2.6.0 on Solaris 8 (gcc 3.3.2) has revealed that
some of the EAI_ defines exist on Solaris, but not all of them. This
causes lib/getaddrinfo.c to fail compilation as EAI_MAX (and some others)
is undefined.
The patch below fixes this issue, but I haven't tested the specific error
conditions represented by the defines.
Bryan
--- lib/addrinfo.h.orig 2001-12-05
2003 Jul 06
10
[Bug 585] sshd core dumping on IRIX 6.5.18 with VerifyReverseMapping enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=585
------- Additional Comments From dtucker at zip.com.au 2003-07-07 00:32 -------
dmalloc (http://dmalloc.com/) claims to work on IRIX. It's likely to increase
the CPU and memory load, though.
I've built with dmalloc on Linux thusly:
LDFLAGS=-ldmalloc ./configure && make
eval `dmalloc -l /path/to/log high`
./sshd [options]
2003 Dec 16
3
default --rsh
On Mon, 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
>
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
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
2003 Dec 17
1
Rsync 2.5.7 hangs after completion
I am having a problem with rsync hanging after completion. The command I
am using is: rsync -vaz --delete /banproc/ backenp650:/banproc (thanks jw
for the syntax correction)
There were 56 deletions on the destination and ~ 1380 files copied total (I
gathered these stats by using grep and wc -l on a saved file of my ssh
session to the source host). Below is the last couple of lines on my ssh
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
2001 Dec 16
1
compile errors with rsync 2.5.0 for RedHat linux 7.1 alpha
Hi,
Trying to compile rsync 2.5.0 for RedHat linux 7.1
alpha but I get compile errors. :-( Any ideas would be
greatly appreciated!
# uname -a
Linux myhost 2.4.9-12 #1 Tue Oct 30 18:12:52 EST 2001
alpha unknown
# cat /etc/redhat-release
Red Hat Linux release 7.1 (Seawolf)
# ./configure --prefix=/usr/local/rsync-2.5.0
configure: Configuring rsync 2.5.0
checking build system type...
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
2002 May 29
1
Rsync doing nothing and no error message
Hi *
I'm using rsync to mirror software from one Sun Workstation (mecc27) to the other (mecc29). (solaris 5.7)
worked perfect... 'til 1 week ago !!
Everybody claims nothing has been changed in the configs of the machines (couldn't find anything, though), but rsync is doing nothing at all. just after being called it exits without any error message, warning, whatever..
here the log
2002 Feb 06
1
2.5.2 will not compile
Trying to compile rsync 2.5.2 after "./configure --prefix=/usr"
I get the following make errors:
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c rsync.c -o rsync.o
In file included from rsync.c:23:
rsync.h:339: warning: no semicolon at end of struct or union
rsync.h:339: parse error before `inode'
rsync.h:341: parse error before `dev'
rsync.h:341: warning: type
2019 Oct 24
5
HW update. Fedora 30 to Centos?
Due hardware update.
Many years on Fedora, would like to swap out
to AMD motherboard( x570) and graphics (RX480)
I'm led to believe that Fedora Linux is too 'new' for Centos.
Question for those with experience of both, what will I miss
on Centos wrt Fedora?
Not all that bothered about being 'up to the minute', and after
20+ Fedora installs it does get to be a drag...
Has