Bug#419481: libc6 fails to upgrade on AMD64 X2

2007-04-16 Thread Manuel



I'm sorry but my antispam system caught up all of your messages and it's 
taken a while for me to be aware of them. I hope it won't happend ever 
again.



was it the error the first time you tried to install ?


Yes. Actually I've also tried with the previous 2.5 glibc versions from 
experimental and same result.



does it segfaults with a debian kernel (such as 2.6.18 or .20) as well ?


I also ckecked the segfault with 2.6.19  .20 vanilla kernel. I'll try to 
test it for a debian one as soon as possible.



Do you run selinux or any particular stuff ?


Not the case.


ould you give your /etc/nsswitch.conf please ?


Unfortunately I cannot reach the machine right now, I'll report it later 
(but I've never touched such a file). Also, I'll try to setup a chroot 
system with just this news libs to isolate the problem (if I manually 
install them in the root system, the init process segfaults at the 
beginning).


More info: not a single problem with other x86 and x86_64 systems (but 
neither of them are SMP).


Thanks for your help






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



Bug#419481: libc6 fails to upgrade on AMD64 X2

2007-04-16 Thread Pierre Habouzit
reopen 419481
thanks

On Mon, Apr 16, 2007 at 01:19:52PM +0200, Manuel wrote:
 I'm sorry but my antispam system caught up all of your messages and it's 
 taken a while for me to be aware of them. I hope it won't happend ever 
 again.

  I'm glad

 was it the error the first time you tried to install ?
 
 Yes. Actually I've also tried with the previous 2.5 glibc versions from 
 experimental and same result.
 
 does it segfaults with a debian kernel (such as 2.6.18 or .20) as well ?
 
 I also ckecked the segfault with 2.6.19  .20 vanilla kernel. I'll try to 
 test it for a debian one as soon as possible.
 
 Do you run selinux or any particular stuff ?
 
 Not the case.
 
 ould you give your /etc/nsswitch.conf please ?
 
 Unfortunately I cannot reach the machine right now, I'll report it later 
 (but I've never touched such a file). Also, I'll try to setup a chroot 
 system with just this news libs to isolate the problem (if I manually 
 install them in the root system, the init process segfaults at the 
 beginning).
 
 More info: not a single problem with other x86 and x86_64 systems (but 
 neither of them are SMP).

  I own and mad64X2 too, and it worked flawlessly. You will need to run
the preinst/postrm in '-x' mode to see what happens, if that's bash that
segfaults, or a subcommand.

  (edit your /var/lib/dpkg/info/libc6.postinst and set the #! line to sh
-x instead of plain sh).

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgp1l4BLWyyem.pgp
Description: PGP signature


Bug#419481: libc6 fails to upgrade on AMD64 X2

2007-04-15 Thread Manuel
Package: libc6
Version: 2.5-2
Severity: critical
Justification: breaks the whole system



Trying to install the latest libc6 (2.5) I got the following error:

(Reading database ... 276412 files and directories currently installed.)
Preparing to replace libc6 2.5-2 (using libc6_2.5-2_amd64.deb) ...
Unpacking replacement libc6 ...
dpkg: error processing libc6_2.5-2_amd64.deb (--install):
 dpkg: warning - old post-removal script killed by signal (Segmentation fault)

dpkg: error while cleaning up:
 subprocess pre-installation script killed by signal (Segmentation fault)
Errors were encountered while processing:
 libc6_2.5-2_amd64.deb

Actually, the kernel also complains with the following messages:

libc6.postrm[22812] general protection rip:2ba04325e395 rsp:7fff67980250 error:0
libc6.preinst[22813] general protection rip:2af3d0932395 rsp:7fffda2a9b80 
error:0



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.21-rc6 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=locale: No se puede 
establecer LC_ALL al local predeterminado: No existe el fichero o el directorio
ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

-- debconf information:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = es_ES:es:en_GB:en,
LC_ALL = (unset),
LANG = [EMAIL PROTECTED]
are supported and installed on your system.
perl: warning: Falling back to the standard locale (C).
locale: No se puede establecer LC_ALL al local predeterminado: No existe el 
fichero o el directorio


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



Bug#419481: libc6 fails to upgrade on AMD64 X2

2007-04-15 Thread Pierre Habouzit
On Mon, Apr 16, 2007 at 01:28:29AM +0200, Manuel wrote:
 Package: libc6
 Version: 2.5-2
 Severity: critical
 Justification: breaks the whole system
 
 Trying to install the latest libc6 (2.5) I got the following error:
 
 (Reading database ... 276412 files and directories currently installed.)
 Preparing to replace libc6 2.5-2 (using libc6_2.5-2_amd64.deb) ...
 Unpacking replacement libc6 ...
 dpkg: error processing libc6_2.5-2_amd64.deb (--install):
  dpkg: warning - old post-removal script killed by signal (Segmentation fault)
 
 dpkg: error while cleaning up:
  subprocess pre-installation script killed by signal (Segmentation fault)
 Errors were encountered while processing:
  libc6_2.5-2_amd64.deb
 
 Actually, the kernel also complains with the following messages:
 
 libc6.postrm[22812] general protection rip:2ba04325e395 rsp:7fff67980250 
 error:0
 libc6.preinst[22813] general protection rip:2af3d0932395 rsp:7fffda2a9b80 
 error:0


  well, was it the error the first time you tried to install ? it says
you are using a 2.6.21-rc6 kernel, does it segfaults with a debian
kernel (such as 2.6.18 or .20) as well ?

  Do you run selinux or any particular stuff ?

  could you give your /etc/nsswitch.conf please ?

TIA
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpOw120FDOaQ.pgp
Description: PGP signature