seit heute bekomme ich irgendwie komische fehler, wenn ich patchen möchte:
Code: Alles auswählen
andihit:/home/andi/_kernel# patch -p1 -R < ./patch-2.6.11.11
The next patch, when reversed, would delete the file Documentation/SecurityBugs,which does not exist! Ignore -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 47
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/MAINTAINERS b/MAINTAINERS
|--- a/MAINTAINERS
|+++ b/MAINTAINERS
--------------------------
File to patch:
ich möchte nämlich zurück-patchen, und dann vor-patchen, aber immer kommt der fehler (natürlich eine andere zeilennummer, aber ansonst ziemlich gleich - der text in den '--------------------------' ist auch öfters anders, z.b.
- 1. 2.
Code: Alles auswählen
|diff --git a/Makefile b/Makefile |--- a/Makefile |+++ b/Makefile
3.Code: Alles auswählen
|diff --git a/MAINTAINERS b/MAINTAINERS |--- a/MAINTAINERS |+++ b/MAINTAINERS File to patch:
4.Code: Alles auswählen
|diff --git a/REPORTING-BUGS b/REPORTING-BUGS |--- a/REPORTING-BUGS |+++ b/REPORTING-BUGS
....und so weiter....Code: Alles auswählen
|diff --git a/arch/ia64/kernel/fsys.S b/arch/ia64/kernel/fsys.S |--- a/arch/ia64/kernel/fsys.S |+++ b/arch/ia64/kernel/fsys.S
vielen dank für antworten
andihit