From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8345 Path: news.gmane.org!not-for-mail From: Bastian Bittorf Newsgroups: gmane.linux.lib.musl.general Subject: Re: curious file access problem Date: Thu, 20 Aug 2015 16:26:14 +0200 Message-ID: <20150820142614.GR19496@medion.lan> References: <5769061.FLTLqujSyv@debian64> <55D5274D.2020903@dd-wrt.com> <20150820064804.GM19496@medion.lan> <55D5B21B.1010503@dd-wrt.com> <20150820132539.GO19496@medion.lan> <20150820134834.GU32742@brightrain.aerifal.cx> 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 1440080258 13754 80.91.229.3 (20 Aug 2015 14:17:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 20 Aug 2015 14:17:38 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8357-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 20 16:17:35 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 1ZSQer-0005YZ-OR for gllmg-musl@m.gmane.org; Thu, 20 Aug 2015 16:17:33 +0200 Original-Received: (qmail 21878 invoked by uid 550); 20 Aug 2015 14:17:32 -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 21858 invoked from network); 20 Aug 2015 14:17:32 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=bluebottle.com; s=fe0; t=1440080241; bh=h/6Svs8c4XBmeVyQHQDDJcRRhB8HS655Gl9fV5ecf0E=; l=794; h=Date:From:To:Subject:References:In-Reply-To:From; b=dPNI/JbK6oaRsaaNCstByQ7jOUO7gtMWJRW1vfrx1k3pghQw3TSais52x5ESv4l2G lAs5mG3i/HWBNr3BHB8dBr5feqcP5m3x+MPAla/j7h1arIcLDxjDetVZY0vOkAW8a9 kHEfIVE/PsMgqtxKbl7o/BXG4G/d1yBC3JtVE2SU= Content-Disposition: inline In-Reply-To: <20150820134834.GU32742@brightrain.aerifal.cx> X-Editor: vi http://ex-vi.sourceforge.net/ User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.98.7 at fe0 X-Virus-Status: Clean Xref: news.gmane.org gmane.linux.lib.musl.general:8345 Archived-At: * Rich Felker [20.08.2015 16:14]: > > i can see it too - not on 3.18 but with kernel 4.1.5 > > you are right, busybox 'route -n' is affected and does not > > see a default route (the same for hexdump, strings...) > > In that case, it sounds like somebody broke the kernel. This is rather > unfortunate, and it would be great if someone could look into the bug > and get it fixed before these broken kernels are too widespread... to be more exact: 'route -n' is does not see a default route (while parsing /proc/net/route) but 'cat /proc/net/route' see's it (so the kernel is fine). busybox is the same version (so busybox is fine). so whats left? 8-))) at least this is something fishy. (and i want somebody who can reproduce this e.g. on x86) bye, bastan