From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8317 Path: news.gmane.org!not-for-mail From: Tastky Newsgroups: gmane.linux.lib.musl.general Subject: nfs-utils broken with musl: "select: Bad file descriptor" Date: Tue, 18 Aug 2015 04:30:21 +0200 Message-ID: <55D298BD.2030903@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1439865049 23076 80.91.229.3 (18 Aug 2015 02:30:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Aug 2015 02:30:49 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8329-gllmg-musl=m.gmane.org@lists.openwall.com Tue Aug 18 04:30:43 2015 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 1ZRWfi-0001d7-DK for gllmg-musl@m.gmane.org; Tue, 18 Aug 2015 04:30:42 +0200 Original-Received: (qmail 5270 invoked by uid 550); 18 Aug 2015 02:30:39 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 5199 invoked from network); 18 Aug 2015 02:30:33 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=qfw1R0QU5WtQFnZNkac00DwpEXQExhf2ZnVHWaU0K2A=; b=Lbvgf8gR9QkicGurlEG0r/GmplifsZEaqWLVeq3PWO9tj4TvrXL3NsqxqhPl6sjU+l Cznbxob8XCQCHxiKtrXDOyKKScTZR7hb3hfIMexbM6g7FIdAljsM/K1ck02ivVCyi4fl ddBi2e37zvW/RSJABxDPuGfGd76LQE4Rp6wOfTc2loS1i06QkZ6w7hX3IBl0ZPbZG05z WG0Tj3tnOs1zkGHvOvt4/LVSIqLeLKUIonmOmwufwNBg+RDu9tDeETdfYN0I0soHBHOy liWc+arFVau16bj3OIGMzdSbIRaBBNFqFkp78dgNXmUDFHsG/RAT98Fz7OQvyvCYe/EX zL1g== X-Received: by 10.180.9.38 with SMTP id w6mr38384729wia.57.1439865022660; Mon, 17 Aug 2015 19:30:22 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Thunderbird/40.0 Xref: news.gmane.org gmane.linux.lib.musl.general:8317 Archived-At: As by this OpenWRT bugreport: https://dev.openwrt.org/ticket/20038 On various architectures – at least a mips and powerpc one – nfs-utils is broken with musl, yielding a never ending stream of "my_svc_run() - select: Bad file descriptor" in the system log. The message originates in the this file: http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=blob;f=utils/statd/svc_run.c "Downgrading" to uClibc has the issue vanish. I verified this myself with recent git versions of both musl and the utils on a fresh ar71xx OpenWRT compilation.