From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QQp6X-0007oj-Hn for garchives@archives.gentoo.org; Sun, 29 May 2011 23:09:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DA5B1C003; Sun, 29 May 2011 23:07:40 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 3DEF81C003 for ; Sun, 29 May 2011 23:07:39 +0000 (UTC) Received: by wwj40 with SMTP id 40so3042887wwj.10 for ; Sun, 29 May 2011 16:07:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:user-agent:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=aXtRORgyhJYlht1uz+1KXH+lnwJTNVtYzSxjUU0vIBc=; b=bD63QfBiyyjwCAEPqHEa9SZ5Ji2YKSzxgw2vsK07GgeuO7zB234XZPLGlWajU9nuuE zTJZFFFVaajrnaTkEkjtg4ogvOLHN2wNXDiTuiPKi3U/IbmbF4GX4RHCxgZtPrWQc+nt HxOoRndqrO1ycqzmBfAugt5tLMZAcBdTz9Kjg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=boGdw7Us+ZgewDMyJtA8Yi0bvxbqlteBTIgYCH0tLp+JeT7IeryUeg8+vpyw2O9kUA yizss4z0TK89NMU9MZNWJolEjqjse9J5oLLuErySzf7DqrcKQ5GADbxd1HB3PVryDRRP yCU5yVpU16iByDrHJnTVWR0daAXluJp9L/J/U= Received: by 10.227.171.129 with SMTP id h1mr4281022wbz.96.1306710459397; Sun, 29 May 2011 16:07:39 -0700 (PDT) Received: from nazgul.localnet (196-215-114-244.dynamic.isadsl.co.za [196.215.114.244]) by mx.google.com with ESMTPS id gb6sm2663675wbb.0.2011.05.29.16.07.37 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 29 May 2011 16:07:38 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: openrc and /etc/modprobe.d/* Date: Mon, 30 May 2011 01:06:50 +0200 User-Agent: KMail/1.13.7 (Linux/2.6.39-ck; KDE/4.6.3; x86_64; ; ) References: <201105262036.52385.michaelkintzios@gmail.com> <87aae5yvwt.fsf@newsguy.com> In-Reply-To: <87aae5yvwt.fsf@newsguy.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201105300106.50563.alan.mckinnon@gmail.com> X-Archives-Salt: X-Archives-Hash: 26a38119f9c6819fed42f1a7c87e5bde Apparently, though unproven, at 00:38 on Monday 30 May 2011, Harry Putnam did opine thusly: > Nikos Chantziaras writes: > > If you have modules you wish to get loaded automatically on boot, > > only then put entries for them in /etc/conf.d/modules. > > Sorry to butt in and change the subject slightly: > > Do you happen to know the exact syntax for that kind of rule or > whatever it's called. > > I've been trying to auto load the `fuse' module using this: > > modules=fuse > > Which appears to be the proper syntax judging from the comments in > the stub file provided (/etc/conf.d/modules). > > But `fuse' never gets auto loaded. There must be something more or > different it needs. Your syntax is correct. I suspect a module loading issue (not a config issue). The answer is likely in your dmesg or messages log :-) can you successfully "modprobe fuse" after first login? -- alan dot mckinnon at gmail dot com