public inbox for gentoo-sparc@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: gentoo-sparc@lists.gentoo.org
Subject: Re: [gentoo-sparc] Official SPARC64 Port
Date: Tue, 9 Feb 2016 01:14:41 -0500	[thread overview]
Message-ID: <20160209061441.GD7732@vapier.lan> (raw)
In-Reply-To: <56B97515.70303@triadic.us>

[-- Attachment #1: Type: text/plain, Size: 2335 bytes --]

On 09 Feb 2016 00:11, Alex McWhirter wrote:
> On 02/08/2016 03:48 PM, Alex McWhirter wrote:
> > On 02/08/2016 10:21 AM, Mike Frysinger wrote:
> >> On 07 Feb 2016 05:35, Alex McWhirter wrote:
> >>> Have there been any reports of rsync being broken on sparc? I can't get
> >>> it to work on my 64bit host or my official 32 bit host.
> >> it's working on our sparc dev box and my sparc chroots
> >>
> >>> It always kicks this back almost instantly. Doesn't matter if it's local
> >>> or remote
> >> are you trying with plain rsync ?  or rsync over a diff protocol ?  try:
> >> 	rsync rsync://uclibc.org/svn/
> >> it should provide a file listing
> >>
> >>> Oddly enough scp has issues too which may point to something being wrong
> >>> with ssh. This is what happens.
> >>>
> >>> On remote machine run..
> >>>
> >>>
> >>> scp blah root@<ip-address>:~/
> >>> root@<ip-address>'s password:
> >>> Permission denied, please try again.
> >>> root@<ip-address>'s password:
> >>> Permission denied, please try again.
> >>> root@<ip-address>'s password:
> >>> Permission denied ().
> >>> lost connection
> >>>
> >>> However if i try a second / third time...
> >>>
> >>> scp blah root@<ip-address>:~/
> >>> Password:
> >>> blah                                                           100% 
> >>> 102MB  11.4MB/s  13.0MB/s   00:09
> >>>
> >>>
> >>> Notice how in the first attempt sshd is returning the boxes IP and wont
> >>> take my password. A few attempts later and it will not return the IP,
> >>> but will take my password. It's completely intermittent.
> >> yes, it sounds like openssh or openssl is broken instead
> >> -mike
> > If i force --protocol=29 it works just fine. Can you think of any kernel
> > options that might cause this? I'm running a fairly minimal kernel.
> >
> 
> I am completely stumped here. It's just simply broken. Fresh 64bit install
> 
> localhost ~ # rsync -a /usr/portage/ /root/portage
> rsync: [sender] write error: Broken pipe (32)
> rsync error: error in socket IO (code 10) at io.c(820) [sender=3.1.2]
> 
> It's almost like the rsync socket is broken or something...

EPIPE here looks like the server/receiver died.  might want to try adding
-vvvvv to rsync, or running it through `strace -o log -f` and see if you
find anything interesting.
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-02-09  6:14 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-28 23:06 [gentoo-sparc] Official SPARC64 Port Alex McWhirter
2016-01-28 23:26 ` [gentoo-sparc] " Mike Frysinger
2016-01-28 23:37   ` Alex McWhirter
2016-01-28 23:46     ` Mike Frysinger
2016-01-30  0:28 ` [gentoo-sparc] " Alex McWhirter
2016-01-30  0:44   ` Mike Frysinger
2016-01-30  0:55     ` Alex McWhirter
2016-02-01  9:24       ` Alex McWhirter
2016-02-01 17:44       ` Mike Frysinger
2016-02-01 19:29         ` Alex McWhirter
2016-02-01 20:24           ` Mike Frysinger
2016-02-01 20:34             ` Alex McWhirter
2016-02-01 20:51               ` Mike Frysinger
2016-02-01 22:03                 ` Alex McWhirter
2016-02-04 18:40                   ` Alex McWhirter
2016-02-04 21:54                     ` Mike Frysinger
2016-02-04 23:44                       ` Alex McWhirter
2016-02-07 10:35                         ` Alex McWhirter
2016-02-08 15:21                           ` Mike Frysinger
2016-02-08 20:48                             ` Alex McWhirter
2016-02-09  5:11                               ` Alex McWhirter
2016-02-09  6:14                                 ` Mike Frysinger [this message]
2016-02-13  9:26                                   ` Alex McWhirter
2016-02-13 11:25                                     ` Mike Frysinger
2016-02-13 17:32                                       ` Alex McWhirter
2016-02-13 21:26                                         ` Alex McWhirter
2016-02-14  0:44                                           ` Mike Frysinger
2016-02-14 23:44                                             ` Alex McWhirter
2016-02-15  2:13                                               ` Mike Frysinger
2016-02-17 22:11                                                 ` Alex McWhirter
2016-02-17 22:46                                                   ` Mike Frysinger
2016-02-17 22:52                                                     ` Alex McWhirter
2016-02-19  8:37                                                       ` Alex McWhirter
2016-03-11  3:53                                                         ` Alex McWhirter
2016-08-08 22:52                                                           ` Jack Morgan
2016-08-09  5:14                                                             ` alexmcwhirter
2016-08-10 18:45                                                               ` Jack Morgan
2016-08-31 17:26                                                                 ` alexmcwhirter
2016-09-01  0:46                                                                   ` Jack Morgan
2016-09-04 19:27                                                                     ` [gentoo-sparc] -fPIC vs -fpic = Headaches alexmcwhirter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160209061441.GD7732@vapier.lan \
    --to=vapier@gentoo.org \
    --cc=gentoo-sparc@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox