vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| i'm patching my new openbsd machine.... i've downloaded the tar.gz with all the patches... i have applied patch 002 first... and all went ok... now i'v tried to use patch 003... i receive this: Apply by doing: cd /usr/src patch -p0 < 003_arp.patch And then rebuild your kernel. Index: sys/netinet/if_ether.c ================================================== ================= RCS file: /cvs/src/sys/netinet/if_ether.c,v retrieving revision 1.48 retrieving revision 1.48.2.1 diff -u -p -r1.48 -r1.48.2.1 --- sys/netinet/if_ether.c 2 Jun 2003 23:28:13 -0000 1.48 +++ sys/netinet/if_ether.c 31 Oct 2003 00:07:52 -0000 1.48.2.1 ------------------------------------- File to patch: What kind of file i must type? I read the chapter about patching in "absolute openBSD" but it doesnt report any kind of this eventuality... Thx, niubbo. |
| |||
| On Sat, 28 Feb 2004 16:38:29 GMT, "niubbo" <zzz@zzz.zz> wrote: >i'm patching my new openbsd machine.... >i've downloaded the tar.gz with all the patches... i have applied patch 002 >first... and all went ok... >now i'v tried to use patch 003... > >i receive this: > > >Apply by doing: > cd /usr/src > patch -p0 < 003_arp.patch >And then rebuild your kernel. > >Index: sys/netinet/if_ether.c >================================================= ================== >RCS file: /cvs/src/sys/netinet/if_ether.c,v >retrieving revision 1.48 >retrieving revision 1.48.2.1 >diff -u -p -r1.48 -r1.48.2.1 >--- sys/netinet/if_ether.c 2 Jun 2003 23:28:13 -0000 1.48 >+++ sys/netinet/if_ether.c 31 Oct 2003 00:07:52 -0000 1.48.2.1 >------------------------------------- >File to patch: >What kind of file i must type? >I read the chapter about patching in "absolute openBSD" but it doesnt report >any kind of this eventuality... Check your permissions. |
| ||||
| niubbo wrote: > i'm patching my new openbsd machine.... > i've downloaded the tar.gz with all the patches... i have applied patch > 002 first... and all went ok... > now i'v tried to use patch 003... > > i receive this: > > > Apply by doing: > cd /usr/src > patch -p0 < 003_arp.patch > And then rebuild your kernel. > > Index: sys/netinet/if_ether.c > ================================================== ================= > RCS file: /cvs/src/sys/netinet/if_ether.c,v > retrieving revision 1.48 > retrieving revision 1.48.2.1 > diff -u -p -r1.48 -r1.48.2.1 > --- sys/netinet/if_ether.c 2 Jun 2003 23:28:13 -0000 1.48 > +++ sys/netinet/if_ether.c 31 Oct 2003 00:07:52 -0000 1.48.2.1 > ------------------------------------- > File to patch: > What kind of file i must type? > I read the chapter about patching in "absolute openBSD" but it doesnt > report any kind of this eventuality... > Thx, This is usually an indication that you are in the wrong directory when you issue the patch command. I doubt there is a problem with the patch itself, I applied it a couple of weeks ago to a new box. |