Bug#419189: Error on installing libc6 2.5-1 - breaks system

2007-04-15 Thread johfel

   The point is that your system has very akward things, as what lies in
 your /lib/tls:
   * _seems_ to come from a libc 2.3.2;
   * still has a libc-2.3.6.so too that has not the correct permissions
 _BUT_ the same size and date as the libc-2.3.2.so (which is
 completely absurd).
   * sizes that are unrecorded in known debian packages.
 
 
   So we're really wondering what has been happening on that system. Did
 you installed ubuntu packages at some point ? did you do anything
 peculiar to your system ? do you use prelink ? well, any kind of
 additionnal informations would be really apprecited.
 
 
   Oh and which kernel did you had _before_ the glibc2.5 upgrade ? a 2.6
 ? or still a 2.4 ?

The strange files come from knoppix 5.2. I have forgotten to tell you about a 
stupid try to repair the system. I'm really sorry. 

I used ever a 2.6 kernel. 

-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail


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



Bug#419189: Error on installing libc6 2.5-1 - breaks system

2007-04-14 Thread johfel
Package: libc6
Version: 2.5-1
Severity: critical

If I upgrade to libc6 2.5-1, I'll get this error:

Preparing to replace libc6 2.5-1 (using .../archives/libc6_2.5-1_i386.deb) ...
Unpacking replacement libc6 ...
Setting up libc6 (2.5-1) ...
dpkg: relocation error: /lib/tls/libc.so.6: symbol _dl_out_of_memory, version 
GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference
iconvconfig: relocation error: /lib/tls/libc.so.6: symbol _dl_out_of_memory, 
version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference
/usr/bin/perl: relocation error: /lib/tls/libc.so.6: symbol _dl_out_of_memory, 
version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference
dpkg: error processing libc6 (--configure):
 subprocess post-installation script returned error exit status 127
Errors were encountered while processing:
 libc6
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
sh: relocation error: /lib/tls/libc.so.6: symbol _dl_out_of_memory, version 
GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference


I use kernel 2.6.20.4.

-- 
Feel free - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail


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



Bug#419189: Error on installing libc6 2.5-1 - breaks system

2007-04-14 Thread johfel
Aurelien Jarno wrote:
 [EMAIL PROTECTED] a écrit :
  Package: libc6
  Version: 2.5-1
  Severity: critical
 
  If I upgrade to libc6 2.5-1, I'll get this error:
 
  Preparing to replace libc6 2.5-1 (using
  .../archives/libc6_2.5-1_i386.deb) ... Unpacking replacement libc6 ...
  Setting up libc6 (2.5-1) ...
  dpkg: relocation error: /lib/tls/libc.so.6: symbol _dl_out_of_memory,
  version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time
  reference iconvconfig: relocation error: /lib/tls/libc.so.6: symbol
  _dl_out_of_memory, version GLIBC_PRIVATE not defined in file
  ld-linux.so.2 with link time reference /usr/bin/perl: relocation error:
  /lib/tls/libc.so.6: symbol _dl_out_of_memory, version GLIBC_PRIVATE not
  defined in file ld-linux.so.2 with link time reference

 You are trying to replace libc6 version 2.5-1 with the same version.
 This is something authorized that should work. In your case this fails
 because of the presence of /lib/tls/libc.so.6. However this file does
 not belong to libc6 2.5-1, it should have been during the upgrade from
 2.3.6 to 2.5.

 So my question is why did you do before trying to replace libc6 version
 2.5-1 with the same version?

First I wanted to do a normal upgrade from the last published version of libc6 
to 2.5-1. This failed with a similiar error message as the reported. Now I 
started Knoppix and tried to repair my system (I unpackd libc6_2.5-1_i386.deb 
from snapshot.debian.org - I thought wrongly this was the version before). 
Now I started my debian system and wanted to continue the failed installation 
process and got the reported error message.

There are a lot of files in /lib/tls that belong to libc 2.3.2 
(libdl-2.3.2.so ...). Perhaps they were not deleted by an old upgrade.

dpkg -S returns no packages that files in /lib/tls belong to.

After mv /lib/tls /lib/tls.old the system runs normally and the upgrade 
continued without errors.



Bug#419189: Error on installing libc6 2.5-1 - breaks system

2007-04-14 Thread johfel
  There are a lot of files in /lib/tls that belong to libc 2.3.2
  (libdl-2.3.2.so ...). Perhaps they were not deleted by an old upgrade.

 Could you please give us the date of those files (ls -l /lib/tls would
 be the best), so that we can try to trace the problem to a libc6 version?

Here are the listing of /lib/tls: 

-rwxr-xr-x 1 root root   88904 2005-05-10 22:01 ld-2.3.2.so
lrwxrwxrwx 1 root root  11 2006-07-14 00:59 ld-linux.so.2 - ld-2.3.2.so
-rw-r--r-- 1 root root9324 2005-05-10 22:01 libanl-2.3.2.so
lrwxrwxrwx 1 root root  15 2007-04-14 10:04 libanl.so.1 - libanl-2.3.2.so
-rw-r--r-- 1 root root3552 2005-05-10 22:01 libBrokenLocale-2.3.2.so
lrwxrwxrwx 1 root root  24 2007-04-14 10:04 libBrokenLocale.so.1 - 
libBrokenLocale-2.3.2.so
-rwxr-xr-x 1 root root 1241580 2007-04-14 10:34 libc-2.3.2.so
-rw-r--r-- 1 root root 1241580 2007-04-14 10:34 libc-2.3.6.so
-rw-r--r-- 1 root root   18876 2005-05-10 22:01 libcrypt-2.3.2.so
lrwxrwxrwx 1 root root  17 2007-04-14 10:04 libcrypt.so.1 - 
libcrypt-2.3.2.so
lrwxrwxrwx 1 root root  13 2007-04-14 10:36 libc.so.6 - libc-2.3.6.so
-rw-r--r-- 1 root root9872 2005-05-10 22:01 libdl-2.3.2.so
lrwxrwxrwx 1 root root  14 2007-04-14 10:04 libdl.so.2 - libdl-2.3.2.so
-rw-r--r-- 1 root root  134496 2005-05-10 22:01 libm-2.3.2.so
lrwxrwxrwx 1 root root  13 2007-04-14 10:04 libm.so.6 - libm-2.3.2.so
-rw-r--r-- 1 root root   73304 2005-05-10 22:01 libnsl-2.3.2.so
lrwxrwxrwx 1 root root  15 2007-04-14 10:04 libnsl.so.1 - libnsl-2.3.2.so
-rw-r--r-- 1 root root   28616 2005-05-10 22:01 libnss_compat-2.3.2.so
lrwxrwxrwx 1 root root  22 2007-04-14 10:04 libnss_compat.so.2 - 
libnss_compat-2.3.2.so
-rw-r--r-- 1 root root   13976 2005-05-10 22:01 libnss_dns-2.3.2.so
lrwxrwxrwx 1 root root  19 2007-04-14 10:04 libnss_dns.so.2 - 
libnss_dns-2.3.2.so
-rw-r--r-- 1 root root   34748 2005-05-10 22:01 libnss_files-2.3.2.so
lrwxrwxrwx 1 root root  21 2007-04-14 10:04 libnss_files.so.2 - 
libnss_files-2.3.2.so
-rw-r--r-- 1 root root   14220 2005-05-10 22:01 libnss_hesiod-2.3.2.so
lrwxrwxrwx 1 root root  22 2007-04-14 10:04 libnss_hesiod.so.2 - 
libnss_hesiod-2.3.2.so
-rw-r--r-- 1 root root   33440 2005-05-10 22:01 libnss_nis-2.3.2.so
-rw-r--r-- 1 root root   39704 2005-05-10 22:01 libnss_nisplus-2.3.2.so
lrwxrwxrwx 1 root root  23 2007-04-14 10:04 libnss_nisplus.so.2 - 
libnss_nisplus-2.3.2.so
lrwxrwxrwx 1 root root  19 2007-04-14 10:04 libnss_nis.so.2 - 
libnss_nis-2.3.2.so
-rw-r--r-- 1 root root   64924 2005-05-10 22:01 libresolv-2.3.2.so
lrwxrwxrwx 1 root root  18 2007-04-14 10:04 libresolv.so.2 - 
libresolv-2.3.2.so
-rw-r--r-- 1 root root   22940 2005-05-10 22:01 librt-2.3.2.so
lrwxrwxrwx 1 root root  14 2007-04-14 10:04 librt.so.1 - librt-2.3.2.so
-rw-r--r-- 1 root root7828 2005-05-10 22:01 libutil-2.3.2.so
lrwxrwxrwx 1 root root  16 2007-04-14 10:04 libutil.so.1 - libutil-2.3.2.so


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



Bug#419189: Error on installing libc6 2.5-1 - breaks system

2007-04-14 Thread johfel
Am Samstag, 14. April 2007 18:46 schrieben Sie:
  Here are the listing of /lib/tls:
 
  -rwxr-xr-x 1 root root   88904 2005-05-10 22:01 ld-2.3.2.so
  lrwxrwxrwx 1 root root  11 2006-07-14 00:59 ld-linux.so.2 -
  ld-2.3.2.so -rw-r--r-- 1 root root9324 2005-05-10 22:01
  libanl-2.3.2.so

 Which version of libc6 was installed before you attempted upgrading to
 2.5-1?  Do/did you have libc6-i686 installed?

As far as I know the latest version in sid before 2.5-1 was installed. 
(perhaps 2.3.6.ds1-13 ?)
I did not install libc6-i686.



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