From owner-freebsd-fs@freebsd.org Sun Jun 25 20:22:45 2017 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 86449D9950E for ; Sun, 25 Jun 2017 20:22:45 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (smtp.digiware.nl [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 464487CB2E; Sun, 25 Jun 2017 20:22:45 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router.digiware.nl (localhost.digiware.nl [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id F135543C5B; Sun, 25 Jun 2017 22:22:32 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.com Received: from smtp.digiware.nl ([127.0.0.1]) by router.digiware.nl (router.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q_bNGpfHDaEe; Sun, 25 Jun 2017 22:22:32 +0200 (CEST) Received: from [192.168.10.67] (opteron [192.168.10.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.digiware.nl (Postfix) with ESMTPSA id 3B02843C5A; Sun, 25 Jun 2017 22:22:32 +0200 (CEST) Subject: Re: Strangely truncated names in linprocfs in jail To: Chagin Dmitry Cc: FreeBSD Filesystems References: <39fc567b-a9d6-ea7d-31a9-51d87f0cb803@digiware.nl> <20170625152256.GA21941@mordor.heemeyer.club> From: Willem Jan Withagen Message-ID: Date: Sun, 25 Jun 2017 22:22:31 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170625152256.GA21941@mordor.heemeyer.club> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2017 20:22:45 -0000 On 25-6-2017 17:22, Chagin Dmitry wrote: > On Wed, Jun 14, 2017 at 04:13:36PM +0200, Willem Jan Withagen wrote: >> Hi, >> >> I have mount linprocfs in a jail on /compat/linux/proc >> And that seems to work. >> >> Other than that I have strangely truncated names there: >> >> root@ceph-0:/compat/linux/proc # ls >> 81117 81218 devices meminfo net >> self sys >> 81185 cmdline filesyst? mounts >> partitio? stat uptime >> 81216 cpuinfo loadavg mtab scsi >> swaps version >> >> Both filesystems and partitions seem to malformed. >> >> And even stranger, in the linprocfs mount on the actual host (not >> jailed) those 2 files do not show. >> > fixed by r320329 > Right, Thanx, I'll have to find some time to upgrade. --WjW