Gentoo Archives: gentoo-sparc

From: Alex McWhirter <alexmcwhirter@×××××××.us>
To: gentoo-sparc@l.g.o
Subject: Re: [gentoo-sparc] Official SPARC64 Port
Date: Tue, 09 Feb 2016 05:12:48
Message-Id: 56B97515.70303@triadic.us
In Reply to: Re: [gentoo-sparc] Official SPARC64 Port by Alex McWhirter
1 On 02/08/2016 03:48 PM, Alex McWhirter wrote:
2 > On 02/08/2016 10:21 AM, Mike Frysinger wrote:
3 >> On 07 Feb 2016 05:35, Alex McWhirter wrote:
4 >>> Have there been any reports of rsync being broken on sparc? I can't get
5 >>> it to work on my 64bit host or my official 32 bit host.
6 >> it's working on our sparc dev box and my sparc chroots
7 >>
8 >>> It always kicks this back almost instantly. Doesn't matter if it's local
9 >>> or remote
10 >> are you trying with plain rsync ? or rsync over a diff protocol ? try:
11 >> rsync rsync://uclibc.org/svn/
12 >> it should provide a file listing
13 >>
14 >>> Oddly enough scp has issues too which may point to something being wrong
15 >>> with ssh. This is what happens.
16 >>>
17 >>> On remote machine run..
18 >>>
19 >>>
20 >>> scp blah root@<ip-address>:~/
21 >>> root@<ip-address>'s password:
22 >>> Permission denied, please try again.
23 >>> root@<ip-address>'s password:
24 >>> Permission denied, please try again.
25 >>> root@<ip-address>'s password:
26 >>> Permission denied ().
27 >>> lost connection
28 >>>
29 >>> However if i try a second / third time...
30 >>>
31 >>> scp blah root@<ip-address>:~/
32 >>> Password:
33 >>> blah 100%
34 >>> 102MB 11.4MB/s 13.0MB/s 00:09
35 >>>
36 >>>
37 >>> Notice how in the first attempt sshd is returning the boxes IP and wont
38 >>> take my password. A few attempts later and it will not return the IP,
39 >>> but will take my password. It's completely intermittent.
40 >> yes, it sounds like openssh or openssl is broken instead
41 >> -mike
42 > If i force --protocol=29 it works just fine. Can you think of any kernel
43 > options that might cause this? I'm running a fairly minimal kernel.
44 >
45
46 I am completely stumped here. It's just simply broken. Fresh 64bit install
47
48 localhost ~ # rsync -a /usr/portage/ /root/portage
49 rsync: [sender] write error: Broken pipe (32)
50 rsync error: error in socket IO (code 10) at io.c(820) [sender=3.1.2]
51
52 It's almost like the rsync socket is broken or something...

Replies

Subject Author
Re: [gentoo-sparc] Official SPARC64 Port Mike Frysinger <vapier@g.o>