I am trying to enable WCCP on Redhat 9.0 on a new Dell Server -
Installed base Linux from Redhat 9x CDs 
 
Installed following 
Kernel 2.4.20-8smp 
Apache 1.3.29 
MySQL 4.0 
PHP 4.3.4 
Squid 2.5.STABLE4 
 
Followed instructions to patch Kernel and get a Kernel Panic. 
 
rm -Rf linux-2.4.20
tar -xvzf linux-2.4.20.tar.gz
cd linux-2.4.20
patch -p1 < ../ip_wccp-2_4_18.patch
make menuconfig 
make dep
make bzImage
make modules
make modules_install
cp -pf /boot/System-map-2.4.20 /boot/System-map-2.4.20.orig
cp -pf /boot/vmlinuz-2.4.20 /boot/vmlinuz-2.4.20.orig 
cp System.map /boot/System-map-2.4.20
cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.20
cd /etc
vi lilo.conf 

added the Kernel image to LiLO as below: 
prompt
timeout=50
default=linux-2.4.20
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear
 
image=/boot/vmlinuz-2.4.20-8smp
        label=linux
        initrd=/boot/initrd-2.4.20-8smp.img
        read-only
        append="root=LABEL=/"
 
image=/boot/vmlinuz-2.4.20-8
        label=linux-up
        initrd=/boot/initrd-2.4.20-8.img
        read-only
        append="root=LABEL=/"
 
image=/boot/vmlinuz-2.4.20 
       label=linux-2.4.20 
       read-only 
       root=/dev/sda5
 
per WCCP info on squid wccp page .. 
 
I am looking for feedback or information on how to get WCCP running.. I
haven't even got to the point where I can patch Squid yet. 
 
Thanks in Advance 


 
========================================
Rex Mueller - Unix and Security Engineer
Educational Service Unit #3 
Omaha, Nebraska 68128 
402-597-4848
========================================

========================================
Rex Mueller - Unix and Security Engineer
Educational Service Unit #3 
Omaha, Nebraska 68128 
402-597-4848
========================================
BEGIN:VCARD
VERSION:2.1
N:Mueller;Rex
FN:Mueller, Rex
ORG:Educational Service Unit #3
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20040216T155458Z
END:VCARD

Reply via email to