Hi Greg,

Am Dienstag, 5. Juni 2007 16:03 schrieb Greg Freemyer:
> I rebooted a server yesterday and my backup failed last night because
> it depended on having the fuse module loaded by the kernel.  (I guess
> this is the first reboot in a few months.)
>
> Anyway, I know the file /etc/modprobe.conf exists and is used at boot
> to load modules, but is there a opensuse preferred way to modify it?
> (ie. A tool like yast?)
>
> If not, I don't see a line in there related to fuse, so what should
> the line say, and where should I put it?
>
> FYI: So far I have just been manually calling "modprobe fuse".


Probably not the best way, but I think you could do this:

  echo "modprobe fuse" >> /etc/init.d/boot.local

This way the module gets loaded before all other services start.

-- 
David Mayr,  http://davey.de
openSUSE is my LINUX,  http://opensuse.de
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to