From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9895 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: recvmsg/sendmsg broken on mips64 Date: Mon, 11 Apr 2016 14:32:35 -0400 Message-ID: <20160411183235.GU21636@brightrain.aerifal.cx> References: <20160407094806.GE9862@port70.net> <20160407184643.GI9862@port70.net> <2656e404-f225-cd95-3989-a48df486d914@dd-wrt.com> <20160410221812.GP21636@brightrain.aerifal.cx> <20160410222947.GQ21636@brightrain.aerifal.cx> <20160411023522.GR21636@brightrain.aerifal.cx> <278cc21f-683e-89c0-75f6-e57d9c3bd82c@dd-wrt.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1460399614 1077 80.91.229.3 (11 Apr 2016 18:33:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2016 18:33:34 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9908-gllmg-musl=m.gmane.org@lists.openwall.com Mon Apr 11 20:33:33 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1apgeL-0005QD-2p for gllmg-musl@m.gmane.org; Mon, 11 Apr 2016 20:33:25 +0200 Original-Received: (qmail 15934 invoked by uid 550); 11 Apr 2016 18:32:50 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 15877 invoked from network); 11 Apr 2016 18:32:49 -0000 Content-Disposition: inline In-Reply-To: <278cc21f-683e-89c0-75f6-e57d9c3bd82c@dd-wrt.com> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:9895 Archived-At: On Mon, Apr 11, 2016 at 08:35:00AM +0200, Sebastian Gottschall wrote: > >>>BTW do you have gdb and strace available? > >>not on the system itself. i'm not sure if strace works on mips64. > >>never tried it. > >>but you're free to copy any binary to the /tmp dir. it has 2 gb ram. > >>so enough space for static binaries if you want to play with. > >>i will send you the ssh data in a private email > >I haven't been able to reproduce the error on your system. I've tried > >building my own static-linked version of the "ip" utility with a > >mips64-linux-musl softfloat compiler, and uploading my libc.so and > >using it to run both your version of ip and a dynamic-linked one I > >just built. They all work fine for adding/removing a 127.0.0.2 address > >to the "lo" interface. > i can install a broken musl libc again if that helps. (its plain > openwrt toolchain result) Yes, that would be helpful, but would it make it impossible for you to get the network up in order for me to login? If so perhaps you could put the broken stuff in a chroot I could run it from. Rich