From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9896 Path: news.gmane.org!not-for-mail From: Sebastian Gottschall Newsgroups: gmane.linux.lib.musl.general Subject: Re: recvmsg/sendmsg broken on mips64 Date: Mon, 11 Apr 2016 21:01:21 +0200 Message-ID: <3dbaa68d-88c8-2e3f-d602-e2fd1481751b@dd-wrt.com> 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> <20160411183235.GU21636@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1460402818 22872 80.91.229.3 (11 Apr 2016 19:26:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2016 19:26:58 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9909-gllmg-musl=m.gmane.org@lists.openwall.com Mon Apr 11 21:26:52 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 1aphU1-0005fn-Qx for gllmg-musl@m.gmane.org; Mon, 11 Apr 2016 21:26:49 +0200 Original-Received: (qmail 31957 invoked by uid 550); 11 Apr 2016 19:26:47 -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 31936 invoked from network); 11 Apr 2016 19:26:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dd-wrt.com; s=mikd; h=Subject:Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To; bh=a/anVL830Ac0IKknerl3vcrNJfoQef1a0PoeVjAWFzQ=; b=MijQOxaiUQYNmwNYSUDzqYG8/hzPQAXQoJXRjX+EJhq9zqFgUoHys0fL3G8MH0OKWfbIpUt99CRC5kS+JL76HlIBv22YO9bgm7a5vVQgwwuBIQjsprrgJiOj00hOj1EkstRpOzvGQjdJdwY6vN6AgkP7y8fNFKV0tiV6ArABWdk=; User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 In-Reply-To: <20160411183235.GU21636@brightrain.aerifal.cx> X-SA-Exim-Connect-IP: 217.234.132.123 X-SA-Exim-Mail-From: s.gottschall@dd-wrt.com X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on webmail.newmedia-net.de X-Spam-Level: X-Spam-Status: No, score=-2.5 required=4.0 tests=ALL_TRUSTED,BAYES_00, DNS_FROM_AHBL_RHSBL,RATWARE_GECKO_BUILD autolearn=no version=3.1.9, No X-SA-Exim-Version: 4.2.1 (built Thu, 26 May 2011 15:22:33 +0200) X-SA-Exim-Scanned: Yes (on webmail.newmedia-net.de) X-NMN-MailScanner-Information: Please contact the ISP for more information X-NMN-MailScanner-ID: 1aph57-0006eO-Am X-NMN-MailScanner: Found to be clean X-NMN-MailScanner-From: s.gottschall@dd-wrt.com X-Received: from [217.234.132.123] (helo=[172.29.0.169]) by webmail.newmedia-net.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72) (envelope-from ) id 1aph57-0006eO-Am for musl@lists.openwall.com; Mon, 11 Apr 2016 21:01:06 +0200 Xref: news.gmane.org gmane.linux.lib.musl.general:9896 Archived-At: Am 11.04.2016 um 20:32 schrieb Rich Felker: > 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. i do not use ip for configuring. ifconfig works :-) > > Rich >