From: Dave S. <dav...@vi...> - 2002-05-29 21:58:22
|
Hello - I hope I've found the right mailing list for this question. I've been trying to load bproc module and I'm just not having any luck. Another set of eyes a due. steps take are as follows: 1) new Red Hat 7.2 OS load - (also tries 7.3 - does the same thing) 2)load clustermatic rpms from CD cd /mnt/cdrom/RPMS/i686 rpm -ivh * I get some old kernel & glibc depend errors - so have to use (rpm -ivh --nodeps --force $FAILED.rpms) 3) edit /etc/lilo.conf added: image=/boot/vmlinuz-2.4.18.lanl.16smp label=linux initrd=/boot/initrd-2.4.18-lanl.16smp.img read-only root=/dev/hda5 4) run lilo -v to gen /boot/boot.b 5) edit /etc/beowulf/config to reflect my interface interface eth0:0 192.168.45.1 255.255.255.0 nodes 10 iprange 0 192.168.45.20 192.168.45.30 6) run beoboot -2 -i -o boot -k /boot/vmlinuz-2.4.18.lanl.16 & reboot 7) /etc/rc3.d/S72beowulf system boot up properly except for the following error message Configuring network interface (eth0:0) [ OK ] Loading modules:modprobe: Can't locate module bproc [FAILED] 8) OK - try manual load # insmod bproc Using /lib/modules/2.4.18-lanl.16smp/bproc/bproc.o /lib/modules/2.4.18-lanl.16smp/bproc/bproc.o: unresolved symbol vmadump_freeze_proc /lib/modules/2.4.18-lanl.16smp/bproc/bproc.o: unresolved symbol vmadump_thaw_proc /lib/modules/2.4.18-lanl.16smp/bproc/bproc.o: unresolved symbol do_vmadump Other Info: # uname -a Linux sandpiper 2.4.18-lanl.16.smp #1 SMP Tue Mar 5 21:11:46 MST 2002 i684 unknown # rpm -qa | grep kernel kernel-utils-2.4-7.4 kernel-smp-2.4.18-lanl.16 kernel-2.4.18-lanl.16 kernel-headers-2.4.18-lanl.16 kernel-source-2.4.18-lanl.16 kernel-doc-2.4.18-lanl.16 #rpm -qa | grep bproc bproc-3.1.9-1 bproc-libs-3.1.9-1 bproc-modules-3.1.9-1.k2.4.18_lanl.16 bproc-modules-smp-3.1.9-1.k2.4.18_lanl.16 bproc-devel-3.1.9-1 #rpm -aq | grep beo beoboot-lanl.1.2-1 beonss-1.0.12-lanl.2 beoboot-modules-lanl.1.2-12.4.18_lanl.16 That's about it. Dav...@Vi... |