georgek
October 20th, 2005, 07:02 AM
I'm suffering from my box freezing every so often. One possible cause I'm wondering about is the use of libc6-i686.
I tried the 686 kernel on this box but it wouldn't boot and I found a forum post that confirmed that this processor won't run the 686 kernel (missing cmov from its capabilities if I remember right). That's fine, I can live with a 386 kernel.
I see that libc6-i686 is installed. Reading the description in synaptic it's used only if a 686 processor is detected at boot. It suggests checking using uname. When I do this I get:
$ uname -a
Linux manuel 2.6.12-9-386 #1 Mon Oct 10 13:14:36 BST 2005 i686 GNU/Linux
This makes me suspect that the i686 libraries are in use. If I want to remove them, I also have to remove ubuntu-minimal. Now having struggled with an upgrade on another box because I had removed packages which led to ubuntu-desktop being removed, I'm nervous.
So, finally, my questions:
How can I check for sure which version of libc6 is in use?
How risky is it to remove ubuntu-minimal?
Does anyone know for sure if I can run 686 libs on this processor:
$ cat /proc/cpuinfo
processor : 0
vendor_id : CentaurHauls
cpu family : 6
model : 7
model name : VIA Samuel 2
stepping : 3
cpu MHz : 400.416
cache size : 64 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu de tsc msr cx8 mtrr pge mmx 3dnow
bogomips : 792.55
Thanks for any help.
I tried the 686 kernel on this box but it wouldn't boot and I found a forum post that confirmed that this processor won't run the 686 kernel (missing cmov from its capabilities if I remember right). That's fine, I can live with a 386 kernel.
I see that libc6-i686 is installed. Reading the description in synaptic it's used only if a 686 processor is detected at boot. It suggests checking using uname. When I do this I get:
$ uname -a
Linux manuel 2.6.12-9-386 #1 Mon Oct 10 13:14:36 BST 2005 i686 GNU/Linux
This makes me suspect that the i686 libraries are in use. If I want to remove them, I also have to remove ubuntu-minimal. Now having struggled with an upgrade on another box because I had removed packages which led to ubuntu-desktop being removed, I'm nervous.
So, finally, my questions:
How can I check for sure which version of libc6 is in use?
How risky is it to remove ubuntu-minimal?
Does anyone know for sure if I can run 686 libs on this processor:
$ cat /proc/cpuinfo
processor : 0
vendor_id : CentaurHauls
cpu family : 6
model : 7
model name : VIA Samuel 2
stepping : 3
cpu MHz : 400.416
cache size : 64 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu de tsc msr cx8 mtrr pge mmx 3dnow
bogomips : 792.55
Thanks for any help.