First, did you apply the patch via something like:
Yes, with -p1 or -p0 or nothing, patch didn't apply :(
wget -c http://www.user-mode-linux.org/~blaisorblade/patches/guest/uml-2.4.27-bs1/um l-2.4.27-bs1.patch.bz2 cd linux-2.4.27 bzip2 -dc ../uml-2.4.27-bs1.patch.bz2 |patch -p1
Your error suggest that you might be missing the '-p1'.
bunzip uml-2.4.27-bs1.patch.bz2 cd linux-2.4.27 patch -p1 < ../uml-2.4.27-bs1.patch
Don't work
Tony
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Franck Sent: Saturday, December 04, 2004 7:15 AM To: Mailing UML Subject: [uml-user] Error with uml-2.4.27-bs1.patch
Hi,
i've problem with patching 2.4.27 and 2.4.28 vanilla kernel with uml-2.4.27-bs1.patch from Blaisorblade.
can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |--- um-linux-2.4.27/include/asm-um/system-i386.h~remove_cmpxchg 2004-10-22 16:55:43.226128544 +0200 |+++ um-linux-2.4.27-paolo/include/asm-um/system-i386.h 2004-10-22 16:55:43.229128088 +0200 -------------------------- File to patch:
Is anyone have solution please ?
Regards
Franck
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ User-mode-linux-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
User-mode-linux-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
User-mode-linux-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
