From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 04:30:29 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17EBA941 for ; Fri, 20 Feb 2015 04:30:29 +0000 (UTC) Received: from kuller.raad.tartu.ee (kuller.raad.tartu.ee [213.184.43.8]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF244B79 for ; Fri, 20 Feb 2015 04:30:28 +0000 (UTC) Received: from kuller.raad.tartu.ee (localhost [127.0.0.1]) by kuller.raad.tartu.ee (Postfix) with ESMTP id 30D3339858; Fri, 20 Feb 2015 06:30:25 +0200 (EET) X-Virus-Scanned: amavisd-new at post.raad.tartu.ee Received: from kuller.raad.tartu.ee ([127.0.0.1]) by kuller.raad.tartu.ee (kuller.raad.tartu.ee [127.0.0.1]) (amavisd-new, port 10024) with LMTP id hy9pYPqVU41q; Fri, 20 Feb 2015 06:30:20 +0200 (EET) Received: by kuller.raad.tartu.ee (Postfix, from userid 80) id B281239825; Fri, 20 Feb 2015 06:30:19 +0200 (EET) Received: from 76-20-190-90.dyn.estpak.ee (76-20-190-90.dyn.estpak.ee [90.190.20.76]) by webmail.raad.tartu.ee (Horde Framework) with HTTP; Fri, 20 Feb 2015 06:30:19 +0200 Message-ID: <20150220063019.69984nafkquevj0g@webmail.raad.tartu.ee> Date: Fri, 20 Feb 2015 06:30:19 +0200 From: Toomas Aas To: Polytropon Subject: Re: Graphical Linux app on FreeBSD References: <20150219205247.17861nw45qwx2t6s@webmail.raad.tartu.ee> <20150220045740.214a6cea.freebsd@edvax.de> In-Reply-To: <20150220045740.214a6cea.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.7) X-Originating-IP: 90.190.20.76 Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2015 04:30:29 -0000 On Fri, 20 Feb 2015 Polytropon wrote: > > Try to run "truss " to get more details. > Maybe this program needs Linux procfs? In that case, > add the required line to /etc/fstab. Thanks for the idea. Running truss, I could see that linprocfs was indeed needed. After mounting that, I could successfully run the app. > Note that if you've installed the program from the > ports collection, those tasks should have been performed > automatically. If that's some "3rd party stuff", you > need to fulfill the requirements manually. I apologize for not giving any details about the app itself in my initial mail. I just didn't think it would be very helpful in this case. It's not something from ports, it is a rather specific app which is of interest only in my home country, and only during a week before elections. It is an electronic voting app that allows me to participate in elections from my home, using government-issued smart card. -- Toomas Aas