Hi
Have you a selfmade linux kernel? (not the one from the disti)
I am running on suse7 kernel 2.2.17 smp without problems. But I had to edit
these not so nice fw1boot /fw1start scripts myself because there's no proper
smp detection in the script...
/etc/fw/bin/fwstart, /etc/fw.boot/fw1boot, /etc/rc.d/init.d/fw1boot
-----------------------------------------------------------------
[...
smp_prefix=""
smp_modname=""
cpu1=`grep processor /proc/cpuinfo | grep 1`
...]
I changed to following:
set cpu1=`grep "cpu[0,1,2,3,4,6,7,8]" /proc/stat | wc -l`
if ( $cpu1 > 1 ) then
set smp_prefix = "-P smp"
set smp_modname = "_smp"
endif
=> checkpoint should change that too, because my /proc/cpuinfo shows me the
following:
cat /proc/cpuinfo |grep proc
processor : 0
processor : 3
(hp e800 with many pci slots)
regards
mike
----- Original Message -----
From: "Iztok Umek" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 21, 2000 4:42 PM
Subject: [FW1] FW-1 and RedHat 6.2?
>
> Hello!
>
> Did anyone manage to get FW-1 on RedHat 6.2 and how?
>
> I get this error:
>
> # fwinsmod -f fwmod_smp.2.2.x.o
[schnipp]
> fwmod_smp.2.2.x.o was compiled for kernel version 2.2.12-20
> while this kernel is version 2.2.14-6.1.1smp
>
> fwmod_smp.2.2.x.o: unresolved symbol __wake_up
[schnipp]
================================================================================
To unsubscribe from this mailing list, please see the instructions at
http://www.checkpoint.com/services/mailing.html
================================================================================