Getting CPU model and speed without rebooting

2001-09-19 Thread Danie Roux
I want to get the CPU's model and speed without rebooting.

/proc/cpuinfo (to me anyway) is useless. Unless someone knows how to convert:

vendor_id   : GenuineIntel
cpu family  : 6
model   : 8
model name  : Pentium III (Coppermine)

To a PIII/450?

-- 
Danie Roux *shuffle* Adore Unix

PS Output from a Dec Alpha's cpuinfo:

cpu : Alpha
cpu model   : Unknown
cpu variation   : 0
cpu revision: 0
cpu serial number   : Linux_is_Great!
...



Re: Getting CPU model and speed without rebooting

2001-07-27 Thread Colin Watson
Karsten M. Self kmself@ix.netcom.com wrote:
on Thu, Jul 26, 2001 at 06:29:43AM -0600, Jimmy Richards
([EMAIL PROTECTED]) wrote:
  Hi,
 
  How about trying the 'x86info' program. You should be able to get it
 apt-get. Then run the command 'x86info -mhz'. Here's what I get from
 running the command...

...um, what package you got that in?  I can't find a package matching
'x86info', and apt-cache search turns up a blank on the term.

The x86info package only arrived in unstable quite recently.

-- 
Colin Watson  [EMAIL PROTECTED]



Getting CPU model and speed without rebooting

2001-07-26 Thread Danie Roux
I want to get the CPU's model and speed without rebooting.

/proc/cpuinfo (to me anyway) is useless. Unless someone knows how to convert:

vendor_id   : GenuineIntel
cpu family  : 6
model   : 8
model name  : Pentium III (Coppermine)

To a PIII/450?

-- 
Danie Roux *shuffle* Adore Unix

PS Output from a Dec Alpha's cpuinfo:

cpu : Alpha
cpu model   : Unknown
cpu variation   : 0
cpu revision: 0
cpu serial number   : Linux_is_Great!
...



Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Anthony J. Breeds-Taurima
On Thu, 26 Jul 2001, Danie Roux wrote:

 I want to get the CPU's model and speed without rebooting.

 /proc/cpuinfo (to me anyway) is useless. Unless someone knows how to convert:

 vendor_id   : GenuineIntel
 cpu family  : 6
 model   : 8
 model name  : Pentium III (Coppermine)

 To a PIII/450?

A few lines down you should see something like:
cpu MHz : 199.906

That should give you the speed.  and you already know (from above) the
model.

Failing that the messages generated at boot are available in dmesg
ie
dmesg|egrep 'Detected.*MHz processor'
Detected 199.906 MHz processor.


I don't have access to any alphas but the above holds true for spark.


Yours Tony.

/*
 * The significant problems we face cannot be solved at the
 * same level of thinking we were at when we created them.
 * --Albert Einstein
 */



Re: Getting CPU model and speed without rebooting

2001-07-26 Thread John Galt
On Thu, 26 Jul 2001, Danie Roux wrote:

I want to get the CPU's model and speed without rebooting.

/proc/cpuinfo (to me anyway) is useless. Unless someone knows how to convert:

vendor_id   : GenuineIntel
cpu family  : 6
model   : 8
model name  : Pentium III (Coppermine)
...
cpu MHz  : 449.125

model name gives you pentium 3, cpu MHz gives you 450.

To a PIII/450?



-- 
A computer without windoze is like a fish without a bicycle.
Who is John galt?  [EMAIL PROTECTED], that's who.  Finger me for PGP
public key.




RE: Getting CPU model and speed without rebooting

2001-07-26 Thread Ian Perry
None of my machines give MHz... only bogomips
Next Question What is a bogomip ???


processor: 0
cpu: 686
model: NULL
vendor_id: GenuineIntel
stepping: 3
fdiv_bug: no
hlt_bug: no
f00f_bug: no
fpu : yes
fpu_exception   : yes
cpuid   : yes
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov
16 17 18 mmx 24 25
bogomips: 450.56


Ian




RE: Getting CPU model and speed without rebooting

2001-07-26 Thread Anthony J. Breeds-Taurima
On Thu, 26 Jul 2001, Ian Perry wrote:

 None of my machines give MHz... only bogomips
 Next Question What is a bogomip ???

It used to be the number of millions of time the processor could run:
inc
jmp -1

Ie how high it can count in a second.  The number recently took a major jump
so it may mean something else now.

It no real correlation to processor speed.

 processor: 0
 cpu: 686
 model: NULL
 vendor_id: GenuineIntel
 stepping: 3
 fdiv_bug: no
 hlt_bug: no
 f00f_bug: no
 fpu : yes
 fpu_exception   : yes
 cpuid   : yes
 wp  : yes
 flags   : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov
 16 17 18 mmx 24 25
 bogomips: 450.56

H what does uname -a say ???


Yours Tony.

/*
 * The significant problems we face cannot be solved at the
 * same level of thinking we were at when we created them.
 * --Albert Einstein
 */



Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Phil Brutsche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A long time ago, in a galaxy far, far way, someone said...

 I want to get the CPU's model and speed without rebooting.

 /proc/cpuinfo (to me anyway) is useless. Unless someone knows how to convert:

 vendor_id   : GenuineIntel
 cpu family  : 6
 model   : 8
 model name  : Pentium III (Coppermine)

 To a PIII/450?

It say's PIII in the model name :)

On most (all?) CPUs with MMX divide the BogoMIPS by 2 to get the approx.
clock frequency.

- -- 
- --
Phil Brutsche   [EMAIL PROTECTED]

GPG fingerprint: 9BF9 D84C 37D0 4FA7 1F2D  7E5E FD94 D264 50DE 1CFC
GPG key id: 50DE1CFC
GPG public key: http://tux.creighton.edu/~pbrutsch/gpg-public-key.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Made with pgp4pine

iD8DBQE7X9B2/ZTSZFDeHPwRAngRAJ9D8K2hi99caFCH4m9zS00Y5kH9aACfRP+F
pc/AxB4kuMvPVEyfY6fH7n0=
=/fdr
-END PGP SIGNATURE-



Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Danie Roux
On Thu, Jul 26, 2001 at 08:20:13AM +0200, Danie Roux wrote:
 I want to get the CPU's model and speed without rebooting.
 
 /proc/cpuinfo (to me anyway) is useless. Unless someone knows how to convert:
 
 vendor_id   : GenuineIntel
 cpu family  : 6
 model   : 8
 model name  : Pentium III (Coppermine)
 
 To a PIII/450?
 
 -- 
 Danie Roux *shuffle* Adore Unix
 
Thanks you all, lack of thinking on my part. I'm in a lab, and I assumed the PC
next to me (PIII 450) would be the same as the one I'm one. And that's why 

cpu MHz : 551.264

Didn't look right. Turns out there IS a good reason to reboot Linux now and
again.

Now I can finish my asset reporting bootdisk.

-- 
Danie Roux *shuffle* Adore Unix



RE: Getting CPU model and speed without rebooting

2001-07-26 Thread Philipp Lehman
On Thu, 26 Jul 2001, Ian Perry [EMAIL PROTECTED] wrote:

None of my machines give MHz... only bogomips
Next Question What is a bogomip ???

See the BogoMips mini HOWTO (someone actually wrote a BogoMips HOWTO, 
isn't that great...)

-- 
Philipp Lehman [EMAIL PROTECTED]



Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Jimmy Richards
Hi,

How about trying the 'x86info' program. You should be able to get it
apt-get. Then run the command 'x86info -mhz'. Here's what I get from
running the command...

[EMAIL PROTECTED]:~$ x86info -mhz
x86info v1.3.  Dave Jones 2001
Feedback to [EMAIL PROTECTED].

Found 1 CPU
Intel-specific functions
Family: 6 Model: 8 Type 0 [Celeron / Pentium III (Coppermine) Original OEM]
Stepping: 3
Reserved: 0

802MHz processor (estimate).


Running 'x86info -a' is even more informative. Sorry if this reply was a
little late for your report. But I just woke up a little bit ago.



HTH,

Jim Richards

The perfect computer has been developed. You just feed in your problems
they never come out again.   --Al Goodman


On Thu, Jul 26, 2001 at 08:20:13AM +0200, Danie Roux wrote:
 I want to get the CPU's model and speed without rebooting.
 
 /proc/cpuinfo (to me anyway) is useless. Unless someone knows how to convert:
 
 vendor_id   : GenuineIntel
 cpu family  : 6
 model   : 8
 model name  : Pentium III (Coppermine)
 
 To a PIII/450?
 
 -- 
 Danie Roux *shuffle* Adore Unix
 
 PS Output from a Dec Alpha's cpuinfo:
 
 cpu   : Alpha
 cpu model : Unknown
 cpu variation : 0
 cpu revision  : 0
 cpu serial number : Linux_is_Great!
 ...
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RE: Getting CPU model and speed without rebooting

2001-07-26 Thread Michael Blood
Does anyone know the best way to find out exactly how to set up a multi
homed system?

Thanks

Michael Blood

-Original Message-
From: Danie Roux [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 26, 2001 4:47 AM
To: Debian user
Subject: Re: Getting CPU model and speed without rebooting


On Thu, Jul 26, 2001 at 08:20:13AM +0200, Danie Roux wrote:
 I want to get the CPU's model and speed without rebooting.

 /proc/cpuinfo (to me anyway) is useless. Unless someone knows how to
convert:

 vendor_id   : GenuineIntel
 cpu family  : 6
 model   : 8
 model name  : Pentium III (Coppermine)

 To a PIII/450?

 --
 Danie Roux *shuffle* Adore Unix

Thanks you all, lack of thinking on my part. I'm in a lab, and I assumed the
PC
next to me (PIII 450) would be the same as the one I'm one. And that's why

cpu MHz : 551.264

Didn't look right. Turns out there IS a good reason to reboot Linux now and
again.

Now I can finish my asset reporting bootdisk.

--
Danie Roux *shuffle* Adore Unix


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]




Re: Getting CPU model and speed without rebooting

2001-07-26 Thread dman
On Thu, Jul 26, 2001 at 04:37:08PM +1000, Ian Perry wrote:
| None of my machines give MHz... only bogomips
| Next Question What is a bogomip ???

bogus million instructions per second.  It is a way of estimating the
CPU speed.  See the FAQ on kernel.org for a more detailed explanation.
BogoMIPS were invented because not all CPUs report their speed, or
report it correctly.  I have an old i486 (25MHz) here and
/proc/cpuinfo doesn't know the name, vendor, model, or speed.  All it
knows is that it is in family 4 and has a bogomips value of 12.41 (and
that there is no FPU on it).

BogoMIPS is related to CPU speed, but it isn't a direct correleation
and is dependent on the CPU model.  (see the table in that FAQ)

-D



Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Karsten M. Self
on Thu, Jul 26, 2001 at 06:29:43AM -0600, Jimmy Richards ([EMAIL PROTECTED]) 
wrote:
   Hi,
 
   How about trying the 'x86info' program. You should be able to get it
 apt-get. Then run the command 'x86info -mhz'. Here's what I get from
 running the command...

...um, what package you got that in?  I can't find a package matching
'x86info', and apt-cache search turns up a blank on the term.  Try:

$ dpkg -S $( which x86info )

Thanks.

-- 
Karsten M. Self kmself@ix.netcom.comhttp://kmself.home.netcom.com/
 What part of Gestalt don't you understand?   There is no K5 cabal
  http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org
   Are these opinions my employer's?  Hah!  I don't believe them myself!


pgpcRnY9ksMvK.pgp
Description: PGP signature


Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Nathan E Norman
On Thu, Jul 26, 2001 at 10:38:46AM -0700, Karsten M. Self wrote:
 on Thu, Jul 26, 2001 at 06:29:43AM -0600, Jimmy Richards ([EMAIL PROTECTED]) 
 wrote:
  Hi,
  
  How about trying the 'x86info' program. You should be able to get it
  apt-get. Then run the command 'x86info -mhz'. Here's what I get from
  running the command...
 
 ...um, what package you got that in?  I can't find a package matching
 'x86info', and apt-cache search turns up a blank on the term.  Try:
 
 $ dpkg -S $( which x86info )

  [EMAIL PROTECTED]:~ $ apt-cache search x86info
  x86info - Display diagnostic information about i386 CPUs
  [EMAIL PROTECTED]:~ $ apt-cache show x86info
  Package: x86info
  Priority: extra
  Section: admin
  Installed-Size: 100
  Maintainer: Mark Brown [EMAIL PROTECTED]
  Architecture: i386
  Version: 1.3-1
  Depends: libc6 (= 2.2.3-1)
  Filename: pool/main/x/x86info/x86info_1.3-1_i386.deb
  Size: 15874
  MD5sum: 0b855295aa4d0fc5419f98cea538c69b
  Description: Display diagnostic information about i386 CPUs
   x86info displays diagnostic information about the CPUs fitted to i386
   systems.  This includes information on the CPU cache configuration,
   speed and supported features.
   .
   Some features require the kernel cpuid driver to be available.
  [EMAIL PROTECTED]:~ $ apt-cache showpkg x86info
  Package: x86info
  Versions: 
  
1.3-1(/var/lib/apt/lists/zeus.kernel.org_debian_dists_unstable_main_binary-i386_Packages)
  
  Reverse Depends: 
  Dependencies: 
  1.3-1 - libc6 (2 2.2.3-1) 
  Provides: 
  1.3-1 - 
  Reverse Provides: 

Looks like it's available in unstable.

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Ltd. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton


pgpHnBRn6SMkY.pgp
Description: PGP signature


Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Karsten M. Self
on Thu, Jul 26, 2001 at 02:46:32PM -0500, Nathan E Norman ([EMAIL PROTECTED]) 
wrote:
 On Thu, Jul 26, 2001 at 10:38:46AM -0700, Karsten M. Self wrote:
  on Thu, Jul 26, 2001 at 06:29:43AM -0600, Jimmy Richards ([EMAIL 
  PROTECTED]) wrote:
 Hi,
   
 How about trying the 'x86info' program. You should be able to get it
   apt-get. Then run the command 'x86info -mhz'. Here's what I get from
   running the command...
  
  ...um, what package you got that in?  I can't find a package matching
  'x86info', and apt-cache search turns up a blank on the term.  Try:
  
  $ dpkg -S $( which x86info )
 
   [EMAIL PROTECTED]:~ $ apt-cache search x86info
   x86info - Display diagnostic information about i386 CPUs
   [EMAIL PROTECTED]:~ $ apt-cache show x86info
   Package: x86info
   Priority: extra
   Section: admin
   Installed-Size: 100
   Maintainer: Mark Brown [EMAIL PROTECTED]
   Architecture: i386
   Version: 1.3-1
   Depends: libc6 (= 2.2.3-1)
   Filename: pool/main/x/x86info/x86info_1.3-1_i386.deb
   Size: 15874
   MD5sum: 0b855295aa4d0fc5419f98cea538c69b
   Description: Display diagnostic information about i386 CPUs
x86info displays diagnostic information about the CPUs fitted to i386
systems.  This includes information on the CPU cache configuration,
speed and supported features.
.
Some features require the kernel cpuid driver to be available.
   [EMAIL PROTECTED]:~ $ apt-cache showpkg x86info
   Package: x86info
   Versions: 
   
 1.3-1(/var/lib/apt/lists/zeus.kernel.org_debian_dists_unstable_main_binary-i386_Packages)
   
   Reverse Depends: 
   Dependencies: 
   1.3-1 - libc6 (2 2.2.3-1) 
   Provides: 
   1.3-1 - 
   Reverse Provides: 
 
 Looks like it's available in unstable.

Hmmm...I'm not finding it under either testing or unstable.  My
sources.list:

# apt package archives

deb http://http.us.debian.org/debian stable main contrib non-free
deb http://http.us.debian.org/debian unstable main contrib non-free

deb-src http://http.us.debian.org/debian stable main contrib non-free
deb-src http://http.us.debian.org/debian unstable main contrib non-free

deb http://non-us.debian.org/debian-non-US stable/non-US main contrib 
non-free
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib 
non-free

...am I missing something?

-- 
Karsten M. Self kmself@ix.netcom.comhttp://kmself.home.netcom.com/
 What part of Gestalt don't you understand?   There is no K5 cabal
  http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org
   Are these opinions my employer's?  Hah!  I don't believe them myself!


pgpqvGzvxTgh9.pgp
Description: PGP signature


Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Nathan E Norman
On Thu, Jul 26, 2001 at 01:46:57PM -0700, Karsten M. Self wrote:
 [ I wrote ]
  Looks like it's available in unstable.
 
 Hmmm...I'm not finding it under either testing or unstable.  My
 sources.list:
 
 # apt package archives
 
 deb http://http.us.debian.org/debian stable main contrib non-free
 deb http://http.us.debian.org/debian unstable main contrib non-free
 
 deb-src http://http.us.debian.org/debian stable main contrib non-free
 deb-src http://http.us.debian.org/debian unstable main contrib non-free
 
 deb http://non-us.debian.org/debian-non-US stable/non-US main contrib 
 non-free
 deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib 
 non-free
 
 ...am I missing something?

Well, when did you last do 'apt-get update' ?  I do one every night at
midnight.

My sources.list:

##
## Main, contrib, non-free
##
deb http://zeus.kernel.org/debian woody main contrib non-free
deb-src http://zeus.kernel.org/debian woody main contrib non-free
##
## non-US
##
deb http://mirror.direct.ca/linux/debian-non-US woody/non-US main contrib 
non-free
deb-src http://mirror.direct.ca/linux/debian-non-US woody/non-US main contrib 
non-free
##
## security
##
deb http://security.debian.org potato/updates main contrib non-free
deb-src http://security.debian.org potato/updates main contrib
non-free
##
## *unstable* main, contrib, non-free
##
deb http://zeus.kernel.org/debian unstable main contrib non-free
deb-src http://zeus.kernel.org/debian unstable main contrib non-free
##
## *unstable* non-us
##
deb http://mirror.direct.ca/linux/debian-non-US unstable/non-US main contrib 
non-free
deb-src http://mirror.direct.ca/linux/debian-non-US unstable/non-US main 
contrib non-free

Regards,

-- 
Nathan Norman - Staff Engineer | A good plan today is better
Micromuse Ltd. | than a perfect plan tomorrow.
mailto:[EMAIL PROTECTED]   |   -- Patton


pgprlJ7RDmiFT.pgp
Description: PGP signature


Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Jimmy Richards
On Thu, Jul 26, 2001 at 01:46:57PM -0700, Karsten M. Self wrote:
 on Thu, Jul 26, 2001 at 02:46:32PM -0500, Nathan E Norman ([EMAIL PROTECTED]) 
 wrote:
  On Thu, Jul 26, 2001 at 10:38:46AM -0700, Karsten M. Self wrote:
   on Thu, Jul 26, 2001 at 06:29:43AM -0600, Jimmy Richards ([EMAIL 
   PROTECTED]) wrote:
Hi,

How about trying the 'x86info' program. You should be able to 
get it
apt-get. Then run the command 'x86info -mhz'. Here's what I get from
running the command...
   
   ...um, what package you got that in?  I can't find a package matching
   'x86info', and apt-cache search turns up a blank on the term.  Try:
   
   $ dpkg -S $( which x86info )
  
 sources.list:
 
 # apt package archives
 
 deb http://http.us.debian.org/debian stable main contrib non-free
 deb http://http.us.debian.org/debian unstable main contrib non-free
 
 deb-src http://http.us.debian.org/debian stable main contrib non-free
 deb-src http://http.us.debian.org/debian unstable main contrib non-free
 
 deb http://non-us.debian.org/debian-non-US stable/non-US main contrib 
 non-free
 deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib 
 non-free
 
 ...am I missing something?

Hi Karsten,

I'm not sure. Maybe it came from the following in my sources.list?

deb http://people.debian.org/~branden/ woody/$(ARCH)/
deb-src http://people.debian.org/~branden/ woody/source/


Jim R.


I once heard two ladies going on and on about the pains of childbirth
and how men don't seem to know what real pain is. I asked if either of
them ever got themselves caught in a zipper.   --Emo Philips



Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Leonard Leblanc
Hey,

If you have /proc filesystem support a simple

% cat /proc/cpuinfo

should give you everything you wanna know.

-- 
Leonard Leblanc
Vice President - Technology
www.emergeknowledge.com



Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Jimmy Richards
On Thu, Jul 26, 2001 at 01:46:57PM -0700, Karsten M. Self wrote:
   
   ...um, what package you got that in?  I can't find a package matching
   'x86info', and apt-cache search turns up a blank on the term.  Try:
   
   $ dpkg -S $( which x86info )
  
 ...am I missing something?
 
 -- 
 Karsten M. Self kmself@ix.netcom.comhttp://kmself.home.netcom.com/
  What part of Gestalt don't you understand?   There is no K5 cabal
   http://gestalt-system.sourceforge.net/ http://www.kuro5hin.org
Are these opinions my employer's?  Hah!  I don't believe them myself!


Hi Again,

Just curious if you found the x86info as available through apt? The
~branden line in my sources.list wouldn't make much sense as to where I
could be getting it from because that's all x-windows stuff as far as I
know. But the lines you posted from your's matched mine except I don't
have stable anywhere in mine, just unstable.

Jim Richards




Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Vineet Kumar

Generally, you'll have better luck getting an answer to your question
by doing the following things:

Use a subject line that contains the subject of your message, not
someone else's.

Relatedly, unless you're actually replying to something someone else
said, don't hit 'reply' in your mailer. Compose a new message for each
thread of conversation (i.e. for each question).

If you do reply, it's usually best to do it below the original
message, so that if someone then replies to you, all of the quotings
will be in logical chronological order.  I'm continuing to reply
umop-apisdn, because I don't know where else to write this in any
logical order.

I don't mean to flame you; just trying to help out with a few bits of
advice.

Vineet

* Michael Blood ([EMAIL PROTECTED]) [010726 11:07]:
 Does anyone know the best way to find out exactly how to set up a multi
 homed system?
 
 Thanks
 
 Michael Blood
 
 -Original Message-
 From: Danie Roux [mailto:[EMAIL PROTECTED]
 Sent: Thursday, July 26, 2001 4:47 AM
 To: Debian user
 Subject: Re: Getting CPU model and speed without rebooting
 
 
 On Thu, Jul 26, 2001 at 08:20:13AM +0200, Danie Roux wrote:
  I want to get the CPU's model and speed without rebooting.
 
  /proc/cpuinfo (to me anyway) is useless. Unless someone knows how to
 convert:
 
  vendor_id   : GenuineIntel
  cpu family  : 6
  model   : 8
  model name  : Pentium III (Coppermine)
 
  To a PIII/450?
 
  --
  Danie Roux *shuffle* Adore Unix
 
 Thanks you all, lack of thinking on my part. I'm in a lab, and I assumed the
 PC
 next to me (PIII 450) would be the same as the one I'm one. And that's why
 
 cpu MHz : 551.264
 
 Didn't look right. Turns out there IS a good reason to reboot Linux now and
 again.
 
 Now I can finish my asset reporting bootdisk.
 
 --
 Danie Roux *shuffle* Adore Unix
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 


pgpIDFSPtwLdf.pgp
Description: PGP signature


Re: Getting CPU model and speed without rebooting

2001-07-26 Thread Vineet Kumar
* Karsten M. Self (kmself@ix.netcom.com) [010726 13:56]:
 
 Hmmm...I'm not finding it under either testing or unstable.  My
 sources.list:
 
 # apt package archives
 
 deb http://http.us.debian.org/debian stable main contrib non-free
 deb http://http.us.debian.org/debian unstable main contrib non-free
 
 deb-src http://http.us.debian.org/debian stable main contrib non-free
 deb-src http://http.us.debian.org/debian unstable main contrib non-free
 
 deb http://non-us.debian.org/debian-non-US stable/non-US main contrib 
 non-free
 deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib 
 non-free
 
 ...am I missing something?
 
Strange. 

$ grep -l x86info /var/lib/apt/lists/*
/var/lib/apt/lists/http.us.debian.org_debian_dists_unstable_main_binary-i386_Packages
/var/lib/apt/lists/http.us.debian.org_debian_dists_unstable_main_source_Sources

It looks like you have proper unstable binary and source lines there;
I don't know why you can't see it. I also haven't dug deep enough to
check when it was added to the main pool; maybe you just need to
update? I don't think it's all that new, though.

Vineet


pgpeIw9rv6ThV.pgp
Description: PGP signature