* Re: VMWare will not run on kernel 2.4.0-test11
@ 2000-11-23 22:29 Petr Vandrovec
2000-11-23 22:15 ` Alan Cox
0 siblings, 1 reply; 7+ messages in thread
From: Petr Vandrovec @ 2000-11-23 22:29 UTC (permalink / raw)
To: Alan Cox; +Cc: Linux-KERNEL
On 23 Nov 00 at 20:22, Alan Cox wrote:
> > vmware-2.0.3-786 refused to run. Running vmware-config.pl resulted in a
> > the following message:
>
> Run 2.4.0-test11-ac3
Hi Alan,
is change to field name temporary, and name will be reverted back
to flags, even although contents may differ between 2.2.x and 2.4.x,
or is there features to stay? Currently VMware does
"^\(features\|flags\).* tsc"
but question is - should we leave it here, or revert it back?
BTW, as I told couple of times here, if you have problem with VMware
on 2.3.x/2.4.x kernel, please first visit news server news.vmware.com
and look into vmware.for-linux.experimental newsgroup. If you'll not
find fix/workaround here (this one is there since Tigran pointed it to
me more than week ago - Nov 15, 02:59 CET), post question to that forum.
I watch that newsgroup almost continuously during my working hours (that
is aprox. 12:00-24:00 CET Mon-Fri).
Thanks,
Petr Vandrovec
vandrove@vc.cvut.cz
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: VMWare will not run on kernel 2.4.0-test11
2000-11-23 22:29 VMWare will not run on kernel 2.4.0-test11 Petr Vandrovec
@ 2000-11-23 22:15 ` Alan Cox
0 siblings, 0 replies; 7+ messages in thread
From: Alan Cox @ 2000-11-23 22:15 UTC (permalink / raw)
To: Petr Vandrovec; +Cc: Alan Cox, Linux-KERNEL
> is change to field name temporary, and name will be reverted back
> to flags, even although contents may differ between 2.2.x and 2.4.x,
> or is there features to stay? Currently VMware does
>
> "^\(features\|flags\).* tsc"
>
> but question is - should we leave it here, or revert it back?
I believe we should change it back. Until Linus makes a decision then I
dont think its final by any means.
features breaks stuff, flags seems not to
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 7+ messages in thread
* VMWare will not run on kernel 2.4.0-test11
@ 2000-11-23 20:07 Phil Stracchino
2000-11-23 20:15 ` Mohammad A. Haque
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Phil Stracchino @ 2000-11-23 20:07 UTC (permalink / raw)
To: Linux-KERNEL, support
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."
Since (1) my hardware has not changed, (2) this VMware release ran
perfectly on 2.4.0-test10, and (3) I changed nothing but the kernel in
between 2.4.0-test10 and 2.4.0-test11, I feel quite confident in believing
that I do indeed possess a Time Stamp Counter (whatever such a fabulous
beast may be), but for some reason VMware is unable to detect its presence
when running on kernel 2.4.0-test11. Evidently there has been some change
in the kernel which renders VMware unable to detect this mysterious - but
apparently crucial - feature.
I would appreciate any insights from either kernel folks or VMware folks
as to where this problem may lie, with an eventual aim of patching either
VMware or the kernel to allow VMware to run on this kernel.
--
Linux Now! ..........Because friends don't let friends use Microsoft.
phil stracchino -- the renaissance man -- mystic zen biker geek
Vr00m: 2000 Honda CBR929RR -- Cage: 2000 Dodge Intrepid R/T
Previous vr00mage: 1986 VF500F (sold), 1991 VFR750F3 (foully murdered)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: VMWare will not run on kernel 2.4.0-test11
2000-11-23 20:07 Phil Stracchino
@ 2000-11-23 20:15 ` Mohammad A. Haque
2000-11-23 20:17 ` Phil Stracchino
2000-11-23 20:18 ` Jan Dvorak
2000-11-23 20:22 ` Alan Cox
2 siblings, 1 reply; 7+ messages in thread
From: Mohammad A. Haque @ 2000-11-23 20:15 UTC (permalink / raw)
To: Phil Stracchino; +Cc: Linux-KERNEL, support
[-- 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");
}
}
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: VMWare will not run on kernel 2.4.0-test11
2000-11-23 20:15 ` Mohammad A. Haque
@ 2000-11-23 20:17 ` Phil Stracchino
0 siblings, 0 replies; 7+ messages in thread
From: Phil Stracchino @ 2000-11-23 20:17 UTC (permalink / raw)
To: Mohammad A. Haque; +Cc: Phil Stracchino, Linux-KERNEL, support
On Thu, Nov 23, 2000 at 03:15:25PM -0500, Mohammad A. Haque wrote:
> Tiny patch for vmware-config.pl
Thanks, Mohammed! That was fast. :)
--
Linux Now! ..........Because friends don't let friends use Microsoft.
phil stracchino -- the renaissance man -- mystic zen biker geek
Vr00m: 2000 Honda CBR929RR -- Cage: 2000 Dodge Intrepid R/T
Previous vr00mage: 1986 VF500F (sold), 1991 VFR750F3 (foully murdered)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: VMWare will not run on kernel 2.4.0-test11
2000-11-23 20:07 Phil Stracchino
2000-11-23 20:15 ` Mohammad A. Haque
@ 2000-11-23 20:18 ` Jan Dvorak
2000-11-23 20:22 ` Alan Cox
2 siblings, 0 replies; 7+ messages in thread
From: Jan Dvorak @ 2000-11-23 20:18 UTC (permalink / raw)
To: Phil Stracchino; +Cc: Linux-KERNEL, support
On Thu, Nov 23, 2000 at 12:07:01PM -0800, 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."
>
> Since (1) my hardware has not changed, (2) this VMware release ran
> perfectly on 2.4.0-test10, and (3) I changed nothing but the kernel in
> between 2.4.0-test10 and 2.4.0-test11, I feel quite confident in believing
> that I do indeed possess a Time Stamp Counter (whatever such a fabulous
> beast may be), but for some reason VMware is unable to detect its presence
> when running on kernel 2.4.0-test11. Evidently there has been some change
> in the kernel which renders VMware unable to detect this mysterious - but
> apparently crucial - feature.
>
>
> I would appreciate any insights from either kernel folks or VMware folks
> as to where this problem may lie, with an eventual aim of patching either
> VMware or the kernel to allow VMware to run on this kernel.
>
It's probably due to /proc/cpuinfo change - 'flags' has changed to 'features'.
Jan Dvorak <johnydog@go.cz>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: VMWare will not run on kernel 2.4.0-test11
2000-11-23 20:07 Phil Stracchino
2000-11-23 20:15 ` Mohammad A. Haque
2000-11-23 20:18 ` Jan Dvorak
@ 2000-11-23 20:22 ` Alan Cox
2 siblings, 0 replies; 7+ messages in thread
From: Alan Cox @ 2000-11-23 20:22 UTC (permalink / raw)
To: Phil Stracchino; +Cc: Linux-KERNEL, support
> vmware-2.0.3-786 refused to run. Running vmware-config.pl resulted in a
> the following message:
Run 2.4.0-test11-ac3
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2000-11-23 22:46 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-23 22:29 VMWare will not run on kernel 2.4.0-test11 Petr Vandrovec
2000-11-23 22:15 ` Alan Cox
-- strict thread matches above, loose matches on Subject: below --
2000-11-23 20:07 Phil Stracchino
2000-11-23 20:15 ` Mohammad A. Haque
2000-11-23 20:17 ` Phil Stracchino
2000-11-23 20:18 ` Jan Dvorak
2000-11-23 20:22 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox