From owner-freebsd-emulation@freebsd.org Tue Aug 18 14:31:08 2015 Return-Path: Delivered-To: freebsd-emulation@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 DAC969BCD49 for ; Tue, 18 Aug 2015 14:31:08 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A5871600 for ; Tue, 18 Aug 2015 14:31:07 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: by wibhh20 with SMTP id hh20so110574640wib.0 for ; Tue, 18 Aug 2015 07:31:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to :in-reply-to; bh=t35RYwnEyA7mf/DWyMj4pbWy/bFkxvyL6L1BJhcGfWY=; b=ZnAx36yGLOD5alJdl7Iw/xLflYzifVv/akAjxhviaaT7tz/L0DnoKCnDkz86dcqE2h hyGwJrG8ua9vq9K39l6tGTyFrC7fdqfjo0hboi5Fc5LNeVFqUSJrm+f7SesZnyJ29lum MUkvIyahCdHEn4zmdciTRc/oWgxDqUknzMFJFOq4JFWztWqqS2IyJ+cwxawmVJ3ztOmW mLMHKuqWXDqYanX4Xc+EVxElLuXvjcBSj0ocGP5YEZl2/k5LmxhXI9ZAXKxpaTE7244Y 7YJUFM7++8bQTYzGMO/fpUHFdTfa3azGK92/xle1oRvJ1tQc4NxlUHhxOr/WSpx4w4ne t0jw== X-Gm-Message-State: ALoCoQnaS4BCntiwtGFqlqW66tSuOrI3QEcF8ruPJWZzoitUCQwO+DnZu6nEvFj0Plw06eO6xZtJ X-Received: by 10.194.171.129 with SMTP id au1mr14425479wjc.115.1439908266312; Tue, 18 Aug 2015 07:31:06 -0700 (PDT) Received: from mech-as222.men.bris.ac.uk (mech-as222.men.bris.ac.uk. [137.222.170.4]) by smtp.gmail.com with ESMTPSA id ik8sm25052507wjb.8.2015.08.18.07.31.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Aug 2015 07:31:05 -0700 (PDT) Received: from mech-as222.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as222.men.bris.ac.uk (8.15.2/8.15.2) with ESMTP id t7IEV4vr019953; Tue, 18 Aug 2015 15:31:04 +0100 (BST) (envelope-from mexas@mech-as222.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as222.men.bris.ac.uk (8.15.2/8.15.2/Submit) id t7IEV4ct019952; Tue, 18 Aug 2015 15:31:04 +0100 (BST) (envelope-from mexas) Date: Tue, 18 Aug 2015 15:31:04 +0100 (BST) From: Anton Shterenlikht Message-Id: <201508181431.t7IEV4ct019952@mech-as222.men.bris.ac.uk> To: freebsd-emulation@freebsd.org, johannes@meixner.dk, mexas@bris.ac.uk Subject: Re: skype & gbde(8) Reply-To: mexas@bris.ac.uk In-Reply-To: <55D30A91.5000209@meixner.dk> X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2015 14:31:08 -0000 >From johannes@meixner.or.at Tue Aug 18 11:52:00 2015 > >To persist the changes, add it to your fstab. >This should work: > >linprocfs /compat/linux/proc linprocfs rw,late 0 0 thanks, with this, and with ports tree at 393816 I got skype4 working. Anton