From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6844 Path: news.gmane.org!not-for-mail From: Sebastian Gottschall Newsgroups: gmane.linux.lib.musl.general Subject: pthreads broken (freeradius testcase) Date: Thu, 15 Jan 2015 23:52:36 +0100 Message-ID: <54B844B4.1000500@dd-wrt.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: 7bit X-Trace: ger.gmane.org 1421362373 14828 80.91.229.3 (15 Jan 2015 22:52:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2015 22:52:53 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6857-gllmg-musl=m.gmane.org@lists.openwall.com Thu Jan 15 23:52:53 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 1YBtHX-0003xi-82 for gllmg-musl@m.gmane.org; Thu, 15 Jan 2015 23:52:51 +0100 Original-Received: (qmail 1517 invoked by uid 550); 15 Jan 2015 22:52:49 -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 1503 invoked from network); 15 Jan 2015 22:52:48 -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:To:MIME-Version:From:Date:Message-ID; bh=SJbtdl6EtPFh74/YpwVY+VCjQLnGgcDcYhO0673cHik=; b=BBVSJqgZSkO9JRL6iycotJ145I0Awv92svIpg9noCkTzzqTfb/3wzWT2el30r777fJDTObGnVDZgIQdXNkq2J1195lYMFO6La9hUqem5km9i2c1IZbYVrI4X081st/dRBBh5oLAjUXfc+mLninCdAM7GAJ6AuYpTKaBEH9cFu4s=; User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 X-SA-Exim-Connect-IP: 93.195.14.51 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: 1YBtHI-0005rW-5K X-NMN-MailScanner: Found to be clean X-NMN-MailScanner-From: s.gottschall@dd-wrt.com X-Received: from [93.195.14.51] (helo=[10.88.193.128]) by webmail.newmedia-net.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72) (envelope-from ) id 1YBtHI-0005rW-5K for musl@lists.openwall.com; Thu, 15 Jan 2015 23:52:36 +0100 Xref: news.gmane.org gmane.linux.lib.musl.general:6844 Archived-At: following test case configure freeradius with --with-threads (which is on by default) if you start radiusd with your radius configuration you will see that radius does not listen on any ports. it will hang in the listener thread which creates the socket. if you configure it as --without-threads, it works tested with musl 1.1.6 on a mips (big endian) system using kernel 3.10 Sebastian