On Thu, Mar 11, 2021 at 03:23:59PM +0100, Oswald Buddenhagen wrote:
> On Thu, Mar 11, 2021 at 02:11:53PM +0100, Joel Granados wrote:
> > /lib -> usr/lib
> > /lib32 -> usr/lib32
> > /lib64 -> usr/lib64
> > /libx32 -> usr/libx32
> > /usr/lib
> > /usr/lib32
> > /usr/lib64
> > /usr/libx32
> > 
> ok, the system simply aliases /lib* to /usr/lib* (i think that's the new
> debian policy), so the "duplicate" files are actually the same ones and
> there is nothing to worry about.
ack

> 
> the libresolv discrepancy is not worrisome as such, but it's a sign that the
> systems are not quite identical - the lib is pulled in transitively, so at

This is good to know (not to focus too much on the resolv thing). The
systems are actually quite different (I forgot to mention it).

The WORKING_BOX is a debian installed inside a windows 10.
  $ uname -r
    4.4.0-18362-Microsoft

  $ dpkg --list | grep libc6
    ii  libc6:amd64 2.28-10 amd64  GNU C Library: Shared libraries

The FAILING_BOX is a debian bullseye
  $ uname -r
    5.9.0-1-amd64

  $ dpkg --list | grep libc6
    ii  libc6:amd64         2.31-9    amd64   GNU C Library: Shared libraries
    ii  libc6-dbg:amd64     2.31-9    amd64   GNU C Library: detached debugging 
symbols
    ii  libc6-dev:amd64     2.31-9    amd64   GNU C Library: Development 
Libraries and Header Files
    ii  libc6-i386          2.31-9    amd64   GNU C Library: 32-bit shared 
libraries for AMD64

The underlying libc6 (debian package for libc) is also quite different.

> least one of the directly linked libs must be built differently.
> 
> anyway, i think this is a dead end. on to ltrace/strace, trying to find a
> configuration difference. well, you could try something more direct: diff
> -ur /etc /other/systems/etc (look for differences related to dns and ssl
> (primarily)).

I did an `ls -R /etc` on both machines and diffed that. Here are some
snips of dns or ssl related stuff:
Did not paste all the diff. but the two systems are quite different in
/etc as well as they are use for different things.


DNS stuff:

diff --git 1/lsetc_FAILING_BOX 2/lsetc_WORKING_BOX
index 8a2822e..97387ca 100644
--- 1/lsetc_FAILING_BOX
+++ 2/lsetc_WORKING_BOX
...
-/etc/apache2/mods-available:
-dnssd.conf
-dnssd.load
...
-/etc/apparmor.d/abstractions:
...
-mdns
...

/etc/dbus-1/system.d:
...
-dnsmasq.conf
...

-/etc/NetworkManager:
-conf.d
-dispatcher.d
-dnsmasq.d
-dnsmasq-shared.d
...
-/etc/NetworkManager/dnsmasq.d:
...
-/etc/NetworkManager/dnsmasq-shared.d:
...
-/etc/ppp/ip-down.d:
-0000usepeerdns
...
-/etc/ppp/ip-up.d:
-0000usepeerdns
...

SSL stuff:
diff --git 1/lsetc_FAILING_BOX 2/lsetc_WORKING_BOX
index 8a2822e..97387ca 100644
--- 1/lsetc_FAILING_BOX
+++ 2/lsetc_WORKING_BOX
...
-/etc/apparmor.d/abstractions:
...
-openssl
...
-ssl_certs
-ssl_keys
...
/etc/ssl:
-certs
openssl.cnf
-private
...
-/etc/ssl/certs:
-02265526.0
-03179a64.0
...


Thx again for the help

Best Regards

Attachment: signature.asc
Description: PGP signature

_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to