vine-users ML アーカイブ



[vine-users:070965] Re: kernel2.6. について

  • From: Kaz <okui@xxxxxxxxxxxx>
  • Subject: [vine-users:070965] Re: kernel2.6. について
  • Date: Sat, 19 Mar 2005 15:09:51 +0900
こんにちは 奥井です。
作業再開しました。
で、ひとつずつ確実にやっていこうと思ってます。
kernel2.4.27-0vl7.3にしてカーネルkernel2.6.11.4をインストールします。
kernel-2.6.11.4.tar.gz と patch-2.6.11.4.gzをダウンロードして
/usr/srcでkernel-2.6.11.4.tar.gzを展開して
/usr/src/linux-2.6.11.4にpatch-2.6.11.4.gzをコピーして
/usr/src/linux-2.6.11.4上で gunzip patch-2.6.11.4.gz

ここでパッチをあてるのですが前回はpatch  -p1 < patch-2.6.11.4で適当にyを押してたんですがこれで本当にパッチがあてられてるんでしょうか?  自分なりに調べたんですがわかりません。
[root@oldpc linux-2.6.11.4]# patch  -p0 < patch-2.6.11.4
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Nru a/Makefile b/Makefile
|--- a/Makefile 2005-03-15 16:09:56 -08:00
|+++ b/Makefile 2005-03-15 16:09:56 -08:00
--------------------------
File to patch:
Ctrl-Cで中止
[root@oldpc linux-2.6.11.4]# patch  -p1 < patch-2.6.11.4
patching file Makefile
Reversed (or previously applied) patch detected!  Assume -R? [n]
Ctrl-Cで中止
[root@oldpc linux-2.6.11.4]# patch  -p2 < patch-2.6.11.4
missing header for unified diff at line 4 of patch
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Nru a/Makefile b/Makefile
|--- a/Makefile 2005-03-15 16:09:56 -08:00
|+++ b/Makefile 2005-03-15 16:09:56 -08:00
--------------------------
File to patch:
>Ctrl-Cで中止

どうやれば正しくパッチをあてる亊ができるんでしょうか?
ご助言お願いします。