On 10/06/2015 17:47, Andy Pont wrote:
Hi Joe,
[snip]
This sequence works for me:
cd
mkdir junk
cd junk
wget -q ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-
3.18.11.tar.xz
wget -q
ftp://ftp.kernel.org/pub/linux/kernel/projects/rt/3.18/patch-3.18.13-
rt10.patch.xz
tar xf l*xz
cd linux*11
unxz <../pat*xz | patch -p1
There are some (annoying) offset errors, but no fuzzies or rejects like
you have been seeing.
I think the reason you see offset errors is that you are trying to patch
3.18.11 with the 3.18.13 RT patch. A quick test here substituting with :
wget -q
ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.18.13.tar.xz
gives no such errors!
Andy.
It looks like this is a proxy related problem....
using wget I am unable to use ftp://, but http:// is downloading,
however this does not work with the files retrieved.
can you give me working md5sum of files downloaded ?
Regards,
Steph
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html