From owner-freebsd-current@FreeBSD.ORG Wed Mar 27 05:25:24 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 127D328A for ; Wed, 27 Mar 2013 05:25:24 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward19.mail.yandex.net (forward19.mail.yandex.net [IPv6:2a02:6b8:0:1402::4]) by mx1.freebsd.org (Postfix) with ESMTP id BCD7311C for ; Wed, 27 Mar 2013 05:25:23 +0000 (UTC) Received: from smtp19.mail.yandex.net (smtp19.mail.yandex.net [95.108.252.19]) by forward19.mail.yandex.net (Yandex) with ESMTP id 5922D1120EEC; Wed, 27 Mar 2013 09:25:22 +0400 (MSK) Received: from smtp19.mail.yandex.net (localhost [127.0.0.1]) by smtp19.mail.yandex.net (Yandex) with ESMTP id D627CBE02D7; Wed, 27 Mar 2013 09:25:21 +0400 (MSK) Received: from v10-164-116.yandex.net (v10-164-116.yandex.net [84.201.164.116]) by smtp19.mail.yandex.net (nwsmtp/Yandex) with ESMTP id PKaGpERC-PLa4qHqw; Wed, 27 Mar 2013 09:25:21 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1364361921; bh=ynKRtwKYcZy+zd8tUceAleYaQ+iu1p61TfHUAmaCtYI=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:X-Enigmail-Version:Content-Type: Content-Transfer-Encoding; b=rz2QIGMF290I9/JhH5hdBybBQJb9avIGcdwgK0xqh7FSShxg/91W6cENa0gFBbQoB Wmukavndj6vuUuOZ8DGv9vonYhsoUX+Mp0k0Sv5DGv3aadL2oqj06/snMii5be1r9W jXCZndCaf5xLikUos1yBHt4SE/9NwDi7KjVu0axk= Message-ID: <51528256.2080809@yandex.ru> Date: Wed, 27 Mar 2013 09:23:34 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Marcelo/Porks Subject: Re: sysutils/fusefs-kmod problem in CURRENT References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2013 05:25:24 -0000 On 27.03.2013 07:00, Marcelo/Porks wrote: > Sorry, maybe I didnt understand what you said. I tried to use in my kernel > conf: > > options FUSEFS > option FUSEFS > options fusefs > option fusefs > > But they didnt work. The kernel does not compile. The result is above: Hi, you can just load the kernel module fuse.ko. Fuse is in the base system. -- WBR, Andrey V. Elsukov