Gentoo Archives: gentoo-sparc

From: Alex McWhirter <alexmcwhirter@×××××××.us>
To: gentoo-sparc@l.g.o
Cc: Mike Frysinger <vapier@g.o>
Subject: Re: [gentoo-sparc] Official SPARC64 Port
Date: Sun, 07 Feb 2016 10:36:40
Message-Id: 56B71DFF.4040002@triadic.us
In Reply to: Re: [gentoo-sparc] Official SPARC64 Port by Alex McWhirter
1 Have there been any reports of rsync being broken on sparc? I can't get
2 it to work on my 64bit host or my official 32 bit host.
3
4 It always kicks this back almost instantly. Doesn't matter if it's local
5 or remote
6
7 rsync: [sender] write error: Broken pipe (32)
8
9
10 Oddly enough scp has issues too which may point to something being wrong
11 with ssh. This is what happens.
12
13 On remote machine run..
14
15
16 scp blah root@<ip-address>:~/
17 root@<ip-address>'s password:
18 Permission denied, please try again.
19 root@<ip-address>'s password:
20 Permission denied, please try again.
21 root@<ip-address>'s password:
22 Permission denied ().
23 lost connection
24
25 However if i try a second / third time...
26
27 scp blah root@<ip-address>:~/
28 Password:
29 blah 100%
30 102MB 11.4MB/s 13.0MB/s 00:09
31
32
33 Notice how in the first attempt sshd is returning the boxes IP and wont
34 take my password. A few attempts later and it will not return the IP,
35 but will take my password. It's completely intermittent.

Replies

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