From owner-freebsd-stable@FreeBSD.ORG Wed Apr 10 06:07:46 2013 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E46A1512 for ; Wed, 10 Apr 2013 06:07:46 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) by mx1.freebsd.org (Postfix) with ESMTP id 9C1DE647 for ; Wed, 10 Apr 2013 06:07:46 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1UPnYc-0001ZD-H5 for stable@freebsd.org; Wed, 10 Apr 2013 12:26:54 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id r3A5RSxE052665 for ; Wed, 10 Apr 2013 12:27:28 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id r3A5RBre052605 for stable@freebsd.org; Wed, 10 Apr 2013 12:27:11 +0700 (NOVT) (envelope-from danfe) Date: Wed, 10 Apr 2013 12:27:10 +0700 From: Alexey Dokuchaev To: stable@freebsd.org Subject: fusefs-kmod does not work on 8-STABLE? Message-ID: <20130410052710.GA36137@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Apr 2013 06:07:47 -0000 Hey all, I've got puzzled with the fact that fusefs-kmod apparently does not on recent 8-STABLE: it builds and loads, but I don't see normal "fuse4bsd: version 0.3.9-pre1, FUSE ABI 7.19" like I do on 9-STABLE (installed on the same laptop with almost identical kernel config). The result is that /dev/fuse0 never gets created, and any fuse mount attempt results in this message: fuse: failed to open fuse device: No such file or directory Quick googling did not give me any good clues; perhaps someone here on the list knows better how to remedy this problem? Thanks, ./danfe