trouble compiling the kernel

2004-08-31 Thread Bob Ababurko
Hello all- I am trying to recompile my kernel to make use of dummynet per the instruction in the handbook and I am getting this error output and cannot make use of it. I am calling my edited config file DUMMYNET, fyi. bash-2.05b# make buildkernel KERNCONF=DUMMYNET

Re: trouble compiling the kernel

2004-08-31 Thread Abdul Rf
Hello Bob, Try this one. cd /usr/src/usr.sbin/config make make install and try again to build your kernel. regards, abdul rf Wednesday, September 1, 2004, 11:45:28 AM, you wrote: BA Hello all- BAI am trying to recompile my kernel to make use of dummynet per the BA instruction

Re[2]: trouble compiling the kernel

2004-08-31 Thread Abdul Rf
Dear Bob, sorry, don't forget to backup your file config. cp /usr/sbin/config /usr/sbin/config.orig if you still have problem, send your configuration file (/sys/i386/config/DUMMYNET ??). regards, Abdul Rf AR Hello Bob, AR Try this one. AR cd /usr/src/usr.sbin/config AR make