Started by upstream project "Osmocom-repo-install-debian10" build number 1208 originally caused by: Started by timer Running as SYSTEM Building remotely on build4-deb12build-ansible (ttcn3 obs qemu io_uring osmocom-gerrit coverity osmocom-master) in workspace /home/osmocom-build/jenkins/workspace/Osmocom-repo-install-debian10/feed/nightly/label/qemu The recommended git tool is: NONE No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://gerrit.osmocom.org/osmo-ci > git init /home/osmocom-build/jenkins/workspace/Osmocom-repo-install-debian10/feed/nightly/label/qemu # timeout=10 Fetching upstream changes from https://gerrit.osmocom.org/osmo-ci > git --version # timeout=10 > git --version # 'git version 2.39.2' > git fetch --tags --force --progress -- https://gerrit.osmocom.org/osmo-ci +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gerrit.osmocom.org/osmo-ci # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 2194146d94600aff8dc165b9161f14346d00f878 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2194146d94600aff8dc165b9161f14346d00f878 # timeout=10 Commit message: "jobs/osmocom-obs-sync: remove Ubuntu 20.04" > git rev-list --no-walk 2194146d94600aff8dc165b9161f14346d00f878 # timeout=10 [qemu] $ /bin/sh -xe /tmp/jenkins12661428030372483720.sh + export FEED=nightly + scripts/repo-install-test.sh debian10 + dirname scripts/repo-install-test.sh + . scripts/common.sh + dirname scripts/repo-install-test.sh + realpath scripts/.. + OSMO_CI_DIR=/home/osmocom-build/jenkins/workspace/Osmocom-repo-install-debian10/feed/nightly/label/qemu + OSMO_GIT_URL_GITEA=https://gitea.osmocom.org + OSMO_GIT_URL_GERRIT=https://gerrit.osmocom.org + OSMO_RELEASE_REPOS= libasn1c libosmo-abis libosmo-gprs libosmo-netif libosmo-pfcp libosmo-sccp libosmocore libsmpp34 libusrp osmo-bsc osmo-bts osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gsm-manuals osmo-hlr osmo-hnodeb osmo-hnbgw osmo-iuh osmo-mgw osmo-msc osmo-pcap osmo-pcu osmo-remsim osmo-sgsn osmo-sip-connector osmo-smlc osmo-sysmon osmo-trx osmo-uecups osmo-upf osmocom-bb simtrace2 + OSMO_BRANCH_DOCKER_PLAYGROUND=master + DOMAIN=downloads.osmocom.org + DISTRO=debian10 + DISTROS= centos8 debian10 debian11 debian12 + IMG_DIR=/opt/qemu + TEST_DIR=scripts/repo-install-test + IMG_PATH=_repo_install_test_data/temp.qcow2 + PID_FILE=_repo_install_test_data/qemu.pid + PORT_FILE=_repo_install_test_data/qemu.port + LOG_FILE=_repo_install_test_data/qemu.log + check_usage + local i + [ debian10 = centos8 ] + [ debian10 = debian10 ] + return + FEED=nightly + PROJ=osmocom:nightly + [ -z ] + TESTS= test_conflict install_repo_packages test_binaries services_check + [ -z ] + PROJ_CONFLICT=osmocom:latest + clean_up + [ -n ] + [ -e _repo_install_test_data/qemu.pid ] + rm -f _repo_install_test_data/temp.qcow2 + trap clean_up_trap EXIT INT TERM 0 + qemu_start + [ -n ] + prepare_img + dirname _repo_install_test_data/temp.qcow2 + mkdir -p _repo_install_test_data + get_backing_img_path + local ret= + ret=/opt/qemu/debian-10.qcow2 + [ -e /opt/qemu/debian-10.qcow2 ] + echo /opt/qemu/debian-10.qcow2 + qemu-img create -f qcow2 -b /opt/qemu/debian-10.qcow2 -F qcow2 _repo_install_test_data/temp.qcow2 Formatting '_repo_install_test_data/temp.qcow2', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=6442450944 backing_file=/opt/qemu/debian-10.qcow2 backing_fmt=qcow2 lazy_refcounts=off refcount_bits=16 + find_free_ssh_port + echo (3509881 % 1000) + 22022 + bc + SSH_PORT=22903 + nc -z 127.0.0.1 22903 + echo 22903 + qemu_ssh_wait + set +x Waiting for VM to boot up... + sleep 1 + timeout 1h qemu-system-x86_64 -cpu host -device virtio-net-pci,netdev=net -display none -drive file=_repo_install_test_data/temp.qcow2,format=qcow2 -enable-kvm -m 1024 -netdev user,id=net,hostfwd=tcp:127.0.0.1:22903-:22 -nodefaults -pidfile _repo_install_test_data/qemu.pid -serial stdio -smp 16 + cat _repo_install_test_data/qemu.pid + local pid=3509928 + seq 1 6 + [ -z 3509928 ] + kill -0 3509928 + TIMEOUT=10s qemu_ssh true + timeout 10s sshpass -p root ssh -p 22903 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- true + sleep 1 + [ -z 3509928 ] + kill -0 3509928 + TIMEOUT=10s qemu_ssh true + timeout 10s sshpass -p root ssh -p 22903 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- true Warning: Permanently added '[127.0.0.1]:22903' (ED25519) to the list of known hosts. + return + set +x VM is running! + qemu_run_test_script + cat + qemu_ssh rm -rf /repo-install-test/ + timeout 1m sshpass -p root ssh -p 22903 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- rm -rf /repo-install-test/ Warning: Permanently added '[127.0.0.1]:22903' (ED25519) to the list of known hosts. + qemu_ssh mkdir /repo-install-test + timeout 1m sshpass -p root ssh -p 22903 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- mkdir /repo-install-test Warning: Permanently added '[127.0.0.1]:22903' (ED25519) to the list of known hosts. + qemu_scp -r scripts/repo-install-test/run-inside-env.sh scripts/repo-install-test/run-inside.sh root@127.0.0.1:/repo-install-test + timeout 1m sshpass -p root scp -P 22903 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r scripts/repo-install-test/run-inside-env.sh scripts/repo-install-test/run-inside.sh root@127.0.0.1:/repo-install-test Warning: Permanently added '[127.0.0.1]:22903' (ED25519) to the list of known hosts. + TIMEOUT=1h qemu_ssh sh -ex /repo-install-test/run-inside-env.sh + timeout 1h sshpass -p root ssh -p 22903 -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null root@127.0.0.1 -- sh -ex /repo-install-test/run-inside-env.sh Warning: Permanently added '[127.0.0.1]:22903' (ED25519) to the list of known hosts. + export DISTRO=debian10 + export DOMAIN=downloads.osmocom.org + export FEED=nightly + export PROJ=osmocom:nightly + export PROJ_CONFLICT=osmocom:latest + export SKIP_PREPARE_VM= + export TESTS= test_conflict install_repo_packages test_binaries services_check + /repo-install-test/run-inside.sh + SERVICES= osmo-bsc osmo-bts-virtual osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gtphub osmo-hlr osmo-hnbgw osmo-hnodeb osmo-mgw osmo-msc osmo-pcap-client osmo-pcap-server osmo-pcu osmo-remsim-bankd osmo-remsim-server osmo-sgsn osmo-sip-connector osmo-smlc osmo-stp + SERVICES_NIGHTLY= osmo-bsc-nat + distro_obsdir + echo Debian_10 + DISTRO_OBSDIR=Debian_10 Checking feed: nightly Checking project: osmocom:nightly Checking conflicting project: osmocom:latest Linux distribution: debian10 + check_env + [ -n nightly ] + echo Checking feed: nightly + [ -n osmocom:nightly ] + echo Checking project: osmocom:nightly + [ -n osmocom:latest ] + echo Checking conflicting project: osmocom:latest + [ -n debian10 ] + echo Linux distribution: debian10 + [ -n test_conflict install_repo_packages test_binaries services_check ] + echo Enabled tests: test_conflict install_repo_packages test_binaries services_check Enabled tests: test_conflict install_repo_packages test_binaries services_check + prepare_vm + [ -n ] + prepare_vm_debian + ln -sf /bin/true /usr/bin/fmtutil + echo path-exclude=/usr/bin/fmtutil + apt-get update --allow-releaseinfo-change Get:1 http://deb.debian.org/debian buster InRelease [122 kB] Get:2 http://security.debian.org/debian-security buster/updates InRelease [34.8 kB] Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB] Get:4 http://security.debian.org/debian-security buster/updates/main Sources [376 kB] Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [596 kB] Get:6 http://security.debian.org/debian-security buster/updates/main Translation-en [322 kB] Get:7 http://deb.debian.org/debian buster/main Sources [7,852 kB] Get:8 http://deb.debian.org/debian buster-updates/main Sources.diff/Index [12.1 kB] Ign:8 http://deb.debian.org/debian buster-updates/main Sources.diff/Index Get:9 http://deb.debian.org/debian buster-updates/main amd64 Packages.diff/Index [12.1 kB] Ign:9 http://deb.debian.org/debian buster-updates/main amd64 Packages.diff/Index Get:10 http://deb.debian.org/debian buster-updates/main Translation-en.diff/Index [6,148 B] Ign:10 http://deb.debian.org/debian buster-updates/main Translation-en.diff/Index Get:11 http://deb.debian.org/debian buster/main amd64 Packages [7,909 kB] Get:12 http://deb.debian.org/debian buster/main Translation-en [5,969 kB] Get:13 http://deb.debian.org/debian buster-updates/main Sources [4,616 B] Get:14 http://deb.debian.org/debian buster-updates/main amd64 Packages [8,788 B] Get:15 http://deb.debian.org/debian buster-updates/main Translation-en [6,915 B] Fetched 23.3 MB in 2s (10.5 MB/s) Reading package lists... + apt-get install -y --no-install-recommends aptitude ca-certificates gnupg2 wget Reading package lists... Building dependency tree... Reading state information... wget is already the newest version (1.20.1-1.1). The following additional packages will be installed: aptitude-common dirmngr gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv libassuan0 libboost-iostreams1.67.0 libboost-system1.67.0 libcwidget3v5 libksba8 libnpth0 libsigc++-2.0-0v5 libxapian30 pinentry-curses Suggested packages: aptitude-doc-en | aptitude-doc apt-xapian-index debtags dbus-user-session pinentry-gnome3 tor parcimonie xloadimage scdaemon libcwidget-dev xapian-tools pinentry-doc Recommended packages: libparse-debianchangelog-perl The following NEW packages will be installed: aptitude aptitude-common dirmngr gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm libassuan0 libboost-iostreams1.67.0 libboost-system1.67.0 libcwidget3v5 libksba8 libnpth0 libsigc++-2.0-0v5 libxapian30 pinentry-curses The following packages will be upgraded: ca-certificates gpgv 2 upgraded, 22 newly installed, 0 to remove and 152 not upgraded. Need to get 13.3 MB of archives. After this operation, 38.5 MB of additional disk space will be used. Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libxapian30 amd64 1.4.11-1+deb10u1 [1,104 kB] Get:2 http://deb.debian.org/debian buster/main amd64 gpgv amd64 2.2.12-1+deb10u2 [584 kB] Get:3 http://deb.debian.org/debian buster/main amd64 aptitude-common all 0.8.11-7 [1,768 kB] Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libksba8 amd64 1.3.5-2+deb10u2 [102 kB] Get:5 http://deb.debian.org/debian buster/main amd64 libboost-iostreams1.67.0 amd64 1.67.0-13+deb10u1 [249 kB] Get:6 http://deb.debian.org/debian buster/main amd64 libboost-system1.67.0 amd64 1.67.0-13+deb10u1 [229 kB] Get:7 http://deb.debian.org/debian buster/main amd64 libsigc++-2.0-0v5 amd64 2.10.1-2 [63.7 kB] Get:8 http://deb.debian.org/debian buster/main amd64 libcwidget3v5 amd64 0.5.17-11 [323 kB] Get:9 http://deb.debian.org/debian buster/main amd64 aptitude amd64 0.8.11-7 [1,368 kB] Get:10 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] Get:11 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB] Get:12 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1+deb10u2 [510 kB] Get:13 http://deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB] Get:14 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1+deb10u2 [712 kB] Get:15 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1+deb10u2 [1,009 kB] Get:16 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1+deb10u2 [861 kB] Get:17 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1+deb10u2 [865 kB] Get:18 http://deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-2 [64.5 kB] Get:19 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1+deb10u2 [617 kB] Get:20 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1+deb10u2 [485 kB] Get:21 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1+deb10u2 [478 kB] Get:22 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1+deb10u2 [604 kB] Get:23 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1+deb10u2 [715 kB] Get:24 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u2 [393 kB] apt-listchanges: Reading changelogs... apt-listchanges: News --------------------- gnupg2 (2.2.12-1+deb10u1) buster; urgency=medium In this version we adopt GnuPG's upstream approach of making keyserver access default to self-sigs-only. This defends against receiving flooded OpenPGP certificates. To revert to the previous behavior (not recommended!), add the following directive to ~/.gnupg/gpg.conf: keyserver-options no-self-sigs-only We also adopt keys.openpgp.org as the default keyserver, since it avoids the associated bandwidth waste of fetching third-party certifications that will not be used. To revert to the older SKS keyserver network (not recommended!), add the following directive to ~/.gnupg/dirmngr.conf: keyserver hkps://hkps.pool.sks-keyservers.net Note: we do *not* adopt upstream's choice of import-clean for the keyserver default, since it can lead to data loss, see https://dev.gnupg.org/T4628 for more details. -- Daniel Kahn Gillmor Wed, 21 Aug 2019 14:53:47 -0400 debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 13.3 MB in 0s (50.8 MB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 27364 files and directories currently installed.) Preparing to unpack .../gpgv_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpgv (2.2.12-1+deb10u2) over (2.2.12-1) ... Setting up gpgv (2.2.12-1+deb10u2) ... Selecting previously unselected package libxapian30:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 27364 files and directories currently installed.) Preparing to unpack .../00-libxapian30_1.4.11-1+deb10u1_amd64.deb ... Unpacking libxapian30:amd64 (1.4.11-1+deb10u1) ... Selecting previously unselected package aptitude-common. Preparing to unpack .../01-aptitude-common_0.8.11-7_all.deb ... Unpacking aptitude-common (0.8.11-7) ... Selecting previously unselected package libboost-iostreams1.67.0:amd64. Preparing to unpack .../02-libboost-iostreams1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-iostreams1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-system1.67.0:amd64. Preparing to unpack .../03-libboost-system1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-system1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libsigc++-2.0-0v5:amd64. Preparing to unpack .../04-libsigc++-2.0-0v5_2.10.1-2_amd64.deb ... Unpacking libsigc++-2.0-0v5:amd64 (2.10.1-2) ... Selecting previously unselected package libcwidget3v5:amd64. Preparing to unpack .../05-libcwidget3v5_0.5.17-11_amd64.deb ... Unpacking libcwidget3v5:amd64 (0.5.17-11) ... Selecting previously unselected package aptitude. Preparing to unpack .../06-aptitude_0.8.11-7_amd64.deb ... Unpacking aptitude (0.8.11-7) ... Preparing to unpack .../07-ca-certificates_20200601~deb10u2_all.deb ... Unpacking ca-certificates (20200601~deb10u2) over (20190110) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../08-libassuan0_2.5.2-1_amd64.deb ... Unpacking libassuan0:amd64 (2.5.2-1) ... Selecting previously unselected package gpgconf. Preparing to unpack .../09-gpgconf_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpgconf (2.2.12-1+deb10u2) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../10-libksba8_1.3.5-2+deb10u2_amd64.deb ... Unpacking libksba8:amd64 (1.3.5-2+deb10u2) ... Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../11-libnpth0_1.6-1_amd64.deb ... Unpacking libnpth0:amd64 (1.6-1) ... Selecting previously unselected package dirmngr. Preparing to unpack .../12-dirmngr_2.2.12-1+deb10u2_amd64.deb ... Unpacking dirmngr (2.2.12-1+deb10u2) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../13-gnupg-l10n_2.2.12-1+deb10u2_all.deb ... Unpacking gnupg-l10n (2.2.12-1+deb10u2) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../14-gnupg-utils_2.2.12-1+deb10u2_amd64.deb ... Unpacking gnupg-utils (2.2.12-1+deb10u2) ... Selecting previously unselected package gpg. Preparing to unpack .../15-gpg_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpg (2.2.12-1+deb10u2) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../16-pinentry-curses_1.1.0-2_amd64.deb ... Unpacking pinentry-curses (1.1.0-2) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../17-gpg-agent_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpg-agent (2.2.12-1+deb10u2) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../18-gpg-wks-client_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpg-wks-client (2.2.12-1+deb10u2) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../19-gpg-wks-server_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpg-wks-server (2.2.12-1+deb10u2) ... Selecting previously unselected package gpgsm. Preparing to unpack .../20-gpgsm_2.2.12-1+deb10u2_amd64.deb ... Unpacking gpgsm (2.2.12-1+deb10u2) ... Selecting previously unselected package gnupg. Preparing to unpack .../21-gnupg_2.2.12-1+deb10u2_all.deb ... Unpacking gnupg (2.2.12-1+deb10u2) ... Selecting previously unselected package gnupg2. Preparing to unpack .../22-gnupg2_2.2.12-1+deb10u2_all.deb ... Unpacking gnupg2 (2.2.12-1+deb10u2) ... Setting up libksba8:amd64 (1.3.5-2+deb10u2) ... Setting up libxapian30:amd64 (1.4.11-1+deb10u1) ... Setting up libnpth0:amd64 (1.6-1) ... Setting up libassuan0:amd64 (2.5.2-1) ... Setting up ca-certificates (20200601~deb10u2) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Updating certificates in /etc/ssl/certs... 13 added, 4 removed; done. Setting up gnupg-l10n (2.2.12-1+deb10u2) ... Setting up libsigc++-2.0-0v5:amd64 (2.10.1-2) ... Setting up aptitude-common (0.8.11-7) ... Setting up libboost-iostreams1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up gpgconf (2.2.12-1+deb10u2) ... Setting up libboost-system1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up gpg (2.2.12-1+deb10u2) ... Setting up gnupg-utils (2.2.12-1+deb10u2) ... Setting up pinentry-curses (1.1.0-2) ... Setting up libcwidget3v5:amd64 (0.5.17-11) ... Setting up gpg-agent (2.2.12-1+deb10u2) ... Setting up gpgsm (2.2.12-1+deb10u2) ... Setting up dirmngr (2.2.12-1+deb10u2) ... Setting up aptitude (0.8.11-7) ... update-alternatives: using /usr/bin/aptitude-curses to provide /usr/bin/aptitude (aptitude) in auto mode Setting up gpg-wks-server (2.2.12-1+deb10u2) ... Setting up gpg-wks-client (2.2.12-1+deb10u2) ... Setting up gnupg (2.2.12-1+deb10u2) ... Setting up gnupg2 (2.2.12-1+deb10u2) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for libc-bin (2.28-10) ... Processing triggers for ca-certificates (20200601~deb10u2) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. + apt-get install -y --no-install-recommends ca-certificates-java libgnutls30 Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: default-jre-headless fontconfig-config fonts-dejavu-core java-common libasound2 libasound2-data libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libfontconfig1 libglib2.0-0 libgraphite2-3 libharfbuzz0b libjpeg62-turbo liblcms2-2 libnspr4 libnss3 libpcsclite1 openjdk-11-jre-headless Suggested packages: default-jre libasound2-plugins alsa-utils cups-common gnutls-bin liblcms2-utils pcscd libnss-mdns fonts-dejavu-extra fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei | fonts-wqy-zenhei fonts-indic Recommended packages: libglib2.0-data shared-mime-info xdg-user-dirs The following NEW packages will be installed: ca-certificates-java default-jre-headless fontconfig-config fonts-dejavu-core java-common libasound2 libasound2-data libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libfontconfig1 libglib2.0-0 libgraphite2-3 libharfbuzz0b libjpeg62-turbo liblcms2-2 libnspr4 libnss3 libpcsclite1 openjdk-11-jre-headless The following packages will be upgraded: libgnutls30 1 upgraded, 21 newly installed, 0 to remove and 151 not upgraded. Need to get 46.2 MB of archives. After this operation, 194 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian buster/main amd64 java-common all 0.71 [14.4 kB] Get:2 http://deb.debian.org/debian buster/main amd64 liblcms2-2 amd64 2.9-3 [145 kB] Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libgnutls30 amd64 3.6.7-4+deb10u12 [1,125 kB] Get:4 http://deb.debian.org/debian buster/main amd64 libjpeg62-turbo amd64 1:1.5.2-2+deb10u1 [133 kB] Get:5 http://deb.debian.org/debian buster/main amd64 fonts-dejavu-core all 2.37-1 [1,068 kB] Get:6 http://deb.debian.org/debian buster/main amd64 fontconfig-config all 2.13.1-2 [280 kB] Get:7 http://deb.debian.org/debian buster/main amd64 libfontconfig1 amd64 2.13.1-2 [346 kB] Get:8 http://security.debian.org/debian-security buster/updates/main amd64 libavahi-common-data amd64 0.7-4+deb10u3 [123 kB] Get:9 http://deb.debian.org/debian buster/main amd64 libnspr4 amd64 2:4.20-1 [112 kB] Get:10 http://deb.debian.org/debian buster/main amd64 libasound2-data all 1.1.8-1 [59.6 kB] Get:11 http://security.debian.org/debian-security buster/updates/main amd64 libavahi-common3 amd64 0.7-4+deb10u3 [54.7 kB] Get:12 http://deb.debian.org/debian buster/main amd64 libasound2 amd64 1.1.8-1 [361 kB] Get:13 http://security.debian.org/debian-security buster/updates/main amd64 libavahi-client3 amd64 0.7-4+deb10u3 [58.4 kB] Get:14 http://security.debian.org/debian-security buster/updates/main amd64 libcups2 amd64 2.2.10-6+deb10u9 [325 kB] Get:15 http://deb.debian.org/debian buster/main amd64 libgraphite2-3 amd64 1.3.13-7 [80.7 kB] Get:16 http://deb.debian.org/debian buster/main amd64 libharfbuzz0b amd64 2.3.1-1 [1,187 kB] Get:17 http://security.debian.org/debian-security buster/updates/main amd64 libnss3 amd64 2:3.42.1-1+deb10u8 [1,246 kB] Get:18 http://deb.debian.org/debian buster/main amd64 libpcsclite1 amd64 1.8.24-1 [58.5 kB] Get:19 http://deb.debian.org/debian buster/main amd64 default-jre-headless amd64 2:1.11-71 [10.9 kB] Get:20 http://deb.debian.org/debian buster/main amd64 ca-certificates-java all 20190405 [15.7 kB] Get:21 http://security.debian.org/debian-security buster/updates/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u5 [1,261 kB] Get:22 http://security.debian.org/debian-security buster/updates/main amd64 openjdk-11-jre-headless amd64 11.0.22+7-1~deb10u1 [38.2 MB] apt-listchanges: Reading changelogs... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 46.2 MB in 1s (42.5 MB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 27851 files and directories currently installed.) Preparing to unpack .../libgnutls30_3.6.7-4+deb10u12_amd64.deb ... Unpacking libgnutls30:amd64 (3.6.7-4+deb10u12) over (3.6.7-4) ... Setting up libgnutls30:amd64 (3.6.7-4+deb10u12) ... Selecting previously unselected package java-common. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 27851 files and directories currently installed.) Preparing to unpack .../00-java-common_0.71_all.deb ... Unpacking java-common (0.71) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../01-libavahi-common-data_0.7-4+deb10u3_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.7-4+deb10u3) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../02-libavahi-common3_0.7-4+deb10u3_amd64.deb ... Unpacking libavahi-common3:amd64 (0.7-4+deb10u3) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../03-libavahi-client3_0.7-4+deb10u3_amd64.deb ... Unpacking libavahi-client3:amd64 (0.7-4+deb10u3) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../04-libcups2_2.2.10-6+deb10u9_amd64.deb ... Unpacking libcups2:amd64 (2.2.10-6+deb10u9) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../05-liblcms2-2_2.9-3_amd64.deb ... Unpacking liblcms2-2:amd64 (2.9-3) ... Selecting previously unselected package libjpeg62-turbo:amd64. Preparing to unpack .../06-libjpeg62-turbo_1%3a1.5.2-2+deb10u1_amd64.deb ... Unpacking libjpeg62-turbo:amd64 (1:1.5.2-2+deb10u1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../07-fonts-dejavu-core_2.37-1_all.deb ... Unpacking fonts-dejavu-core (2.37-1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../08-fontconfig-config_2.13.1-2_all.deb ... Unpacking fontconfig-config (2.13.1-2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../09-libfontconfig1_2.13.1-2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.13.1-2) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../10-libnspr4_2%3a4.20-1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.20-1) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../11-libnss3_2%3a3.42.1-1+deb10u8_amd64.deb ... Unpacking libnss3:amd64 (2:3.42.1-1+deb10u8) ... Selecting previously unselected package libasound2-data. Preparing to unpack .../12-libasound2-data_1.1.8-1_all.deb ... Unpacking libasound2-data (1.1.8-1) ... Selecting previously unselected package libasound2:amd64. Preparing to unpack .../13-libasound2_1.1.8-1_amd64.deb ... Unpacking libasound2:amd64 (1.1.8-1) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../14-libglib2.0-0_2.58.3-2+deb10u5_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u5) ... Selecting previously unselected package libgraphite2-3:amd64. Preparing to unpack .../15-libgraphite2-3_1.3.13-7_amd64.deb ... Unpacking libgraphite2-3:amd64 (1.3.13-7) ... Selecting previously unselected package libharfbuzz0b:amd64. Preparing to unpack .../16-libharfbuzz0b_2.3.1-1_amd64.deb ... Unpacking libharfbuzz0b:amd64 (2.3.1-1) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../17-libpcsclite1_1.8.24-1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.8.24-1) ... Selecting previously unselected package openjdk-11-jre-headless:amd64. Preparing to unpack .../18-openjdk-11-jre-headless_11.0.22+7-1~deb10u1_amd64.deb ... Unpacking openjdk-11-jre-headless:amd64 (11.0.22+7-1~deb10u1) ... Selecting previously unselected package default-jre-headless. Preparing to unpack .../19-default-jre-headless_2%3a1.11-71_amd64.deb ... Unpacking default-jre-headless (2:1.11-71) ... Selecting previously unselected package ca-certificates-java. Preparing to unpack .../20-ca-certificates-java_20190405_all.deb ... Unpacking ca-certificates-java (20190405) ... Setting up libgraphite2-3:amd64 (1.3.13-7) ... Setting up liblcms2-2:amd64 (2.9-3) ... Setting up java-common (0.71) ... Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u5) ... No schema files found: doing nothing. Setting up libasound2-data (1.1.8-1) ... Setting up libjpeg62-turbo:amd64 (1:1.5.2-2+deb10u1) ... Setting up libnspr4:amd64 (2:4.20-1) ... Setting up libavahi-common-data:amd64 (0.7-4+deb10u3) ... Setting up fonts-dejavu-core (2.37-1) ... Setting up libpcsclite1:amd64 (1.8.24-1) ... Setting up libasound2:amd64 (1.1.8-1) ... Setting up libharfbuzz0b:amd64 (2.3.1-1) ... Setting up fontconfig-config (2.13.1-2) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Setting up libavahi-common3:amd64 (0.7-4+deb10u3) ... Setting up libnss3:amd64 (2:3.42.1-1+deb10u8) ... Setting up libfontconfig1:amd64 (2.13.1-2) ... Setting up libavahi-client3:amd64 (0.7-4+deb10u3) ... Setting up libcups2:amd64 (2.2.10-6+deb10u9) ... Setting up default-jre-headless (2:1.11-71) ... Setting up openjdk-11-jre-headless:amd64 (11.0.22+7-1~deb10u1) ... update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up ca-certificates-java (20190405) ... head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory Adding debian:UCA_Extended_Validation_Root.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:GTS_Root_R3.pem Adding debian:Certigna.pem Adding debian:UCA_Global_G2_Root.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:AffirmTrust_Networking.pem Adding debian:CFCA_EV_ROOT.pem Adding debian:AffirmTrust_Premium.pem Adding debian:SecureSign_RootCA11.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:SSL.com_Root_Certification_Authority_ECC.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:GlobalSign_Root_CA_-_R6.pem Adding debian:Entrust_Root_Certification_Authority_-_G4.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:emSign_ECC_Root_CA_-_C3.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:LuxTrust_Global_Root_2.pem Adding debian:GDCA_TrustAUTH_R5_ROOT.pem Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:EC-ACC.pem Adding debian:SecureTrust_CA.pem Adding debian:ACCVRAIZ1.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:QuoVadis_Root_CA.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem Adding debian:Secure_Global_CA.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:Hongkong_Post_Root_CA_3.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:TrustCor_RootCert_CA-1.pem Adding debian:Izenpe.com.pem Adding debian:Certigna_Root_CA.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:Taiwan_GRCA.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:Cybertrust_Global_Root.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:GTS_Root_R2.pem Adding debian:emSign_ECC_Root_CA_-_G3.pem Adding debian:DST_Root_CA_X3.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:emSign_Root_CA_-_G1.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:TrustCor_RootCert_CA-2.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:GTS_Root_R4.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:emSign_Root_CA_-_C1.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:ISRG_Root_X1.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:GTS_Root_R1.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:EE_Certification_Centre_Root_CA.pem Adding debian:Trustis_FPS_Root_CA.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:TrustCor_ECA-1.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:SSL.com_Root_Certification_Authority_RSA.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem Adding debian:AffirmTrust_Commercial.pem done. Processing triggers for libc-bin (2.28-10) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for ca-certificates (20200601~deb10u2) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. done. + configure_osmocom_repo osmocom:nightly + configure_osmocom_repo_debian osmocom:nightly + local proj=osmocom:nightly + proj_with_slashes osmocom:nightly + echo osmocom:nightly + sed s.:.:/.g Configuring Osmocom repository + local obs_repo=downloads.osmocom.org/packages/osmocom:/nightly/Debian_10/ + echo Configuring Osmocom repository + [ -e /tmp/Release.key ] + wget -O /tmp/Release.key https://obs.osmocom.org/projects/osmocom:nightly/public_key --2024-04-20 02:39:07-- https://obs.osmocom.org/projects/osmocom:nightly/public_key Resolving obs.osmocom.org (obs.osmocom.org)... 148.251.236.141, 2a01:4f8:201:344a::2 Connecting to obs.osmocom.org (obs.osmocom.org)|148.251.236.141|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/octet-stream] Saving to: ‘/tmp/Release.key’ 0K . 38.4M=0s 2024-04-20 02:39:07 (38.4 MB/s) - ‘/tmp/Release.key’ saved [1422] + apt-key add /tmp/Release.key Warning: apt-key output should not be parsed (stdout is not a terminal) OK + echo deb http://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10/ ./ + apt-get update Hit:1 http://security.debian.org/debian-security buster/updates InRelease Hit:2 http://deb.debian.org/debian buster InRelease Hit:3 http://deb.debian.org/debian buster-updates InRelease Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease [1,570 B] Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ Packages [120 kB] Fetched 121 kB in 0s (242 kB/s) Reading package lists... + uname -a Linux ibm-p8-kvm-03-guest-02 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5+deb10u2 (2019-08-08) x86_64 GNU/Linux ### Running test: test_conflict ### + set +x + test_conflict + test_conflict_debian + apt-get -y install libosmocore Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libosmocodec4 libosmocoding0 libosmocore21 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0 libosmovty13 libsctp1 libtalloc2 osmocom-nightly Suggested packages: lksctp-tools The following NEW packages will be installed: libosmocodec4 libosmocoding0 libosmocore libosmocore21 libosmoctrl0 libosmogb14 libosmogsm20 libosmoisdn0 libosmosim2 libosmousb0 libosmovty13 libsctp1 libtalloc2 osmocom-nightly 0 upgraded, 14 newly installed, 0 to remove and 151 not upgraded. Need to get 1,247 kB of archives. After this operation, 2,834 kB of additional disk space will be used. Get:13 http://deb.debian.org/debian buster/main amd64 libsctp1 amd64 1.0.18+dfsg-1 [28.3 kB] Get:14 http://deb.debian.org/debian buster/main amd64 libtalloc2 amd64 2.1.14-2 [35.4 kB] Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmocom-nightly 202404192026 [1,172 B] Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore21 1.9.0.192.1c24.202404192026 [173 kB] Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocodec4 1.9.0.192.1c24.202404192026 [60.7 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoisdn0 1.9.0.192.1c24.202404192026 [79.9 kB] Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmogsm20 1.9.0.192.1c24.202404192026 [234 kB] Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocoding0 1.9.0.192.1c24.202404192026 [79.1 kB] Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmovty13 1.9.0.192.1c24.202404192026 [112 kB] Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmogb14 1.9.0.192.1c24.202404192026 [187 kB] Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoctrl0 1.9.0.192.1c24.202404192026 [69.3 kB] Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmosim2 1.9.0.192.1c24.202404192026 [73.3 kB] Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmousb0 1.9.0.192.1c24.202404192026 [60.0 kB] Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore 1.9.0.192.1c24.202404192026 [53.3 kB] debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 1,247 kB in 0s (6,740 kB/s) Selecting previously unselected package osmocom-nightly. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28797 files and directories currently installed.) Preparing to unpack .../00-osmocom-nightly_202404192026_amd64.deb ... Unpacking osmocom-nightly (202404192026) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../01-libsctp1_1.0.18+dfsg-1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.18+dfsg-1) ... Selecting previously unselected package libtalloc2:amd64. Preparing to unpack .../02-libtalloc2_2.1.14-2_amd64.deb ... Unpacking libtalloc2:amd64 (2.1.14-2) ... Selecting previously unselected package libosmocore21:amd64. Preparing to unpack .../03-libosmocore21_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmocore21:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmocodec4:amd64. Preparing to unpack .../04-libosmocodec4_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmocodec4:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmoisdn0:amd64. Preparing to unpack .../05-libosmoisdn0_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmoisdn0:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmogsm20:amd64. Preparing to unpack .../06-libosmogsm20_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmogsm20:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmocoding0:amd64. Preparing to unpack .../07-libosmocoding0_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmocoding0:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmovty13:amd64. Preparing to unpack .../08-libosmovty13_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmovty13:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmogb14:amd64. Preparing to unpack .../09-libosmogb14_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmogb14:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmoctrl0:amd64. Preparing to unpack .../10-libosmoctrl0_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmoctrl0:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmosim2:amd64. Preparing to unpack .../11-libosmosim2_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmosim2:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmousb0:amd64. Preparing to unpack .../12-libosmousb0_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmousb0:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmocore. Preparing to unpack .../13-libosmocore_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmocore (1.9.0.192.1c24.202404192026) ... Setting up osmocom-nightly (202404192026) ... Setting up libtalloc2:amd64 (2.1.14-2) ... Setting up libsctp1:amd64 (1.0.18+dfsg-1) ... Setting up libosmocore21:amd64 (1.9.0.192.1c24.202404192026) ... Setting up libosmousb0:amd64 (1.9.0.192.1c24.202404192026) ... Setting up libosmocodec4:amd64 (1.9.0.192.1c24.202404192026) ... Setting up libosmovty13:amd64 (1.9.0.192.1c24.202404192026) ... Setting up libosmoisdn0:amd64 (1.9.0.192.1c24.202404192026) ... Setting up libosmogsm20:amd64 (1.9.0.192.1c24.202404192026) ... Setting up libosmoctrl0:amd64 (1.9.0.192.1c24.202404192026) ... Setting up libosmogb14:amd64 (1.9.0.192.1c24.202404192026) ... Setting up libosmocoding0:amd64 (1.9.0.192.1c24.202404192026) ... Setting up libosmosim2:amd64 (1.9.0.192.1c24.202404192026) ... Setting up libosmocore (1.9.0.192.1c24.202404192026) ... Processing triggers for libc-bin (2.28-10) ... + configure_osmocom_repo_debian_remove osmocom:nightly + local proj=osmocom:nightly + rm /etc/apt/sources.list.d/osmocom:nightly.list + configure_osmocom_repo_debian osmocom:latest + local proj=osmocom:latest + proj_with_slashes osmocom:latest + echo osmocom:latest + sed s.:.:/.g + local obs_repo=downloads.osmocom.org/packages/osmocom:/latest/Debian_10/ Configuring Osmocom repository + echo Configuring Osmocom repository + [ -e /tmp/Release.key ] + apt-key add /tmp/Release.key Warning: apt-key output should not be parsed (stdout is not a terminal) OK + echo deb http://downloads.osmocom.org/packages/osmocom:/latest/Debian_10/ ./ + apt-get update Hit:2 http://security.debian.org/debian-security buster/updates InRelease Hit:3 http://deb.debian.org/debian buster InRelease Hit:4 http://deb.debian.org/debian buster-updates InRelease Get:1 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_10 ./ InRelease [1,574 B] Get:5 https://downloads.osmocom.org/packages/osmocom:/latest/Debian_10 ./ Packages [116 kB] Fetched 118 kB in 0s (305 kB/s) Reading package lists... + apt-get -y install osmo-mgw + tee /tmp/out Reading package lists... Building dependency tree... Reading state information... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: osmo-mgw : Depends: osmocom-latest but it is not going to be installed Depends: libosmoabis13 but it is not going to be installed Depends: libosmonetif11 but it is not going to be installed Depends: libosmotrau2 but it is not going to be installed E: Unable to correct problems, you have held broken packages. + [ -e /tmp/fail ] + find_patterns_or_exit /tmp/out requested an impossible situation ^The following packages have unmet dependencies: + local file=/tmp/out + local pattern + shift + grep -q requested an impossible situation /tmp/out + continue + grep -q ^The following packages have unmet dependencies: /tmp/out + continue + find_patterns_or_exit /tmp/out Depends: osmocom- but it is not going to be installed + local file=/tmp/out + local pattern + shift + grep -q Depends: osmocom- /tmp/out + continue + grep -q but it is not going to be installed /tmp/out + continue + configure_osmocom_repo_debian_remove osmocom:latest + local proj=osmocom:latest + rm /etc/apt/sources.list.d/osmocom:latest.list + configure_osmocom_repo_debian osmocom:nightly + local proj=osmocom:nightly + proj_with_slashes osmocom:nightly + sed s.:.:/.g+ echo osmocom:nightly Configuring Osmocom repository + local obs_repo=downloads.osmocom.org/packages/osmocom:/nightly/Debian_10/ + echo Configuring Osmocom repository + [ -e /tmp/Release.key ] + apt-key add /tmp/Release.key Warning: apt-key output should not be parsed (stdout is not a terminal) OK + echo deb http://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10/ ./ + apt-get update Hit:2 http://deb.debian.org/debian buster InRelease Hit:3 http://deb.debian.org/debian buster-updates InRelease Hit:4 http://security.debian.org/debian-security buster/updates InRelease Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ InRelease [1,570 B] Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ Packages [120 kB] Fetched 121 kB in 0s (286 kB/s) Reading package lists... ### Test successful: test_conflict ### ### Running test: install_repo_packages ### Installing all repository packages + set +x + set +x + install_repo_packages + install_repo_packages_debian + local packages + echo Installing all repository packages + aptitude search -F%p ?origin(.*osmocom:nightly.*) ?architecture(native) + sort + packages=abisip-find bladerf bladerf-dbgsym bladerf-firmware-fx3 bladerf-fpga-hostedx115 bladerf-fpga-hostedx40 bladerf-fpga-hostedxa4 bladerf-fpga-hostedxa9 gtp-echo-responder gtp-echo-responder-dbg libasn1c1 libasn1c-dbg libasn1c-dev libbladerf2 libbladerf2-dbgsym libbladerf-dev libbladerf-doc libgtp6 libgtp-dbg libgtp-dev libgtpnl0 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym libosmo-abis libosmoabis13 libosmo-abis-dbg libosmo-abis-dev libosmocodec4 libosmocodec-doc libosmocoding0 libosmocoding-doc libosmocore libosmocore21 libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev libosmoctrl0 libosmoctrl-doc libosmodsp0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-e1d-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-fl2k-dev libosmogb14 libosmogb-doc libosmo-gprs-gmm0 libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-llc0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-rlcmac0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-sm0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sndcp0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmogsm20 libosmogsm-doc libosmo-gsup-client0 libosmo-gsup-client-dev libosmo-gtlv1 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-hnbap0 libosmo-hnbap-dbg libosmo-hnbap-dev libosmoisdn0 libosmoisdn-doc libosmo-mgcp-client12 libosmo-mgcp-client12-dbgsym libosmo-mgcp-client-dev libosmo-mslookup1 libosmo-mslookup-dev libosmonetif11 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi2 libosmo-octoi2-dbgsym libosmo-octoi-dev libosmo-pfcp libosmo-pfcp0 libosmo-pfcp-dbg libosmo-pfcp-dev libosmo-ranap7 libosmo-ranap-dbg libosmo-ranap-dev libosmo-rspro2 libosmo-rspro2-dbgsym libosmo-rspro-dev libosmo-rua0 libosmo-rua-dbg libosmo-rua-dev libosmo-sabp1 libosmo-sabp-dbg libosmo-sabp-dev libosmo-sbcap0 libosmo-sbcap-dev libosmo-sccp-dev libosmo-sigtran9 libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmosim2 libosmosim-doc libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmotrau2 libosmousb0 libosmousb-doc libosmovty13 libosmovty-doc librtlsdr0 librtlsdr0-dbgsym librtlsdr-dev libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libusrp1 libusrp1-dbgsym libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym neocon neocon-dbgsym open5gs open5gs-amf open5gs-amf-dbgsym open5gs-ausf open5gs-ausf-dbgsym open5gs-bsf open5gs-bsf-dbgsym open5gs-common open5gs-common-dbgsym open5gs-dbg open5gs-hss open5gs-hss-dbgsym open5gs-mme open5gs-mme-dbgsym open5gs-nrf open5gs-nrf-dbgsym open5gs-nssf open5gs-nssf-dbgsym open5gs-pcf open5gs-pcf-dbgsym open5gs-pcrf open5gs-pcrf-dbgsym open5gs-scp open5gs-scp-dbgsym open5gs-sepp open5gs-sepp-dbgsym open5gs-sgwc open5gs-sgwc-dbgsym open5gs-sgwu open5gs-sgwu-dbgsym open5gs-smf open5gs-smf-dbgsym open5gs-udm open5gs-udm-dbgsym open5gs-udr open5gs-udr-dbgsym open5gs-upf open5gs-upf-dbgsym osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils osmo-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmocom-nightly osmo-e1d osmo-e1d-dbgsym osmo-fl2k osmo-fl2k-dbgsym osmo-gbproxy osmo-gbproxy-dbg osmo-gbproxy-doc osmo-ggsn osmo-ggsn-dbg osmo-ggsn-doc osmo-gsm-manuals-dev osmo-gtphub osmo-gtphub-dbg osmo-hlr osmo-hlr-dbg osmo-hlr-doc osmo-hnbgw osmo-hnbgw-dbg osmo-hnbgw-doc osmo-hnodeb osmo-hnodeb-dbg osmo-hnodeb-doc osmo-mgw osmo-mgw-dbgsym osmo-mgw-doc osmo-msc osmo-msc-dbg osmo-msc-doc osmo-mslookup-utils osmo-pcap-client osmo-pcap-client-dbg osmo-pcap-server osmo-pcap-server-dbg osmo-pcu osmo-pcu-dbg osmo-pcu-doc osmo-remsim-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym python3-bladerf python3-osmopy-libs python3-osmopy-utils rtl-sdr rtl-sdr-dbgsym simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym + filter_packages abisip-find bladerf bladerf-dbgsym bladerf-firmware-fx3 bladerf-fpga-hostedx115 bladerf-fpga-hostedx40 bladerf-fpga-hostedxa4 bladerf-fpga-hostedxa9 gtp-echo-responder gtp-echo-responder-dbg libasn1c1 libasn1c-dbg libasn1c-dev libbladerf2 libbladerf2-dbgsym libbladerf-dev libbladerf-doc libgtp6 libgtp-dbg libgtp-dev libgtpnl0 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym libosmo-abis libosmoabis13 libosmo-abis-dbg libosmo-abis-dev libosmocodec4 libosmocodec-doc libosmocoding0 libosmocoding-doc libosmocore libosmocore21 libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev libosmoctrl0 libosmoctrl-doc libosmodsp0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-e1d-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-fl2k-dev libosmogb14 libosmogb-doc libosmo-gprs-gmm0 libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-llc0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-rlcmac0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-sm0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sndcp0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmogsm20 libosmogsm-doc libosmo-gsup-client0 libosmo-gsup-client-dev libosmo-gtlv1 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-hnbap0 libosmo-hnbap-dbg libosmo-hnbap-dev libosmoisdn0 libosmoisdn-doc libosmo-mgcp-client12 libosmo-mgcp-client12-dbgsym libosmo-mgcp-client-dev libosmo-mslookup1 libosmo-mslookup-dev libosmonetif11 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi2 libosmo-octoi2-dbgsym libosmo-octoi-dev libosmo-pfcp libosmo-pfcp0 libosmo-pfcp-dbg libosmo-pfcp-dev libosmo-ranap7 libosmo-ranap-dbg libosmo-ranap-dev libosmo-rspro2 libosmo-rspro2-dbgsym libosmo-rspro-dev libosmo-rua0 libosmo-rua-dbg libosmo-rua-dev libosmo-sabp1 libosmo-sabp-dbg libosmo-sabp-dev libosmo-sbcap0 libosmo-sbcap-dev libosmo-sccp-dev libosmo-sigtran9 libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmosim2 libosmosim-doc libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmotrau2 libosmousb0 libosmousb-doc libosmovty13 libosmovty-doc librtlsdr0 librtlsdr0-dbgsym librtlsdr-dev libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libusrp1 libusrp1-dbgsym libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym neocon neocon-dbgsym open5gs open5gs-amf open5gs-amf-dbgsym open5gs-ausf open5gs-ausf-dbgsym open5gs-bsf open5gs-bsf-dbgsym open5gs-common open5gs-common-dbgsym open5gs-dbg open5gs-hss open5gs-hss-dbgsym open5gs-mme open5gs-mme-dbgsym open5gs-nrf open5gs-nrf-dbgsym open5gs-nssf open5gs-nssf-dbgsym open5gs-pcf open5gs-pcf-dbgsym open5gs-pcrf open5gs-pcrf-dbgsym open5gs-scp open5gs-scp-dbgsym open5gs-sepp open5gs-sepp-dbgsym open5gs-sgwc open5gs-sgwc-dbgsym open5gs-sgwu open5gs-sgwu-dbgsym open5gs-smf open5gs-smf-dbgsym open5gs-udm open5gs-udm-dbgsym open5gs-udr open5gs-udr-dbgsym open5gs-upf open5gs-upf-dbgsym osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils osmo-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmocom-nightly osmo-e1d osmo-e1d-dbgsym osmo-fl2k osmo-fl2k-dbgsym osmo-gbproxy osmo-gbproxy-dbg osmo-gbproxy-doc osmo-ggsn osmo-ggsn-dbg osmo-ggsn-doc osmo-gsm-manuals-dev osmo-gtphub osmo-gtphub-dbg osmo-hlr osmo-hlr-dbg osmo-hlr-doc osmo-hnbgw osmo-hnbgw-dbg osmo-hnbgw-doc osmo-hnodeb osmo-hnodeb-dbg osmo-hnodeb-doc osmo-mgw osmo-mgw-dbgsym osmo-mgw-doc osmo-msc osmo-msc-dbg osmo-msc-doc osmo-mslookup-utils osmo-pcap-client osmo-pcap-client-dbg osmo-pcap-server osmo-pcap-server-dbg osmo-pcu osmo-pcu-dbg osmo-pcu-doc osmo-remsim-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym python3-bladerf python3-osmopy-libs python3-osmopy-utils rtl-sdr rtl-sdr-dbgsym simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym + echo abisip-find + echo bladerf + echo bladerf-dbgsym + echo bladerf-firmware-fx3 + echo bladerf-fpga-hostedx115 + echo bladerf-fpga-hostedx40 + echo bladerf-fpga-hostedxa4 + echo bladerf-fpga-hostedxa9 + echo gtp-echo-responder + echo gtp-echo-responder-dbg + echo libasn1c1 + echo libasn1c-dbg + echo libasn1c-dev + echo libbladerf2 + echo libbladerf2-dbgsym + echo libbladerf-dev + echo libbladerf-doc + echo libgtp6 + echo libgtp-dbg + echo libgtp-dev + echo libgtpnl0 + echo libgtpnl-dbg + echo libgtpnl-dev + echo libgtpnl-tools + echo libifd-osmo-remsim-client0 + echo libifd-osmo-remsim-client0-dbgsym + echo libosmo-abis + echo libosmoabis13 + echo libosmo-abis-dbg + echo libosmo-abis-dev + echo libosmocodec4 + echo libosmocodec-doc + echo libosmocoding0 + echo libosmocoding-doc + echo libosmocore + echo libosmocore21 + echo libosmocore-dbg + echo libosmocore-dev + echo libosmocore-doc + echo libosmocore-utils + echo libosmo-csn1-0 + echo libosmo-csn1-dbg + echo libosmo-csn1-dev + echo libosmoctrl0 + echo libosmoctrl-doc + echo libosmodsp0 + echo libosmodsp-dbg + echo libosmodsp-dev + echo libosmodsp-doc + echo libosmo-e1d1 + echo libosmo-e1d1-dbgsym + echo libosmo-e1d-dev + echo libosmo-fl2k0 + echo libosmo-fl2k0-dbgsym + echo libosmo-fl2k-dev + echo libosmogb14 + echo libosmogb-doc + echo libosmo-gprs-gmm0 + echo libosmo-gprs-gmm-dbg + echo libosmo-gprs-gmm-dev + echo libosmo-gprs-llc0 + echo libosmo-gprs-llc-dbg + echo libosmo-gprs-llc-dev + echo libosmo-gprs-rlcmac0 + echo libosmo-gprs-rlcmac-dbg + echo libosmo-gprs-rlcmac-dev + echo libosmo-gprs-sm0 + echo libosmo-gprs-sm-dbg + echo libosmo-gprs-sm-dev + echo libosmo-gprs-sndcp0 + echo libosmo-gprs-sndcp-dbg + echo libosmo-gprs-sndcp-dev + echo libosmogsm20 + echo libosmogsm-doc + echo libosmo-gsup-client0 + echo libosmo-gsup-client-dev + echo libosmo-gtlv1 + echo libosmo-gtlv-dbg + echo libosmo-gtlv-dev + echo libosmo-hnbap0 + echo libosmo-hnbap-dbg + echo libosmo-hnbap-dev + echo libosmoisdn0 + echo libosmoisdn-doc + echo libosmo-mgcp-client12 + echo libosmo-mgcp-client12-dbgsym + echo libosmo-mgcp-client-dev + echo libosmo-mslookup1 + echo libosmo-mslookup-dev + echo libosmonetif11 + echo libosmo-netif-dbg + echo libosmo-netif-dev + echo libosmo-netif-doc + echo libosmo-octoi2 + echo libosmo-octoi2-dbgsym + echo libosmo-octoi-dev + echo libosmo-pfcp + echo libosmo-pfcp0 + echo libosmo-pfcp-dbg + echo libosmo-pfcp-dev + echo libosmo-ranap7 + echo libosmo-ranap-dbg + echo libosmo-ranap-dev + echo libosmo-rspro2 + echo libosmo-rspro2-dbgsym + echo libosmo-rspro-dev + echo libosmo-rua0 + echo libosmo-rua-dbg + echo libosmo-rua-dev + echo libosmo-sabp1 + echo libosmo-sabp-dbg + echo libosmo-sabp-dev + echo libosmo-sbcap0 + echo libosmo-sbcap-dev + echo libosmo-sccp-dev + echo libosmo-sigtran9 + echo libosmo-sigtran-dbg + echo libosmo-sigtran-dev + echo libosmo-sigtran-doc + echo libosmosim2 + echo libosmosim-doc + echo libosmo-simtrace2-1 + echo libosmo-simtrace2-1-dbgsym + echo libosmo-simtrace2-dev + echo libosmotrau2 + echo libosmousb0 + echo libosmousb-doc + echo libosmovty13 + echo libosmovty-doc + echo librtlsdr0 + echo librtlsdr-dev + echo libsmpp1 + echo libsmpp34-dbg + echo libsmpp34-dev + echo libsmpp34-utils + echo libusrp1 + echo libusrp1-dbgsym + echo libusrp-dev + echo libusrp-doc + echo libusrp-firmware + echo libusrp-utils + echo libusrp-utils-dbgsym + echo neocon + echo neocon-dbgsym + echo osmo-bsc + echo osmo-bsc-bs11-utils + echo osmo-bsc-dbg + echo osmo-bsc-doc + echo osmo-bsc-ipaccess-utils + echo osmo-bsc-meas-utils + echo osmo-bsc-nat + echo osmo-bsc-nat-dbg + echo osmo-bsc-nat-doc + echo osmo-bts + echo osmo-bts-doc + echo osmo-bts-trx + echo osmo-bts-trx-dbg + echo osmo-bts-virtual + echo osmo-bts-virtual-dbg + echo osmo-cbc + echo osmo-cbc-dbg + echo osmo-cbc-doc + echo osmo-cbc-utils + echo osmocom-nightly + echo osmo-e1d + echo osmo-e1d-dbgsym + echo osmo-fl2k + echo osmo-fl2k-dbgsym + echo osmo-gbproxy + echo osmo-gbproxy-dbg + echo osmo-gbproxy-doc + echo osmo-ggsn + echo osmo-ggsn-dbg + echo osmo-ggsn-doc + echo osmo-gsm-manuals-dev + echo osmo-gtphub + echo osmo-gtphub-dbg + echo osmo-hlr + echo osmo-hlr-dbg + echo osmo-hlr-doc + echo osmo-hnbgw + echo osmo-hnbgw-dbg + echo osmo-hnbgw-doc + echo osmo-hnodeb + echo osmo-hnodeb-dbg + echo osmo-hnodeb-doc + echo osmo-mgw + echo osmo-mgw-dbgsym + echo osmo-mgw-doc + echo osmo-msc + echo osmo-msc-dbg + echo osmo-msc-doc + echo osmo-mslookup-utils + echo osmo-pcap-client + echo osmo-pcap-client-dbg + echo osmo-pcap-server + echo osmo-pcap-server-dbg + echo osmo-pcu + echo osmo-pcu-dbg + echo osmo-pcu-doc + echo osmo-remsim-apitool + echo osmo-remsim-bankd + echo osmo-remsim-bankd-dbgsym + echo osmo-remsim-client-shell + echo osmo-remsim-client-shell-dbgsym + echo osmo-remsim-client-st2 + echo osmo-remsim-client-st2-dbgsym + echo osmo-remsim-doc + echo osmo-remsim-server + echo osmo-remsim-server-dbgsym + echo osmo-sgsn + echo osmo-sgsn-dbg + echo osmo-sgsn-doc + echo osmo-sip-connector + echo osmo-sip-connector-dbg + echo osmo-sip-connector-doc + echo osmo-smlc + echo osmo-smlc-dbg + echo osmo-smlc-doc + echo osmo-stp + echo osmo-stp-dbg + echo osmo-stp-doc + echo osmo-sysmon + echo osmo-sysmon-dbg + echo osmo-trx + echo osmo-trx-dbg + echo osmo-trx-doc + echo osmo-trx-ipc + echo osmo-trx-lms + echo osmo-trx-ms-blade + echo osmo-trx-uhd + echo osmo-trx-usrp1 + echo osmo-uecups + echo osmo-uecups-dbgsym + echo python3-bladerf + echo python3-osmopy-libs + echo python3-osmopy-utils + echo rtl-sdr + echo simtrace2-firmware + echo simtrace2-utils + echo simtrace2-utils-dbgsym + packages=abisip-find bladerf bladerf-dbgsym bladerf-firmware-fx3 bladerf-fpga-hostedx115 bladerf-fpga-hostedx40 bladerf-fpga-hostedxa4 bladerf-fpga-hostedxa9 gtp-echo-responder gtp-echo-responder-dbg libasn1c1 libasn1c-dbg libasn1c-dev libbladerf2 libbladerf2-dbgsym libbladerf-dev libbladerf-doc libgtp6 libgtp-dbg libgtp-dev libgtpnl0 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym libosmo-abis libosmoabis13 libosmo-abis-dbg libosmo-abis-dev libosmocodec4 libosmocodec-doc libosmocoding0 libosmocoding-doc libosmocore libosmocore21 libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev libosmoctrl0 libosmoctrl-doc libosmodsp0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-e1d-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-fl2k-dev libosmogb14 libosmogb-doc libosmo-gprs-gmm0 libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-llc0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-rlcmac0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-sm0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sndcp0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmogsm20 libosmogsm-doc libosmo-gsup-client0 libosmo-gsup-client-dev libosmo-gtlv1 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-hnbap0 libosmo-hnbap-dbg libosmo-hnbap-dev libosmoisdn0 libosmoisdn-doc libosmo-mgcp-client12 libosmo-mgcp-client12-dbgsym libosmo-mgcp-client-dev libosmo-mslookup1 libosmo-mslookup-dev libosmonetif11 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi2 libosmo-octoi2-dbgsym libosmo-octoi-dev libosmo-pfcp libosmo-pfcp0 libosmo-pfcp-dbg libosmo-pfcp-dev libosmo-ranap7 libosmo-ranap-dbg libosmo-ranap-dev libosmo-rspro2 libosmo-rspro2-dbgsym libosmo-rspro-dev libosmo-rua0 libosmo-rua-dbg libosmo-rua-dev libosmo-sabp1 libosmo-sabp-dbg libosmo-sabp-dev libosmo-sbcap0 libosmo-sbcap-dev libosmo-sccp-dev libosmo-sigtran9 libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmosim2 libosmosim-doc libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmotrau2 libosmousb0 libosmousb-doc libosmovty13 libosmovty-doc librtlsdr0 librtlsdr-dev libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libusrp1 libusrp1-dbgsym libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym neocon neocon-dbgsym osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils osmo-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmocom-nightly osmo-e1d osmo-e1d-dbgsym osmo-fl2k osmo-fl2k-dbgsym osmo-gbproxy osmo-gbproxy-dbg osmo-gbproxy-doc osmo-ggsn osmo-ggsn-dbg osmo-ggsn-doc osmo-gsm-manuals-dev osmo-gtphub osmo-gtphub-dbg osmo-hlr osmo-hlr-dbg osmo-hlr-doc osmo-hnbgw osmo-hnbgw-dbg osmo-hnbgw-doc osmo-hnodeb osmo-hnodeb-dbg osmo-hnodeb-doc osmo-mgw osmo-mgw-dbgsym osmo-mgw-doc osmo-msc osmo-msc-dbg osmo-msc-doc osmo-mslookup-utils osmo-pcap-client osmo-pcap-client-dbg osmo-pcap-server osmo-pcap-server-dbg osmo-pcu osmo-pcu-dbg osmo-pcu-doc osmo-remsim-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym python3-bladerf python3-osmopy-libs python3-osmopy-utils rtl-sdr simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym + apt-get install -y --no-install-recommends -- abisip-find bladerf bladerf-dbgsym bladerf-firmware-fx3 bladerf-fpga-hostedx115 bladerf-fpga-hostedx40 bladerf-fpga-hostedxa4 bladerf-fpga-hostedxa9 gtp-echo-responder gtp-echo-responder-dbg libasn1c1 libasn1c-dbg libasn1c-dev libbladerf2 libbladerf2-dbgsym libbladerf-dev libbladerf-doc libgtp6 libgtp-dbg libgtp-dev libgtpnl0 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym libosmo-abis libosmoabis13 libosmo-abis-dbg libosmo-abis-dev libosmocodec4 libosmocodec-doc libosmocoding0 libosmocoding-doc libosmocore libosmocore21 libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev libosmoctrl0 libosmoctrl-doc libosmodsp0 libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-e1d-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-fl2k-dev libosmogb14 libosmogb-doc libosmo-gprs-gmm0 libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-llc0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-rlcmac0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-sm0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sndcp0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmogsm20 libosmogsm-doc libosmo-gsup-client0 libosmo-gsup-client-dev libosmo-gtlv1 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-hnbap0 libosmo-hnbap-dbg libosmo-hnbap-dev libosmoisdn0 libosmoisdn-doc libosmo-mgcp-client12 libosmo-mgcp-client12-dbgsym libosmo-mgcp-client-dev libosmo-mslookup1 libosmo-mslookup-dev libosmonetif11 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi2 libosmo-octoi2-dbgsym libosmo-octoi-dev libosmo-pfcp libosmo-pfcp0 libosmo-pfcp-dbg libosmo-pfcp-dev libosmo-ranap7 libosmo-ranap-dbg libosmo-ranap-dev libosmo-rspro2 libosmo-rspro2-dbgsym libosmo-rspro-dev libosmo-rua0 libosmo-rua-dbg libosmo-rua-dev libosmo-sabp1 libosmo-sabp-dbg libosmo-sabp-dev libosmo-sbcap0 libosmo-sbcap-dev libosmo-sccp-dev libosmo-sigtran9 libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmosim2 libosmosim-doc libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmotrau2 libosmousb0 libosmousb-doc libosmovty13 libosmovty-doc librtlsdr0 librtlsdr-dev libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libusrp1 libusrp1-dbgsym libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym neocon neocon-dbgsym osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils osmo-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmocom-nightly osmo-e1d osmo-e1d-dbgsym osmo-fl2k osmo-fl2k-dbgsym osmo-gbproxy osmo-gbproxy-dbg osmo-gbproxy-doc osmo-ggsn osmo-ggsn-dbg osmo-ggsn-doc osmo-gsm-manuals-dev osmo-gtphub osmo-gtphub-dbg osmo-hlr osmo-hlr-dbg osmo-hlr-doc osmo-hnbgw osmo-hnbgw-dbg osmo-hnbgw-doc osmo-hnodeb osmo-hnodeb-dbg osmo-hnodeb-doc osmo-mgw osmo-mgw-dbgsym osmo-mgw-doc osmo-msc osmo-msc-dbg osmo-msc-doc osmo-mslookup-utils osmo-pcap-client osmo-pcap-client-dbg osmo-pcap-server osmo-pcap-server-dbg osmo-pcu osmo-pcu-dbg osmo-pcu-doc osmo-remsim-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym python3-bladerf python3-osmopy-libs python3-osmopy-utils rtl-sdr simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym Reading package lists... Building dependency tree... Reading state information... libosmocodec4 is already the newest version (1.9.0.192.1c24.202404192026). libosmocodec4 set to manually installed. libosmocoding0 is already the newest version (1.9.0.192.1c24.202404192026). libosmocoding0 set to manually installed. libosmocore is already the newest version (1.9.0.192.1c24.202404192026). libosmocore21 is already the newest version (1.9.0.192.1c24.202404192026). libosmocore21 set to manually installed. libosmoctrl0 is already the newest version (1.9.0.192.1c24.202404192026). libosmoctrl0 set to manually installed. libosmogb14 is already the newest version (1.9.0.192.1c24.202404192026). libosmogb14 set to manually installed. libosmogsm20 is already the newest version (1.9.0.192.1c24.202404192026). libosmogsm20 set to manually installed. libosmoisdn0 is already the newest version (1.9.0.192.1c24.202404192026). libosmoisdn0 set to manually installed. libosmosim2 is already the newest version (1.9.0.192.1c24.202404192026). libosmosim2 set to manually installed. libosmousb0 is already the newest version (1.9.0.192.1c24.202404192026). libosmousb0 set to manually installed. libosmovty13 is already the newest version (1.9.0.192.1c24.202404192026). libosmovty13 set to manually installed. osmocom-nightly is already the newest version (202404192026). osmocom-nightly set to manually installed. The following additional packages will be installed: adwaita-icon-theme asciidoc asciidoc-base asciidoc-common asciidoc-dblatex dblatex dbus dbus-user-session dconf-gsettings-backend dconf-service docbook-dsssl docbook-utils docbook-xml docbook5-xml docutils-common fontconfig fonts-gfs-baskerville fonts-gfs-porson fonts-lmodern fonts-mathjax glib-networking glib-networking-common glib-networking-services graphviz gsettings-desktop-schemas gtk-update-icon-cache hicolor-icon-theme libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libbctoolbox1 libboost-atomic1.67.0 libboost-chrono1.67.0 libboost-date-time1.67.0 libboost-filesystem1.67.0 libboost-program-options1.67.0 libboost-regex1.67.0 libboost-serialization1.67.0 libboost-test1.67.0 libboost-thread1.67.0 libboost-timer1.67.0 libbrotli1 libc-ares2 libc-dev-bin libc6 libc6-dev libcairo-gobject2 libcairo2 libcdk5nc6 libcdt5 libcgraph6 libcolord2 libcroco3 libcsv3 libcupsimage2 libdatrie1 libdbd-sqlite3 libdbi1 libdbus-1-3 libdconf1 libdpkg-perl libepoxy0 libfftw3-single3 libfribidi0 libgd3 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgomp1 libgs9 libgs9-common libgtk-3-0 libgtk-3-common libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz-icu0 libice6 libijs-0.35 libimagequant0 libjansson4 libjbig0 libjbig2dec0 libjs-jquery libjs-mathjax libjson-glib-1.0-0 libjson-glib-1.0-common libkpathsea6 liblab-gamut1 liblimesuite18.06-1 libltdl7 libmbedcrypto3 libmbedtls12 libmbedx509-0 libmicrohttpd12 libmime-charset-perl libmnl-dev libmpfr6 libnl-3-200 libnl-route-3-200 libnorm1 libopenjp2-7 liboping0 liborcania1.2 libortp13 libosp5 libostyle1c2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper1 libpathplan4 libpcap0.8 libpgm-5.2-0 libpixman-1-0 libpotrace0 libproxy1v5 libptexenc1 librest-0.7-0 librsvg2-2 librsvg2-bin librsvg2-common libsctp-dev libsgmls-perl libsm6 libsodium23 libsofia-sip-ua-glib3 libsofia-sip-ua0 libsombok3 libsoup-gnome2.4-1 libsoup2.4-1 libsynctex2 libtalloc-dev libteckit0 libtecla1 libtexlua52 libtexlua53 libtexluajit2 libthai-data libthai0 libtiff5 libuhd3.13.1 libulfius2.5 libunicode-linebreak-perl libusb-1.0-0-dev libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libwebpdemux2 libwebpmux3 libwoff1 libxaw7 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxdot4 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxml2-utils libxmu6 libxpm4 libxrandr2 libxrender1 libxslt1.1 libxt6 libxxhash0 libyder2.0 libzmq5 libzzip-0-13 linux-libc-dev lynx lynx-common mscgen openjade opensp pcscd pkg-config poppler-data preview-latex-style python-apt python3-aiohttp python3-asn1crypto python3-async-timeout python3-attr python3-automat python3-blockdiag python3-cffi python3-cffi-backend python3-constantly python3-cryptography python3-docutils python3-funcparserlib python3-hyperlink python3-incremental python3-multidict python3-nwdiag python3-openssl python3-pil python3-ply python3-pyasn1 python3-pyasn1-modules python3-pycparser python3-reportlab python3-reportlab-accel python3-roman python3-service-identity python3-treq python3-twisted python3-twisted-bin python3-webcolors python3-yarl python3-zope.interface sgml-base sgml-data sgmlspl shared-mime-info t1utils teckit tex-common texlive texlive-base texlive-bibtex-extra texlive-binaries texlive-extra-utils texlive-fonts-recommended texlive-formats-extra texlive-lang-greek texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-pictures texlive-plain-generic texlive-science texlive-xetex tipa x11-common xdg-utils xml-core xsltproc Suggested packages: asciidoc-doc source-highlight epubcheck docbook ghostscript graphicsmagick-imagemagick-compat | imagemagick inkscape latex-cjk-all lmodern pdf-viewer texlive-lang-all texlive-lang-cyrillic transfig xindy docbook-dsssl-doc docbook-xsl docbook-defguide docbook-xsl-ns docbook5-defguide gsfonts graphviz-doc glibc-doc manpages-dev colord debian-keyring gcc | c-compiler binutils patch git bzr libfftw3-bin libfftw3-dev libgd-tools gvfs pcsc-tools fonts-mathjax-extras fonts-stix libjs-mathjax-doc libencode-hanextra-perl libpod2-base-perl sgmls-doc sofia-sip-doc gnuradio doc-base dpkg-dev poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai fonts-arphic-uming fonts-nanum python-apt-dbg python-apt-doc python-attr-doc python3-dev python-cryptography-doc python3-cryptography-vectors docutils-doc fonts-linuxlibertine | ttf-linux-libertine texlive-lang-french python-openssl-doc python3-openssl-dbg python-pil-doc python3-pil-dbg python-ply-doc cpp python3-egenix-mxtexttools python-reportlab-doc python3-tk python3-gtk2 python3-glade2 python3-pampy python3-qt4 python3-serial python3-wxgtk2.8 python3-twisted-bin-dbg sgml-base-doc perlsgml w3-recs debhelper gv | postscript-viewer perl-tk xpdf-reader | pdf-viewer chktex dvidvi dvipng fragmaster lacheck latexdiff latexmk purifyeps texlive-fonts-recommended-doc texlive-latex-base-doc python-pygments icc-profiles libfile-which-perl libspreadsheet-parseexcel-perl texlive-latex-extra-doc texlive-latex-recommended-doc texlive-pstricks dot2tex prerex ruby-tcltk | libtcltk-ruby texlive-pictures-doc vprerex texlive-science-doc Recommended packages: asciidoc-doc vim-asciidoc xmlto dblatex-doc fonts-liberation at-spi2-core manpages-dev libcupsfilters1 libfile-fcntllock-perl libgdk-pixbuf2.0-bin fonts-droid-fallback libgtk-3-bin libgts-bin javascript-common limesuite-udev libusb-1.0-doc python3-pygments python3-click python3-olefile python3-renderpm dfu-util lmodern ghostscript libfile-homedir-perl liblog-log4perl-perl libyaml-tiny-perl ruby | ruby-interpreter tex-gyre tk libfile-mimeinfo-perl libnet-dbus-perl libx11-protocol-perl x11-utils x11-xserver-utils The following NEW packages will be installed: abisip-find adwaita-icon-theme asciidoc asciidoc-base asciidoc-common asciidoc-dblatex bladerf bladerf-dbgsym bladerf-firmware-fx3 bladerf-fpga-hostedx115 bladerf-fpga-hostedx40 bladerf-fpga-hostedxa4 bladerf-fpga-hostedxa9 dblatex dbus-user-session dconf-gsettings-backend dconf-service docbook-dsssl docbook-utils docbook-xml docbook5-xml docutils-common fontconfig fonts-gfs-baskerville fonts-gfs-porson fonts-lmodern fonts-mathjax glib-networking glib-networking-common glib-networking-services graphviz gsettings-desktop-schemas gtk-update-icon-cache gtp-echo-responder gtp-echo-responder-dbg hicolor-icon-theme libasn1c-dbg libasn1c-dev libasn1c1 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 libbctoolbox1 libbladerf-dev libbladerf-doc libbladerf2 libbladerf2-dbgsym libboost-atomic1.67.0 libboost-chrono1.67.0 libboost-date-time1.67.0 libboost-filesystem1.67.0 libboost-program-options1.67.0 libboost-regex1.67.0 libboost-serialization1.67.0 libboost-test1.67.0 libboost-thread1.67.0 libboost-timer1.67.0 libbrotli1 libc-ares2 libc-dev-bin libc6-dev libcairo-gobject2 libcairo2 libcdk5nc6 libcdt5 libcgraph6 libcolord2 libcroco3 libcsv3 libcupsimage2 libdatrie1 libdbd-sqlite3 libdbi1 libdconf1 libdpkg-perl libepoxy0 libfftw3-single3 libfribidi0 libgd3 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgomp1 libgs9 libgs9-common libgtk-3-0 libgtk-3-common libgtp-dbg libgtp-dev libgtp6 libgtpnl-dbg libgtpnl-dev libgtpnl-tools libgtpnl0 libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz-icu0 libice6 libifd-osmo-remsim-client0 libifd-osmo-remsim-client0-dbgsym libijs-0.35 libimagequant0 libjansson4 libjbig0 libjbig2dec0 libjs-jquery libjs-mathjax libjson-glib-1.0-0 libjson-glib-1.0-common libkpathsea6 liblab-gamut1 liblimesuite18.06-1 libltdl7 libmbedcrypto3 libmbedtls12 libmbedx509-0 libmicrohttpd12 libmime-charset-perl libmnl-dev libmpfr6 libnl-3-200 libnl-route-3-200 libnorm1 libopenjp2-7 liboping0 liborcania1.2 libortp13 libosmo-abis libosmo-abis-dbg libosmo-abis-dev libosmo-csn1-0 libosmo-csn1-dbg libosmo-csn1-dev libosmo-e1d-dev libosmo-e1d1 libosmo-e1d1-dbgsym libosmo-fl2k-dev libosmo-fl2k0 libosmo-fl2k0-dbgsym libosmo-gprs-gmm-dbg libosmo-gprs-gmm-dev libosmo-gprs-gmm0 libosmo-gprs-llc-dbg libosmo-gprs-llc-dev libosmo-gprs-llc0 libosmo-gprs-rlcmac-dbg libosmo-gprs-rlcmac-dev libosmo-gprs-rlcmac0 libosmo-gprs-sm-dbg libosmo-gprs-sm-dev libosmo-gprs-sm0 libosmo-gprs-sndcp-dbg libosmo-gprs-sndcp-dev libosmo-gprs-sndcp0 libosmo-gsup-client-dev libosmo-gsup-client0 libosmo-gtlv-dbg libosmo-gtlv-dev libosmo-gtlv1 libosmo-hnbap-dbg libosmo-hnbap-dev libosmo-hnbap0 libosmo-mgcp-client-dev libosmo-mgcp-client12 libosmo-mgcp-client12-dbgsym libosmo-mslookup-dev libosmo-mslookup1 libosmo-netif-dbg libosmo-netif-dev libosmo-netif-doc libosmo-octoi-dev libosmo-octoi2 libosmo-octoi2-dbgsym libosmo-pfcp libosmo-pfcp-dbg libosmo-pfcp-dev libosmo-pfcp0 libosmo-ranap-dbg libosmo-ranap-dev libosmo-ranap7 libosmo-rspro-dev libosmo-rspro2 libosmo-rspro2-dbgsym libosmo-rua-dbg libosmo-rua-dev libosmo-rua0 libosmo-sabp-dbg libosmo-sabp-dev libosmo-sabp1 libosmo-sbcap-dev libosmo-sbcap0 libosmo-sccp-dev libosmo-sigtran-dbg libosmo-sigtran-dev libosmo-sigtran-doc libosmo-sigtran9 libosmo-simtrace2-1 libosmo-simtrace2-1-dbgsym libosmo-simtrace2-dev libosmoabis13 libosmocodec-doc libosmocoding-doc libosmocore-dbg libosmocore-dev libosmocore-doc libosmocore-utils libosmoctrl-doc libosmodsp-dbg libosmodsp-dev libosmodsp-doc libosmodsp0 libosmogb-doc libosmogsm-doc libosmoisdn-doc libosmonetif11 libosmosim-doc libosmotrau2 libosmousb-doc libosmovty-doc libosp5 libostyle1c2 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper1 libpathplan4 libpcap0.8 libpgm-5.2-0 libpixman-1-0 libpotrace0 libproxy1v5 libptexenc1 librest-0.7-0 librsvg2-2 librsvg2-bin librsvg2-common librtlsdr-dev librtlsdr0 libsctp-dev libsgmls-perl libsm6 libsmpp1 libsmpp34-dbg libsmpp34-dev libsmpp34-utils libsodium23 libsofia-sip-ua-glib3 libsofia-sip-ua0 libsombok3 libsoup-gnome2.4-1 libsoup2.4-1 libsynctex2 libtalloc-dev libteckit0 libtecla1 libtexlua52 libtexlua53 libtexluajit2 libthai-data libthai0 libtiff5 libuhd3.13.1 libulfius2.5 libunicode-linebreak-perl libusb-1.0-0-dev libusrp-dev libusrp-doc libusrp-firmware libusrp-utils libusrp-utils-dbgsym libusrp1 libusrp1-dbgsym libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6 libwebpdemux2 libwebpmux3 libwoff1 libxaw7 libxcb-render0 libxcb-shm0 libxcomposite1 libxcursor1 libxdamage1 libxdot4 libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxml2-utils libxmu6 libxpm4 libxrandr2 libxrender1 libxslt1.1 libxt6 libxxhash0 libyder2.0 libzmq5 libzzip-0-13 linux-libc-dev lynx lynx-common mscgen neocon neocon-dbgsym openjade opensp osmo-bsc osmo-bsc-bs11-utils osmo-bsc-dbg osmo-bsc-doc osmo-bsc-ipaccess-utils osmo-bsc-meas-utils osmo-bsc-nat osmo-bsc-nat-dbg osmo-bsc-nat-doc osmo-bts osmo-bts-doc osmo-bts-trx osmo-bts-trx-dbg osmo-bts-virtual osmo-bts-virtual-dbg osmo-cbc osmo-cbc-dbg osmo-cbc-doc osmo-cbc-utils osmo-e1d osmo-e1d-dbgsym osmo-fl2k osmo-fl2k-dbgsym osmo-gbproxy osmo-gbproxy-dbg osmo-gbproxy-doc osmo-ggsn osmo-ggsn-dbg osmo-ggsn-doc osmo-gsm-manuals-dev osmo-gtphub osmo-gtphub-dbg osmo-hlr osmo-hlr-dbg osmo-hlr-doc osmo-hnbgw osmo-hnbgw-dbg osmo-hnbgw-doc osmo-hnodeb osmo-hnodeb-dbg osmo-hnodeb-doc osmo-mgw osmo-mgw-dbgsym osmo-mgw-doc osmo-msc osmo-msc-dbg osmo-msc-doc osmo-mslookup-utils osmo-pcap-client osmo-pcap-client-dbg osmo-pcap-server osmo-pcap-server-dbg osmo-pcu osmo-pcu-dbg osmo-pcu-doc osmo-remsim-apitool osmo-remsim-bankd osmo-remsim-bankd-dbgsym osmo-remsim-client-shell osmo-remsim-client-shell-dbgsym osmo-remsim-client-st2 osmo-remsim-client-st2-dbgsym osmo-remsim-doc osmo-remsim-server osmo-remsim-server-dbgsym osmo-sgsn osmo-sgsn-dbg osmo-sgsn-doc osmo-sip-connector osmo-sip-connector-dbg osmo-sip-connector-doc osmo-smlc osmo-smlc-dbg osmo-smlc-doc osmo-stp osmo-stp-dbg osmo-stp-doc osmo-sysmon osmo-sysmon-dbg osmo-trx osmo-trx-dbg osmo-trx-doc osmo-trx-ipc osmo-trx-lms osmo-trx-ms-blade osmo-trx-uhd osmo-trx-usrp1 osmo-uecups osmo-uecups-dbgsym pcscd pkg-config poppler-data preview-latex-style python-apt python3-aiohttp python3-asn1crypto python3-async-timeout python3-attr python3-automat python3-bladerf python3-blockdiag python3-cffi python3-cffi-backend python3-constantly python3-cryptography python3-docutils python3-funcparserlib python3-hyperlink python3-incremental python3-multidict python3-nwdiag python3-openssl python3-osmopy-libs python3-osmopy-utils python3-pil python3-ply python3-pyasn1 python3-pyasn1-modules python3-pycparser python3-reportlab python3-reportlab-accel python3-roman python3-service-identity python3-treq python3-twisted python3-twisted-bin python3-webcolors python3-yarl python3-zope.interface rtl-sdr sgml-base sgml-data sgmlspl shared-mime-info simtrace2-firmware simtrace2-utils simtrace2-utils-dbgsym t1utils teckit tex-common texlive texlive-base texlive-bibtex-extra texlive-binaries texlive-extra-utils texlive-fonts-recommended texlive-formats-extra texlive-lang-greek texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-pictures texlive-plain-generic texlive-science texlive-xetex tipa x11-common xdg-utils xml-core xsltproc The following packages will be upgraded: dbus libc6 libdbus-1-3 3 upgraded, 471 newly installed, 0 to remove and 148 not upgraded. Need to get 465 MB of archives. After this operation, 1,225 MB of additional disk space will be used. Get:49 http://security.debian.org/debian-security buster/updates/main amd64 libc6 amd64 2.28-10+deb10u2 [2,869 kB] Get:81 http://deb.debian.org/debian buster/main amd64 poppler-data all 0.4.9-2 [1,473 kB] Get:1 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libbladerf2 0.2019.07 [176 kB] Get:2 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ bladerf 0.2019.07 [124 kB] Get:3 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ bladerf-dbgsym 0.2019.07 [319 kB] Get:4 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ bladerf-firmware-fx3 0.2019.07 [11.1 kB] Get:5 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ bladerf-fpga-hostedx115 0.2019.07 [11.2 kB] Get:6 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ bladerf-fpga-hostedx40 0.2019.07 [11.2 kB] Get:7 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ bladerf-fpga-hostedxa4 0.2019.07 [11.2 kB] Get:8 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ bladerf-fpga-hostedxa9 0.2019.07 [11.2 kB] Get:9 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ gtp-echo-responder 1.11.0.18.1f9c.202404192026 [24.5 kB] Get:10 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libbladerf-dev 0.2019.07 [86.3 kB] Get:11 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libbladerf-doc 0.2019.07 [350 kB] Get:12 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libbladerf2-dbgsym 0.2019.07 [685 kB] Get:232 http://deb.debian.org/debian buster/main amd64 sgml-base all 1.29 [14.8 kB] Get:233 http://deb.debian.org/debian buster/main amd64 tex-common all 6.11 [53.1 kB] Get:234 http://deb.debian.org/debian buster/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB] Get:235 http://deb.debian.org/debian buster/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB] Get:236 http://deb.debian.org/debian buster/main amd64 shared-mime-info amd64 1.10-1 [766 kB] Get:237 http://deb.debian.org/debian buster/main amd64 libgdk-pixbuf2.0-common all 2.38.1+dfsg-1 [316 kB] Get:238 http://deb.debian.org/debian buster/main amd64 libgdk-pixbuf2.0-0 amd64 2.38.1+dfsg-1 [177 kB] Get:13 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtp6 1.11.0.18.1f9c.202404192026 [42.7 kB] Get:239 http://deb.debian.org/debian buster/main amd64 gtk-update-icon-cache amd64 3.24.5-1 [81.7 kB] Get:240 http://deb.debian.org/debian buster/main amd64 libxcb-render0 amd64 1.13.1-2 [109 kB] Get:241 http://deb.debian.org/debian buster/main amd64 libxcb-shm0 amd64 1.13.1-2 [99.2 kB] Get:242 http://deb.debian.org/debian buster/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB] Get:243 http://deb.debian.org/debian buster/main amd64 libcairo2 amd64 1.16.0-4+deb10u1 [688 kB] Get:244 http://security.debian.org/debian-security buster/updates/main amd64 dbus amd64 1.12.28-0+deb10u1 [240 kB] Get:14 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtp-dev 1.11.0.18.1f9c.202404192026 [142 kB] Get:245 http://security.debian.org/debian-security buster/updates/main amd64 libdbus-1-3 amd64 1.12.28-0+deb10u1 [219 kB] Get:246 http://deb.debian.org/debian buster/main amd64 libcroco3 amd64 0.6.12-3 [145 kB] Get:247 http://deb.debian.org/debian buster/main amd64 fontconfig amd64 2.13.1-2 [405 kB] Get:248 http://security.debian.org/debian-security buster/updates/main amd64 libwebp6 amd64 0.6.1-2+deb10u3 [263 kB] Get:249 http://deb.debian.org/debian buster/main amd64 libfribidi0 amd64 1.0.5-3.1+deb10u2 [63.9 kB] Get:15 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtpnl0 1.2.5.27.39e0.202404192026 [8,160 B] Get:250 http://deb.debian.org/debian buster/main amd64 libthai-data all 0.1.28-2 [170 kB] Get:251 http://security.debian.org/debian-security buster/updates/main amd64 libtiff5 amd64 4.1.0+git191117-2~deb10u9 [273 kB] Get:252 http://deb.debian.org/debian buster/main amd64 libdatrie1 amd64 0.2.12-2 [39.3 kB] Get:253 http://deb.debian.org/debian buster/main amd64 libthai0 amd64 0.1.28-2 [54.1 kB] Get:254 http://deb.debian.org/debian buster/main amd64 libpango-1.0-0 amd64 1.42.4-8~deb10u1 [186 kB] Get:255 http://deb.debian.org/debian buster/main amd64 libpangoft2-1.0-0 amd64 1.42.4-8~deb10u1 [68.3 kB] Get:256 http://deb.debian.org/debian buster/main amd64 libpangocairo-1.0-0 amd64 1.42.4-8~deb10u1 [55.7 kB] Get:257 http://security.debian.org/debian-security buster/updates/main amd64 libpixman-1-0 amd64 0.36.0-1+deb10u1 [234 kB] Get:258 http://deb.debian.org/debian buster/main amd64 librsvg2-2 amd64 2.44.10-2.1+deb10u3 [1,258 kB] Get:259 http://security.debian.org/debian-security buster/updates/main amd64 libxml2-utils amd64 2.9.4+dfsg1-7+deb10u6 [100 kB] Get:260 http://security.debian.org/debian-security buster/updates/main amd64 libkpathsea6 amd64 2018.20181218.49446-1+deb10u2 [168 kB] Get:261 http://security.debian.org/debian-security buster/updates/main amd64 libptexenc1 amd64 2018.20181218.49446-1+deb10u2 [61.5 kB] Get:16 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtpnl-dev 1.2.5.27.39e0.202404192026 [3,764 B] Get:262 http://security.debian.org/debian-security buster/updates/main amd64 libsynctex2 amd64 2018.20181218.49446-1+deb10u2 [80.9 kB] Get:263 http://security.debian.org/debian-security buster/updates/main amd64 libtexlua52 amd64 2018.20181218.49446-1+deb10u2 [113 kB] Get:264 http://deb.debian.org/debian buster/main amd64 librsvg2-common amd64 2.44.10-2.1+deb10u3 [23.6 kB] Get:265 http://security.debian.org/debian-security buster/updates/main amd64 libtexlua53 amd64 2018.20181218.49446-1+deb10u2 [126 kB] Get:266 http://deb.debian.org/debian buster/main amd64 adwaita-icon-theme all 3.30.1-1 [11.7 MB] Get:17 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-rspro2 1.0.0.59.81b8.202404192026 [64.2 kB] Get:267 http://security.debian.org/debian-security buster/updates/main amd64 libtexluajit2 amd64 2018.20181218.49446-1+deb10u2 [257 kB] Get:268 http://security.debian.org/debian-security buster/updates/main amd64 libgs9-common all 9.27~dfsg-2+deb10u9 [5,137 kB] Get:18 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoabis13 1.5.1.11.5277.202404192026 [74.2 kB] Get:19 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libifd-osmo-remsim-client0 1.0.0.59.81b8.202404192026 [36.0 kB] Get:20 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libifd-osmo-remsim-client0-dbgsym 1.0.0.59.81b8.202404192026 [70.9 kB] Get:21 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmotrau2 1.5.1.11.5277.202404192026 [30.6 kB] Get:22 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-abis 1.5.1.11.5277.202404192026 [9,672 B] Get:23 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-abis-dev 1.5.1.11.5277.202404192026 [112 kB] Get:24 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-csn1-0 0.1.0.202404192026 [18.6 kB] Get:25 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-csn1-dbg 0.1.0.202404192026 [39.9 kB] Get:26 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-csn1-dev 0.1.0.202404192026 [61.1 kB] Get:27 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-e1d1 0.6.0.14.ff2c7.202404192026 [13.7 kB] Get:28 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-e1d1-dbgsym 0.6.0.14.ff2c7.202404192026 [27.0 kB] Get:29 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-fl2k0 0.2.0.1.6c81.202404192026 [10.6 kB] Get:30 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-fl2k-dev 0.2.0.1.6c81.202404192026 [11.7 kB] Get:31 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-fl2k0-dbgsym 0.2.0.1.6c81.202404192026 [19.5 kB] Get:32 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-llc0 0.1.0.202404192026 [25.9 kB] Get:33 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-gmm0 0.1.0.202404192026 [88.5 kB] Get:34 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-gmm-dbg 0.1.0.202404192026 [2,076 B] Get:35 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-gmm-dev 0.1.0.202404192026 [111 kB] Get:36 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-llc-dbg 0.1.0.202404192026 [89.8 kB] Get:37 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-llc-dev 0.1.0.202404192026 [115 kB] Get:38 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-rlcmac0 0.1.0.202404192026 [84.9 kB] Get:39 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-rlcmac-dbg 0.1.0.202404192026 [564 kB] Get:40 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-rlcmac-dev 0.1.0.202404192026 [621 kB] Get:41 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-sndcp0 0.1.0.202404192026 [146 kB] Get:42 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-sm0 0.1.0.202404192026 [67.5 kB] Get:43 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-sm-dbg 0.1.0.202404192026 [2,076 B] Get:44 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-sm-dev 0.1.0.202404192026 [87.9 kB] Get:45 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-sndcp-dbg 0.1.0.202404192026 [2,084 B] Get:46 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gprs-sndcp-dev 0.1.0.202404192026 [183 kB] Get:47 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gsup-client0 1.7.0.11.da4f.202404192026 [23.2 kB] Get:48 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore-dev 1.9.0.192.1c24.202404192026 [839 kB] Get:269 http://security.debian.org/debian-security buster/updates/main amd64 libcupsimage2 amd64 2.2.10-6+deb10u9 [134 kB] Get:270 http://security.debian.org/debian-security buster/updates/main amd64 libgs9 amd64 9.27~dfsg-2+deb10u9 [2,199 kB] Get:50 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gsup-client-dev 1.7.0.11.da4f.202404192026 [26.4 kB] Get:51 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gtlv1 0.3.0.4.a46a.202404192026 [16.0 kB] Get:52 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gtlv-dev 0.3.0.4.a46a.202404192026 [56.2 kB] Get:53 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-mgcp-client12 1.12.1.45.352b.202404192026 [60.6 kB] Get:271 http://deb.debian.org/debian buster/main amd64 asciidoc-common all 8.6.10-3 [282 kB] Get:272 http://deb.debian.org/debian buster/main amd64 asciidoc-base all 8.6.10-3 [135 kB] Get:54 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-mgcp-client12-dbgsym 1.12.1.45.352b.202404192026 [102 kB] Get:273 http://deb.debian.org/debian buster/main amd64 asciidoc all 8.6.10-3 [57.8 kB] Get:274 http://deb.debian.org/debian buster/main amd64 xml-core all 0.18+nmu1 [23.8 kB] Get:275 http://deb.debian.org/debian buster/main amd64 sgml-data all 2.0.11 [179 kB] Get:276 http://deb.debian.org/debian buster/main amd64 docbook-xml all 4.5-8 [84.7 kB] Get:277 http://deb.debian.org/debian buster/main amd64 python-apt amd64 1.8.4.3 [187 kB] Get:278 http://deb.debian.org/debian buster/main amd64 libpaper1 amd64 1.1.28 [21.3 kB] Get:279 http://deb.debian.org/debian buster/main amd64 libpaper-utils amd64 1.1.28 [18.0 kB] Get:280 http://deb.debian.org/debian buster/main amd64 t1utils amd64 1.41-3 [62.3 kB] Get:281 http://deb.debian.org/debian buster/main amd64 libbrotli1 amd64 1.0.7-2+deb10u1 [269 kB] Get:282 http://deb.debian.org/debian buster/main amd64 libijs-0.35 amd64 0.35-14 [18.3 kB] Get:283 http://deb.debian.org/debian buster/main amd64 libjbig2dec0 amd64 0.16-1+deb10u1 [62.2 kB] Get:284 http://deb.debian.org/debian buster/main amd64 libopenjp2-7 amd64 2.3.0-2+deb10u2 [158 kB] Get:285 http://deb.debian.org/debian buster/main amd64 libharfbuzz-icu0 amd64 2.3.1-1 [834 kB] Get:286 http://security.debian.org/debian-security buster/updates/main amd64 libxpm4 amd64 1:3.5.12-1+deb10u2 [50.3 kB] Get:287 http://security.debian.org/debian-security buster/updates/main amd64 texlive-binaries amd64 2018.20181218.49446-1+deb10u2 [11.3 MB] Get:55 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-mslookup1 1.7.0.11.da4f.202404192026 [27.1 kB] Get:288 http://deb.debian.org/debian buster/main amd64 x11-common all 1:7.7+19 [251 kB] Get:289 http://deb.debian.org/debian buster/main amd64 libice6 amd64 2:1.0.9-2 [58.7 kB] Get:290 http://deb.debian.org/debian buster/main amd64 libmpfr6 amd64 4.0.2-1 [775 kB] Get:56 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-mslookup-dev 1.7.0.11.da4f.202404192026 [32.2 kB] Get:291 http://deb.debian.org/debian buster/main amd64 libpotrace0 amd64 1.15-1 [26.3 kB] Get:292 http://deb.debian.org/debian buster/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB] Get:293 http://deb.debian.org/debian buster/main amd64 libteckit0 amd64 2.5.8+ds2-5 [318 kB] Get:57 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmonetif11 1.4.0.54.05ff.202404192026 [54.4 kB] Get:58 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-netif-dev 1.4.0.54.05ff.202404192026 [66.3 kB] Get:294 http://deb.debian.org/debian buster/main amd64 libwoff1 amd64 1.0.2-1 [43.2 kB] Get:295 http://deb.debian.org/debian buster/main amd64 libxt6 amd64 1:1.1.5-1+b3 [190 kB] Get:296 http://deb.debian.org/debian buster/main amd64 libxmu6 amd64 2:1.1.2-2+b3 [60.8 kB] Get:59 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-netif-doc 1.4.0.54.05ff.202404192026 [158 kB] Get:297 http://deb.debian.org/debian buster/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB] Get:60 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-octoi2 0.6.0.14.ff2c7.202404192026 [31.1 kB] Get:61 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-octoi2-dbgsym 0.6.0.14.ff2c7.202404192026 [100 kB] Get:298 http://deb.debian.org/debian buster/main amd64 libxi6 amd64 2:1.7.9-1 [82.6 kB] Get:62 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-pfcp0 0.3.0.4.a46a.202404192026 [40.5 kB] Get:63 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-pfcp 0.3.0.4.a46a.202404192026 [3,596 B] Get:64 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-pfcp-dev 0.3.0.4.a46a.202404192026 [174 kB] Get:299 http://deb.debian.org/debian buster/main amd64 libxxhash0 amd64 0.6.5-2 [7,156 B] Get:300 http://deb.debian.org/debian buster/main amd64 libzzip-0-13 amd64 0.13.62-3.2+deb10u1 [55.6 kB] Get:301 http://deb.debian.org/debian buster/main amd64 xdg-utils all 1.1.3-1+deb10u1 [73.7 kB] Get:302 http://deb.debian.org/debian buster/main amd64 texlive-base all 2018.20190227-2 [19.7 MB] Get:65 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-rspro-dev 1.0.0.59.81b8.202404192026 [72.2 kB] Get:66 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-rspro2-dbgsym 1.0.0.59.81b8.202404192026 [227 kB] Get:67 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sccp-dev 1.8.0.62.da7b.202404192026 [94.9 kB] Get:68 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sigtran9 1.8.0.62.da7b.202404192026 [125 kB] Get:69 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sigtran-dbg 1.8.0.62.da7b.202404192026 [459 kB] Get:70 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sigtran-dev 1.8.0.62.da7b.202404192026 [585 kB] Get:71 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sigtran-doc 1.8.0.62.da7b.202404192026 [473 kB] Get:72 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-simtrace2-1 0.8.1.72.3fbe.202404192026 [12.0 kB] Get:73 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-simtrace2-1-dbgsym 0.8.1.72.3fbe.202404192026 [26.0 kB] Get:74 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-simtrace2-dev 0.8.1.72.3fbe.202404192026 [16.8 kB] Get:75 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocodec-doc 1.9.0.192.1c24.202404192026 [425 kB] Get:76 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocoding-doc 1.9.0.192.1c24.202404192026 [488 kB] Get:77 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmogsm-doc 1.9.0.192.1c24.202404192026 [2,187 kB] Get:78 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoisdn-doc 1.9.0.192.1c24.202404192026 [358 kB] Get:79 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmovty-doc 1.9.0.192.1c24.202404192026 [600 kB] Get:80 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmoctrl-doc 1.9.0.192.1c24.202404192026 [415 kB] Get:82 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmogb-doc 1.9.0.192.1c24.202404192026 [801 kB] Get:83 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmosim-doc 1.9.0.192.1c24.202404192026 [209 kB] Get:84 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmousb-doc 1.9.0.192.1c24.202404192026 [164 kB] Get:85 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore-doc 1.9.0.192.1c24.202404192026 [979 kB] Get:86 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore-utils 1.9.0.192.1c24.202404192026 [65.4 kB] Get:87 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmodsp0 0.4.0.8.9128.202404192026 [10.1 kB] Get:88 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmodsp-dev 0.4.0.8.9128.202404192026 [12.4 kB] Get:89 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmodsp-doc 0.4.0.8.9128.202404192026 [111 kB] Get:90 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ librtlsdr0 2.0.1.14.7ebc.202404192026 [30.7 kB] Get:91 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ librtlsdr-dev 2.0.1.14.7ebc.202404192026 [36.5 kB] Get:92 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libsmpp1 1.14.3.2.4b6d.202404192026 [109 kB] Get:93 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libsmpp34-dev 1.14.3.2.4b6d.202404192026 [124 kB] Get:94 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libsmpp34-utils 1.14.3.2.4b6d.202404192026 [3,392 B] Get:95 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libusrp1 3.4.8.202404192026 [122 kB] Get:96 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libusrp-dev 3.4.8.202404192026 [25.4 kB] Get:97 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libusrp-doc 3.4.8.202404192026 [73.7 kB] Get:98 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libusrp-firmware 3.4.8.202404192026 [741 kB] Get:99 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libusrp-utils 3.4.8.202404192026 [11.2 kB] Get:100 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libusrp-utils-dbgsym 3.4.8.202404192026 [69.0 kB] Get:101 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libusrp1-dbgsym 3.4.8.202404192026 [1,200 kB] Get:102 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ neocon 1.0.2.202404192026 [6,232 B] Get:103 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ neocon-dbgsym 1.0.2.202404192026 [6,376 B] Get:104 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bsc-doc 1.11.0.82.9fb31.202404192026 [2,221 kB] Get:303 http://security.debian.org/debian-security buster/updates/main amd64 libxslt1.1 amd64 1.1.32-2.2~deb10u2 [236 kB] Get:304 http://security.debian.org/debian-security buster/updates/main amd64 xsltproc amd64 1.1.32-2.2~deb10u2 [122 kB] Get:305 http://security.debian.org/debian-security buster/updates/main amd64 dbus-user-session amd64 1.12.28-0+deb10u1 [98.6 kB] Get:306 http://security.debian.org/debian-security buster/updates/main amd64 libgd3 amd64 2.2.5-5.2+deb10u1 [137 kB] Get:105 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bsc-nat-doc 0.1.0.202404192026 [1,912 B] Get:106 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bts-trx 1.7.0.61.6533.202404192026 [259 kB] Get:307 http://security.debian.org/debian-security buster/updates/main amd64 libmbedcrypto3 amd64 2.16.9-0~deb10u1 [220 kB] Get:308 http://security.debian.org/debian-security buster/updates/main amd64 libmbedx509-0 amd64 2.16.9-0~deb10u1 [109 kB] Get:309 http://security.debian.org/debian-security buster/updates/main amd64 libmbedtls12 amd64 2.16.9-0~deb10u1 [140 kB] Get:310 http://security.debian.org/debian-security buster/updates/main amd64 libc-dev-bin amd64 2.28-10+deb10u2 [276 kB] Get:311 http://security.debian.org/debian-security buster/updates/main amd64 linux-libc-dev amd64 4.19.304-1 [1,604 kB] Get:107 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bts-virtual 1.7.0.61.6533.202404192026 [267 kB] Get:108 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bts 1.7.0.61.6533.202404192026 [47.4 kB] Get:312 http://security.debian.org/debian-security buster/updates/main amd64 libc6-dev amd64 2.28-10+deb10u2 [2,693 kB] Get:109 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bts-doc 1.7.0.61.6533.202404192026 [1,779 kB] Get:110 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-cbc-doc 0.4.2.4.538b.202404192026 [612 kB] Get:313 http://deb.debian.org/debian buster/main amd64 texlive-fonts-recommended all 2018.20190227-2 [5,228 kB] Get:111 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-e1d 0.6.0.14.ff2c7.202404192026 [34.9 kB] Get:112 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-e1d-dbgsym 0.6.0.14.ff2c7.202404192026 [105 kB] Get:314 http://security.debian.org/debian-security buster/updates/main amd64 libmicrohttpd12 amd64 0.9.62-1+deb10u1 [96.4 kB] Get:315 http://security.debian.org/debian-security buster/updates/main amd64 libsofia-sip-ua0 amd64 1.12.11+20110422.1-2.1+deb10u4 [535 kB] Get:113 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-fl2k 0.2.0.1.6c81.202404192026 [18.5 kB] Get:316 http://security.debian.org/debian-security buster/updates/main amd64 libsofia-sip-ua-glib3 amd64 1.12.11+20110422.1-2.1+deb10u4 [16.5 kB] Get:317 http://security.debian.org/debian-security buster/updates/main amd64 libwebpdemux2 amd64 0.6.1-2+deb10u3 [87.9 kB] Get:318 http://security.debian.org/debian-security buster/updates/main amd64 libwebpmux3 amd64 0.6.1-2+deb10u3 [98.1 kB] Get:114 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-fl2k-dbgsym 0.2.0.1.6c81.202404192026 [39.3 kB] Get:319 http://security.debian.org/debian-security buster/updates/main amd64 python3-pil amd64 5.4.1-2+deb10u6 [395 kB] Get:320 http://security.debian.org/debian-security buster/updates/main amd64 python3-reportlab-accel amd64 3.5.13-1+deb10u2 [35.4 kB] Get:321 http://security.debian.org/debian-security buster/updates/main amd64 python3-reportlab all 3.5.13-1+deb10u2 [542 kB] Get:115 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-gbproxy-doc 1:0.4.1.1.dc25.202404192026 [941 kB] Get:322 http://security.debian.org/debian-security buster/updates/main amd64 python3-cryptography amd64 2.6.1-3+deb10u4 [218 kB] Get:323 http://security.debian.org/debian-security buster/updates/main amd64 python3-twisted-bin amd64 18.9.0-3+deb10u2 [20.3 kB] Get:324 http://security.debian.org/debian-security buster/updates/main amd64 python3-twisted all 18.9.0-3+deb10u2 [1,943 kB] Get:116 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-ggsn 1.11.0.18.1f9c.202404192026 [88.3 kB] Get:325 http://security.debian.org/debian-security buster/updates/main amd64 libc-ares2 amd64 1.14.0-1+deb10u4 [86.5 kB] Get:117 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-ggsn-doc 1.11.0.18.1f9c.202404192026 [741 kB] Get:326 http://deb.debian.org/debian buster/main amd64 fonts-lmodern all 2.004.5-6 [4,539 kB] Get:118 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-gsm-manuals-dev 1.5.0.12.8819.202404192026 [440 kB] Get:119 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-hlr 1.7.0.11.da4f.202404192026 [115 kB] Get:120 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-hlr-doc 1.7.0.11.da4f.202404192026 [1,127 kB] Get:121 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-hnbgw-doc 1.5.0.55.8fd9.202404192026 [827 kB] Get:122 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-hnodeb-doc 0.1.2.11.a9b3.202404192026 [3,632 B] Get:123 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-mgw 1.12.1.45.352b.202404192026 [99.6 kB] Get:124 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-mgw-dbgsym 1.12.1.45.352b.202404192026 [279 kB] Get:125 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-mgw-doc 1.12.1.45.352b.202404192026 [886 kB] Get:327 http://deb.debian.org/debian buster/main amd64 texlive-latex-base all 2018.20190227-2 [984 kB] Get:126 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-msc-doc 1.11.1.51.c19f8.202404192026 [1,454 kB] Get:328 http://deb.debian.org/debian buster/main amd64 texlive-latex-recommended all 2018.20190227-2 [15.2 MB] Get:127 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-mslookup-utils 1.7.0.11.da4f.202404192026 [22.5 kB] Get:128 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-pcu 1.4.0.11.7572.202404192026 [245 kB] Get:129 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-pcu-doc 1.4.0.11.7572.202404192026 [1,019 kB] Get:130 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-remsim-apitool 1.0.0.59.81b8.202404192026 [7,212 B] Get:131 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-remsim-bankd 1.0.0.59.81b8.202404192026 [31.1 kB] Get:132 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-remsim-bankd-dbgsym 1.0.0.59.81b8.202404192026 [83.2 kB] Get:133 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-remsim-client-shell 1.0.0.59.81b8.202404192026 [21.1 kB] Get:134 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-remsim-client-shell-dbgsym 1.0.0.59.81b8.202404192026 [69.8 kB] Get:135 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-remsim-client-st2 1.0.0.59.81b8.202404192026 [24.3 kB] Get:136 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-remsim-client-st2-dbgsym 1.0.0.59.81b8.202404192026 [77.9 kB] Get:137 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-remsim-doc 1.0.0.59.81b8.202404192026 [269 kB] Get:138 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-remsim-server 1.0.0.59.81b8.202404192026 [27.1 kB] Get:139 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-remsim-server-dbgsym 1.0.0.59.81b8.202404192026 [82.3 kB] Get:140 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-sgsn-doc 1.11.1.6.1ede8.202404192026 [1,213 kB] Get:141 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-sip-connector 1.6.3.6.6122.202404192026 [34.5 kB] Get:142 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-sip-connector-doc 1.6.3.6.6122.202404192026 [611 kB] Get:143 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-smlc-doc 0.2.4.2.4b73.202404192026 [751 kB] Get:144 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-stp 1.8.0.62.da7b.202404192026 [18.3 kB] Get:145 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-stp-dbg 1.8.0.62.da7b.202404192026 [24.0 kB] Get:146 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-stp-doc 1.8.0.62.da7b.202404192026 [756 kB] Get:147 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-trx-uhd 1.6.0.29.c5f6.202404192026 [152 kB] Get:148 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-trx 1.6.0.29.c5f6.202404192026 [18.5 kB] Get:149 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-trx-doc 1.6.0.29.c5f6.202404192026 [725 kB] Get:150 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-trx-ipc 1.6.0.29.c5f6.202404192026 [142 kB] Get:151 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-trx-lms 1.6.0.29.c5f6.202404192026 [148 kB] Get:152 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-trx-ms-blade 1.6.0.29.c5f6.202404192026 [122 kB] Get:153 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-trx-usrp1 1.6.0.29.c5f6.202404192026 [275 kB] Get:154 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-uecups 0.2.2.1.ce96.202404192026 [24.8 kB] Get:155 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-uecups-dbgsym 0.2.2.1.ce96.202404192026 [86.1 kB] Get:156 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ python3-bladerf 0.2019.07 [21.6 kB] Get:157 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ python3-osmopy-libs 0.3.0.2.9201.202404192026 [20.6 kB] Get:158 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ python3-osmopy-utils 0.3.0.2.9201.202404192026 [12.9 kB] Get:159 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ rtl-sdr 2.0.1.14.7ebc.202404192026 [58.8 kB] Get:160 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ simtrace2-firmware 0.8.1.72.3fbe.202404192026 [44.8 kB] Get:161 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ simtrace2-utils 0.8.1.72.3fbe.202404192026 [19.7 kB] Get:162 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ simtrace2-utils-dbgsym 0.8.1.72.3fbe.202404192026 [51.5 kB] Get:163 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ abisip-find 1.11.0.82.9fb31.202404192026 [87.2 kB] Get:164 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ gtp-echo-responder-dbg 1.11.0.18.1f9c.202404192026 [10.5 kB] Get:165 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libasn1c1 0.9.36.1.3dfa.202404192026 [77.1 kB] Get:166 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libasn1c-dbg 0.9.36.1.3dfa.202404192026 [293 kB] Get:167 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libasn1c-dev 0.9.36.1.3dfa.202404192026 [110 kB] Get:168 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtp-dbg 1.11.0.18.1f9c.202404192026 [107 kB] Get:169 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtpnl-dbg 1.2.5.27.39e0.202404192026 [40.2 kB] Get:170 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libgtpnl-tools 1.2.5.27.39e0.202404192026 [7,268 B] Get:171 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-abis-dbg 1.5.1.11.5277.202404192026 [306 kB] Get:172 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-e1d-dev 0.6.0.14.ff2c7.202404192026 [16.2 kB] Get:173 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-gtlv-dbg 0.3.0.4.a46a.202404192026 [39.6 kB] Get:174 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-hnbap0 1.5.1.6.fc08.202404192026 [51.9 kB] Get:175 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-hnbap-dbg 1.5.1.6.fc08.202404192026 [201 kB] Get:176 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-hnbap-dev 1.5.1.6.fc08.202404192026 [26.3 kB] Get:177 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-mgcp-client-dev 1.12.1.45.352b.202404192026 [69.7 kB] Get:329 http://deb.debian.org/debian buster/main amd64 texlive all 2018.20190227-2 [32.6 kB] Get:330 http://deb.debian.org/debian buster/main amd64 texlive-bibtex-extra all 2018.20190227-2 [61.7 MB] Get:178 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-netif-dbg 1.4.0.54.05ff.202404192026 [153 kB] Get:179 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-octoi-dev 0.6.0.14.ff2c7.202404192026 [36.9 kB] Get:180 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-pfcp-dbg 0.3.0.4.a46a.202404192026 [131 kB] Get:181 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-ranap7 1.5.1.6.fc08.202404192026 [219 kB] Get:182 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-ranap-dbg 1.5.1.6.fc08.202404192026 [1,036 kB] Get:183 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-ranap-dev 1.5.1.6.fc08.202404192026 [93.4 kB] Get:184 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-rua0 1.5.1.6.fc08.202404192026 [29.3 kB] Get:185 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-rua-dbg 1.5.1.6.fc08.202404192026 [96.9 kB] Get:186 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-rua-dev 1.5.1.6.fc08.202404192026 [16.1 kB] Get:187 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sabp1 1.5.1.6.fc08.202404192026 [37.0 kB] Get:188 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sabp-dbg 1.5.1.6.fc08.202404192026 [130 kB] Get:189 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sabp-dev 1.5.1.6.fc08.202404192026 [19.2 kB] Get:190 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sbcap0 0.4.2.4.538b.202404192026 [381 kB] Get:191 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmo-sbcap-dev 0.4.2.4.538b.202404192026 [678 kB] Get:192 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmocore-dbg 1.9.0.192.1c24.202404192026 [2,219 kB] Get:193 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libosmodsp-dbg 0.4.0.8.9128.202404192026 [21.5 kB] Get:194 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ libsmpp34-dbg 1.14.3.2.4b6d.202404192026 [659 kB] Get:195 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bsc 1.11.0.82.9fb31.202404192026 [606 kB] Get:196 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bsc-bs11-utils 1.11.0.82.9fb31.202404192026 [2,405 kB] Get:197 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bsc-dbg 1.11.0.82.9fb31.202404192026 [3,505 kB] Get:198 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bsc-ipaccess-utils 1.11.0.82.9fb31.202404192026 [4,560 kB] Get:199 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bsc-meas-utils 1.11.0.82.9fb31.202404192026 [2,383 kB] Get:200 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bsc-nat 0.1.0.202404192026 [22.5 kB] Get:201 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bsc-nat-dbg 0.1.0.202404192026 [97.0 kB] Get:202 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bts-trx-dbg 1.7.0.61.6533.202404192026 [1,320 kB] Get:203 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-bts-virtual-dbg 1.7.0.61.6533.202404192026 [2,047 kB] Get:204 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-cbc 0.4.2.4.538b.202404192026 [46.3 kB] Get:205 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-cbc-dbg 0.4.2.4.538b.202404192026 [334 kB] Get:206 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-cbc-utils 0.4.2.4.538b.202404192026 [6,520 B] Get:207 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-gbproxy 1:0.4.1.1.dc25.202404192026 [46.6 kB] Get:208 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-gbproxy-dbg 1:0.4.1.1.dc25.202404192026 [127 kB] Get:209 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-ggsn-dbg 1.11.0.18.1f9c.202404192026 [292 kB] Get:210 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-gtphub 1.11.1.6.1ede8.202404192026 [55.8 kB] Get:211 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-gtphub-dbg 1.11.1.6.1ede8.202404192026 [150 kB] Get:212 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-hlr-dbg 1.7.0.11.da4f.202404192026 [489 kB] Get:213 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-hnbgw 1.5.0.55.8fd9.202404192026 [93.3 kB] Get:214 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-hnbgw-dbg 1.5.0.55.8fd9.202404192026 [598 kB] Get:215 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-hnodeb 0.1.2.11.a9b3.202404192026 [36.1 kB] Get:216 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-hnodeb-dbg 0.1.2.11.a9b3.202404192026 [188 kB] Get:217 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-msc 1.11.1.51.c19f8.202404192026 [355 kB] Get:218 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-msc-dbg 1.11.1.51.c19f8.202404192026 [1,628 kB] Get:219 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-pcap-client 0.4.2.2.9f47.202404192026 [25.0 kB] Get:220 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-pcap-client-dbg 0.4.2.2.9f47.202404192026 [76.8 kB] Get:221 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-pcap-server 0.4.2.2.9f47.202404192026 [26.2 kB] Get:222 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-pcap-server-dbg 0.4.2.2.9f47.202404192026 [63.8 kB] Get:223 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-pcu-dbg 1.4.0.11.7572.202404192026 [1,102 kB] Get:224 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-sgsn 1.11.1.6.1ede8.202404192026 [141 kB] Get:225 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-sgsn-dbg 1.11.1.6.1ede8.202404192026 [638 kB] Get:226 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-sip-connector-dbg 1.6.3.6.6122.202404192026 [151 kB] Get:227 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-smlc 0.2.4.2.4b73.202404192026 [28.8 kB] Get:228 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-smlc-dbg 0.2.4.2.4b73.202404192026 [106 kB] Get:229 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-sysmon 0.3.2.3.4e7c.202404192026 [21.2 kB] Get:230 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-sysmon-dbg 0.3.2.3.4e7c.202404192026 [72.5 kB] Get:231 https://downloads.osmocom.org/packages/osmocom:/nightly/Debian_10 ./ osmo-trx-dbg 1.6.0.29.c5f6.202404192026 [7,375 kB] Get:331 http://deb.debian.org/debian buster/main amd64 libsombok3 amd64 2.4.0-2 [31.3 kB] Get:332 http://deb.debian.org/debian buster/main amd64 libmime-charset-perl all 1.012.2-1 [35.4 kB] Get:333 http://deb.debian.org/debian buster/main amd64 libunicode-linebreak-perl amd64 0.0.20190101-1 [103 kB] Get:334 http://deb.debian.org/debian buster/main amd64 texlive-extra-utils all 2018.20190227-2 [39.4 MB] Get:335 http://deb.debian.org/debian buster/main amd64 preview-latex-style all 11.91-2 [201 kB] Get:336 http://deb.debian.org/debian buster/main amd64 texlive-pictures all 2018.20190227-2 [8,201 kB] Get:337 http://deb.debian.org/debian buster/main amd64 texlive-latex-extra all 2018.20190227-2 [12.3 MB] Get:338 http://deb.debian.org/debian buster/main amd64 fonts-gfs-baskerville all 1.1-5 [43.4 kB] Get:339 http://deb.debian.org/debian buster/main amd64 fonts-gfs-porson all 1.1-6 [33.5 kB] Get:340 http://deb.debian.org/debian buster/main amd64 texlive-lang-greek all 2018.20190227-2 [76.3 MB] Get:341 http://deb.debian.org/debian buster/main amd64 texlive-science all 2018.20190227-2 [3,168 kB] Get:342 http://deb.debian.org/debian buster/main amd64 dblatex all 0.3.10-2 [372 kB] Get:343 http://deb.debian.org/debian buster/main amd64 libosp5 amd64 1.5.2-13+b1 [948 kB] Get:344 http://deb.debian.org/debian buster/main amd64 libostyle1c2 amd64 1.4devel1-21.3+b1 [619 kB] Get:345 http://deb.debian.org/debian buster/main amd64 openjade amd64 1.4devel1-21.3+b1 [266 kB] Get:346 http://deb.debian.org/debian buster/main amd64 docbook-dsssl all 1.79-9.1 [234 kB] Get:347 http://deb.debian.org/debian buster/main amd64 texlive-plain-generic all 2018.20190227-2 [24.3 MB] Get:348 http://deb.debian.org/debian buster/main amd64 teckit amd64 2.5.8+ds2-5 [688 kB] Get:349 http://deb.debian.org/debian buster/main amd64 tipa all 2:1.3-20 [2,972 kB] Get:350 http://deb.debian.org/debian buster/main amd64 texlive-xetex all 2018.20190227-2 [14.8 MB] Get:351 http://deb.debian.org/debian buster/main amd64 texlive-formats-extra all 2018.20190227-2 [4,712 kB] Get:352 http://deb.debian.org/debian buster/main amd64 lynx-common all 2.8.9rel.1-3+deb10u1 [1,212 kB] Get:353 http://deb.debian.org/debian buster/main amd64 lynx amd64 2.8.9rel.1-3+deb10u1 [642 kB] Get:354 http://deb.debian.org/debian buster/main amd64 libsgmls-perl all 1.03ii-36 [26.5 kB] Get:355 http://deb.debian.org/debian buster/main amd64 sgmlspl all 1.03ii-36 [11.7 kB] Get:356 http://deb.debian.org/debian buster/main amd64 opensp amd64 1.5.2-13+b1 [449 kB] Get:357 http://deb.debian.org/debian buster/main amd64 docbook-utils all 0.6.14-3.3 [60.0 kB] Get:358 http://deb.debian.org/debian buster/main amd64 asciidoc-dblatex all 8.6.10-3 [58.8 kB] Get:359 http://deb.debian.org/debian buster/main amd64 libtecla1 amd64 1.6.3-2.1 [104 kB] Get:360 http://deb.debian.org/debian buster/main amd64 libdconf1 amd64 0.30.1-2 [40.7 kB] Get:361 http://deb.debian.org/debian buster/main amd64 dconf-service amd64 0.30.1-2 [36.4 kB] Get:362 http://deb.debian.org/debian buster/main amd64 dconf-gsettings-backend amd64 0.30.1-2 [28.9 kB] Get:363 http://deb.debian.org/debian buster/main amd64 docbook5-xml all 5.0-2 [807 kB] Get:364 http://deb.debian.org/debian buster/main amd64 docutils-common all 0.14+dfsg-4 [167 kB] Get:365 http://deb.debian.org/debian buster/main amd64 fonts-mathjax all 2.7.4+dfsg-1 [2,209 kB] Get:366 http://deb.debian.org/debian buster/main amd64 libproxy1v5 amd64 0.4.15-5+deb10u1 [56.1 kB] Get:367 http://deb.debian.org/debian buster/main amd64 glib-networking-common all 2.58.0-2+deb10u2 [59.5 kB] Get:368 http://deb.debian.org/debian buster/main amd64 glib-networking-services amd64 2.58.0-2+deb10u2 [13.7 kB] Get:369 http://deb.debian.org/debian buster/main amd64 gsettings-desktop-schemas all 3.28.1-1 [529 kB] Get:370 http://deb.debian.org/debian buster/main amd64 glib-networking amd64 2.58.0-2+deb10u2 [54.6 kB] Get:371 http://deb.debian.org/debian buster/main amd64 libcdt5 amd64 2.40.1-6+deb10u1 [60.7 kB] Get:372 http://deb.debian.org/debian buster/main amd64 libcgraph6 amd64 2.40.1-6+deb10u1 [84.2 kB] Get:373 http://deb.debian.org/debian buster/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [158 kB] Get:374 http://deb.debian.org/debian buster/main amd64 libltdl7 amd64 2.4.6-9 [390 kB] Get:375 http://deb.debian.org/debian buster/main amd64 libpathplan4 amd64 2.40.1-6+deb10u1 [63.6 kB] Get:376 http://deb.debian.org/debian buster/main amd64 libxdot4 amd64 2.40.1-6+deb10u1 [57.0 kB] Get:377 http://deb.debian.org/debian buster/main amd64 libgvc6 amd64 2.40.1-6+deb10u1 [646 kB] Get:378 http://deb.debian.org/debian buster/main amd64 libgvpr2 amd64 2.40.1-6+deb10u1 [213 kB] Get:379 http://deb.debian.org/debian buster/main amd64 liblab-gamut1 amd64 2.40.1-6+deb10u1 [220 kB] Get:380 http://deb.debian.org/debian buster/main amd64 graphviz amd64 2.40.1-6+deb10u1 [596 kB] Get:381 http://deb.debian.org/debian buster/main amd64 libatk1.0-data all 2.30.0-2 [145 kB] Get:382 http://deb.debian.org/debian buster/main amd64 libatk1.0-0 amd64 2.30.0-2 [50.6 kB] Get:383 http://deb.debian.org/debian buster/main amd64 libatspi2.0-0 amd64 2.30.0-7 [65.0 kB] Get:384 http://deb.debian.org/debian buster/main amd64 libatk-bridge2.0-0 amd64 2.30.0-5 [61.6 kB] Get:385 http://deb.debian.org/debian buster/main amd64 libbctoolbox1 amd64 0.6.0-2+b2 [48.6 kB] Get:386 http://deb.debian.org/debian buster/main amd64 libjs-mathjax all 2.7.4+dfsg-1 [5,658 kB] Get:387 http://deb.debian.org/debian buster/main amd64 libboost-atomic1.67.0 amd64 1.67.0-13+deb10u1 [226 kB] Get:388 http://deb.debian.org/debian buster/main amd64 libboost-chrono1.67.0 amd64 1.67.0-13+deb10u1 [234 kB] Get:389 http://deb.debian.org/debian buster/main amd64 libboost-date-time1.67.0 amd64 1.67.0-13+deb10u1 [239 kB] Get:390 http://deb.debian.org/debian buster/main amd64 libboost-filesystem1.67.0 amd64 1.67.0-13+deb10u1 [261 kB] Get:391 http://deb.debian.org/debian buster/main amd64 libboost-program-options1.67.0 amd64 1.67.0-13+deb10u1 [357 kB] Get:392 http://deb.debian.org/debian buster/main amd64 libboost-regex1.67.0 amd64 1.67.0-13+deb10u1 [485 kB] Get:393 http://deb.debian.org/debian buster/main amd64 libboost-serialization1.67.0 amd64 1.67.0-13+deb10u1 [319 kB] Get:394 http://deb.debian.org/debian buster/main amd64 libboost-timer1.67.0 amd64 1.67.0-13+deb10u1 [231 kB] Get:395 http://deb.debian.org/debian buster/main amd64 libboost-test1.67.0 amd64 1.67.0-13+deb10u1 [456 kB] Get:396 http://deb.debian.org/debian buster/main amd64 libboost-thread1.67.0 amd64 1.67.0-13+deb10u1 [268 kB] Get:397 http://deb.debian.org/debian buster/main amd64 libcairo-gobject2 amd64 1.16.0-4+deb10u1 [125 kB] Get:398 http://deb.debian.org/debian buster/main amd64 libcdk5nc6 amd64 5.0.20180306-3 [129 kB] Get:399 http://deb.debian.org/debian buster/main amd64 libcolord2 amd64 1.4.3-4 [141 kB] Get:400 http://deb.debian.org/debian buster/main amd64 libcsv3 amd64 3.0.3+dfsg-4 [9,612 B] Get:401 http://deb.debian.org/debian buster/main amd64 libdbi1 amd64 0.9.0-5 [31.9 kB] Get:402 http://deb.debian.org/debian buster/main amd64 libdbd-sqlite3 amd64 0.9.0-6+b1 [180 kB] Get:403 http://deb.debian.org/debian buster/main amd64 libdpkg-perl all 1.19.8 [1,415 kB] Get:404 http://deb.debian.org/debian buster/main amd64 libepoxy0 amd64 1.5.3-0.1 [190 kB] Get:405 http://deb.debian.org/debian buster/main amd64 libgomp1 amd64 8.3.0-6 [75.8 kB] Get:406 http://deb.debian.org/debian buster/main amd64 libfftw3-single3 amd64 3.3.8-2 [762 kB] Get:407 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-common all 1.4.4-2 [52.3 kB] Get:408 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-0 amd64 1.4.4-2 [61.2 kB] Get:409 http://deb.debian.org/debian buster/main amd64 libsoup2.4-1 amd64 2.64.2-2 [253 kB] Get:410 http://deb.debian.org/debian buster/main amd64 libsoup-gnome2.4-1 amd64 2.64.2-2 [18.0 kB] Get:411 http://deb.debian.org/debian buster/main amd64 librest-0.7-0 amd64 0.8.1-1 [33.7 kB] Get:412 http://deb.debian.org/debian buster/main amd64 libwayland-client0 amd64 1.16.0-1 [26.4 kB] Get:413 http://deb.debian.org/debian buster/main amd64 libwayland-cursor0 amd64 1.16.0-1 [14.1 kB] Get:414 http://deb.debian.org/debian buster/main amd64 libwayland-egl1 amd64 1.16.0-1 [8,204 B] Get:415 http://deb.debian.org/debian buster/main amd64 libxcomposite1 amd64 1:0.4.4-2 [16.5 kB] Get:416 http://deb.debian.org/debian buster/main amd64 libxfixes3 amd64 1:5.0.3-1 [21.9 kB] Get:417 http://deb.debian.org/debian buster/main amd64 libxcursor1 amd64 1:1.1.15-2 [36.6 kB] Get:418 http://deb.debian.org/debian buster/main amd64 libxdamage1 amd64 1:1.1.4-3+b3 [14.9 kB] Get:419 http://deb.debian.org/debian buster/main amd64 libxinerama1 amd64 2:1.1.4-2 [17.7 kB] Get:420 http://deb.debian.org/debian buster/main amd64 libxkbcommon0 amd64 0.8.2-1 [123 kB] Get:421 http://deb.debian.org/debian buster/main amd64 libxrandr2 amd64 2:1.5.1-1 [37.5 kB] Get:422 http://deb.debian.org/debian buster/main amd64 libgtk-3-common all 3.24.5-1 [3,678 kB] Get:423 http://deb.debian.org/debian buster/main amd64 libgtk-3-0 amd64 3.24.5-1 [2,580 kB] Get:424 http://deb.debian.org/debian buster/main amd64 libmnl-dev amd64 1.0.4-2 [13.3 kB] Get:425 http://deb.debian.org/debian buster/main amd64 pcscd amd64 1.8.24-1 [95.3 kB] Get:426 http://deb.debian.org/debian buster/main amd64 libimagequant0 amd64 2.12.2-1.1 [32.5 kB] Get:427 http://deb.debian.org/debian buster/main amd64 libjansson4 amd64 2.12-1 [38.0 kB] Get:428 http://deb.debian.org/debian buster/main amd64 libjs-jquery all 3.3.1~dfsg-3+deb10u1 [332 kB] Get:429 http://deb.debian.org/debian buster/main amd64 liblimesuite18.06-1 amd64 18.06.0+dfsg-1+b1 [246 kB] Get:430 http://deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] Get:431 http://deb.debian.org/debian buster/main amd64 libnl-route-3-200 amd64 3.4.0-1 [162 kB] Get:432 http://deb.debian.org/debian buster/main amd64 libnorm1 amd64 1.5.8+dfsg2-1 [287 kB] Get:433 http://deb.debian.org/debian buster/main amd64 liboping0 amd64 1.10.0-2.1+b1 [20.0 kB] Get:434 http://deb.debian.org/debian buster/main amd64 liborcania1.2 amd64 1.2.9-5 [10.2 kB] Get:435 http://deb.debian.org/debian buster/main amd64 libortp13 amd64 1:1.0.2-1 [74.4 kB] Get:436 http://deb.debian.org/debian buster/main amd64 pkg-config amd64 0.29-6 [63.5 kB] Get:437 http://deb.debian.org/debian buster/main amd64 libtalloc-dev amd64 2.1.14-2 [61.1 kB] Get:438 http://deb.debian.org/debian buster/main amd64 libsctp-dev amd64 1.0.18+dfsg-1 [81.5 kB] Get:439 http://deb.debian.org/debian buster/main amd64 libusb-1.0-0-dev amd64 2:1.0.22-2 [74.5 kB] Get:440 http://deb.debian.org/debian buster/main amd64 libpcap0.8 amd64 1.8.1-6+deb10u1 [140 kB] Get:441 http://deb.debian.org/debian buster/main amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3 [158 kB] Get:442 http://deb.debian.org/debian buster/main amd64 librsvg2-bin amd64 2.44.10-2.1+deb10u3 [35.2 kB] Get:443 http://deb.debian.org/debian buster/main amd64 libsodium23 amd64 1.0.17-1 [158 kB] Get:444 http://deb.debian.org/debian buster/main amd64 libuhd3.13.1 amd64 3.13.1.0-3 [2,703 kB] Get:445 http://deb.debian.org/debian buster/main amd64 libyder2.0 amd64 1.4.4-4 [7,592 B] Get:446 http://deb.debian.org/debian buster/main amd64 libulfius2.5 amd64 2.5.2-4+deb10u1 [39.2 kB] Get:447 http://deb.debian.org/debian buster/main amd64 libzmq5 amd64 4.3.1-4+deb10u2 [246 kB] Get:448 http://deb.debian.org/debian buster/main amd64 mscgen amd64 0.20-12 [50.4 kB] Get:449 http://deb.debian.org/debian buster/main amd64 python3-funcparserlib all 0.3.6-7 [15.0 kB] Get:450 http://deb.debian.org/debian buster/main amd64 python3-webcolors all 1.5-2 [10.4 kB] Get:451 http://deb.debian.org/debian buster/main amd64 python3-roman all 2.0.0-3 [8,768 B] Get:452 http://deb.debian.org/debian buster/main amd64 python3-docutils all 0.14+dfsg-4 [378 kB] Get:453 http://deb.debian.org/debian buster/main amd64 python3-blockdiag all 1.5.3+dfsg-5.2 [74.6 kB] Get:454 http://deb.debian.org/debian buster/main amd64 python3-nwdiag all 1.0.4+dfsg-1 [33.7 kB] Get:455 http://deb.debian.org/debian buster/main amd64 python3-multidict amd64 4.5.2-1 [60.6 kB] Get:456 http://deb.debian.org/debian buster/main amd64 python3-yarl amd64 1.3.0-1 [48.3 kB] Get:457 http://deb.debian.org/debian buster/main amd64 python3-async-timeout all 3.0.1-1 [6,292 B] Get:458 http://deb.debian.org/debian buster/main amd64 python3-attr all 18.2.0-1 [37.3 kB] Get:459 http://deb.debian.org/debian buster/main amd64 python3-aiohttp amd64 3.5.1-1+deb10u1 [261 kB] Get:460 http://deb.debian.org/debian buster/main amd64 python3-asn1crypto all 0.24.0-1 [78.2 kB] Get:461 http://deb.debian.org/debian buster/main amd64 python3-automat all 0.6.0-1 [25.1 kB] Get:462 http://deb.debian.org/debian buster/main amd64 python3-cffi-backend amd64 1.12.2-1 [79.7 kB] Get:463 http://deb.debian.org/debian buster/main amd64 python3-ply all 3.11-3 [65.1 kB] Get:464 http://deb.debian.org/debian buster/main amd64 python3-pycparser all 2.19-1 [75.6 kB] Get:465 http://deb.debian.org/debian buster/main amd64 python3-cffi all 1.12.2-1 [83.3 kB] Get:466 http://deb.debian.org/debian buster/main amd64 python3-constantly all 15.1.0-1 [7,982 B] Get:467 http://deb.debian.org/debian buster/main amd64 python3-hyperlink all 17.3.1-2 [29.3 kB] Get:468 http://deb.debian.org/debian buster/main amd64 python3-incremental all 16.10.1-3 [14.4 kB] Get:469 http://deb.debian.org/debian buster/main amd64 python3-openssl all 19.0.0-1 [52.1 kB] Get:470 http://deb.debian.org/debian buster/main amd64 python3-zope.interface amd64 4.3.2-1+b2 [90.1 kB] Get:471 http://deb.debian.org/debian buster/main amd64 python3-pyasn1 all 0.4.2-3 [57.7 kB] Get:472 http://deb.debian.org/debian buster/main amd64 python3-pyasn1-modules all 0.2.1-0.2 [34.5 kB] Get:473 http://deb.debian.org/debian buster/main amd64 python3-service-identity all 16.0.0-2 [9,440 B] Get:474 http://deb.debian.org/debian buster/main amd64 python3-treq all 18.6.0-0.1 [40.3 kB] apt-listchanges: Reading changelogs... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: Fetched 465 MB in 7s (63.2 MB/s) Selecting previously unselected package poppler-data. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28870 files and directories currently installed.) Preparing to unpack .../poppler-data_0.4.9-2_all.deb ... Unpacking poppler-data (0.4.9-2) ... Selecting previously unselected package sgml-base. Preparing to unpack .../sgml-base_1.29_all.deb ... Unpacking sgml-base (1.29) ... Selecting previously unselected package tex-common. Preparing to unpack .../tex-common_6.11_all.deb ... Unpacking tex-common (6.11) ... Preparing to unpack .../libc6_2.28-10+deb10u2_amd64.deb ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Unpacking libc6:amd64 (2.28-10+deb10u2) over (2.28-10) ... Setting up libc6:amd64 (2.28-10+deb10u2) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29463 files and directories currently installed.) Preparing to unpack .../000-dbus_1.12.28-0+deb10u1_amd64.deb ... Unpacking dbus (1.12.28-0+deb10u1) over (1.12.16-1) ... Preparing to unpack .../001-libdbus-1-3_1.12.28-0+deb10u1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.12.28-0+deb10u1) over (1.12.16-1) ... Selecting previously unselected package hicolor-icon-theme. Preparing to unpack .../002-hicolor-icon-theme_0.17-2_all.deb ... Unpacking hicolor-icon-theme (0.17-2) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../003-libjbig0_2.1-3.1+b2_amd64.deb ... Unpacking libjbig0:amd64 (2.1-3.1+b2) ... Selecting previously unselected package libwebp6:amd64. Preparing to unpack .../004-libwebp6_0.6.1-2+deb10u3_amd64.deb ... Unpacking libwebp6:amd64 (0.6.1-2+deb10u3) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../005-libtiff5_4.1.0+git191117-2~deb10u9_amd64.deb ... Unpacking libtiff5:amd64 (4.1.0+git191117-2~deb10u9) ... Selecting previously unselected package shared-mime-info. Preparing to unpack .../006-shared-mime-info_1.10-1_amd64.deb ... Unpacking shared-mime-info (1.10-1) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Preparing to unpack .../007-libgdk-pixbuf2.0-common_2.38.1+dfsg-1_all.deb ... Unpacking libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ... Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. Preparing to unpack .../008-libgdk-pixbuf2.0-0_2.38.1+dfsg-1_amd64.deb ... Unpacking libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ... Selecting previously unselected package gtk-update-icon-cache. Preparing to unpack .../009-gtk-update-icon-cache_3.24.5-1_amd64.deb ... No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed. Unpacking gtk-update-icon-cache (3.24.5-1) ... Selecting previously unselected package libpixman-1-0:amd64. Preparing to unpack .../010-libpixman-1-0_0.36.0-1+deb10u1_amd64.deb ... Unpacking libpixman-1-0:amd64 (0.36.0-1+deb10u1) ... Selecting previously unselected package libxcb-render0:amd64. Preparing to unpack .../011-libxcb-render0_1.13.1-2_amd64.deb ... Unpacking libxcb-render0:amd64 (1.13.1-2) ... Selecting previously unselected package libxcb-shm0:amd64. Preparing to unpack .../012-libxcb-shm0_1.13.1-2_amd64.deb ... Unpacking libxcb-shm0:amd64 (1.13.1-2) ... Selecting previously unselected package libxrender1:amd64. Preparing to unpack .../013-libxrender1_1%3a0.9.10-1_amd64.deb ... Unpacking libxrender1:amd64 (1:0.9.10-1) ... Selecting previously unselected package libcairo2:amd64. Preparing to unpack .../014-libcairo2_1.16.0-4+deb10u1_amd64.deb ... Unpacking libcairo2:amd64 (1.16.0-4+deb10u1) ... Selecting previously unselected package libcroco3:amd64. Preparing to unpack .../015-libcroco3_0.6.12-3_amd64.deb ... Unpacking libcroco3:amd64 (0.6.12-3) ... Selecting previously unselected package fontconfig. Preparing to unpack .../016-fontconfig_2.13.1-2_amd64.deb ... Unpacking fontconfig (2.13.1-2) ... Selecting previously unselected package libfribidi0:amd64. Preparing to unpack .../017-libfribidi0_1.0.5-3.1+deb10u2_amd64.deb ... Unpacking libfribidi0:amd64 (1.0.5-3.1+deb10u2) ... Selecting previously unselected package libthai-data. Preparing to unpack .../018-libthai-data_0.1.28-2_all.deb ... Unpacking libthai-data (0.1.28-2) ... Selecting previously unselected package libdatrie1:amd64. Preparing to unpack .../019-libdatrie1_0.2.12-2_amd64.deb ... Unpacking libdatrie1:amd64 (0.2.12-2) ... Selecting previously unselected package libthai0:amd64. Preparing to unpack .../020-libthai0_0.1.28-2_amd64.deb ... Unpacking libthai0:amd64 (0.1.28-2) ... Selecting previously unselected package libpango-1.0-0:amd64. Preparing to unpack .../021-libpango-1.0-0_1.42.4-8~deb10u1_amd64.deb ... Unpacking libpango-1.0-0:amd64 (1.42.4-8~deb10u1) ... Selecting previously unselected package libpangoft2-1.0-0:amd64. Preparing to unpack .../022-libpangoft2-1.0-0_1.42.4-8~deb10u1_amd64.deb ... Unpacking libpangoft2-1.0-0:amd64 (1.42.4-8~deb10u1) ... Selecting previously unselected package libpangocairo-1.0-0:amd64. Preparing to unpack .../023-libpangocairo-1.0-0_1.42.4-8~deb10u1_amd64.deb ... Unpacking libpangocairo-1.0-0:amd64 (1.42.4-8~deb10u1) ... Selecting previously unselected package librsvg2-2:amd64. Preparing to unpack .../024-librsvg2-2_2.44.10-2.1+deb10u3_amd64.deb ... Unpacking librsvg2-2:amd64 (2.44.10-2.1+deb10u3) ... Selecting previously unselected package librsvg2-common:amd64. Preparing to unpack .../025-librsvg2-common_2.44.10-2.1+deb10u3_amd64.deb ... Unpacking librsvg2-common:amd64 (2.44.10-2.1+deb10u3) ... Selecting previously unselected package adwaita-icon-theme. Preparing to unpack .../026-adwaita-icon-theme_3.30.1-1_all.deb ... Unpacking adwaita-icon-theme (3.30.1-1) ... Selecting previously unselected package asciidoc-common. Preparing to unpack .../027-asciidoc-common_8.6.10-3_all.deb ... Unpacking asciidoc-common (8.6.10-3) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../028-libxml2-utils_2.9.4+dfsg1-7+deb10u6_amd64.deb ... Unpacking libxml2-utils (2.9.4+dfsg1-7+deb10u6) ... Selecting previously unselected package asciidoc-base. Preparing to unpack .../029-asciidoc-base_8.6.10-3_all.deb ... Unpacking asciidoc-base (8.6.10-3) ... Selecting previously unselected package asciidoc. Preparing to unpack .../030-asciidoc_8.6.10-3_all.deb ... Unpacking asciidoc (8.6.10-3) ... Selecting previously unselected package xml-core. Preparing to unpack .../031-xml-core_0.18+nmu1_all.deb ... Unpacking xml-core (0.18+nmu1) ... Selecting previously unselected package sgml-data. Preparing to unpack .../032-sgml-data_2.0.11_all.deb ... Unpacking sgml-data (2.0.11) ... Selecting previously unselected package docbook-xml. Preparing to unpack .../033-docbook-xml_4.5-8_all.deb ... Unpacking docbook-xml (4.5-8) ... Selecting previously unselected package python-apt. Preparing to unpack .../034-python-apt_1.8.4.3_amd64.deb ... Unpacking python-apt (1.8.4.3) ... Selecting previously unselected package libpaper1:amd64. Preparing to unpack .../035-libpaper1_1.1.28_amd64.deb ... Unpacking libpaper1:amd64 (1.1.28) ... Selecting previously unselected package libpaper-utils. Preparing to unpack .../036-libpaper-utils_1.1.28_amd64.deb ... Unpacking libpaper-utils (1.1.28) ... Selecting previously unselected package libkpathsea6:amd64. Preparing to unpack .../037-libkpathsea6_2018.20181218.49446-1+deb10u2_amd64.deb ... Unpacking libkpathsea6:amd64 (2018.20181218.49446-1+deb10u2) ... Selecting previously unselected package libptexenc1:amd64. Preparing to unpack .../038-libptexenc1_2018.20181218.49446-1+deb10u2_amd64.deb ... Unpacking libptexenc1:amd64 (2018.20181218.49446-1+deb10u2) ... Selecting previously unselected package libsynctex2:amd64. Preparing to unpack .../039-libsynctex2_2018.20181218.49446-1+deb10u2_amd64.deb ... Unpacking libsynctex2:amd64 (2018.20181218.49446-1+deb10u2) ... Selecting previously unselected package libtexlua52:amd64. Preparing to unpack .../040-libtexlua52_2018.20181218.49446-1+deb10u2_amd64.deb ... Unpacking libtexlua52:amd64 (2018.20181218.49446-1+deb10u2) ... Selecting previously unselected package libtexlua53:amd64. Preparing to unpack .../041-libtexlua53_2018.20181218.49446-1+deb10u2_amd64.deb ... Unpacking libtexlua53:amd64 (2018.20181218.49446-1+deb10u2) ... Selecting previously unselected package libtexluajit2:amd64. Preparing to unpack .../042-libtexluajit2_2018.20181218.49446-1+deb10u2_amd64.deb ... Unpacking libtexluajit2:amd64 (2018.20181218.49446-1+deb10u2) ... Selecting previously unselected package t1utils. Preparing to unpack .../043-t1utils_1.41-3_amd64.deb ... Unpacking t1utils (1.41-3) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../044-libbrotli1_1.0.7-2+deb10u1_amd64.deb ... Unpacking libbrotli1:amd64 (1.0.7-2+deb10u1) ... Selecting previously unselected package libgs9-common. Preparing to unpack .../045-libgs9-common_9.27~dfsg-2+deb10u9_all.deb ... Unpacking libgs9-common (9.27~dfsg-2+deb10u9) ... Selecting previously unselected package libcupsimage2:amd64. Preparing to unpack .../046-libcupsimage2_2.2.10-6+deb10u9_amd64.deb ... Unpacking libcupsimage2:amd64 (2.2.10-6+deb10u9) ... Selecting previously unselected package libijs-0.35:amd64. Preparing to unpack .../047-libijs-0.35_0.35-14_amd64.deb ... Unpacking libijs-0.35:amd64 (0.35-14) ... Selecting previously unselected package libjbig2dec0:amd64. Preparing to unpack .../048-libjbig2dec0_0.16-1+deb10u1_amd64.deb ... Unpacking libjbig2dec0:amd64 (0.16-1+deb10u1) ... Selecting previously unselected package libopenjp2-7:amd64. Preparing to unpack .../049-libopenjp2-7_2.3.0-2+deb10u2_amd64.deb ... Unpacking libopenjp2-7:amd64 (2.3.0-2+deb10u2) ... Selecting previously unselected package libgs9:amd64. Preparing to unpack .../050-libgs9_9.27~dfsg-2+deb10u9_amd64.deb ... Unpacking libgs9:amd64 (9.27~dfsg-2+deb10u9) ... Selecting previously unselected package libharfbuzz-icu0:amd64. Preparing to unpack .../051-libharfbuzz-icu0_2.3.1-1_amd64.deb ... Unpacking libharfbuzz-icu0:amd64 (2.3.1-1) ... Selecting previously unselected package x11-common. Preparing to unpack .../052-x11-common_1%3a7.7+19_all.deb ... Unpacking x11-common (1:7.7+19) ... Selecting previously unselected package libice6:amd64. Preparing to unpack .../053-libice6_2%3a1.0.9-2_amd64.deb ... Unpacking libice6:amd64 (2:1.0.9-2) ... Selecting previously unselected package libmpfr6:amd64. Preparing to unpack .../054-libmpfr6_4.0.2-1_amd64.deb ... Unpacking libmpfr6:amd64 (4.0.2-1) ... Selecting previously unselected package libpotrace0:amd64. Preparing to unpack .../055-libpotrace0_1.15-1_amd64.deb ... Unpacking libpotrace0:amd64 (1.15-1) ... Selecting previously unselected package libsm6:amd64. Preparing to unpack .../056-libsm6_2%3a1.2.3-1_amd64.deb ... Unpacking libsm6:amd64 (2:1.2.3-1) ... Selecting previously unselected package libteckit0:amd64. Preparing to unpack .../057-libteckit0_2.5.8+ds2-5_amd64.deb ... Unpacking libteckit0:amd64 (2.5.8+ds2-5) ... Selecting previously unselected package libwoff1:amd64. Preparing to unpack .../058-libwoff1_1.0.2-1_amd64.deb ... Unpacking libwoff1:amd64 (1.0.2-1) ... Selecting previously unselected package libxt6:amd64. Preparing to unpack .../059-libxt6_1%3a1.1.5-1+b3_amd64.deb ... Unpacking libxt6:amd64 (1:1.1.5-1+b3) ... Selecting previously unselected package libxmu6:amd64. Preparing to unpack .../060-libxmu6_2%3a1.1.2-2+b3_amd64.deb ... Unpacking libxmu6:amd64 (2:1.1.2-2+b3) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../061-libxpm4_1%3a3.5.12-1+deb10u2_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.12-1+deb10u2) ... Selecting previously unselected package libxaw7:amd64. Preparing to unpack .../062-libxaw7_2%3a1.0.13-1+b2_amd64.deb ... Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ... Selecting previously unselected package libxi6:amd64. Preparing to unpack .../063-libxi6_2%3a1.7.9-1_amd64.deb ... Unpacking libxi6:amd64 (2:1.7.9-1) ... Selecting previously unselected package libxxhash0:amd64. Preparing to unpack .../064-libxxhash0_0.6.5-2_amd64.deb ... Unpacking libxxhash0:amd64 (0.6.5-2) ... Selecting previously unselected package libzzip-0-13:amd64. Preparing to unpack .../065-libzzip-0-13_0.13.62-3.2+deb10u1_amd64.deb ... Unpacking libzzip-0-13:amd64 (0.13.62-3.2+deb10u1) ... Selecting previously unselected package texlive-binaries. Preparing to unpack .../066-texlive-binaries_2018.20181218.49446-1+deb10u2_amd64.deb ... Unpacking texlive-binaries (2018.20181218.49446-1+deb10u2) ... Selecting previously unselected package xdg-utils. Preparing to unpack .../067-xdg-utils_1.1.3-1+deb10u1_all.deb ... Unpacking xdg-utils (1.1.3-1+deb10u1) ... Selecting previously unselected package texlive-base. Preparing to unpack .../068-texlive-base_2018.20190227-2_all.deb ... Unpacking texlive-base (2018.20190227-2) ... Selecting previously unselected package texlive-fonts-recommended. Preparing to unpack .../069-texlive-fonts-recommended_2018.20190227-2_all.deb ... Unpacking texlive-fonts-recommended (2018.20190227-2) ... Selecting previously unselected package fonts-lmodern. Preparing to unpack .../070-fonts-lmodern_2.004.5-6_all.deb ... Unpacking fonts-lmodern (2.004.5-6) ... Selecting previously unselected package texlive-latex-base. Preparing to unpack .../071-texlive-latex-base_2018.20190227-2_all.deb ... Unpacking texlive-latex-base (2018.20190227-2) ... Selecting previously unselected package texlive-latex-recommended. Preparing to unpack .../072-texlive-latex-recommended_2018.20190227-2_all.deb ... Unpacking texlive-latex-recommended (2018.20190227-2) ... Selecting previously unselected package texlive. Preparing to unpack .../073-texlive_2018.20190227-2_all.deb ... Unpacking texlive (2018.20190227-2) ... Selecting previously unselected package texlive-bibtex-extra. Preparing to unpack .../074-texlive-bibtex-extra_2018.20190227-2_all.deb ... Unpacking texlive-bibtex-extra (2018.20190227-2) ... Selecting previously unselected package libsombok3:amd64. Preparing to unpack .../075-libsombok3_2.4.0-2_amd64.deb ... Unpacking libsombok3:amd64 (2.4.0-2) ... Selecting previously unselected package libmime-charset-perl. Preparing to unpack .../076-libmime-charset-perl_1.012.2-1_all.deb ... Unpacking libmime-charset-perl (1.012.2-1) ... Selecting previously unselected package libunicode-linebreak-perl. Preparing to unpack .../077-libunicode-linebreak-perl_0.0.20190101-1_amd64.deb ... Unpacking libunicode-linebreak-perl (0.0.20190101-1) ... Selecting previously unselected package texlive-extra-utils. Preparing to unpack .../078-texlive-extra-utils_2018.20190227-2_all.deb ... Unpacking texlive-extra-utils (2018.20190227-2) ... Selecting previously unselected package preview-latex-style. Preparing to unpack .../079-preview-latex-style_11.91-2_all.deb ... Unpacking preview-latex-style (11.91-2) ... Selecting previously unselected package texlive-pictures. Preparing to unpack .../080-texlive-pictures_2018.20190227-2_all.deb ... Unpacking texlive-pictures (2018.20190227-2) ... Selecting previously unselected package texlive-latex-extra. Preparing to unpack .../081-texlive-latex-extra_2018.20190227-2_all.deb ... Unpacking texlive-latex-extra (2018.20190227-2) ... Selecting previously unselected package fonts-gfs-baskerville. Preparing to unpack .../082-fonts-gfs-baskerville_1.1-5_all.deb ... Unpacking fonts-gfs-baskerville (1.1-5) ... Selecting previously unselected package fonts-gfs-porson. Preparing to unpack .../083-fonts-gfs-porson_1.1-6_all.deb ... Unpacking fonts-gfs-porson (1.1-6) ... Selecting previously unselected package texlive-lang-greek. Preparing to unpack .../084-texlive-lang-greek_2018.20190227-2_all.deb ... Unpacking texlive-lang-greek (2018.20190227-2) ... Selecting previously unselected package texlive-science. Preparing to unpack .../085-texlive-science_2018.20190227-2_all.deb ... Unpacking texlive-science (2018.20190227-2) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../086-libxslt1.1_1.1.32-2.2~deb10u2_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.32-2.2~deb10u2) ... Selecting previously unselected package xsltproc. Preparing to unpack .../087-xsltproc_1.1.32-2.2~deb10u2_amd64.deb ... Unpacking xsltproc (1.1.32-2.2~deb10u2) ... Selecting previously unselected package dblatex. Preparing to unpack .../088-dblatex_0.3.10-2_all.deb ... Unpacking dblatex (0.3.10-2) ... Selecting previously unselected package libosp5. Preparing to unpack .../089-libosp5_1.5.2-13+b1_amd64.deb ... Unpacking libosp5 (1.5.2-13+b1) ... Selecting previously unselected package libostyle1c2. Preparing to unpack .../090-libostyle1c2_1.4devel1-21.3+b1_amd64.deb ... Unpacking libostyle1c2 (1.4devel1-21.3+b1) ... Selecting previously unselected package openjade. Preparing to unpack .../091-openjade_1.4devel1-21.3+b1_amd64.deb ... Unpacking openjade (1.4devel1-21.3+b1) ... Selecting previously unselected package docbook-dsssl. Preparing to unpack .../092-docbook-dsssl_1.79-9.1_all.deb ... Unpacking docbook-dsssl (1.79-9.1) ... Selecting previously unselected package texlive-plain-generic. Preparing to unpack .../093-texlive-plain-generic_2018.20190227-2_all.deb ... Unpacking texlive-plain-generic (2018.20190227-2) ... Selecting previously unselected package teckit. Preparing to unpack .../094-teckit_2.5.8+ds2-5_amd64.deb ... Unpacking teckit (2.5.8+ds2-5) ... Selecting previously unselected package tipa. Preparing to unpack .../095-tipa_2%3a1.3-20_all.deb ... Unpacking tipa (2:1.3-20) ... Selecting previously unselected package texlive-xetex. Preparing to unpack .../096-texlive-xetex_2018.20190227-2_all.deb ... Unpacking texlive-xetex (2018.20190227-2) ... Selecting previously unselected package texlive-formats-extra. Preparing to unpack .../097-texlive-formats-extra_2018.20190227-2_all.deb ... Unpacking texlive-formats-extra (2018.20190227-2) ... Selecting previously unselected package lynx-common. Preparing to unpack .../098-lynx-common_2.8.9rel.1-3+deb10u1_all.deb ... Unpacking lynx-common (2.8.9rel.1-3+deb10u1) ... Selecting previously unselected package lynx. Preparing to unpack .../099-lynx_2.8.9rel.1-3+deb10u1_amd64.deb ... Unpacking lynx (2.8.9rel.1-3+deb10u1) ... Selecting previously unselected package libsgmls-perl. Preparing to unpack .../100-libsgmls-perl_1.03ii-36_all.deb ... Unpacking libsgmls-perl (1.03ii-36) ... Selecting previously unselected package sgmlspl. Preparing to unpack .../101-sgmlspl_1.03ii-36_all.deb ... Unpacking sgmlspl (1.03ii-36) ... Selecting previously unselected package opensp. Preparing to unpack .../102-opensp_1.5.2-13+b1_amd64.deb ... Unpacking opensp (1.5.2-13+b1) ... Selecting previously unselected package docbook-utils. Preparing to unpack .../103-docbook-utils_0.6.14-3.3_all.deb ... Unpacking docbook-utils (0.6.14-3.3) ... Selecting previously unselected package asciidoc-dblatex. Preparing to unpack .../104-asciidoc-dblatex_8.6.10-3_all.deb ... Unpacking asciidoc-dblatex (8.6.10-3) ... Selecting previously unselected package libbladerf2:amd64. Preparing to unpack .../105-libbladerf2_0.2019.07_amd64.deb ... Unpacking libbladerf2:amd64 (0.2019.07) ... Selecting previously unselected package libtecla1. Preparing to unpack .../106-libtecla1_1.6.3-2.1_amd64.deb ... Unpacking libtecla1 (1.6.3-2.1) ... Selecting previously unselected package bladerf. Preparing to unpack .../107-bladerf_0.2019.07_amd64.deb ... Unpacking bladerf (0.2019.07) ... Selecting previously unselected package bladerf-dbgsym. Preparing to unpack .../108-bladerf-dbgsym_0.2019.07_amd64.deb ... Unpacking bladerf-dbgsym (0.2019.07) ... Selecting previously unselected package bladerf-firmware-fx3. Preparing to unpack .../109-bladerf-firmware-fx3_0.2019.07_all.deb ... Unpacking bladerf-firmware-fx3 (0.2019.07) ... Selecting previously unselected package bladerf-fpga-hostedx115. Preparing to unpack .../110-bladerf-fpga-hostedx115_0.2019.07_all.deb ... Unpacking bladerf-fpga-hostedx115 (0.2019.07) ... Selecting previously unselected package bladerf-fpga-hostedx40. Preparing to unpack .../111-bladerf-fpga-hostedx40_0.2019.07_all.deb ... Unpacking bladerf-fpga-hostedx40 (0.2019.07) ... Selecting previously unselected package bladerf-fpga-hostedxa4. Preparing to unpack .../112-bladerf-fpga-hostedxa4_0.2019.07_all.deb ... Unpacking bladerf-fpga-hostedxa4 (0.2019.07) ... Selecting previously unselected package bladerf-fpga-hostedxa9. Preparing to unpack .../113-bladerf-fpga-hostedxa9_0.2019.07_all.deb ... Unpacking bladerf-fpga-hostedxa9 (0.2019.07) ... Selecting previously unselected package dbus-user-session. Preparing to unpack .../114-dbus-user-session_1.12.28-0+deb10u1_amd64.deb ... Unpacking dbus-user-session (1.12.28-0+deb10u1) ... Selecting previously unselected package libdconf1:amd64. Preparing to unpack .../115-libdconf1_0.30.1-2_amd64.deb ... Unpacking libdconf1:amd64 (0.30.1-2) ... Selecting previously unselected package dconf-service. Preparing to unpack .../116-dconf-service_0.30.1-2_amd64.deb ... Unpacking dconf-service (0.30.1-2) ... Selecting previously unselected package dconf-gsettings-backend:amd64. Preparing to unpack .../117-dconf-gsettings-backend_0.30.1-2_amd64.deb ... Unpacking dconf-gsettings-backend:amd64 (0.30.1-2) ... Selecting previously unselected package docbook5-xml. Preparing to unpack .../118-docbook5-xml_5.0-2_all.deb ... Unpacking docbook5-xml (5.0-2) ... Selecting previously unselected package docutils-common. Preparing to unpack .../119-docutils-common_0.14+dfsg-4_all.deb ... Unpacking docutils-common (0.14+dfsg-4) ... Selecting previously unselected package fonts-mathjax. Preparing to unpack .../120-fonts-mathjax_2.7.4+dfsg-1_all.deb ... Unpacking fonts-mathjax (2.7.4+dfsg-1) ... Selecting previously unselected package libproxy1v5:amd64. Preparing to unpack .../121-libproxy1v5_0.4.15-5+deb10u1_amd64.deb ... Unpacking libproxy1v5:amd64 (0.4.15-5+deb10u1) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../122-glib-networking-common_2.58.0-2+deb10u2_all.deb ... Unpacking glib-networking-common (2.58.0-2+deb10u2) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../123-glib-networking-services_2.58.0-2+deb10u2_amd64.deb ... Unpacking glib-networking-services (2.58.0-2+deb10u2) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../124-gsettings-desktop-schemas_3.28.1-1_all.deb ... Unpacking gsettings-desktop-schemas (3.28.1-1) ... Selecting previously unselected package glib-networking:amd64. Preparing to unpack .../125-glib-networking_2.58.0-2+deb10u2_amd64.deb ... Unpacking glib-networking:amd64 (2.58.0-2+deb10u2) ... Selecting previously unselected package libcdt5. Preparing to unpack .../126-libcdt5_2.40.1-6+deb10u1_amd64.deb ... Unpacking libcdt5 (2.40.1-6+deb10u1) ... Selecting previously unselected package libcgraph6. Preparing to unpack .../127-libcgraph6_2.40.1-6+deb10u1_amd64.deb ... Unpacking libcgraph6 (2.40.1-6+deb10u1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../128-libgd3_2.2.5-5.2+deb10u1_amd64.deb ... Unpacking libgd3:amd64 (2.2.5-5.2+deb10u1) ... Selecting previously unselected package libgts-0.7-5:amd64. Preparing to unpack .../129-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... Selecting previously unselected package libltdl7:amd64. Preparing to unpack .../130-libltdl7_2.4.6-9_amd64.deb ... Unpacking libltdl7:amd64 (2.4.6-9) ... Selecting previously unselected package libpathplan4. Preparing to unpack .../131-libpathplan4_2.40.1-6+deb10u1_amd64.deb ... Unpacking libpathplan4 (2.40.1-6+deb10u1) ... Selecting previously unselected package libxdot4. Preparing to unpack .../132-libxdot4_2.40.1-6+deb10u1_amd64.deb ... Unpacking libxdot4 (2.40.1-6+deb10u1) ... Selecting previously unselected package libgvc6. Preparing to unpack .../133-libgvc6_2.40.1-6+deb10u1_amd64.deb ... Unpacking libgvc6 (2.40.1-6+deb10u1) ... Selecting previously unselected package libgvpr2. Preparing to unpack .../134-libgvpr2_2.40.1-6+deb10u1_amd64.deb ... Unpacking libgvpr2 (2.40.1-6+deb10u1) ... Selecting previously unselected package liblab-gamut1. Preparing to unpack .../135-liblab-gamut1_2.40.1-6+deb10u1_amd64.deb ... Unpacking liblab-gamut1 (2.40.1-6+deb10u1) ... Selecting previously unselected package graphviz. Preparing to unpack .../136-graphviz_2.40.1-6+deb10u1_amd64.deb ... Unpacking graphviz (2.40.1-6+deb10u1) ... Selecting previously unselected package gtp-echo-responder. Preparing to unpack .../137-gtp-echo-responder_1.11.0.18.1f9c.202404192026_amd64.deb ... Unpacking gtp-echo-responder (1.11.0.18.1f9c.202404192026) ... Selecting previously unselected package libatk1.0-data. Preparing to unpack .../138-libatk1.0-data_2.30.0-2_all.deb ... Unpacking libatk1.0-data (2.30.0-2) ... Selecting previously unselected package libatk1.0-0:amd64. Preparing to unpack .../139-libatk1.0-0_2.30.0-2_amd64.deb ... Unpacking libatk1.0-0:amd64 (2.30.0-2) ... Selecting previously unselected package libatspi2.0-0:amd64. Preparing to unpack .../140-libatspi2.0-0_2.30.0-7_amd64.deb ... Unpacking libatspi2.0-0:amd64 (2.30.0-7) ... Selecting previously unselected package libatk-bridge2.0-0:amd64. Preparing to unpack .../141-libatk-bridge2.0-0_2.30.0-5_amd64.deb ... Unpacking libatk-bridge2.0-0:amd64 (2.30.0-5) ... Selecting previously unselected package libmbedcrypto3:amd64. Preparing to unpack .../142-libmbedcrypto3_2.16.9-0~deb10u1_amd64.deb ... Unpacking libmbedcrypto3:amd64 (2.16.9-0~deb10u1) ... Selecting previously unselected package libmbedx509-0:amd64. Preparing to unpack .../143-libmbedx509-0_2.16.9-0~deb10u1_amd64.deb ... Unpacking libmbedx509-0:amd64 (2.16.9-0~deb10u1) ... Selecting previously unselected package libmbedtls12:amd64. Preparing to unpack .../144-libmbedtls12_2.16.9-0~deb10u1_amd64.deb ... Unpacking libmbedtls12:amd64 (2.16.9-0~deb10u1) ... Selecting previously unselected package libbctoolbox1:amd64. Preparing to unpack .../145-libbctoolbox1_0.6.0-2+b2_amd64.deb ... Unpacking libbctoolbox1:amd64 (0.6.0-2+b2) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../146-libc-dev-bin_2.28-10+deb10u2_amd64.deb ... Unpacking libc-dev-bin (2.28-10+deb10u2) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../147-linux-libc-dev_4.19.304-1_amd64.deb ... Unpacking linux-libc-dev:amd64 (4.19.304-1) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../148-libc6-dev_2.28-10+deb10u2_amd64.deb ... Unpacking libc6-dev:amd64 (2.28-10+deb10u2) ... Selecting previously unselected package libbladerf-dev:amd64. Preparing to unpack .../149-libbladerf-dev_0.2019.07_amd64.deb ... Unpacking libbladerf-dev:amd64 (0.2019.07) ... Selecting previously unselected package libjs-mathjax. Preparing to unpack .../150-libjs-mathjax_2.7.4+dfsg-1_all.deb ... Unpacking libjs-mathjax (2.7.4+dfsg-1) ... Selecting previously unselected package libbladerf-doc. Preparing to unpack .../151-libbladerf-doc_0.2019.07_all.deb ... Unpacking libbladerf-doc (0.2019.07) ... Selecting previously unselected package libbladerf2-dbgsym:amd64. Preparing to unpack .../152-libbladerf2-dbgsym_0.2019.07_amd64.deb ... Unpacking libbladerf2-dbgsym:amd64 (0.2019.07) ... Selecting previously unselected package libboost-atomic1.67.0:amd64. Preparing to unpack .../153-libboost-atomic1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-atomic1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-chrono1.67.0:amd64. Preparing to unpack .../154-libboost-chrono1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-chrono1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-date-time1.67.0:amd64. Preparing to unpack .../155-libboost-date-time1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-date-time1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-filesystem1.67.0:amd64. Preparing to unpack .../156-libboost-filesystem1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-filesystem1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-program-options1.67.0:amd64. Preparing to unpack .../157-libboost-program-options1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-program-options1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-regex1.67.0:amd64. Preparing to unpack .../158-libboost-regex1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-regex1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-serialization1.67.0:amd64. Preparing to unpack .../159-libboost-serialization1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-serialization1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-timer1.67.0:amd64. Preparing to unpack .../160-libboost-timer1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-timer1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-test1.67.0:amd64. Preparing to unpack .../161-libboost-test1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-test1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libboost-thread1.67.0:amd64. Preparing to unpack .../162-libboost-thread1.67.0_1.67.0-13+deb10u1_amd64.deb ... Unpacking libboost-thread1.67.0:amd64 (1.67.0-13+deb10u1) ... Selecting previously unselected package libcairo-gobject2:amd64. Preparing to unpack .../163-libcairo-gobject2_1.16.0-4+deb10u1_amd64.deb ... Unpacking libcairo-gobject2:amd64 (1.16.0-4+deb10u1) ... Selecting previously unselected package libcdk5nc6:amd64. Preparing to unpack .../164-libcdk5nc6_5.0.20180306-3_amd64.deb ... Unpacking libcdk5nc6:amd64 (5.0.20180306-3) ... Selecting previously unselected package libcolord2:amd64. Preparing to unpack .../165-libcolord2_1.4.3-4_amd64.deb ... Unpacking libcolord2:amd64 (1.4.3-4) ... Selecting previously unselected package libcsv3:amd64. Preparing to unpack .../166-libcsv3_3.0.3+dfsg-4_amd64.deb ... Unpacking libcsv3:amd64 (3.0.3+dfsg-4) ... Selecting previously unselected package libdbi1:amd64. Preparing to unpack .../167-libdbi1_0.9.0-5_amd64.deb ... Unpacking libdbi1:amd64 (0.9.0-5) ... Selecting previously unselected package libdbd-sqlite3:amd64. Preparing to unpack .../168-libdbd-sqlite3_0.9.0-6+b1_amd64.deb ... Unpacking libdbd-sqlite3:amd64 (0.9.0-6+b1) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../169-libdpkg-perl_1.19.8_all.deb ... Unpacking libdpkg-perl (1.19.8) ... Selecting previously unselected package libepoxy0:amd64. Preparing to unpack .../170-libepoxy0_1.5.3-0.1_amd64.deb ... Unpacking libepoxy0:amd64 (1.5.3-0.1) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../171-libgomp1_8.3.0-6_amd64.deb ... Unpacking libgomp1:amd64 (8.3.0-6) ... Selecting previously unselected package libfftw3-single3:amd64. Preparing to unpack .../172-libfftw3-single3_3.3.8-2_amd64.deb ... Unpacking libfftw3-single3:amd64 (3.3.8-2) ... Selecting previously unselected package libjson-glib-1.0-common. Preparing to unpack .../173-libjson-glib-1.0-common_1.4.4-2_all.deb ... Unpacking libjson-glib-1.0-common (1.4.4-2) ... Selecting previously unselected package libjson-glib-1.0-0:amd64. Preparing to unpack .../174-libjson-glib-1.0-0_1.4.4-2_amd64.deb ... Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2) ... Selecting previously unselected package libsoup2.4-1:amd64. Preparing to unpack .../175-libsoup2.4-1_2.64.2-2_amd64.deb ... Unpacking libsoup2.4-1:amd64 (2.64.2-2) ... Selecting previously unselected package libsoup-gnome2.4-1:amd64. Preparing to unpack .../176-libsoup-gnome2.4-1_2.64.2-2_amd64.deb ... Unpacking libsoup-gnome2.4-1:amd64 (2.64.2-2) ... Selecting previously unselected package librest-0.7-0:amd64. Preparing to unpack .../177-librest-0.7-0_0.8.1-1_amd64.deb ... Unpacking librest-0.7-0:amd64 (0.8.1-1) ... Selecting previously unselected package libwayland-client0:amd64. Preparing to unpack .../178-libwayland-client0_1.16.0-1_amd64.deb ... Unpacking libwayland-client0:amd64 (1.16.0-1) ... Selecting previously unselected package libwayland-cursor0:amd64. Preparing to unpack .../179-libwayland-cursor0_1.16.0-1_amd64.deb ... Unpacking libwayland-cursor0:amd64 (1.16.0-1) ... Selecting previously unselected package libwayland-egl1:amd64. Preparing to unpack .../180-libwayland-egl1_1.16.0-1_amd64.deb ... Unpacking libwayland-egl1:amd64 (1.16.0-1) ... Selecting previously unselected package libxcomposite1:amd64. Preparing to unpack .../181-libxcomposite1_1%3a0.4.4-2_amd64.deb ... Unpacking libxcomposite1:amd64 (1:0.4.4-2) ... Selecting previously unselected package libxfixes3:amd64. Preparing to unpack .../182-libxfixes3_1%3a5.0.3-1_amd64.deb ... Unpacking libxfixes3:amd64 (1:5.0.3-1) ... Selecting previously unselected package libxcursor1:amd64. Preparing to unpack .../183-libxcursor1_1%3a1.1.15-2_amd64.deb ... Unpacking libxcursor1:amd64 (1:1.1.15-2) ... Selecting previously unselected package libxdamage1:amd64. Preparing to unpack .../184-libxdamage1_1%3a1.1.4-3+b3_amd64.deb ... Unpacking libxdamage1:amd64 (1:1.1.4-3+b3) ... Selecting previously unselected package libxinerama1:amd64. Preparing to unpack .../185-libxinerama1_2%3a1.1.4-2_amd64.deb ... Unpacking libxinerama1:amd64 (2:1.1.4-2) ... Selecting previously unselected package libxkbcommon0:amd64. Preparing to unpack .../186-libxkbcommon0_0.8.2-1_amd64.deb ... Unpacking libxkbcommon0:amd64 (0.8.2-1) ... Selecting previously unselected package libxrandr2:amd64. Preparing to unpack .../187-libxrandr2_2%3a1.5.1-1_amd64.deb ... Unpacking libxrandr2:amd64 (2:1.5.1-1) ... Selecting previously unselected package libgtk-3-common. Preparing to unpack .../188-libgtk-3-common_3.24.5-1_all.deb ... Unpacking libgtk-3-common (3.24.5-1) ... Selecting previously unselected package libgtk-3-0:amd64. Preparing to unpack .../189-libgtk-3-0_3.24.5-1_amd64.deb ... Unpacking libgtk-3-0:amd64 (3.24.5-1) ... Selecting previously unselected package libgtp6:amd64. Preparing to unpack .../190-libgtp6_1.11.0.18.1f9c.202404192026_amd64.deb ... Unpacking libgtp6:amd64 (1.11.0.18.1f9c.202404192026) ... Selecting previously unselected package libgtp-dev:amd64. Preparing to unpack .../191-libgtp-dev_1.11.0.18.1f9c.202404192026_amd64.deb ... Unpacking libgtp-dev:amd64 (1.11.0.18.1f9c.202404192026) ... Selecting previously unselected package libmnl-dev. Preparing to unpack .../192-libmnl-dev_1.0.4-2_amd64.deb ... Unpacking libmnl-dev (1.0.4-2) ... Selecting previously unselected package libgtpnl0:amd64. Preparing to unpack .../193-libgtpnl0_1.2.5.27.39e0.202404192026_amd64.deb ... Unpacking libgtpnl0:amd64 (1.2.5.27.39e0.202404192026) ... Selecting previously unselected package libgtpnl-dev:amd64. Preparing to unpack .../194-libgtpnl-dev_1.2.5.27.39e0.202404192026_amd64.deb ... Unpacking libgtpnl-dev:amd64 (1.2.5.27.39e0.202404192026) ... Selecting previously unselected package pcscd. Preparing to unpack .../195-pcscd_1.8.24-1_amd64.deb ... Unpacking pcscd (1.8.24-1) ... Selecting previously unselected package libosmo-rspro2:amd64. Preparing to unpack .../196-libosmo-rspro2_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking libosmo-rspro2:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package libosmoabis13:amd64. Preparing to unpack .../197-libosmoabis13_1.5.1.11.5277.202404192026_amd64.deb ... Unpacking libosmoabis13:amd64 (1.5.1.11.5277.202404192026) ... Selecting previously unselected package libifd-osmo-remsim-client0:amd64. Preparing to unpack .../198-libifd-osmo-remsim-client0_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking libifd-osmo-remsim-client0:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package libifd-osmo-remsim-client0-dbgsym:amd64. Preparing to unpack .../199-libifd-osmo-remsim-client0-dbgsym_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking libifd-osmo-remsim-client0-dbgsym:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package libimagequant0:amd64. Preparing to unpack .../200-libimagequant0_2.12.2-1.1_amd64.deb ... Unpacking libimagequant0:amd64 (2.12.2-1.1) ... Selecting previously unselected package libjansson4:amd64. Preparing to unpack .../201-libjansson4_2.12-1_amd64.deb ... Unpacking libjansson4:amd64 (2.12-1) ... Selecting previously unselected package libjs-jquery. Preparing to unpack .../202-libjs-jquery_3.3.1~dfsg-3+deb10u1_all.deb ... Unpacking libjs-jquery (3.3.1~dfsg-3+deb10u1) ... Selecting previously unselected package liblimesuite18.06-1:amd64. Preparing to unpack .../203-liblimesuite18.06-1_18.06.0+dfsg-1+b1_amd64.deb ... Unpacking liblimesuite18.06-1:amd64 (18.06.0+dfsg-1+b1) ... Selecting previously unselected package libmicrohttpd12. Preparing to unpack .../204-libmicrohttpd12_0.9.62-1+deb10u1_amd64.deb ... Unpacking libmicrohttpd12 (0.9.62-1+deb10u1) ... Selecting previously unselected package libnl-3-200:amd64. Preparing to unpack .../205-libnl-3-200_3.4.0-1_amd64.deb ... Unpacking libnl-3-200:amd64 (3.4.0-1) ... Selecting previously unselected package libnl-route-3-200:amd64. Preparing to unpack .../206-libnl-route-3-200_3.4.0-1_amd64.deb ... Unpacking libnl-route-3-200:amd64 (3.4.0-1) ... Selecting previously unselected package libnorm1:amd64. Preparing to unpack .../207-libnorm1_1.5.8+dfsg2-1_amd64.deb ... Unpacking libnorm1:amd64 (1.5.8+dfsg2-1) ... Selecting previously unselected package liboping0:amd64. Preparing to unpack .../208-liboping0_1.10.0-2.1+b1_amd64.deb ... Unpacking liboping0:amd64 (1.10.0-2.1+b1) ... Selecting previously unselected package liborcania1.2. Preparing to unpack .../209-liborcania1.2_1.2.9-5_amd64.deb ... Unpacking liborcania1.2 (1.2.9-5) ... Selecting previously unselected package libortp13:amd64. Preparing to unpack .../210-libortp13_1%3a1.0.2-1_amd64.deb ... Unpacking libortp13:amd64 (1:1.0.2-1) ... Selecting previously unselected package libosmotrau2:amd64. Preparing to unpack .../211-libosmotrau2_1.5.1.11.5277.202404192026_amd64.deb ... Unpacking libosmotrau2:amd64 (1.5.1.11.5277.202404192026) ... Selecting previously unselected package libosmo-abis:amd64. Preparing to unpack .../212-libosmo-abis_1.5.1.11.5277.202404192026_amd64.deb ... Unpacking libosmo-abis:amd64 (1.5.1.11.5277.202404192026) ... Selecting previously unselected package libosmo-abis-dev:amd64. Preparing to unpack .../213-libosmo-abis-dev_1.5.1.11.5277.202404192026_amd64.deb ... Unpacking libosmo-abis-dev:amd64 (1.5.1.11.5277.202404192026) ... Selecting previously unselected package libosmo-csn1-0:amd64. Preparing to unpack .../214-libosmo-csn1-0_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-csn1-0:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-csn1-dbg:amd64. Preparing to unpack .../215-libosmo-csn1-dbg_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-csn1-dbg:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-csn1-dev:amd64. Preparing to unpack .../216-libosmo-csn1-dev_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-csn1-dev:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-e1d1:amd64. Preparing to unpack .../217-libosmo-e1d1_0.6.0.14.ff2c7.202404192026_amd64.deb ... Unpacking libosmo-e1d1:amd64 (0.6.0.14.ff2c7.202404192026) ... Selecting previously unselected package libosmo-e1d1-dbgsym:amd64. Preparing to unpack .../218-libosmo-e1d1-dbgsym_0.6.0.14.ff2c7.202404192026_amd64.deb ... Unpacking libosmo-e1d1-dbgsym:amd64 (0.6.0.14.ff2c7.202404192026) ... Selecting previously unselected package libosmo-fl2k0:amd64. Preparing to unpack .../219-libosmo-fl2k0_0.2.0.1.6c81.202404192026_amd64.deb ... Unpacking libosmo-fl2k0:amd64 (0.2.0.1.6c81.202404192026) ... Selecting previously unselected package libosmo-fl2k-dev. Preparing to unpack .../220-libosmo-fl2k-dev_0.2.0.1.6c81.202404192026_amd64.deb ... Unpacking libosmo-fl2k-dev (0.2.0.1.6c81.202404192026) ... Selecting previously unselected package libosmo-fl2k0-dbgsym:amd64. Preparing to unpack .../221-libosmo-fl2k0-dbgsym_0.2.0.1.6c81.202404192026_amd64.deb ... Unpacking libosmo-fl2k0-dbgsym:amd64 (0.2.0.1.6c81.202404192026) ... Selecting previously unselected package libosmo-gprs-llc0:amd64. Preparing to unpack .../222-libosmo-gprs-llc0_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-llc0:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-gmm0:amd64. Preparing to unpack .../223-libosmo-gprs-gmm0_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-gmm0:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-gmm-dbg:amd64. Preparing to unpack .../224-libosmo-gprs-gmm-dbg_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-gmm-dbg:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-gmm-dev:amd64. Preparing to unpack .../225-libosmo-gprs-gmm-dev_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-gmm-dev:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-llc-dbg:amd64. Preparing to unpack .../226-libosmo-gprs-llc-dbg_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-llc-dbg:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-llc-dev:amd64. Preparing to unpack .../227-libosmo-gprs-llc-dev_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-llc-dev:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-rlcmac0:amd64. Preparing to unpack .../228-libosmo-gprs-rlcmac0_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-rlcmac0:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-rlcmac-dbg:amd64. Preparing to unpack .../229-libosmo-gprs-rlcmac-dbg_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-rlcmac-dbg:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-rlcmac-dev:amd64. Preparing to unpack .../230-libosmo-gprs-rlcmac-dev_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-rlcmac-dev:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-sndcp0:amd64. Preparing to unpack .../231-libosmo-gprs-sndcp0_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-sndcp0:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-sm0:amd64. Preparing to unpack .../232-libosmo-gprs-sm0_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-sm0:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-sm-dbg:amd64. Preparing to unpack .../233-libosmo-gprs-sm-dbg_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-sm-dbg:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-sm-dev:amd64. Preparing to unpack .../234-libosmo-gprs-sm-dev_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-sm-dev:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-sndcp-dbg:amd64. Preparing to unpack .../235-libosmo-gprs-sndcp-dbg_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-sndcp-dbg:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gprs-sndcp-dev:amd64. Preparing to unpack .../236-libosmo-gprs-sndcp-dev_0.1.0.202404192026_amd64.deb ... Unpacking libosmo-gprs-sndcp-dev:amd64 (0.1.0.202404192026) ... Selecting previously unselected package libosmo-gsup-client0:amd64. Preparing to unpack .../237-libosmo-gsup-client0_1.7.0.11.da4f.202404192026_amd64.deb ... Unpacking libosmo-gsup-client0:amd64 (1.7.0.11.da4f.202404192026) ... Selecting previously unselected package pkg-config. Preparing to unpack .../238-pkg-config_0.29-6_amd64.deb ... Unpacking pkg-config (0.29-6) ... Selecting previously unselected package libtalloc-dev:amd64. Preparing to unpack .../239-libtalloc-dev_2.1.14-2_amd64.deb ... Unpacking libtalloc-dev:amd64 (2.1.14-2) ... Selecting previously unselected package libsctp-dev:amd64. Preparing to unpack .../240-libsctp-dev_1.0.18+dfsg-1_amd64.deb ... Unpacking libsctp-dev:amd64 (1.0.18+dfsg-1) ... Selecting previously unselected package libusb-1.0-0-dev:amd64. Preparing to unpack .../241-libusb-1.0-0-dev_2%3a1.0.22-2_amd64.deb ... Unpacking libusb-1.0-0-dev:amd64 (2:1.0.22-2) ... Selecting previously unselected package libosmocore-dev:amd64. Preparing to unpack .../242-libosmocore-dev_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmocore-dev:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmo-gsup-client-dev:amd64. Preparing to unpack .../243-libosmo-gsup-client-dev_1.7.0.11.da4f.202404192026_amd64.deb ... Unpacking libosmo-gsup-client-dev:amd64 (1.7.0.11.da4f.202404192026) ... Selecting previously unselected package libosmo-gtlv1:amd64. Preparing to unpack .../244-libosmo-gtlv1_0.3.0.4.a46a.202404192026_amd64.deb ... Unpacking libosmo-gtlv1:amd64 (0.3.0.4.a46a.202404192026) ... Selecting previously unselected package libosmo-gtlv-dev:amd64. Preparing to unpack .../245-libosmo-gtlv-dev_0.3.0.4.a46a.202404192026_amd64.deb ... Unpacking libosmo-gtlv-dev:amd64 (0.3.0.4.a46a.202404192026) ... Selecting previously unselected package libosmo-mgcp-client12:amd64. Preparing to unpack .../246-libosmo-mgcp-client12_1.12.1.45.352b.202404192026_amd64.deb ... Unpacking libosmo-mgcp-client12:amd64 (1.12.1.45.352b.202404192026) ... Selecting previously unselected package libosmo-mgcp-client12-dbgsym:amd64. Preparing to unpack .../247-libosmo-mgcp-client12-dbgsym_1.12.1.45.352b.202404192026_amd64.deb ... Unpacking libosmo-mgcp-client12-dbgsym:amd64 (1.12.1.45.352b.202404192026) ... Selecting previously unselected package libosmo-mslookup1:amd64. Preparing to unpack .../248-libosmo-mslookup1_1.7.0.11.da4f.202404192026_amd64.deb ... Unpacking libosmo-mslookup1:amd64 (1.7.0.11.da4f.202404192026) ... Selecting previously unselected package libosmo-mslookup-dev:amd64. Preparing to unpack .../249-libosmo-mslookup-dev_1.7.0.11.da4f.202404192026_amd64.deb ... Unpacking libosmo-mslookup-dev:amd64 (1.7.0.11.da4f.202404192026) ... Selecting previously unselected package libosmonetif11:amd64. Preparing to unpack .../250-libosmonetif11_1.4.0.54.05ff.202404192026_amd64.deb ... Unpacking libosmonetif11:amd64 (1.4.0.54.05ff.202404192026) ... Selecting previously unselected package libosmo-netif-dev:amd64. Preparing to unpack .../251-libosmo-netif-dev_1.4.0.54.05ff.202404192026_amd64.deb ... Unpacking libosmo-netif-dev:amd64 (1.4.0.54.05ff.202404192026) ... Selecting previously unselected package libosmo-netif-doc. Preparing to unpack .../252-libosmo-netif-doc_1.4.0.54.05ff.202404192026_all.deb ... Unpacking libosmo-netif-doc (1.4.0.54.05ff.202404192026) ... Selecting previously unselected package libosmo-octoi2:amd64. Preparing to unpack .../253-libosmo-octoi2_0.6.0.14.ff2c7.202404192026_amd64.deb ... Unpacking libosmo-octoi2:amd64 (0.6.0.14.ff2c7.202404192026) ... Selecting previously unselected package libosmo-octoi2-dbgsym:amd64. Preparing to unpack .../254-libosmo-octoi2-dbgsym_0.6.0.14.ff2c7.202404192026_amd64.deb ... Unpacking libosmo-octoi2-dbgsym:amd64 (0.6.0.14.ff2c7.202404192026) ... Selecting previously unselected package libosmo-pfcp0:amd64. Preparing to unpack .../255-libosmo-pfcp0_0.3.0.4.a46a.202404192026_amd64.deb ... Unpacking libosmo-pfcp0:amd64 (0.3.0.4.a46a.202404192026) ... Selecting previously unselected package libosmo-pfcp. Preparing to unpack .../256-libosmo-pfcp_0.3.0.4.a46a.202404192026_amd64.deb ... Unpacking libosmo-pfcp (0.3.0.4.a46a.202404192026) ... Selecting previously unselected package libosmo-pfcp-dev:amd64. Preparing to unpack .../257-libosmo-pfcp-dev_0.3.0.4.a46a.202404192026_amd64.deb ... Unpacking libosmo-pfcp-dev:amd64 (0.3.0.4.a46a.202404192026) ... Selecting previously unselected package libosmo-rspro-dev:amd64. Preparing to unpack .../258-libosmo-rspro-dev_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking libosmo-rspro-dev:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package libosmo-rspro2-dbgsym:amd64. Preparing to unpack .../259-libosmo-rspro2-dbgsym_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking libosmo-rspro2-dbgsym:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package libosmo-sccp-dev:amd64. Preparing to unpack .../260-libosmo-sccp-dev_1.8.0.62.da7b.202404192026_amd64.deb ... Unpacking libosmo-sccp-dev:amd64 (1.8.0.62.da7b.202404192026) ... Selecting previously unselected package libosmo-sigtran9:amd64. Preparing to unpack .../261-libosmo-sigtran9_1.8.0.62.da7b.202404192026_amd64.deb ... Unpacking libosmo-sigtran9:amd64 (1.8.0.62.da7b.202404192026) ... Selecting previously unselected package libosmo-sigtran-dbg:amd64. Preparing to unpack .../262-libosmo-sigtran-dbg_1.8.0.62.da7b.202404192026_amd64.deb ... Unpacking libosmo-sigtran-dbg:amd64 (1.8.0.62.da7b.202404192026) ... Selecting previously unselected package libosmo-sigtran-dev:amd64. Preparing to unpack .../263-libosmo-sigtran-dev_1.8.0.62.da7b.202404192026_amd64.deb ... Unpacking libosmo-sigtran-dev:amd64 (1.8.0.62.da7b.202404192026) ... Selecting previously unselected package libosmo-sigtran-doc. Preparing to unpack .../264-libosmo-sigtran-doc_1.8.0.62.da7b.202404192026_all.deb ... Unpacking libosmo-sigtran-doc (1.8.0.62.da7b.202404192026) ... Selecting previously unselected package libosmo-simtrace2-1:amd64. Preparing to unpack .../265-libosmo-simtrace2-1_0.8.1.72.3fbe.202404192026_amd64.deb ... Unpacking libosmo-simtrace2-1:amd64 (0.8.1.72.3fbe.202404192026) ... Selecting previously unselected package libosmo-simtrace2-1-dbgsym:amd64. Preparing to unpack .../266-libosmo-simtrace2-1-dbgsym_0.8.1.72.3fbe.202404192026_amd64.deb ... Unpacking libosmo-simtrace2-1-dbgsym:amd64 (0.8.1.72.3fbe.202404192026) ... Selecting previously unselected package libosmo-simtrace2-dev:amd64. Preparing to unpack .../267-libosmo-simtrace2-dev_0.8.1.72.3fbe.202404192026_amd64.deb ... Unpacking libosmo-simtrace2-dev:amd64 (0.8.1.72.3fbe.202404192026) ... Selecting previously unselected package libosmocodec-doc. Preparing to unpack .../268-libosmocodec-doc_1.9.0.192.1c24.202404192026_all.deb ... Unpacking libosmocodec-doc (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmocoding-doc. Preparing to unpack .../269-libosmocoding-doc_1.9.0.192.1c24.202404192026_all.deb ... Unpacking libosmocoding-doc (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmogsm-doc. Preparing to unpack .../270-libosmogsm-doc_1.9.0.192.1c24.202404192026_all.deb ... Unpacking libosmogsm-doc (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmoisdn-doc. Preparing to unpack .../271-libosmoisdn-doc_1.9.0.192.1c24.202404192026_all.deb ... Unpacking libosmoisdn-doc (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmovty-doc. Preparing to unpack .../272-libosmovty-doc_1.9.0.192.1c24.202404192026_all.deb ... Unpacking libosmovty-doc (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmoctrl-doc. Preparing to unpack .../273-libosmoctrl-doc_1.9.0.192.1c24.202404192026_all.deb ... Unpacking libosmoctrl-doc (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmogb-doc. Preparing to unpack .../274-libosmogb-doc_1.9.0.192.1c24.202404192026_all.deb ... Unpacking libosmogb-doc (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmosim-doc. Preparing to unpack .../275-libosmosim-doc_1.9.0.192.1c24.202404192026_all.deb ... Unpacking libosmosim-doc (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmousb-doc. Preparing to unpack .../276-libosmousb-doc_1.9.0.192.1c24.202404192026_all.deb ... Unpacking libosmousb-doc (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmocore-doc. Preparing to unpack .../277-libosmocore-doc_1.9.0.192.1c24.202404192026_all.deb ... Unpacking libosmocore-doc (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmocore-utils:amd64. Preparing to unpack .../278-libosmocore-utils_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmocore-utils:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmodsp0:amd64. Preparing to unpack .../279-libosmodsp0_0.4.0.8.9128.202404192026_amd64.deb ... Unpacking libosmodsp0:amd64 (0.4.0.8.9128.202404192026) ... Selecting previously unselected package libosmodsp-dev:amd64. Preparing to unpack .../280-libosmodsp-dev_0.4.0.8.9128.202404192026_amd64.deb ... Unpacking libosmodsp-dev:amd64 (0.4.0.8.9128.202404192026) ... Selecting previously unselected package libosmodsp-doc. Preparing to unpack .../281-libosmodsp-doc_0.4.0.8.9128.202404192026_all.deb ... Unpacking libosmodsp-doc (0.4.0.8.9128.202404192026) ... Selecting previously unselected package libpcap0.8:amd64. Preparing to unpack .../282-libpcap0.8_1.8.1-6+deb10u1_amd64.deb ... Unpacking libpcap0.8:amd64 (1.8.1-6+deb10u1) ... Selecting previously unselected package libpgm-5.2-0:amd64. Preparing to unpack .../283-libpgm-5.2-0_5.2.122~dfsg-3_amd64.deb ... Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3) ... Selecting previously unselected package librsvg2-bin. Preparing to unpack .../284-librsvg2-bin_2.44.10-2.1+deb10u3_amd64.deb ... Unpacking librsvg2-bin (2.44.10-2.1+deb10u3) ... Selecting previously unselected package librtlsdr0:amd64. Preparing to unpack .../285-librtlsdr0_2.0.1.14.7ebc.202404192026_amd64.deb ... Unpacking librtlsdr0:amd64 (2.0.1.14.7ebc.202404192026) ... Selecting previously unselected package librtlsdr-dev. Preparing to unpack .../286-librtlsdr-dev_2.0.1.14.7ebc.202404192026_amd64.deb ... Unpacking librtlsdr-dev (2.0.1.14.7ebc.202404192026) ... Selecting previously unselected package libsmpp1:amd64. Preparing to unpack .../287-libsmpp1_1.14.3.2.4b6d.202404192026_amd64.deb ... Unpacking libsmpp1:amd64 (1.14.3.2.4b6d.202404192026) ... Selecting previously unselected package libsmpp34-dev:amd64. Preparing to unpack .../288-libsmpp34-dev_1.14.3.2.4b6d.202404192026_amd64.deb ... Unpacking libsmpp34-dev:amd64 (1.14.3.2.4b6d.202404192026) ... Selecting previously unselected package libsmpp34-utils. Preparing to unpack .../289-libsmpp34-utils_1.14.3.2.4b6d.202404192026_amd64.deb ... Unpacking libsmpp34-utils (1.14.3.2.4b6d.202404192026) ... Selecting previously unselected package libsodium23:amd64. Preparing to unpack .../290-libsodium23_1.0.17-1_amd64.deb ... Unpacking libsodium23:amd64 (1.0.17-1) ... Selecting previously unselected package libsofia-sip-ua0. Preparing to unpack .../291-libsofia-sip-ua0_1.12.11+20110422.1-2.1+deb10u4_amd64.deb ... Unpacking libsofia-sip-ua0 (1.12.11+20110422.1-2.1+deb10u4) ... Selecting previously unselected package libsofia-sip-ua-glib3. Preparing to unpack .../292-libsofia-sip-ua-glib3_1.12.11+20110422.1-2.1+deb10u4_amd64.deb ... Unpacking libsofia-sip-ua-glib3 (1.12.11+20110422.1-2.1+deb10u4) ... Selecting previously unselected package libuhd3.13.1:amd64. Preparing to unpack .../293-libuhd3.13.1_3.13.1.0-3_amd64.deb ... Unpacking libuhd3.13.1:amd64 (3.13.1.0-3) ... Selecting previously unselected package libyder2.0:amd64. Preparing to unpack .../294-libyder2.0_1.4.4-4_amd64.deb ... Unpacking libyder2.0:amd64 (1.4.4-4) ... Selecting previously unselected package libulfius2.5:amd64. Preparing to unpack .../295-libulfius2.5_2.5.2-4+deb10u1_amd64.deb ... Unpacking libulfius2.5:amd64 (2.5.2-4+deb10u1) ... Selecting previously unselected package libusrp1. Preparing to unpack .../296-libusrp1_3.4.8.202404192026_amd64.deb ... Unpacking libusrp1 (3.4.8.202404192026) ... Selecting previously unselected package libusrp-dev. Preparing to unpack .../297-libusrp-dev_3.4.8.202404192026_amd64.deb ... Unpacking libusrp-dev (3.4.8.202404192026) ... Selecting previously unselected package libusrp-doc. Preparing to unpack .../298-libusrp-doc_3.4.8.202404192026_all.deb ... Unpacking libusrp-doc (3.4.8.202404192026) ... Selecting previously unselected package libusrp-firmware. Preparing to unpack .../299-libusrp-firmware_3.4.8.202404192026_amd64.deb ... Unpacking libusrp-firmware (3.4.8.202404192026) ... Selecting previously unselected package libusrp-utils. Preparing to unpack .../300-libusrp-utils_3.4.8.202404192026_amd64.deb ... Unpacking libusrp-utils (3.4.8.202404192026) ... Selecting previously unselected package libusrp-utils-dbgsym. Preparing to unpack .../301-libusrp-utils-dbgsym_3.4.8.202404192026_amd64.deb ... Unpacking libusrp-utils-dbgsym (3.4.8.202404192026) ... Selecting previously unselected package libusrp1-dbgsym. Preparing to unpack .../302-libusrp1-dbgsym_3.4.8.202404192026_amd64.deb ... Unpacking libusrp1-dbgsym (3.4.8.202404192026) ... Selecting previously unselected package libwebpdemux2:amd64. Preparing to unpack .../303-libwebpdemux2_0.6.1-2+deb10u3_amd64.deb ... Unpacking libwebpdemux2:amd64 (0.6.1-2+deb10u3) ... Selecting previously unselected package libwebpmux3:amd64. Preparing to unpack .../304-libwebpmux3_0.6.1-2+deb10u3_amd64.deb ... Unpacking libwebpmux3:amd64 (0.6.1-2+deb10u3) ... Selecting previously unselected package libzmq5:amd64. Preparing to unpack .../305-libzmq5_4.3.1-4+deb10u2_amd64.deb ... Unpacking libzmq5:amd64 (4.3.1-4+deb10u2) ... Selecting previously unselected package mscgen. Preparing to unpack .../306-mscgen_0.20-12_amd64.deb ... Unpacking mscgen (0.20-12) ... Selecting previously unselected package neocon:amd64. Preparing to unpack .../307-neocon_1.0.2.202404192026_amd64.deb ... Unpacking neocon:amd64 (1.0.2.202404192026) ... Selecting previously unselected package neocon-dbgsym:amd64. Preparing to unpack .../308-neocon-dbgsym_1.0.2.202404192026_amd64.deb ... Unpacking neocon-dbgsym:amd64 (1.0.2.202404192026) ... Selecting previously unselected package osmo-bsc-doc. Preparing to unpack .../309-osmo-bsc-doc_1.11.0.82.9fb31.202404192026_all.deb ... Unpacking osmo-bsc-doc (1.11.0.82.9fb31.202404192026) ... Selecting previously unselected package osmo-bsc-nat-doc. Preparing to unpack .../310-osmo-bsc-nat-doc_0.1.0.202404192026_all.deb ... Unpacking osmo-bsc-nat-doc (0.1.0.202404192026) ... Selecting previously unselected package osmo-bts-trx. Preparing to unpack .../311-osmo-bts-trx_1.7.0.61.6533.202404192026_amd64.deb ... Unpacking osmo-bts-trx (1.7.0.61.6533.202404192026) ... Selecting previously unselected package osmo-bts-virtual. Preparing to unpack .../312-osmo-bts-virtual_1.7.0.61.6533.202404192026_amd64.deb ... Unpacking osmo-bts-virtual (1.7.0.61.6533.202404192026) ... Selecting previously unselected package osmo-bts. Preparing to unpack .../313-osmo-bts_1.7.0.61.6533.202404192026_amd64.deb ... Unpacking osmo-bts (1.7.0.61.6533.202404192026) ... Selecting previously unselected package osmo-bts-doc. Preparing to unpack .../314-osmo-bts-doc_1.7.0.61.6533.202404192026_all.deb ... Unpacking osmo-bts-doc (1.7.0.61.6533.202404192026) ... Selecting previously unselected package osmo-cbc-doc. Preparing to unpack .../315-osmo-cbc-doc_0.4.2.4.538b.202404192026_all.deb ... Unpacking osmo-cbc-doc (0.4.2.4.538b.202404192026) ... Selecting previously unselected package osmo-e1d. Preparing to unpack .../316-osmo-e1d_0.6.0.14.ff2c7.202404192026_amd64.deb ... Unpacking osmo-e1d (0.6.0.14.ff2c7.202404192026) ... Selecting previously unselected package osmo-e1d-dbgsym. Preparing to unpack .../317-osmo-e1d-dbgsym_0.6.0.14.ff2c7.202404192026_amd64.deb ... Unpacking osmo-e1d-dbgsym (0.6.0.14.ff2c7.202404192026) ... Selecting previously unselected package osmo-fl2k. Preparing to unpack .../318-osmo-fl2k_0.2.0.1.6c81.202404192026_amd64.deb ... Unpacking osmo-fl2k (0.2.0.1.6c81.202404192026) ... Selecting previously unselected package osmo-fl2k-dbgsym. Preparing to unpack .../319-osmo-fl2k-dbgsym_0.2.0.1.6c81.202404192026_amd64.deb ... Unpacking osmo-fl2k-dbgsym (0.2.0.1.6c81.202404192026) ... Selecting previously unselected package osmo-gbproxy-doc. Preparing to unpack .../320-osmo-gbproxy-doc_1%3a0.4.1.1.dc25.202404192026_all.deb ... Unpacking osmo-gbproxy-doc (1:0.4.1.1.dc25.202404192026) ... Selecting previously unselected package osmo-ggsn. Preparing to unpack .../321-osmo-ggsn_1.11.0.18.1f9c.202404192026_amd64.deb ... Unpacking osmo-ggsn (1.11.0.18.1f9c.202404192026) ... Selecting previously unselected package osmo-ggsn-doc. Preparing to unpack .../322-osmo-ggsn-doc_1.11.0.18.1f9c.202404192026_all.deb ... Unpacking osmo-ggsn-doc (1.11.0.18.1f9c.202404192026) ... Selecting previously unselected package python3-funcparserlib. Preparing to unpack .../323-python3-funcparserlib_0.3.6-7_all.deb ... Unpacking python3-funcparserlib (0.3.6-7) ... Selecting previously unselected package python3-pil:amd64. Preparing to unpack .../324-python3-pil_5.4.1-2+deb10u6_amd64.deb ... Unpacking python3-pil:amd64 (5.4.1-2+deb10u6) ... Selecting previously unselected package python3-webcolors. Preparing to unpack .../325-python3-webcolors_1.5-2_all.deb ... Unpacking python3-webcolors (1.5-2) ... Selecting previously unselected package python3-roman. Preparing to unpack .../326-python3-roman_2.0.0-3_all.deb ... Unpacking python3-roman (2.0.0-3) ... Selecting previously unselected package python3-docutils. Preparing to unpack .../327-python3-docutils_0.14+dfsg-4_all.deb ... Unpacking python3-docutils (0.14+dfsg-4) ... Selecting previously unselected package python3-reportlab-accel:amd64. Preparing to unpack .../328-python3-reportlab-accel_3.5.13-1+deb10u2_amd64.deb ... Unpacking python3-reportlab-accel:amd64 (3.5.13-1+deb10u2) ... Selecting previously unselected package python3-reportlab. Preparing to unpack .../329-python3-reportlab_3.5.13-1+deb10u2_all.deb ... Unpacking python3-reportlab (3.5.13-1+deb10u2) ... Selecting previously unselected package python3-blockdiag. Preparing to unpack .../330-python3-blockdiag_1.5.3+dfsg-5.2_all.deb ... Unpacking python3-blockdiag (1.5.3+dfsg-5.2) ... Selecting previously unselected package python3-nwdiag. Preparing to unpack .../331-python3-nwdiag_1.0.4+dfsg-1_all.deb ... Unpacking python3-nwdiag (1.0.4+dfsg-1) ... Selecting previously unselected package osmo-gsm-manuals-dev. Preparing to unpack .../332-osmo-gsm-manuals-dev_1.5.0.12.8819.202404192026_all.deb ... Unpacking osmo-gsm-manuals-dev (1.5.0.12.8819.202404192026) ... Selecting previously unselected package osmo-hlr. Preparing to unpack .../333-osmo-hlr_1.7.0.11.da4f.202404192026_amd64.deb ... Unpacking osmo-hlr (1.7.0.11.da4f.202404192026) ... Selecting previously unselected package osmo-hlr-doc. Preparing to unpack .../334-osmo-hlr-doc_1.7.0.11.da4f.202404192026_all.deb ... Unpacking osmo-hlr-doc (1.7.0.11.da4f.202404192026) ... Selecting previously unselected package osmo-hnbgw-doc. Preparing to unpack .../335-osmo-hnbgw-doc_1.5.0.55.8fd9.202404192026_all.deb ... Unpacking osmo-hnbgw-doc (1.5.0.55.8fd9.202404192026) ... Selecting previously unselected package osmo-hnodeb-doc. Preparing to unpack .../336-osmo-hnodeb-doc_0.1.2.11.a9b3.202404192026_all.deb ... Unpacking osmo-hnodeb-doc (0.1.2.11.a9b3.202404192026) ... Selecting previously unselected package osmo-mgw. Preparing to unpack .../337-osmo-mgw_1.12.1.45.352b.202404192026_amd64.deb ... Unpacking osmo-mgw (1.12.1.45.352b.202404192026) ... Selecting previously unselected package osmo-mgw-dbgsym. Preparing to unpack .../338-osmo-mgw-dbgsym_1.12.1.45.352b.202404192026_amd64.deb ... Unpacking osmo-mgw-dbgsym (1.12.1.45.352b.202404192026) ... Selecting previously unselected package osmo-mgw-doc. Preparing to unpack .../339-osmo-mgw-doc_1.12.1.45.352b.202404192026_all.deb ... Unpacking osmo-mgw-doc (1.12.1.45.352b.202404192026) ... Selecting previously unselected package osmo-msc-doc. Preparing to unpack .../340-osmo-msc-doc_1.11.1.51.c19f8.202404192026_all.deb ... Unpacking osmo-msc-doc (1.11.1.51.c19f8.202404192026) ... Selecting previously unselected package osmo-mslookup-utils:amd64. Preparing to unpack .../341-osmo-mslookup-utils_1.7.0.11.da4f.202404192026_amd64.deb ... Unpacking osmo-mslookup-utils:amd64 (1.7.0.11.da4f.202404192026) ... Selecting previously unselected package osmo-pcu. Preparing to unpack .../342-osmo-pcu_1.4.0.11.7572.202404192026_amd64.deb ... Unpacking osmo-pcu (1.4.0.11.7572.202404192026) ... Selecting previously unselected package osmo-pcu-doc. Preparing to unpack .../343-osmo-pcu-doc_1.4.0.11.7572.202404192026_all.deb ... Unpacking osmo-pcu-doc (1.4.0.11.7572.202404192026) ... Selecting previously unselected package osmo-remsim-apitool:amd64. Preparing to unpack .../344-osmo-remsim-apitool_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking osmo-remsim-apitool:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package osmo-remsim-bankd:amd64. Preparing to unpack .../345-osmo-remsim-bankd_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking osmo-remsim-bankd:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package osmo-remsim-bankd-dbgsym:amd64. Preparing to unpack .../346-osmo-remsim-bankd-dbgsym_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking osmo-remsim-bankd-dbgsym:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package osmo-remsim-client-shell:amd64. Preparing to unpack .../347-osmo-remsim-client-shell_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking osmo-remsim-client-shell:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package osmo-remsim-client-shell-dbgsym:amd64. Preparing to unpack .../348-osmo-remsim-client-shell-dbgsym_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking osmo-remsim-client-shell-dbgsym:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package osmo-remsim-client-st2:amd64. Preparing to unpack .../349-osmo-remsim-client-st2_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking osmo-remsim-client-st2:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package osmo-remsim-client-st2-dbgsym:amd64. Preparing to unpack .../350-osmo-remsim-client-st2-dbgsym_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking osmo-remsim-client-st2-dbgsym:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package osmo-remsim-doc. Preparing to unpack .../351-osmo-remsim-doc_1.0.0.59.81b8.202404192026_all.deb ... Unpacking osmo-remsim-doc (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package osmo-remsim-server:amd64. Preparing to unpack .../352-osmo-remsim-server_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking osmo-remsim-server:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package osmo-remsim-server-dbgsym:amd64. Preparing to unpack .../353-osmo-remsim-server-dbgsym_1.0.0.59.81b8.202404192026_amd64.deb ... Unpacking osmo-remsim-server-dbgsym:amd64 (1.0.0.59.81b8.202404192026) ... Selecting previously unselected package osmo-sgsn-doc. Preparing to unpack .../354-osmo-sgsn-doc_1.11.1.6.1ede8.202404192026_all.deb ... Unpacking osmo-sgsn-doc (1.11.1.6.1ede8.202404192026) ... Selecting previously unselected package osmo-sip-connector. Preparing to unpack .../355-osmo-sip-connector_1.6.3.6.6122.202404192026_amd64.deb ... Unpacking osmo-sip-connector (1.6.3.6.6122.202404192026) ... Selecting previously unselected package osmo-sip-connector-doc. Preparing to unpack .../356-osmo-sip-connector-doc_1.6.3.6.6122.202404192026_all.deb ... Unpacking osmo-sip-connector-doc (1.6.3.6.6122.202404192026) ... Selecting previously unselected package osmo-smlc-doc. Preparing to unpack .../357-osmo-smlc-doc_0.2.4.2.4b73.202404192026_all.deb ... Unpacking osmo-smlc-doc (0.2.4.2.4b73.202404192026) ... Selecting previously unselected package osmo-stp:amd64. Preparing to unpack .../358-osmo-stp_1.8.0.62.da7b.202404192026_amd64.deb ... Unpacking osmo-stp:amd64 (1.8.0.62.da7b.202404192026) ... Selecting previously unselected package osmo-stp-dbg:amd64. Preparing to unpack .../359-osmo-stp-dbg_1.8.0.62.da7b.202404192026_amd64.deb ... Unpacking osmo-stp-dbg:amd64 (1.8.0.62.da7b.202404192026) ... Selecting previously unselected package osmo-stp-doc. Preparing to unpack .../360-osmo-stp-doc_1.8.0.62.da7b.202404192026_all.deb ... Unpacking osmo-stp-doc (1.8.0.62.da7b.202404192026) ... Selecting previously unselected package osmo-trx-uhd. Preparing to unpack .../361-osmo-trx-uhd_1.6.0.29.c5f6.202404192026_amd64.deb ... Unpacking osmo-trx-uhd (1.6.0.29.c5f6.202404192026) ... Selecting previously unselected package osmo-trx. Preparing to unpack .../362-osmo-trx_1.6.0.29.c5f6.202404192026_all.deb ... Unpacking osmo-trx (1.6.0.29.c5f6.202404192026) ... Selecting previously unselected package osmo-trx-doc. Preparing to unpack .../363-osmo-trx-doc_1.6.0.29.c5f6.202404192026_all.deb ... Unpacking osmo-trx-doc (1.6.0.29.c5f6.202404192026) ... Selecting previously unselected package osmo-trx-ipc. Preparing to unpack .../364-osmo-trx-ipc_1.6.0.29.c5f6.202404192026_amd64.deb ... Unpacking osmo-trx-ipc (1.6.0.29.c5f6.202404192026) ... Selecting previously unselected package osmo-trx-lms. Preparing to unpack .../365-osmo-trx-lms_1.6.0.29.c5f6.202404192026_amd64.deb ... Unpacking osmo-trx-lms (1.6.0.29.c5f6.202404192026) ... Selecting previously unselected package osmo-trx-ms-blade. Preparing to unpack .../366-osmo-trx-ms-blade_1.6.0.29.c5f6.202404192026_amd64.deb ... Unpacking osmo-trx-ms-blade (1.6.0.29.c5f6.202404192026) ... Selecting previously unselected package osmo-trx-usrp1. Preparing to unpack .../367-osmo-trx-usrp1_1.6.0.29.c5f6.202404192026_amd64.deb ... Unpacking osmo-trx-usrp1 (1.6.0.29.c5f6.202404192026) ... Selecting previously unselected package osmo-uecups. Preparing to unpack .../368-osmo-uecups_0.2.2.1.ce96.202404192026_amd64.deb ... Unpacking osmo-uecups (0.2.2.1.ce96.202404192026) ... Selecting previously unselected package osmo-uecups-dbgsym. Preparing to unpack .../369-osmo-uecups-dbgsym_0.2.2.1.ce96.202404192026_amd64.deb ... Unpacking osmo-uecups-dbgsym (0.2.2.1.ce96.202404192026) ... Selecting previously unselected package python3-multidict. Preparing to unpack .../370-python3-multidict_4.5.2-1_amd64.deb ... Unpacking python3-multidict (4.5.2-1) ... Selecting previously unselected package python3-yarl. Preparing to unpack .../371-python3-yarl_1.3.0-1_amd64.deb ... Unpacking python3-yarl (1.3.0-1) ... Selecting previously unselected package python3-async-timeout. Preparing to unpack .../372-python3-async-timeout_3.0.1-1_all.deb ... Unpacking python3-async-timeout (3.0.1-1) ... Selecting previously unselected package python3-attr. Preparing to unpack .../373-python3-attr_18.2.0-1_all.deb ... Unpacking python3-attr (18.2.0-1) ... Selecting previously unselected package python3-aiohttp. Preparing to unpack .../374-python3-aiohttp_3.5.1-1+deb10u1_amd64.deb ... Unpacking python3-aiohttp (3.5.1-1+deb10u1) ... Selecting previously unselected package python3-asn1crypto. Preparing to unpack .../375-python3-asn1crypto_0.24.0-1_all.deb ... Unpacking python3-asn1crypto (0.24.0-1) ... Selecting previously unselected package python3-automat. Preparing to unpack .../376-python3-automat_0.6.0-1_all.deb ... Unpacking python3-automat (0.6.0-1) ... Selecting previously unselected package python3-cffi-backend. Preparing to unpack .../377-python3-cffi-backend_1.12.2-1_amd64.deb ... Unpacking python3-cffi-backend (1.12.2-1) ... Selecting previously unselected package python3-ply. Preparing to unpack .../378-python3-ply_3.11-3_all.deb ... Unpacking python3-ply (3.11-3) ... Selecting previously unselected package python3-pycparser. Preparing to unpack .../379-python3-pycparser_2.19-1_all.deb ... Unpacking python3-pycparser (2.19-1) ... Selecting previously unselected package python3-cffi. Preparing to unpack .../380-python3-cffi_1.12.2-1_all.deb ... Unpacking python3-cffi (1.12.2-1) ... Selecting previously unselected package python3-bladerf. Preparing to unpack .../381-python3-bladerf_0.2019.07_amd64.deb ... Unpacking python3-bladerf (0.2019.07) ... Selecting previously unselected package python3-constantly. Preparing to unpack .../382-python3-constantly_15.1.0-1_all.deb ... Unpacking python3-constantly (15.1.0-1) ... Selecting previously unselected package python3-cryptography. Preparing to unpack .../383-python3-cryptography_2.6.1-3+deb10u4_amd64.deb ... Unpacking python3-cryptography (2.6.1-3+deb10u4) ... Selecting previously unselected package python3-hyperlink. Preparing to unpack .../384-python3-hyperlink_17.3.1-2_all.deb ... Unpacking python3-hyperlink (17.3.1-2) ... Selecting previously unselected package python3-incremental. Preparing to unpack .../385-python3-incremental_16.10.1-3_all.deb ... Unpacking python3-incremental (16.10.1-3) ... Selecting previously unselected package python3-openssl. Preparing to unpack .../386-python3-openssl_19.0.0-1_all.deb ... Unpacking python3-openssl (19.0.0-1) ... Selecting previously unselected package python3-osmopy-libs. Preparing to unpack .../387-python3-osmopy-libs_0.3.0.2.9201.202404192026_all.deb ... Unpacking python3-osmopy-libs (0.3.0.2.9201.202404192026) ... Selecting previously unselected package python3-zope.interface. Preparing to unpack .../388-python3-zope.interface_4.3.2-1+b2_amd64.deb ... Unpacking python3-zope.interface (4.3.2-1+b2) ... Selecting previously unselected package python3-twisted-bin:amd64. Preparing to unpack .../389-python3-twisted-bin_18.9.0-3+deb10u2_amd64.deb ... Unpacking python3-twisted-bin:amd64 (18.9.0-3+deb10u2) ... Selecting previously unselected package python3-pyasn1. Preparing to unpack .../390-python3-pyasn1_0.4.2-3_all.deb ... Unpacking python3-pyasn1 (0.4.2-3) ... Selecting previously unselected package python3-pyasn1-modules. Preparing to unpack .../391-python3-pyasn1-modules_0.2.1-0.2_all.deb ... Unpacking python3-pyasn1-modules (0.2.1-0.2) ... Selecting previously unselected package python3-service-identity. Preparing to unpack .../392-python3-service-identity_16.0.0-2_all.deb ... Unpacking python3-service-identity (16.0.0-2) ... Selecting previously unselected package python3-twisted. Preparing to unpack .../393-python3-twisted_18.9.0-3+deb10u2_all.deb ... Unpacking python3-twisted (18.9.0-3+deb10u2) ... Selecting previously unselected package python3-treq. Preparing to unpack .../394-python3-treq_18.6.0-0.1_all.deb ... Unpacking python3-treq (18.6.0-0.1) ... Selecting previously unselected package python3-osmopy-utils. Preparing to unpack .../395-python3-osmopy-utils_0.3.0.2.9201.202404192026_all.deb ... Unpacking python3-osmopy-utils (0.3.0.2.9201.202404192026) ... Selecting previously unselected package rtl-sdr. Preparing to unpack .../396-rtl-sdr_2.0.1.14.7ebc.202404192026_amd64.deb ... Unpacking rtl-sdr (2.0.1.14.7ebc.202404192026) ... Selecting previously unselected package simtrace2-firmware. Preparing to unpack .../397-simtrace2-firmware_0.8.1.72.3fbe.202404192026_all.deb ... Unpacking simtrace2-firmware (0.8.1.72.3fbe.202404192026) ... Selecting previously unselected package simtrace2-utils:amd64. Preparing to unpack .../398-simtrace2-utils_0.8.1.72.3fbe.202404192026_amd64.deb ... Unpacking simtrace2-utils:amd64 (0.8.1.72.3fbe.202404192026) ... Selecting previously unselected package simtrace2-utils-dbgsym:amd64. Preparing to unpack .../399-simtrace2-utils-dbgsym_0.8.1.72.3fbe.202404192026_amd64.deb ... Unpacking simtrace2-utils-dbgsym:amd64 (0.8.1.72.3fbe.202404192026) ... Selecting previously unselected package abisip-find. Preparing to unpack .../400-abisip-find_1.11.0.82.9fb31.202404192026_amd64.deb ... Unpacking abisip-find (1.11.0.82.9fb31.202404192026) ... Selecting previously unselected package gtp-echo-responder-dbg:amd64. Preparing to unpack .../401-gtp-echo-responder-dbg_1.11.0.18.1f9c.202404192026_amd64.deb ... Unpacking gtp-echo-responder-dbg:amd64 (1.11.0.18.1f9c.202404192026) ... Selecting previously unselected package libasn1c1:amd64. Preparing to unpack .../402-libasn1c1_0.9.36.1.3dfa.202404192026_amd64.deb ... Unpacking libasn1c1:amd64 (0.9.36.1.3dfa.202404192026) ... Selecting previously unselected package libasn1c-dbg:amd64. Preparing to unpack .../403-libasn1c-dbg_0.9.36.1.3dfa.202404192026_amd64.deb ... Unpacking libasn1c-dbg:amd64 (0.9.36.1.3dfa.202404192026) ... Selecting previously unselected package libasn1c-dev:amd64. Preparing to unpack .../404-libasn1c-dev_0.9.36.1.3dfa.202404192026_amd64.deb ... Unpacking libasn1c-dev:amd64 (0.9.36.1.3dfa.202404192026) ... Selecting previously unselected package libc-ares2:amd64. Preparing to unpack .../405-libc-ares2_1.14.0-1+deb10u4_amd64.deb ... Unpacking libc-ares2:amd64 (1.14.0-1+deb10u4) ... Selecting previously unselected package libgtp-dbg:amd64. Preparing to unpack .../406-libgtp-dbg_1.11.0.18.1f9c.202404192026_amd64.deb ... Unpacking libgtp-dbg:amd64 (1.11.0.18.1f9c.202404192026) ... Selecting previously unselected package libgtpnl-dbg:amd64. Preparing to unpack .../407-libgtpnl-dbg_1.2.5.27.39e0.202404192026_amd64.deb ... Unpacking libgtpnl-dbg:amd64 (1.2.5.27.39e0.202404192026) ... Selecting previously unselected package libgtpnl-tools:amd64. Preparing to unpack .../408-libgtpnl-tools_1.2.5.27.39e0.202404192026_amd64.deb ... Unpacking libgtpnl-tools:amd64 (1.2.5.27.39e0.202404192026) ... Selecting previously unselected package libosmo-abis-dbg:amd64. Preparing to unpack .../409-libosmo-abis-dbg_1.5.1.11.5277.202404192026_amd64.deb ... Unpacking libosmo-abis-dbg:amd64 (1.5.1.11.5277.202404192026) ... Selecting previously unselected package libosmo-e1d-dev:amd64. Preparing to unpack .../410-libosmo-e1d-dev_0.6.0.14.ff2c7.202404192026_amd64.deb ... Unpacking libosmo-e1d-dev:amd64 (0.6.0.14.ff2c7.202404192026) ... Selecting previously unselected package libosmo-gtlv-dbg:amd64. Preparing to unpack .../411-libosmo-gtlv-dbg_0.3.0.4.a46a.202404192026_amd64.deb ... Unpacking libosmo-gtlv-dbg:amd64 (0.3.0.4.a46a.202404192026) ... Selecting previously unselected package libosmo-hnbap0:amd64. Preparing to unpack .../412-libosmo-hnbap0_1.5.1.6.fc08.202404192026_amd64.deb ... Unpacking libosmo-hnbap0:amd64 (1.5.1.6.fc08.202404192026) ... Selecting previously unselected package libosmo-hnbap-dbg:amd64. Preparing to unpack .../413-libosmo-hnbap-dbg_1.5.1.6.fc08.202404192026_amd64.deb ... Unpacking libosmo-hnbap-dbg:amd64 (1.5.1.6.fc08.202404192026) ... Selecting previously unselected package libosmo-hnbap-dev:amd64. Preparing to unpack .../414-libosmo-hnbap-dev_1.5.1.6.fc08.202404192026_amd64.deb ... Unpacking libosmo-hnbap-dev:amd64 (1.5.1.6.fc08.202404192026) ... Selecting previously unselected package libosmo-mgcp-client-dev:amd64. Preparing to unpack .../415-libosmo-mgcp-client-dev_1.12.1.45.352b.202404192026_amd64.deb ... Unpacking libosmo-mgcp-client-dev:amd64 (1.12.1.45.352b.202404192026) ... Selecting previously unselected package libosmo-netif-dbg:amd64. Preparing to unpack .../416-libosmo-netif-dbg_1.4.0.54.05ff.202404192026_amd64.deb ... Unpacking libosmo-netif-dbg:amd64 (1.4.0.54.05ff.202404192026) ... Selecting previously unselected package libosmo-octoi-dev:amd64. Preparing to unpack .../417-libosmo-octoi-dev_0.6.0.14.ff2c7.202404192026_amd64.deb ... Unpacking libosmo-octoi-dev:amd64 (0.6.0.14.ff2c7.202404192026) ... Selecting previously unselected package libosmo-pfcp-dbg:amd64. Preparing to unpack .../418-libosmo-pfcp-dbg_0.3.0.4.a46a.202404192026_amd64.deb ... Unpacking libosmo-pfcp-dbg:amd64 (0.3.0.4.a46a.202404192026) ... Selecting previously unselected package libosmo-ranap7:amd64. Preparing to unpack .../419-libosmo-ranap7_1.5.1.6.fc08.202404192026_amd64.deb ... Unpacking libosmo-ranap7:amd64 (1.5.1.6.fc08.202404192026) ... Selecting previously unselected package libosmo-ranap-dbg:amd64. Preparing to unpack .../420-libosmo-ranap-dbg_1.5.1.6.fc08.202404192026_amd64.deb ... Unpacking libosmo-ranap-dbg:amd64 (1.5.1.6.fc08.202404192026) ... Selecting previously unselected package libosmo-ranap-dev:amd64. Preparing to unpack .../421-libosmo-ranap-dev_1.5.1.6.fc08.202404192026_amd64.deb ... Unpacking libosmo-ranap-dev:amd64 (1.5.1.6.fc08.202404192026) ... Selecting previously unselected package libosmo-rua0:amd64. Preparing to unpack .../422-libosmo-rua0_1.5.1.6.fc08.202404192026_amd64.deb ... Unpacking libosmo-rua0:amd64 (1.5.1.6.fc08.202404192026) ... Selecting previously unselected package libosmo-rua-dbg:amd64. Preparing to unpack .../423-libosmo-rua-dbg_1.5.1.6.fc08.202404192026_amd64.deb ... Unpacking libosmo-rua-dbg:amd64 (1.5.1.6.fc08.202404192026) ... Selecting previously unselected package libosmo-rua-dev:amd64. Preparing to unpack .../424-libosmo-rua-dev_1.5.1.6.fc08.202404192026_amd64.deb ... Unpacking libosmo-rua-dev:amd64 (1.5.1.6.fc08.202404192026) ... Selecting previously unselected package libosmo-sabp1:amd64. Preparing to unpack .../425-libosmo-sabp1_1.5.1.6.fc08.202404192026_amd64.deb ... Unpacking libosmo-sabp1:amd64 (1.5.1.6.fc08.202404192026) ... Selecting previously unselected package libosmo-sabp-dbg:amd64. Preparing to unpack .../426-libosmo-sabp-dbg_1.5.1.6.fc08.202404192026_amd64.deb ... Unpacking libosmo-sabp-dbg:amd64 (1.5.1.6.fc08.202404192026) ... Selecting previously unselected package libosmo-sabp-dev:amd64. Preparing to unpack .../427-libosmo-sabp-dev_1.5.1.6.fc08.202404192026_amd64.deb ... Unpacking libosmo-sabp-dev:amd64 (1.5.1.6.fc08.202404192026) ... Selecting previously unselected package libosmo-sbcap0:amd64. Preparing to unpack .../428-libosmo-sbcap0_0.4.2.4.538b.202404192026_amd64.deb ... Unpacking libosmo-sbcap0:amd64 (0.4.2.4.538b.202404192026) ... Selecting previously unselected package libosmo-sbcap-dev:amd64. Preparing to unpack .../429-libosmo-sbcap-dev_0.4.2.4.538b.202404192026_amd64.deb ... Unpacking libosmo-sbcap-dev:amd64 (0.4.2.4.538b.202404192026) ... Selecting previously unselected package libosmocore-dbg:amd64. Preparing to unpack .../430-libosmocore-dbg_1.9.0.192.1c24.202404192026_amd64.deb ... Unpacking libosmocore-dbg:amd64 (1.9.0.192.1c24.202404192026) ... Selecting previously unselected package libosmodsp-dbg:amd64. Preparing to unpack .../431-libosmodsp-dbg_0.4.0.8.9128.202404192026_amd64.deb ... Unpacking libosmodsp-dbg:amd64 (0.4.0.8.9128.202404192026) ... Selecting previously unselected package libsmpp34-dbg. Preparing to unpack .../432-libsmpp34-dbg_1.14.3.2.4b6d.202404192026_amd64.deb ... Unpacking libsmpp34-dbg (1.14.3.2.4b6d.202404192026) ... Selecting previously unselected package osmo-bsc. Preparing to unpack .../433-osmo-bsc_1.11.0.82.9fb31.202404192026_amd64.deb ... Unpacking osmo-bsc (1.11.0.82.9fb31.202404192026) ... Selecting previously unselected package osmo-bsc-bs11-utils. Preparing to unpack .../434-osmo-bsc-bs11-utils_1.11.0.82.9fb31.202404192026_amd64.deb ... Unpacking osmo-bsc-bs11-utils (1.11.0.82.9fb31.202404192026) ... Selecting previously unselected package osmo-bsc-dbg:amd64. Preparing to unpack .../435-osmo-bsc-dbg_1.11.0.82.9fb31.202404192026_amd64.deb ... Unpacking osmo-bsc-dbg:amd64 (1.11.0.82.9fb31.202404192026) ... Selecting previously unselected package osmo-bsc-ipaccess-utils. Preparing to unpack .../436-osmo-bsc-ipaccess-utils_1.11.0.82.9fb31.202404192026_amd64.deb ... Unpacking osmo-bsc-ipaccess-utils (1.11.0.82.9fb31.202404192026) ... Selecting previously unselected package osmo-bsc-meas-utils. Preparing to unpack .../437-osmo-bsc-meas-utils_1.11.0.82.9fb31.202404192026_amd64.deb ... Unpacking osmo-bsc-meas-utils (1.11.0.82.9fb31.202404192026) ... Selecting previously unselected package osmo-bsc-nat. Preparing to unpack .../438-osmo-bsc-nat_0.1.0.202404192026_amd64.deb ... Unpacking osmo-bsc-nat (0.1.0.202404192026) ... Selecting previously unselected package osmo-bsc-nat-dbg:amd64. Preparing to unpack .../439-osmo-bsc-nat-dbg_0.1.0.202404192026_amd64.deb ... Unpacking osmo-bsc-nat-dbg:amd64 (0.1.0.202404192026) ... Selecting previously unselected package osmo-bts-trx-dbg. Preparing to unpack .../440-osmo-bts-trx-dbg_1.7.0.61.6533.202404192026_amd64.deb ... Unpacking osmo-bts-trx-dbg (1.7.0.61.6533.202404192026) ... Selecting previously unselected package osmo-bts-virtual-dbg. Preparing to unpack .../441-osmo-bts-virtual-dbg_1.7.0.61.6533.202404192026_amd64.deb ... Unpacking osmo-bts-virtual-dbg (1.7.0.61.6533.202404192026) ... Selecting previously unselected package osmo-cbc. Preparing to unpack .../442-osmo-cbc_0.4.2.4.538b.202404192026_amd64.deb ... Unpacking osmo-cbc (0.4.2.4.538b.202404192026) ... Selecting previously unselected package osmo-cbc-dbg:amd64. Preparing to unpack .../443-osmo-cbc-dbg_0.4.2.4.538b.202404192026_amd64.deb ... Unpacking osmo-cbc-dbg:amd64 (0.4.2.4.538b.202404192026) ... Selecting previously unselected package osmo-cbc-utils. Preparing to unpack .../444-osmo-cbc-utils_0.4.2.4.538b.202404192026_amd64.deb ... Unpacking osmo-cbc-utils (0.4.2.4.538b.202404192026) ... Selecting previously unselected package osmo-gbproxy. Preparing to unpack .../445-osmo-gbproxy_1%3a0.4.1.1.dc25.202404192026_amd64.deb ... Unpacking osmo-gbproxy (1:0.4.1.1.dc25.202404192026) ... Selecting previously unselected package osmo-gbproxy-dbg. Preparing to unpack .../446-osmo-gbproxy-dbg_1%3a0.4.1.1.dc25.202404192026_amd64.deb ... Unpacking osmo-gbproxy-dbg (1:0.4.1.1.dc25.202404192026) ... Selecting previously unselected package osmo-ggsn-dbg:amd64. Preparing to unpack .../447-osmo-ggsn-dbg_1.11.0.18.1f9c.202404192026_amd64.deb ... Unpacking osmo-ggsn-dbg:amd64 (1.11.0.18.1f9c.202404192026) ... Selecting previously unselected package osmo-gtphub. Preparing to unpack .../448-osmo-gtphub_1.11.1.6.1ede8.202404192026_amd64.deb ... Unpacking osmo-gtphub (1.11.1.6.1ede8.202404192026) ... Selecting previously unselected package osmo-gtphub-dbg. Preparing to unpack .../449-osmo-gtphub-dbg_1.11.1.6.1ede8.202404192026_amd64.deb ... Unpacking osmo-gtphub-dbg (1.11.1.6.1ede8.202404192026) ... Selecting previously unselected package osmo-hlr-dbg. Preparing to unpack .../450-osmo-hlr-dbg_1.7.0.11.da4f.202404192026_amd64.deb ... Unpacking osmo-hlr-dbg (1.7.0.11.da4f.202404192026) ... Selecting previously unselected package osmo-hnbgw. Preparing to unpack .../451-osmo-hnbgw_1.5.0.55.8fd9.202404192026_amd64.deb ... Unpacking osmo-hnbgw (1.5.0.55.8fd9.202404192026) ... Selecting previously unselected package osmo-hnbgw-dbg:amd64. Preparing to unpack .../452-osmo-hnbgw-dbg_1.5.0.55.8fd9.202404192026_amd64.deb ... Unpacking osmo-hnbgw-dbg:amd64 (1.5.0.55.8fd9.202404192026) ... Selecting previously unselected package osmo-hnodeb. Preparing to unpack .../453-osmo-hnodeb_0.1.2.11.a9b3.202404192026_amd64.deb ... Unpacking osmo-hnodeb (0.1.2.11.a9b3.202404192026) ... Selecting previously unselected package osmo-hnodeb-dbg:amd64. Preparing to unpack .../454-osmo-hnodeb-dbg_0.1.2.11.a9b3.202404192026_amd64.deb ... Unpacking osmo-hnodeb-dbg:amd64 (0.1.2.11.a9b3.202404192026) ... Selecting previously unselected package osmo-msc. Preparing to unpack .../455-osmo-msc_1.11.1.51.c19f8.202404192026_amd64.deb ... Unpacking osmo-msc (1.11.1.51.c19f8.202404192026) ... Selecting previously unselected package osmo-msc-dbg:amd64. Preparing to unpack .../456-osmo-msc-dbg_1.11.1.51.c19f8.202404192026_amd64.deb ... Unpacking osmo-msc-dbg:amd64 (1.11.1.51.c19f8.202404192026) ... Selecting previously unselected package osmo-pcap-client. Preparing to unpack .../457-osmo-pcap-client_0.4.2.2.9f47.202404192026_amd64.deb ... Unpacking osmo-pcap-client (0.4.2.2.9f47.202404192026) ... Selecting previously unselected package osmo-pcap-client-dbg. Preparing to unpack .../458-osmo-pcap-client-dbg_0.4.2.2.9f47.202404192026_amd64.deb ... Unpacking osmo-pcap-client-dbg (0.4.2.2.9f47.202404192026) ... Selecting previously unselected package osmo-pcap-server. Preparing to unpack .../459-osmo-pcap-server_0.4.2.2.9f47.202404192026_amd64.deb ... Unpacking osmo-pcap-server (0.4.2.2.9f47.202404192026) ... Selecting previously unselected package osmo-pcap-server-dbg. Preparing to unpack .../460-osmo-pcap-server-dbg_0.4.2.2.9f47.202404192026_amd64.deb ... Unpacking osmo-pcap-server-dbg (0.4.2.2.9f47.202404192026) ... Selecting previously unselected package osmo-pcu-dbg. Preparing to unpack .../461-osmo-pcu-dbg_1.4.0.11.7572.202404192026_amd64.deb ... Unpacking osmo-pcu-dbg (1.4.0.11.7572.202404192026) ... Selecting previously unselected package osmo-sgsn. Preparing to unpack .../462-osmo-sgsn_1.11.1.6.1ede8.202404192026_amd64.deb ... Unpacking osmo-sgsn (1.11.1.6.1ede8.202404192026) ... Selecting previously unselected package osmo-sgsn-dbg:amd64. Preparing to unpack .../463-osmo-sgsn-dbg_1.11.1.6.1ede8.202404192026_amd64.deb ... Unpacking osmo-sgsn-dbg:amd64 (1.11.1.6.1ede8.202404192026) ... Selecting previously unselected package osmo-sip-connector-dbg. Preparing to unpack .../464-osmo-sip-connector-dbg_1.6.3.6.6122.202404192026_amd64.deb ... Unpacking osmo-sip-connector-dbg (1.6.3.6.6122.202404192026) ... Selecting previously unselected package osmo-smlc. Preparing to unpack .../465-osmo-smlc_0.2.4.2.4b73.202404192026_amd64.deb ... Unpacking osmo-smlc (0.2.4.2.4b73.202404192026) ... Selecting previously unselected package osmo-smlc-dbg:amd64. Preparing to unpack .../466-osmo-smlc-dbg_0.2.4.2.4b73.202404192026_amd64.deb ... Unpacking osmo-smlc-dbg:amd64 (0.2.4.2.4b73.202404192026) ... Selecting previously unselected package osmo-sysmon. Preparing to unpack .../467-osmo-sysmon_0.3.2.3.4e7c.202404192026_amd64.deb ... Unpacking osmo-sysmon (0.3.2.3.4e7c.202404192026) ... Selecting previously unselected package osmo-sysmon-dbg:amd64. Preparing to unpack .../468-osmo-sysmon-dbg_0.3.2.3.4e7c.202404192026_amd64.deb ... Unpacking osmo-sysmon-dbg:amd64 (0.3.2.3.4e7c.202404192026) ... Selecting previously unselected package osmo-trx-dbg. Preparing to unpack .../469-osmo-trx-dbg_1.6.0.29.c5f6.202404192026_amd64.deb ... Unpacking osmo-trx-dbg (1.6.0.29.c5f6.202404192026) ... Setting up libgs9-common (9.27~dfsg-2+deb10u9) ... Setting up libboost-program-options1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libxdot4 (2.40.1-6+deb10u1) ... Setting up bladerf-fpga-hostedxa9 (0.2019.07) ... Either your FPGA bitstream is missing, or it is out-of-date. Downloading FPGA bitstream from https://www.nuand.com/fpga/v0.11.0/hostedxA9.rbf... --2024-04-20 02:42:06-- https://www.nuand.com/fpga/v0.11.0/hostedxA9.rbf Resolving www.nuand.com (www.nuand.com)... 104.26.12.238, 172.67.69.95, 104.26.13.238, ... Connecting to www.nuand.com (www.nuand.com)|104.26.12.238|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/octet-stream] Saving to: ‘/tmp/tmp.bNERCVV7Dl’ /tmp/tmp.bNERCVV7Dl [<=> ] 0 --.-KB/s /tmp/tmp.bNERCVV7Dl [ <=> ] 1.59M 6.42MB/s /tmp/tmp.bNERCVV7Dl [ <=> ] 4.12M 7.75MB/s /tmp/tmp.bNERCVV7Dl [ <=> ] 9.19M 12.6MB/s /tmp/tmp.bNERCVV7Dl [ <=> ] 12.26M 16.3MB/s in 0.8s 2024-04-20 02:42:08 (16.3 MB/s) - ‘/tmp/tmp.bNERCVV7Dl’ saved [12858972] /tmp/tmp.bNERCVV7Dl: OK /tmp/tmp.bNERCVV7Dl: OK Download successful, copying to /usr/share/Nuand/bladeRF/hostedxA9.rbf Setting up osmo-bsc-nat-doc (0.1.0.202404192026) ... Setting up libosmo-sccp-dev:amd64 (1.8.0.62.da7b.202404192026) ... Setting up libpixman-1-0:amd64 (0.36.0-1+deb10u1) ... Setting up python3-attr (18.2.0-1) ... Setting up libpaper1:amd64 (1.1.28) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Creating config file /etc/papersize with new version Setting up libosmocore-utils:amd64 (1.9.0.192.1c24.202404192026) ... Setting up libasn1c1:amd64 (0.9.36.1.3dfa.202404192026) ... Setting up python3-osmopy-libs (0.3.0.2.9201.202404192026) ... Setting up fontconfig (2.13.1-2) ... Regenerating fonts cache... done. Setting up libproxy1v5:amd64 (0.4.15-5+deb10u1) ... Setting up libsgmls-perl (1.03ii-36) ... Setting up libboost-regex1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libharfbuzz-icu0:amd64 (2.3.1-1) ... Setting up libboost-chrono1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up fonts-mathjax (2.7.4+dfsg-1) ... Setting up libsodium23:amd64 (1.0.17-1) ... Setting up libdbi1:amd64 (0.9.0-5) ... Setting up libtexlua52:amd64 (2018.20181218.49446-1+deb10u2) ... Setting up libxpm4:amd64 (1:3.5.12-1+deb10u2) ... Setting up fonts-gfs-porson (1.1-6) ... Setting up hicolor-icon-theme (0.17-2) ... Setting up libjs-mathjax (2.7.4+dfsg-1) ... Setting up libxi6:amd64 (2:1.7.9-1) ... Setting up libxrender1:amd64 (1:0.9.10-1) ... Setting up libdatrie1:amd64 (0.2.12-2) ... Setting up libtecla1 (1.6.3-2.1) ... Setting up sgmlspl (1.03ii-36) ... Setting up osmo-bsc-doc (1.11.0.82.9fb31.202404192026) ... Setting up libtexlua53:amd64 (2018.20181218.49446-1+deb10u2) ... Setting up libxcb-render0:amd64 (1.13.1-2) ... Setting up libsmpp1:amd64 (1.14.3.2.4b6d.202404192026) ... Setting up python3-zope.interface (4.3.2-1+b2) ... Setting up osmo-hnbgw-doc (1.5.0.55.8fd9.202404192026) ... Setting up libdbd-sqlite3:amd64 (0.9.0-6+b1) ... Setting up libgtpnl0:amd64 (1.2.5.27.39e0.202404192026) ... Setting up libosmo-octoi2:amd64 (0.6.0.14.ff2c7.202404192026) ... Setting up libijs-0.35:amd64 (0.35-14) ... Setting up neocon:amd64 (1.0.2.202404192026) ... Setting up libtexluajit2:amd64 (2018.20181218.49446-1+deb10u2) ... Setting up libbrotli1:amd64 (1.0.7-2+deb10u1) ... Setting up python3-ply (3.11-3) ... Setting up libosmo-octoi2-dbgsym:amd64 (0.6.0.14.ff2c7.202404192026) ... Setting up python3-automat (0.6.0-1) ... Setting up libosmo-e1d1:amd64 (0.6.0.14.ff2c7.202404192026) ... Setting up liblab-gamut1 (2.40.1-6+deb10u1) ... Setting up libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ... Setting up libnorm1:amd64 (1.5.8+dfsg2-1) ... Setting up liblimesuite18.06-1:amd64 (18.06.0+dfsg-1+b1) ... Setting up x11-common (1:7.7+19) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Setting up libgtpnl-tools:amd64 (1.2.5.27.39e0.202404192026) ... Setting up python3-twisted-bin:amd64 (18.9.0-3+deb10u2) ... Setting up simtrace2-firmware (0.8.1.72.3fbe.202404192026) ... Setting up linux-libc-dev:amd64 (4.19.304-1) ... Setting up osmo-sip-connector-doc (1.6.3.6.6122.202404192026) ... Setting up libusb-1.0-0-dev:amd64 (2:1.0.22-2) ... Setting up bladerf-fpga-hostedxa4 (0.2019.07) ... Either your FPGA bitstream is missing, or it is out-of-date. Downloading FPGA bitstream from https://www.nuand.com/fpga/v0.11.0/hostedxA4.rbf... --2024-04-20 02:42:16-- https://www.nuand.com/fpga/v0.11.0/hostedxA4.rbf Resolving www.nuand.com (www.nuand.com)... 104.26.13.238, 104.26.12.238, 172.67.69.95, ... Connecting to www.nuand.com (www.nuand.com)|104.26.13.238|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/octet-stream] Saving to: ‘/tmp/tmp.JLwy8rXqYy’ /tmp/tmp.JLwy8rXqYy [<=> ] 0 --.-KB/s /tmp/tmp.JLwy8rXqYy [ <=> ] 2.51M --.-KB/s in 0.04s 2024-04-20 02:42:16 (65.1 MB/s) - ‘/tmp/tmp.JLwy8rXqYy’ saved [2632660] /tmp/tmp.JLwy8rXqYy: OK /tmp/tmp.JLwy8rXqYy: OK Download successful, copying to /usr/share/Nuand/bladeRF/hostedxA4.rbf Setting up python-apt (1.8.4.3) ... Setting up libosmo-gprs-sndcp0:amd64 (0.1.0.202404192026) ... Setting up libxcb-shm0:amd64 (1.13.1-2) ... Setting up libzzip-0-13:amd64 (0.13.62-3.2+deb10u1) ... Setting up libcdk5nc6:amd64 (5.0.20180306-3) ... Setting up libc-ares2:amd64 (1.14.0-1+deb10u4) ... Setting up libboost-date-time1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libpaper-utils (1.1.28) ... Setting up libgomp1:amd64 (8.3.0-6) ... Setting up libosmonetif11:amd64 (1.4.0.54.05ff.202404192026) ... Setting up libgtpnl-dbg:amd64 (1.2.5.27.39e0.202404192026) ... Setting up osmo-cbc-utils (0.4.2.4.538b.202404192026) ... Setting up libosmo-gprs-sndcp-dev:amd64 (0.1.0.202404192026) ... Setting up osmo-e1d (0.6.0.14.ff2c7.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-e1d.service → /lib/systemd/system/osmo-e1d.service. Setting up libjbig0:amd64 (2.1-3.1+b2) ... Setting up libbladerf2:amd64 (0.2019.07) ... Setting up libmicrohttpd12 (0.9.62-1+deb10u1) ... Setting up libcairo2:amd64 (1.16.0-4+deb10u1) ... Setting up libcolord2:amd64 (1.4.3-4) ... Setting up python3-multidict (4.5.2-1) ... Setting up libosmocore-dbg:amd64 (1.9.0.192.1c24.202404192026) ... Setting up python3-pycparser (2.19-1) ... Setting up libcupsimage2:amd64 (2.2.10-6+deb10u9) ... Setting up libosmo-simtrace2-1:amd64 (0.8.1.72.3fbe.202404192026) ... Setting up libjansson4:amd64 (2.12-1) ... Setting up poppler-data (0.4.9-2) ... Setting up simtrace2-utils:amd64 (0.8.1.72.3fbe.202404192026) ... Setting up libosp5 (1.5.2-13+b1) ... Setting up python3-async-timeout (3.0.1-1) ... Setting up libdconf1:amd64 (0.30.1-2) ... Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... Setting up libgtp6:amd64 (1.11.0.18.1f9c.202404192026) ... Setting up asciidoc-common (8.6.10-3) ... Setting up tex-common (6.11) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline update-language: texlive-base not installed and configured, doing nothing! Setting up osmo-sgsn-doc (1.11.1.6.1ede8.202404192026) ... Setting up python3-roman (2.0.0-3) ... Setting up libgtp-dev:amd64 (1.11.0.18.1f9c.202404192026) ... Setting up neocon-dbgsym:amd64 (1.0.2.202404192026) ... Setting up osmo-mgw-doc (1.12.1.45.352b.202404192026) ... Setting up python3-webcolors (1.5-2) ... Setting up libosmo-fl2k0:amd64 (0.2.0.1.6c81.202404192026) ... Setting up libasn1c-dev:amd64 (0.9.36.1.3dfa.202404192026) ... Setting up osmo-gbproxy-doc (1:0.4.1.1.dc25.202404192026) ... Setting up libpcap0.8:amd64 (1.8.1-6+deb10u1) ... Setting up libosmo-gprs-llc0:amd64 (0.1.0.202404192026) ... Setting up libepoxy0:amd64 (1.5.3-0.1) ... Setting up libmpfr6:amd64 (4.0.2-1) ... Setting up libxfixes3:amd64 (1:5.0.3-1) ... Setting up libjbig2dec0:amd64 (0.16-1+deb10u1) ... Setting up osmo-hnodeb-doc (0.1.2.11.a9b3.202404192026) ... Setting up libteckit0:amd64 (2.5.8+ds2-5) ... Setting up libpathplan4 (2.40.1-6+deb10u1) ... Setting up libmnl-dev (1.0.4-2) ... Setting up python3-incremental (16.10.1-3) ... Setting up libdbus-1-3:amd64 (1.12.28-0+deb10u1) ... Setting up dbus (1.12.28-0+deb10u1) ... A reboot is required to replace the running dbus-daemon. Please reboot the system when convenient. Setting up libosmo-rspro-dev:amd64 (1.0.0.59.81b8.202404192026) ... Setting up libfribidi0:amd64 (1.0.5-3.1+deb10u2) ... Setting up t1utils (1.41-3) ... Setting up shared-mime-info (1.10-1) ... Setting up python3-reportlab-accel:amd64 (3.5.13-1+deb10u2) ... Setting up libosmo-mgcp-client12:amd64 (1.12.1.45.352b.202404192026) ... Setting up libxinerama1:amd64 (2:1.1.4-2) ... Setting up librtlsdr0:amd64 (2.0.1.14.7ebc.202404192026) ... Setting up libosmo-sbcap0:amd64 (0.4.2.4.538b.202404192026) ... Setting up libimagequant0:amd64 (2.12.2-1.1) ... Setting up python3-hyperlink (17.3.1-2) ... Setting up liboping0:amd64 (1.10.0-2.1+b1) ... Setting up libxrandr2:amd64 (2:1.5.1-1) ... Setting up osmo-ggsn (1.11.0.18.1f9c.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-ggsn.service → /lib/systemd/system/osmo-ggsn.service. Setting up libwebp6:amd64 (0.6.1-2+deb10u3) ... Setting up libcroco3:amd64 (0.6.12-3) ... Setting up libosmo-mgcp-client-dev:amd64 (1.12.1.45.352b.202404192026) ... Setting up python3-funcparserlib (0.3.6-7) ... Setting up libosmo-mslookup1:amd64 (1.7.0.11.da4f.202404192026) ... Setting up osmo-hlr-doc (1.7.0.11.da4f.202404192026) ... Setting up osmo-ggsn-doc (1.11.0.18.1f9c.202404192026) ... Setting up lynx-common (2.8.9rel.1-3+deb10u1) ... Setting up libosmo-fl2k0-dbgsym:amd64 (0.2.0.1.6c81.202404192026) ... Setting up libosmo-sbcap-dev:amd64 (0.4.2.4.538b.202404192026) ... Setting up libltdl7:amd64 (2.4.6-9) ... Setting up libbladerf2-dbgsym:amd64 (0.2019.07) ... Setting up libdpkg-perl (1.19.8) ... Setting up libkpathsea6:amd64 (2018.20181218.49446-1+deb10u2) ... Setting up gtp-echo-responder (1.11.0.18.1f9c.202404192026) ... Setting up liborcania1.2 (1.2.9-5) ... Setting up libatk1.0-data (2.30.0-2) ... Setting up osmo-smlc-doc (0.2.4.2.4b73.202404192026) ... Setting up libyder2.0:amd64 (1.4.4-4) ... Setting up libostyle1c2 (1.4devel1-21.3+b1) ... Setting up fonts-gfs-baskerville (1.1-5) ... Setting up osmo-cbc-doc (0.4.2.4.538b.202404192026) ... Setting up libmime-charset-perl (1.012.2-1) ... Setting up osmo-remsim-apitool:amd64 (1.0.0.59.81b8.202404192026) ... Setting up osmo-fl2k (0.2.0.1.6c81.202404192026) ... Setting up libxxhash0:amd64 (0.6.5-2) ... Setting up libboost-timer1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libosmo-gprs-sndcp-dbg:amd64 (0.1.0.202404192026) ... Setting up libxslt1.1:amd64 (1.1.32-2.2~deb10u2) ... Setting up libnl-3-200:amd64 (3.4.0-1) ... Setting up osmo-msc-doc (1.11.1.51.c19f8.202404192026) ... Setting up python3-pyasn1 (0.4.2-3) ... Setting up fonts-lmodern (2.004.5-6) ... Setting up libmbedcrypto3:amd64 (2.16.9-0~deb10u1) ... Setting up libopenjp2-7:amd64 (2.3.0-2+deb10u2) ... Setting up libboost-filesystem1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libthai-data (0.1.28-2) ... Setting up libboost-atomic1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libjson-glib-1.0-common (1.4.4-2) ... Setting up python3-constantly (15.1.0-1) ... Setting up sgml-base (1.29) ... Setting up libsofia-sip-ua0 (1.12.11+20110422.1-2.1+deb10u4) ... Setting up libasn1c-dbg:amd64 (0.9.36.1.3dfa.202404192026) ... Setting up libcairo-gobject2:amd64 (1.16.0-4+deb10u1) ... Setting up libcdt5 (2.40.1-6+deb10u1) ... Setting up libatk1.0-0:amd64 (2.30.0-2) ... Setting up libcgraph6 (2.40.1-6+deb10u1) ... Setting up libtiff5:amd64 (4.1.0+git191117-2~deb10u9) ... Setting up libwayland-egl1:amd64 (1.16.0-1) ... Setting up libosmo-e1d1-dbgsym:amd64 (0.6.0.14.ff2c7.202404192026) ... Setting up bladerf-firmware-fx3 (0.2019.07) ... Either your firmware is missing, or it is out-of-date. Downloading firmware from https://www.nuand.com/fx3/bladeRF_fw_v2.3.2.img... --2024-04-20 02:42:41-- https://www.nuand.com/fx3/bladeRF_fw_v2.3.2.img Resolving www.nuand.com (www.nuand.com)... 2606:4700:20::681a:dee, 2606:4700:20::681a:cee, 2606:4700:20::ac43:455f, ... Connecting to www.nuand.com (www.nuand.com)|2606:4700:20::681a:dee|:443... failed: Connection timed out. Connecting to www.nuand.com (www.nuand.com)|2606:4700:20::681a:cee|:443... failed: Connection timed out. Connecting to www.nuand.com (www.nuand.com)|2606:4700:20::ac43:455f|:443... failed: Connection timed out. Connecting to www.nuand.com (www.nuand.com)|104.26.13.238|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/octet-stream] Saving to: ‘/tmp/tmp.cSDkz34hlK’ /tmp/tmp.cSDkz34hlK [<=> ] 0 --.-KB/s /tmp/tmp.cSDkz34hlK [ <=> ] 120.48K --.-KB/s in 0.02s 2024-04-20 02:49:13 (7.30 MB/s) - ‘/tmp/tmp.cSDkz34hlK’ saved [123368] /tmp/tmp.cSDkz34hlK: OK /tmp/tmp.cSDkz34hlK: OK Download successful, copying to /usr/share/Nuand/bladeRF/bladeRF_fw.img Setting up lynx (2.8.9rel.1-3+deb10u1) ... update-alternatives: using /usr/bin/lynx to provide /usr/bin/www-browser (www-browser) in auto mode Setting up libjs-jquery (3.3.1~dfsg-3+deb10u1) ... Setting up libosmo-gtlv1:amd64 (0.3.0.4.a46a.202404192026) ... Setting up glib-networking-common (2.58.0-2+deb10u2) ... Setting up libosmo-gprs-gmm0:amd64 (0.1.0.202404192026) ... Setting up libsmpp34-utils (1.14.3.2.4b6d.202404192026) ... Setting up libxml2-utils (2.9.4+dfsg1-7+deb10u6) ... Setting up libc-dev-bin (2.28-10+deb10u2) ... Setting up osmo-stp-doc (1.8.0.62.da7b.202404192026) ... Setting up libboost-serialization1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libwebpmux3:amd64 (0.6.1-2+deb10u3) ... Setting up osmo-gbproxy (1:0.4.1.1.dc25.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-gbproxy.service → /lib/systemd/system/osmo-gbproxy.service. Setting up libosmo-sigtran9:amd64 (1.8.0.62.da7b.202404192026) ... Setting up python3-yarl (1.3.0-1) ... Setting up bladerf (0.2019.07) ... Setting up libxcomposite1:amd64 (1:0.4.4-2) ... Setting up libosmo-csn1-0:amd64 (0.1.0.202404192026) ... Setting up openjade (1.4devel1-21.3+b1) ... Setting up python3-asn1crypto (0.24.0-1) ... Setting up osmo-remsim-doc (1.0.0.59.81b8.202404192026) ... Setting up xdg-utils (1.1.3-1+deb10u1) ... Setting up libsmpp34-dev:amd64 (1.14.3.2.4b6d.202404192026) ... Setting up libosmo-rspro2:amd64 (1.0.0.59.81b8.202404192026) ... Setting up libsofia-sip-ua-glib3 (1.12.11+20110422.1-2.1+deb10u4) ... Setting up python3-cffi-backend (1.12.2-1) ... Setting up libsynctex2:amd64 (2018.20181218.49446-1+deb10u2) ... Setting up libosmoabis13:amd64 (1.5.1.11.5277.202404192026) ... Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3) ... Setting up libbladerf-doc (0.2019.07) ... Setting up osmo-trx-doc (1.6.0.29.c5f6.202404192026) ... Setting up osmo-gbproxy-dbg (1:0.4.1.1.dc25.202404192026) ... Setting up libosmo-netif-dbg:amd64 (1.4.0.54.05ff.202404192026) ... Setting up osmo-bts-doc (1.7.0.61.6533.202404192026) ... Setting up libcsv3:amd64 (3.0.3+dfsg-4) ... Setting up libxkbcommon0:amd64 (0.8.2-1) ... Setting up osmo-pcu-doc (1.4.0.11.7572.202404192026) ... Setting up libosmo-fl2k-dev (0.2.0.1.6c81.202404192026) ... Setting up libpotrace0:amd64 (1.15-1) ... Setting up libwayland-client0:amd64 (1.16.0-1) ... Setting up teckit (2.5.8+ds2-5) ... Setting up libosmo-gprs-sm0:amd64 (0.1.0.202404192026) ... Setting up glib-networking-services (2.58.0-2+deb10u2) ... Setting up simtrace2-utils-dbgsym:amd64 (0.8.1.72.3fbe.202404192026) ... Setting up libice6:amd64 (2:1.0.9-2) ... Setting up libsmpp34-dbg (1.14.3.2.4b6d.202404192026) ... Setting up osmo-bsc-nat (0.1.0.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-bsc-nat.service → /lib/systemd/system/osmo-bsc-nat.service. Setting up libosmo-sigtran-doc (1.8.0.62.da7b.202404192026) ... Setting up osmo-bsc-nat-dbg:amd64 (0.1.0.202404192026) ... Setting up libosmogsm-doc (1.9.0.192.1c24.202404192026) ... Setting up libfftw3-single3:amd64 (3.3.8-2) ... Setting up osmo-sip-connector (1.6.3.6.6122.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-sip-connector.service → /lib/systemd/system/osmo-sip-connector.service. Setting up osmo-smlc (0.2.4.2.4b73.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-smlc.service → /lib/systemd/system/osmo-smlc.service. Setting up libxdamage1:amd64 (1:1.1.4-3+b3) ... Setting up libzmq5:amd64 (4.3.1-4+deb10u2) ... Setting up libosmo-csn1-dev:amd64 (0.1.0.202404192026) ... Setting up bladerf-fpga-hostedx40 (0.2019.07) ... Either your FPGA bitstream is missing, or it is out-of-date. Downloading FPGA bitstream from https://www.nuand.com/fpga/v0.11.0/hostedx40.rbf... --2024-04-20 02:49:19-- https://www.nuand.com/fpga/v0.11.0/hostedx40.rbf Resolving www.nuand.com (www.nuand.com)... 2606:4700:20::ac43:455f, 2606:4700:20::681a:cee, 2606:4700:20::681a:dee, ... Connecting to www.nuand.com (www.nuand.com)|2606:4700:20::ac43:455f|:443... failed: Connection timed out. Connecting to www.nuand.com (www.nuand.com)|2606:4700:20::681a:cee|:443... failed: Connection timed out. Connecting to www.nuand.com (www.nuand.com)|2606:4700:20::681a:dee|:443... failed: Connection timed out. Connecting to www.nuand.com (www.nuand.com)|104.26.13.238|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/octet-stream] Saving to: ‘/tmp/tmp.yIqiwq4X8T’ /tmp/tmp.yIqiwq4X8T [<=> ] 0 --.-KB/s /tmp/tmp.yIqiwq4X8T [ <=> ] 529.57K 2.35MB/s /tmp/tmp.yIqiwq4X8T [ <=> ] 1.14M 3.14MB/s in 0.4s 2024-04-20 02:55:52 (3.14 MB/s) - ‘/tmp/tmp.yIqiwq4X8T’ saved [1191788] /tmp/tmp.yIqiwq4X8T: OK /tmp/tmp.yIqiwq4X8T: OK Download successful, copying to /usr/share/Nuand/bladeRF/hostedx40.rbf Setting up libosmo-hnbap0:amd64 (1.5.1.6.fc08.202404192026) ... Setting up libgs9:amd64 (9.27~dfsg-2+deb10u9) ... Setting up osmo-gtphub (1.11.1.6.1ede8.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-gtphub.service → /lib/systemd/system/osmo-gtphub.service. Setting up osmo-remsim-client-st2:amd64 (1.0.0.59.81b8.202404192026) ... Setting up libosmo-pfcp0:amd64 (0.3.0.4.a46a.202404192026) ... Setting up osmo-ggsn-dbg:amd64 (1.11.0.18.1f9c.202404192026) ... Setting up libosmo-rua0:amd64 (1.5.1.6.fc08.202404192026) ... Setting up libwoff1:amd64 (1.0.2-1) ... Setting up libboost-thread1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up osmo-bsc-meas-utils (1.11.0.82.9fb31.202404192026) ... Setting up libgtpnl-dev:amd64 (1.2.5.27.39e0.202404192026) ... Setting up libosmo-simtrace2-1-dbgsym:amd64 (0.8.1.72.3fbe.202404192026) ... Setting up libosmoctrl-doc (1.9.0.192.1c24.202404192026) ... Setting up osmo-remsim-client-st2-dbgsym:amd64 (1.0.0.59.81b8.202404192026) ... Setting up osmo-trx-ipc (1.6.0.29.c5f6.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-trx-ipc.service → /lib/systemd/system/osmo-trx-ipc.service. Setting up osmo-fl2k-dbgsym (0.2.0.1.6c81.202404192026) ... Setting up libmbedx509-0:amd64 (2.16.9-0~deb10u1) ... Setting up libosmo-gprs-llc-dbg:amd64 (0.1.0.202404192026) ... Setting up osmo-smlc-dbg:amd64 (0.2.4.2.4b73.202404192026) ... Setting up libosmo-rspro2-dbgsym:amd64 (1.0.0.59.81b8.202404192026) ... Setting up osmo-sip-connector-dbg (1.6.3.6.6122.202404192026) ... Setting up preview-latex-style (11.91-2) ... Setting up libwebpdemux2:amd64 (0.6.1-2+deb10u3) ... Setting up libxcursor1:amd64 (1:1.1.15-2) ... Setting up python3-cffi (1.12.2-1) ... Setting up libboost-test1.67.0:amd64 (1.67.0-13+deb10u1) ... Setting up libosmoisdn-doc (1.9.0.192.1c24.202404192026) ... Setting up osmo-bsc (1.11.0.82.9fb31.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-bsc.service → /lib/systemd/system/osmo-bsc.service. Setting up libosmo-rua-dbg:amd64 (1.5.1.6.fc08.202404192026) ... Setting up libgtp-dbg:amd64 (1.11.0.18.1f9c.202404192026) ... Setting up xsltproc (1.1.32-2.2~deb10u2) ... Setting up libmbedtls12:amd64 (2.16.9-0~deb10u1) ... Setting up gtp-echo-responder-dbg:amd64 (1.11.0.18.1f9c.202404192026) ... Setting up libosmousb-doc (1.9.0.192.1c24.202404192026) ... Setting up python3-aiohttp (3.5.1-1+deb10u1) ... Setting up libosmo-gtlv-dbg:amd64 (0.3.0.4.a46a.202404192026) ... Setting up libosmo-simtrace2-dev:amd64 (0.8.1.72.3fbe.202404192026) ... Setting up rtl-sdr (2.0.1.14.7ebc.202404192026) ... Setting up osmo-remsim-client-shell:amd64 (1.0.0.59.81b8.202404192026) ... Setting up osmo-e1d-dbgsym (0.6.0.14.ff2c7.202404192026) ... Setting up libosmo-hnbap-dbg:amd64 (1.5.1.6.fc08.202404192026) ... Setting up opensp (1.5.2-13+b1) ... Setting up libatspi2.0-0:amd64 (2.30.0-7) ... Setting up libosmo-gprs-gmm-dbg:amd64 (0.1.0.202404192026) ... Setting up bladerf-fpga-hostedx115 (0.2019.07) ... Either your FPGA bitstream is missing, or it is out-of-date. Downloading FPGA bitstream from https://www.nuand.com/fpga/v0.11.0/hostedx115.rbf... --2024-04-20 02:55:56-- https://www.nuand.com/fpga/v0.11.0/hostedx115.rbf Resolving www.nuand.com (www.nuand.com)... 2606:4700:20::681a:cee, 2606:4700:20::681a:dee, 2606:4700:20::ac43:455f, ... Connecting to www.nuand.com (www.nuand.com)|2606:4700:20::681a:cee|:443... failed: Connection timed out. Connecting to www.nuand.com (www.nuand.com)|2606:4700:20::681a:dee|:443... failed: Connection timed out. Connecting to www.nuand.com (www.nuand.com)|2606:4700:20::ac43:455f|:443... failed: Connection timed out. Connecting to www.nuand.com (www.nuand.com)|104.26.12.238|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/octet-stream] Saving to: ‘/tmp/tmp.G4zoT35Rsl’ /tmp/tmp.G4zoT35Rsl [<=> ] 0 --.-KB/s /tmp/tmp.G4zoT35Rsl [ <=> ] 1.31M 5.04MB/s /tmp/tmp.G4zoT35Rsl [ <=> ] 3.41M 7.68MB/s in 0.4s 2024-04-20 03:02:29 (7.68 MB/s) - ‘/tmp/tmp.G4zoT35Rsl’ saved [3571462] /tmp/tmp.G4zoT35Rsl: OK /tmp/tmp.G4zoT35Rsl: OK Download successful, copying to /usr/share/Nuand/bladeRF/hostedx115.rbf Setting up libosmocodec-doc (1.9.0.192.1c24.202404192026) ... Setting up libulfius2.5:amd64 (2.5.2-4+deb10u1) ... Setting up libosmo-csn1-dbg:amd64 (0.1.0.202404192026) ... Setting up libusrp1 (3.4.8.202404192026) ... Setting up libjson-glib-1.0-0:amd64 (1.4.4-2) ... Setting up osmo-bsc-ipaccess-utils (1.11.0.82.9fb31.202404192026) ... Setting up libnl-route-3-200:amd64 (3.4.0-1) ... Setting up osmo-sysmon (0.3.2.3.4e7c.202404192026) ... Setting up osmo-pcap-client (0.4.2.2.9f47.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-pcap-client.service → /lib/systemd/system/osmo-pcap-client.service. Setting up libatk-bridge2.0-0:amd64 (2.30.0-5) ... Setting up libthai0:amd64 (0.1.28-2) ... Setting up python3-pil:amd64 (5.4.1-2+deb10u6) ... Setting up dbus-user-session (1.12.28-0+deb10u1) ... Setting up abisip-find (1.11.0.82.9fb31.202404192026) ... Setting up osmo-gtphub-dbg (1.11.1.6.1ede8.202404192026) ... Setting up asciidoc-base (8.6.10-3) ... Setting up libosmo-gprs-llc-dev:amd64 (0.1.0.202404192026) ... Setting up libosmo-mgcp-client12-dbgsym:amd64 (1.12.1.45.352b.202404192026) ... Setting up librtlsdr-dev (2.0.1.14.7ebc.202404192026) ... Setting up libosmo-gsup-client0:amd64 (1.7.0.11.da4f.202404192026) ... Setting up osmo-bsc-bs11-utils (1.11.0.82.9fb31.202404192026) ... Setting up libptexenc1:amd64 (2018.20181218.49446-1+deb10u2) ... Setting up libosmo-sigtran-dbg:amd64 (1.8.0.62.da7b.202404192026) ... Setting up libosmo-gprs-rlcmac0:amd64 (0.1.0.202404192026) ... Setting up osmo-uecups (0.2.2.1.ce96.202404192026) ... Setting up python3-pyasn1-modules (0.2.1-0.2) ... Setting up python3-cryptography (2.6.1-3+deb10u4) ... Setting up libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ... Setting up osmo-mslookup-utils:amd64 (1.7.0.11.da4f.202404192026) ... Setting up osmo-stp:amd64 (1.8.0.62.da7b.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-stp.service → /lib/systemd/system/osmo-stp.service. Setting up libosmovty-doc (1.9.0.192.1c24.202404192026) ... Setting up libosmo-ranap7:amd64 (1.5.1.6.fc08.202404192026) ... Setting up libgd3:amd64 (2.2.5-5.2+deb10u1) ... Setting up pkg-config (0.29-6) ... Setting up libosmo-rua-dev:amd64 (1.5.1.6.fc08.202404192026) ... Setting up libosmo-gprs-gmm-dev:amd64 (0.1.0.202404192026) ... Setting up libosmosim-doc (1.9.0.192.1c24.202404192026) ... Setting up libosmogb-doc (1.9.0.192.1c24.202404192026) ... Setting up python3-reportlab (3.5.13-1+deb10u2) ... Setting up osmo-pcap-server (0.4.2.2.9f47.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-pcap-server.service → /lib/systemd/system/osmo-pcap-server.service. Setting up libosmocoding-doc (1.9.0.192.1c24.202404192026) ... Setting up libosmo-pfcp-dbg:amd64 (0.3.0.4.a46a.202404192026) ... Setting up osmo-trx-usrp1 (1.6.0.29.c5f6.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-trx-usrp1.service → /lib/systemd/system/osmo-trx-usrp1.service. Setting up libgvpr2 (2.40.1-6+deb10u1) ... Setting up libusrp-utils (3.4.8.202404192026) ... Setting up osmo-pcap-client-dbg (0.4.2.2.9f47.202404192026) ... Setting up libosmo-gprs-sm-dbg:amd64 (0.1.0.202404192026) ... Setting up osmo-hnbgw (1.5.0.55.8fd9.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-hnbgw.service → /lib/systemd/system/osmo-hnbgw.service. Setting up libwayland-cursor0:amd64 (1.16.0-1) ... Setting up xml-core (0.18+nmu1) ... Setting up osmo-sgsn (1.11.1.6.1ede8.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-sgsn.service → /lib/systemd/system/osmo-sgsn.service. Setting up libosmo-netif-doc (1.4.0.54.05ff.202404192026) ... Setting up libc6-dev:amd64 (2.28-10+deb10u2) ... Setting up osmo-bsc-dbg:amd64 (1.11.0.82.9fb31.202404192026) ... Setting up bladerf-dbgsym (0.2019.07) ... Setting up libosmo-sabp1:amd64 (1.5.1.6.fc08.202404192026) ... Setting up libusrp-dev (3.4.8.202404192026) ... Setting up libosmo-gprs-sm-dev:amd64 (0.1.0.202404192026) ... Setting up libosmo-ranap-dbg:amd64 (1.5.1.6.fc08.202404192026) ... Setting up libsm6:amd64 (2:1.2.3-1) ... Setting up libosmo-gprs-rlcmac-dev:amd64 (0.1.0.202404192026) ... Setting up libosmodsp0:amd64 (0.4.0.8.9128.202404192026) ... Setting up osmo-stp-dbg:amd64 (1.8.0.62.da7b.202404192026) ... Setting up osmo-sysmon-dbg:amd64 (0.3.2.3.4e7c.202404192026) ... Setting up osmo-remsim-bankd:amd64 (1.0.0.59.81b8.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-remsim-bankd.service → /lib/systemd/system/osmo-remsim-bankd.service. Setting up libosmocore-doc (1.9.0.192.1c24.202404192026) ... Setting up libuhd3.13.1:amd64 (3.13.1.0-3) ... Setting up libosmo-sabp-dev:amd64 (1.5.1.6.fc08.202404192026) ... Setting up osmo-trx-lms (1.6.0.29.c5f6.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-trx-lms.service → /lib/systemd/system/osmo-trx-lms.service. Setting up gtk-update-icon-cache (3.24.5-1) ... Setting up osmo-msc (1.11.1.51.c19f8.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-msc.service → /lib/systemd/system/osmo-msc.service. Setting up libosmo-pfcp (0.3.0.4.a46a.202404192026) ... Setting up libusrp-utils-dbgsym (3.4.8.202404192026) ... Setting up libosmodsp-dev:amd64 (0.4.0.8.9128.202404192026) ... Setting up libosmo-hnbap-dev:amd64 (1.5.1.6.fc08.202404192026) ... Setting up libbladerf-dev:amd64 (0.2019.07) ... Setting up osmo-trx-uhd (1.6.0.29.c5f6.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-trx-uhd.service → /lib/systemd/system/osmo-trx-uhd.service. Setting up osmo-trx-ms-blade (1.6.0.29.c5f6.202404192026) ... Setting up mscgen (0.20-12) ... Setting up libosmo-ranap-dev:amd64 (1.5.1.6.fc08.202404192026) ... Setting up libsombok3:amd64 (2.4.0-2) ... Setting up python3-bladerf (0.2019.07) ... Setting up libbctoolbox1:amd64 (0.6.0-2+b2) ... Setting up python3-openssl (19.0.0-1) ... Setting up osmo-remsim-client-shell-dbgsym:amd64 (1.0.0.59.81b8.202404192026) ... Setting up osmo-hnbgw-dbg:amd64 (1.5.0.55.8fd9.202404192026) ... Setting up libpango-1.0-0:amd64 (1.42.4-8~deb10u1) ... Setting up osmo-msc-dbg:amd64 (1.11.1.51.c19f8.202404192026) ... Setting up libusrp1-dbgsym (3.4.8.202404192026) ... Setting up libosmodsp-doc (0.4.0.8.9128.202404192026) ... Setting up libusrp-doc (3.4.8.202404192026) ... Setting up osmo-cbc (0.4.2.4.538b.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-cbc.service → /lib/systemd/system/osmo-cbc.service. Setting up libosmo-gprs-rlcmac-dbg:amd64 (0.1.0.202404192026) ... Setting up libosmodsp-dbg:amd64 (0.4.0.8.9128.202404192026) ... Setting up dconf-service (0.30.1-2) ... Setting up osmo-uecups-dbgsym (0.2.2.1.ce96.202404192026) ... Setting up osmo-hlr (1.7.0.11.da4f.202404192026) ... osmo-hlr-post-upgrade: nothing to do (no existing database) Setting up osmo-remsim-server:amd64 (1.0.0.59.81b8.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-remsim-server.service → /lib/systemd/system/osmo-remsim-server.service. Setting up libusrp-firmware (3.4.8.202404192026) ... Setting up asciidoc (8.6.10-3) ... Setting up osmo-pcap-server-dbg (0.4.2.2.9f47.202404192026) ... Setting up libtalloc-dev:amd64 (2.1.14-2) ... Setting up libunicode-linebreak-perl (0.0.20190101-1) ... Setting up python3-service-identity (16.0.0-2) ... Setting up libosmo-sabp-dbg:amd64 (1.5.1.6.fc08.202404192026) ... Setting up libsctp-dev:amd64 (1.0.18+dfsg-1) ... Setting up libxt6:amd64 (1:1.1.5-1+b3) ... Setting up libosmocore-dev:amd64 (1.9.0.192.1c24.202404192026) ... Setting up osmo-remsim-bankd-dbgsym:amd64 (1.0.0.59.81b8.202404192026) ... Setting up libosmo-netif-dev:amd64 (1.4.0.54.05ff.202404192026) ... Setting up libosmo-e1d-dev:amd64 (0.6.0.14.ff2c7.202404192026) ... Setting up osmo-sgsn-dbg:amd64 (1.11.1.6.1ede8.202404192026) ... Setting up libosmo-octoi-dev:amd64 (0.6.0.14.ff2c7.202404192026) ... Setting up osmo-hlr-dbg (1.7.0.11.da4f.202404192026) ... Setting up libpangoft2-1.0-0:amd64 (1.42.4-8~deb10u1) ... Setting up libortp13:amd64 (1:1.0.2-1) ... Setting up libpangocairo-1.0-0:amd64 (1.42.4-8~deb10u1) ... Setting up libosmo-gtlv-dev:amd64 (0.3.0.4.a46a.202404192026) ... Setting up osmo-trx-dbg (1.6.0.29.c5f6.202404192026) ... Setting up osmo-trx (1.6.0.29.c5f6.202404192026) ... Setting up libxmu6:amd64 (2:1.1.2-2+b3) ... Setting up dconf-gsettings-backend:amd64 (0.30.1-2) ... Setting up osmo-remsim-server-dbgsym:amd64 (1.0.0.59.81b8.202404192026) ... Setting up osmo-cbc-dbg:amd64 (0.4.2.4.538b.202404192026) ... Setting up libosmo-gsup-client-dev:amd64 (1.7.0.11.da4f.202404192026) ... Setting up libxaw7:amd64 (2:1.0.13-1+b2) ... Setting up libosmo-sigtran-dev:amd64 (1.8.0.62.da7b.202404192026) ... Setting up librsvg2-2:amd64 (2.44.10-2.1+deb10u3) ... Setting up libosmo-mslookup-dev:amd64 (1.7.0.11.da4f.202404192026) ... Setting up python3-twisted (18.9.0-3+deb10u2) ... Setting up libgvc6 (2.40.1-6+deb10u1) ... Setting up librsvg2-common:amd64 (2.44.10-2.1+deb10u3) ... Setting up texlive-binaries (2018.20181218.49446-1+deb10u2) ... update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode Setting up libosmotrau2:amd64 (1.5.1.11.5277.202404192026) ... Setting up osmo-hnodeb (0.1.2.11.a9b3.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-hnodeb.service → /lib/systemd/system/osmo-hnodeb.service. Setting up libosmo-pfcp-dev:amd64 (0.3.0.4.a46a.202404192026) ... Setting up texlive-base (2018.20190227-2) ... tl-paper: setting paper size for dvips to a4: /var/lib/texmf/dvips/config/config-paper.ps tl-paper: setting paper size for dvipdfmx to a4: /var/lib/texmf/dvipdfmx/dvipdfmx-paper.cfg tl-paper: setting paper size for xdvi to a4: /var/lib/texmf/xdvi/XDvi-paper tl-paper: setting paper size for pdftex to a4: /var/lib/texmf/tex/generic/config/pdftexconfig.tex debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline tl-paper: setting paper size for dvipdfmx to letter: /var/lib/texmf/dvipdfmx/dvipdfmx-paper.cfg tl-paper: setting paper size for dvips to letter: /var/lib/texmf/dvips/config/config-paper.ps tl-paper: setting paper size for pdftex to letter: /var/lib/texmf/tex/generic/config/pdftexconfig.tex tl-paper: setting paper size for xdvi to letter: /var/lib/texmf/xdvi/XDvi-paper Setting up libgtk-3-common (3.24.5-1) ... Setting up osmo-pcu (1.4.0.11.7572.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-pcu.service → /lib/systemd/system/osmo-pcu.service. Setting up osmo-bts-virtual (1.7.0.61.6533.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-bts-virtual.service → /lib/systemd/system/osmo-bts-virtual.service. Setting up gsettings-desktop-schemas (3.28.1-1) ... Setting up graphviz (2.40.1-6+deb10u1) ... Setting up osmo-bts-virtual-dbg (1.7.0.61.6533.202404192026) ... Setting up libosmo-abis:amd64 (1.5.1.11.5277.202404192026) ... Setting up osmo-bts-trx (1.7.0.61.6533.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-bts-trx.service → /lib/systemd/system/osmo-bts-trx.service. Setting up libosmo-abis-dbg:amd64 (1.5.1.11.5277.202404192026) ... Setting up texlive-plain-generic (2018.20190227-2) ... Setting up texlive-lang-greek (2018.20190227-2) ... Setting up osmo-bts-trx-dbg (1.7.0.61.6533.202404192026) ... Setting up osmo-mgw (1.12.1.45.352b.202404192026) ... Created symlink /etc/systemd/system/multi-user.target.wants/osmo-mgw.service → /lib/systemd/system/osmo-mgw.service. Setting up python3-treq (18.6.0-0.1) ... Setting up osmo-pcu-dbg (1.4.0.11.7572.202404192026) ... Setting up osmo-mgw-dbgsym (1.12.1.45.352b.202404192026) ... Setting up libosmo-abis-dev:amd64 (1.5.1.11.5277.202404192026) ... Setting up texlive-latex-base (2018.20190227-2) ... Setting up adwaita-icon-theme (3.30.1-1) ... update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode Setting up texlive-extra-utils (2018.20190227-2) ... Setting up texlive-latex-recommended (2018.20190227-2) ... Setting up osmo-hnodeb-dbg:amd64 (0.1.2.11.a9b3.202404192026) ... Setting up texlive-pictures (2018.20190227-2) ... Setting up texlive-fonts-recommended (2018.20190227-2) ... Setting up tipa (2:1.3-20) ... Regenerating '/var/lib/texmf/fmtutil.cnf-DEBIAN'... done. Regenerating '/var/lib/texmf/fmtutil.cnf-TEXLIVEDIST'... done. update-fmtutil has updated the following file(s): /var/lib/texmf/fmtutil.cnf-DEBIAN /var/lib/texmf/fmtutil.cnf-TEXLIVEDIST If you want to activate the changes in the above file(s), you should run fmtutil-sys or fmtutil. Setting up python3-osmopy-utils (0.3.0.2.9201.202404192026) ... osmo-ctrl2cgi.service is a disabled or a static unit, not starting it. osmo-trap2cgi.service is a disabled or a static unit, not starting it. Setting up osmo-bts (1.7.0.61.6533.202404192026) ... Setting up texlive (2018.20190227-2) ... Setting up texlive-science (2018.20190227-2) ... Setting up texlive-latex-extra (2018.20190227-2) ... Setting up texlive-bibtex-extra (2018.20190227-2) ... Setting up texlive-xetex (2018.20190227-2) ... Setting up texlive-formats-extra (2018.20190227-2) ... Setting up libifd-osmo-remsim-client0:amd64 (1.0.0.59.81b8.202404192026) ... Setting up libifd-osmo-remsim-client0-dbgsym:amd64 (1.0.0.59.81b8.202404192026) ... Setting up pcscd (1.8.24-1) ... Created symlink /etc/systemd/system/sockets.target.wants/pcscd.socket → /lib/systemd/system/pcscd.socket. Processing triggers for systemd (241-5) ... Processing triggers for man-db (2.8.5-2) ... Processing triggers for mime-support (3.62) ... Processing triggers for libglib2.0-0:amd64 (2.58.3-2+deb10u5) ... Processing triggers for libc-bin (2.28-10) ... Setting up glib-networking:amd64 (2.58.0-2+deb10u2) ... Setting up libsoup2.4-1:amd64 (2.64.2-2) ... Setting up libsoup-gnome2.4-1:amd64 (2.64.2-2) ... Setting up librest-0.7-0:amd64 (0.8.1-1) ... Setting up libgtk-3-0:amd64 (3.24.5-1) ... Setting up librsvg2-bin (2.44.10-2.1+deb10u3) ... Processing triggers for sgml-base (1.29) ... Setting up docbook5-xml (5.0-2) ... Setting up docutils-common (0.14+dfsg-4) ... Setting up sgml-data (2.0.11) ... Processing triggers for sgml-base (1.29) ... Setting up docbook-xml (4.5-8) ... Setting up python3-docutils (0.14+dfsg-4) ... update-alternatives: using /usr/share/docutils/scripts/python3/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode update-alternatives: using /usr/share/docutils/scripts/python3/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode Setting up python3-blockdiag (1.5.3+dfsg-5.2) ... Setting up python3-nwdiag (1.0.4+dfsg-1) ... Processing triggers for sgml-base (1.29) ... Setting up docbook-dsssl (1.79-9.1) ... Setting up dblatex (0.3.10-2) ... Processing triggers for sgml-base (1.29) ... Setting up docbook-utils (0.6.14-3.3) ... Setting up asciidoc-dblatex (8.6.10-3) ... Setting up osmo-gsm-manuals-dev (1.5.0.12.8819.202404192026) ... Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ... Processing triggers for tex-common (6.11) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Building format(s) --all. This may take some time... done. Processing triggers for libc-bin (2.28-10) ... ### Test successful: install_repo_packages ### ### Running test: test_binaries ### + set +x + set +x + test_binaries + test_binaries_version osmo-bsc osmo-bts-trx osmo-bts-virtual osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gtphub osmo-hlr osmo-hlr-db-tool osmo-hnbgw osmo-hnodeb osmo-mgw osmo-msc osmo-mslookup-client osmo-pcap-client osmo-pcap-server osmo-pcu osmo-remsim-bankd osmo-remsim-client-shell osmo-remsim-client-st2 osmo-remsim-server osmo-sgsn osmo-sip-connector osmo-smlc osmo-stp osmo-trx-ipc osmo-trx-uhd osmo-uecups-daemon + failed= + osmo-bsc --version OsmoBSC version 1.11.0.82-9fb31.202404192026 Copyright (C) 2008-2018 Harald Welte, Holger Freyther Contributions by Daniel Willmann, Jan Lübbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr Copyright (C) 2013-2022 sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc --version + grep -q UNKNOWN + osmo-bts-trx --version OsmoBTS version 1.7.0.61-6533.202404192026 Copyright (C) 2010-2011 by Harald Welte, Andreas Eversberg and On-Waves Copyright (C) 2011-2022 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-trx --version + grep -q UNKNOWN + osmo-bts-virtual --version OsmoBTS version 1.7.0.61-6533.202404192026 Copyright (C) 2010-2011 by Harald Welte, Andreas Eversberg and On-Waves Copyright (C) 2011-2022 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bts-virtual --version + grep -q UNKNOWN + osmo-cbc --version OsmoCBC version 0.4.2.4-538b.202404192026 Copyright (C) 2019-2021 by Harald Welte License AGPLv3+: GNU Affero GPL Version 3 or later This is free software: you are free ot change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-cbc --version + grep -q UNKNOWN + osmo-e1d --version osmo-e1d version 0.6.0.14-ff2c7.202404192026 (C) 2019-2022 by Sylvain Munaut, Harald Welte and contributors + osmo-e1d --version + grep -q UNKNOWN + osmo-gbproxy --version OsmoGbProxy version 1:0.4.1.1-dc25.202404192026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gbproxy --version + grep -q UNKNOWN + osmo-ggsn --version OsmoGGSN version 1.11.0.18-1f9c.202404192026 Copyright (C) 2011-2017 Harald Welte Copyright (C) 2012-2017 Holger Hans Peter Freyther Copyright (C) 2012-2017 sysmocom - s.f.m.c. GmbH Copyright (C) 2002-2005 Mondru AB License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-ggsn --version + grep -q UNKNOWN + osmo-gtphub --version OsmoGTPhub version 1.11.1.6-1ede8.202404192026 Copyright (C) 2015 sysmocom s.f.m.c GmbH License AGPLv3+: GNU AGPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-gtphub --version + grep -q UNKNOWN + osmo-hlr --version OsmoHLR version 1.7.0.11-da4f.202404192026 Copyright (C) 2016-2023 by Harald Welte, sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr --version + grep -q UNKNOWN + osmo-hlr-db-tool --version OsmoHLR-db-tool version 1.7.0.11-da4f.202404192026 Copyright (C) 2017 by sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hlr-db-tool --version + grep -q UNKNOWN + osmo-hnbgw --version rate_ctr.c:87 validating counter group 0x562b39eae520(iucs) with 3 counters rate_ctr.c:87 validating counter group 0x562b39eae500(iups) with 3 counters OsmoHNBGW version 1.5.0.55-8fd9.202404192026 OsmoHNBGW - Osmocom Home Node B Gateway implementation Copyright (C) 2016-2024 by sysmocom s.f.m.c. GmbH Contributions by Daniel Willmann, Harald Welte, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnbgw --version + grep -q UNKNOWN rate_ctr.c:87 validating counter group 0x563bd4992520(iucs) with 3 counters rate_ctr.c:87 validating counter group 0x563bd4992500(iups) with 3 counters + osmo-hnodeb --version OsmoHNodeB version 0.1.2.11-a9b3.202404192026 OsmoHNodeB - Osmocom 3G Home NodeB implementation Copyright (C) 2015 by Daniel Willmann Based on initial work (hnb-test) by Daniel Willmann Contributions by Pau Espin Pedrol License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-hnodeb --version + grep -q UNKNOWN + osmo-mgw --version OsmoMGW version 1.12.1.45-352b.202404192026 Copyright (C) 2009-2010 Holger Freyther and On-Waves Copyright (C) 2017-2022 by sysmocom s.f.m.c. GmbH Contributions by Pablo Neira Ayuso, Jacob Erlbeck, Neels Hofmeyr Philipp Maier License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-mgw --version + grep -q UNKNOWN + osmo-msc --version OsmoMSC version 1.11.1.51-c19f8.202404192026 OsmoMSC - Osmocom Circuit-Switched Core Network implementation Copyright (C) 2016 by sysmocom s.f.m.c. GmbH Based on OsmoNITB: (C) 2008-2010 by Harald Welte (C) 2009-2012 by Holger Hans Peter Freyther Contributions by Daniel Willmann, Jan Lübbe, Stefan Schmidt Dieter Spaar, Andreas Eversberg, Sylvain Munaut, Neels Hofmeyr License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-msc --version + grep -q UNKNOWN + osmo-mslookup-client --version osmo-mslookup-client version 1.7.0.11-da4f.202404192026 Copyright (C) 2019 by sysmocom - s.f.m.c. GmbH Copyright (C) 2019 by Neels Hofmeyr This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + osmo-mslookup-client --version + grep -q UNKNOWN + osmo-pcap-client --version OsmoPCAPClient version 0.4.2.2-9f47.202404192026 Copyright (C) 2011-2017 Holger Freyther and contributors License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcap-client --version + grep -q UNKNOWN + osmo-pcap-server --version OsmoPCAPServer version 0.4.2.2-9f47.202404192026 Copyright (C) 2011-2017 Holger Freyther and contributors License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcap-server --version + grep -q UNKNOWN + osmo-pcu --version OsmoPCU version 1.4.0.11-7572.202404192026 Copyright (C) 2012-2013 by Ivan Kluchnikov and Andreas Eversberg Copyright (C) 2013-2022 by sysmocom - s.f.m.c. GmbH License GNU GPL version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-pcu --version + grep -q UNKNOWN + osmo-remsim-bankd --version osmo-remsim-bankd version 1.0.0.59-81b8.202404192026 + osmo-remsim-bankd --version + grep -q UNKNOWN + osmo-remsim-client-shell --version osmo-remsim-client version 1.0.0.59-81b8.202404192026 + osmo-remsim-client-shell --version + grep -q UNKNOWN + osmo-remsim-client-st2 --version osmo-remsim-client version 1.0.0.59-81b8.202404192026 + osmo-remsim-client-st2 --version + grep -q UNKNOWN + osmo-remsim-server --version osmo-resmim-server version 1.0.0.59-81b8.202404192026 + osmo-remsim-server --version + grep -q UNKNOWN + osmo-sgsn --version rate_ctr.c:87 validating counter group 0x560139a9ad00(sgsn) with 23 counters OsmoSGSN version 1.11.1.6-1ede8.202404192026 Copyright (C) 2010 Harald Welte and On-Waves License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-sgsn --version + grep -q UNKNOWN rate_ctr.c:87 validating counter group 0x55fc9e9aed00(sgsn) with 23 counters + osmo-sip-connector --version OsmoSIPcon version 1.6.3.6-6122.202404192026 GNU AGPLv3+ + osmo-sip-connector --version + grep -q UNKNOWN + osmo-smlc --version OsmoSMLC version 0.2.4.2-4b73.202404192026 Copyright (C) 2020 Harald Welte and sysmocom - s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-smlc --version + grep -q UNKNOWN + osmo-stp --version OsmoSTP version 1.8.0.62-da7b.202404192026 Copyright (C) 2015-2020 by Harald Welte Contributions by Holger Freyther, Neels Hofmeyr, Pau Espin, Vadim Yanitskiy License GPLv2+: GNU GPL Version 2 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Free Software lives by contribution. If you use this, please contribute! + osmo-stp --version + grep -q UNKNOWN + osmo-trx-ipc --version OsmoTRX version 1.6.0.29-c5f6.202404192026 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-ipc --version + grep -q UNKNOWN + osmo-trx-uhd --version OsmoTRX version 1.6.0.29-c5f6.202404192026 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-uhd --version + grep -q UNKNOWN + osmo-uecups-daemon --version osmo-gtpud version 0.2.2.1-ce96.202404192026 Copyright (C) 2020 Harald Welte License GPLv2: GNU GPL version 2 This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-uecups-daemon --version + grep -q UNKNOWN + [ -n ] + test_binaries_version osmo-trx-usrp1 + failed= + osmo-trx-usrp1 --version OsmoTRX version 1.6.0.29-c5f6.202404192026 Copyright (C) 2007-2014 Free Software Foundation, Inc. Copyright (C) 2013 Thomas Tsou Copyright (C) 2013-2019 Fairwaves, Inc. Copyright (C) 2015 Ettus Research LLC Copyright (C) 2017-2018 by sysmocom s.f.m.c. GmbH License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-trx-usrp1 --version + grep -q UNKNOWN + [ -n ] + [ debian10 != debian10 ] + [ nightly = nightly ] + test_binaries_version osmo-bsc-nat + failed= + osmo-bsc-nat --version OsmoBSCNAT version 0.1.0.202404192026 OsmoBSCNAT - Osmocom BSC NAT Copyright (C) 2021 by sysmocom s.f.m.c. GmbH Author: Oliver Smith License AGPLv3+: GNU AGPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. + osmo-bsc-nat --version + grep -q UNKNOWN ### Test successful: test_binaries ### ### Running test: services_check ### + [ -n ] + set +x + set +x + services_check + local service + local services_feed= osmo-bsc osmo-bts-virtual osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gtphub osmo-hlr osmo-hnbgw osmo-hnodeb osmo-mgw osmo-msc osmo-pcap-client osmo-pcap-server osmo-pcu osmo-remsim-bankd osmo-remsim-server osmo-sgsn osmo-sip-connector osmo-smlc osmo-stp + local failed= + [ nightly = nightly ] + services_feed= osmo-bsc osmo-bts-virtual osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gtphub osmo-hlr osmo-hnbgw osmo-hnodeb osmo-mgw osmo-msc osmo-pcap-client osmo-pcap-server osmo-pcu osmo-remsim-bankd osmo-remsim-server osmo-sgsn osmo-sip-connector osmo-smlc osmo-stp osmo-bsc-nat + [ debian10 != debian10 ] + systemctl start osmo-bsc osmo-bts-virtual osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gtphub osmo-hlr osmo-hnbgw osmo-hnodeb osmo-mgw osmo-msc osmo-pcap-client osmo-pcap-server osmo-pcu osmo-remsim-bankd osmo-remsim-server osmo-sgsn osmo-sip-connector osmo-smlc osmo-stp osmo-bsc-nat + sleep 2 + systemctl --no-pager -l -n 200 status osmo-bsc ● osmo-bsc.service - Osmocom Base Station Controller (BSC) Loaded: loaded (/lib/systemd/system/osmo-bsc.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 02:55:55 EDT; 7min ago Main PID: 26582 (osmo-bsc) Tasks: 1 (limit: 1147) Memory: 5.7M CGroup: /system.slice/osmo-bsc.service └─26582 /usr/bin/osmo-bsc -c /etc/osmocom/osmo-bsc.cfg -s Apr 20 03:00:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:00:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:00:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:00:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:00:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:00:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:00:40 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:40 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:40 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:40 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:40 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:00:45 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:45 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:45 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:45 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:45 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:00:50 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:50 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:50 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:50 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:50 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:00:55 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:55 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:55 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:55 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:55 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:00 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:00 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:00 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:00 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:00 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:05 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:05 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:05 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:05 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:05 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:40 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:40 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:40 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:40 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:40 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:45 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:45 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:45 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:45 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:45 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:50 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:50 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:50 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:50 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:50 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:55 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:55 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:55 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:55 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:55 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:00 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:00 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:00 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:00 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:00 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:05 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:05 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:05 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:05 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:05 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:10 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:15 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:20 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:25 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:35 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-A-0-m3ua is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:624) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLSS7 NOTICE xua_default_lm(asp-clnt-A-0-m3ua)[0x55844b92bd20]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Received NOTIFY Type State Change:AS Active () (m3ua.c:624) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.5/0, (xua_snm.c:404) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.4/0, (xua_snm.c:404) Apr 20 03:02:40 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.3/0, (xua_snm.c:404) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLM3UA NOTICE 0: asp-asp-clnt-A-0-m3ua: Rx DAVA() for 0.23.1/0, (xua_snm.c:404) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DMSC NOTICE (msc0) now available: N-PCSTATE ind: pc=185 sp_status=ACCESSIBLE remote_sccp_status=AVAILABLE (osmo_bsc_sigtran.c:288) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:86) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DRESET NOTICE bssmap_reset(msc-0)[0x55844b92da10]{CONNECTED}: link up (bssmap_reset.c:83) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DMSC NOTICE (msc0) BSSMAP association is up (a_reset.c:45) Apr 20 03:02:45 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:86) Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:86) Apr 20 03:02:51 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:86) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLINP NOTICE 0.0.0.0:3002 accept()ed new link from 127.0.0.1:42787 (ipa.c:321) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLINP NOTICE E1L(0) TCP Keepalive is enabled (ipaccess.c:600) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLINP NOTICE E1L(0) TCP keepalive idle_timeout=30s, interval=3s, retry_count=10 user_timeout=330000ms (ipaccess.c:613) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'GPRS' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'EGPRS' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'OML_ALERTS' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'CBCH' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_F_V1' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_H_V1' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_F_EFR' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_F_AMR' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'SPEECH_H_AMR' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'ETWS_PN' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'PAGING_COORDINATION' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'IPV6_NSVC' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'CCN' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'ABIS_OSMO_PCU' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Get Attributes Response: feature 'DYN_TS_SDCCH8' is supported (abis_nm.c:601) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): ARI reported sw[0/2]: osmobts is 1.7.0.61-6533.202404192026 (abis_nm.c:653) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Reported variant: osmo-bts-virtual (abis_nm.c:534) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM ERROR OC=RADIO-CARRIER(02) INST=(00,00,ff): Attribute SW Configuration is unreported (abis_nm.c:558) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM ERROR OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): Attribute Manufacturer Dependent State is unreported (abis_nm.c:558) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ARI reported sw[0/1]: TRX_PHY_VERSION is Unknown (abis_nm.c:653) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLINP NOTICE 0.0.0.0:3003 accept()ed new link from 127.0.0.1:45407 (ipa.c:321) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLINP NOTICE E1L(0) TCP Keepalive is enabled (ipaccess.c:600) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DLINP NOTICE E1L(0) TCP keepalive idle_timeout=30s, interval=3s, retry_count=10 user_timeout=330000ms (ipaccess.c:613) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DRSL NOTICE (bts=0,trx=0) bootstrapping RSL on ARFCN 871 using MCC-MNC 001-01 LAC=1 CID=6969 BSIC=63 (osmo_bsc_main.c:323) Apr 20 03:02:54 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:86) Apr 20 03:02:57 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:86) Apr 20 03:02:58 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0.11-7572.202404192026 (abis_nm.c:352) Apr 20 03:03:00 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:86) Apr 20 03:03:03 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0.11-7572.202404192026 (abis_nm.c:352) Apr 20 03:03:03 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:86) Apr 20 03:03:06 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:86) Apr 20 03:03:08 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DNM NOTICE OC=BTS(01) INST=(00,ff,ff): Reported connected PCU version 1.4.0.11-7572.202404192026 (abis_nm.c:352) Apr 20 03:03:09 ibm-p8-kvm-03-guest-02 osmo-bsc[26582]: DMSC NOTICE RESET ACK from MSC: RI=SSN_PC,PC=0.23.1,SSN=BSSAP (osmo_bsc_bssap.c:86) + systemctl --no-pager -l -n 200 status osmo-bts-virtual ● osmo-bts-virtual.service - Osmocom GSM BTS for virtual Um layer based on GSMTAP/UDP Loaded: loaded (/lib/systemd/system/osmo-bts-virtual.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:53 EDT; 18s ago Main PID: 28327 (osmo-bts-virtua) Tasks: 1 (limit: 1147) Memory: 5.6M CGroup: /system.slice/osmo-bts-virtual.service └─28327 /usr/bin/osmo-bts-virtual -s -c /etc/osmocom/osmo-bts-virtual.cfg Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x5632363f8730]{DISABLED_NOTINSTALLED}: state_chg to DISABLED_DEPENDENCY (nm_channel_fsm.c:83) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,07) AVAIL STATE Not installed -> Dependency (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML ERROR OC=RADIO-CARRIER INST=(00,00,ff): O&M Get Attributes [0], SW Configuration is unsupported (oml.c:632) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=RADIO-CARRIER(02) INST=(00,00,ff): Set RF Max Power Reduction to 20 dBm (oml.c:1152) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x5632363f5660]{DISABLED_OFFLINE}: Received Event RX_SETATTR (oml.c:1202) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C NOTICE Unimplemented vbts_set_trx (bts_model.c:97) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x5632363f5660]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl opstart (nm_radio_carrier_fsm.c:170) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=RADIO-CARRIER(02) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1492) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML ERROR OC=BASEBAND-TRANSCEIVER INST=(00,00,ff): O&M Get Attributes [0], Manufacturer Dependent State is unsupported (oml.c:632) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL(03) INST=(00,00,00): SET CHAN ATTR (TSC=7 pchan=CCCH+SDCCH4) (oml.c:1409) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x5632363f5b00]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C NOTICE (bts=0,trx=0,ts=0) Configured multiframe with 'BCCH+CCCH+SDCCH/4+SACCH/4' (scheduler.c:1025) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating FCCH (scheduler.c:1072) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating SCH (scheduler.c:1072) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating BCCH (scheduler.c:1072) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating RACH (scheduler.c:1072) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C INFO (bts=0,trx=0,ts=0,ss=4) Activating CCCH (scheduler.c:1072) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C INFO (bts=0,trx=0,ts=0,ss=4) state NONE -> ACTIVE (lchan.c:278) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,00): ADM STATE Locked -> Unlocked (oml.c:1492) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL(03) INST=(00,00,01): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x5632363f6150]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C NOTICE (bts=0,trx=0,ts=1) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1025) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,01): ADM STATE Locked -> Unlocked (oml.c:1492) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL(03) INST=(00,00,02): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x5632363f67a0]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C NOTICE (bts=0,trx=0,ts=2) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1025) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,02): ADM STATE Locked -> Unlocked (oml.c:1492) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL(03) INST=(00,00,03): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x5632363f6df0]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C NOTICE (bts=0,trx=0,ts=3) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1025) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,03): ADM STATE Locked -> Unlocked (oml.c:1492) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL(03) INST=(00,00,04): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x5632363f7440]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C NOTICE (bts=0,trx=0,ts=4) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1025) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,04): ADM STATE Locked -> Unlocked (oml.c:1492) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1P NOTICE PH-RTS-IND: Unable to determine actual BS_AG_BLKS_RES value as SI3 is not available yet, fallback to 1 (sysinfo.c:163) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1P NOTICE PH-DATA-REQ: Unable to determine actual BS_AG_BLKS_RES value as SI3 is not available yet, fallback to 1 (sysinfo.c:163) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL(03) INST=(00,00,05): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x5632363f7a90]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C NOTICE (bts=0,trx=0,ts=5) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1025) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,05): ADM STATE Locked -> Unlocked (oml.c:1492) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL(03) INST=(00,00,06): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x5632363f80e0]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C NOTICE (bts=0,trx=0,ts=6) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1025) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,06): ADM STATE Locked -> Unlocked (oml.c:1492) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL(03) INST=(00,00,07): SET CHAN ATTR (TSC=7 pchan=TCH/F) (oml.c:1409) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x5632363f8730]{DISABLED_DEPENDENCY}: Received Event RX_SETATTR (oml.c:1415) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C NOTICE (bts=0,trx=0,ts=7) Configured multiframe with 'TCH/F+SACCH' (scheduler.c:1025) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=CHANNEL(03) INST=(00,00,07): ADM STATE Locked -> Unlocked (oml.c:1492) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=BTS(01) INST=(00,ff,ff): ADM STATE Locked -> Unlocked (oml.c:1492) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x5632363f5660]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x5632363f5660]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x5632363f5660]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl (nm_radio_carrier_fsm.c:170) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=BASEBAND-TRANSCEIVER(04) INST=(00,00,ff): ADM STATE Locked -> Unlocked (oml.c:1492) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_BTS_OP(bts0)[0x5632363f5150]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_BTS_OP(bts0)[0x5632363f5150]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_BTS_OP(bts0)[0x5632363f5150]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_bts_fsm.c:139) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=BTS INST=(00,ff,ff) AVAIL STATE Off line -> OK (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=BTS INST=(00,ff,ff) OPER STATE Disabled -> Enabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO (bts=0,trx=0): Rx IPA RSL CONNECT IP=127.0.0.1 PORT=3003 STREAM=0x00 (oml.c:1893) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x5632363f58b0]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x5632363f58b0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x5632363f58b0]{DISABLED_OFFLINE}: Delay switch to operative state Enabled, wait for: rsl (nm_bb_transc_fsm.c:204) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DLINP NOTICE 127.0.0.1:3003 connection done (ipa.c:143) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DLINP NOTICE received ID_GET for unit ID 6969/0/0 (ipaccess.c:898) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DABIS INFO RSL Signalling link for TRX0 up (abis.c:399) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO (bts=0,trx=0) RSL link up (bts_trx.c:234) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x5632363f5660]{DISABLED_OFFLINE}: Received Event RSL_UP (bts_trx.c:236) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_RCARRIER_OP(bts0-trx0)[0x5632363f5660]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_radio_carrier_fsm.c:164) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=RADIO-CARRIER INST=(00,00,ff) AVAIL STATE Off line -> OK (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=RADIO-CARRIER INST=(00,00,ff) OPER STATE Disabled -> Enabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x5632363f5b00]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x5632363f6150]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x5632363f67a0]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x5632363f6df0]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x5632363f7440]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x5632363f7a90]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x5632363f80e0]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x5632363f8730]{DISABLED_DEPENDENCY}: Received Event RCARRIER_ENABLED (nm_radio_carrier_fsm.c:184) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x5632363f58b0]{DISABLED_OFFLINE}: Received Event RSL_UP (bts_trx.c:237) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_BBTRANSC_OP(bts0-trx0)[0x5632363f58b0]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_bb_transc_fsm.c:199) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) AVAIL STATE Off line -> OK (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=BASEBAND-TRANSCEIVER INST=(00,00,ff) OPER STATE Disabled -> Enabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x5632363f5b00]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x5632363f5b00]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,00) AVAIL STATE Dependency -> Off line (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Disabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x5632363f6150]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x5632363f6150]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,01) AVAIL STATE Dependency -> Off line (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Disabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x5632363f67a0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x5632363f67a0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,02) AVAIL STATE Dependency -> Off line (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Disabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x5632363f6df0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x5632363f6df0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,03) AVAIL STATE Dependency -> Off line (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Disabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x5632363f7440]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x5632363f7440]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,04) AVAIL STATE Dependency -> Off line (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Disabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x5632363f7a90]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x5632363f7a90]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,05) AVAIL STATE Dependency -> Off line (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Disabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x5632363f80e0]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x5632363f80e0]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,06) AVAIL STATE Dependency -> Off line (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Disabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x5632363f8730]{DISABLED_DEPENDENCY}: Received Event BBTRANSC_ENABLED (nm_bb_transc_fsm.c:219) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x5632363f8730]{DISABLED_DEPENDENCY}: state_chg to DISABLED_OFFLINE (nm_channel_fsm.c:136) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,07) AVAIL STATE Dependency -> Off line (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Disabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO Tx RSL RF RESource INDication (rsl.c:506) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO Rx RSL BCCH INFO (SI1, 23 bytes) (rsl.c:604) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1019) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPCU NOTICE Failed to send SI1 to PCU: rc=-5 (pcu_sock.c:831) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPAG INFO Paging SI update (paging.c:837) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO Rx RSL BCCH INFO (SI2, 23 bytes) (rsl.c:604) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1019) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPCU NOTICE Failed to send SI2 to PCU: rc=-5 (pcu_sock.c:831) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPAG INFO Paging SI update (paging.c:837) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x5632363f5b00]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x5632363f5b00]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts0)[0x5632363f5b00]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,00) AVAIL STATE Off line -> OK (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,00) OPER STATE Disabled -> Enabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO RX RSL Disabling BCCH INFO (SI2bis) (rsl.c:710) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPAG INFO Paging SI update (paging.c:837) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO RX RSL Disabling BCCH INFO (SI2ter) (rsl.c:710) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPAG INFO Paging SI update (paging.c:837) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO RX RSL Disabling BCCH INFO (SI2quater) (rsl.c:710) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPAG INFO Paging SI update (paging.c:837) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO Rx RSL BCCH INFO (SI3, 23 bytes) (rsl.c:604) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1C NOTICE Unimplemented bts_model_lchan_deactivate (bts_model.c:45) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPCU NOTICE PCU socket not connected, dropping message (pcu_sock.c:1019) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPCU NOTICE Failed to send SI3 to PCU: rc=-5 (pcu_sock.c:831) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPAG INFO Paging SI update (paging.c:837) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO Updated AGCH max queue length to 12 (bts.c:511) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO (bts=0,trx=0,ts=0,ss=0) Rx RSL BCCH_INFO (rsl.c:3938) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO Rx RSL BCCH INFO (SI4, 23 bytes) (rsl.c:604) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPAG INFO Paging SI update (paging.c:837) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO Rx RSL SACCH FILLING (SI5, 19 bytes) (rsl.c:1097) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPAG INFO Paging SI update (paging.c:837) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO Rx RSL Disabling SACCH FILLING (SI5bis) (rsl.c:1117) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPAG INFO Paging SI update (paging.c:837) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO Rx RSL Disabling SACCH FILLING (SI5ter) (rsl.c:1117) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPAG INFO Paging SI update (paging.c:837) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO Rx RSL SACCH FILLING (SI6, 13 bytes) (rsl.c:1097) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPAG INFO Paging SI update (paging.c:837) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x5632363f6150]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x5632363f6150]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts1)[0x5632363f6150]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,01) AVAIL STATE Off line -> OK (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,01) OPER STATE Disabled -> Enabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DRSL INFO (bts=0,trx=0) Rx Measurement Pre-processing Defaults (rsl.c:1319) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x5632363f67a0]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x5632363f67a0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts2)[0x5632363f67a0]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,02) AVAIL STATE Off line -> OK (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,02) OPER STATE Disabled -> Enabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x5632363f6df0]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x5632363f6df0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts3)[0x5632363f6df0]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,03) AVAIL STATE Off line -> OK (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,03) OPER STATE Disabled -> Enabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x5632363f7440]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x5632363f7440]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts4)[0x5632363f7440]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,04) AVAIL STATE Off line -> OK (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,04) OPER STATE Disabled -> Enabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x5632363f7a90]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x5632363f7a90]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts5)[0x5632363f7a90]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,05) AVAIL STATE Off line -> OK (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,05) OPER STATE Disabled -> Enabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x5632363f80e0]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x5632363f80e0]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts6)[0x5632363f80e0]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,06) AVAIL STATE Off line -> OK (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,06) OPER STATE Disabled -> Enabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x5632363f8730]{DISABLED_OFFLINE}: Received Event RX_OPSTART (oml.c:1447) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x5632363f8730]{DISABLED_OFFLINE}: Received Event OPSTART_ACK (bts_model.c:191) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO NM_CHAN_OP(bts0-trx0-ts7)[0x5632363f8730]{DISABLED_OFFLINE}: state_chg to ENABLED (nm_channel_fsm.c:182) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,07) AVAIL STATE Off line -> OK (oml.c:690) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML INFO OC=CHANNEL INST=(00,00,07) OPER STATE Disabled -> Enabled (oml.c:698) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DL1P INFO 000002/00/02/02/02 (bts=0,trx=0,ts=0) BCCH: has not been served !! No prim (scheduler_virtbts.c:198) Apr 20 03:02:58 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DPCU NOTICE PCU socket connected to external PCU (pcu_sock.c:1189) Apr 20 03:02:58 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0.11-7572.202404192026 (oml.c:100) Apr 20 03:03:03 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0.11-7572.202404192026 (oml.c:100) Apr 20 03:03:08 ibm-p8-kvm-03-guest-02 osmo-bts-virtual[28327]: DOML NOTICE OC=GPRS-CELL INST=(00,00,ff): Sending PCU version report to BSC: 1.4.0.11-7572.202404192026 (oml.c:100) + systemctl --no-pager -l -n 200 status osmo-cbc ● osmo-cbc.service - Osmocom CBC (Cell Broadcasting Centre) Loaded: loaded (/lib/systemd/system/osmo-cbc.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:44 EDT; 27s ago Main PID: 27574 (osmo-cbc) Tasks: 2 (limit: 1147) Memory: 3.1M CGroup: /system.slice/osmo-cbc.service └─27574 /usr/bin/osmo-cbc -c /etc/osmocom/osmo-cbc.cfg Apr 20 03:02:44 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom CBC (Cell Broadcasting Centre). Apr 20 03:02:44 ibm-p8-kvm-03-guest-02 osmo-cbc[27574]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4264 (telnet_interface.c:88) Apr 20 03:02:44 ibm-p8-kvm-03-guest-02 osmo-cbc[27574]: DCBSP NOTICE Listening for CBSP at 127.0.0.1:48049 (cbsp_link.c:415) Apr 20 03:02:44 ibm-p8-kvm-03-guest-02 osmo-cbc[27574]: DSBcAP NOTICE Listening for SBc-AP at (::ffff:127.0.0.1|::1):29168 (sbcap_link.c:485) Apr 20 03:02:44 ibm-p8-kvm-03-guest-02 osmo-cbc[27574]: DREST NOTICE Started ECBE REST API at 127.0.0.1:12345 (rest_api.c:727) + systemctl --no-pager -l -n 200 status osmo-e1d ● osmo-e1d.service - Osmocom E1 Interface Daemon Loaded: loaded (/lib/systemd/system/osmo-e1d.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 02:42:18 EDT; 20min ago Main PID: 25700 (osmo-e1d) Tasks: 2 (limit: 1147) Memory: 2.2M CGroup: /system.slice/osmo-e1d.service └─25700 /usr/bin/osmo-e1d -c /etc/osmocom/osmo-e1d.cfg Apr 20 02:42:18 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom E1 Interface Daemon. Apr 20 02:42:18 ibm-p8-kvm-03-guest-02 osmo-e1d[25700]: <0003> telnet_interface.c:88 Available via telnet 127.0.0.1 4269 + systemctl --no-pager -l -n 200 status osmo-gbproxy ● osmo-gbproxy.service - Osmocom Gb proxy Loaded: loaded (/lib/systemd/system/osmo-gbproxy.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 02:49:15 EDT; 13min ago Main PID: 26245 (osmo-gbproxy) Tasks: 1 (limit: 1147) Memory: 2.7M CGroup: /system.slice/osmo-gbproxy.service └─26245 /usr/bin/osmo-gbproxy -c /etc/osmocom/osmo-gbproxy.cfg Apr 20 03:00:42 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:00:42 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:00:42 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:00:42 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:00:45 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:00:45 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:00:45 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:00:45 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:00:48 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:00:48 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:00:48 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:00:48 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:00:51 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:00:51 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:00:51 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:00:51 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:00:54 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:00:54 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:00:54 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:00:54 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:00:57 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:00:57 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:00:57 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:00:57 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:00 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:00 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:00 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:00 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:03 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:03 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:03 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:03 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:06 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:06 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:06 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:06 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:09 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:09 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:09 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:09 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:12 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:12 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:12 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:12 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:15 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:15 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:15 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:15 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:18 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:18 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:18 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:18 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:21 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:21 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:21 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:21 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:24 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:24 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:24 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:24 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:27 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:27 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:27 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:27 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:30 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:30 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:30 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:30 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:36 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:36 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:36 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:36 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:39 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:39 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:39 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:39 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:42 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:42 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:42 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:42 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:45 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:45 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:45 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:45 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:51 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:51 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:51 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:51 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:54 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:54 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:54 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:54 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:01:57 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:01:57 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:01:57 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:01:57 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:00 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:00 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:00 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:00 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:06 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:06 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:06 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:06 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:09 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:09 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:09 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:09 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:12 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:12 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:12 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:12 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:15 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:15 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:15 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:15 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:21 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:21 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:21 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:21 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:24 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:24 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:24 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:24 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:27 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:27 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:27 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:27 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:42 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:42 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:42 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:42 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:45 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:45 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:45 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:45 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:51 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:51 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:51 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:51 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:54 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:54 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:54 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:54 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:02:57 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:02:57 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:02:57 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:02:57 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:03:00 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:03:00 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:03:00 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:03:00 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:03:03 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:03:03 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:03:03 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:03:03 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:03:06 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:03:06 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:03:06 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:03:06 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) Apr 20 03:03:09 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS ERROR GPRS-NS2-SNS-BSS(NSE00101-SNS)[0x56465959ef40]{BSS_SIZE}: NSE 101: SNS failed: Size retries failed. Selecting next IP-SNS endpoint. (gprs_ns2_sns.c:1781) Apr 20 03:03:09 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101)-NSVC(none) NS-STATUS.ind(bvci=00000): cause=NSVC failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:573) Apr 20 03:03:09 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DGPRS NOTICE NS: Unknown NS-STATUS.ind cause=NSVC failure from NS (gb_proxy.c:1811) Apr 20 03:03:09 ibm-p8-kvm-03-guest-02 osmo-gbproxy[26245]: DLNS NOTICE NSE(00101) NS-STATUS.ind(bvci=00000): cause=NSE SNS failure, transfer=0, first=1, mtu=65523 (gprs_ns2.c:577) + systemctl --no-pager -l -n 200 status osmo-ggsn ● osmo-ggsn.service - OsmoGGSN Loaded: loaded (/lib/systemd/system/osmo-ggsn.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 02:42:36 EDT; 20min ago Main PID: 26098 (osmo-ggsn) Tasks: 1 (limit: 1147) Memory: 2.5M CGroup: /system.slice/osmo-ggsn.service └─26098 /usr/bin/osmo-ggsn -c /etc/osmocom/osmo-ggsn.cfg Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 systemd[1]: Started OsmoGGSN. Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:186 APN(internet): Starting Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:189 APN(internet): Opening TUN device tun4 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:194 APN(internet): Opened TUN device tun4 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:231 APN(internet): Setting tun IP address 172.16.222.0/24 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:289 APN(internet): Creating IPv4 pool 172.16.222.0/24 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:168 APN(internet): Blacklist tun IP 172.16.222.0/24 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:320 APN(internet): Successfully started Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:186 APN(inet6): Starting Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:189 APN(inet6): Opening TUN device tun6 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:194 APN(inet6): Opened TUN device tun6 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:243 APN(inet6): Setting tun IPv6 address 2001:780:44:2000::/56 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:306 APN(inet6): Creating IPv6 pool 2001:780:44:2000::/56 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:168 APN(inet6): Blacklist tun IP 2001:780:44:2000::/56 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:320 APN(inet6): Successfully started Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:186 APN(inet46): Starting Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:189 APN(inet46): Opening TUN device tun46 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:194 APN(inet46): Opened TUN device tun46 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:231 APN(inet46): Setting tun IP address 172.16.46.0/24 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:243 APN(inet46): Setting tun IPv6 address 2001:780:44:2100::/56 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:289 APN(inet46): Creating IPv4 pool 172.16.46.0/24 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:168 APN(inet46): Blacklist tun IP 172.16.46.0/24 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:306 APN(inet46): Creating IPv6 pool 2001:780:44:2100::/56 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:168 APN(inet46): Blacklist tun IP 2001:780:44:2100::/56 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:320 APN(inet46): Successfully started Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:818 GGSN(ggsn0): Starting GGSN Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <000d> gsn.c:465 GTP: gtp_newgsn() started at 127.0.0.2 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <000d> gsn.c:388 State information file (/tmp/gsn_restart) not found. Creating new file. Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0002> ggsn.c:854 GGSN(ggsn0): Successfully started Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <0005> telnet_interface.c:88 Available via telnet 127.0.0.1 4260 Apr 20 02:42:36 ibm-p8-kvm-03-guest-02 osmo-ggsn[26098]: <000c> control_if.c:1024 CTRL at 127.0.0.1 4257 + systemctl --no-pager -l -n 200 status osmo-gtphub ● osmo-gtphub.service - Osmocom GTP Hub Loaded: loaded (/lib/systemd/system/osmo-gtphub.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 02:55:52 EDT; 7min ago Main PID: 26486 (osmo-gtphub) Tasks: 1 (limit: 1147) Memory: 1.7M CGroup: /system.slice/osmo-gtphub.service └─26486 /usr/bin/osmo-gtphub -c /etc/osmocom/osmo-gtphub.cfg Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom GTP Hub. Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4253 (telnet_interface.c:88) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DGTPHUB NOTICE Restarted with counter 1 (gtphub_main.c:186) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL ERROR 'packets.in' is not a valid counter identifier (rate_ctr.c:98) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'packets.in' -> 'packets:in' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'packets.out' -> 'packets:out' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'bytes.in' -> 'bytes:in' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'bytes.out' -> 'bytes:out' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL ERROR 'packets.in' is not a valid counter identifier (rate_ctr.c:98) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'packets.in' -> 'packets:in' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'packets.out' -> 'packets:out' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'bytes.in' -> 'bytes:in' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'bytes.out' -> 'bytes:out' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL ERROR 'packets.in' is not a valid counter identifier (rate_ctr.c:98) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'packets.in' -> 'packets:in' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'packets.out' -> 'packets:out' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'bytes.in' -> 'bytes:in' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'bytes.out' -> 'bytes:out' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL ERROR 'packets.in' is not a valid counter identifier (rate_ctr.c:98) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'packets.in' -> 'packets:in' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'packets.out' -> 'packets:out' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'bytes.in' -> 'bytes:in' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DLGLOBAL NOTICE counter group name mangled: 'bytes.out' -> 'bytes:out' (rate_ctr.c:132) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DGTPHUB NOTICE to-SGSNs bind, CTRL: 127.0.0.10 port 2123 (gtphub_main.c:95) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DGTPHUB NOTICE to-SGSNs bind, USER: 127.0.0.10 port 2152 (gtphub_main.c:95) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DGTPHUB NOTICE to-GGSNs bind, CTRL: 127.0.0.20 port 2123 (gtphub_main.c:95) Apr 20 02:55:52 ibm-p8-kvm-03-guest-02 osmo-gtphub[26486]: DGTPHUB NOTICE to-GGSNs bind, USER: 127.0.0.20 port 2152 (gtphub_main.c:95) + systemctl --no-pager -l -n 200 status osmo-hlr ● osmo-hlr.service - Osmocom Home Location Register (OsmoHLR) Loaded: loaded (/lib/systemd/system/osmo-hlr.service; disabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:46 EDT; 25s ago Docs: https://osmocom.org/projects/osmo-hlr/wiki/OsmoHLR Main PID: 27732 (osmo-hlr) Tasks: 1 (limit: 1147) Memory: 3.1M CGroup: /system.slice/osmo-hlr.service └─27732 /usr/bin/osmo-hlr -c /etc/osmocom/osmo-hlr.cfg -l /var/lib/osmocom/hlr.db Apr 20 03:02:46 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom Home Location Register (OsmoHLR). Apr 20 03:02:46 ibm-p8-kvm-03-guest-02 osmo-hlr[27732]: DMAIN NOTICE hlr starting (hlr.c:802) Apr 20 03:02:46 ibm-p8-kvm-03-guest-02 osmo-hlr[27732]: DDB NOTICE using database: /var/lib/osmocom/hlr.db (db.c:599) Apr 20 03:02:46 ibm-p8-kvm-03-guest-02 osmo-hlr[27732]: DDB NOTICE Missing database tables detected; Bootstrapping database '/var/lib/osmocom/hlr.db' (db.c:667) Apr 20 03:02:46 ibm-p8-kvm-03-guest-02 osmo-hlr[27732]: DDB NOTICE Database '/var/lib/osmocom/hlr.db' has HLR DB schema version 7 (db.c:677) Apr 20 03:02:46 ibm-p8-kvm-03-guest-02 osmo-hlr[27732]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4258 (telnet_interface.c:88) Apr 20 03:02:46 ibm-p8-kvm-03-guest-02 osmo-hlr[27732]: DLCTRL NOTICE CTRL at 127.0.0.1 4259 (control_if.c:1024) + systemctl --no-pager -l -n 200 status osmo-hnbgw ● osmo-hnbgw.service - Osmocom Home Nodeb Gateway (OsmoHNBGW) Loaded: loaded (/lib/systemd/system/osmo-hnbgw.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:36 EDT; 35s ago Main PID: 27255 (osmo-hnbgw) Tasks: 1 (limit: 1147) Memory: 3.3M CGroup: /system.slice/osmo-hnbgw.service └─27255 /usr/bin/osmo-hnbgw -c /etc/osmocom/osmo-hnbgw.cfg Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom Home Nodeb Gateway (OsmoHNBGW). Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: rate_ctr.c:87 validating counter group 0x561e47a4b520(iucs) with 3 counters Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: rate_ctr.c:87 validating counter group 0x561e47a4b500(iups) with 3 counters Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4261 (telnet_interface.c:88) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLCTRL NOTICE CTRL at 127.0.0.1 4262 (control_if.c:1024) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DHNBAP NOTICE Using RNC-Id 23 (osmo_hnbgw_main.c:299) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DMAIN NOTICE Listening for Iuh at 0.0.0.0 29169 (osmo_hnbgw_main.c:304) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLMGCP NOTICE MGW(mgw) MGCP client: using endpoint domain '@mgw' (mgcp_client.c:932) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DMGW NOTICE MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'mgcp'). (hnbgw.c:781) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLPFCP NOTICE No UPF configured, NOT setting up PFCP, NOT mapping GTP via UPF (hnbgw_pfcp.c:74) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLSCCP NOTICE msc-0: Creating SS7 instance (sccp_user.c:540) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLSCCP NOTICE msc-0: Using SS7 instance 0, pc:0.23.5 (sccp_user.c:567) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLSCCP NOTICE msc-0: Creating AS instance (sccp_user.c:574) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLSCCP NOTICE msc-0: Using AS instance as-clnt-msc-0 (sccp_user.c:585) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLSCCP NOTICE msc-0: Creating default route (sccp_user.c:590) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLSCCP NOTICE msc-0: No unassociated ASP for m3ua, creating new ASP asp-clnt-msc-0 (sccp_user.c:630) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL ERROR Trying to dispatch event 17 to non-existent FSM instance! (osmo_ss7_as.c:118) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL ERROR backtrace() returned 9 addresses (backtrace.c:43) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmocore.so.21(_osmo_fsm_inst_dispatch+0x4a6) [0x7ff502b65796] (backtrace.c:53) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_ss7_as_add_asp+0x14b) [0x7ff502eae4eb] (backtrace.c:53) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_sccp_simple_client_on_ss7_id+0x9f0) [0x7ff502ec60a0] (backtrace.c:53) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL ERROR /usr/bin/osmo-hnbgw(+0x1a1b8) [0x561e47a271b8] (backtrace.c:53) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL ERROR /usr/bin/osmo-hnbgw(+0x1aaa8) [0x561e47a27aa8] (backtrace.c:53) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL ERROR /usr/bin/osmo-hnbgw(+0xb82f) [0x561e47a1882f] (backtrace.c:53) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xeb) [0x7ff50277109b] (backtrace.c:53) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL ERROR /usr/bin/osmo-hnbgw(+0xbe7a) [0x561e47a18e7a] (backtrace.c:53) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLSCCP NOTICE msc-0: Using ASP instance asp-clnt-msc-0 (sccp_user.c:700) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLSS7 NOTICE 0: Creating SCCP instance (osmo_ss7.c:408) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DCN NOTICE (msc-0) created SCCP instance on cs7 instance 0 (hnbgw_cn.c:880) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DCN NOTICE (msc-0) using: cs7-0 0.23.5 <-> 0.23.1 msc-0 (default remote point-code) (hnbgw_cn.c:800) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DCN NOTICE (sgsn-0) using: cs7-0 0.23.5 <-> 0.23.4 sgsn-0 (default remote point-code) (hnbgw_cn.c:800) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLMGCP ERROR MGW(mgw) Failed to read: r=127.0.0.1:2427<->l=127.0.0.1:2729: -111='Unknown error -111' (mgcp_client.c:790) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLSS7 ERROR XUA_AS(as-clnt-msc-0)[0x561e48e240c0]{AS_INACTIVE}: Event AS-TRANSFER.req not permitted (m3ua.c:507) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:624) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLSS7 NOTICE xua_default_lm(asp-clnt-msc-0)[0x561e48e8e880]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Received NOTIFY Type State Change:AS Active () (m3ua.c:624) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Rx DAVA() for 0.23.4/0, (xua_snm.c:404) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DCN NOTICE (sgsn-0) now available: N-PCSTATE ind: pc=188 sp_status=ACCESSIBLE remote_sccp_status=AVAILABLE (hnbgw_cn.c:632) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DRANAP NOTICE cnlink(sgsn-0)[0x561e48e904d0]{CONNECTED}: link up (cnlink.c:111) Apr 20 03:02:40 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Rx DAVA() for 0.23.3/0, (xua_snm.c:404) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DLM3UA NOTICE 0: asp-asp-clnt-msc-0: Rx DAVA() for 0.23.1/0, (xua_snm.c:404) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DCN NOTICE (msc-0) now available: N-PCSTATE ind: pc=185 sp_status=ACCESSIBLE remote_sccp_status=AVAILABLE (hnbgw_cn.c:632) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DRANAP NOTICE cnlink(msc-0)[0x561e48e433c0]{CONNECTED}: link up (cnlink.c:111) Apr 20 03:02:50 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DHNBAP NOTICE (127.0.0.1:44511 OsmoHNodeB) HNB (re)connecting, discarding all previous UE state (hnbgw_hnbap.c:566) Apr 20 03:02:50 ibm-p8-kvm-03-guest-02 osmo-hnbgw[27255]: DHNBAP NOTICE (127.0.0.1:44511 OsmoHNodeB) Accepting HNB-REGISTER-REQ (hnbgw_hnbap.c:168) + systemctl --no-pager -l -n 200 status osmo-hnodeb ● osmo-hnodeb.service - Osmocom Home NodeB (hNodeB) Loaded: loaded (/lib/systemd/system/osmo-hnodeb.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:50 EDT; 21s ago Main PID: 27831 (osmo-hnodeb) Tasks: 1 (limit: 1147) Memory: 2.3M CGroup: /system.slice/osmo-hnodeb.service └─27831 /usr/bin/osmo-hnodeb -c /etc/osmocom/osmo-hnodeb.cfg Apr 20 03:02:50 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom Home NodeB (hNodeB). Apr 20 03:02:50 ibm-p8-kvm-03-guest-02 osmo-hnodeb[27831]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4273 (telnet_interface.c:88) Apr 20 03:02:50 ibm-p8-kvm-03-guest-02 osmo-hnodeb[27831]: DSCTP NOTICE Iuh connected to HNBGW (iuh.c:164) + systemctl --no-pager -l -n 200 status osmo-mgw ● osmo-mgw.service - Osmocom Media Gateway (MGW) Loaded: loaded (/lib/systemd/system/osmo-mgw.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:55 EDT; 16s ago Main PID: 28405 (osmo-mgw) Tasks: 1 (limit: 1147) Memory: 2.3M CGroup: /system.slice/osmo-mgw.service └─28405 /usr/bin/osmo-mgw -s -c /etc/osmocom/osmo-mgw.cfg Apr 20 03:02:55 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom Media Gateway (MGW). Apr 20 03:02:55 ibm-p8-kvm-03-guest-02 osmo-mgw[28405]: range must end at an odd port number, autocorrecting port (16000) to: 16001 Apr 20 03:02:55 ibm-p8-kvm-03-guest-02 osmo-mgw[28405]: % Deprecated 'sdp audio-payload number <0-255>' config no longer has any effect Apr 20 03:02:55 ibm-p8-kvm-03-guest-02 osmo-mgw[28405]: % Deprecated 'sdp audio-payload name NAME' config no longer has any effect Apr 20 03:02:55 ibm-p8-kvm-03-guest-02 osmo-mgw[28405]: % Deprecated 'loop (0|1)' config no longer has any effect Apr 20 03:02:55 ibm-p8-kvm-03-guest-02 osmo-mgw[28405]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4243 (telnet_interface.c:88) Apr 20 03:02:55 ibm-p8-kvm-03-guest-02 osmo-mgw[28405]: DLCTRL NOTICE CTRL at 127.0.0.1 4267 (control_if.c:1024) Apr 20 03:02:55 ibm-p8-kvm-03-guest-02 osmo-mgw[28405]: DLMGCP NOTICE Configured for MGCP, listen on 127.0.0.1:2427 (mgw_main.c:425) + systemctl --no-pager -l -n 200 status osmo-msc ● osmo-msc.service - Osmocom Mobile Switching Center (MSC) Loaded: loaded (/lib/systemd/system/osmo-msc.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:41 EDT; 30s ago Main PID: 27463 (osmo-msc) Tasks: 1 (limit: 1147) Memory: 4.9M CGroup: /system.slice/osmo-msc.service └─27463 /usr/bin/osmo-msc -c /etc/osmocom/osmo-msc.cfg Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom Mobile Switching Center (MSC). Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4254 (telnet_interface.c:88) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DSMPP NOTICE SMPP at 0.0.0.0 2775 (smpp_smsc.c:990) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLCTRL NOTICE CTRL at 127.0.0.1 4255 (control_if.c:1024) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DDB NOTICE Init database connection to 'sms.db' using SQLite3 lib version 3.27.2 (db.c:522) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLMGCP NOTICE MGW(mgw) MGCP client: using endpoint domain '@mgw' (mgcp_client.c:932) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DMSC NOTICE MGW pool with 1 pool members configured, (ignoring MGW configuration in VTY node 'msc'). (msc_main.c:598) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLSCCP NOTICE OsmoMSC-A-Iu: Creating SS7 instance (sccp_user.c:540) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLSCCP NOTICE OsmoMSC-A-Iu: Using SS7 instance 0, pc:0.23.1 (sccp_user.c:567) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLSCCP NOTICE OsmoMSC-A-Iu: Creating AS instance (sccp_user.c:574) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLSCCP NOTICE OsmoMSC-A-Iu: Using AS instance as-clnt-OsmoMSC-A-Iu (sccp_user.c:585) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLSCCP NOTICE OsmoMSC-A-Iu: Creating default route (sccp_user.c:590) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLSCCP NOTICE OsmoMSC-A-Iu: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoMSC-A-Iu (sccp_user.c:630) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL ERROR Trying to dispatch event 17 to non-existent FSM instance! (osmo_ss7_as.c:118) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL ERROR backtrace() returned 8 addresses (backtrace.c:43) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmocore.so.21(_osmo_fsm_inst_dispatch+0x4a6) [0x7f7e112b6796] (backtrace.c:53) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_ss7_as_add_asp+0x14b) [0x7f7e10e4f4eb] (backtrace.c:53) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_sccp_simple_client_on_ss7_id+0x9f0) [0x7f7e10e670a0] (backtrace.c:53) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL ERROR /usr/bin/osmo-msc(+0x16737) [0x5620f73ad737] (backtrace.c:53) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL ERROR /usr/bin/osmo-msc(+0x159c7) [0x5620f73ac9c7] (backtrace.c:53) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xeb) [0x7f7e10acd09b] (backtrace.c:53) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL ERROR /usr/bin/osmo-msc(+0x1635a) [0x5620f73ad35a] (backtrace.c:53) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLSCCP NOTICE OsmoMSC-A-Iu: Using ASP instance asp-clnt-OsmoMSC-A-Iu (sccp_user.c:700) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLSS7 NOTICE 0: Creating SCCP instance (osmo_ss7.c:408) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DSGS NOTICE SGs socket bound to r=NULL<->l=0.0.0.0:29118 (sgs_server.c:186) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DMSC NOTICE A-interface: SCCP user OsmoMSC-A:RI=SSN_PC,PC=(no PC),SSN=BSSAP, cs7-instance 0 ((null)) (msc_main.c:809) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DMSC NOTICE Iu-interface: SCCP user OsmoMSC-IuCS:RI=SSN_PC,PC=(no PC),SSN=RANAP, cs7-instance 0 ((null)) (msc_main.c:829) Apr 20 03:02:42 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoMSC-A-Iu: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:624) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLSS7 NOTICE xua_default_lm(asp-clnt-OsmoMSC-A-Iu)[0x5620f7bdf4f0]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoMSC-A-Iu: Received NOTIFY Type State Change:AS Active () (m3ua.c:624) Apr 20 03:02:44 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:45 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:46 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:46 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLINP NOTICE 127.0.0.1:4222 connection done (ipa.c:143) Apr 20 03:02:46 ibm-p8-kvm-03-guest-02 osmo-msc[27463]: DLINP NOTICE received ID_GET for unit ID 0/0/0 (ipaccess.c:898) + systemctl --no-pager -l -n 200 status osmo-pcap-client ● osmo-pcap-client.service - PCAP Client for the PCAP aggregation Loaded: loaded (/lib/systemd/system/osmo-pcap-client.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:30 EDT; 41s ago Main PID: 27012 (osmo-pcap-clien) Tasks: 1 (limit: 1147) Memory: 1.8M CGroup: /system.slice/osmo-pcap-client.service └─27012 /usr/bin/osmo-pcap-client -c /etc/osmocom/osmo-pcap-client.cfg Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 systemd[1]: Started PCAP Client for the PCAP aggregation. Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-pcap-client[27012]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4227 (telnet_interface.c:88) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-pcap-client[27012]: DCLIENT ERROR Lost connection on read conn=default (osmo_client_network.c:79) Apr 20 03:02:32 ibm-p8-kvm-03-guest-02 osmo-pcap-client[27012]: DCLIENT ERROR Lost connection on read conn=default (osmo_client_network.c:79) Apr 20 03:02:34 ibm-p8-kvm-03-guest-02 osmo-pcap-client[27012]: DCLIENT ERROR Lost connection on read conn=default (osmo_client_network.c:79) + systemctl --no-pager -l -n 200 status osmo-pcap-server ● osmo-pcap-server.service - PCAP Server for the PCAP aggregation Loaded: loaded (/lib/systemd/system/osmo-pcap-server.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:35 EDT; 36s ago Main PID: 27173 (osmo-pcap-serve) Tasks: 1 (limit: 1147) Memory: 2.9M CGroup: /system.slice/osmo-pcap-server.service └─27173 /usr/bin/osmo-pcap-server -c /etc/osmocom/osmo-pcap-server.cfg Apr 20 03:02:35 ibm-p8-kvm-03-guest-02 systemd[1]: Started PCAP Server for the PCAP aggregation. Apr 20 03:02:35 ibm-p8-kvm-03-guest-02 osmo-pcap-server[27173]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4228 (telnet_interface.c:88) Apr 20 03:02:35 ibm-p8-kvm-03-guest-02 osmo-pcap-server[27173]: DTLS NOTICE Going to create DH params for 3072 bits (osmo_tls.c:44) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-pcap-server[27173]: DSERVER NOTICE New connection from zecke (osmo_server_network.c:573) + systemctl --no-pager -l -n 200 status osmo-pcu ● osmo-pcu.service - Osmocom osmo-pcu Loaded: loaded (/lib/systemd/system/osmo-pcu.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:53 EDT; 18s ago Main PID: 28290 (osmo-pcu) Tasks: 1 (limit: 1147) Memory: 3.3M CGroup: /system.slice/osmo-pcu.service └─28290 /usr/bin/osmo-pcu -c /etc/osmocom/osmo-pcu.cfg Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom osmo-pcu. Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-pcu[28290]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4240 (telnet_interface.c:88) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-pcu[28290]: DL1IF ERROR Failed to connect to the BTS (/tmp/pcu_bts). Retrying... (pcuif_sock.c:229) Apr 20 03:02:58 ibm-p8-kvm-03-guest-02 osmo-pcu[28290]: DL1IF NOTICE osmo-bts PCU socket /tmp/pcu_bts has been connected (pcuif_sock.c:239) Apr 20 03:02:58 ibm-p8-kvm-03-guest-02 osmo-pcu[28290]: DL1IF NOTICE Received message for new BTS0 (pcu_l1_if.cpp:1239) Apr 20 03:02:58 ibm-p8-kvm-03-guest-02 osmo-pcu[28290]: DL1IF NOTICE BTS not available (pcu_l1_if.cpp:779) + systemctl --no-pager -l -n 200 status osmo-remsim-bankd ● osmo-remsim-bankd.service - Osmocom Remote SIM BankD Loaded: loaded (/lib/systemd/system/osmo-remsim-bankd.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:38 EDT; 33s ago Main PID: 27364 (osmo-remsim-ban) Tasks: 6 (limit: 1147) Memory: 1.7M CGroup: /system.slice/osmo-remsim-bankd.service └─27364 /usr/bin/osmo-remsim-bankd -i 127.0.0.1 -n 5 Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom Remote SIM BankD. Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DMAIN INFO bankd_pcsc.c:102 PC/SC slot name: 1/0 -> regex 'ACS ACR33 ICC Reader 00 00' Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DMAIN INFO bankd_pcsc.c:102 PC/SC slot name: 1/1 -> regex 'ACS ACR33 ICC Reader 00 01' Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DMAIN INFO bankd_pcsc.c:102 PC/SC slot name: 1/2 -> regex 'ACS ACR33 ICC Reader 00 02' Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DMAIN INFO bankd_pcsc.c:102 PC/SC slot name: 1/3 -> regex 'ACS ACR33 ICC Reader 00 03' Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DMAIN INFO bankd_pcsc.c:102 PC/SC slot name: 1/4 -> regex 'ACS ACR33 ICC Reader 00 04' Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DMAIN INFO bankd_pcsc.c:102 PC/SC slot name: 1/23 -> regex 'Alcor Micro AU9560 00 00' Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DBANKDW INFO bankd_main.c:499 [000 B0:0 INIT] Changing state to INIT Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DBANKDW INFO bankd_main.c:499 [001 B0:0 INIT] Changing state to INIT Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DBANKDW INFO bankd_main.c:499 [002 B0:0 INIT] Changing state to INIT Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DBANKDW INFO bankd_main.c:499 [001 B65535:65535 INIT] Changing state to ACCEPTING Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DBANKDW INFO bankd_main.c:499 [002 B65535:65535 INIT] Changing state to ACCEPTING Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DBANKDW INFO bankd_main.c:499 [003 B0:0 INIT] Changing state to INIT Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DBANKDW INFO bankd_main.c:499 [004 B0:0 INIT] Changing state to INIT Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DBANKDW INFO bankd_main.c:499 [000 B65535:65535 INIT] Changing state to ACCEPTING Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DBANKDW INFO bankd_main.c:499 [003 B65535:65535 INIT] Changing state to ACCEPTING Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DBANKDW INFO bankd_main.c:499 [004 B65535:65535 INIT] Changing state to ACCEPTING Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DRSPRO INFO ../rspro_client_fsm.c:389 RSPRO_CLIENT(server){REESTABLISH}: Creating TCP connection to server at 127.0.0.1:9998 Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DRSPRO NOTICE ../rspro_client_fsm.c:147 RSPRO_CLIENT(server){REESTABLISH}: RSPRO link to 127.0.0.1:9998 DOWN Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DRSPRO ERROR ../rspro_client_fsm.c:357 RSPRO_CLIENT(server){REESTABLISH_DELAY}: Event SRVC_E_KA_TERMINATED not permitted Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DRSPRO INFO ../rspro_client_fsm.c:362 RSPRO_CLIENT(server){REESTABLISH_DELAY}: Destroying existing connection to server Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DRSPRO INFO ../rspro_client_fsm.c:389 RSPRO_CLIENT(server){REESTABLISH}: Creating TCP connection to server at 127.0.0.1:9998 Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DLINP NOTICE input/ipa.c:143 127.0.0.1:9998 connection done Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-remsim-bankd[27364]: 27364 DRSPRO NOTICE ../rspro_client_fsm.c:147 RSPRO_CLIENT(server){REESTABLISH}: RSPRO link to 127.0.0.1:9998 UP + systemctl --no-pager -l -n 200 status osmo-remsim-server ● osmo-remsim-server.service - Osmocom Remote SIM Server Loaded: loaded (/lib/systemd/system/osmo-remsim-server.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:45 EDT; 26s ago Main PID: 27625 (osmo-remsim-ser) Tasks: 2 (limit: 1147) Memory: 1.4M CGroup: /system.slice/osmo-remsim-server.service └─27625 /usr/bin/osmo-remsim-server Apr 20 03:02:45 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom Remote SIM Server. Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-remsim-server[27625]: 27625 DLINP NOTICE input/ipa.c:321 0.0.0.0:9998 accept()ed new link from 127.0.0.1:36603 Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-remsim-server[27625]: 27625 DMAIN INFO rspro_server.c:211 SERVER_CONN(B1){ESTABLISHED}: Bankd connected from 127.0.0.1:36603 Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-remsim-server[27625]: 27625 DMAIN NOTICE rspro_server.c:215 SERVER_CONN(B1){ESTABLISHED}: Bankd connected from 127.0.0.1 (localhost). This only works if your clients also all are on localhost, as they must be able to reach the bankd! + systemctl --no-pager -l -n 200 status osmo-sgsn ● osmo-sgsn.service - Osmocom SGSN (Serving GPRS Support Node) Loaded: loaded (/lib/systemd/system/osmo-sgsn.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:37 EDT; 34s ago Main PID: 27319 (osmo-sgsn) Tasks: 1 (limit: 1147) Memory: 3.2M CGroup: /system.slice/osmo-sgsn.service └─27319 /usr/bin/osmo-sgsn -c /etc/osmocom/osmo-sgsn.cfg Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom SGSN (Serving GPRS Support Node). Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: rate_ctr.c:87 validating counter group 0x561688a7ed00(sgsn) with 23 counters Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4245 (telnet_interface.c:88) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGTP NOTICE GTP: gtp_newgsn() started at 127.0.0.1 (gsn.c:465) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGTP NOTICE State information file (.//gsn_restart) not found. Creating new file. (gsn.c:388) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DGPRS NOTICE Created GTP on 127.0.0.1 (sgsn_libgtp.c:918) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DGPRS NOTICE libGTP v1.11.0.18-1f9c.202404192026 initialized (sgsn_main.c:456) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLCTRL NOTICE CTRL at 127.0.0.1 4251 (control_if.c:1024) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLSCCP NOTICE OsmoSGSN: Creating SS7 instance (sccp_user.c:540) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLSCCP NOTICE OsmoSGSN: Using SS7 instance 0, pc:0.23.4 (sccp_user.c:567) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLSCCP NOTICE OsmoSGSN: Creating AS instance (sccp_user.c:574) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLSCCP NOTICE OsmoSGSN: Using AS instance as-clnt-OsmoSGSN (sccp_user.c:585) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLSCCP NOTICE OsmoSGSN: Creating default route (sccp_user.c:590) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLSCCP NOTICE OsmoSGSN: No unassociated ASP for m3ua, creating new ASP asp-clnt-OsmoSGSN (sccp_user.c:630) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL ERROR Trying to dispatch event 17 to non-existent FSM instance! (osmo_ss7_as.c:118) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL ERROR backtrace() returned 7 addresses (backtrace.c:43) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmocore.so.21(_osmo_fsm_inst_dispatch+0x4a6) [0x7f8821381796] (backtrace.c:53) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_ss7_as_add_asp+0x14b) [0x7f8820f554eb] (backtrace.c:53) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libosmo-sigtran.so.9(osmo_sccp_simple_client_on_ss7_id+0x9f0) [0x7f8820f6d0a0] (backtrace.c:53) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL ERROR /usr/bin/osmo-sgsn(+0x94e7) [0x561688a384e7] (backtrace.c:53) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL ERROR /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xeb) [0x7f8820ba809b] (backtrace.c:53) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL ERROR /usr/bin/osmo-sgsn(+0x995a) [0x561688a3895a] (backtrace.c:53) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLSCCP NOTICE OsmoSGSN: Using ASP instance asp-clnt-OsmoSGSN (sccp_user.c:700) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLSS7 NOTICE 0: Creating SCCP instance (osmo_ss7.c:408) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoSGSN: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:624) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLSS7 NOTICE xua_default_lm(asp-clnt-OsmoSGSN)[0x561689900860]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoSGSN: Received NOTIFY Type State Change:AS Active () (m3ua.c:624) Apr 20 03:02:40 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:40 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoSGSN: Rx DAVA() for 0.23.3/0, (xua_snm.c:404) Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:42 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoSGSN: Rx DAVA() for 0.23.1/0, (xua_snm.c:404) Apr 20 03:02:44 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:45 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:46 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:47 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLGSUP NOTICE GSUP connecting to 127.0.0.1:4222 (gsup_client.c:75) Apr 20 03:02:47 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLINP NOTICE 127.0.0.1:4222 connection done (ipa.c:143) Apr 20 03:02:47 ibm-p8-kvm-03-guest-02 osmo-sgsn[27319]: DLINP NOTICE received ID_GET for unit ID 0/0/0 (ipaccess.c:898) + systemctl --no-pager -l -n 200 status osmo-sip-connector ● osmo-sip-connector.service - Osmo SIP Connector Loaded: loaded (/lib/systemd/system/osmo-sip-connector.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 02:49:18 EDT; 13min ago Main PID: 26367 (osmo-sip-connec) Tasks: 1 (limit: 1147) Memory: 2.4M CGroup: /system.slice/osmo-sip-connector.service └─26367 /usr/bin/osmo-sip-connector -c /etc/osmocom/osmo-sip-connector.cfg Apr 20 02:49:18 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmo SIP Connector. Apr 20 02:49:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DLGLOBAL NOTICE Available via telnet 127.0.0.1 4256 (telnet_interface.c:88) Apr 20 02:49:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC NOTICE Scheduling MNCC connect (mncc.c:1179) Apr 20 02:49:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DSIP NOTICE su_source_port_create() returns 0x55639ab28410 Apr 20 02:49:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: (sip.c:741) Apr 20 02:49:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:49:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:49:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:49:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:49:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:49:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:49:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:49:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:49:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:50:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:50:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:50:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:50:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:50:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:50:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:50:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:50:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:50:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:50:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:50:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:50:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:51:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:51:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:51:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:51:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:51:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:51:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:51:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:51:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:51:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:51:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:51:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:51:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:52:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:52:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:52:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:52:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:52:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:52:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:52:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:52:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:52:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:52:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:52:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:52:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:53:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:53:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:53:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:53:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:53:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:53:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:53:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:53:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:53:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:53:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:53:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:53:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:54:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:54:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:54:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:54:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:54:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:54:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:54:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:54:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:54:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:54:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:54:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:54:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:55:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:55:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:55:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:55:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:55:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:55:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:55:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:55:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:55:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:55:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:55:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:55:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:56:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:56:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:56:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:56:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:56:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:56:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:56:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:56:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:56:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:56:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:56:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:56:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:57:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:57:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:57:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:57:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:57:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:57:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:57:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:57:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:57:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:57:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:57:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:57:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:58:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:58:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:58:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:58:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:58:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:58:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:58:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:58:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:58:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:58:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:58:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:58:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:59:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:59:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:59:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:59:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:59:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:59:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:59:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:59:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:59:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:59:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:59:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 02:59:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:00:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:00:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:00:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:00:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:00:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:00:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:00:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:00:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:00:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:00:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:00:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:00:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:01:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:01:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:01:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:01:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:01:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:01:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:01:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:01:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:01:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:01:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:02:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:02:13 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:02:23 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:02:28 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:02:53 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:02:58 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:03:03 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) Apr 20 03:03:08 ibm-p8-kvm-03-guest-02 osmo-sip-connector[26367]: DMNCC ERROR Failed to connect(/tmp/msc_mncc). Retrying (mncc.c:1024) + systemctl --no-pager -l -n 200 status osmo-smlc ● osmo-smlc.service - Osmocom Serving Mobile Location Center (SMLC) Loaded: loaded (/lib/systemd/system/osmo-smlc.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 02:49:19 EDT; 13min ago Main PID: 26410 (osmo-smlc) Tasks: 1 (limit: 1147) Memory: 2.4M CGroup: /system.slice/osmo-smlc.service └─26410 /usr/bin/osmo-smlc -c /etc/osmocom/osmo-smlc.cfg Apr 20 02:58:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:58:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:58:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:58:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:58:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:58:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:58:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:58:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:58:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:58:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:58:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:58:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:58:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:58:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:58:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:59:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:59:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:59:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:59:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:59:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:59:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:59:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:59:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:59:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:59:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:59:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:59:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:59:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:59:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:59:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:59:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:59:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:59:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:59:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:59:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:59:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:59:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:59:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:59:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:59:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:59:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:59:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:59:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:59:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:59:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:59:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:59:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:59:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:59:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:59:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:59:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:59:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:59:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:59:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:59:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:59:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:59:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:59:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:59:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 02:59:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 02:59:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 02:59:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 02:59:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:00:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:00:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:00:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:00:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:44 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:49 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:54 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:01:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:01:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:59 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:04 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:09 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:14 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:19 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:24 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:29 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:972) Apr 20 03:02:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:34 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: localhost:0: Invalid argument (socket.c:987) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLM3UA NOTICE 0: asp-asp-clnt-Lb: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:624) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLSS7 NOTICE xua_default_lm(asp-clnt-Lb)[0x561296d032c0]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLM3UA NOTICE 0: asp-asp-clnt-Lb: Received NOTIFY Type State Change:AS Active () (m3ua.c:624) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLM3UA NOTICE 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.3/0, (xua_snm.c:404) Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLB ERROR (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported (sccp_lb_inst.c:167) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLM3UA NOTICE 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.5/0, (xua_snm.c:404) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLB ERROR (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported (sccp_lb_inst.c:167) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLM3UA NOTICE 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.4/0, (xua_snm.c:404) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLB ERROR (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported (sccp_lb_inst.c:167) Apr 20 03:02:40 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLM3UA NOTICE 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.3/0, (xua_snm.c:404) Apr 20 03:02:40 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLB ERROR (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported (sccp_lb_inst.c:167) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLM3UA NOTICE 0: asp-asp-clnt-Lb: Rx DAVA() for 0.23.1/0, (xua_snm.c:404) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-smlc[26410]: DLB ERROR (Lb) sccp_lb_sap_up(N-PCSTATE.indication) unsupported (sccp_lb_inst.c:167) + systemctl --no-pager -l -n 200 status osmo-stp ● osmo-stp.service - Osmocom STP (Signal Transfer Point) Loaded: loaded (/lib/systemd/system/osmo-stp.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 03:02:33 EDT; 38s ago Docs: https://osmocom.org/projects/osmo-stp/wiki Main PID: 27108 (osmo-stp) Tasks: 1 (limit: 1147) Memory: 2.4M CGroup: /system.slice/osmo-stp.service └─27108 /usr/bin/osmo-stp -c /etc/osmocom/osmo-stp.cfg Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 systemd[1]: Started Osmocom STP (Signal Transfer Point). Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLGLOBAL <0000> socket.c:746 Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLGLOBAL <0000> socket.c:972 cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: :::2905: No such file or directory Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLGLOBAL <0000> socket.c:761 Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLGLOBAL <0000> socket.c:987 cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: :::2905: No such file or directory Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLGLOBAL <0000> telnet_interface.c:88 Available via telnet 127.0.0.1 4239 Apr 20 03:02:34 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLSS7 <000c> osmo_ss7_asp.c:709 0: asp-asp-dyn-0: ASP Restart for server not implemented yet! Apr 20 03:02:35 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLSS7 <000c> osmo_ss7_asp.c:709 0: asp-asp-dyn-1: ASP Restart for server not implemented yet! Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLSS7 <000c> osmo_ss7_asp.c:709 0: asp-asp-dyn-2: ASP Restart for server not implemented yet! Apr 20 03:02:37 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLSS7 <000c> osmo_ss7_asp.c:709 0: asp-asp-dyn-3: ASP Restart for server not implemented yet! Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLSS7 <000c> osmo_ss7_asp.c:709 0: asp-asp-dyn-4: ASP Restart for server not implemented yet! Apr 20 03:02:40 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLSS7 <000c> osmo_ss7_hmrt.c:267 MTP-TRANSFER.req for DPC 185: no route! Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLSS7 <000c> osmo_ss7_hmrt.c:267 MTP-TRANSFER.req for DPC 185: no route! Apr 20 03:02:41 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLSS7 <000c> osmo_ss7_asp.c:709 0: asp-asp-dyn-5: ASP Restart for server not implemented yet! Apr 20 03:02:42 ibm-p8-kvm-03-guest-02 osmo-stp[27108]: DLSS7 <000c> osmo_ss7_hmrt.c:267 MTP-TRANSFER.req for DPC 185: no route! + systemctl --no-pager -l -n 200 status osmo-bsc-nat ● osmo-bsc-nat.service - Osmocom BSC NAT Loaded: loaded (/lib/systemd/system/osmo-bsc-nat.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2024-04-20 02:49:18 EDT; 13min ago Main PID: 26314 (osmo-bsc-nat) Tasks: 1 (limit: 1147) Memory: 2.7M CGroup: /system.slice/osmo-bsc-nat.service └─26314 /usr/bin/osmo-bsc-nat -c /etc/osmocom/osmo-bsc-nat.cfg Apr 20 03:01:28 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:987) Apr 20 03:01:30 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:01:30 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:30 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:972) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:987) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:972) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:987) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:01:36 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:01:36 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:36 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:01:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:972) Apr 20 03:01:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:987) Apr 20 03:01:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:972) Apr 20 03:01:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:987) Apr 20 03:01:39 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:01:39 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:39 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:01:42 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:01:42 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:42 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:01:43 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:43 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:972) Apr 20 03:01:43 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:43 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:987) Apr 20 03:01:43 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:43 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:972) Apr 20 03:01:43 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:43 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:987) Apr 20 03:01:45 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:01:45 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:45 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:972) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:987) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:972) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:987) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:48 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:01:51 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:01:51 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:51 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:01:53 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:53 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:972) Apr 20 03:01:53 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:53 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:987) Apr 20 03:01:53 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:53 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:972) Apr 20 03:01:53 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:53 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:987) Apr 20 03:01:54 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:01:54 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:54 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:01:57 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:01:57 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:01:57 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:01:58 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:58 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:972) Apr 20 03:01:58 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:58 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:987) Apr 20 03:01:58 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:01:58 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:972) Apr 20 03:01:58 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:01:58 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:987) Apr 20 03:02:00 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:00 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:00 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:972) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:987) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:972) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:987) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:03 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:06 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:06 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:06 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:08 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:08 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:972) Apr 20 03:02:08 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:08 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:987) Apr 20 03:02:08 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:08 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:972) Apr 20 03:02:08 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:08 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:987) Apr 20 03:02:09 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:09 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:09 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:12 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:12 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:12 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:13 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:13 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:972) Apr 20 03:02:13 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:13 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:987) Apr 20 03:02:13 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:13 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:972) Apr 20 03:02:13 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:13 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:987) Apr 20 03:02:15 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:15 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:15 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:972) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:987) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:972) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:987) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:18 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:21 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:21 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:21 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:23 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:23 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:972) Apr 20 03:02:23 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:23 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:987) Apr 20 03:02:23 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:23 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:972) Apr 20 03:02:23 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:23 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:987) Apr 20 03:02:24 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:24 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:24 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:27 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:27 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:27 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:28 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:28 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:972) Apr 20 03:02:28 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:28 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:987) Apr 20 03:02:28 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:28 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:972) Apr 20 03:02:28 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:28 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:987) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:30 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:972) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Connection refused (socket.c:987) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:972) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Operation now in progress (socket.c:987) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:33 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR Unable to route HMRT message: the AS as-clnt-OsmoBSCNAT-CN is down (osmo_ss7_hmrt.c:233) Apr 20 03:02:36 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:972) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.3:0: Connection refused (socket.c:987) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_AUTH_SUPPORTED), skipping (socket.c:746) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_AUTH_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:972) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL NOTICE Built without support for setsockopt(SCTP_ASCONF_SUPPORTED), skipping (socket.c:761) Apr 20 03:02:38 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLGLOBAL ERROR cannot setsockopt(SCTP_ASCONF_SUPPORTED) socket: 127.0.0.4:0: Operation now in progress (socket.c:987) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 ERROR XUA_AS(as-clnt-OsmoBSCNAT-CN)[0x558d1b7b3860]{AS_INACTIVE}: Event AS-TRANSFER.req not permitted (m3ua.c:507) Apr 20 03:02:39 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR Could not send RESET to MSC (SCCP not up yet?) (msc_fsm.c:67) Apr 20 03:02:40 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoBSCNAT-CN: Received NOTIFY Type State Change:AS Inactive () (m3ua.c:624) Apr 20 03:02:40 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLSS7 NOTICE xua_default_lm(asp-clnt-OsmoBSCNAT-CN)[0x558d1b7b3990]{ACTIVE}: Ignoring primitive M-ASP_ACTIVE.confirm (xua_default_lm_fsm.c:400) Apr 20 03:02:40 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoBSCNAT-CN: Received NOTIFY Type State Change:AS Active () (m3ua.c:624) Apr 20 03:02:42 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DLM3UA NOTICE 0: asp-asp-clnt-OsmoBSCNAT-CN: Rx DAVA() for 0.23.1/0, (xua_snm.c:404) Apr 20 03:02:43 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN ERROR sccp_sap_up_cn(N-PCSTATE.indication) is not implemented! (bsc_nat_fsm.c:159) Apr 20 03:02:45 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:48 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:51 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:54 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:02:57 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:03:00 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:03:03 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:03:06 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) Apr 20 03:03:09 ibm-p8-kvm-03-guest-02 osmo-bsc-nat[26314]: DMAIN NOTICE Tx RESET to PC=0.23.1 in CN (bssap.c:34) + systemctl stop osmo-bsc osmo-bts-virtual osmo-cbc osmo-e1d osmo-gbproxy osmo-ggsn osmo-gtphub osmo-hlr osmo-hnbgw osmo-hnodeb osmo-mgw osmo-msc osmo-pcap-client osmo-pcap-server osmo-pcu osmo-remsim-bankd osmo-remsim-server osmo-sgsn osmo-sip-connector osmo-smlc osmo-stp osmo-bsc-nat ### Test successful: services_check ### + [ -n ] + set +x + clean_up_trap + [ -n ] + set +x ### Clean up ### + trap - EXIT INT TERM 0 + clean_up + [ -n ] + [ -e _repo_install_test_data/qemu.pid ] + cat _repo_install_test_data/qemu.pid + kill 3509928 + rm -f _repo_install_test_data/temp.qcow2 Finished: SUCCESS