public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Mohammad A. Haque" <mhaque@haque.net>
To: Phil Stracchino <alaric@babcom.com>
Cc: Linux-KERNEL <linux-kernel@vger.kernel.org>, support@vmware.com
Subject: Re: VMWare will not run on kernel 2.4.0-test11
Date: Thu, 23 Nov 2000 15:15:25 -0500	[thread overview]
Message-ID: <3A1D7ADD.8F243AA0@haque.net> (raw)
In-Reply-To: <20001123120701.A1338@babylon5.babcom.com>

[-- Attachment #1: Type: text/plain, Size: 822 bytes --]

Tiny patch for vmware-config.pl

Phil Stracchino wrote:
> 
> I just compiled and installed kernel 2.4.0-test11.  Upon rebooting,
> vmware-2.0.3-786 refused to run.  Running vmware-config.pl resulted in a
> the following message:
> 
>         "Your processor does not have a Time Stamp Counter. VMware will
>          not run on this system."
> 

-- 

=====================================================================
Mohammad A. Haque                              http://www.haque.net/ 
                                               mhaque@haque.net

  "Alcohol and calculus don't mix.             Project Lead
   Don't drink and derive." --Unknown          http://wm.themes.org/
                                               batmanppc@themes.org
=====================================================================

[-- Attachment #2: vmware-config-2.4.0-test11.patch --]
[-- Type: text/plain, Size: 829 bytes --]

--- vmware-config.pl.old	Thu Nov 23 15:12:32 2000
+++ vmware-config.pl	Thu Nov 23 15:12:55 2000
@@ -1113,7 +1113,7 @@
   if (direct_command(shell_string($gHelper{'grep'}) . ' ' . shell_string('^cpuid') . ' /proc/cpuinfo') eq '') {
     error('Your ' . (($gSystem{'smp'} eq 'yes') ? 'processors do' : 'processor does') . ' not support the cpuid instruction. VMware will not run on this system.' . "\n\n");
   }
-  if (direct_command(shell_string($gHelper{'grep'}) . ' ' . shell_string('^flags.* tsc') . ' /proc/cpuinfo') eq '') {
+  if (direct_command(shell_string($gHelper{'grep'}) . ' ' . shell_string('^features.* tsc') . ' /proc/cpuinfo') eq '') {
     error('Your ' . (($gSystem{'smp'} eq 'yes') ? 'processors do' : 'processor does') . ' not have a Time Stamp Counter. VMware will not run on this system.' . "\n\n");
   }
 }

  reply	other threads:[~2000-11-23 20:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-23 20:07 VMWare will not run on kernel 2.4.0-test11 Phil Stracchino
2000-11-23 20:15 ` Mohammad A. Haque [this message]
2000-11-23 20:17   ` Phil Stracchino
2000-11-23 20:18 ` Jan Dvorak
2000-11-23 20:22 ` Alan Cox
2000-11-24 23:03 ` changing BIOS setting Andrew Park
2000-11-24 22:59   ` Jeff Garzik
2000-11-26 12:05     ` Chris Wedgwood
  -- strict thread matches above, loose matches on Subject: below --
2000-11-23 22:29 VMWare will not run on kernel 2.4.0-test11 Petr Vandrovec
2000-11-23 22:15 ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3A1D7ADD.8F243AA0@haque.net \
    --to=mhaque@haque.net \
    --cc=alaric@babcom.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=support@vmware.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox