• Bug#1067873: kdeconnect only uses IPv6 and no IPv4

    From Thomas@21:1/5 to All on Thu Mar 28 08:00:01 2024
    Package: kdeconnect
    Version: 23.08.2-1
    Severity: important

    Dear Maintainer,

    I have been upgrading my system recently, as I do every day
    since I use testing, and with the advent of the 64b time
    support I had to reinstall all KDE due to a pebkac.

    After that kdeconnect refused to connect to my other systems
    and phones. After a bit of investigations, I found out that
    it only listen on IPv6 and not on IPv4.

    As there isn't (as far as I know) a way to configure it to
    use what I want, I can't make it chat with other kdeconnect
    instances on my LAN.

    ```bash
    thomas@localhost:~$ sudo netstat -tnlp | grep kdeconnect
    tcp6 0 0 :::1716 :::* LISTEN 13425/kdeconnectd
    thomas@localhost:~$ sudo netstat -tnlp | grep ssh # as an example of service listening on both protos
    tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1809/sshd: /usr/sbi
    tcp6 0 0 :::22 :::* LISTEN 1809/sshd: /usr/sbi
    thomas@localhost:~$ LC_ALL=C sudo fuser -v -n tcp 1716
    USER PID ACCESS COMMAND
    1716/tcp: thomas 13425 F.... kdeconnectd
    thomas@localhost:~$ LC_ALL=C sudo fuser -v -n udp 1716
    USER PID ACCESS COMMAND
    1716/udp: thomas 13425 F.... kdeconnectd
    ```


    -- System Information:
    Debian Release: trixie/sid
    APT prefers testing
    APT policy: (500, 'testing'), (100, 'unstable')
    Architecture: amd64 (x86_64)
    Foreign Architectures: i386

    Kernel: Linux 6.6.15-amd64 (SMP w/4 CPU threads; PREEMPT)
    Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr:en_US
    Shell: /bin/sh linked to /usr/bin/dash
    Init: systemd (via /run/systemd/system)
    LSM: AppArmor: enabled

    Versions of packages kdeconnect depends on:
    ii fuse3 3.14.0-5
    ii kio 5.107.0-1+b1
    ii kpeople-vcard 0.1-3+b1
    ii libc6 2.37-15
    ii libfakekey0 0.3+git20170516-2
    ii libglib2.0-0 2.78.4-1
    ii libkf5configcore5 5.107.0-1+b1
    ii libkf5configwidgets5 5.107.0-2+b1
    ii libkf5coreaddons5 5.107.0-1+b1
    ii libkf5dbusaddons5 5.107.0-1+b1
    ii libkf5guiaddons5 5.107.0-1+b1
    ii libkf5i18n5 5.107.0-1+b1
    ii libkf5iconthemes5 5.107.0-1+b1
    ii libkf5kcmutils5 5.107.0-2+b1
    ii libkf5kiocore5 5.107.0-1+b1
    ii libkf5kiofilewidgets5 5.107.0-1+b1
    ii libkf5kiogui5 5.107.0-1+b1
    ii libkf5kiowidgets5 5.107.0-1+b1
    ii libkf5modemmanagerqt6 5.107.0-1+b1
    ii libkf5notifications5 5.107.0-1+b1
    ii libkf5people5 5.107.0-1+b1
    ii libkf5pulseaudioqt3 1.3-2+b1
    ii libkf5service-bin 5.107.0-1+b1
    ii libkf5service5 5.107.0-1+b1
    ii libkf5solid5 5.107.0-1+b1
    ii libkf5widgetsaddons5 5.107.0-1+b1
    ii libkf5windowsystem5 5.107.0-1+b1
    ii libqca-qt5-2 2.3.8-1
    ii libqca-qt5-2-plugins 2.3.8-1
    ii libqt5core5a 5.15.10+dfsg-7
    ii libqt5dbus5 5.15.10+dfsg-7
    ii libqt5gui5 5.15.10+dfsg-7
    ii libqt5multimedia5 5.15.10-2+b1
    ii libqt5network5 5.15.10+dfsg-7
    ii libqt5qml5 5.15.10+dfsg-2+b1
    ii libqt5quick5 5.15.10+dfsg-2+b1
    ii libqt5quickcontrols2-5 5.15.10+dfsg-2+b1
    ii libqt5waylandclient5 5.15.10-2+b1
    ii libqt5widgets5 5.15.10+dfsg-7
    ii libqt5x11extras5 5.15.10-2+b1
    ii libstdc++6 14-20240201-3
    ii libwayland-client0 1.22.0-2.1+b1
    ii libx11-6 2:1.8.7-1
    ii libxkbcommon0 1.6.0-1
    ii libxtst6 2:1.2.3-1.1
    ii plasma-framework 5.107.0-1+b1
    ii qml-module-org-kde-kirigami-addons-labs-mobileform 0.9.0-1+b1
    ii qml-module-org-kde-kirigami2 5.107.0-1+b1
    ii qml-module-org-kde-kquickcontrolsaddons 5.107.0-1+b1
    ii qml-module-org-kde-people 5.107.0-1+b1
    ii qml-module-qt-labs-platform 5.15.10+dfsg-2+b1
    ii qml-module-qtgraphicaleffects 5.15.10-2+b1
    ii qml-module-qtmultimedia 5.15.10-2+b1
    ii qml-module-qtqml 5.15.10+dfsg-2+b1
    ii qml-module-qtquick-controls2 5.15.10+dfsg-2+b1
    ii qml-module-qtquick-dialogs 5.15.10-2+b1
    ii qml-module-qtquick-layouts 5.15.10+dfsg-2+b1
    ii qml-module-qtquick-particles2 5.15.10+dfsg-2+b1
    ii qml-module-qtquick-window2 5.15.10+dfsg-2+b1
    ii qml-module-qtquick2 5.15.10+dfsg-2+b1
    ii sshfs 3.7.3-1.1

    kdeconnect recommends no packages.

    kdeconnect suggests no packages.

    -- no debconf information

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)