Sorry Stephen, I can't really help there. I'm going to forward this to
the FUSE mailing list.
[FUSE:] Stephen is using my filesystem which uses FUSE. He had a
problem that only appeared when running on a Linux 2.6.x system, and not
2.4.x. So I asked if he could try the latest FUSE CVS version to see if
it was a known problem fixed in CVS. He had problems building on his
system -- any ideas?
thanks,
Valient
On Sat, 2004-07-17 at 16:13, Stephen Starkey wrote:
> Greetings Valient,
>
> I attempted to install the latest fuse, and it seems to be having serious
> troubles. Here are the steps I performed:
>
> rmmod fuse
> checkout new fuse
> sh makeconf.sh (autoreconf didn't work)
> ./configure
> make
> make install
> modprobe fuse
>
> And the following errors showed up:
>
> During make --
> /usr/src/linux-2.6.3-7mdk/scripts/Makefile.modpost:17: *** Uh-oh, you have
> stale module entries. You messed with SUBDIRS,
> /usr/src/linux-2.6.3-7mdk/scripts/Makefile.modpost:18: do not complain if
> something goes wrong.
>
> During modprobe --
> FATAL: Error inserting fuse (/lib/modules/2.6.3-7mdk/kernel/fs/fuse/fuse.ko):
> Unknown symbol in module, or unknown parameter (see dmesg)
>
> Nothing actually shows up in /var/log/dmesg, but in /var/log/messages:
>
> Jul 17 09:10:58 localhost kernel: fuse: Unknown symbol
> redirty_page_for_writepage
>
> uname -a says:
>
> Linux localhost 2.6.3-7mdk #1 Wed Mar 17 15:56:42 CET 2004 i686 unknown
> unknown GNU/Linux
>
>
> Any thoughts?
>
> Thanks!
>
> - -S.
|