Re: Conflicting reports re: kernel version

2000-12-17 Thread Colin Watson
[EMAIL PROTECTED] wrote: >root ! # grep RELEASE /usr/linux/include/version.h >#define UTS_RELEASE="2.2.15" If you mean /usr/include/linux/version.h, then that's simply the version of the kernel headers against which your copy of libc6 was compiled. It's nothing to do with what kernel you're actual

Re: Conflicting reports re: kernel version

2000-12-17 Thread Carel Fellinger
On Sun, Dec 17, 2000 at 02:16:14PM -0500, [EMAIL PROTECTED] wrote: > > root ! # grep RELEASE /usr/linux/include/version.h now who put that /usr/linux there? it's not on my machine. > #define UTS_RELEASE="2.2.15" > > root ! # `uname --release` > 2.2.17 > > Any ideas? I guess that you once inst

Conflicting reports re: kernel version

2000-12-17 Thread JoshNarins
root ! # grep RELEASE /usr/linux/include/version.h #define UTS_RELEASE="2.2.15" root ! # `uname --release` 2.2.17 Any ideas?