public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.0-test12-pre5 breaks vmware (again)
       [not found] <Pine.LNX.4.21.0010162307570.918-100000@saturn.homenet>
@ 2000-12-05 12:25 ` Tigran Aivazian
  2000-12-05 21:39   ` Peter Samuelson
  0 siblings, 1 reply; 5+ messages in thread
From: Tigran Aivazian @ 2000-12-05 12:25 UTC (permalink / raw)
  To: Petr Vandrovec; +Cc: linux-kernel

Hi Petr,

In case you haven't noticed yet -- the 'features' field of /proc/cpuinfo
has been changed again so vmware won't run anymore. The fix is just as
obvious as the previous one -- to change /usr/bin/vmware-config.pl script
from grepping for 'features' to grep for 'flags'. I think 'flags' is what
it used to be called ages ago but that is irrelevant -- everyone
presumably already changed all their software to use 'features' (I did,
for example) and forgot about the old 'flags' forever....

Regards,
Tigran

-
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] 5+ messages in thread

* Re: 2.4.0-test12-pre5 breaks vmware (again)
@ 2000-12-05 13:54 Petr Vandrovec
  2000-12-05 21:46 ` Alan Cox
  0 siblings, 1 reply; 5+ messages in thread
From: Petr Vandrovec @ 2000-12-05 13:54 UTC (permalink / raw)
  To: Tigran Aivazian; +Cc: linux-kernel

On  5 Dec 00 at 12:25, Tigran Aivazian wrote:

> In case you haven't noticed yet -- the 'features' field of /proc/cpuinfo
> has been changed again so vmware won't run anymore. The fix is just as
> obvious as the previous one -- to change /usr/bin/vmware-config.pl script
> from grepping for 'features' to grep for 'flags'. I think 'flags' is what
> it used to be called ages ago but that is irrelevant -- everyone
> presumably already changed all their software to use 'features' (I did,
> for example) and forgot about the old 'flags' forever....

Blessed vmware-config.pl contains

\(flags\|features\).*

so it should run...
                                                    Petr
                                                    
-
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] 5+ messages in thread

* Re: 2.4.0-test12-pre5 breaks vmware (again)
  2000-12-05 12:25 ` Tigran Aivazian
@ 2000-12-05 21:39   ` Peter Samuelson
  2000-12-05 21:46     ` Tigran Aivazian
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Samuelson @ 2000-12-05 21:39 UTC (permalink / raw)
  To: Tigran Aivazian; +Cc: Petr Vandrovec, linux-kernel

[Tigran Aivazian]
> I think 'flags' is what it used to be called ages ago but that is
> irrelevant -- everyone presumably already changed all their software
> to use 'features' (I did, for example) and forgot about the old
> 'flags' forever....

Ages ago?  s/flags/features/ happened in test11pre5.  I doubt most of
the world had switched yet.

Peter
-
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] 5+ messages in thread

* Re: 2.4.0-test12-pre5 breaks vmware (again)
  2000-12-05 13:54 2.4.0-test12-pre5 breaks vmware (again) Petr Vandrovec
@ 2000-12-05 21:46 ` Alan Cox
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Cox @ 2000-12-05 21:46 UTC (permalink / raw)
  To: Petr Vandrovec; +Cc: Tigran Aivazian, linux-kernel

> > presumably already changed all their software to use 'features' (I did,
> > for example) and forgot about the old 'flags' forever....
> 
> Blessed vmware-config.pl contains
> 
> \(flags\|features\).*
> 
> so it should run...

vmware-config as used by the other 99.9999% of people does not

-
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] 5+ messages in thread

* Re: 2.4.0-test12-pre5 breaks vmware (again)
  2000-12-05 21:39   ` Peter Samuelson
@ 2000-12-05 21:46     ` Tigran Aivazian
  0 siblings, 0 replies; 5+ messages in thread
From: Tigran Aivazian @ 2000-12-05 21:46 UTC (permalink / raw)
  To: Peter Samuelson; +Cc: Petr Vandrovec, linux-kernel

On Tue, 5 Dec 2000, Peter Samuelson wrote:

> [Tigran Aivazian]
> > I think 'flags' is what it used to be called ages ago but that is
> > irrelevant -- everyone presumably already changed all their software
> > to use 'features' (I did, for example) and forgot about the old
> > 'flags' forever....
> 
> Ages ago?  s/flags/features/ happened in test11pre5.  I doubt most of
> the world had switched yet.

well, if you look very carefully you will see a missing \t so the new
value of that field in the /proc/cpuinfo at the moment is quite unique :)
(but Hugh Dickins, I think, posted a patch today which fixes this)

(yes, I know that the vmware script (especially Petr's latest
version) deals correctly with any combination of features/flags with and
without tabs).

Regards,
Tigran

-
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] 5+ messages in thread

end of thread, other threads:[~2000-12-05 22:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-05 13:54 2.4.0-test12-pre5 breaks vmware (again) Petr Vandrovec
2000-12-05 21:46 ` Alan Cox
     [not found] <Pine.LNX.4.21.0010162307570.918-100000@saturn.homenet>
2000-12-05 12:25 ` Tigran Aivazian
2000-12-05 21:39   ` Peter Samuelson
2000-12-05 21:46     ` Tigran Aivazian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox