On Tue, Mar 27, 2012 at 02:43:31PM -0400, Walter Webb wrote: > The test for kernels 2.6: > > # NFSD support only in 2.6 kernel > /bin/uname -r | /bin/grep "2.6" 2>&1 > /dev/null > > worked until kernel 3.2.6. It causes an apparently harmless error > at boot time. Changing the expression to "^2.6" fixes it. > Are you sure that your server works correctly with that change ?
I recall commenting (perhaps on lfs-support, I had other issues) when I was bringing up my server using LFS-6.8 last year. At that time I was using 2.6.32 (long-term stable kernel) with otherwise LFS6.8. I'm now using a 3.0 kernel and I've got that whole chunk of the bootscript commented out. I forget what the error was, but I'm sure it's in the archives. ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
