> These are the commands I issued:
> 
> su
> env-update && source /etc/profile
> cd /usr/source/linux
> wget -O - http://www.hardrock.org/kernel/2.4.20/linux-2.4.20-
> ptrace.patchmv /boot/bzImage /boot/bzImage.old.03-20-2003
> make dep && make clean bzImage modules modules_install && cp 
> arch/i386/boot/bzImage /boot
> 

Forgive me if this is way off base, but that seems like an odd command sequence.  I 
just tried doing this:

----------
cd /usr/src/linux
wget http://www.hardrock.org/kernel/2.4.20/linux-2.4.20-ptrace.patch
patch -p0 < linux-2.4.20-ptrace.patch
----------

And I got a listing of a bunch of files that had been patched.

(1) Is your kernel source really in /usr/source/linux and not /usr/src/linux?
(2) Did your "wget -O -" command not just dump the patch to stdout?
(3) Where did you actually patch the kernel?

Doug Gorley | [EMAIL PROTECTED]



--
[EMAIL PROTECTED] mailing list

Reply via email to