Your message dated Wed, 24 Sep 2008 12:51:33 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#499697: linux-image-2.6.26-1-486: install problem for
AMD Geode CPU
has caused the Debian Bug report #499697,
regarding linux-image-2.6.26-1-486: install problem for AMD Geode CPU
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
499697: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499697
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: linux-image-2.6.26-1-486
Version: 2.6.26-5
My system is Debian Lenny with linux-image-2.6.26-1-486, libc6 2.7-13.
This is an embedded board with AMD Geode CPU.
When I try to upgrade my running system today, dpkg gives error for
linux-image-2.6.26-1-486 package
-------------------------------
# LANG= aptitude install linux-image-2.6-486
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following partially installed packages will be configured:
linux-image-2.6.26-1-486
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
Setting up linux-image-2.6.26-1-486 (2.6.26-5) ...
Running depmod.
Running mkinitramfs-kpkg.
Not updating initrd symbolic links since we are being updated/reinstalled
(2.6.26-4 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled
(2.6.26-4 was configured last, according to dpkg)
Running postinst hook script update-grub.
Searching for GRUB installation directory ... found: /boot/grub
User postinst hook script [update-grub] exited with value 1
dpkg: error processing linux-image-2.6.26-1-486 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
linux-image-2.6.26-1-486
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up linux-image-2.6.26-1-486 (2.6.26-5) ...
Running depmod.
Running mkinitramfs-kpkg.
Not updating initrd symbolic links since we are being updated/reinstalled
(2.6.26-4 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled
(2.6.26-4 was configured last, according to dpkg)
Running postinst hook script update-grub.
Searching for GRUB installation directory ... found: /boot/grub
User postinst hook script [update-grub] exited with value 1
dpkg: error processing linux-image-2.6.26-1-486 (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
linux-image-2.6.26-1-486
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Current status: 2 updates [+2].
-------------------------------
# cat /proc/cpu
vendor_id : AuthenticAMD
cpu family : 5
model : 10
model name : Geode(TM) Integrated Processor by AMD PCS
stepping : 2
cpu MHz : 499.910
cache size : 128 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 pse tsc msr cx8 sep pge cmov clflush mmx mmxext
3dnowext 3dnow
bogomips : 1001.69
clflush size : 32
power management:
--- End Message ---
--- Begin Message ---
On Sun, Sep 21, 2008 at 10:40:55PM +0300, acemi list wrote:
> After looking bug #499176, I found the cause of my problem.
>
> In /boot/grub/device.map
> (hd0) /dev/hdb
>
> But my hd0 is /dev/hda
> When I installed Debian Lenny, this disk is the slave disk, but
> sometimes later, I changed it as the master disk. I changed fstab,
> menu.lst etc but I forgot to change devices.map
>
> After changing device.map, I installed linux-image-2.6.486 package
> without any problem.
GRUB Legacy does not automatically handle such re-adjustments. If you want
that, upgrade to GRUB 2 (which uses UUIDs whenever a disk reference is not
reliable).
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
--- End Message ---