Re: [Cooker] Vmware vs last kernels

2000-02-03 Thread Quel Qun




From: Vox [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] Vmware vs last kernels
Date: Thu, 3 Feb 2000 00:30:16 -0600

  
 Seems like the problem is the kernel headersthe
  /usr/src/linux/include/linux/version-up.h file says
  
  #define UTS_RELEASE "2.2.14-1mdk"
  
  while uname -r reports:
  
  [vox@vox vox]$ uname -r
  2.2.14-1mdklinus
  
  and vmware module building doesn't like that at allis this only
  my case or what? btw, this is happening in two different boxes with
  Mdk7 in em.
  
  Mmmh... looks OK here:
  $ cat /usr/src/linux/include/linux/version-up.h
  #define UTS_RELEASE "2.2.15-0.7mdk"
  #define LINUX_VERSION_CODE 131599
  #define KERNEL_VERSION(a,b,c) (((a)  16) + ((b)  8) + (c))
 
  $ uname -r
  2.2.15-0.7mdk
 
  I am using the standard kernel, not the "linus" one.

   Mmmthis makes less sence every time I read a msg in this
thread...2.2.15-0.7mdk?? there's no such thing in ftp.tux.org nor in
my CD (burned ISO)there's a bunch of different 2.2.14-15mdk's,
plus the linus-2.2.14-1mdk one I'm running...so...now I'm completely
mixed up...where did that 2.2.15 come from?


This kernel is in the cooker distrib, not Air. Cooker is the always changing 
development version of Mandrake (now 7+). Before a package makes it as an 
Air update, it is tested in cooker. This is also the meaning of the decimal 
0.7 build number, not ready for prime time. When it is, the build number 
will be pumped up to 1, and the 2.2.15-1mdk will appear as an Air update.
Now, this is mainly a guess, anyone correct me if I am wrong.
-=-
kk1
__
Get Your Private, Free Email at http://www.hotmail.com



Re: [Cooker] Vmware vs last kernels

2000-02-03 Thread Chmouel Boudjnah

Vox [EMAIL PROTECTED] writes:

  Mmmh... looks OK here:
  $ uname -r
  2.2.15-0.7mdk
  I am using the standard kernel, not the "linus" one.
   Mmmthis makes less sence every time I read a msg in this
 thread...2.2.15-0.7mdk?? there's no such thing in ftp.tux.org nor in

this is the current version of cooker of our kernel. It's basically
the 2.2.15pre3 with a bunch of patch.

 my CD (burned ISO)there's a bunch of different 2.2.14-15mdk's,
 plus the linus-2.2.14-1mdk one I'm running...so...now I'm completely
 mixed up...where did that 2.2.15 come from?

Choose the kernel for your need :

kernel (the standard kernel of distribution)
kernel-smp (same of normal but with multi processor support).
kernel-fb (same of normal but with frame buffer support).
kernel-secure (a kernel fb  smp with special (annoy) patch for security).
kernel-linus (the kernel like you find on ftp.*.kernel.org in rpm).

And well if want the bleeding on the edge, you can get the hackkernel
from contrib, it's the kernel 2.3 with patch. (Bugs reports go to Jeff
;)).

-- 
MandrakeSoft  http://www.mandrakesoft.com/
 --Chmouel



Re: [Cooker] Vmware vs last kernels

2000-02-02 Thread Quel Qun




From: Vox [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Cooker] Still unable to use vmware with last kernel
Date: Wed, 2 Feb 2000 21:04:37 -0600

On Wed, 02 Feb 2000, you wrote:
  That's the one I am using. I don't want to install the 2.3 kernel, but 
it's
  good news, Thanks.
  -=-
  kk1
 
 
  From: Alwyn Schoeman [EMAIL PROTECTED]
  Reply-To: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: Re: [Cooker] Still unable to use vmware with last kernel
  Date: Wed, 02 Feb 2000 11:56:37 +0200
  
  Try VMWare for Linux 2.0 Beta, I'm using it with kernel 2.3.40 and it
  works,
  might work for you 2 :)

   Seems like the problem is the kernel headersthe
/usr/src/linux/include/linux/version-up.h file says

#define UTS_RELEASE "2.2.14-1mdk"

while uname -r reports:

[vox@vox vox]$ uname -r
2.2.14-1mdklinus

and vmware module building doesn't like that at allis this only
my case or what? btw, this is happening in two different boxes with
Mdk7 in em.

--

Think of the Linux community as a niche economy isolated by its beliefs.
Kind of like the Amish, except that our religion requires us to use
_higher_ technology than everyone else.
 -- Donald B. Marti Jr.

Mmmh... looks OK here:

$ cat /usr/src/linux/include/linux/version-up.h
#define UTS_RELEASE "2.2.15-0.7mdk"
#define LINUX_VERSION_CODE 131599
#define KERNEL_VERSION(a,b,c) (((a)  16) + ((b)  8) + (c))

$ uname -r
2.2.15-0.7mdk

I am using the standard kernel, not the "linus" one.

-=-
kk1
__
Get Your Private, Free Email at http://www.hotmail.com



Re: [Cooker] Vmware vs last kernels

2000-02-02 Thread Vox

On Wed, 02 Feb 2000, you wrote:
 From: Vox [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: [Cooker] Still unable to use vmware with last kernel
 Date: Wed, 2 Feb 2000 21:04:37 -0600
 
 On Wed, 02 Feb 2000, you wrote:
   That's the one I am using. I don't want to install the 2.3 kernel, but 
 it's
   good news, Thanks.
   -=-
   kk1
  
  
   From: Alwyn Schoeman [EMAIL PROTECTED]
   Reply-To: [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Subject: Re: [Cooker] Still unable to use vmware with last kernel
   Date: Wed, 02 Feb 2000 11:56:37 +0200
   
   Try VMWare for Linux 2.0 Beta, I'm using it with kernel 2.3.40 and it
   works,
   might work for you 2 :)
 
  Seems like the problem is the kernel headersthe
 /usr/src/linux/include/linux/version-up.h file says
 
 #define UTS_RELEASE "2.2.14-1mdk"
 
 while uname -r reports:
 
 [vox@vox vox]$ uname -r
 2.2.14-1mdklinus
 
 and vmware module building doesn't like that at allis this only
 my case or what? btw, this is happening in two different boxes with
 Mdk7 in em.
 
 Mmmh... looks OK here:
 $ cat /usr/src/linux/include/linux/version-up.h
 #define UTS_RELEASE "2.2.15-0.7mdk"
 #define LINUX_VERSION_CODE 131599
 #define KERNEL_VERSION(a,b,c) (((a)  16) + ((b)  8) + (c))
 
 $ uname -r
 2.2.15-0.7mdk
 
 I am using the standard kernel, not the "linus" one.

Mmmthis makes less sence every time I read a msg in this
thread...2.2.15-0.7mdk?? there's no such thing in ftp.tux.org nor in
my CD (burned ISO)there's a bunch of different 2.2.14-15mdk's,
plus the linus-2.2.14-1mdk one I'm running...so...now I'm completely
mixed up...where did that 2.2.15 come from?

--

Think of the Linux community as a niche economy isolated by its beliefs.  
Kind of like the Amish, except that our religion requires us to use 
_higher_ technology than everyone else.
-- Donald B. Marti Jr.