nnpfs invalid module format
Andrew Walters
awalter1 at nd.edu
Wed Jan 26 08:56:03 CET 2005
I am having trouble loading nnpfs into the kernel. Each time I try the
computer spits back:
insmod: error inserting '/usr/arla/bin/nnpfs.ko': -1 Invalid module format
I have tried on kernels 2.6.7 and 2.6.10 achieving the same results on a
slackware-current box. Arla-cli works perfectly but i would like to
mount the drives. I did not recieve any errors during make and have
posted the section about make install, but it looks fine to me.
Making install in nnpfs
make[1]: Entering directory `/root/arla-0.38/nnpfs'
SUBDIRS='linux'; \
for i in $SUBDIRS; \
do (cd $i && make -w install); done
make[2]: Entering directory `/root/arla-0.38/nnpfs/linux'
make -C kernel-source-tree
SUBDIRS=/root/arla-0.38/nnpfs/linux/kbuild-work modules
make[3]: Entering directory `/root/arla-0.38/nnpfs/linux/kernel-source-tree'
Building modules, stage 2.
MODPOST
make[3]: Leaving directory `/root/arla-0.38/nnpfs/linux/kernel-source-tree'
SUBDIRS='bin'; \
for i in $SUBDIRS; \
do (cd $i && make -w all); done
make[3]: Entering directory `/root/arla-0.38/nnpfs/linux/bin'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/arla-0.38/nnpfs/linux/bin'
../../mkinstalldirs /usr/arla/bin
for x in nnpfs.ko; do \
f=`echo $x | sed 's,x,x,'`; \
/usr/bin/ginstall -c kbuild-work/$x /usr/arla/bin/$f; \
done
cd bin && make -w install
make[3]: Entering directory `/root/arla-0.38/nnpfs/linux/bin'
../../../mkinstalldirs /usr/arla/sbin
mkdir /usr/arla/sbin
PROG_SBIN='startarla'; for x in $PROG_SBIN; do \
f=`echo $x | sed 's,x,x,'`; \
../../../libtool --mode=install /usr/bin/ginstall -c $x
/usr/arla/sbin/$f; \
done
/usr/bin/ginstall -c startarla /usr/arla/sbin/startarla
INIT_BIN='arla'; for x in $INIT_BIN; do \
f=`echo $x | sed 's,x,x,'`; \
if test -d /etc/rc.d/init.d -o -d /etc/rc.d/init.d ;then \
DIR=/etc/rc.d/init.d ; \
else \
if test -d /etc/init.d -o -d /etc/init.d ;then \
DIR=/etc/init.d ; \
else \
DIR=//usr/arla/etc ;\
fi ; \
fi ; \
../../../mkinstalldirs $DIR ; \
if test ! -f $DIR/$f; then \
/usr/bin/ginstall -c $x $DIR/$f; \
fi ; \
/usr/bin/ginstall -c $x $DIR/$f.default; \
done
make[3]: Leaving directory `/root/arla-0.38/nnpfs/linux/bin'
make[2]: Leaving directory `/root/arla-0.38/nnpfs/linux'
make[1]: Leaving directory `/root/arla-0.38/nnpfs'
More information about the Arla-drinkers
mailing list