From owner-freebsd-ports@FreeBSD.ORG Mon Oct 19 13:26:23 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B62091065693 for ; Mon, 19 Oct 2009 13:26:23 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 81E718FC14 for ; Mon, 19 Oct 2009 13:26:23 +0000 (UTC) Received: from [128.206.184.213] (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.3/8.14.3) with ESMTP id n9JDQMXc079267; Mon, 19 Oct 2009 08:26:22 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4ADC68FE.3080601@missouri.edu> Date: Mon, 19 Oct 2009 08:26:22 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.23) Gecko/20091002 SeaMonkey/1.1.18 MIME-Version: 1.0 To: Boris Samorodov References: <4ADA9DAF.7080402@eng.niigata-u.ac.jp><3518979e0910172200m2fefa53asc7a46aad094602ee@mail.gmail.com><86fx9hnrcv.fsf@pluton.xbsd.name> <97657587@ipt.ru><3518979e0910190538r4cbb0c69veaa75c4c12c5e601@mail.gmail.com> <56518089@serv3.int.kfs.ru> In-Reply-To: <56518089@serv3.int.kfs.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-ports@freebsd.org" , "1wkmmr@gmail.com" <1wkmmr@gmail.com> Subject: Re: [Fwd: Re: acroread9 crashes after maybe 10 seconds ofoperation.] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2009 13:26:23 -0000 Boris Samorodov wrote: > 1wkmmr@gmail.com writes: > >> Unfortunately, the map_at_zero sysctl didn't work for me. The >> following massage still recorded in dmesg. >> >>> linux: pid 1378 (acroread): syscall inotify_init not implemented >> I set the sysctl variable just before the kernel boot. After loading >> kernel and modules and before booting the kernel, escape to the >> command line mode of the loader, and type set >> security.bsd.map_at_zero=1, then boot. >> >> Something wrong? > > Install acroread8 instead of acroread9. This is my experience: I updated FreeBSD 8.0 about a week ago. acroread8 stopped working with the helpful message "Abort." So I tried out acroread9, which had never worked for me, and still didn't. Then I saw these emails and tried # sysctl security.bsd.map_at_zero=1 acroread9 still didn't work. But then acroread8 started working again! Stephen