Line 119: [[ 24.04.2 == *\1\4\.\0\4* ]] Line 121: [[ 24.04.2 == *\1\6\.\0\4* ]] Line 123: [[ 24.04.2 == *\1\6\.\1\0* ]] Line 125: [[ 24.04.2 == *\1\7\.\0\4* ]] Line 127: [[ 24.04.2 == *\1\7\.\1\0* ]] Line 129: [[ 24.04.2 == *\1\8\.\0\4* ]] Line 131: [[ 24.04.2 == *\2\0\.\0\4* ]] Line 133: [[ 24.04.2 == *\2\2\.\0\4* ]] Line 135: [[ 24.04.2 == *\2\4\.\0\4* ]] Line 136: export RELEASE=noble Line 136: RELEASE=noble Line 142: dialog --title 'Ubuntu - Estonian CD remix creation' --msgbox '\nUsing following input ISO file: /home/tramm/remix/ubuntu-estonian-remix/iso/ubuntu-24.04.2-desktop-amd64.iso\n\noutput will be: ubuntu-ee-remix-24.04.2-amd64.iso' 22 76 [?1049h(B[?7h[?1h=[?1006;1000h[?1h=(B(B (0lqqqqqqqqqqqqqqqqqq(BUbuntu - Estonian CD remix creation(0qqqqqqqqqqqqqqqqqqqqq(0k(B  (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0x(B(0x(B   (0tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq(0u(B   (0x(B(B< OK >(B(0x(B   (0m(0qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj(B   (BUsing following input ISO file:/home/tramm/remix/ubuntu-estonian-remix/iso/ubuntu-24.04.2-desktop-amd64.isooutput will be: ubuntu-ee-remix-24.04.2-amd64.iso(B[?1006;1000l[?1049l [?1l>Line 145: cmd=(dialog --separate-output --checklist "Package sets to be installed:" 22 76 16) Line 146: options=() LLine 147: echo config/apt/added/estonian.conf config/apt/added/kids.conf Line 147: for file in $(echo config/apt/added/*.conf) Line 148: options+=($(basename "$file")) LLine 148: basename config/apt/added/estonian.conf LLine 149: head -n 1 config/apt/added/estonian.conf Line 149: first_line='# Estonain language packages' Line 150: description=("${first_line[@]:1}") Line 151: options+=("$description") Line 152: options+=("off") Line 147: for file in $(echo config/apt/added/*.conf) Line 148: options+=($(basename "$file")) LLine 148: basename config/apt/added/kids.conf LLine 149: head -n 1 config/apt/added/kids.conf Line 149: first_line='# Packages, that kids might find fun' Line 150: description=("${first_line[@]:1}") Line 151: options+=("$description") Line 152: options+=("off") Line 155: add_apt_sets=($("${cmd[@]}" "${options[@]}" 2>&1 > /dev/tty)) LLine 155: dialog --separate-output --checklist 'Package sets to be installed:' 22 76 16 estonian.conf ' Estonain language packages' off kids.conf ' Packages, that kids might find fun' off Line 156: clear Line 157: echo estonian.conf estonian.conf Line 160: cmd=(dialog --separate-output --checklist "Package sets to be removed:" 22 76 16) Line 161: options=() LLine 162: echo config/apt/removed/privacy.conf Line 162: for file in $(echo config/apt/removed/*.conf) Line 163: options+=($(basename "$file")) LLine 163: basename config/apt/removed/privacy.conf LLine 164: head -n 1 config/apt/removed/privacy.conf Line 164: first_line='# Packages that reduce privacy' Line 165: description=("${first_line[@]:1}") Line 166: options+=("$description") Line 167: options+=("off") Line 170: removed_apt_sets=($("${cmd[@]}" "${options[@]}" 2>&1 > /dev/tty)) LLine 170: dialog --separate-output --checklist 'Package sets to be removed:' 22 76 16 privacy.conf ' Packages that reduce privacy' off Line 171: clear Line 172: echo '' Line 174: cmd=(dialog --separate-output --checklist "Select remix options:" 22 76 16) Line 179: options=(ID "Install Estonian ID Software" on EST "Filosoft speller for LibreOffice and Estonian langpacks" on LO "Newest LibreOffice software" off REPLACE "Replace desktop system (remove Unity) - select in next step" off EXTRA "Video players, codecs, Iridium and Brave Browser, for kids etc" off) LLine 180: dialog --separate-output --checklist 'Select remix options:' 22 76 16 ID 'Install Estonian ID Software' on EST 'Filosoft speller for LibreOffice and Estonian langpacks' on LO 'Newest LibreOffice software' off REPLACE 'Replace desktop system (remove Unity) - select in next step' off EXTRA 'Video players, codecs, Iridium and Brave Browser, for kids etc' off Line 180: choices='ID EST' Line 181: clear Line 182: for choice in $choices Line 184: case $choice in Line 186: ID=1 Line 182: for choice in $choices Line 184: case $choice in Line 192: EST=1 Line 203: [[ -n '' ]] Line 251: echo 'removing old directories' removing old directories Line 252: rm -rf /home/tramm/remix/ubuntu-estonian-remix/build Line 253: echo Extracting image Extracting image Line 254: ISO_MOUNT_POINT=/home/tramm/remix/ubuntu-estonian-remix/build/mnt/iso Line 255: FS_MOUNT_POINT=/home/tramm/remix/ubuntu-estonian-remix/build/mnt/fs Line 256: EXTRACT_CD_DIR=/home/tramm/remix/ubuntu-estonian-remix/build/extract-cd Line 257: EDIT_DIR=/home/tramm/remix/ubuntu-estonian-remix/build/edit Line 259: mkdir -p /home/tramm/remix/ubuntu-estonian-remix/build/mnt/iso /home/tramm/remix/ubuntu-estonian-remix/build/mnt/fs /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd /home/tramm/remix/ubuntu-estonian-remix/build Line 261: mount -o loop /home/tramm/remix/ubuntu-estonian-remix/iso/ubuntu-24.04.2-desktop-amd64.iso /home/tramm/remix/ubuntu-estonian-remix/build/mnt/iso mount: /home/tramm/remix/ubuntu-estonian-remix/build/mnt/iso: WARNING: source write-protected, mounted read-only. Line 263: rsync --exclude=/casper/minimal.squashfs -a /home/tramm/remix/ubuntu-estonian-remix/build/mnt/iso/ /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd Line 264: echo Extracting liveFS Extracting liveFS Line 265: mount -t squashfs -o loop /home/tramm/remix/ubuntu-estonian-remix/build/mnt/iso/casper/minimal.squashfs /home/tramm/remix/ubuntu-estonian-remix/build/mnt/fs Line 267: cp -a /home/tramm/remix/ubuntu-estonian-remix/build/mnt/fs/ /home/tramm/remix/ubuntu-estonian-remix/build/edit Line 284: cp -r scripts/addID-old.sh scripts/caja-qdigidoc.sh scripts/cleanup.sh scripts/extra.sh scripts/install-open-eid.sh scripts/install-open-eid.sh~ scripts/libreoffice.sh scripts/prepare.sh scripts/replace.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/ Line 290: chmod +x /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/addID-old.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/caja-qdigidoc.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/cleanup.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/extra.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/install-open-eid.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/libreoffice.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/prepare.sh /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp/replace.sh Line 292: chroot /home/tramm/remix/ubuntu-estonian-remix/build/edit ./tmp/prepare.sh + PS4='Line ${LINENO}: ' Line 4: mount -t proc none /proc Line 5: mount -t sysfs none /sys Line 6: mount -t devpts none /dev/pts Line 7: export HOME=/root Line 7: HOME=/root Line 10: service dbus start * Starting system message bus dbus ...done. Line 12: echo 'et_EE.UTF-8 UTF-8' Line 13: locale-gen et_EE.UTF-8 Generating locales (this might take a while)... et_EE.UTF-8... done Generation complete. Line 14: update-locale LANG=et_EE.UTF-8 Line 16: ln -sf /usr/share/zoneinfo/Europe/Tallinn /etc/localtime Line 17: echo Europe/Tallinn Line 18: dpkg-reconfigure -f noninteractive tzdata Current default time zone: 'Europe/Tallinn' Local time is now: Wed Apr 30 15:42:24 EEST 2025. Universal Time is now: Wed Apr 30 12:42:24 UTC 2025. Line 21: echo 'nameserver 8.8.8.8' Line 56: sudo add-apt-repository universe --yes sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease Get:3 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [782 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] Get:5 http://security.ubuntu.com/ubuntu noble-security/main Translation-en [147 kB] Get:6 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB] Get:7 http://security.ubuntu.com/ubuntu noble-security/main Icons (48x48) [13.4 kB] Get:8 http://security.ubuntu.com/ubuntu noble-security/main Icons (64x64) [20.0 kB] Get:9 http://security.ubuntu.com/ubuntu noble-security/main amd64 c-n-f Metadata [7068 B] Get:10 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [833 kB] Get:11 http://security.ubuntu.com/ubuntu noble-security/universe Translation-en [181 kB] Get:12 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.3 kB] Get:13 http://security.ubuntu.com/ubuntu noble-security/universe Icons (48x48) [45.0 kB] Get:14 http://security.ubuntu.com/ubuntu noble-security/universe Icons (64x64) [70.7 kB] Get:15 http://security.ubuntu.com/ubuntu noble-security/universe Icons (64x64@2) [29 B] Get:16 http://security.ubuntu.com/ubuntu noble-security/universe amd64 c-n-f Metadata [17.0 kB] Get:17 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [931 kB] Get:18 http://security.ubuntu.com/ubuntu noble-security/restricted Translation-en [191 kB] Get:19 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B] Get:20 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 c-n-f Metadata [468 B] Get:21 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [17.6 kB] Get:22 http://security.ubuntu.com/ubuntu noble-security/multiverse Translation-en [3792 B] Get:23 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [212 B] Get:24 http://security.ubuntu.com/ubuntu noble-security/multiverse Icons (48x48) [29 B] Get:25 http://security.ubuntu.com/ubuntu noble-security/multiverse Icons (64x64) [29 B] Get:26 http://security.ubuntu.com/ubuntu noble-security/multiverse Icons (64x64@2) [29 B] Get:27 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 c-n-f Metadata [380 B] Get:28 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [15.0 MB] Get:30 http://archive.ubuntu.com/ubuntu noble/universe Translation-en [5982 kB] Get:31 http://archive.ubuntu.com/ubuntu noble/universe amd64 Components [3871 kB] Get:32 http://archive.ubuntu.com/ubuntu noble/universe Icons (48x48) [3717 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/universe Icons (64x64) [7747 kB] Get:34 http://archive.ubuntu.com/ubuntu noble/universe Icons (64x64@2) [75.0 kB] Get:35 http://archive.ubuntu.com/ubuntu noble/universe amd64 c-n-f Metadata [301 kB] Get:36 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [269 kB] Get:37 http://archive.ubuntu.com/ubuntu noble/multiverse Translation-en [118 kB] Get:38 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Components [35.0 kB] Get:39 http://archive.ubuntu.com/ubuntu noble/multiverse Icons (48x48) [56.1 kB] Get:40 http://archive.ubuntu.com/ubuntu noble/multiverse Icons (64x64) [186 kB] Get:41 http://archive.ubuntu.com/ubuntu noble/multiverse Icons (64x64@2) [904 B] Get:42 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 c-n-f Metadata [8328 B] Get:43 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1028 kB] Get:44 http://archive.ubuntu.com/ubuntu noble-updates/main Translation-en [224 kB] Get:45 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [161 kB] Get:46 http://archive.ubuntu.com/ubuntu noble-updates/main Icons (48x48) [34.7 kB] Get:47 http://archive.ubuntu.com/ubuntu noble-updates/main Icons (64x64) [49.6 kB] Get:48 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 c-n-f Metadata [13.5 kB] Get:49 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1059 kB] Get:50 http://archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [268 kB] Get:51 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [376 kB] Get:52 http://archive.ubuntu.com/ubuntu noble-updates/universe Icons (48x48) [226 kB] Get:53 http://archive.ubuntu.com/ubuntu noble-updates/universe Icons (64x64) [350 kB] Get:54 http://archive.ubuntu.com/ubuntu noble-updates/universe Icons (64x64@2) [29 B] Get:55 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 c-n-f Metadata [26.0 kB] Get:56 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [964 kB] Get:57 http://archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [199 kB] Get:58 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B] Get:59 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 c-n-f Metadata [492 B] Get:60 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [21.5 kB] Get:61 http://archive.ubuntu.com/ubuntu noble-updates/multiverse Translation-en [4788 B] Get:62 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B] Get:63 http://archive.ubuntu.com/ubuntu noble-updates/multiverse Icons (48x48) [1867 B] Get:64 http://archive.ubuntu.com/ubuntu noble-updates/multiverse Icons (64x64) [2497 B] Get:65 http://archive.ubuntu.com/ubuntu noble-updates/multiverse Icons (64x64@2) [29 B] Get:66 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 c-n-f Metadata [592 B] Get:67 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [39.1 kB] Get:68 http://archive.ubuntu.com/ubuntu noble-backports/main Translation-en [8676 B] Get:69 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7076 B] Get:70 http://archive.ubuntu.com/ubuntu noble-backports/main Icons (48x48) [9518 B] Get:71 http://archive.ubuntu.com/ubuntu noble-backports/main Icons (64x64) [11.2 kB] Get:72 http://archive.ubuntu.com/ubuntu noble-backports/main Icons (64x64@2) [29 B] Get:73 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 c-n-f Metadata [272 B] Get:74 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [27.1 kB] Get:75 http://archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [16.5 kB] Get:76 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [16.4 kB] Get:77 http://archive.ubuntu.com/ubuntu noble-backports/universe Icons (48x48) [20.4 kB] Get:78 http://archive.ubuntu.com/ubuntu noble-backports/universe Icons (64x64) [28.7 kB] Get:79 http://archive.ubuntu.com/ubuntu noble-backports/universe Icons (64x64@2) [29 B] Get:80 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 c-n-f Metadata [1304 B] Get:81 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [212 B] Get:82 http://archive.ubuntu.com/ubuntu noble-backports/restricted Icons (48x48) [29 B] Get:83 http://archive.ubuntu.com/ubuntu noble-backports/restricted Icons (64x64) [29 B] Get:84 http://archive.ubuntu.com/ubuntu noble-backports/restricted Icons (64x64@2) [29 B] Get:85 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 c-n-f Metadata [116 B] Get:86 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B] Get:87 http://archive.ubuntu.com/ubuntu noble-backports/multiverse Icons (48x48) [29 B] Get:88 http://archive.ubuntu.com/ubuntu noble-backports/multiverse Icons (64x64) [29 B] Get:89 http://archive.ubuntu.com/ubuntu noble-backports/multiverse Icons (64x64@2) [29 B] Get:90 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 c-n-f Metadata [116 B] Fetched 46.3 MB in 4s (11.1 MB/s) Reading package lists... Adding component(s) 'universe' to all repositories. Line 57: sudo add-apt-repository multiverse --yes sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease Hit:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease Hit:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease Hit:4 http://security.ubuntu.com/ubuntu noble-security InRelease Reading package lists... Adding component(s) 'multiverse' to all repositories. Line 58: sudo add-apt-repository restricted --yes sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease Hit:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease Reading package lists... Adding component(s) 'restricted' to all repositories. Line 59: apt update --yes WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease Hit:2 http://security.ubuntu.com/ubuntu noble-security InRelease Hit:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease Hit:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease Reading package lists... Building dependency tree... Reading state information... 187 packages can be upgraded. Run 'apt list --upgradable' to see them. Line 60: apt dist-upgrade --yes WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages will be upgraded: apparmor apport apport-core-dump-handler apport-gtk bluez bluez-cups bluez-obexd cloud-init dirmngr distro-info-data dmsetup dns-root-data dracut-install fonts-noto-color-emoji fwupd ghostscript gir1.2-gtk-3.0 gir1.2-gtk-4.0 gir1.2-javascriptcoregtk-4.1 gir1.2-javascriptcoregtk-6.0 gir1.2-mutter-14 gir1.2-packagekitglib-1.0 gir1.2-soup-3.0 gir1.2-webkit-6.0 gir1.2-webkit2-4.1 gnome-control-center gnome-control-center-data gnome-control-center-faces gnome-shell gnome-shell-common gnome-shell-extension-desktop-icons-ng gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv grub-common gstreamer1.0-packagekit gstreamer1.0-pipewire gtk-update-icon-cache initramfs-tools initramfs-tools-bin initramfs-tools-core keyboxd krb5-locales ldap-utils libapparmor1 libarchive13t64 libbluetooth3 libcap2 libcap2-bin libcryptsetup12 libdebuginfod-common libdebuginfod1t64 libdevmapper1.02.1 libdw1t64 libelf1t64 libexpat1 libfprint-2-2 libfprint-2-tod1 libfwupd2 libgnutls30t64 libgs-common libgs10 libgs10-common libgssapi-krb5-2 libgtk-3-0t64 libgtk-3-bin libgtk-3-common libgtk-4-1 libgtk-4-bin libgtk-4-common libgtk-4-media-gstreamer libinput-bin libinput10 libjavascriptcoregtk-4.1-0 libjavascriptcoregtk-6.0-1 libk5crypto3 libkrb5-3 libkrb5support0 libldap-common libldap2 liblzma5 libmalcontent-0-0 libmutter-14-0 libnetplan1 libnss-systemd libnvme1t64 libpackagekit-glib2-18 libpam-cap libpam-systemd libperl5.38t64 libpipewire-0.3-0t64 libpipewire-0.3-common libpipewire-0.3-modules libplymouth5 libpoppler-cpp0t64 libpoppler-glib8t64 libpoppler134 libprotobuf32t64 libpython3.12-minimal libpython3.12-stdlib libpython3.12t64 libsndfile1 libsnmp-base libsnmp40t64 libsoup-2.4-1 libsoup-3.0-0 libsoup-3.0-common libsoup2.4-common libspa-0.2-bluetooth libspa-0.2-modules libssl3t64 libsystemd-shared libsystemd0 libtasn1-6 libudev1 libwebkit2gtk-4.1-0 libwebkitgtk-6.0-4 libxml2 libxslt1.1 libyelp0 linux-base mutter-common mutter-common-bin netplan-generator netplan.io openssh-client openssl openvpn packagekit packagekit-tools pci.ids perl perl-base perl-modules-5.38 pipewire pipewire-alsa pipewire-audio pipewire-bin pipewire-pulse plymouth plymouth-label plymouth-theme-spinner plymouth-theme-ubuntu-text poppler-utils python3-apport python3-jinja2 python3-netplan python3-problem-report python3-software-properties python3.12 python3.12-minimal rsyslog snapd software-properties-common software-properties-gtk systemd systemd-dev systemd-oomd systemd-resolved systemd-sysv systemd-timesyncd tzdata ubuntu-drivers-common ubuntu-pro-client ubuntu-pro-client-l10n udev update-notifier update-notifier-common vim-common vim-tiny wpasupplicant xserver-common xserver-xephyr xserver-xorg-core xserver-xorg-input-libinput xserver-xorg-legacy xwayland xxd xz-utils yelp yelp-xsl 187 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 76 standard LTS security updates Need to get 205 MB of archives. After this operation, 23.1 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libperl5.38t64 amd64 5.38.2-3.2ubuntu0.1 [4871 kB] Get:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 perl amd64 5.38.2-3.2ubuntu0.1 [231 kB] Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 perl-base amd64 5.38.2-3.2ubuntu0.1 [1827 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 perl-modules-5.38 all 5.38.2-3.2ubuntu0.1 [3110 kB] Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libexpat1 amd64 2.6.1-2ubuntu0.3 [88.0 kB] Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12t64 amd64 3.12.3-1ubuntu0.5 [2339 kB] Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libssl3t64 amd64 3.0.13-0ubuntu3.5 [1940 kB] Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12 amd64 3.12.3-1ubuntu0.5 [651 kB] Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-stdlib amd64 3.12.3-1ubuntu0.5 [2069 kB] Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3.12-minimal amd64 3.12.3-1ubuntu0.5 [2342 kB] Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpython3.12-minimal amd64 3.12.3-1ubuntu0.5 [835 kB] Get:12 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 tzdata all 2025b-0ubuntu0.24.04 [276 kB] Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma5 amd64 5.6.1+really5.4.5-1ubuntu0.2 [127 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2 amd64 1:2.66-5ubuntu2.2 [30.0 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libnss-systemd amd64 255.4-1ubuntu8.6 [159 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xserver-common all 2:21.1.12-1ubuntu1.3 [34.1 kB] Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xserver-xorg-legacy amd64 2:21.1.12-1ubuntu1.3 [41.1 kB] Get:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-dev all 255.4-1ubuntu8.6 [104 kB] Get:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-timesyncd amd64 255.4-1ubuntu8.6 [35.3 kB] Get:20 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-resolved amd64 255.4-1ubuntu8.6 [296 kB] Get:21 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-oomd amd64 255.4-1ubuntu8.6 [39.2 kB] Get:22 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsystemd-shared amd64 255.4-1ubuntu8.6 [2073 kB] Get:23 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsystemd0 amd64 255.4-1ubuntu8.6 [433 kB] Get:24 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xserver-xorg-core amd64 2:21.1.12-1ubuntu1.3 [1475 kB] Get:25 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd-sysv amd64 255.4-1ubuntu8.6 [11.9 kB] Get:26 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam-systemd amd64 255.4-1ubuntu8.6 [235 kB] Get:27 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 systemd amd64 255.4-1ubuntu8.6 [3471 kB] Get:28 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 udev amd64 255.4-1ubuntu8.6 [1873 kB] Get:29 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libudev1 amd64 255.4-1ubuntu8.6 [175 kB] Get:30 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libapparmor1 amd64 4.0.1really4.0.1-0ubuntu0.24.04.4 [50.6 kB] Get:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-3ubuntu3.2 [139 kB] Get:32 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcryptsetup12 amd64 2:2.7.0-1ubuntu4.2 [266 kB] Get:33 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-problem-report all 2.28.1-0ubuntu3.5 [24.9 kB] Get:34 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-apport all 2.28.1-0ubuntu3.5 [92.4 kB] Get:35 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 grub-common amd64 2.12-1ubuntu7.3 [2120 kB] Get:36 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 apport-core-dump-handler all 2.28.1-0ubuntu3.5 [17.9 kB] Get:37 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 apport all 2.28.1-0ubuntu3.5 [84.7 kB] Get:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdebuginfod1t64 amd64 0.190-1.1ubuntu0.1 [17.1 kB] Get:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdw1t64 amd64 0.190-1.1ubuntu0.1 [261 kB] Get:40 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libelf1t64 amd64 0.190-1.1ubuntu0.1 [57.8 kB] Get:41 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libdebuginfod-common all 0.190-1.1ubuntu0.1 [14.6 kB] Get:42 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 bluez amd64 5.72-0ubuntu5.1 [1360 kB] Get:43 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ubuntu-drivers-common amd64 1:0.9.7.6ubuntu3.2 [65.6 kB] Get:44 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-common all 3.24.41-4ubuntu1.3 [1426 kB] Get:45 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-0t64 amd64 3.24.41-4ubuntu1.3 [2913 kB] Get:46 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-mutter-14 amd64 46.2-1ubuntu0.24.04.8 [131 kB] Get:47 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 mutter-common all 46.2-1ubuntu0.24.04.8 [49.8 kB] Get:48 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-4-common all 4.14.2+ds-1ubuntu2 [1496 kB] Get:49 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-4-1 amd64 4.14.2+ds-1ubuntu2 [3288 kB] Get:50 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libmutter-14-0 amd64 46.2-1ubuntu0.24.04.8 [1391 kB] Get:51 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 mutter-common-bin amd64 46.2-1ubuntu0.24.04.8 [52.8 kB] Get:52 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libinput-bin amd64 1.25.0-1ubuntu3 [22.4 kB] Get:53 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libinput10 amd64 1.25.0-1ubuntu3 [133 kB] Get:54 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 pipewire-pulse amd64 1.0.5-1ubuntu3 [8450 B] Get:55 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsndfile1 amd64 1.2.2-1ubuntu5.24.04.1 [209 kB] Get:56 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gstreamer1.0-pipewire amd64 1.0.5-1ubuntu3 [49.5 kB] Get:57 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 pipewire-bin amd64 1.0.5-1ubuntu3 [365 kB] Get:58 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 pipewire-alsa amd64 1.0.5-1ubuntu3 [48.5 kB] Get:59 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpipewire-0.3-0t64 amd64 1.0.5-1ubuntu3 [252 kB] Get:60 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libspa-0.2-bluetooth amd64 1.0.5-1ubuntu3 [330 kB] Get:61 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libspa-0.2-modules amd64 1.0.5-1ubuntu3 [626 kB] Get:62 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 pipewire amd64 1.0.5-1ubuntu3 [90.1 kB] Get:63 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpipewire-0.3-modules amd64 1.0.5-1ubuntu3 [814 kB] Get:64 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libbluetooth3 amd64 5.72-0ubuntu5.1 [85.1 kB] Get:65 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnome-control-center-data all 1:46.7-0ubuntu0.24.04.1 [164 kB] Get:66 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnome-control-center amd64 1:46.7-0ubuntu0.24.04.1 [5013 kB] Get:67 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnome-shell amd64 46.0-0ubuntu6~24.04.8 [955 kB] Get:68 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnome-shell-common all 46.0-0ubuntu6~24.04.8 [248 kB] Get:69 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-4-media-gstreamer amd64 4.14.2+ds-1ubuntu2 [67.7 kB] Get:70 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libtasn1-6 amd64 4.19.0-3ubuntu0.24.04.1 [44.3 kB] Get:71 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgnutls30t64 amd64 3.8.3-1.1ubuntu3.3 [995 kB] Get:72 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgssapi-krb5-2 amd64 1.20.1-6ubuntu2.5 [143 kB] Get:73 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5-3 amd64 1.20.1-6ubuntu2.5 [347 kB] Get:74 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libkrb5support0 amd64 1.20.1-6ubuntu2.5 [34.1 kB] Get:75 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libk5crypto3 amd64 1.20.1-6ubuntu2.5 [82.0 kB] Get:76 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libmalcontent-0-0 amd64 0.11.1-1ubuntu1.1 [22.3 kB] Get:77 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-soup-3.0 amd64 3.4.4-5ubuntu0.2 [22.5 kB] Get:78 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsoup-3.0-common all 3.4.4-5ubuntu0.2 [10.6 kB] Get:79 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsoup-3.0-0 amd64 3.4.4-5ubuntu0.2 [287 kB] Get:80 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libxml2 amd64 2.9.14+dfsg-1.3ubuntu3.3 [762 kB] Get:81 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-gtk-4.0 amd64 4.14.2+ds-1ubuntu2 [223 kB] Get:82 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-webkit-6.0 amd64 2.48.1-0ubuntu0.24.04.1 [68.1 kB] Get:83 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-javascriptcoregtk-6.0 amd64 2.48.1-0ubuntu0.24.04.1 [38.2 kB] Get:84 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libwebkitgtk-6.0-4 amd64 2.48.1-0ubuntu0.24.04.1 [26.5 MB] Get:85 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libjavascriptcoregtk-6.0-1 amd64 2.48.1-0ubuntu0.24.04.1 [8948 kB] Get:86 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libxslt1.1 amd64 1.1.39-0exp1ubuntu0.24.04.2 [167 kB] Get:87 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 update-notifier amd64 3.192.68.1 [66.8 kB] Get:88 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 update-notifier-common all 3.192.68.1 [207 kB] Get:89 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg-wks-client amd64 2.4.4-2ubuntu17.2 [70.9 kB] Get:90 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dirmngr amd64 2.4.4-2ubuntu17.2 [323 kB] Get:91 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg-utils amd64 2.4.4-2ubuntu17.2 [109 kB] Get:92 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpgsm amd64 2.4.4-2ubuntu17.2 [232 kB] Get:93 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg-agent amd64 2.4.4-2ubuntu17.2 [227 kB] Get:94 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpg amd64 2.4.4-2ubuntu17.2 [565 kB] Get:95 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpgconf amd64 2.4.4-2ubuntu17.2 [103 kB] Get:96 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg all 2.4.4-2ubuntu17.2 [359 kB] Get:97 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 keyboxd amd64 2.4.4-2ubuntu17.2 [78.3 kB] Get:98 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ldap-utils amd64 2.6.7+dfsg-1~exp1ubuntu8.2 [153 kB] Get:99 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libldap2 amd64 2.6.7+dfsg-1~exp1ubuntu8.2 [196 kB] Get:100 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gpgv amd64 2.4.4-2ubuntu17.2 [158 kB] Get:101 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 distro-info-data all 0.60ubuntu0.3 [6686 B] Get:102 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dmsetup amd64 2:1.02.185-3ubuntu3.2 [79.2 kB] Get:103 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 krb5-locales all 1.20.1-6ubuntu2.5 [14.5 kB] Get:104 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpam-cap amd64 1:2.66-5ubuntu2.2 [12.5 kB] Get:105 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.2 [34.2 kB] Get:106 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 netplan-generator amd64 1.1.2-2~ubuntu24.04.1 [61.1 kB] Get:107 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-netplan amd64 1.1.2-2~ubuntu24.04.1 [24.3 kB] Get:108 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dracut-install amd64 060+5-1ubuntu3.3 [32.3 kB] Get:109 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 initramfs-tools all 0.142ubuntu25.5 [9060 B] Get:110 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 initramfs-tools-core all 0.142ubuntu25.5 [50.5 kB] Get:111 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 initramfs-tools-bin amd64 0.142ubuntu25.5 [21.5 kB] Get:112 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 linux-base all 4.5ubuntu9+24.04.1 [18.1 kB] Get:113 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 netplan.io amd64 1.1.2-2~ubuntu24.04.1 [69.7 kB] Get:114 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libnetplan1 amd64 1.1.2-2~ubuntu24.04.1 [132 kB] Get:115 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssl amd64 3.0.13-0ubuntu3.5 [1002 kB] Get:116 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 rsyslog amd64 8.2312.0-3ubuntu9.1 [511 kB] Get:117 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ubuntu-pro-client-l10n amd64 35.1ubuntu0~24.04 [19.8 kB] Get:118 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ubuntu-pro-client amd64 35.1ubuntu0~24.04 [257 kB] Get:119 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 vim-tiny amd64 2:9.1.0016-1ubuntu7.8 [803 kB] Get:120 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 vim-common all 2:9.1.0016-1ubuntu7.8 [386 kB] Get:121 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xxd amd64 2:9.1.0016-1ubuntu7.8 [63.6 kB] Get:122 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 apparmor amd64 4.0.1really4.0.1-0ubuntu0.24.04.4 [637 kB] Get:123 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libplymouth5 amd64 24.004.60-1ubuntu7.1 [137 kB] Get:124 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openssh-client amd64 1:9.6p1-3ubuntu13.11 [905 kB] Get:125 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 pci.ids all 0.0~2024.03.31-1ubuntu0.1 [275 kB] Get:126 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpackagekit-glib2-18 amd64 1.2.8-2ubuntu1.2 [120 kB] Get:127 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gstreamer1.0-packagekit amd64 1.2.8-2ubuntu1.2 [9252 B] Get:128 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 packagekit-tools amd64 1.2.8-2ubuntu1.2 [28.3 kB] Get:129 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 packagekit amd64 1.2.8-2ubuntu1.2 [434 kB] Get:130 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 plymouth-theme-ubuntu-text amd64 24.004.60-1ubuntu7.1 [9924 B] Get:131 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 plymouth-theme-spinner amd64 24.004.60-1ubuntu7.1 [132 kB] Get:132 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 plymouth-label amd64 24.004.60-1ubuntu7.1 [9368 B] Get:133 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 plymouth amd64 24.004.60-1ubuntu7.1 [134 kB] Get:134 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xz-utils amd64 5.6.1+really5.4.5-1ubuntu0.2 [267 kB] Get:135 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-gtk-3.0 amd64 3.24.41-4ubuntu1.3 [245 kB] Get:136 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 apport-gtk all 2.28.1-0ubuntu3.5 [9748 B] Get:137 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 bluez-cups amd64 5.72-0ubuntu5.1 [29.2 kB] Get:138 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 bluez-obexd amd64 5.72-0ubuntu5.1 [232 kB] Get:139 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 dns-root-data all 2024071801~ubuntu0.24.04.1 [5918 B] Get:140 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 fonts-noto-color-emoji all 2.047-0ubuntu0.24.04.1 [9764 kB] Get:141 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libarchive13t64 amd64 3.7.2-2ubuntu0.4 [382 kB] Get:142 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libfwupd2 amd64 1.9.29-0ubuntu1~24.04.1ubuntu1 [136 kB] Get:143 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 fwupd amd64 1.9.29-0ubuntu1~24.04.1ubuntu1 [4587 kB] Get:144 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.5 [43.4 kB] Get:145 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.5 [3897 kB] Get:146 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.5 [488 kB] Get:147 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.5 [176 kB] Get:148 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-webkit2-4.1 amd64 2.48.1-0ubuntu0.24.04.1 [105 kB] Get:149 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-javascriptcoregtk-4.1 amd64 2.48.1-0ubuntu0.24.04.1 [38.4 kB] Get:150 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libwebkit2gtk-4.1-0 amd64 2.48.1-0ubuntu0.24.04.1 [26.8 MB] Get:151 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libjavascriptcoregtk-4.1-0 amd64 2.48.1-0ubuntu0.24.04.1 [8948 kB] Get:152 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.8-2ubuntu1.2 [25.6 kB] Get:153 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnome-control-center-faces all 1:46.7-0ubuntu0.24.04.1 [1232 kB] Get:154 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnome-shell-extension-desktop-icons-ng all 46+really47.0.9-1ubuntu1 [66.3 kB] Get:155 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gnupg-l10n all 2.4.4-2ubuntu17.2 [66.1 kB] Get:156 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gtk-update-icon-cache amd64 3.24.41-4ubuntu1.3 [51.9 kB] Get:157 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libfprint-2-tod1 amd64 1:1.94.7+tod1-0ubuntu5~24.04.3 [64.5 kB] Get:158 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libfprint-2-2 amd64 1:1.94.7+tod1-0ubuntu5~24.04.3 [264 kB] Get:159 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-3-bin amd64 3.24.41-4ubuntu1.3 [73.9 kB] Get:160 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libgtk-4-bin amd64 4.14.2+ds-1ubuntu2 [3350 kB] Get:161 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libldap-common all 2.6.7+dfsg-1~exp1ubuntu8.2 [31.7 kB] Get:162 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libnvme1t64 amd64 1.8-3ubuntu1 [75.8 kB] Get:163 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpipewire-0.3-common all 1.0.5-1ubuntu3 [18.8 kB] Get:164 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 poppler-utils amd64 24.02.0-1ubuntu9.4 [212 kB] Get:165 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpoppler-glib8t64 amd64 24.02.0-1ubuntu9.4 [157 kB] Get:166 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpoppler-cpp0t64 amd64 24.02.0-1ubuntu9.4 [41.3 kB] Get:167 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpoppler134 amd64 24.02.0-1ubuntu9.4 [1117 kB] Get:168 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libprotobuf32t64 amd64 3.21.12-8.2ubuntu0.1 [922 kB] Get:169 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsnmp-base all 5.9.4+dfsg-1.1ubuntu3.1 [206 kB] Get:170 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsnmp40t64 amd64 5.9.4+dfsg-1.1ubuntu3.1 [1066 kB] Get:171 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsoup2.4-common all 2.74.3-6ubuntu1.2 [8592 B] Get:172 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libsoup-2.4-1 amd64 2.74.3-6ubuntu1.2 [282 kB] Get:173 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 yelp-xsl all 42.1-2ubuntu0.24.04.1 [201 kB] Get:174 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 yelp amd64 42.2-1ubuntu0.24.04.1 [547 kB] Get:175 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libyelp0 amd64 42.2-1ubuntu0.24.04.1 [100 kB] Get:176 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openvpn amd64 2.6.12-0ubuntu0.24.04.3 [681 kB] Get:177 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 pipewire-audio all 1.0.5-1ubuntu3 [4078 B] Get:178 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-jinja2 all 3.1.2-1ubuntu1.3 [108 kB] Get:179 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.2 [14.4 kB] Get:180 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-gtk all 0.99.49.2 [83.2 kB] Get:181 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.2 [29.8 kB] Get:182 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 snapd amd64 2.67.1+24.04 [30.1 MB] Get:183 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 wpasupplicant amd64 2:2.10-21ubuntu0.2 [1472 kB] Get:184 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xserver-xephyr amd64 2:21.1.12-1ubuntu1.3 [1019 kB] Get:185 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xserver-xorg-input-libinput amd64 1.4.0-1ubuntu24.04.1 [41.4 kB] Get:186 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 xwayland amd64 2:23.2.6-1ubuntu0.5 [946 kB] Get:187 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 cloud-init all 24.4.1-0ubuntu0~24.04.3 [604 kB] Preconfiguring packages ... setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file Fetched 205 MB in 14s (15.0 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 ... 112973 files and directories currently installed.) Preparing to unpack .../libperl5.38t64_5.38.2-3.2ubuntu0.1_amd64.deb ... Unpacking libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.1) over (5.38.2-3.2build2.1) ... Preparing to unpack .../perl_5.38.2-3.2ubuntu0.1_amd64.deb ... Unpacking perl (5.38.2-3.2ubuntu0.1) over (5.38.2-3.2build2.1) ... Preparing to unpack .../perl-base_5.38.2-3.2ubuntu0.1_amd64.deb ... Unpacking perl-base (5.38.2-3.2ubuntu0.1) over (5.38.2-3.2build2.1) ... Setting up perl-base (5.38.2-3.2ubuntu0.1) ... (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 ... 112973 files and directories currently installed.) Preparing to unpack .../perl-modules-5.38_5.38.2-3.2ubuntu0.1_all.deb ... Unpacking perl-modules-5.38 (5.38.2-3.2ubuntu0.1) over (5.38.2-3.2build2.1) ... Preparing to unpack .../libexpat1_2.6.1-2ubuntu0.3_amd64.deb ... Unpacking libexpat1:amd64 (2.6.1-2ubuntu0.3) over (2.6.1-2ubuntu0.2) ... Preparing to unpack .../libpython3.12t64_3.12.3-1ubuntu0.5_amd64.deb ... Unpacking libpython3.12t64:amd64 (3.12.3-1ubuntu0.5) over (3.12.3-1ubuntu0.4) ... Preparing to unpack .../libssl3t64_3.0.13-0ubuntu3.5_amd64.deb ... Unpacking libssl3t64:amd64 (3.0.13-0ubuntu3.5) over (3.0.13-0ubuntu3.4) ... Setting up libssl3t64:amd64 (3.0.13-0ubuntu3.5) ... (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 ... 112973 files and directories currently installed.) Preparing to unpack .../0-python3.12_3.12.3-1ubuntu0.5_amd64.deb ... Unpacking python3.12 (3.12.3-1ubuntu0.5) over (3.12.3-1ubuntu0.4) ... Preparing to unpack .../1-libpython3.12-stdlib_3.12.3-1ubuntu0.5_amd64.deb ... Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.5) over (3.12.3-1ubuntu0.4) ... Preparing to unpack .../2-python3.12-minimal_3.12.3-1ubuntu0.5_amd64.deb ... Unpacking python3.12-minimal (3.12.3-1ubuntu0.5) over (3.12.3-1ubuntu0.4) ... Preparing to unpack .../3-libpython3.12-minimal_3.12.3-1ubuntu0.5_amd64.deb ... Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.5) over (3.12.3-1ubuntu0.4) ... Preparing to unpack .../4-tzdata_2025b-0ubuntu0.24.04_all.deb ... Unpacking tzdata (2025b-0ubuntu0.24.04) over (2024b-0ubuntu0.24.04.1) ... Preparing to unpack .../5-liblzma5_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ... Unpacking liblzma5:amd64 (5.6.1+really5.4.5-1ubuntu0.2) over (5.6.1+really5.4.5-1build0.1) ... Setting up liblzma5:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ... (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 ... 112974 files and directories currently installed.) Preparing to unpack .../libcap2_1%3a2.66-5ubuntu2.2_amd64.deb ... Unpacking libcap2:amd64 (1:2.66-5ubuntu2.2) over (1:2.66-5ubuntu2.1) ... Setting up libcap2:amd64 (1:2.66-5ubuntu2.2) ... (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 ... 112974 files and directories currently installed.) Preparing to unpack .../0-libnss-systemd_255.4-1ubuntu8.6_amd64.deb ... Unpacking libnss-systemd:amd64 (255.4-1ubuntu8.6) over (255.4-1ubuntu8.5) ... Preparing to unpack .../1-xserver-common_2%3a21.1.12-1ubuntu1.3_all.deb ... Unpacking xserver-common (2:21.1.12-1ubuntu1.3) over (2:21.1.12-1ubuntu1.1) ... Preparing to unpack .../2-xserver-xorg-legacy_2%3a21.1.12-1ubuntu1.3_amd64.deb ... Unpacking xserver-xorg-legacy (2:21.1.12-1ubuntu1.3) over (2:21.1.12-1ubuntu1.1) ... Preparing to unpack .../3-systemd-dev_255.4-1ubuntu8.6_all.deb ... Unpacking systemd-dev (255.4-1ubuntu8.6) over (255.4-1ubuntu8.5) ... Preparing to unpack .../4-systemd-timesyncd_255.4-1ubuntu8.6_amd64.deb ... Unpacking systemd-timesyncd (255.4-1ubuntu8.6) over (255.4-1ubuntu8.5) ... Preparing to unpack .../5-systemd-resolved_255.4-1ubuntu8.6_amd64.deb ... Unpacking systemd-resolved (255.4-1ubuntu8.6) over (255.4-1ubuntu8.5) ... Preparing to unpack .../6-systemd-oomd_255.4-1ubuntu8.6_amd64.deb ... Unpacking systemd-oomd (255.4-1ubuntu8.6) over (255.4-1ubuntu8.5) ... Preparing to unpack .../7-libsystemd-shared_255.4-1ubuntu8.6_amd64.deb ... Unpacking libsystemd-shared:amd64 (255.4-1ubuntu8.6) over (255.4-1ubuntu8.5) ... Preparing to unpack .../8-libsystemd0_255.4-1ubuntu8.6_amd64.deb ... Unpacking libsystemd0:amd64 (255.4-1ubuntu8.6) over (255.4-1ubuntu8.5) ... Setting up libsystemd0:amd64 (255.4-1ubuntu8.6) ... (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 ... 112974 files and directories currently installed.) Preparing to unpack .../0-xserver-xorg-core_2%3a21.1.12-1ubuntu1.3_amd64.deb ... Unpacking xserver-xorg-core (2:21.1.12-1ubuntu1.3) over (2:21.1.12-1ubuntu1.1) ... Preparing to unpack .../1-systemd-sysv_255.4-1ubuntu8.6_amd64.deb ... Unpacking systemd-sysv (255.4-1ubuntu8.6) over (255.4-1ubuntu8.5) ... Preparing to unpack .../2-libpam-systemd_255.4-1ubuntu8.6_amd64.deb ... Unpacking libpam-systemd:amd64 (255.4-1ubuntu8.6) over (255.4-1ubuntu8.5) ... Preparing to unpack .../3-systemd_255.4-1ubuntu8.6_amd64.deb ... Unpacking systemd (255.4-1ubuntu8.6) over (255.4-1ubuntu8.5) ... Preparing to unpack .../4-udev_255.4-1ubuntu8.6_amd64.deb ... Unpacking udev (255.4-1ubuntu8.6) over (255.4-1ubuntu8.5) ... Preparing to unpack .../5-libudev1_255.4-1ubuntu8.6_amd64.deb ... Unpacking libudev1:amd64 (255.4-1ubuntu8.6) over (255.4-1ubuntu8.5) ... Setting up libudev1:amd64 (255.4-1ubuntu8.6) ... (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 ... 112974 files and directories currently installed.) Preparing to unpack .../00-libapparmor1_4.0.1really4.0.1-0ubuntu0.24.04.4_amd64.deb ... Unpacking libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.4) over (4.0.1really4.0.1-0ubuntu0.24.04.3) ... Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.185-3ubuntu3.2_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-3ubuntu3.2) over (2:1.02.185-3ubuntu3.1) ... Preparing to unpack .../02-libcryptsetup12_2%3a2.7.0-1ubuntu4.2_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.7.0-1ubuntu4.2) over (2:2.7.0-1ubuntu4.1) ... Preparing to unpack .../03-python3-problem-report_2.28.1-0ubuntu3.5_all.deb ... Unpacking python3-problem-report (2.28.1-0ubuntu3.5) over (2.28.1-0ubuntu3.3) ... Preparing to unpack .../04-python3-apport_2.28.1-0ubuntu3.5_all.deb ... Unpacking python3-apport (2.28.1-0ubuntu3.5) over (2.28.1-0ubuntu3.3) ... Preparing to unpack .../05-grub-common_2.12-1ubuntu7.3_amd64.deb ... Unpacking grub-common (2.12-1ubuntu7.3) over (2.12-1ubuntu7.1) ... Preparing to unpack .../06-apport-core-dump-handler_2.28.1-0ubuntu3.5_all.deb ... Unpacking apport-core-dump-handler (2.28.1-0ubuntu3.5) over (2.28.1-0ubuntu3.3) ... Preparing to unpack .../07-apport_2.28.1-0ubuntu3.5_all.deb ... Unpacking apport (2.28.1-0ubuntu3.5) over (2.28.1-0ubuntu3.3) ... Preparing to unpack .../08-libdebuginfod1t64_0.190-1.1ubuntu0.1_amd64.deb ... Unpacking libdebuginfod1t64:amd64 (0.190-1.1ubuntu0.1) over (0.190-1.1build4.1) ... Preparing to unpack .../09-libdw1t64_0.190-1.1ubuntu0.1_amd64.deb ... Unpacking libdw1t64:amd64 (0.190-1.1ubuntu0.1) over (0.190-1.1build4.1) ... Preparing to unpack .../10-libelf1t64_0.190-1.1ubuntu0.1_amd64.deb ... Unpacking libelf1t64:amd64 (0.190-1.1ubuntu0.1) over (0.190-1.1build4.1) ... Preparing to unpack .../11-libdebuginfod-common_0.190-1.1ubuntu0.1_all.deb ... Unpacking libdebuginfod-common (0.190-1.1ubuntu0.1) over (0.190-1.1build4.1) ... Preparing to unpack .../12-bluez_5.72-0ubuntu5.1_amd64.deb ... Unpacking bluez (5.72-0ubuntu5.1) over (5.72-0ubuntu5) ... Preparing to unpack .../13-ubuntu-drivers-common_1%3a0.9.7.6ubuntu3.2_amd64.deb ... Unpacking ubuntu-drivers-common (1:0.9.7.6ubuntu3.2) over (1:0.9.7.6ubuntu3.1) ... Preparing to unpack .../14-libgtk-3-common_3.24.41-4ubuntu1.3_all.deb ... Unpacking libgtk-3-common (3.24.41-4ubuntu1.3) over (3.24.41-4ubuntu1.2) ... Preparing to unpack .../15-libgtk-3-0t64_3.24.41-4ubuntu1.3_amd64.deb ... Unpacking libgtk-3-0t64:amd64 (3.24.41-4ubuntu1.3) over (3.24.41-4ubuntu1.2) ... Preparing to unpack .../16-gir1.2-mutter-14_46.2-1ubuntu0.24.04.8_amd64.deb ... Unpacking gir1.2-mutter-14:amd64 (46.2-1ubuntu0.24.04.8) over (46.2-1ubuntu0.24.04.5) ... Preparing to unpack .../17-mutter-common_46.2-1ubuntu0.24.04.8_all.deb ... Unpacking mutter-common (46.2-1ubuntu0.24.04.8) over (46.2-1ubuntu0.24.04.5) ... Preparing to unpack .../18-libgtk-4-common_4.14.2+ds-1ubuntu2_all.deb ... Unpacking libgtk-4-common (4.14.2+ds-1ubuntu2) over (4.14.2+ds-1ubuntu1) ... Preparing to unpack .../19-libgtk-4-1_4.14.2+ds-1ubuntu2_amd64.deb ... Unpacking libgtk-4-1:amd64 (4.14.2+ds-1ubuntu2) over (4.14.2+ds-1ubuntu1) ... Preparing to unpack .../20-libmutter-14-0_46.2-1ubuntu0.24.04.8_amd64.deb ... Unpacking libmutter-14-0:amd64 (46.2-1ubuntu0.24.04.8) over (46.2-1ubuntu0.24.04.5) ... Preparing to unpack .../21-mutter-common-bin_46.2-1ubuntu0.24.04.8_amd64.deb ... Unpacking mutter-common-bin (46.2-1ubuntu0.24.04.8) over (46.2-1ubuntu0.24.04.5) ... Preparing to unpack .../22-libinput-bin_1.25.0-1ubuntu3_amd64.deb ... Unpacking libinput-bin (1.25.0-1ubuntu3) over (1.25.0-1ubuntu2) ... Preparing to unpack .../23-libinput10_1.25.0-1ubuntu3_amd64.deb ... Unpacking libinput10:amd64 (1.25.0-1ubuntu3) over (1.25.0-1ubuntu2) ... Preparing to unpack .../24-pipewire-pulse_1.0.5-1ubuntu3_amd64.deb ... Unpacking pipewire-pulse (1.0.5-1ubuntu3) over (1.0.5-1ubuntu2) ... Preparing to unpack .../25-libsndfile1_1.2.2-1ubuntu5.24.04.1_amd64.deb ... Unpacking libsndfile1:amd64 (1.2.2-1ubuntu5.24.04.1) over (1.2.2-1ubuntu5) ... Preparing to unpack .../26-gstreamer1.0-pipewire_1.0.5-1ubuntu3_amd64.deb ... Unpacking gstreamer1.0-pipewire:amd64 (1.0.5-1ubuntu3) over (1.0.5-1ubuntu2) ... Preparing to unpack .../27-pipewire-bin_1.0.5-1ubuntu3_amd64.deb ... Unpacking pipewire-bin (1.0.5-1ubuntu3) over (1.0.5-1ubuntu2) ... Preparing to unpack .../28-pipewire-alsa_1.0.5-1ubuntu3_amd64.deb ... Unpacking pipewire-alsa:amd64 (1.0.5-1ubuntu3) over (1.0.5-1ubuntu2) ... Preparing to unpack .../29-libpipewire-0.3-0t64_1.0.5-1ubuntu3_amd64.deb ... Unpacking libpipewire-0.3-0t64:amd64 (1.0.5-1ubuntu3) over (1.0.5-1ubuntu2) ... Preparing to unpack .../30-libspa-0.2-bluetooth_1.0.5-1ubuntu3_amd64.deb ... Unpacking libspa-0.2-bluetooth:amd64 (1.0.5-1ubuntu3) over (1.0.5-1ubuntu2) ... Preparing to unpack .../31-libspa-0.2-modules_1.0.5-1ubuntu3_amd64.deb ... Unpacking libspa-0.2-modules:amd64 (1.0.5-1ubuntu3) over (1.0.5-1ubuntu2) ... Preparing to unpack .../32-pipewire_1.0.5-1ubuntu3_amd64.deb ... Unpacking pipewire:amd64 (1.0.5-1ubuntu3) over (1.0.5-1ubuntu2) ... Preparing to unpack .../33-libpipewire-0.3-modules_1.0.5-1ubuntu3_amd64.deb ... Unpacking libpipewire-0.3-modules:amd64 (1.0.5-1ubuntu3) over (1.0.5-1ubuntu2) ... Preparing to unpack .../34-libbluetooth3_5.72-0ubuntu5.1_amd64.deb ... Unpacking libbluetooth3:amd64 (5.72-0ubuntu5.1) over (5.72-0ubuntu5) ... Preparing to unpack .../35-gnome-control-center-data_1%3a46.7-0ubuntu0.24.04.1_all.deb ... Unpacking gnome-control-center-data (1:46.7-0ubuntu0.24.04.1) over (1:46.5-0ubuntu0.24.04.1) ... Preparing to unpack .../36-gnome-control-center_1%3a46.7-0ubuntu0.24.04.1_amd64.deb ... Unpacking gnome-control-center (1:46.7-0ubuntu0.24.04.1) over (1:46.5-0ubuntu0.24.04.1) ... Preparing to unpack .../37-gnome-shell_46.0-0ubuntu6~24.04.8_amd64.deb ... Unpacking gnome-shell (46.0-0ubuntu6~24.04.8) over (46.0-0ubuntu6~24.04.6) ... Preparing to unpack .../38-gnome-shell-common_46.0-0ubuntu6~24.04.8_all.deb ... Unpacking gnome-shell-common (46.0-0ubuntu6~24.04.8) over (46.0-0ubuntu6~24.04.6) ... Preparing to unpack .../39-libgtk-4-media-gstreamer_4.14.2+ds-1ubuntu2_amd64.deb ... Unpacking libgtk-4-media-gstreamer (4.14.2+ds-1ubuntu2) over (4.14.2+ds-1ubuntu1) ... Preparing to unpack .../40-libtasn1-6_4.19.0-3ubuntu0.24.04.1_amd64.deb ... Unpacking libtasn1-6:amd64 (4.19.0-3ubuntu0.24.04.1) over (4.19.0-3build1) ... Setting up libtasn1-6:amd64 (4.19.0-3ubuntu0.24.04.1) ... (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 ... 112974 files and directories currently installed.) Preparing to unpack .../libgnutls30t64_3.8.3-1.1ubuntu3.3_amd64.deb ... Unpacking libgnutls30t64:amd64 (3.8.3-1.1ubuntu3.3) over (3.8.3-1.1ubuntu3.2) ... Setting up libgnutls30t64:amd64 (3.8.3-1.1ubuntu3.3) ... (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 ... 112974 files and directories currently installed.) Preparing to unpack .../00-libgssapi-krb5-2_1.20.1-6ubuntu2.5_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.5) over (1.20.1-6ubuntu2.4) ... Preparing to unpack .../01-libkrb5-3_1.20.1-6ubuntu2.5_amd64.deb ... Unpacking libkrb5-3:amd64 (1.20.1-6ubuntu2.5) over (1.20.1-6ubuntu2.4) ... Preparing to unpack .../02-libkrb5support0_1.20.1-6ubuntu2.5_amd64.deb ... Unpacking libkrb5support0:amd64 (1.20.1-6ubuntu2.5) over (1.20.1-6ubuntu2.4) ... Preparing to unpack .../03-libk5crypto3_1.20.1-6ubuntu2.5_amd64.deb ... Unpacking libk5crypto3:amd64 (1.20.1-6ubuntu2.5) over (1.20.1-6ubuntu2.4) ... Preparing to unpack .../04-libmalcontent-0-0_0.11.1-1ubuntu1.1_amd64.deb ... Unpacking libmalcontent-0-0:amd64 (0.11.1-1ubuntu1.1) over (0.11.1-1ubuntu1) ... Preparing to unpack .../05-gir1.2-soup-3.0_3.4.4-5ubuntu0.2_amd64.deb ... Unpacking gir1.2-soup-3.0:amd64 (3.4.4-5ubuntu0.2) over (3.4.4-5ubuntu0.1) ... Preparing to unpack .../06-libsoup-3.0-common_3.4.4-5ubuntu0.2_all.deb ... Unpacking libsoup-3.0-common (3.4.4-5ubuntu0.2) over (3.4.4-5ubuntu0.1) ... Preparing to unpack .../07-libsoup-3.0-0_3.4.4-5ubuntu0.2_amd64.deb ... Unpacking libsoup-3.0-0:amd64 (3.4.4-5ubuntu0.2) over (3.4.4-5ubuntu0.1) ... Preparing to unpack .../08-libxml2_2.9.14+dfsg-1.3ubuntu3.3_amd64.deb ... Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.3) over (2.9.14+dfsg-1.3ubuntu3.1) ... Preparing to unpack .../09-gir1.2-gtk-4.0_4.14.2+ds-1ubuntu2_amd64.deb ... Unpacking gir1.2-gtk-4.0:amd64 (4.14.2+ds-1ubuntu2) over (4.14.2+ds-1ubuntu1) ... Preparing to unpack .../10-gir1.2-webkit-6.0_2.48.1-0ubuntu0.24.04.1_amd64.deb ... Unpacking gir1.2-webkit-6.0:amd64 (2.48.1-0ubuntu0.24.04.1) over (2.46.5-0ubuntu0.24.04.1) ... Preparing to unpack .../11-gir1.2-javascriptcoregtk-6.0_2.48.1-0ubuntu0.24.04.1_amd64.deb ... Unpacking gir1.2-javascriptcoregtk-6.0:amd64 (2.48.1-0ubuntu0.24.04.1) over (2.46.5-0ubuntu0.24.04.1) ... Preparing to unpack .../12-libwebkitgtk-6.0-4_2.48.1-0ubuntu0.24.04.1_amd64.deb ... Unpacking libwebkitgtk-6.0-4:amd64 (2.48.1-0ubuntu0.24.04.1) over (2.46.5-0ubuntu0.24.04.1) ... Preparing to unpack .../13-libjavascriptcoregtk-6.0-1_2.48.1-0ubuntu0.24.04.1_amd64.deb ... Unpacking libjavascriptcoregtk-6.0-1:amd64 (2.48.1-0ubuntu0.24.04.1) over (2.46.5-0ubuntu0.24.04.1) ... Preparing to unpack .../14-libxslt1.1_1.1.39-0exp1ubuntu0.24.04.2_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.39-0exp1ubuntu0.24.04.2) over (1.1.39-0exp1build1) ... Preparing to unpack .../15-update-notifier_3.192.68.1_amd64.deb ... Unpacking update-notifier (3.192.68.1) over (3.192.68build3) ... Preparing to unpack .../16-update-notifier-common_3.192.68.1_all.deb ... Unpacking update-notifier-common (3.192.68.1) over (3.192.68build3) ... Preparing to unpack .../17-gpg-wks-client_2.4.4-2ubuntu17.2_amd64.deb ... Unpacking gpg-wks-client (2.4.4-2ubuntu17.2) over (2.4.4-2ubuntu17) ... Preparing to unpack .../18-dirmngr_2.4.4-2ubuntu17.2_amd64.deb ... Unpacking dirmngr (2.4.4-2ubuntu17.2) over (2.4.4-2ubuntu17) ... Preparing to unpack .../19-gnupg-utils_2.4.4-2ubuntu17.2_amd64.deb ... Unpacking gnupg-utils (2.4.4-2ubuntu17.2) over (2.4.4-2ubuntu17) ... Preparing to unpack .../20-gpgsm_2.4.4-2ubuntu17.2_amd64.deb ... Unpacking gpgsm (2.4.4-2ubuntu17.2) over (2.4.4-2ubuntu17) ... Preparing to unpack .../21-gpg-agent_2.4.4-2ubuntu17.2_amd64.deb ... Unpacking gpg-agent (2.4.4-2ubuntu17.2) over (2.4.4-2ubuntu17) ... Preparing to unpack .../22-gpg_2.4.4-2ubuntu17.2_amd64.deb ... Unpacking gpg (2.4.4-2ubuntu17.2) over (2.4.4-2ubuntu17) ... Preparing to unpack .../23-gpgconf_2.4.4-2ubuntu17.2_amd64.deb ... Unpacking gpgconf (2.4.4-2ubuntu17.2) over (2.4.4-2ubuntu17) ... Preparing to unpack .../24-gnupg_2.4.4-2ubuntu17.2_all.deb ... Unpacking gnupg (2.4.4-2ubuntu17.2) over (2.4.4-2ubuntu17) ... Preparing to unpack .../25-keyboxd_2.4.4-2ubuntu17.2_amd64.deb ... Unpacking keyboxd (2.4.4-2ubuntu17.2) over (2.4.4-2ubuntu17) ... Preparing to unpack .../26-ldap-utils_2.6.7+dfsg-1~exp1ubuntu8.2_amd64.deb ... Unpacking ldap-utils (2.6.7+dfsg-1~exp1ubuntu8.2) over (2.6.7+dfsg-1~exp1ubuntu8.1) ... Preparing to unpack .../27-libldap2_2.6.7+dfsg-1~exp1ubuntu8.2_amd64.deb ... Unpacking libldap2:amd64 (2.6.7+dfsg-1~exp1ubuntu8.2) over (2.6.7+dfsg-1~exp1ubuntu8.1) ... Preparing to unpack .../28-gpgv_2.4.4-2ubuntu17.2_amd64.deb ... Unpacking gpgv (2.4.4-2ubuntu17.2) over (2.4.4-2ubuntu17) ... Setting up gpgv (2.4.4-2ubuntu17.2) ... (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 ... 112975 files and directories currently installed.) Preparing to unpack .../00-distro-info-data_0.60ubuntu0.3_all.deb ... Unpacking distro-info-data (0.60ubuntu0.3) over (0.60ubuntu0.2) ... Preparing to unpack .../01-dmsetup_2%3a1.02.185-3ubuntu3.2_amd64.deb ... Unpacking dmsetup (2:1.02.185-3ubuntu3.2) over (2:1.02.185-3ubuntu3.1) ... Preparing to unpack .../02-krb5-locales_1.20.1-6ubuntu2.5_all.deb ... Unpacking krb5-locales (1.20.1-6ubuntu2.5) over (1.20.1-6ubuntu2.4) ... Preparing to unpack .../03-libpam-cap_1%3a2.66-5ubuntu2.2_amd64.deb ... Unpacking libpam-cap:amd64 (1:2.66-5ubuntu2.2) over (1:2.66-5ubuntu2.1) ... Preparing to unpack .../04-libcap2-bin_1%3a2.66-5ubuntu2.2_amd64.deb ... Unpacking libcap2-bin (1:2.66-5ubuntu2.2) over (1:2.66-5ubuntu2.1) ... Preparing to unpack .../05-netplan-generator_1.1.2-2~ubuntu24.04.1_amd64.deb ... Adding 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' Unpacking netplan-generator (1.1.2-2~ubuntu24.04.1) over (1.1.1-1~ubuntu24.04.1) ... Preparing to unpack .../06-python3-netplan_1.1.2-2~ubuntu24.04.1_amd64.deb ... Unpacking python3-netplan (1.1.2-2~ubuntu24.04.1) over (1.1.1-1~ubuntu24.04.1) ... Preparing to unpack .../07-dracut-install_060+5-1ubuntu3.3_amd64.deb ... Unpacking dracut-install (060+5-1ubuntu3.3) over (060+5-1ubuntu3.2) ... Preparing to unpack .../08-initramfs-tools_0.142ubuntu25.5_all.deb ... Unpacking initramfs-tools (0.142ubuntu25.5) over (0.142ubuntu25.4) ... Preparing to unpack .../09-initramfs-tools-core_0.142ubuntu25.5_all.deb ... Unpacking initramfs-tools-core (0.142ubuntu25.5) over (0.142ubuntu25.4) ... Preparing to unpack .../10-initramfs-tools-bin_0.142ubuntu25.5_amd64.deb ... Unpacking initramfs-tools-bin (0.142ubuntu25.5) over (0.142ubuntu25.4) ... Preparing to unpack .../11-linux-base_4.5ubuntu9+24.04.1_all.deb ... Unpacking linux-base (4.5ubuntu9+24.04.1) over (4.5ubuntu9) ... Preparing to unpack .../12-netplan.io_1.1.2-2~ubuntu24.04.1_amd64.deb ... Unpacking netplan.io (1.1.2-2~ubuntu24.04.1) over (1.1.1-1~ubuntu24.04.1) ... Preparing to unpack .../13-libnetplan1_1.1.2-2~ubuntu24.04.1_amd64.deb ... Unpacking libnetplan1:amd64 (1.1.2-2~ubuntu24.04.1) over (1.1.1-1~ubuntu24.04.1) ... Preparing to unpack .../14-openssl_3.0.13-0ubuntu3.5_amd64.deb ... Unpacking openssl (3.0.13-0ubuntu3.5) over (3.0.13-0ubuntu3.4) ... Preparing to unpack .../15-rsyslog_8.2312.0-3ubuntu9.1_amd64.deb ... Unpacking rsyslog (8.2312.0-3ubuntu9.1) over (8.2312.0-3ubuntu9) ... Preparing to unpack .../16-ubuntu-pro-client-l10n_35.1ubuntu0~24.04_amd64.deb ... Unpacking ubuntu-pro-client-l10n (35.1ubuntu0~24.04) over (34~24.04) ... Preparing to unpack .../17-ubuntu-pro-client_35.1ubuntu0~24.04_amd64.deb ... Unpacking ubuntu-pro-client (35.1ubuntu0~24.04) over (34~24.04) ... Preparing to unpack .../18-vim-tiny_2%3a9.1.0016-1ubuntu7.8_amd64.deb ... Unpacking vim-tiny (2:9.1.0016-1ubuntu7.8) over (2:9.1.0016-1ubuntu7.6) ... Preparing to unpack .../19-vim-common_2%3a9.1.0016-1ubuntu7.8_all.deb ... Unpacking vim-common (2:9.1.0016-1ubuntu7.8) over (2:9.1.0016-1ubuntu7.6) ... Preparing to unpack .../20-xxd_2%3a9.1.0016-1ubuntu7.8_amd64.deb ... Unpacking xxd (2:9.1.0016-1ubuntu7.8) over (2:9.1.0016-1ubuntu7.6) ... Preparing to unpack .../21-apparmor_4.0.1really4.0.1-0ubuntu0.24.04.4_amd64.deb ... Unpacking apparmor (4.0.1really4.0.1-0ubuntu0.24.04.4) over (4.0.1really4.0.1-0ubuntu0.24.04.3) ... Preparing to unpack .../22-libplymouth5_24.004.60-1ubuntu7.1_amd64.deb ... Unpacking libplymouth5:amd64 (24.004.60-1ubuntu7.1) over (24.004.60-1ubuntu7) ... Preparing to unpack .../23-openssh-client_1%3a9.6p1-3ubuntu13.11_amd64.deb ... Unpacking openssh-client (1:9.6p1-3ubuntu13.11) over (1:9.6p1-3ubuntu13.5) ... Preparing to unpack .../24-pci.ids_0.0~2024.03.31-1ubuntu0.1_all.deb ... Unpacking pci.ids (0.0~2024.03.31-1ubuntu0.1) over (0.0~2024.03.31-1) ... Preparing to unpack .../25-libpackagekit-glib2-18_1.2.8-2ubuntu1.2_amd64.deb ... Unpacking libpackagekit-glib2-18:amd64 (1.2.8-2ubuntu1.2) over (1.2.8-2ubuntu1.1) ... Preparing to unpack .../26-gstreamer1.0-packagekit_1.2.8-2ubuntu1.2_amd64.deb ... Unpacking gstreamer1.0-packagekit (1.2.8-2ubuntu1.2) over (1.2.8-2ubuntu1.1) ... Preparing to unpack .../27-packagekit-tools_1.2.8-2ubuntu1.2_amd64.deb ... Unpacking packagekit-tools (1.2.8-2ubuntu1.2) over (1.2.8-2ubuntu1.1) ... Preparing to unpack .../28-packagekit_1.2.8-2ubuntu1.2_amd64.deb ... Unpacking packagekit (1.2.8-2ubuntu1.2) over (1.2.8-2ubuntu1.1) ... Preparing to unpack .../29-plymouth-theme-ubuntu-text_24.004.60-1ubuntu7.1_amd64.deb ... Unpacking plymouth-theme-ubuntu-text (24.004.60-1ubuntu7.1) over (24.004.60-1ubuntu7) ... Preparing to unpack .../30-plymouth-theme-spinner_24.004.60-1ubuntu7.1_amd64.deb ... Unpacking plymouth-theme-spinner (24.004.60-1ubuntu7.1) over (24.004.60-1ubuntu7) ... Preparing to unpack .../31-plymouth-label_24.004.60-1ubuntu7.1_amd64.deb ... Unpacking plymouth-label (24.004.60-1ubuntu7.1) over (24.004.60-1ubuntu7) ... Preparing to unpack .../32-plymouth_24.004.60-1ubuntu7.1_amd64.deb ... Unpacking plymouth (24.004.60-1ubuntu7.1) over (24.004.60-1ubuntu7) ... Preparing to unpack .../33-xz-utils_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ... Unpacking xz-utils (5.6.1+really5.4.5-1ubuntu0.2) over (5.6.1+really5.4.5-1build0.1) ... Preparing to unpack .../34-gir1.2-gtk-3.0_3.24.41-4ubuntu1.3_amd64.deb ... Unpacking gir1.2-gtk-3.0:amd64 (3.24.41-4ubuntu1.3) over (3.24.41-4ubuntu1.2) ... Preparing to unpack .../35-apport-gtk_2.28.1-0ubuntu3.5_all.deb ... Unpacking apport-gtk (2.28.1-0ubuntu3.5) over (2.28.1-0ubuntu3.3) ... Preparing to unpack .../36-bluez-cups_5.72-0ubuntu5.1_amd64.deb ... Unpacking bluez-cups (5.72-0ubuntu5.1) over (5.72-0ubuntu5) ... Preparing to unpack .../37-bluez-obexd_5.72-0ubuntu5.1_amd64.deb ... Unpacking bluez-obexd (5.72-0ubuntu5.1) over (5.72-0ubuntu5) ... Preparing to unpack .../38-dns-root-data_2024071801~ubuntu0.24.04.1_all.deb ... Unpacking dns-root-data (2024071801~ubuntu0.24.04.1) over (2023112702~willsync1) ... Preparing to unpack .../39-fonts-noto-color-emoji_2.047-0ubuntu0.24.04.1_all.deb ... Unpacking fonts-noto-color-emoji (2.047-0ubuntu0.24.04.1) over (2.042-1) ... Preparing to unpack .../40-libarchive13t64_3.7.2-2ubuntu0.4_amd64.deb ... Unpacking libarchive13t64:amd64 (3.7.2-2ubuntu0.4) over (3.7.2-2ubuntu0.3) ... Preparing to unpack .../41-libfwupd2_1.9.29-0ubuntu1~24.04.1ubuntu1_amd64.deb ... Unpacking libfwupd2:amd64 (1.9.29-0ubuntu1~24.04.1ubuntu1) over (1.9.27-0ubuntu1~24.04.1) ... Preparing to unpack .../42-fwupd_1.9.29-0ubuntu1~24.04.1ubuntu1_amd64.deb ... Unpacking fwupd (1.9.29-0ubuntu1~24.04.1ubuntu1) over (1.9.27-0ubuntu1~24.04.1) ... Preparing to unpack .../43-ghostscript_10.02.1~dfsg1-0ubuntu7.5_amd64.deb ... Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.5) over (10.02.1~dfsg1-0ubuntu7.4) ... Preparing to unpack .../44-libgs10_10.02.1~dfsg1-0ubuntu7.5_amd64.deb ... Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.5) over (10.02.1~dfsg1-0ubuntu7.4) ... Preparing to unpack .../45-libgs10-common_10.02.1~dfsg1-0ubuntu7.5_all.deb ... Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.5) over (10.02.1~dfsg1-0ubuntu7.4) ... Preparing to unpack .../46-libgs-common_10.02.1~dfsg1-0ubuntu7.5_all.deb ... Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.5) over (10.02.1~dfsg1-0ubuntu7.4) ... Preparing to unpack .../47-gir1.2-webkit2-4.1_2.48.1-0ubuntu0.24.04.1_amd64.deb ... Unpacking gir1.2-webkit2-4.1:amd64 (2.48.1-0ubuntu0.24.04.1) over (2.46.5-0ubuntu0.24.04.1) ... Preparing to unpack .../48-gir1.2-javascriptcoregtk-4.1_2.48.1-0ubuntu0.24.04.1_amd64.deb ... Unpacking gir1.2-javascriptcoregtk-4.1:amd64 (2.48.1-0ubuntu0.24.04.1) over (2.46.5-0ubuntu0.24.04.1) ... Preparing to unpack .../49-libwebkit2gtk-4.1-0_2.48.1-0ubuntu0.24.04.1_amd64.deb ... Unpacking libwebkit2gtk-4.1-0:amd64 (2.48.1-0ubuntu0.24.04.1) over (2.46.5-0ubuntu0.24.04.1) ... Preparing to unpack .../50-libjavascriptcoregtk-4.1-0_2.48.1-0ubuntu0.24.04.1_amd64.deb ... Unpacking libjavascriptcoregtk-4.1-0:amd64 (2.48.1-0ubuntu0.24.04.1) over (2.46.5-0ubuntu0.24.04.1) ... Preparing to unpack .../51-gir1.2-packagekitglib-1.0_1.2.8-2ubuntu1.2_amd64.deb ... Unpacking gir1.2-packagekitglib-1.0 (1.2.8-2ubuntu1.2) over (1.2.8-2ubuntu1.1) ... Preparing to unpack .../52-gnome-control-center-faces_1%3a46.7-0ubuntu0.24.04.1_all.deb ... Unpacking gnome-control-center-faces (1:46.7-0ubuntu0.24.04.1) over (1:46.5-0ubuntu0.24.04.1) ... Preparing to unpack .../53-gnome-shell-extension-desktop-icons-ng_46+really47.0.9-1ubuntu1_all.deb ... Unpacking gnome-shell-extension-desktop-icons-ng (46+really47.0.9-1ubuntu1) over (46+really47.0.9-1) ... Preparing to unpack .../54-gnupg-l10n_2.4.4-2ubuntu17.2_all.deb ... Unpacking gnupg-l10n (2.4.4-2ubuntu17.2) over (2.4.4-2ubuntu17) ... Preparing to unpack .../55-gtk-update-icon-cache_3.24.41-4ubuntu1.3_amd64.deb ... Unpacking gtk-update-icon-cache (3.24.41-4ubuntu1.3) over (3.24.41-4ubuntu1.2) ... Preparing to unpack .../56-libfprint-2-tod1_1%3a1.94.7+tod1-0ubuntu5~24.04.3_amd64.deb ... Unpacking libfprint-2-tod1:amd64 (1:1.94.7+tod1-0ubuntu5~24.04.3) over (1:1.94.7+tod1-0ubuntu5~24.04.2) ... Preparing to unpack .../57-libfprint-2-2_1%3a1.94.7+tod1-0ubuntu5~24.04.3_amd64.deb ... Unpacking libfprint-2-2 (1:1.94.7+tod1-0ubuntu5~24.04.3) over (1:1.94.7+tod1-0ubuntu5~24.04.2) ... Preparing to unpack .../58-libgtk-3-bin_3.24.41-4ubuntu1.3_amd64.deb ... Unpacking libgtk-3-bin (3.24.41-4ubuntu1.3) over (3.24.41-4ubuntu1.2) ... Preparing to unpack .../59-libgtk-4-bin_4.14.2+ds-1ubuntu2_amd64.deb ... Unpacking libgtk-4-bin (4.14.2+ds-1ubuntu2) over (4.14.2+ds-1ubuntu1) ... Preparing to unpack .../60-libldap-common_2.6.7+dfsg-1~exp1ubuntu8.2_all.deb ... Unpacking libldap-common (2.6.7+dfsg-1~exp1ubuntu8.2) over (2.6.7+dfsg-1~exp1ubuntu8.1) ... Preparing to unpack .../61-libnvme1t64_1.8-3ubuntu1_amd64.deb ... Unpacking libnvme1t64 (1.8-3ubuntu1) over (1.8-3build1) ... Preparing to unpack .../62-libpipewire-0.3-common_1.0.5-1ubuntu3_all.deb ... Unpacking libpipewire-0.3-common (1.0.5-1ubuntu3) over (1.0.5-1ubuntu2) ... Preparing to unpack .../63-poppler-utils_24.02.0-1ubuntu9.4_amd64.deb ... Unpacking poppler-utils (24.02.0-1ubuntu9.4) over (24.02.0-1ubuntu9.2) ... Preparing to unpack .../64-libpoppler-glib8t64_24.02.0-1ubuntu9.4_amd64.deb ... Unpacking libpoppler-glib8t64:amd64 (24.02.0-1ubuntu9.4) over (24.02.0-1ubuntu9.2) ... Preparing to unpack .../65-libpoppler-cpp0t64_24.02.0-1ubuntu9.4_amd64.deb ... Unpacking libpoppler-cpp0t64:amd64 (24.02.0-1ubuntu9.4) over (24.02.0-1ubuntu9.2) ... Preparing to unpack .../66-libpoppler134_24.02.0-1ubuntu9.4_amd64.deb ... Unpacking libpoppler134:amd64 (24.02.0-1ubuntu9.4) over (24.02.0-1ubuntu9.2) ... Preparing to unpack .../67-libprotobuf32t64_3.21.12-8.2ubuntu0.1_amd64.deb ... Unpacking libprotobuf32t64:amd64 (3.21.12-8.2ubuntu0.1) over (3.21.12-8.2build1) ... Preparing to unpack .../68-libsnmp-base_5.9.4+dfsg-1.1ubuntu3.1_all.deb ... Unpacking libsnmp-base (5.9.4+dfsg-1.1ubuntu3.1) over (5.9.4+dfsg-1.1ubuntu3) ... Preparing to unpack .../69-libsnmp40t64_5.9.4+dfsg-1.1ubuntu3.1_amd64.deb ... Unpacking libsnmp40t64:amd64 (5.9.4+dfsg-1.1ubuntu3.1) over (5.9.4+dfsg-1.1ubuntu3) ... Preparing to unpack .../70-libsoup2.4-common_2.74.3-6ubuntu1.2_all.deb ... Unpacking libsoup2.4-common (2.74.3-6ubuntu1.2) over (2.74.3-6ubuntu1.1) ... Preparing to unpack .../71-libsoup-2.4-1_2.74.3-6ubuntu1.2_amd64.deb ... Unpacking libsoup-2.4-1:amd64 (2.74.3-6ubuntu1.2) over (2.74.3-6ubuntu1.1) ... Preparing to unpack .../72-yelp-xsl_42.1-2ubuntu0.24.04.1_all.deb ... Unpacking yelp-xsl (42.1-2ubuntu0.24.04.1) over (42.1-2) ... Preparing to unpack .../73-yelp_42.2-1ubuntu0.24.04.1_amd64.deb ... Unpacking yelp (42.2-1ubuntu0.24.04.1) over (42.2-1build2) ... Preparing to unpack .../74-libyelp0_42.2-1ubuntu0.24.04.1_amd64.deb ... Unpacking libyelp0:amd64 (42.2-1ubuntu0.24.04.1) over (42.2-1build2) ... Preparing to unpack .../75-openvpn_2.6.12-0ubuntu0.24.04.3_amd64.deb ... Unpacking openvpn (2.6.12-0ubuntu0.24.04.3) over (2.6.12-0ubuntu0.24.04.1) ... Preparing to unpack .../76-pipewire-audio_1.0.5-1ubuntu3_all.deb ... Unpacking pipewire-audio (1.0.5-1ubuntu3) over (1.0.5-1ubuntu2) ... Preparing to unpack .../77-python3-jinja2_3.1.2-1ubuntu1.3_all.deb ... Unpacking python3-jinja2 (3.1.2-1ubuntu1.3) over (3.1.2-1ubuntu1.2) ... Preparing to unpack .../78-software-properties-common_0.99.49.2_all.deb ... Unpacking software-properties-common (0.99.49.2) over (0.99.49.1) ... Preparing to unpack .../79-software-properties-gtk_0.99.49.2_all.deb ... Unpacking software-properties-gtk (0.99.49.2) over (0.99.49.1) ... Preparing to unpack .../80-python3-software-properties_0.99.49.2_all.deb ... Unpacking python3-software-properties (0.99.49.2) over (0.99.49.1) ... Preparing to unpack .../81-snapd_2.67.1+24.04_amd64.deb ... Unpacking snapd (2.67.1+24.04) over (2.66.1+24.04) ... Preparing to unpack .../82-wpasupplicant_2%3a2.10-21ubuntu0.2_amd64.deb ... Unpacking wpasupplicant (2:2.10-21ubuntu0.2) over (2:2.10-21ubuntu0.1) ... Preparing to unpack .../83-xserver-xephyr_2%3a21.1.12-1ubuntu1.3_amd64.deb ... Unpacking xserver-xephyr (2:21.1.12-1ubuntu1.3) over (2:21.1.12-1ubuntu1.1) ... Preparing to unpack .../84-xserver-xorg-input-libinput_1.4.0-1ubuntu24.04.1_amd64.deb ... Unpacking xserver-xorg-input-libinput (1.4.0-1ubuntu24.04.1) over (1.4.0-1build1) ... Preparing to unpack .../85-xwayland_2%3a23.2.6-1ubuntu0.5_amd64.deb ... Unpacking xwayland (2:23.2.6-1ubuntu0.5) over (2:23.2.6-1ubuntu0.2) ... Preparing to unpack .../86-cloud-init_24.4.1-0ubuntu0~24.04.3_all.deb ... Unpacking cloud-init (24.4.1-0ubuntu0~24.04.3) over (24.4-0ubuntu1~24.04.2) ... Setting up libpipewire-0.3-common (1.0.5-1ubuntu3) ... Setting up libexpat1:amd64 (2.6.1-2ubuntu0.3) ... Setting up gtk-update-icon-cache (3.24.41-4ubuntu1.3) ... Setting up libprotobuf32t64:amd64 (3.21.12-8.2ubuntu0.1) ... Setting up libapparmor1:amd64 (4.0.1really4.0.1-0ubuntu0.24.04.4) ... Setting up pci.ids (0.0~2024.03.31-1ubuntu0.1) ... Setting up linux-base (4.5ubuntu9+24.04.1) ... Setting up openvpn (2.6.12-0ubuntu0.24.04.3) ... Setting up libdebuginfod-common (0.190-1.1ubuntu0.1) ... Setting up fonts-noto-color-emoji (2.047-0ubuntu0.24.04.1) ... Setting up libpoppler134:amd64 (24.02.0-1ubuntu9.4) ... Setting up python3-problem-report (2.28.1-0ubuntu3.5) ... Setting up distro-info-data (0.60ubuntu0.3) ... Setting up update-notifier-common (3.192.68.1) ... Setting up libsnmp-base (5.9.4+dfsg-1.1ubuntu3.1) ... Setting up libfprint-2-tod1:amd64 (1:1.94.7+tod1-0ubuntu5~24.04.3) ... Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.5) ... Setting up libfwupd2:amd64 (1.9.29-0ubuntu1~24.04.1ubuntu1) ... Setting up rsyslog (8.2312.0-3ubuntu9.1) ... Installing new version of config file /etc/apparmor.d/usr.sbin.rsyslogd ... info: The user `syslog' is already a member of `adm'. Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.5) ... Setting up libpackagekit-glib2-18:amd64 (1.2.8-2ubuntu1.2) ... Setting up gnome-shell-common (46.0-0ubuntu6~24.04.8) ... Setting up systemd-dev (255.4-1ubuntu8.6) ... Setting up krb5-locales (1.20.1-6ubuntu2.5) ... Setting up libsoup-3.0-common (3.4.4-5ubuntu0.2) ... Setting up libnetplan1:amd64 (1.1.2-2~ubuntu24.04.1) ... Setting up libldap-common (2.6.7+dfsg-1~exp1ubuntu8.2) ... Setting up xxd (2:9.1.0016-1ubuntu7.8) ... Setting up libelf1t64:amd64 (0.190-1.1ubuntu0.1) ... Setting up bluez-obexd (5.72-0ubuntu5.1) ... Setting up python3-apport (2.28.1-0ubuntu3.5) ... Setting up libinput-bin (1.25.0-1ubuntu3) ... Setting up libkrb5support0:amd64 (1.20.1-6ubuntu2.5) ... Setting up libdw1t64:amd64 (0.190-1.1ubuntu0.1) ... Setting up dns-root-data (2024071801~ubuntu0.24.04.1) ... Setting up tzdata (2025b-0ubuntu0.24.04) ... Current default time zone: 'Europe/Tallinn' Local time is now: Wed Apr 30 15:43:20 EEST 2025. Universal Time is now: Wed Apr 30 12:43:20 UTC 2025. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up libpoppler-glib8t64:amd64 (24.02.0-1ubuntu9.4) ... Setting up libcap2-bin (1:2.66-5ubuntu2.2) ... Setting up wpasupplicant (2:2.10-21ubuntu0.2) ... Setting up apparmor (4.0.1really4.0.1-0ubuntu0.24.04.4) ... Setting up gir1.2-packagekitglib-1.0 (1.2.8-2ubuntu1.2) ... Setting up mutter-common (46.2-1ubuntu0.24.04.8) ... Setting up python3-jinja2 (3.1.2-1ubuntu1.3) ... Setting up libjavascriptcoregtk-4.1-0:amd64 (2.48.1-0ubuntu0.24.04.1) ... Setting up vim-common (2:9.1.0016-1ubuntu7.8) ... Setting up gnome-control-center-data (1:46.7-0ubuntu0.24.04.1) ... Setting up libnvme1t64 (1.8-3ubuntu1) ... Setting up gnupg-l10n (2.4.4-2ubuntu17.2) ... Setting up libspa-0.2-modules:amd64 (1.0.5-1ubuntu3) ... Setting up libjavascriptcoregtk-6.0-1:amd64 (2.48.1-0ubuntu0.24.04.1) ... Setting up xz-utils (5.6.1+really5.4.5-1ubuntu0.2) ... Setting up perl-modules-5.38 (5.38.2-3.2ubuntu0.1) ... Setting up libpoppler-cpp0t64:amd64 (24.02.0-1ubuntu9.4) ... Setting up libsystemd-shared:amd64 (255.4-1ubuntu8.6) ... Setting up libk5crypto3:amd64 (1.20.1-6ubuntu2.5) ... Setting up libsoup2.4-common (2.74.3-6ubuntu1.2) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.185-3ubuntu3.2) ... Setting up dracut-install (060+5-1ubuntu3.3) ... Setting up bluez-cups (5.72-0ubuntu5.1) ... Setting up dmsetup (2:1.02.185-3ubuntu3.2) ... Setting up gnome-control-center-faces (1:46.7-0ubuntu0.24.04.1) ... Setting up libbluetooth3:amd64 (5.72-0ubuntu5.1) ... Setting up libplymouth5:amd64 (24.004.60-1ubuntu7.1) ... Setting up libspa-0.2-bluetooth:amd64 (1.0.5-1ubuntu3) ... Setting up gpgconf (2.4.4-2ubuntu17.2) ... Setting up python3-netplan (1.1.2-2~ubuntu24.04.1) ... Setting up libcryptsetup12:amd64 (2:2.7.0-1ubuntu4.2) ... Setting up packagekit (1.2.8-2ubuntu1.2) ... Running in chroot, ignoring request. * Reloading system message bus config...  [ OK ] Setting up libkrb5-3:amd64 (1.20.1-6ubuntu2.5) ... Setting up libsndfile1:amd64 (1.2.2-1ubuntu5.24.04.1) ... Setting up poppler-utils (24.02.0-1ubuntu9.4) ... Setting up libperl5.38t64:amd64 (5.38.2-3.2ubuntu0.1) ... Setting up xserver-common (2:21.1.12-1ubuntu1.3) ... Setting up libgtk-4-common (4.14.2+ds-1ubuntu2) ... Setting up xwayland (2:23.2.6-1ubuntu0.5) ... Setting up openssl (3.0.13-0ubuntu3.5) ... Setting up xserver-xorg-legacy (2:21.1.12-1ubuntu1.3) ... setting xserver-xorg-legacy/xwrapper/allowed_users from configuration file Setting up libpam-cap:amd64 (1:2.66-5ubuntu2.2) ... Setting up libpipewire-0.3-0t64:amd64 (1.0.5-1ubuntu3) ... Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.3) ... Setting up ubuntu-pro-client (35.1ubuntu0~24.04) ... Installing new version of config file /etc/apparmor.d/ubuntu_pro_apt_news ... Installing new version of config file /etc/apt/apt.conf.d/20apt-esm-hook.conf ... Setting up libldap2:amd64 (2.6.7+dfsg-1~exp1ubuntu8.2) ... Setting up gpg (2.4.4-2ubuntu17.2) ... Setting up libgtk-3-common (3.24.41-4ubuntu1.3) ... Setting up yelp-xsl (42.1-2ubuntu0.24.04.1) ... Setting up libmalcontent-0-0:amd64 (0.11.1-1ubuntu1.1) ... Setting up gnupg-utils (2.4.4-2ubuntu17.2) ... Setting up initramfs-tools-bin (0.142ubuntu25.5) ... Setting up libfprint-2-2 (1:1.94.7+tod1-0ubuntu5~24.04.3) ... Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Running in chroot, ignoring request. Setting up ubuntu-pro-client-l10n (35.1ubuntu0~24.04) ... Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.5) ... Setting up libinput10:amd64 (1.25.0-1ubuntu3) ... Setting up python3.12-minimal (3.12.3-1ubuntu0.5) ... Setting up packagekit-tools (1.2.8-2ubuntu1.2) ... Setting up libdebuginfod1t64:amd64 (0.190-1.1ubuntu0.1) ... Setting up libsnmp40t64:amd64 (5.9.4+dfsg-1.1ubuntu3.1) ... Setting up gpg-agent (2.4.4-2ubuntu17.2) ... Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.5) ... Setting up python3.12 (3.12.3-1ubuntu0.5) ... Setting up gpgsm (2.4.4-2ubuntu17.2) ... Setting up gir1.2-javascriptcoregtk-6.0:amd64 (2.48.1-0ubuntu0.24.04.1) ... Setting up systemd (255.4-1ubuntu8.6) ... Initializing machine ID from D-Bus machine ID. Setting up vim-tiny (2:9.1.0016-1ubuntu7.8) ... Setting up ldap-utils (2.6.7+dfsg-1~exp1ubuntu8.2) ... Setting up gir1.2-javascriptcoregtk-4.1:amd64 (2.48.1-0ubuntu0.24.04.1) ... Setting up libpipewire-0.3-modules:amd64 (1.0.5-1ubuntu3) ... Setting up libpython3.12t64:amd64 (3.12.3-1ubuntu0.5) ... Setting up grub-common (2.12-1ubuntu7.3) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Running in chroot, ignoring request. Setting up dirmngr (2.4.4-2ubuntu17.2) ... Setting up perl (5.38.2-3.2ubuntu0.1) ... Setting up python3-software-properties (0.99.49.2) ... Setting up xserver-xephyr (2:21.1.12-1ubuntu1.3) ... Setting up systemd-timesyncd (255.4-1ubuntu8.6) ... Setting up libgssapi-krb5-2:amd64 (1.20.1-6ubuntu2.5) ... Setting up udev (255.4-1ubuntu8.6) ... Setting up keyboxd (2.4.4-2ubuntu17.2) ... Setting up gstreamer1.0-packagekit (1.2.8-2ubuntu1.2) ... Setting up libxslt1.1:amd64 (1.1.39-0exp1ubuntu0.24.04.2) ... Setting up gnupg (2.4.4-2ubuntu17.2) ... Setting up systemd-oomd (255.4-1ubuntu8.6) ... Setting up libsoup-2.4-1:amd64 (2.74.3-6ubuntu1.2) ... Setting up netplan-generator (1.1.2-2~ubuntu24.04.1) ... Removing 'diversion of /lib/systemd/system-generators/netplan to /lib/systemd/system-generators/netplan.usr-is-merged by netplan-generator' Setting up initramfs-tools-core (0.142ubuntu25.5) ... Setting up libarchive13t64:amd64 (3.7.2-2ubuntu0.4) ... Setting up fwupd (1.9.29-0ubuntu1~24.04.1ubuntu1) ... Setting up systemd-resolved (255.4-1ubuntu8.6) ... Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.5) ... Setting up systemd-sysv (255.4-1ubuntu8.6) ... Setting up initramfs-tools (0.142ubuntu25.5) ... update-initramfs: deferring update (trigger activated) Setting up ubuntu-drivers-common (1:0.9.7.6ubuntu3.2) ... Setting up gpg-wks-client (2.4.4-2ubuntu17.2) ... Setting up plymouth (24.004.60-1ubuntu7.1) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Setting up openssh-client (1:9.6p1-3ubuntu13.11) ... Setting up libsoup-3.0-0:amd64 (3.4.4-5ubuntu0.2) ... Setting up xserver-xorg-core (2:21.1.12-1ubuntu1.3) ... Setting up libnss-systemd:amd64 (255.4-1ubuntu8.6) ... Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.5) ... Setting up pipewire-bin (1.0.5-1ubuntu3) ... Setting up software-properties-common (0.99.49.2) ... Setting up netplan.io (1.1.2-2~ubuntu24.04.1) ... Setting up bluez (5.72-0ubuntu5.1) ... Running in chroot, ignoring request. * Reloading system message bus config...  [ OK ] Running in chroot, ignoring request. Setting up plymouth-theme-ubuntu-text (24.004.60-1ubuntu7.1) ... update-initramfs: deferring update (trigger activated) Setting up gir1.2-soup-3.0:amd64 (3.4.4-5ubuntu0.2) ... Setting up libpam-systemd:amd64 (255.4-1ubuntu8.6) ... Setting up pipewire:amd64 (1.0.5-1ubuntu3) ... Setting up plymouth-label (24.004.60-1ubuntu7.1) ... Setting up snapd (2.67.1+24.04) ... Setting up cloud-init (24.4.1-0ubuntu0~24.04.3) ... Setting up xserver-xorg-input-libinput (1.4.0-1ubuntu24.04.1) ... Setting up gstreamer1.0-pipewire:amd64 (1.0.5-1ubuntu3) ... Setting up pipewire-alsa:amd64 (1.0.5-1ubuntu3) ... Setting up plymouth-theme-spinner (24.004.60-1ubuntu7.1) ... update-initramfs: deferring update (trigger activated) Setting up pipewire-pulse (1.0.5-1ubuntu3) ... Setting up pipewire-audio (1.0.5-1ubuntu3) ... Setting up apport (2.28.1-0ubuntu3.5) ... Setting up apport-core-dump-handler (2.28.1-0ubuntu3.5) ... Running in chroot, ignoring request. Processing triggers for install-info (7.1-3build2) ... Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ... Processing triggers for desktop-file-utils (0.27-2build1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ... Processing triggers for libc-bin (2.39-0ubuntu8.4) ... Processing triggers for man-db (2.12.0-4build2) ... Processing triggers for libglib2.0-0t64:amd64 (2.80.0-6ubuntu3.2) ... Processing triggers for dbus (1.14.10-4ubuntu4.1) ... Setting up libgtk-3-0t64:amd64 (3.24.41-4ubuntu1.3) ... Processing triggers for shared-mime-info (2.4-4) ... Setting up libgtk-4-1:amd64 (4.14.2+ds-1ubuntu2) ... Setting up libgtk-4-bin (4.14.2+ds-1ubuntu2) ... Setting up gir1.2-gtk-4.0:amd64 (4.14.2+ds-1ubuntu2) ... Setting up libwebkit2gtk-4.1-0:amd64 (2.48.1-0ubuntu0.24.04.1) ... Setting up libwebkitgtk-6.0-4:amd64 (2.48.1-0ubuntu0.24.04.1) ... Setting up gir1.2-gtk-3.0:amd64 (3.24.41-4ubuntu1.3) ... Setting up libgtk-3-bin (3.24.41-4ubuntu1.3) ... Setting up libyelp0:amd64 (42.2-1ubuntu0.24.04.1) ... Setting up mutter-common-bin (46.2-1ubuntu0.24.04.8) ... Setting up apport-gtk (2.28.1-0ubuntu3.5) ... Setting up libgtk-4-media-gstreamer (4.14.2+ds-1ubuntu2) ... Setting up gir1.2-webkit-6.0:amd64 (2.48.1-0ubuntu0.24.04.1) ... Setting up gnome-control-center (1:46.7-0ubuntu0.24.04.1) ... Setting up gir1.2-webkit2-4.1:amd64 (2.48.1-0ubuntu0.24.04.1) ... Setting up software-properties-gtk (0.99.49.2) ... Setting up yelp (42.2-1ubuntu0.24.04.1) ... Setting up libmutter-14-0:amd64 (46.2-1ubuntu0.24.04.8) ... Setting up gir1.2-mutter-14:amd64 (46.2-1ubuntu0.24.04.8) ... Setting up gnome-shell (46.0-0ubuntu6~24.04.8) ... Setting up update-notifier (3.192.68.1) ... Setting up gnome-shell-extension-desktop-icons-ng (46+really47.0.9-1ubuntu1) ... Processing triggers for initramfs-tools (0.142ubuntu25.5) ... Processing triggers for libc-bin (2.39-0ubuntu8.4) ... Line 293: echo '' Line 294: echo estonian.conf estonian.conf Line 297: for set in "$add_apt_sets" Line 298: add_apt_packages+=($(cat "config/apt/added/$set" | grep -v "#" | xargs)) LLine 298: cat config/apt/added/estonian.conf LLine 298: grep -v '#' LLine 298: xargs Line 300: echo language-pack-et language-pack-et Line 302: for set in "$removed_apt_sets" Line 303: removed_apt_packages+=($(cat "config/apt/removed/$set" | grep -v "#" | xargs)) LLine 303: cat config/apt/removed/ LLine 303: grep -v '#' LLine 303: xargs cat: config/apt/removed/: Is a directory Line 305: echo '' Line 314: echo language-pack-et language-pack-et Line 315: chroot /home/tramm/remix/ubuntu-estonian-remix/build/edit apt install --yes language-pack-et language-pack-et-base language-pack-gnome-et language-pack-gnome-et-base libreoffice-l10n-et firefox-locale-et libreoffice-help-et thunderbird-locale-et libreoffice-java-common WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: ca-certificates-java default-jre default-jre-headless fonts-dejavu-extra fonts-opensymbol java-common libatk-wrapper-java libatk-wrapper-java-jni libboost-iostreams1.83.0 libboost-locale1.83.0 libboost-thread1.83.0 libclucene-contribs1t64 libclucene-core1t64 libeot0 libexttextcat-2.0-0 libexttextcat-data libgpgmepp6t64 liblangtag-common liblangtag1 liblibreoffice-java libmhash2 libmythes-1.2-0 liborcus-0.18-0 liborcus-parser-0.18-0 libraptor2-0 librasqal3t64 librdf0t64 libreoffice-common libreoffice-core libreoffice-help-common libreoffice-style-colibre libreoffice-uiconfig-common librevenge-0.0-0 libuno-cppu3t64 libuno-cppuhelpergcc3-3t64 libuno-purpenvhelpergcc3-3t64 libuno-sal3t64 libuno-salhelpergcc3-3t64 libunoloader-java libxmlsec1t64 libxmlsec1t64-nss libyajl2 openjdk-21-jre openjdk-21-jre-headless python3-uno thunderbird uno-libs-private ure ure-java Suggested packages: raptor2-utils rasqal-utils librdf-storage-mysql librdf-storage-postgresql librdf-storage-sqlite librdf-storage-virtuoso redland-utils python3-scriptforge gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer1.0-libav hunspell-dictionary-et | myspell-dictionary-et hyphen-et libreoffice-grammarcheck-et mythes-et fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei | fonts-wqy-zenhei fonts-indic The following NEW packages will be installed: ca-certificates-java default-jre default-jre-headless firefox-locale-et fonts-dejavu-extra fonts-opensymbol java-common language-pack-et language-pack-et-base language-pack-gnome-et language-pack-gnome-et-base libatk-wrapper-java libatk-wrapper-java-jni libboost-iostreams1.83.0 libboost-locale1.83.0 libboost-thread1.83.0 libclucene-contribs1t64 libclucene-core1t64 libeot0 libexttextcat-2.0-0 libexttextcat-data libgpgmepp6t64 liblangtag-common liblangtag1 liblibreoffice-java libmhash2 libmythes-1.2-0 liborcus-0.18-0 liborcus-parser-0.18-0 libraptor2-0 librasqal3t64 librdf0t64 libreoffice-common libreoffice-core libreoffice-help-common libreoffice-help-et libreoffice-java-common libreoffice-l10n-et libreoffice-style-colibre libreoffice-uiconfig-common librevenge-0.0-0 libuno-cppu3t64 libuno-cppuhelpergcc3-3t64 libuno-purpenvhelpergcc3-3t64 libuno-sal3t64 libuno-salhelpergcc3-3t64 libunoloader-java libxmlsec1t64 libxmlsec1t64-nss libyajl2 openjdk-21-jre openjdk-21-jre-headless python3-uno thunderbird thunderbird-locale-et uno-libs-private ure ure-java 0 upgraded, 58 newly installed, 0 to remove and 0 not upgraded. Need to get 136 MB of archives. After this operation, 514 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 language-pack-et-base all 1:24.04+20250130 [414 kB] Get:2 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 language-pack-et all 1:24.04+20250130 [1904 B] Get:3 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 language-pack-gnome-et-base all 1:24.04+20250130 [702 kB] Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 language-pack-gnome-et all 1:24.04+20250130 [1928 B] Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-style-colibre all 4:24.2.7-0ubuntu0.24.04.3 [7276 kB] Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-uiconfig-common all 4:24.2.7-0ubuntu0.24.04.3 [342 kB] Get:7 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libuno-sal3t64 amd64 4:24.2.7-0ubuntu0.24.04.3 [235 kB] Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libuno-salhelpergcc3-3t64 amd64 4:24.2.7-0ubuntu0.24.04.3 [19.3 kB] Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libuno-cppu3t64 amd64 4:24.2.7-0ubuntu0.24.04.3 [91.1 kB] Get:10 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 uno-libs-private amd64 4:24.2.7-0ubuntu0.24.04.3 [229 kB] Get:11 http://archive.ubuntu.com/ubuntu noble/main amd64 liblangtag-common all 0.6.7-1build2 [210 kB] Get:12 http://archive.ubuntu.com/ubuntu noble/main amd64 liblangtag1 amd64 0.6.7-1build2 [52.2 kB] Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libuno-cppuhelpergcc3-3t64 amd64 4:24.2.7-0ubuntu0.24.04.3 [363 kB] Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libuno-purpenvhelpergcc3-3t64 amd64 4:24.2.7-0ubuntu0.24.04.3 [17.4 kB] Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ure amd64 4:24.2.7-0ubuntu0.24.04.3 [1426 kB] Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-common all 4:24.2.7-0ubuntu0.24.04.3 [20.3 MB] Get:17 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 fonts-opensymbol all 4:102.12+LibO24.2.7-0ubuntu0.24.04.3 [138 kB] Get:18 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost-thread1.83.0 amd64 1.83.0-2.1ubuntu3.1 [276 kB] Get:19 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost-locale1.83.0 amd64 1.83.0-2.1ubuntu3.1 [413 kB] Get:20 http://archive.ubuntu.com/ubuntu noble/main amd64 libclucene-core1t64 amd64 2.3.3.4+dfsg-1.2ubuntu2 [565 kB] Get:21 http://archive.ubuntu.com/ubuntu noble/main amd64 libclucene-contribs1t64 amd64 2.3.3.4+dfsg-1.2ubuntu2 [93.5 kB] Get:22 http://archive.ubuntu.com/ubuntu noble/main amd64 libeot0 amd64 0.01-5build3 [28.1 kB] Get:23 http://archive.ubuntu.com/ubuntu noble/main amd64 libexttextcat-data all 3.4.7-1build1 [193 kB] Get:24 http://archive.ubuntu.com/ubuntu noble/main amd64 libexttextcat-2.0-0 amd64 3.4.7-1build1 [13.3 kB] Get:25 http://archive.ubuntu.com/ubuntu noble/main amd64 libgpgmepp6t64 amd64 1.18.0-4.1ubuntu4 [119 kB] Get:26 http://archive.ubuntu.com/ubuntu noble/main amd64 libmythes-1.2-0 amd64 2:1.2.5-1build1 [8580 B] Get:27 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libboost-iostreams1.83.0 amd64 1.83.0-2.1ubuntu3.1 [259 kB] Get:28 http://archive.ubuntu.com/ubuntu noble/main amd64 liborcus-parser-0.18-0 amd64 0.19.2-3build3 [113 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/main amd64 liborcus-0.18-0 amd64 0.19.2-3build3 [435 kB] Get:30 http://archive.ubuntu.com/ubuntu noble/main amd64 libyajl2 amd64 2.1.0-5build1 [20.2 kB] Get:31 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libraptor2-0 amd64 2.0.16-3ubuntu0.1 [165 kB] Get:32 http://archive.ubuntu.com/ubuntu noble/main amd64 libmhash2 amd64 0.9.9.9-9build3 [94.2 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/main amd64 librasqal3t64 amd64 0.9.33-2.1build1 [188 kB] Get:34 http://archive.ubuntu.com/ubuntu noble/main amd64 librdf0t64 amd64 1.0.17-3.1ubuntu3 [102 kB] Get:35 http://archive.ubuntu.com/ubuntu noble/main amd64 librevenge-0.0-0 amd64 0.0.5-3build1 [211 kB] Get:36 http://archive.ubuntu.com/ubuntu noble/main amd64 libxmlsec1t64 amd64 1.2.39-5build2 [153 kB] Get:37 http://archive.ubuntu.com/ubuntu noble/main amd64 libxmlsec1t64-nss amd64 1.2.39-5build2 [63.0 kB] Get:38 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-core amd64 4:24.2.7-0ubuntu0.24.04.3 [43.0 MB] Get:39 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-uno amd64 4:24.2.7-0ubuntu0.24.04.3 [148 kB] Get:40 http://archive.ubuntu.com/ubuntu noble/main amd64 thunderbird amd64 2:1snap1-0ubuntu3 [25.5 kB] Get:41 http://archive.ubuntu.com/ubuntu noble/main amd64 ca-certificates-java all 20240118 [11.6 kB] Get:42 http://archive.ubuntu.com/ubuntu noble/main amd64 java-common all 0.75+exp1 [6798 B] Get:43 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openjdk-21-jre-headless amd64 21.0.6+7-1~24.04.1 [46.4 MB] Get:44 http://archive.ubuntu.com/ubuntu noble/main amd64 default-jre-headless amd64 2:1.21-75+exp1 [3094 B] Get:45 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 openjdk-21-jre amd64 21.0.6+7-1~24.04.1 [227 kB] Get:46 http://archive.ubuntu.com/ubuntu noble/main amd64 default-jre amd64 2:1.21-75+exp1 [922 B] Get:47 http://archive.ubuntu.com/ubuntu noble/universe amd64 firefox-locale-et all 1:1snap1-0ubuntu5 [2778 B] Get:48 http://archive.ubuntu.com/ubuntu noble/main amd64 fonts-dejavu-extra all 2.37-8 [1947 kB] Get:49 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk-wrapper-java all 0.40.0-3build2 [54.3 kB] Get:50 http://archive.ubuntu.com/ubuntu noble/main amd64 libatk-wrapper-java-jni amd64 0.40.0-3build2 [46.4 kB] Get:51 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libunoloader-java all 4:24.2.7-0ubuntu0.24.04.3 [49.4 kB] Get:52 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 ure-java amd64 4:24.2.7-0ubuntu0.24.04.3 [174 kB] Get:53 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 liblibreoffice-java all 4:24.2.7-0ubuntu0.24.04.3 [1617 kB] Get:54 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-help-common all 4:24.2.7-0ubuntu0.24.04.3 [3670 kB] Get:55 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-l10n-et all 4:24.2.7-0ubuntu0.24.04.3 [739 kB] Get:56 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-help-et all 4:24.2.7-0ubuntu0.24.04.3 [2254 kB] Get:57 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libreoffice-java-common all 4:24.2.7-0ubuntu0.24.04.3 [631 kB] Get:58 http://archive.ubuntu.com/ubuntu noble/main amd64 thunderbird-locale-et all 2:1snap1-0ubuntu3 [8314 B] Preconfiguring packages ... Fetched 136 MB in 2s (68.3 MB/s) Selecting previously unselected package language-pack-et-base. (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 ... 113078 files and directories currently installed.) Preparing to unpack .../00-language-pack-et-base_1%3a24.04+20250130_all.deb ... Unpacking language-pack-et-base (1:24.04+20250130) ... Selecting previously unselected package language-pack-et. Preparing to unpack .../01-language-pack-et_1%3a24.04+20250130_all.deb ... Unpacking language-pack-et (1:24.04+20250130) ... Selecting previously unselected package language-pack-gnome-et-base. Preparing to unpack .../02-language-pack-gnome-et-base_1%3a24.04+20250130_all.deb ... Unpacking language-pack-gnome-et-base (1:24.04+20250130) ... Selecting previously unselected package language-pack-gnome-et. Preparing to unpack .../03-language-pack-gnome-et_1%3a24.04+20250130_all.deb ... Unpacking language-pack-gnome-et (1:24.04+20250130) ... Selecting previously unselected package libreoffice-style-colibre. Preparing to unpack .../04-libreoffice-style-colibre_4%3a24.2.7-0ubuntu0.24.04.3_all.deb ... Unpacking libreoffice-style-colibre (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package libreoffice-uiconfig-common. Preparing to unpack .../05-libreoffice-uiconfig-common_4%3a24.2.7-0ubuntu0.24.04.3_all.deb ... Unpacking libreoffice-uiconfig-common (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package libuno-sal3t64. Preparing to unpack .../06-libuno-sal3t64_4%3a24.2.7-0ubuntu0.24.04.3_amd64.deb ... Unpacking libuno-sal3t64 (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package libuno-salhelpergcc3-3t64. Preparing to unpack .../07-libuno-salhelpergcc3-3t64_4%3a24.2.7-0ubuntu0.24.04.3_amd64.deb ... Unpacking libuno-salhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package libuno-cppu3t64. Preparing to unpack .../08-libuno-cppu3t64_4%3a24.2.7-0ubuntu0.24.04.3_amd64.deb ... Unpacking libuno-cppu3t64 (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package uno-libs-private. Preparing to unpack .../09-uno-libs-private_4%3a24.2.7-0ubuntu0.24.04.3_amd64.deb ... Unpacking uno-libs-private (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package liblangtag-common. Preparing to unpack .../10-liblangtag-common_0.6.7-1build2_all.deb ... Unpacking liblangtag-common (0.6.7-1build2) ... Selecting previously unselected package liblangtag1:amd64. Preparing to unpack .../11-liblangtag1_0.6.7-1build2_amd64.deb ... Unpacking liblangtag1:amd64 (0.6.7-1build2) ... Selecting previously unselected package libuno-cppuhelpergcc3-3t64. Preparing to unpack .../12-libuno-cppuhelpergcc3-3t64_4%3a24.2.7-0ubuntu0.24.04.3_amd64.deb ... Unpacking libuno-cppuhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package libuno-purpenvhelpergcc3-3t64. Preparing to unpack .../13-libuno-purpenvhelpergcc3-3t64_4%3a24.2.7-0ubuntu0.24.04.3_amd64.deb ... Unpacking libuno-purpenvhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package ure. Preparing to unpack .../14-ure_4%3a24.2.7-0ubuntu0.24.04.3_amd64.deb ... Unpacking ure (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package libreoffice-common. Preparing to unpack .../15-libreoffice-common_4%3a24.2.7-0ubuntu0.24.04.3_all.deb ... Unpacking libreoffice-common (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package fonts-opensymbol. Preparing to unpack .../16-fonts-opensymbol_4%3a102.12+LibO24.2.7-0ubuntu0.24.04.3_all.deb ... Unpacking fonts-opensymbol (4:102.12+LibO24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package libboost-thread1.83.0:amd64. Preparing to unpack .../17-libboost-thread1.83.0_1.83.0-2.1ubuntu3.1_amd64.deb ... Unpacking libboost-thread1.83.0:amd64 (1.83.0-2.1ubuntu3.1) ... Selecting previously unselected package libboost-locale1.83.0:amd64. Preparing to unpack .../18-libboost-locale1.83.0_1.83.0-2.1ubuntu3.1_amd64.deb ... Unpacking libboost-locale1.83.0:amd64 (1.83.0-2.1ubuntu3.1) ... Selecting previously unselected package libclucene-core1t64:amd64. Preparing to unpack .../19-libclucene-core1t64_2.3.3.4+dfsg-1.2ubuntu2_amd64.deb ... Unpacking libclucene-core1t64:amd64 (2.3.3.4+dfsg-1.2ubuntu2) ... Selecting previously unselected package libclucene-contribs1t64:amd64. Preparing to unpack .../20-libclucene-contribs1t64_2.3.3.4+dfsg-1.2ubuntu2_amd64.deb ... Unpacking libclucene-contribs1t64:amd64 (2.3.3.4+dfsg-1.2ubuntu2) ... Selecting previously unselected package libeot0:amd64. Preparing to unpack .../21-libeot0_0.01-5build3_amd64.deb ... Unpacking libeot0:amd64 (0.01-5build3) ... Selecting previously unselected package libexttextcat-data. Preparing to unpack .../22-libexttextcat-data_3.4.7-1build1_all.deb ... Unpacking libexttextcat-data (3.4.7-1build1) ... Selecting previously unselected package libexttextcat-2.0-0:amd64. Preparing to unpack .../23-libexttextcat-2.0-0_3.4.7-1build1_amd64.deb ... Unpacking libexttextcat-2.0-0:amd64 (3.4.7-1build1) ... Selecting previously unselected package libgpgmepp6t64:amd64. Preparing to unpack .../24-libgpgmepp6t64_1.18.0-4.1ubuntu4_amd64.deb ... Unpacking libgpgmepp6t64:amd64 (1.18.0-4.1ubuntu4) ... Selecting previously unselected package libmythes-1.2-0:amd64. Preparing to unpack .../25-libmythes-1.2-0_2%3a1.2.5-1build1_amd64.deb ... Unpacking libmythes-1.2-0:amd64 (2:1.2.5-1build1) ... Selecting previously unselected package libboost-iostreams1.83.0:amd64. Preparing to unpack .../26-libboost-iostreams1.83.0_1.83.0-2.1ubuntu3.1_amd64.deb ... Unpacking libboost-iostreams1.83.0:amd64 (1.83.0-2.1ubuntu3.1) ... Selecting previously unselected package liborcus-parser-0.18-0:amd64. Preparing to unpack .../27-liborcus-parser-0.18-0_0.19.2-3build3_amd64.deb ... Unpacking liborcus-parser-0.18-0:amd64 (0.19.2-3build3) ... Selecting previously unselected package liborcus-0.18-0:amd64. Preparing to unpack .../28-liborcus-0.18-0_0.19.2-3build3_amd64.deb ... Unpacking liborcus-0.18-0:amd64 (0.19.2-3build3) ... Selecting previously unselected package libyajl2:amd64. Preparing to unpack .../29-libyajl2_2.1.0-5build1_amd64.deb ... Unpacking libyajl2:amd64 (2.1.0-5build1) ... Selecting previously unselected package libraptor2-0:amd64. Preparing to unpack .../30-libraptor2-0_2.0.16-3ubuntu0.1_amd64.deb ... Unpacking libraptor2-0:amd64 (2.0.16-3ubuntu0.1) ... Selecting previously unselected package libmhash2:amd64. Preparing to unpack .../31-libmhash2_0.9.9.9-9build3_amd64.deb ... Unpacking libmhash2:amd64 (0.9.9.9-9build3) ... Selecting previously unselected package librasqal3t64:amd64. Preparing to unpack .../32-librasqal3t64_0.9.33-2.1build1_amd64.deb ... Unpacking librasqal3t64:amd64 (0.9.33-2.1build1) ... Selecting previously unselected package librdf0t64:amd64. Preparing to unpack .../33-librdf0t64_1.0.17-3.1ubuntu3_amd64.deb ... Unpacking librdf0t64:amd64 (1.0.17-3.1ubuntu3) ... Selecting previously unselected package librevenge-0.0-0:amd64. Preparing to unpack .../34-librevenge-0.0-0_0.0.5-3build1_amd64.deb ... Unpacking librevenge-0.0-0:amd64 (0.0.5-3build1) ... Selecting previously unselected package libxmlsec1t64:amd64. Preparing to unpack .../35-libxmlsec1t64_1.2.39-5build2_amd64.deb ... Unpacking libxmlsec1t64:amd64 (1.2.39-5build2) ... Selecting previously unselected package libxmlsec1t64-nss:amd64. Preparing to unpack .../36-libxmlsec1t64-nss_1.2.39-5build2_amd64.deb ... Unpacking libxmlsec1t64-nss:amd64 (1.2.39-5build2) ... Selecting previously unselected package libreoffice-core. Preparing to unpack .../37-libreoffice-core_4%3a24.2.7-0ubuntu0.24.04.3_amd64.deb ... Unpacking libreoffice-core (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package python3-uno. Preparing to unpack .../38-python3-uno_4%3a24.2.7-0ubuntu0.24.04.3_amd64.deb ... Unpacking python3-uno (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package thunderbird. Preparing to unpack .../39-thunderbird_2%3a1snap1-0ubuntu3_amd64.deb ... => Installing the thunderbird snap ==> Checking connectivity with the snap store ===> System doesn't have a working snapd, skipping Unpacking thunderbird (2:1snap1-0ubuntu3) ... Selecting previously unselected package ca-certificates-java. Preparing to unpack .../40-ca-certificates-java_20240118_all.deb ... Unpacking ca-certificates-java (20240118) ... Selecting previously unselected package java-common. Preparing to unpack .../41-java-common_0.75+exp1_all.deb ... Unpacking java-common (0.75+exp1) ... Selecting previously unselected package openjdk-21-jre-headless:amd64. Preparing to unpack .../42-openjdk-21-jre-headless_21.0.6+7-1~24.04.1_amd64.deb ... Unpacking openjdk-21-jre-headless:amd64 (21.0.6+7-1~24.04.1) ... Selecting previously unselected package default-jre-headless. Preparing to unpack .../43-default-jre-headless_2%3a1.21-75+exp1_amd64.deb ... Unpacking default-jre-headless (2:1.21-75+exp1) ... Selecting previously unselected package openjdk-21-jre:amd64. Preparing to unpack .../44-openjdk-21-jre_21.0.6+7-1~24.04.1_amd64.deb ... Unpacking openjdk-21-jre:amd64 (21.0.6+7-1~24.04.1) ... Selecting previously unselected package default-jre. Preparing to unpack .../45-default-jre_2%3a1.21-75+exp1_amd64.deb ... Unpacking default-jre (2:1.21-75+exp1) ... Selecting previously unselected package firefox-locale-et. Preparing to unpack .../46-firefox-locale-et_1%3a1snap1-0ubuntu5_all.deb ... Unpacking firefox-locale-et (1:1snap1-0ubuntu5) ... Selecting previously unselected package fonts-dejavu-extra. Preparing to unpack .../47-fonts-dejavu-extra_2.37-8_all.deb ... Unpacking fonts-dejavu-extra (2.37-8) ... Selecting previously unselected package libatk-wrapper-java. Preparing to unpack .../48-libatk-wrapper-java_0.40.0-3build2_all.deb ... Unpacking libatk-wrapper-java (0.40.0-3build2) ... Selecting previously unselected package libatk-wrapper-java-jni:amd64. Preparing to unpack .../49-libatk-wrapper-java-jni_0.40.0-3build2_amd64.deb ... Unpacking libatk-wrapper-java-jni:amd64 (0.40.0-3build2) ... Selecting previously unselected package libunoloader-java. Preparing to unpack .../50-libunoloader-java_4%3a24.2.7-0ubuntu0.24.04.3_all.deb ... Unpacking libunoloader-java (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package ure-java. Preparing to unpack .../51-ure-java_4%3a24.2.7-0ubuntu0.24.04.3_amd64.deb ... Unpacking ure-java (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package liblibreoffice-java. Preparing to unpack .../52-liblibreoffice-java_4%3a24.2.7-0ubuntu0.24.04.3_all.deb ... Unpacking liblibreoffice-java (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package libreoffice-help-common. Preparing to unpack .../53-libreoffice-help-common_4%3a24.2.7-0ubuntu0.24.04.3_all.deb ... Unpacking libreoffice-help-common (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package libreoffice-l10n-et. Preparing to unpack .../54-libreoffice-l10n-et_4%3a24.2.7-0ubuntu0.24.04.3_all.deb ... Unpacking libreoffice-l10n-et (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package libreoffice-help-et. Preparing to unpack .../55-libreoffice-help-et_4%3a24.2.7-0ubuntu0.24.04.3_all.deb ... Unpacking libreoffice-help-et (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package libreoffice-java-common. Preparing to unpack .../56-libreoffice-java-common_4%3a24.2.7-0ubuntu0.24.04.3_all.deb ... Unpacking libreoffice-java-common (4:24.2.7-0ubuntu0.24.04.3) ... Selecting previously unselected package thunderbird-locale-et. Preparing to unpack .../57-thunderbird-locale-et_2%3a1snap1-0ubuntu3_all.deb ... Unpacking thunderbird-locale-et (2:1snap1-0ubuntu3) ... Setting up libgpgmepp6t64:amd64 (1.18.0-4.1ubuntu4) ... Setting up liborcus-parser-0.18-0:amd64 (0.19.2-3build3) ... Setting up libuno-sal3t64 (4:24.2.7-0ubuntu0.24.04.3) ... Setting up java-common (0.75+exp1) ... Setting up libclucene-core1t64:amd64 (2.3.3.4+dfsg-1.2ubuntu2) ... Setting up libyajl2:amd64 (2.1.0-5build1) ... Setting up libclucene-contribs1t64:amd64 (2.3.3.4+dfsg-1.2ubuntu2) ... Setting up libboost-thread1.83.0:amd64 (1.83.0-2.1ubuntu3.1) ... Setting up libeot0:amd64 (0.01-5build3) ... Setting up libxmlsec1t64:amd64 (1.2.39-5build2) ... Setting up librevenge-0.0-0:amd64 (0.0.5-3build1) ... Setting up libxmlsec1t64-nss:amd64 (1.2.39-5build2) ... Setting up libreoffice-style-colibre (4:24.2.7-0ubuntu0.24.04.3) ... Setting up libboost-iostreams1.83.0:amd64 (1.83.0-2.1ubuntu3.1) ... Setting up libreoffice-uiconfig-common (4:24.2.7-0ubuntu0.24.04.3) ... Setting up liborcus-0.18-0:amd64 (0.19.2-3build3) ... Setting up libmhash2:amd64 (0.9.9.9-9build3) ... Setting up libmythes-1.2-0:amd64 (2:1.2.5-1build1) ... Setting up fonts-dejavu-extra (2.37-8) ... Setting up libexttextcat-data (3.4.7-1build1) ... Setting up thunderbird (2:1snap1-0ubuntu3) ... Setting up libatk-wrapper-java (0.40.0-3build2) ... Setting up liblangtag-common (0.6.7-1build2) ... Setting up libuno-salhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.3) ... Setting up ca-certificates-java (20240118) ... No JRE found. Skipping Java certificates setup. Setting up libunoloader-java (4:24.2.7-0ubuntu0.24.04.3) ... Setting up fonts-opensymbol (4:102.12+LibO24.2.7-0ubuntu0.24.04.3) ... Setting up firefox-locale-et (1:1snap1-0ubuntu5) ... Setting up openjdk-21-jre-headless:amd64 (21.0.6+7-1~24.04.1) ... update-alternatives: using /usr/lib/jvm/java-21-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode update-alternatives: using /usr/lib/jvm/java-21-openjdk-amd64/bin/jpackage to provide /usr/bin/jpackage (jpackage) in auto mode update-alternatives: using /usr/lib/jvm/java-21-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode update-alternatives: using /usr/lib/jvm/java-21-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode update-alternatives: using /usr/lib/jvm/java-21-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up libexttextcat-2.0-0:amd64 (3.4.7-1build1) ... Setting up libraptor2-0:amd64 (2.0.16-3ubuntu0.1) ... Setting up libboost-locale1.83.0:amd64 (1.83.0-2.1ubuntu3.1) ... Setting up librasqal3t64:amd64 (0.9.33-2.1build1) ... Setting up librdf0t64:amd64 (1.0.17-3.1ubuntu3) ... Setting up liblangtag1:amd64 (0.6.7-1build2) ... Setting up libatk-wrapper-java-jni:amd64 (0.40.0-3build2) ... Setting up thunderbird-locale-et (2:1snap1-0ubuntu3) ... Setting up libuno-cppu3t64 (4:24.2.7-0ubuntu0.24.04.3) ... Setting up libuno-purpenvhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.3) ... Setting up uno-libs-private (4:24.2.7-0ubuntu0.24.04.3) ... Setting up libuno-cppuhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.3) ... Setting up ure (4:24.2.7-0ubuntu0.24.04.3) ... Setting up libreoffice-common (4:24.2.7-0ubuntu0.24.04.3) ... Creating config file /etc/libreoffice/registry/main.xcd with new version Creating config file /etc/libreoffice/registry/pdfimport.xcd with new version Creating config file /etc/libreoffice/registry/xsltfilter.xcd with new version Creating config file /etc/libreoffice/registry/lingucomponent.xcd with new version Creating config file /etc/libreoffice/registry/Langpack-en-US.xcd with new version Creating config file /etc/libreoffice/registry/res/fcfg_langpack_en-US.xcd with new version Setting up ure-java (4:24.2.7-0ubuntu0.24.04.3) ... Setting up libreoffice-core (4:24.2.7-0ubuntu0.24.04.3) ... Setting up liblibreoffice-java (4:24.2.7-0ubuntu0.24.04.3) ... Setting up libreoffice-java-common (4:24.2.7-0ubuntu0.24.04.3) ... Setting up libreoffice-l10n-et (4:24.2.7-0ubuntu0.24.04.3) ... Creating config file /etc/libreoffice/registry/Langpack-et.xcd with new version Creating config file /etc/libreoffice/registry/res/fcfg_langpack_et.xcd with new version Creating config file /etc/libreoffice/registry/res/registry_et.xcd with new version Setting up libreoffice-help-common (4:24.2.7-0ubuntu0.24.04.3) ... Setting up libreoffice-help-et (4:24.2.7-0ubuntu0.24.04.3) ... Setting up python3-uno (4:24.2.7-0ubuntu0.24.04.3) ... Setting up language-pack-et (1:24.04+20250130) ... Setting up language-pack-gnome-et (1:24.04+20250130) ... Setting up language-pack-et-base (1:24.04+20250130) ... Generating locales (this might take a while)... Generation complete. Setting up language-pack-gnome-et-base (1:24.04+20250130) ... Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ... Processing triggers for desktop-file-utils (0.27-2build1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ... Processing triggers for libc-bin (2.39-0ubuntu8.4) ... Processing triggers for man-db (2.12.0-4build2) ... Processing triggers for shared-mime-info (2.4-4) ... Processing triggers for ca-certificates-java (20240118) ... Adding debian:ACCVRAIZ1.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:AC_RAIZ_FNMT-RCM_SERVIDORES_SEGUROS.pem Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:AffirmTrust_Networking.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:AffirmTrust_Premium.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:ANF_Secure_Server_Root_CA.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:Atos_TrustedRoot_Root_CA_ECC_TLS_2021.pem Adding debian:Atos_TrustedRoot_Root_CA_RSA_TLS_2021.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:BJCA_Global_Root_CA1.pem Adding debian:BJCA_Global_Root_CA2.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:Certainly_Root_E1.pem Adding debian:Certainly_Root_R1.pem Adding debian:Certigna.pem Adding debian:Certigna_Root_CA.pem Adding debian:certSIGN_Root_CA_G2.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:Certum_EC-384_CA.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:Certum_Trusted_Root_CA.pem Adding debian:CFCA_EV_ROOT.pem Adding debian:CommScope_Public_Trust_ECC_Root-01.pem Adding debian:CommScope_Public_Trust_ECC_Root-02.pem Adding debian:CommScope_Public_Trust_RSA_Root-01.pem Adding debian:CommScope_Public_Trust_RSA_Root-02.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:DigiCert_TLS_ECC_P384_Root_G5.pem Adding debian:DigiCert_TLS_RSA4096_Root_G5.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:D-TRUST_BR_Root_CA_1_2020.pem Adding debian:D-TRUST_EV_Root_CA_1_2020.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:emSign_ECC_Root_CA_-_C3.pem Adding debian:emSign_ECC_Root_CA_-_G3.pem Adding debian:emSign_Root_CA_-_C1.pem Adding debian:emSign_Root_CA_-_G1.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:Entrust_Root_Certification_Authority_-_G4.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:e-Szigno_Root_CA_2017.pem Adding debian:GDCA_TrustAUTH_R5_ROOT.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:GlobalSign_Root_CA_-_R6.pem Adding debian:GlobalSign_Root_E46.pem Adding debian:GlobalSign_Root_R46.pem Adding debian:GLOBALTRUST_2020.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:GTS_Root_R1.pem Adding debian:GTS_Root_R2.pem Adding debian:GTS_Root_R3.pem Adding debian:GTS_Root_R4.pem Adding debian:HARICA_TLS_ECC_Root_CA_2021.pem Adding debian:HARICA_TLS_RSA_Root_CA_2021.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:HiPKI_Root_CA_-_G1.pem Adding debian:Hongkong_Post_Root_CA_3.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:ISRG_Root_X1.pem Adding debian:ISRG_Root_X2.pem Adding debian:Izenpe.com.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:Microsoft_ECC_Root_Certificate_Authority_2017.pem Adding debian:Microsoft_RSA_Root_Certificate_Authority_2017.pem Adding debian:NAVER_Global_Root_Certification_Authority.pem Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:Sectigo_Public_Server_Authentication_Root_E46.pem Adding debian:Sectigo_Public_Server_Authentication_Root_R46.pem Adding debian:Secure_Global_CA.pem Adding debian:SecureSign_RootCA11.pem Adding debian:SecureTrust_CA.pem Adding debian:Security_Communication_ECC_RootCA1.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:Security_Communication_RootCA3.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem Adding debian:SSL.com_Root_Certification_Authority_ECC.pem Adding debian:SSL.com_Root_Certification_Authority_RSA.pem Adding debian:SSL.com_TLS_ECC_Root_CA_2022.pem Adding debian:SSL.com_TLS_RSA_Root_CA_2022.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:Telia_Root_CA_v2.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:TrustAsia_Global_Root_CA_G3.pem Adding debian:TrustAsia_Global_Root_CA_G4.pem Adding debian:Trustwave_Global_Certification_Authority.pem Adding debian:Trustwave_Global_ECC_P256_Certification_Authority.pem Adding debian:Trustwave_Global_ECC_P384_Certification_Authority.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:TunTrust_Root_CA.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:UCA_Extended_Validation_Root.pem Adding debian:UCA_Global_G2_Root.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:vTrus_ECC_Root_CA.pem Adding debian:vTrus_Root_CA.pem Adding debian:XRamp_Global_CA_Root.pem done. Setting up openjdk-21-jre:amd64 (21.0.6+7-1~24.04.1) ... Setting up default-jre-headless (2:1.21-75+exp1) ... Setting up default-jre (2:1.21-75+exp1) ... Line 318: cp config/deb/oofslinget-addon-estobuntu_4.1-0_all.deb /home/tramm/remix/ubuntu-estonian-remix/build/edit/tmp LLine 319: echo config/deb/oofslinget-addon-estobuntu_4.1-0_all.deb Line 319: for deb in $(echo config/deb/*.deb) LLine 320: basename config/deb/oofslinget-addon-estobuntu_4.1-0_all.deb Line 320: chroot /home/tramm/remix/ubuntu-estonian-remix/build/edit apt install --yes /tmp/oofslinget-addon-estobuntu_4.1-0_all.deb WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: oofslinget-addon-estobuntu 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/2546 kB of archives. After this operation, 2642 kB of additional disk space will be used. Get:1 /tmp/oofslinget-addon-estobuntu_4.1-0_all.deb oofslinget-addon-estobuntu all 4.1-0 [2546 kB] Selecting previously unselected package oofslinget-addon-estobuntu. (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 ... 125113 files and directories currently installed.) Preparing to unpack .../oofslinget-addon-estobuntu_4.1-0_all.deb ... Unpacking oofslinget-addon-estobuntu (4.1-0) ... Setting up oofslinget-addon-estobuntu (4.1-0) ... Synchronizing repository for shared extensions Synchronizing repository for shared extensions Synchronizing repository for bundled extensions Synchronizing repository for bundled extensions Copying: OOoFSLingET.oxt unopkg done. Line 325: [[ -n '' ]] Line 331: [[ -n 1 ]] Line 333: chroot /home/tramm/remix/ubuntu-estonian-remix/build/edit ./tmp/install-open-eid.sh Adding RIA repository to APT sources list (/etc/apt/sources.list.d/ria-repository.list) sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known deb [signed-by=/usr/share/keyrings/ria-repository.gpg] https://installer.id.ee/media/ubuntu/ noble main Adding key to trusted key set 0xC6C83D68 'RIA Software Signing Key ' sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known Installing software (apt update && apt install open-eid) sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease Hit:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease Get:3 https://installer.id.ee/media/ubuntu noble InRelease Hit:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease Hit:5 http://security.ubuntu.com/ubuntu noble-security InRelease Get:6 https://installer.id.ee/media/ubuntu noble/main amd64 Packages [5091 B] Fetched 8225 B in 0s (25.4 kB/s) Reading package lists... Building dependency tree... Reading state information... All packages are up to date. sudo: unable to resolve host Ubuntu-2404-noble-amd64-base: Name or service not known WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: gir1.2-nautilus-4.0 libb2-1 libccid libdigidocpp-common libdigidocpp-tools libdigidocpp1 libdouble-conversion3 libeac3 libmd4c0 libpcre2-16-0 libqt6core6t64 libqt6dbus6t64 libqt6gui6t64 libqt6network6t64 libqt6opengl6t64 libqt6printsupport6t64 libqt6qml6 libqt6qmlmodels6 libqt6quick6 libqt6svg6 libqt6svgwidgets6 libqt6waylandclient6 libqt6waylandcompositor6 libqt6waylandeglclienthwintegration6 libqt6waylandeglcompositorhwintegration6 libqt6widgets6t64 libqt6wlshellintegration6 libts0t64 opensc-pkcs11 pcscd python3-nautilus qdigidoc4 qt6-gtk-platformtheme qt6-qpa-plugins qt6-translations-l10n qt6-wayland web-eid web-eid-chrome web-eid-firefox web-eid-native Suggested packages: qt6-qmltooling-plugins chromium chromium-browser chrome The following NEW packages will be installed: gir1.2-nautilus-4.0 libb2-1 libccid libdigidocpp-common libdigidocpp-tools libdigidocpp1 libdouble-conversion3 libeac3 libmd4c0 libpcre2-16-0 libqt6core6t64 libqt6dbus6t64 libqt6gui6t64 libqt6network6t64 libqt6opengl6t64 libqt6printsupport6t64 libqt6qml6 libqt6qmlmodels6 libqt6quick6 libqt6svg6 libqt6svgwidgets6 libqt6waylandclient6 libqt6waylandcompositor6 libqt6waylandeglclienthwintegration6 libqt6waylandeglcompositorhwintegration6 libqt6widgets6t64 libqt6wlshellintegration6 libts0t64 open-eid opensc opensc-pkcs11 pcscd python3-nautilus qdigidoc4 qt6-gtk-platformtheme qt6-qpa-plugins qt6-translations-l10n qt6-wayland web-eid web-eid-chrome web-eid-firefox web-eid-native 0 upgraded, 42 newly installed, 0 to remove and 0 not upgraded. Need to get 23.0 MB of archives. After this operation, 79.7 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu noble/universe amd64 libccid amd64 1.5.5-1 [83.0 kB] Get:2 https://installer.id.ee/media/ubuntu noble/main amd64 libdigidocpp-common all 4.1.0.1461-2404 [10.3 kB] Get:3 https://installer.id.ee/media/ubuntu noble/main amd64 libdigidocpp1 amd64 4.1.0.1461-2404 [669 kB] Get:4 http://archive.ubuntu.com/ubuntu noble/universe amd64 pcscd amd64 2.0.3-1build1 [61.7 kB] Get:5 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 gir1.2-nautilus-4.0 amd64 1:46.2-0ubuntu0.3 [5492 B] Get:6 http://archive.ubuntu.com/ubuntu noble/universe amd64 libb2-1 amd64 0.98.1-1.1build1 [45.0 kB] Get:7 http://archive.ubuntu.com/ubuntu noble/universe amd64 libdouble-conversion3 amd64 3.3.0-1build1 [40.3 kB] Get:8 http://archive.ubuntu.com/ubuntu noble/universe amd64 libeac3 amd64 1.1.2+ds+git20220117+453c3d6b03a0-1.1build2 [54.3 kB] Get:9 http://archive.ubuntu.com/ubuntu noble/universe amd64 libmd4c0 amd64 0.4.8-1build1 [42.3 kB] Get:10 https://installer.id.ee/media/ubuntu noble/main amd64 libdigidocpp-tools amd64 4.1.0.1461-2404 [80.6 kB] Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 libpcre2-16-0 amd64 10.42-4ubuntu2.1 [210 kB] Get:12 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6core6t64 amd64 6.4.2+dfsg-21.1build5 [1789 kB] Get:13 https://installer.id.ee/media/ubuntu noble/main amd64 web-eid-native amd64 2.6.0.654-2404 [1467 kB] Get:14 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6dbus6t64 amd64 6.4.2+dfsg-21.1build5 [267 kB] Get:15 http://archive.ubuntu.com/ubuntu noble/universe amd64 libts0t64 amd64 1.22-1.1build1 [63.8 kB] Get:16 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6gui6t64 amd64 6.4.2+dfsg-21.1build5 [3119 kB] Get:17 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6network6t64 amd64 6.4.2+dfsg-21.1build5 [740 kB] Get:18 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6opengl6t64 amd64 6.4.2+dfsg-21.1build5 [420 kB] Get:19 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6widgets6t64 amd64 6.4.2+dfsg-21.1build5 [2648 kB] Get:20 https://installer.id.ee/media/ubuntu noble/main amd64 web-eid all 2.6.0.654-2404 [2086 B] Get:21 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6printsupport6t64 amd64 6.4.2+dfsg-21.1build5 [222 kB] Get:22 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6qml6 amd64 6.4.2+dfsg-4build3 [1619 kB] Get:23 https://installer.id.ee/media/ubuntu noble/main amd64 qdigidoc4 amd64 4.7.0.4460-2404 [2608 kB] Get:24 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6qmlmodels6 amd64 6.4.2+dfsg-4build3 [267 kB] Get:25 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6quick6 amd64 6.4.2+dfsg-4build3 [2001 kB] Get:26 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6svg6 amd64 6.4.2-4ubuntu3 [156 kB] Get:27 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6svgwidgets6 amd64 6.4.2-4ubuntu3 [17.1 kB] Get:28 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6waylandclient6 amd64 6.4.2-5build3 [251 kB] Get:29 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6waylandcompositor6 amd64 6.4.2-5build3 [427 kB] Get:30 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6waylandeglclienthwintegration6 amd64 6.4.2-5build3 [19.5 kB] Get:31 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6waylandeglcompositorhwintegration6 amd64 6.4.2-5build3 [15.2 kB] Get:32 http://archive.ubuntu.com/ubuntu noble/universe amd64 libqt6wlshellintegration6 amd64 6.4.2-5build3 [38.0 kB] Get:33 http://archive.ubuntu.com/ubuntu noble/universe amd64 qt6-qpa-plugins amd64 6.4.2+dfsg-21.1build5 [89.3 kB] Get:34 http://archive.ubuntu.com/ubuntu noble/universe amd64 opensc-pkcs11 amd64 0.25.0~rc1-1build2 [936 kB] Get:35 http://archive.ubuntu.com/ubuntu noble/universe amd64 opensc amd64 0.25.0~rc1-1build2 [370 kB] Get:36 http://archive.ubuntu.com/ubuntu noble/universe amd64 python3-nautilus amd64 4.0-1build4 [37.6 kB] Get:37 http://archive.ubuntu.com/ubuntu noble/universe amd64 qt6-gtk-platformtheme amd64 6.4.2+dfsg-21.1build5 [55.1 kB] Get:38 http://archive.ubuntu.com/ubuntu noble/universe amd64 qt6-translations-l10n all 6.4.2-1 [1761 kB] Get:39 https://installer.id.ee/media/ubuntu noble/main amd64 open-eid all 24.12.0.1950-2404 [1918 B] Get:40 http://archive.ubuntu.com/ubuntu noble/universe amd64 qt6-wayland amd64 6.4.2-5build3 [127 kB] Get:41 https://installer.id.ee/media/ubuntu noble/main amd64 web-eid-chrome all 2.6.0.654-2404 [2904 B] Get:42 https://installer.id.ee/media/ubuntu noble/main amd64 web-eid-firefox all 2.6.0.654-2404 [110 kB] Fetched 23.0 MB in 1s (32.0 MB/s) Selecting previously unselected package libccid. (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 ... 125121 files and directories currently installed.) Preparing to unpack .../00-libccid_1.5.5-1_amd64.deb ... Unpacking libccid (1.5.5-1) ... Selecting previously unselected package pcscd. Preparing to unpack .../01-pcscd_2.0.3-1build1_amd64.deb ... Unpacking pcscd (2.0.3-1build1) ... Selecting previously unselected package gir1.2-nautilus-4.0:amd64. Preparing to unpack .../02-gir1.2-nautilus-4.0_1%3a46.2-0ubuntu0.3_amd64.deb ... Unpacking gir1.2-nautilus-4.0:amd64 (1:46.2-0ubuntu0.3) ... Selecting previously unselected package libb2-1:amd64. Preparing to unpack .../03-libb2-1_0.98.1-1.1build1_amd64.deb ... Unpacking libb2-1:amd64 (0.98.1-1.1build1) ... Selecting previously unselected package libdigidocpp-common. Preparing to unpack .../04-libdigidocpp-common_4.1.0.1461-2404_all.deb ... Unpacking libdigidocpp-common (4.1.0.1461-2404) ... Selecting previously unselected package libdigidocpp1:amd64. Preparing to unpack .../05-libdigidocpp1_4.1.0.1461-2404_amd64.deb ... Unpacking libdigidocpp1:amd64 (4.1.0.1461-2404) ... Selecting previously unselected package libdigidocpp-tools. Preparing to unpack .../06-libdigidocpp-tools_4.1.0.1461-2404_amd64.deb ... Unpacking libdigidocpp-tools (4.1.0.1461-2404) ... Selecting previously unselected package libdouble-conversion3:amd64. Preparing to unpack .../07-libdouble-conversion3_3.3.0-1build1_amd64.deb ... Unpacking libdouble-conversion3:amd64 (3.3.0-1build1) ... Selecting previously unselected package libeac3:amd64. Preparing to unpack .../08-libeac3_1.1.2+ds+git20220117+453c3d6b03a0-1.1build2_amd64.deb ... Unpacking libeac3:amd64 (1.1.2+ds+git20220117+453c3d6b03a0-1.1build2) ... Selecting previously unselected package libmd4c0:amd64. Preparing to unpack .../09-libmd4c0_0.4.8-1build1_amd64.deb ... Unpacking libmd4c0:amd64 (0.4.8-1build1) ... Selecting previously unselected package libpcre2-16-0:amd64. Preparing to unpack .../10-libpcre2-16-0_10.42-4ubuntu2.1_amd64.deb ... Unpacking libpcre2-16-0:amd64 (10.42-4ubuntu2.1) ... Selecting previously unselected package libqt6core6t64:amd64. Preparing to unpack .../11-libqt6core6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6core6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libqt6dbus6t64:amd64. Preparing to unpack .../12-libqt6dbus6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6dbus6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libts0t64:amd64. Preparing to unpack .../13-libts0t64_1.22-1.1build1_amd64.deb ... Unpacking libts0t64:amd64 (1.22-1.1build1) ... Selecting previously unselected package libqt6gui6t64:amd64. Preparing to unpack .../14-libqt6gui6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6gui6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libqt6network6t64:amd64. Preparing to unpack .../15-libqt6network6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6network6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libqt6opengl6t64:amd64. Preparing to unpack .../16-libqt6opengl6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6opengl6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libqt6widgets6t64:amd64. Preparing to unpack .../17-libqt6widgets6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6widgets6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libqt6printsupport6t64:amd64. Preparing to unpack .../18-libqt6printsupport6t64_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking libqt6printsupport6t64:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package libqt6qml6:amd64. Preparing to unpack .../19-libqt6qml6_6.4.2+dfsg-4build3_amd64.deb ... Unpacking libqt6qml6:amd64 (6.4.2+dfsg-4build3) ... Selecting previously unselected package libqt6qmlmodels6:amd64. Preparing to unpack .../20-libqt6qmlmodels6_6.4.2+dfsg-4build3_amd64.deb ... Unpacking libqt6qmlmodels6:amd64 (6.4.2+dfsg-4build3) ... Selecting previously unselected package libqt6quick6:amd64. Preparing to unpack .../21-libqt6quick6_6.4.2+dfsg-4build3_amd64.deb ... Unpacking libqt6quick6:amd64 (6.4.2+dfsg-4build3) ... Selecting previously unselected package libqt6svg6:amd64. Preparing to unpack .../22-libqt6svg6_6.4.2-4ubuntu3_amd64.deb ... Unpacking libqt6svg6:amd64 (6.4.2-4ubuntu3) ... Selecting previously unselected package libqt6svgwidgets6:amd64. Preparing to unpack .../23-libqt6svgwidgets6_6.4.2-4ubuntu3_amd64.deb ... Unpacking libqt6svgwidgets6:amd64 (6.4.2-4ubuntu3) ... Selecting previously unselected package libqt6waylandclient6:amd64. Preparing to unpack .../24-libqt6waylandclient6_6.4.2-5build3_amd64.deb ... Unpacking libqt6waylandclient6:amd64 (6.4.2-5build3) ... Selecting previously unselected package libqt6waylandcompositor6:amd64. Preparing to unpack .../25-libqt6waylandcompositor6_6.4.2-5build3_amd64.deb ... Unpacking libqt6waylandcompositor6:amd64 (6.4.2-5build3) ... Selecting previously unselected package libqt6waylandeglclienthwintegration6:amd64. Preparing to unpack .../26-libqt6waylandeglclienthwintegration6_6.4.2-5build3_amd64.deb ... Unpacking libqt6waylandeglclienthwintegration6:amd64 (6.4.2-5build3) ... Selecting previously unselected package libqt6waylandeglcompositorhwintegration6:amd64. Preparing to unpack .../27-libqt6waylandeglcompositorhwintegration6_6.4.2-5build3_amd64.deb ... Unpacking libqt6waylandeglcompositorhwintegration6:amd64 (6.4.2-5build3) ... Selecting previously unselected package libqt6wlshellintegration6:amd64. Preparing to unpack .../28-libqt6wlshellintegration6_6.4.2-5build3_amd64.deb ... Unpacking libqt6wlshellintegration6:amd64 (6.4.2-5build3) ... Selecting previously unselected package qt6-qpa-plugins:amd64. Preparing to unpack .../29-qt6-qpa-plugins_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking qt6-qpa-plugins:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package web-eid-native. Preparing to unpack .../30-web-eid-native_2.6.0.654-2404_amd64.deb ... Unpacking web-eid-native (2.6.0.654-2404) ... Selecting previously unselected package web-eid. Preparing to unpack .../31-web-eid_2.6.0.654-2404_all.deb ... Unpacking web-eid (2.6.0.654-2404) ... Selecting previously unselected package opensc-pkcs11:amd64. Preparing to unpack .../32-opensc-pkcs11_0.25.0~rc1-1build2_amd64.deb ... Unpacking opensc-pkcs11:amd64 (0.25.0~rc1-1build2) ... Selecting previously unselected package qdigidoc4. Preparing to unpack .../33-qdigidoc4_4.7.0.4460-2404_amd64.deb ... Unpacking qdigidoc4 (4.7.0.4460-2404) ... Selecting previously unselected package opensc. Preparing to unpack .../34-opensc_0.25.0~rc1-1build2_amd64.deb ... Unpacking opensc (0.25.0~rc1-1build2) ... Selecting previously unselected package open-eid. Preparing to unpack .../35-open-eid_24.12.0.1950-2404_all.deb ... Unpacking open-eid (24.12.0.1950-2404) ... Selecting previously unselected package python3-nautilus. Preparing to unpack .../36-python3-nautilus_4.0-1build4_amd64.deb ... Unpacking python3-nautilus (4.0-1build4) ... Selecting previously unselected package qt6-gtk-platformtheme:amd64. Preparing to unpack .../37-qt6-gtk-platformtheme_6.4.2+dfsg-21.1build5_amd64.deb ... Unpacking qt6-gtk-platformtheme:amd64 (6.4.2+dfsg-21.1build5) ... Selecting previously unselected package qt6-translations-l10n. Preparing to unpack .../38-qt6-translations-l10n_6.4.2-1_all.deb ... Unpacking qt6-translations-l10n (6.4.2-1) ... Selecting previously unselected package qt6-wayland:amd64. Preparing to unpack .../39-qt6-wayland_6.4.2-5build3_amd64.deb ... Unpacking qt6-wayland:amd64 (6.4.2-5build3) ... Selecting previously unselected package web-eid-chrome. Preparing to unpack .../40-web-eid-chrome_2.6.0.654-2404_all.deb ... Unpacking web-eid-chrome (2.6.0.654-2404) ... Selecting previously unselected package web-eid-firefox. Preparing to unpack .../41-web-eid-firefox_2.6.0.654-2404_all.deb ... Unpacking web-eid-firefox (2.6.0.654-2404) ... Setting up libb2-1:amd64 (0.98.1-1.1build1) ... Setting up libdouble-conversion3:amd64 (3.3.0-1build1) ... Setting up libccid (1.5.5-1) ... invoke-rc.d: unknown initscript, /etc/init.d/pcscd not found. Running in chroot, ignoring request. Setting up libts0t64:amd64 (1.22-1.1build1) ... Setting up pcscd (2.0.3-1build1) ... Running in chroot, ignoring request. Created symlink /etc/systemd/system/sockets.target.wants/pcscd.socket → /usr/lib/systemd/system/pcscd.socket. Setting up libpcre2-16-0:amd64 (10.42-4ubuntu2.1) ... Setting up libeac3:amd64 (1.1.2+ds+git20220117+453c3d6b03a0-1.1build2) ... Setting up qt6-translations-l10n (6.4.2-1) ... Setting up opensc-pkcs11:amd64 (0.25.0~rc1-1build2) ... Setting up gir1.2-nautilus-4.0:amd64 (1:46.2-0ubuntu0.3) ... Setting up libmd4c0:amd64 (0.4.8-1build1) ... Setting up libdigidocpp-common (4.1.0.1461-2404) ... Setting up libqt6core6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up opensc (0.25.0~rc1-1build2) ... Setting up libqt6dbus6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up python3-nautilus (4.0-1build4) ... Setting up libqt6gui6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up libdigidocpp1:amd64 (4.1.0.1461-2404) ... Setting up libqt6network6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up libqt6widgets6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up qt6-qpa-plugins:amd64 (6.4.2+dfsg-21.1build5) ... Setting up libdigidocpp-tools (4.1.0.1461-2404) ... Setting up libqt6qml6:amd64 (6.4.2+dfsg-4build3) ... Setting up libqt6opengl6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up libqt6qmlmodels6:amd64 (6.4.2+dfsg-4build3) ... Setting up libqt6svg6:amd64 (6.4.2-4ubuntu3) ... Setting up libqt6waylandclient6:amd64 (6.4.2-5build3) ... Setting up qt6-gtk-platformtheme:amd64 (6.4.2+dfsg-21.1build5) ... Setting up libqt6printsupport6t64:amd64 (6.4.2+dfsg-21.1build5) ... Setting up libqt6quick6:amd64 (6.4.2+dfsg-4build3) ... Setting up libqt6svgwidgets6:amd64 (6.4.2-4ubuntu3) ... Setting up libqt6wlshellintegration6:amd64 (6.4.2-5build3) ... Setting up web-eid-native (2.6.0.654-2404) ... Setting up libqt6waylandcompositor6:amd64 (6.4.2-5build3) ... Setting up web-eid (2.6.0.654-2404) ... Setting up libqt6waylandeglcompositorhwintegration6:amd64 (6.4.2-5build3) ... Setting up qdigidoc4 (4.7.0.4460-2404) ... Setting up libqt6waylandeglclienthwintegration6:amd64 (6.4.2-5build3) ... Setting up web-eid-firefox (2.6.0.654-2404) ... Setting up open-eid (24.12.0.1950-2404) ... Setting up web-eid-chrome (2.6.0.654-2404) ... Setting up qt6-wayland:amd64 (6.4.2-5build3) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ... Processing triggers for libc-bin (2.39-0ubuntu8.4) ... Processing triggers for man-db (2.12.0-4build2) ... Processing triggers for shared-mime-info (2.4-4) ... Processing triggers for desktop-file-utils (0.27-2build1) ... Thank you for using Estonian ID card! Line 336: [[ -n '' ]] Line 341: [[ -n '' ]] Line 346: [[ -n '' ]] Line 362: chroot /home/tramm/remix/ubuntu-estonian-remix/build/edit ./tmp/cleanup.sh WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. gtk-update-icon-cache: No theme index file in '(null)'. If you really want to create an icon cache here, use --ignore-theme-index. WARNING: apt does not have a stable CLI interface. Use with caution in scripts. WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. * Stopping system message bus dbus ...done. umount: /proc/sys/fs/binfmt_misc: not mounted. Line 383: chmod +w /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd/casper/minimal.manifest Line 384: chroot /home/tramm/remix/ubuntu-estonian-remix/build/edit dpkg-query -W '--showformat=${Package} ${Version}\n' Line 387: rm -f /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd/casper/minimal.squashfs Line 388: mksquashfs /home/tramm/remix/ubuntu-estonian-remix/build/edit /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd/casper/minimal.squashfs Parallel mksquashfs: Using 12 processors Creating 4.0 filesystem on /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd/casper/minimal.squashfs, block size 131072. [/ ] 0/76241 0% [\ ] 2100/131508 1% [============- ] 28000/131508 21%Unrecognised xattr prefix system.posix_acl_access Unrecognised xattr prefix system.posix_acl_default [=========================================================|] 131508/131508 100% Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 131072 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 2185700.72 Kbytes (2134.47 Mbytes) 48.05% of uncompressed filesystem size (4548489.15 Kbytes) Inode table size 1499013 bytes (1463.88 Kbytes) 27.36% of uncompressed inode table size (5479479 bytes) Directory table size 1501928 bytes (1466.73 Kbytes) 39.07% of uncompressed directory table size (3844124 bytes) Xattr table size 44 bytes (0.04 Kbytes) 55.00% of uncompressed xattr table size (80 bytes) Number of duplicate files found 8889 Number of inodes 143364 Number of files 102996 Number of fragments 6156 Number of symbolic links 30192 Number of device nodes 8 Number of fifo nodes 0 Number of socket nodes 1 Number of directories 10167 Number of hard-links 27 Number of ids (unique uids + gids) 34 Number of uids 18 root (0) unknown (988) _apt (42) messagebus (101) unknown (999) unknown (116) unknown (111) systemd-network (998) unknown (114) unknown (115) man (6) unknown (118) unknown (120) unknown (121) syslog (103) unknown (113) tcpdump (105) pollinate (102) Number of gids 29 root (0) dip (30) unknown (988) shadow (42) unknown (987) rdma (106) lxd (101) systemd-journal (999) nogroup (65534) unknown (116) lp (7) audio (29) systemd-network (998) systemd-timesync (997) syslog (104) mail (8) staff (50) unknown (114) man (12) landscape (109) unknown (120) unknown (121) unknown (117) _ssh (103) unknown (122) uuidd (105) adm (4) utmp (43) messagebus (102) Line 392: echo 'Ubuntu 24.04.2 LTS "Estonian Remix" - Release amd64 (20250430)' Line 394: mkdir -p /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd/boot/grub/locale Line 395: cp -a config/misc/et.mo /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd/boot/grub/locale/ Line 397: cd /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd Line 399: mkdir -p boot/grub/fonts Line 401: cp -a /boot/grub/fonts/unicode.pf2 boot/grub/fonts/ Line 406: sed -i '7i set locale_dir=$prefix/locale' boot/grub/grub.cfg Line 407: sed -i '8i set lang=et_EE' boot/grub/grub.cfg Line 408: sed -i '9i insmod gettext' boot/grub/grub.cfg Line 411: sed -i 's/Try Ubuntu without installing/Proovi ilma paigaldamata/' boot/grub/grub.cfg Line 412: sed -i 's/Try or Install Ubuntu/Paigalda või proovi Ubuntut/' boot/grub/grub.cfg Line 414: sed -i 's/OEM install (for manufacturers)/OEM-paigaldus (arvutitootjatele)/' boot/grub/grub.cfg Line 415: sed -i 's/Check disc for defects/Kontrolli kettavigu/' boot/grub/grub.cfg Line 416: sed -i 's/Ubuntu (safe graphics)/Ubuntu (lollikindel graafika)/' boot/grub/grub.cfg Line 418: sed -i 's/UEFI Firmware Settings/UEFI püsivara seaded/' boot/grub/grub.cfg Line 419: sed -i 's/Boot from next volume/Algkäivitus järgmiselt kettalt/' boot/grub/grub.cfg Line 420: sed -i 's/Test memory/Mälu testimine/' boot/grub/grub.cfg Line 431: echo 'd-i debian-installer/locale string et_EE.UTF-8' Line 432: echo 'd-i keyboard-configuration/xkb-keymap select et' Line 433: echo 'd-i keyboard-configuration/layout string "Estonian"' Line 434: echo 'd-i keymap select et' Line 435: rm -f md5sum.txt Line 436: find -type f -print0 Line 436: tee md5sum.txt Line 436: grep -v isolinux/boot.cat Line 436: xargs -0 md5sum d41d8cd98f00b204e9800998ecf8427e ./.disk/base_installable 728cb968a88534e0c50a9d99621f13eb ./.disk/cd_type 1d738e795723ac617d473eeac0fee30f ./.disk/release_notes_url 9be292062e1cc22f570d2982eca02003 ./.disk/casper-uuid-generic f5a2e9c7dc2e10ad58faf2c5423a95d4 ./.disk/info d41d8cd98f00b204e9800998ecf8427e ./md5sum.txt e159f09e004beb6d3325875d7998a1d1 ./dists/noble/restricted/binary-amd64/Packages.gz 74ee43065874b6e4da41876ac573bf0e ./dists/noble/restricted/binary-i386/Packages.gz 55fe2e7ad9a2a2690e72061aed61df75 ./dists/noble/main/binary-amd64/Packages.gz 2863a4677ba73e211f4cf703c75f77f4 ./dists/noble/main/binary-i386/Packages.gz 569ac8993d0c528e81d472e220ccc487 ./dists/noble/Release.gpg a3f40ecf479c3233c7908bc56f1b9396 ./dists/noble/Release cd44845594986934d7a8a013c78a7467 ./boot.catalog 2ef40d9195b348cd79d68e2ed9efbb97 ./boot/grub/x86_64-efi/tr.mod 8d2bb39506422fc693e7b50db994dbca ./boot/grub/x86_64-efi/setpci.mod 1a536fa7a1c5c159d591cac12ed129a4 ./boot/grub/x86_64-efi/adler32.mod ed3ddb44dc44d1f2a5e64e8ca1063862 ./boot/grub/x86_64-efi/luks.mod ca80ab682fc1d59fcee1439a2e99844e ./boot/grub/x86_64-efi/cmp.mod 7d761b68f190859b9800b1e7835b4e5b ./boot/grub/x86_64-efi/hello.mod f465e9951edc91a6466837a5907b027d ./boot/grub/x86_64-efi/efi_gop.mod 50a45b035e3e84efe228b676c3a67467 ./boot/grub/x86_64-efi/help.mod 2a879e47268b161ccaa7d628c19d5aba ./boot/grub/x86_64-efi/hfs.mod b922c49ba240102e57559ac29235a3e5 ./boot/grub/x86_64-efi/gcry_md5.mod 5c725028ba450b14f8b1ed458a02fb0a ./boot/grub/x86_64-efi/net.mod e7b06a39a13986f3af58e4aab0e92dfb ./boot/grub/x86_64-efi/dm_nv.mod 6938549cf02f759d0d988695c5612987 ./boot/grub/x86_64-efi/chain.mod 213a87e5e41f6d95f56adab71ea732be ./boot/grub/x86_64-efi/gfxterm.mod 26254540c74b76e767ad962f14a7a84d ./boot/grub/x86_64-efi/sleep.mod 7e97cf8266109827de8be91be1423145 ./boot/grub/x86_64-efi/gcry_arcfour.mod e31eb6cbc7214c751a9e605197976d03 ./boot/grub/x86_64-efi/cpuid.mod a0f92778023519a8e80317ef81eb209c ./boot/grub/x86_64-efi/gptsync.mod bd36e139aa6d0df5b74a50f21209acf2 ./boot/grub/x86_64-efi/hfsplus.mod 8b64c713ac1cd070b9bf58b97d0a6154 ./boot/grub/x86_64-efi/ntfscomp.mod 02b988d7196362ddf27caaecf35c23dc ./boot/grub/x86_64-efi/partmap.lst 7c10c33690ff74bf917834ef1fce504e ./boot/grub/x86_64-efi/datetime.mod f8904be454946278540d65c4fd4e748c ./boot/grub/x86_64-efi/mdraid09_be.mod 6a3f58db454b17a0a339323b3e134a6b ./boot/grub/x86_64-efi/crypto.lst a63d5edb5a4a734a89eeba009df14f7b ./boot/grub/x86_64-efi/iorw.mod df5990d76c0aa2a7be384702bfc0ed1a ./boot/grub/x86_64-efi/afs.mod 7dd1c91639336476646a0a0f92c81075 ./boot/grub/x86_64-efi/gcry_idea.mod 506a589bbacc7f4169d71f82554a2ca8 ./boot/grub/x86_64-efi/crypto.mod 32a33b7f79dd4505c46e2070a396d477 ./boot/grub/x86_64-efi/hexdump.mod c5cd2e609821b6273f197a45d39250f9 ./boot/grub/x86_64-efi/gcry_serpent.mod ea5bc7edd08c66f9f6cffebcf8e2eccb ./boot/grub/x86_64-efi/gcry_rmd160.mod b5da3a8b1f7a6cac95ee3e5037fc8066 ./boot/grub/x86_64-efi/part_acorn.mod e9e6a30f3a1e87da6590de8e39a0854b ./boot/grub/x86_64-efi/nilfs2.mod 93e23cdb0b7e00dcbd27e94de919a40c ./boot/grub/x86_64-efi/efi_uga.mod bf9c068bd9efb24242868e8d16cf875f ./boot/grub/x86_64-efi/usb.mod 1c01d2c9881ad68be82c4cddc35a7176 ./boot/grub/x86_64-efi/raid5rec.mod 25c9270c2de6322bf6533beb0d0359d5 ./boot/grub/x86_64-efi/part_sunpc.mod fd2fa82abbd9e55623f393d0797332ea ./boot/grub/x86_64-efi/gettext.mod f51711e3668f57c4f9fe030e08f15376 ./boot/grub/x86_64-efi/div.mod b8b64fe55ff995ee6df9225c2a02189f ./boot/grub/x86_64-efi/testspeed.mod 4f8dcfffde8af22aefe050e26182087f ./boot/grub/x86_64-efi/newc.mod 004951ad9046f00633de43b9523bd950 ./boot/grub/x86_64-efi/reboot.mod 4caa0eb526cae1be2f0eba2ebe48d191 ./boot/grub/x86_64-efi/mul_test.mod 5f3e4d060495dc290f56490ef4eaa4c4 ./boot/grub/x86_64-efi/lsefisystab.mod eae5efa0675dbf1729f08a2834b4938e ./boot/grub/x86_64-efi/rdmsr.mod e648532f31039c555738cfa435b4f375 ./boot/grub/x86_64-efi/ntfs.mod ef28813fd8f882bba44478b0e19fc48c ./boot/grub/x86_64-efi/moddep.lst 9d8b805f2d78c495a70708c231b20983 ./boot/grub/x86_64-efi/file.mod 64366409be1ad71f3ae29efe98f4f756 ./boot/grub/x86_64-efi/linux.mod 1baedf8e831c05282f383594ba50a513 ./boot/grub/x86_64-efi/cbtime.mod 52f6867156a48eec826b6a54b1f0c3f0 ./boot/grub/x86_64-efi/tar.mod 924775127eded1df498896dedea7659d ./boot/grub/x86_64-efi/regexp.mod 892c4a308cde633e30ac8a452eb307b4 ./boot/grub/x86_64-efi/halt.mod 3b7f5e38a459bc148e05798db582d62b ./boot/grub/x86_64-efi/cbtable.mod 6cce8126b63af99bcff84e75694cb2dc ./boot/grub/x86_64-efi/video.mod 4d91684ba194ce725a53f100543b1c1f ./boot/grub/x86_64-efi/iso9660.mod d2aa920f2a2b2a8c4b6d071072120499 ./boot/grub/x86_64-efi/peimage.mod f70e61c1bcdcc602a68b098402435483 ./boot/grub/x86_64-efi/squash4.mod 9fae84d12066f022ec675da77fcc097e ./boot/grub/x86_64-efi/echo.mod 64dff963cb7fd5442e3bebf000b2206b ./boot/grub/x86_64-efi/lspci.mod 4a755e67c9955def6e38141b890ccb38 ./boot/grub/x86_64-efi/macbless.mod 1bc3863596de979f77b6a88fed9a6d44 ./boot/grub/x86_64-efi/fshelp.mod 17ade277bd66927569e31122b9a069da ./boot/grub/x86_64-efi/pbkdf2_test.mod 068e072b06d645111bcf215d948c6218 ./boot/grub/x86_64-efi/tga.mod 327dc6ac863dac4eb42d8c2031e5e43c ./boot/grub/x86_64-efi/ahci.mod 3b863e8f04e2e673a272dae146acc685 ./boot/grub/x86_64-efi/gcry_sha1.mod 1f90a3f207ba596b15934bc094a6d29b ./boot/grub/x86_64-efi/legacy_password_test.mod 4319a4dfadf0de49960f988e10aa63e4 ./boot/grub/x86_64-efi/gcry_des.mod 969d4f6eabc5a5d5f84777db82ffe513 ./boot/grub/x86_64-efi/minix.mod 1073c16305c37167026953ce8334d238 ./boot/grub/x86_64-efi/fat.mod 9f361e7f2e75c44789872b292cfa5a7a ./boot/grub/x86_64-efi/cpio_be.mod 819234efd664cbc51017c1c24ab2ea18 ./boot/grub/x86_64-efi/loopback.mod 5475757f121577e724a3ea1d1ed7332f ./boot/grub/x86_64-efi/affs.mod 9290e9ebb6ac3501d9c735225becd978 ./boot/grub/x86_64-efi/lssal.mod b82db0fc762617269712638b71031231 ./boot/grub/x86_64-efi/xnu_uuid_test.mod b8f477c82eb7bf22d14b85f761690cfd ./boot/grub/x86_64-efi/part_dfly.mod bd5ea6e9b6f17dfeffa403898ac675e2 ./boot/grub/x86_64-efi/time.mod bd671a90abcfa2e311d5f77a5911c62b ./boot/grub/x86_64-efi/usbtest.mod 6c34997b48dec3f592460d51d5967077 ./boot/grub/x86_64-efi/search.mod bdcd18f9de3d21540689dc728a91c6af ./boot/grub/x86_64-efi/relocator.mod b86555920110eb357e7ac2f69dadac6a ./boot/grub/x86_64-efi/http.mod 0c1ef60429660c491ea703fdf01c5149 ./boot/grub/x86_64-efi/parttool.mod a989e1071bf07061bd16552d67ef6c48 ./boot/grub/x86_64-efi/videotest_checksum.mod 989e4896bcf622c18f8396c773dc2c42 ./boot/grub/x86_64-efi/exfat.mod 6da3f2ce235a386df3585a93c5d7bcd4 ./boot/grub/x86_64-efi/bitmap.mod cb2592fcb1babee578d00543c417804f ./boot/grub/x86_64-efi/udf.mod d1bb41863255d2e246ec165d6b10e4d8 ./boot/grub/x86_64-efi/ufs2.mod 93a94cda569fb7a0b87011eb16110d9e ./boot/grub/x86_64-efi/cbls.mod 6eef22320f30ce1038093f9c02a6bf4d ./boot/grub/x86_64-efi/diskfilter.mod 533d024a2bc2c9cb36aef9e7b3146e9d ./boot/grub/x86_64-efi/functional_test.mod 33c79fc907db2ee10e449757e68ebe9b ./boot/grub/x86_64-efi/afsplitter.mod dede6d1c1177d56799d1d52a1f59c2f7 ./boot/grub/x86_64-efi/lzopio.mod 04a74b3adca3a665de3e5fe68d1bdd66 ./boot/grub/x86_64-efi/lsmmap.mod 55e9e7d4d034e05c18fc0bf493302627 ./boot/grub/x86_64-efi/serial.mod 8db0a6498a0f0ad62a6a9f66e5c921b6 ./boot/grub/x86_64-efi/sfs.mod 7dd4432d0bce3265aef3a1c4d935e8f8 ./boot/grub/x86_64-efi/cmdline_cat_test.mod f137c6bac7e789426c7a51ed2877d772 ./boot/grub/x86_64-efi/gcry_rijndael.mod 2dd52f2456ec8b7f45213e2bf772bd3e ./boot/grub/x86_64-efi/archelp.mod 49bcb03b35f2a9e196367c034531a3b2 ./boot/grub/x86_64-efi/gcry_cast5.mod 02d835b9e5f0d46e430acc084d39b6ef ./boot/grub/x86_64-efi/mdraid1x.mod 52d494351f626492cc208b4376ac7acb ./boot/grub/x86_64-efi/gcry_whirlpool.mod 2ec7c73548d7458c092ae7357add6a6f ./boot/grub/x86_64-efi/macho.mod 00daf7de2ae530575941822301d98ab1 ./boot/grub/x86_64-efi/mpi.mod d66e7a42238e49a9ffbaee1deb1be8b1 ./boot/grub/x86_64-efi/xfs.mod 7c1234655c1b6b861da0ab9d557285c5 ./boot/grub/x86_64-efi/strtoull_test.mod aad355b83c03c770b14ecc0f8798206e ./boot/grub/x86_64-efi/video_fb.mod 715cdff96c4dd5c3a650f6f8eac90b23 ./boot/grub/x86_64-efi/extcmd.mod c4e6be06a078ef9e72131792cf59e42f ./boot/grub/x86_64-efi/ehci.mod 3190a91d3075032543740d0998971d77 ./boot/grub/x86_64-efi/parttool.lst 3c3b25f942f12c528340cf997c4ccf80 ./boot/grub/x86_64-efi/bufio.mod 5cae41cff4b027cfc1e8221edf905ef5 ./boot/grub/x86_64-efi/aout.mod d0087dfaba44bd9f106e42c0930e26c2 ./boot/grub/x86_64-efi/gcry_twofish.mod c27613177cfef7cd5399e07ed428c2ac ./boot/grub/x86_64-efi/usbserial_pl2303.mod f9a95572e952c6e381c4f1b59f6f0fb6 ./boot/grub/x86_64-efi/uhci.mod ff22e9d777e00bd07a3b048412b291ce ./boot/grub/x86_64-efi/part_plan.mod 61aa6af9b28fb915784e033e2c9bdd75 ./boot/grub/x86_64-efi/configfile.mod de0c611aae235ae97899e53a5627220b ./boot/grub/x86_64-efi/setjmp_test.mod e4be44707866aa203f3c04d722c32dcb ./boot/grub/x86_64-efi/mdraid09.mod d88a46c70904fbebea26c373c81862d9 ./boot/grub/x86_64-efi/zfs.mod 927c707356a2cbeaf105bb55179b9477 ./boot/grub/x86_64-efi/probe.mod 4f09fab71afb84bf87ec56b66d66584c ./boot/grub/x86_64-efi/minix2_be.mod 711521d15b2ea71a16b4bf104266ceb5 ./boot/grub/x86_64-efi/eval.mod 9afc3b5d5dcc0560dc7a18e7141baa6c ./boot/grub/x86_64-efi/test.mod 685c6278810818e81e2907e0205f4639 ./boot/grub/x86_64-efi/part_bsd.mod 3e3034376f5a5a63ac3851bb615f9fa5 ./boot/grub/x86_64-efi/gcry_tiger.mod 45f557a9bfef88a9cf0cdcf5b232b8e6 ./boot/grub/x86_64-efi/minix3.mod 60bcfcf5e399fd62ea569fead8948aaa ./boot/grub/x86_64-efi/zfsinfo.mod 62c1e1ed20df190f58dc45cef9b64314 ./boot/grub/x86_64-efi/random.mod 90a963e67c51f0b23045b9cc36f35d87 ./boot/grub/x86_64-efi/pgp.mod c275aabb3c7d2103ee793f6ab7afd535 ./boot/grub/x86_64-efi/minicmd.mod ba0d591e3ce71e74eb86bfe3168f72e6 ./boot/grub/x86_64-efi/gcry_crc.mod 6c3ccda17246b3f63229aee42149788a ./boot/grub/x86_64-efi/smbios.mod 7dcee6b56545eaea2881606b92390e1d ./boot/grub/x86_64-efi/video_colors.mod 699d68b188ee285926f0af078a048b6c ./boot/grub/x86_64-efi/ctz_test.mod 50d5a734d62d1a4783f22e99185bc017 ./boot/grub/x86_64-efi/shift_test.mod 4f72bc2bcabe379b4fe0f7e1bbd03c04 ./boot/grub/x86_64-efi/fs.lst d2e41518d2845f2a9f01306ee63b778c ./boot/grub/x86_64-efi/terminal.mod 8d4e8426a89c4937fb68f513b9b5800d ./boot/grub/x86_64-efi/crc64.mod 10efff378538e05d721429d2578119c7 ./boot/grub/x86_64-efi/reiserfs.mod 86156bb503ca63da44716fdff4432180 ./boot/grub/x86_64-efi/ls.mod 26e4938f029c7bbfcfe81908fdbfa12a ./boot/grub/x86_64-efi/hdparm.mod 65042204ced0e63c56971c62b124b02b ./boot/grub/x86_64-efi/bitmap_scale.mod 8eb51ea7eb2aaf623a5dac37864f6d28 ./boot/grub/x86_64-efi/ufs1_be.mod 4e7b6693fe7d22543ec4c045cfafe1d1 ./boot/grub/x86_64-efi/lsefimmap.mod f98e1500c31d7f96f9251f2bb396c350 ./boot/grub/x86_64-efi/div_test.mod 9b42fba589a23c3d8c00e73e64073d5d ./boot/grub/x86_64-efi/fixvideo.mod ca7ccb898137ecff84029bf966c3a7e1 ./boot/grub/x86_64-efi/usbserial_usbdebug.mod b988ef19872464e04fc62b75cf2701ef ./boot/grub/x86_64-efi/ata.mod 58f42a7ec65c1a96b02a495818bcfb2e ./boot/grub/x86_64-efi/exfctest.mod 84ce22ec5ea5b64c695a85d75e762895 ./boot/grub/x86_64-efi/command.lst 553bb6d27a3a9f6bd7b6dc632379d91e ./boot/grub/x86_64-efi/memrw.mod 04548a48ee4b1f4bd17832fa0b4805d8 ./boot/grub/x86_64-efi/search_fs_uuid.mod f7e2ec3dfd8b32872c6805c3ab840905 ./boot/grub/x86_64-efi/usbserial_ftdi.mod 93b748d603c6f38dcc32a1da9c45c6b5 ./boot/grub/x86_64-efi/png.mod 6cc8ab8977b7794f4ef0bebf15a83093 ./boot/grub/x86_64-efi/progress.mod 5eecb3d422f9f9659b10628018dafbb9 ./boot/grub/x86_64-efi/gcry_md4.mod cc6e138468b10b9c9dd04853c5966e77 ./boot/grub/x86_64-efi/geli.mod bc1d24c7587d6b08871579822baef7ca ./boot/grub/x86_64-efi/gcry_blowfish.mod 73b115a7e41bfc2cb339530684d7595a ./boot/grub/x86_64-efi/bsd.mod bb7f55f4ab50eafd56496bb2fc44beb6 ./boot/grub/x86_64-efi/lsacpi.mod 9492d21cb08b78c6971202df63013f22 ./boot/grub/x86_64-efi/bli.mod adb09807cc941e1a0568409ded8979b3 ./boot/grub/x86_64-efi/cs5536.mod 39acce9bc5459a6655a581803b72551a ./boot/grub/x86_64-efi/keylayouts.mod 4d25459bfc33ad60ec89b2221441a8c1 ./boot/grub/x86_64-efi/offsetio.mod e420ce422c19516be7e9d63eba1f303b ./boot/grub/x86_64-efi/terminfo.mod 70992d56a0fc72529c89b76d6ea31ad0 ./boot/grub/x86_64-efi/ext2.mod 7f93786ca98645a0364269c9e4039e0c ./boot/grub/x86_64-efi/setjmp.mod 94261df1bd902d3fa26aae012bd8b20e ./boot/grub/x86_64-efi/gcry_sha512.mod e9e9025948470aff317ee24de8a2401e ./boot/grub/x86_64-efi/search_label.mod 6d317e4865e869af628d08baf2499124 ./boot/grub/x86_64-efi/appleldr.mod 4d74e15f1d015303aa6b2f4da0247c19 ./boot/grub/x86_64-efi/raid6rec.mod fc405028167a4d705951461b8b56a6e3 ./boot/grub/x86_64-efi/play.mod 620fd814910079e2ca8aea01f94f6fc1 ./boot/grub/x86_64-efi/acpi.mod 24c04e6180fb7bc4b2bf224bbc2dd216 ./boot/grub/x86_64-efi/jfs.mod 7d98fc364d9f8adeb18abb59e63b2def ./boot/grub/x86_64-efi/gcry_camellia.mod b3efcc74c2126461055e07337d422c98 ./boot/grub/x86_64-efi/efinet.mod e53ce08bd3b47d461609842056702e51 ./boot/grub/x86_64-efi/true.mod fe081d0d1daf70d060932d421a366446 ./boot/grub/x86_64-efi/gfxterm_menu.mod 126c423a2b60fd430f16cf82c5da55aa ./boot/grub/x86_64-efi/tpm.mod cf016e9f5ea4bfdd8f03587a86486481 ./boot/grub/x86_64-efi/procfs.mod 3b7d6349567cff379852e2be1435410c ./boot/grub/x86_64-efi/f2fs.mod cf344caf87a03194cf6cafd2291a262a ./boot/grub/x86_64-efi/gcry_rfc2268.mod 7a6b94f812504784a594cde34876deee ./boot/grub/x86_64-efi/hashsum.mod 3e137c821220a69b965f35b009a6198f ./boot/grub/x86_64-efi/wrmsr.mod f0620447b953bdbf921e3e26dad8ec9c ./boot/grub/x86_64-efi/scsi.mod 6bbcd2b42117d125cc7a5070d8e292d9 ./boot/grub/x86_64-efi/cat.mod d84e6f59119043e9993a938fb18ff774 ./boot/grub/x86_64-efi/linux16.mod 7cc7e23a9ca2869523830a8d810a35c1 ./boot/grub/x86_64-efi/test_blockarg.mod 32f3822d6babb854b66895b3b4ec0ab4 ./boot/grub/x86_64-efi/password_pbkdf2.mod 8187d40fbb7194ca683fc47c94135007 ./boot/grub/x86_64-efi/video_cirrus.mod dd8bd5c8fcf0b515f75c304d33e30f00 ./boot/grub/x86_64-efi/legacycfg.mod a091d2329bfb953eaa3c0005e12b50a9 ./boot/grub/x86_64-efi/bswap_test.mod 4a7bcea9b2449115b6287fa5033036c3 ./boot/grub/x86_64-efi/spkmodem.mod f23430ba75dddfea4a87832af8f40b04 ./boot/grub/x86_64-efi/backtrace.mod 902f2998160b916caf837e3e204279f8 ./boot/grub/x86_64-efi/nativedisk.mod 9d624e66a3450d1a21af1e85e87e01b1 ./boot/grub/x86_64-efi/cpio.mod 8b2933a15ce1773388eee6fb532f341b ./boot/grub/x86_64-efi/zfscrypt.mod a4509f1a0ce39b66de132cfc4f4455c9 ./boot/grub/x86_64-efi/usbserial_common.mod 03300bc9c7330696373185e656767dc1 ./boot/grub/x86_64-efi/json.mod 67c9383fbc93c9ef731f216ff346881d ./boot/grub/x86_64-efi/luks2.mod ed1e0077ebc2e9920e9cfa254706a22b ./boot/grub/x86_64-efi/romfs.mod 791583e8e4961e179b2cfa757cac17fb ./boot/grub/x86_64-efi/ufs1.mod 898d352d73f8b8deda3fe934fcfaceea ./boot/grub/x86_64-efi/trig.mod 6aa8e0179723b69fcbe7ccfd2d96000f ./boot/grub/x86_64-efi/at_keyboard.mod 23cb07e4dec70c02365a132aaebaf4fe ./boot/grub/x86_64-efi/sleep_test.mod 5d268834e92f18f4484818461485facc ./boot/grub/x86_64-efi/videoinfo.mod 7fbd4ab33e4b356281b5d9fdfe37b35b ./boot/grub/x86_64-efi/memdisk.mod 603e4765b505ed1239c539c2c5572393 ./boot/grub/x86_64-efi/minix3_be.mod 09b960e68a0bc356b46f8d81e9ac8b55 ./boot/grub/x86_64-efi/video_bochs.mod 93299a99d59f9ccb1fc2be58d7f5c624 ./boot/grub/x86_64-efi/part_sun.mod 5ba6edd41e220fe2bb33c2d82b125a64 ./boot/grub/x86_64-efi/cbfs.mod 40539df7da1a8723b70f4963419025b9 ./boot/grub/x86_64-efi/pata.mod ce5455a6ff7eb979c5f58cf8bd0fb22c ./boot/grub/x86_64-efi/ldm.mod 3f143096a3d743055aa4b9dcac6f15a4 ./boot/grub/x86_64-efi/priority_queue.mod a86b538aade1a37d7f10916752c9abf4 ./boot/grub/x86_64-efi/search_fs_file.mod 9905c4522282121d4859bdbc61a49d64 ./boot/grub/x86_64-efi/videotest.mod b502e1e8df122675bfd8f6136ec90033 ./boot/grub/x86_64-efi/zstd.mod 87cecce29a44bd46f77bf69cac70d31e ./boot/grub/x86_64-efi/date.mod f25546450f117e10149868d3634b72e3 ./boot/grub/x86_64-efi/mmap.mod f1b2755d45f3ea61c54a53beebfc5159 ./boot/grub/x86_64-efi/hfspluscomp.mod 4f4a515b03cfad42570b7c2bd942c50a ./boot/grub/x86_64-efi/minix2.mod 4161038ce73d9400f6caa353b5fb7940 ./boot/grub/x86_64-efi/ohci.mod 4d80d4786cc855135c4ca1a524adf834 ./boot/grub/x86_64-efi/font.mod 982ffb9f288e3211446ec43a713d1e26 ./boot/grub/x86_64-efi/elf.mod d41d8cd98f00b204e9800998ecf8427e ./boot/grub/x86_64-efi/fdt.lst 0cce20fa33fd9a8f5d64200f8b55997d ./boot/grub/x86_64-efi/gzio.mod b3b124662cdddc66b476664ce55c497a ./boot/grub/x86_64-efi/efifwsetup.mod d5415bdc9dcb52c460fe85ab03f89869 ./boot/grub/x86_64-efi/loadenv.mod f6aba301871943daa728ba4f1f75847d ./boot/grub/x86_64-efi/boot.mod 3345761d32cee9b577ab95202603e15d ./boot/grub/x86_64-efi/gfxterm_background.mod 211d7033afbaf22778a700537343606f ./boot/grub/x86_64-efi/xnu_uuid.mod 9595dbc54b664d69e5556c1433b98e62 ./boot/grub/x86_64-efi/disk.mod 257b41ec35e3703dc8eb42cca70c6bfb ./boot/grub/x86_64-efi/cbmemc.mod e9e6437b722d53ea4a7883ed8c05fcbc ./boot/grub/x86_64-efi/part_apple.mod 2aa7c2dfb5c81d1d929e9578d520d825 ./boot/grub/x86_64-efi/xnu.mod df75b6bfb4c307685db09ed888dc9f43 ./boot/grub/x86_64-efi/tftp.mod 7b36091b0904f028fe10d518ded4054b ./boot/grub/x86_64-efi/multiboot.mod 597202a5ecdf76e8cc57fba081cbaa26 ./boot/grub/x86_64-efi/gcry_sha256.mod f49880603500210f11d25289e457f701 ./boot/grub/x86_64-efi/testload.mod 098832497928edecd396096490b430de ./boot/grub/x86_64-efi/terminal.lst 7d86acc3d68833f22603dc5859e8ebdc ./boot/grub/x86_64-efi/video.lst 8a8f3b05284ffa396d6df1fe2d8d91ff ./boot/grub/x86_64-efi/datehook.mod 8d9b52f71e84e73627efe833c7242e47 ./boot/grub/x86_64-efi/btrfs.mod 3aaf748e4a036aa9c8cb991571933db1 ./boot/grub/x86_64-efi/read.mod fb919880353166e5a30ce2096c37ad4c ./boot/grub/x86_64-efi/lsefi.mod 54fb483a77660585db3870a12cf241b6 ./boot/grub/x86_64-efi/gcry_dsa.mod bc40f4f8a41216aa74d2c97f5704f40e ./boot/grub/x86_64-efi/password.mod d606cf83de309f3a9414c7f59910893f ./boot/grub/x86_64-efi/usbms.mod ca85d1067948ee5e1c44411f08a191a0 ./boot/grub/x86_64-efi/odc.mod 82a5c8ef3bb8c620462dae0c8750ce13 ./boot/grub/x86_64-efi/keystatus.mod 5edb80bbe2f57bf03a2f45969d7591fb ./boot/grub/x86_64-efi/gcry_rsa.mod 36658bb5428cbb7455375efd1628f44a ./boot/grub/x86_64-efi/part_msdos.mod b8a2259bdb026ca98abfe99306e3c54b ./boot/grub/x86_64-efi/all_video.mod cf7dc49229eb3f0bc9664b0fb3fa15d2 ./boot/grub/x86_64-efi/bfs.mod 79a597fe2e96a1c4c011648df4cc483e ./boot/grub/x86_64-efi/gfxmenu.mod 7f7f30d8d20409fc864e90f87a380794 ./boot/grub/x86_64-efi/jpeg.mod b0b23439364db869f5d61bb6f48c83ce ./boot/grub/x86_64-efi/cryptodisk.mod a5ec3ed45561502d0ad0b5b58b41214d ./boot/grub/x86_64-efi/part_dvh.mod a1192005bd969cc8dfdbdfd917c29c9b ./boot/grub/x86_64-efi/syslinuxcfg.mod f1d0e439393f4ce1d5e5919a90141757 ./boot/grub/x86_64-efi/signature_test.mod 53a483f1440f151256e176bf343b2cc3 ./boot/grub/x86_64-efi/xzio.mod 127ad5a14e59337d149ea356814059a8 ./boot/grub/x86_64-efi/part_gpt.mod 60aa80c54331444c0b0e21f3a3d25903 ./boot/grub/x86_64-efi/loadbios.mod bfc1f8b53107faee4305122d599eec57 ./boot/grub/x86_64-efi/normal.mod b6d079d1aedf874e9e95d3b029500440 ./boot/grub/x86_64-efi/pcidump.mod d7314a500cc2c055757815462302802c ./boot/grub/x86_64-efi/cmp_test.mod c5bebecd5a8d30a753c9b657e0e1a0b7 ./boot/grub/x86_64-efi/pbkdf2.mod 2e502ae4db5cea76b15e828d8f6821c4 ./boot/grub/x86_64-efi/lvm.mod 7102f191cf9e24239e8d799ac107bb46 ./boot/grub/x86_64-efi/part_amiga.mod 40a44d1a161187c97a9c71f778f585fc ./boot/grub/x86_64-efi/msdospart.mod 797e7a73382deddd87708ba6a4bf044d ./boot/grub/x86_64-efi/blocklist.mod 5f06426e046ff151f572f93827ae230b ./boot/grub/x86_64-efi/morse.mod 8bbca569e42c55cea032f9c7197d7fa4 ./boot/grub/x86_64-efi/gcry_seed.mod 2e36f7898ad368b53b464728fcd94486 ./boot/grub/x86_64-efi/multiboot2.mod a53812cdfc8802c63a3a2e1c2d124f3f ./boot/grub/x86_64-efi/usb_keyboard.mod c14421a3279730118e3d85f223074a93 ./boot/grub/x86_64-efi/minix_be.mod 59e47fa5481c9a9474e5d9b4c14b6398 ./boot/grub/x86_64-efi/efitextmode.mod 3e2520970807ef4b8f0f43a6a1d8e188 ./boot/grub/x86_64-efi/plainmount.mod 17253f8077f0cf95dd26a7cd4f131f27 ./boot/grub/locale/et.mo 07db45259bb90094aa5761d5a5c32c38 ./boot/grub/fonts/unicode.pf2 13d18a922b0e638c43a28652d0bfc8b6 ./boot/grub/i386-pc/tr.mod 986ae60d028f16d964890726479c9e54 ./boot/grub/i386-pc/setpci.mod bfa3088fa928f8715df34303838929d8 ./boot/grub/i386-pc/adler32.mod f88dc6db1c1ff7b58b85f24daa864aea ./boot/grub/i386-pc/luks.mod 8356a76174432039a1e528af18eed977 ./boot/grub/i386-pc/cmp.mod a9e9878f347e02635cf03fa7b76bbe5d ./boot/grub/i386-pc/hello.mod 82f5d8f368b50c60012368c74d0966dd ./boot/grub/i386-pc/help.mod a480ae9d6ea709f4df7b3780c597733f ./boot/grub/i386-pc/hfs.mod 6fdf5533ec5309e7ebe1b64bafeb3ef8 ./boot/grub/i386-pc/gcry_md5.mod 571d925563038fe283230c69ea871c77 ./boot/grub/i386-pc/net.mod 6d20187ef498c6806c4a2de92a09fdf5 ./boot/grub/i386-pc/truecrypt.mod be43fd8140e300c2b8b054cdb98f8716 ./boot/grub/i386-pc/dm_nv.mod 690c0d817268a3e18681f2071b5512cd ./boot/grub/i386-pc/chain.mod 07e40bf23f08b200c4d20a7225b1b3d2 ./boot/grub/i386-pc/gfxterm.mod 6ac511af837ac4c74b9f5b63016c49f0 ./boot/grub/i386-pc/sleep.mod 276ce7f96d455f037864b9c2e04f33a7 ./boot/grub/i386-pc/sendkey.mod 595217e36f5d72539658568b0640e391 ./boot/grub/i386-pc/gcry_arcfour.mod a2c3c65af70298eaf84758d4f053fe7f ./boot/grub/i386-pc/ntldr.mod 3fe0b7e7c7153f997a144433b5c86e34 ./boot/grub/i386-pc/cpuid.mod edc3a7755c8ae35edc81bc0a22e1a29c ./boot/grub/i386-pc/gptsync.mod 402bba49ba027ee4bd7629700849f09d ./boot/grub/i386-pc/vga_text.mod 128f6e0c7f53f010272b3e2e601348ef ./boot/grub/i386-pc/hfsplus.mod ad3d7aabdd1793e2ca27684b99261002 ./boot/grub/i386-pc/ntfscomp.mod 02b988d7196362ddf27caaecf35c23dc ./boot/grub/i386-pc/partmap.lst 1c1d6de7a79c46658db9c71b6bcdcc56 ./boot/grub/i386-pc/datetime.mod bcc1170f8b4b2ca68dcb0966036ed0a0 ./boot/grub/i386-pc/mdraid09_be.mod 6a3f58db454b17a0a339323b3e134a6b ./boot/grub/i386-pc/crypto.lst 34e282c90c97e6dd15fda93888634cfc ./boot/grub/i386-pc/iorw.mod 4761a2a5dc2c40238372db68e8047e72 ./boot/grub/i386-pc/afs.mod 2da3af91a779efedda763e8dcd782da0 ./boot/grub/i386-pc/gcry_idea.mod f45a279cecedbd2d34cfe4208bf6184d ./boot/grub/i386-pc/lsapm.mod 92a6ac2a505cd94b518153808487f97c ./boot/grub/i386-pc/crypto.mod f1336242153c6b20e7b517d35db34c0c ./boot/grub/i386-pc/hexdump.mod de7b26b49d6b7b5ae5207eef71bca3d6 ./boot/grub/i386-pc/gcry_serpent.mod b53865252940a0c3bac2fa31cb819035 ./boot/grub/i386-pc/gcry_rmd160.mod c7c05479369b3907d48646eba9adcd27 ./boot/grub/i386-pc/part_acorn.mod 293abc2f1f01ef09b56e1e5b582f1949 ./boot/grub/i386-pc/nilfs2.mod 2c7c4bbbac646d15cfb509a43e8a4ced ./boot/grub/i386-pc/usb.mod a1992e3ccf1bd8cb16d80704c5eeca76 ./boot/grub/i386-pc/raid5rec.mod c554a1a9faead78e7c771c6dd9bc7f95 ./boot/grub/i386-pc/part_sunpc.mod 19261f1af640828a64cda7a52ff1683a ./boot/grub/i386-pc/gettext.mod 218d6bc594474ede6b4f714ad1c66daa ./boot/grub/i386-pc/div.mod 8b12f396c433518fe5e7bf5d2573478b ./boot/grub/i386-pc/testspeed.mod 6eeb36c53dbde52d5fbd74b0234b98d3 ./boot/grub/i386-pc/newc.mod d36d78d1efca808e8bf51ae03e431958 ./boot/grub/i386-pc/efiemu.mod 52bec66f10207e9a418ec97773b04b99 ./boot/grub/i386-pc/reboot.mod 30997e67636320ebb0fa01f096226e7c ./boot/grub/i386-pc/mul_test.mod ef4290a07fb19f8816b82b916f6b6a50 ./boot/grub/i386-pc/rdmsr.mod 715016c7d17a9fbdb031e7c2a885999d ./boot/grub/i386-pc/ntfs.mod 663704c6df9b16443dec561e4a22b36c ./boot/grub/i386-pc/moddep.lst 09651435ccb724098547bfb22cc6fcad ./boot/grub/i386-pc/file.mod 8cea21741c655bf475ee3f27401caa42 ./boot/grub/i386-pc/linux.mod 6f12ff03cecbfed4a7a1487e62e39c88 ./boot/grub/i386-pc/cbtime.mod 78cae2813c15b25e7f40c826741a52c4 ./boot/grub/i386-pc/tar.mod bc38739db764c3c7f00507bd1f9f3c28 ./boot/grub/i386-pc/regexp.mod f23bbb96b904e279d0fddf316f812a95 ./boot/grub/i386-pc/halt.mod 531ad5ec250568f18e758907b250d372 ./boot/grub/i386-pc/cbtable.mod c08c1b5f68a9000c69c5191ff67df928 ./boot/grub/i386-pc/video.mod f31c1e98173b66d9e98aaa2fb6498373 ./boot/grub/i386-pc/iso9660.mod 869ca17e5cfc30841895c75e329d5f91 ./boot/grub/i386-pc/vga.mod 72734693a8abeb4199602b5c4e0298c3 ./boot/grub/i386-pc/squash4.mod 2d24c9a8b98dfa5bdd74f90bfc367d1e ./boot/grub/i386-pc/drivemap.mod 74e1da6a398459dadfcff4049eb2e5d9 ./boot/grub/i386-pc/echo.mod a7b2b6f6dd29a2d1a43222227253270f ./boot/grub/i386-pc/lspci.mod 50bfe3a9e6c8e34b5893cb781e1163aa ./boot/grub/i386-pc/macbless.mod 0ad3e1c0db96aacd3d4b907a1945ebd1 ./boot/grub/i386-pc/fshelp.mod e5520c4115217d00b5ede315e94d452c ./boot/grub/i386-pc/pbkdf2_test.mod 1685dac182f07a729b206bdea26f5f28 ./boot/grub/i386-pc/mda_text.mod 53bb6e36abf899f4b8a7611c2da2271b ./boot/grub/i386-pc/tga.mod 51a9c2a8bbccc0f472571ebbbddb8068 ./boot/grub/i386-pc/ahci.mod 4a88d1b5609fffbfa78a0edf9d5a3941 ./boot/grub/i386-pc/gcry_sha1.mod 251dd317824285ee2eeb11eae88f3b59 ./boot/grub/i386-pc/legacy_password_test.mod 6b011d8dfd50a293d91e137b0ac0a296 ./boot/grub/i386-pc/gcry_des.mod 601114656e924842cc13e5ad421e1a61 ./boot/grub/i386-pc/minix.mod bdfa865ab269aa65d219b60359a0196f ./boot/grub/i386-pc/fat.mod b8c88631f6d7f0bf7080e59ef4134734 ./boot/grub/i386-pc/cpio_be.mod 3396731bda981239f37007bb3c875118 ./boot/grub/i386-pc/loopback.mod b045565daf5141cdf0686c9e0e3efab0 ./boot/grub/i386-pc/affs.mod f1b38fb68b430c501a4761b88ded9555 ./boot/grub/i386-pc/xnu_uuid_test.mod 5a5ff767b7586d511af9d2a91685ee4d ./boot/grub/i386-pc/part_dfly.mod 6c9aaac4bd56dc6128638d039e1f1ca6 ./boot/grub/i386-pc/time.mod d3e40da8ba6727b234ae8c165987be23 ./boot/grub/i386-pc/usbtest.mod 1d486f1cb554d3f2476310e60b690676 ./boot/grub/i386-pc/search.mod 994dde9e18b02c4cde664d23ff3e457f ./boot/grub/i386-pc/relocator.mod e161808c20aa05b8ef0db24e80f4ff5e ./boot/grub/i386-pc/http.mod dfaab8e7be1fd4f94bddd6ed310573b6 ./boot/grub/i386-pc/parttool.mod beb5544e4764e48d3c599fd8034b68f5 ./boot/grub/i386-pc/videotest_checksum.mod c7b134de4879e925e50e6261624e2f0e ./boot/grub/i386-pc/exfat.mod 37f476b1b415e9a62f4771e4b6762164 ./boot/grub/i386-pc/bitmap.mod 37b3e6b6dbe21891b0cd87cf75168eb3 ./boot/grub/i386-pc/udf.mod 1752becadfb86dbb78576aa24dce5739 ./boot/grub/i386-pc/ufs2.mod 492293e705b0aeeee88aa24ed2759637 ./boot/grub/i386-pc/cbls.mod c4073816a0f87bfb5ae462c10a91930f ./boot/grub/i386-pc/diskfilter.mod a2a8cc0cc62a27f162cb18c45a030e07 ./boot/grub/i386-pc/functional_test.mod afd82910f973b420a5fe4e5e691ef40e ./boot/grub/i386-pc/afsplitter.mod af68926ec94ce958eb21d9c0bb4764fe ./boot/grub/i386-pc/lzopio.mod f6c393d38156e57bd9449a16e9834a8c ./boot/grub/i386-pc/915resolution.mod cd9968b1ac8097634c3f574d8125db25 ./boot/grub/i386-pc/lsmmap.mod 1dc957eb5b4fb3ceeff14daf2cad61a7 ./boot/grub/i386-pc/serial.mod 87e44ba623389ee049bc4c27653a0458 ./boot/grub/i386-pc/sfs.mod 7c23f51b3426fbb3ad251fbdd5a88d4d ./boot/grub/i386-pc/cmdline_cat_test.mod 152e0c34431942f96ac2e848a3c72e9f ./boot/grub/i386-pc/gcry_rijndael.mod 2cebcd8f914658dcb12ea2dc804e72ad ./boot/grub/i386-pc/archelp.mod 2ddb316cb858a67da40329c5606e020c ./boot/grub/i386-pc/verifiers.mod 335ac3020c650be51356cdf76ffff04b ./boot/grub/i386-pc/gcry_cast5.mod 6501217a3b9fe924b85499be04362e1b ./boot/grub/i386-pc/mdraid1x.mod fa6b9969eac8a2292fc2885f7a0d4956 ./boot/grub/i386-pc/gcry_whirlpool.mod 5e23f8d93e26e8cba3de210256c47515 ./boot/grub/i386-pc/macho.mod b36dcb7d09bbcfee6272803279a9e230 ./boot/grub/i386-pc/mpi.mod c385b7bc85d802a2cefb1890edcb6853 ./boot/grub/i386-pc/xfs.mod ac3acd5055ca19909178474a8578b5e0 ./boot/grub/i386-pc/strtoull_test.mod 1b6052b2247487f1b57bee5cdb0f664e ./boot/grub/i386-pc/video_fb.mod 06db50501a97f50be4cc0b49fccba174 ./boot/grub/i386-pc/extcmd.mod df15cc286c62ba15fc12ef4540e9b4eb ./boot/grub/i386-pc/gdb.mod 3bbc741998619f3335491c56e4412b05 ./boot/grub/i386-pc/ehci.mod 3190a91d3075032543740d0998971d77 ./boot/grub/i386-pc/parttool.lst 445fa6700d1e677a6c272a98d5f9dcbf ./boot/grub/i386-pc/bufio.mod 93aaff1eb72eaed97f76c4f013300e04 ./boot/grub/i386-pc/aout.mod 00f025db29f75e9a7550953efd47197d ./boot/grub/i386-pc/gcry_twofish.mod 1eddbd6706b4fe2e6a48efec8d94c992 ./boot/grub/i386-pc/usbserial_pl2303.mod 81da2af7f4cf5c040a2f41c8f85772e0 ./boot/grub/i386-pc/uhci.mod 470261042455cf33224bd3edeca0a97c ./boot/grub/i386-pc/part_plan.mod 6861125e63a83136c3f54920a3677fdd ./boot/grub/i386-pc/configfile.mod 39860facbe66da4a2a5f2832a02ba096 ./boot/grub/i386-pc/setjmp_test.mod 1167eab5bbc9661be49efc43d35beb07 ./boot/grub/i386-pc/mdraid09.mod 10e1bc05a72d73a014bf24d6cb493124 ./boot/grub/i386-pc/zfs.mod c4ddbc79f96dc0ab19901372476bbe88 ./boot/grub/i386-pc/probe.mod cc58e67c2b83188e9e7ae0202ffaf82e ./boot/grub/i386-pc/minix2_be.mod 9a200e60f72c6af05c845073a8c61458 ./boot/grub/i386-pc/eval.mod fac81835791668c26c9a74063ba1e2a3 ./boot/grub/i386-pc/test.mod 132e005545c342e3c8ec65763fb1f393 ./boot/grub/i386-pc/part_bsd.mod ca74aac207a8582cdcec953c6bb670d9 ./boot/grub/i386-pc/gcry_tiger.mod b36cf21679fcd19b1fbb19a585e4d8fe ./boot/grub/i386-pc/minix3.mod 64b387918cecb59d23a844b7345ba43c ./boot/grub/i386-pc/zfsinfo.mod 515e93b84ebcdc7cc7a3bc2603eaea52 ./boot/grub/i386-pc/random.mod 965e567a50d0bf3f1ed8ccd7e6a3bfaa ./boot/grub/i386-pc/pgp.mod 6f2b350acc0e20f0d15398606d4ad415 ./boot/grub/i386-pc/minicmd.mod d5d0e2e42f90586c2fe17d0d59dcf02d ./boot/grub/i386-pc/gcry_crc.mod f5316d46bec4e9631fb3b1df6ed6a235 ./boot/grub/i386-pc/smbios.mod f5ba9d04c5062ac719085bcf2a36b005 ./boot/grub/i386-pc/video_colors.mod 96e26824764de297fc07e3aafc8f376d ./boot/grub/i386-pc/ctz_test.mod 5865600bdc927424d13be9491bc2728d ./boot/grub/i386-pc/shift_test.mod 4f72bc2bcabe379b4fe0f7e1bbd03c04 ./boot/grub/i386-pc/fs.lst ad62b739e6f089a3e339e1c4004fa4ed ./boot/grub/i386-pc/terminal.mod 7cfad9fc3192fb6103f90fc60e6229a4 ./boot/grub/i386-pc/crc64.mod cf688f67a8588e38d703908bbb6296ac ./boot/grub/i386-pc/reiserfs.mod 9475da7c49643c954aef6f9d929e2710 ./boot/grub/i386-pc/ls.mod 7b3b099dc5ce0af6e3a528ed292ca3d9 ./boot/grub/i386-pc/hdparm.mod 2a4a800918eba1aa1ae7a09587fab3a4 ./boot/grub/i386-pc/bitmap_scale.mod c83aaa22300225c57299687d040e31fd ./boot/grub/i386-pc/ufs1_be.mod 13d1b31e112d18c952450b0aa4d9f55b ./boot/grub/i386-pc/div_test.mod b27195279cdf94385d0d73c1da92d049 ./boot/grub/i386-pc/usbserial_usbdebug.mod ff6616691c4faf08423d75b94f487404 ./boot/grub/i386-pc/ata.mod aac31f83767941062a89cbe674fbe22d ./boot/grub/i386-pc/exfctest.mod 17e3e1de07e334769cff2fee76655f99 ./boot/grub/i386-pc/command.lst 46e520cca26a93de0d3b58723bb03ed1 ./boot/grub/i386-pc/memrw.mod a3959d33bbf5c9c50d3bb4cf36393858 ./boot/grub/i386-pc/search_fs_uuid.mod 82d9270126de57b69b1e564cdce18431 ./boot/grub/i386-pc/usbserial_ftdi.mod 0d05952d47c861c5e2b6548d9dd1b94f ./boot/grub/i386-pc/png.mod d4f7090f5f563534f7ad7426d401933e ./boot/grub/i386-pc/progress.mod 1e3e5beff9018d59c6b33dc8938ee54b ./boot/grub/i386-pc/vbe.mod df7758e4d1634cde099e49c7579e63a8 ./boot/grub/i386-pc/gcry_md4.mod cf9b6975ab228d0e06bd07f56e3e57d9 ./boot/grub/i386-pc/geli.mod e69d55ac9e12e7a84d37e781aad17047 ./boot/grub/i386-pc/pxechain.mod 7551ae02337eaf190de59e9451e4b814 ./boot/grub/i386-pc/gcry_blowfish.mod d94833480ee74d778c85457142706d56 ./boot/grub/i386-pc/bsd.mod 19745384dfd99e2c584844f858054664 ./boot/grub/i386-pc/lsacpi.mod 87eee999b77a8172d134bc64cfcf0007 ./boot/grub/i386-pc/hwmatch.mod 03a1a5dca9e4f74042e262b18de66468 ./boot/grub/i386-pc/cs5536.mod ab6f9126147ee278ce36f840188afd4c ./boot/grub/i386-pc/keylayouts.mod 68be9947fef237941efadf9626eab3e7 ./boot/grub/i386-pc/freedos.mod 0eabc7e39381b5eb2ea537138e058424 ./boot/grub/i386-pc/offsetio.mod f04eaf34a75cad14992db9b2c7c34613 ./boot/grub/i386-pc/terminfo.mod 2f2693958cf7b241a67010921f15854f ./boot/grub/i386-pc/ext2.mod aadce93d68554099093ac8ffc14288a6 ./boot/grub/i386-pc/setjmp.mod 3918810cfc4b0e8a7ce41a4498d13ad5 ./boot/grub/i386-pc/gcry_sha512.mod c9e311388bbdb3e476a2326c522fe511 ./boot/grub/i386-pc/cmosdump.mod 4d02fe8e1b62f625cd264d04e538937a ./boot/grub/i386-pc/search_label.mod 250dba2d636158ba530cec9b1907cd56 ./boot/grub/i386-pc/raid6rec.mod 5e4f90b5b0be56c62a2455d6929b03ee ./boot/grub/i386-pc/cmostest.mod ab68d3b0d8591e36de816ae34a6707dd ./boot/grub/i386-pc/play.mod 13adf4735590d20431c74c59285268b6 ./boot/grub/i386-pc/acpi.mod b6f0401aef59e3c90ed1fc0bd549352b ./boot/grub/i386-pc/jfs.mod 240cb5854586d792cb7bb051fc63dcbb ./boot/grub/i386-pc/eltorito.img 5f33023f34ff43cca6245ef769ff2743 ./boot/grub/i386-pc/gcry_camellia.mod 3d8752f1c6661ea79e9c2ccebaeec9db ./boot/grub/i386-pc/true.mod ee953c45d969b72a8768b344d6d6a572 ./boot/grub/i386-pc/gfxterm_menu.mod 2a2b8a820e11612b14e356133e5cc637 ./boot/grub/i386-pc/efiemu32.o d9ae2e882431d8a19921f856c8c9cb08 ./boot/grub/i386-pc/procfs.mod 6266ad1250f70adb9463e8ca009ecf3c ./boot/grub/i386-pc/f2fs.mod 2e79432ce0b06edfbd0347e1f6e9ba71 ./boot/grub/i386-pc/efiemu64.o ea43898bb7085b35d4dfa6601e7cbb4f ./boot/grub/i386-pc/gcry_rfc2268.mod 8bc4050a68c9165733465a115f41c022 ./boot/grub/i386-pc/hashsum.mod ca6949be850cec7c37364479d4b7691e ./boot/grub/i386-pc/wrmsr.mod 2b9a48d2e705ba84f5429284b2535101 ./boot/grub/i386-pc/scsi.mod 08b0f1e1d80d8ddf36b2f5ba0079a15d ./boot/grub/i386-pc/cat.mod 6b3d3a18c43899a5b1504acb3a44cf85 ./boot/grub/i386-pc/plan9.mod ff5831a19751d787d91c8fe2d9522433 ./boot/grub/i386-pc/linux16.mod 5f721b2e98b49c7054c2fe9e58efde48 ./boot/grub/i386-pc/test_blockarg.mod 6db36a66db2a6fcb01f24174abccf1a4 ./boot/grub/i386-pc/password_pbkdf2.mod d78b5849925988dbba0b42d8bf83c507 ./boot/grub/i386-pc/video_cirrus.mod 670a2b69edd4d23bf23f9d704eb56ad6 ./boot/grub/i386-pc/legacycfg.mod a874eed30b89fdb599c6be92ab0233ab ./boot/grub/i386-pc/bswap_test.mod 774a8c9dfaf19e6478bb65898142c513 ./boot/grub/i386-pc/spkmodem.mod 274cbb5e539ce89c1bf1d0b28324073f ./boot/grub/i386-pc/backtrace.mod 53e9dbdfe0a5b702ffd3c6fbf996f734 ./boot/grub/i386-pc/nativedisk.mod cc7617bdb065e6b29418c315e1a33870 ./boot/grub/i386-pc/cpio.mod ec510fc8dd4219c59cf0a52307e87029 ./boot/grub/i386-pc/zfscrypt.mod f343afa2085c75a4a0be01be8a61e308 ./boot/grub/i386-pc/usbserial_common.mod f4765041119a81d434ce54905ba87864 ./boot/grub/i386-pc/json.mod 0c87a5e6082c61032aae3a28e142b3ae ./boot/grub/i386-pc/luks2.mod 8d7af7a14172b373fef0000a1d790d95 ./boot/grub/i386-pc/romfs.mod 4764dc1bb6d0a44edf48422465d18266 ./boot/grub/i386-pc/ufs1.mod 3e64372676e77c6a754c9dfaa5a7d004 ./boot/grub/i386-pc/trig.mod 38edb999479ea37d2e4634cf6320757d ./boot/grub/i386-pc/at_keyboard.mod 7931f6313ce23a244fdb6f2b35ca5965 ./boot/grub/i386-pc/sleep_test.mod d91aadee05cff6f70e6f6d8cf51cf485 ./boot/grub/i386-pc/videoinfo.mod c8ffe3d72e4ae57d2f2069f5c1ca3c33 ./boot/grub/i386-pc/memdisk.mod 1a1840e0c4741123e761e075a060a870 ./boot/grub/i386-pc/minix3_be.mod 0802df9e57da59f639c614e1fbf8be6c ./boot/grub/i386-pc/video_bochs.mod 84d9d07f9ec1eadd98944f18e5a345bf ./boot/grub/i386-pc/biosdisk.mod 3d87968843d4b82152be37d8fcc5353e ./boot/grub/i386-pc/part_sun.mod 84e579a72f43b323d4efe937e86242ab ./boot/grub/i386-pc/cbfs.mod 8d1425da88f683c689e8a5b168dcd31e ./boot/grub/i386-pc/pxe.mod 3a823e761ccd543ba3dca4007a8e09c9 ./boot/grub/i386-pc/pata.mod 5fbcd6f4a79f84eecf8468ad04a7918d ./boot/grub/i386-pc/ldm.mod 755874dc2c5d6ead0d706f1b6693613a ./boot/grub/i386-pc/priority_queue.mod b5fb487026c8f84d103e1f62a7145dab ./boot/grub/i386-pc/search_fs_file.mod e930876a484c1e7643d7ada2ac6fad02 ./boot/grub/i386-pc/videotest.mod b02a6fa63c8deaf817d1a169f8e1ec60 ./boot/grub/i386-pc/zstd.mod 96beda36ae639f70fbed5e9c14c54ec5 ./boot/grub/i386-pc/date.mod 83f888bfec1c9cee6c6f749729fa3c72 ./boot/grub/i386-pc/mmap.mod 989b51d116bbd3b5b1b0a5852fef871e ./boot/grub/i386-pc/hfspluscomp.mod 93b961cf62129db0b1d953d9f5a4bd4f ./boot/grub/i386-pc/minix2.mod 9d3a3fc4c7a0dbdc3e2dff538dfe2820 ./boot/grub/i386-pc/ohci.mod 9dbd8966867b07d7d9639d21f82a5066 ./boot/grub/i386-pc/font.mod 093897a5ba01e569ddc857d5e6a73ffc ./boot/grub/i386-pc/elf.mod d41d8cd98f00b204e9800998ecf8427e ./boot/grub/i386-pc/fdt.lst f3ff3dbef0577c8a607dccf57ad4d2e7 ./boot/grub/i386-pc/gzio.mod 44a55351a38cb7861a5f6099d168784d ./boot/grub/i386-pc/loadenv.mod 5e384703f66e73efcd1d56f4f646cfef ./boot/grub/i386-pc/boot.mod e956d337104f994166afa750071e497c ./boot/grub/i386-pc/gfxterm_background.mod 39e332135347e1d8652877ee3015b695 ./boot/grub/i386-pc/xnu_uuid.mod 2dea00fef914e49241775aa14201e621 ./boot/grub/i386-pc/disk.mod 9a42a4d9db96cb7212f38d8109b45e1f ./boot/grub/i386-pc/cbmemc.mod e74b6ce0a200a38d16c19eb30b1f3b76 ./boot/grub/i386-pc/part_apple.mod 44ff1fd8d02cc489ee38996567c711f0 ./boot/grub/i386-pc/xnu.mod 771a674a227c71e6e206cd9f3b26f50a ./boot/grub/i386-pc/tftp.mod 5c67da60dee24788d2c16a2dd0728f33 ./boot/grub/i386-pc/multiboot.mod badf57f43b5d86a45141eba748292cc2 ./boot/grub/i386-pc/pci.mod 08aececea41ff8e3b6dcf0033e3195b3 ./boot/grub/i386-pc/gcry_sha256.mod c0d16f77ea7d391646bbdc1cb11c811c ./boot/grub/i386-pc/testload.mod 856085d1f37cba1306b52fc4e83e5c99 ./boot/grub/i386-pc/terminal.lst 2f829a013450ff2e08413abb3c31a5b5 ./boot/grub/i386-pc/video.lst 91cb1fa874042e9896191a08af74a22c ./boot/grub/i386-pc/datehook.mod bd744bebeec50168d2b29ea241f3b66b ./boot/grub/i386-pc/btrfs.mod 3aa1781837cc7720470942ba28ef95d4 ./boot/grub/i386-pc/read.mod 580f7f4e4bc1251c8b5aa3d4ec183024 ./boot/grub/i386-pc/gcry_dsa.mod e35362a7e67d268657bdacba922a0813 ./boot/grub/i386-pc/password.mod 183c2774847b210680bef131e31ca3dc ./boot/grub/i386-pc/usbms.mod 477d6694a21182eb799c5afcaf3747cd ./boot/grub/i386-pc/odc.mod f9e562e63e6620b46319ed0d70328bf5 ./boot/grub/i386-pc/keystatus.mod 01af3f23c4ce826de1f44262435a2cb1 ./boot/grub/i386-pc/gcry_rsa.mod 8e6f0eb96df1edfcdc49c48b264171fe ./boot/grub/i386-pc/part_msdos.mod 0c5ee80fb7756c61a21792f72bbfe1e7 ./boot/grub/i386-pc/all_video.mod 39ba96ae56920ed0b9c08be9b2772d86 ./boot/grub/i386-pc/bfs.mod 6280bd2c5c496d8a4561df3bc68af820 ./boot/grub/i386-pc/gfxmenu.mod 5525572898549b6b15624f135af1c40e ./boot/grub/i386-pc/jpeg.mod 2d6da7a58cb464c68ba2905b65295580 ./boot/grub/i386-pc/cryptodisk.mod e73fa82677cd9aff69db48fad6cb4ce2 ./boot/grub/i386-pc/part_dvh.mod d4474b308548c7beed7b98bde3805abd ./boot/grub/i386-pc/syslinuxcfg.mod be7ecf6b1fe0c5f61a04affbd68c82c9 ./boot/grub/i386-pc/signature_test.mod aefc300799172002d5b748614717240a ./boot/grub/i386-pc/xzio.mod 860020abe27913dff57a0f2c9b273544 ./boot/grub/i386-pc/part_gpt.mod 434d18992d439e055a15e9622bbf98d5 ./boot/grub/i386-pc/normal.mod 2177b054485c5a2b40d44423f098b044 ./boot/grub/i386-pc/pcidump.mod 183e0b8bfcb560925c9f2da72aae9801 ./boot/grub/i386-pc/cmp_test.mod 72e1d359a9698f4687fcb98ffb0e4b47 ./boot/grub/i386-pc/pbkdf2.mod 4c6c5e1599cb72949181db79205e9ad3 ./boot/grub/i386-pc/lvm.mod c81e58f5427a95fbf9153caba4b89813 ./boot/grub/i386-pc/part_amiga.mod e6849a68cf2a0c85d6f9af0deb1481db ./boot/grub/i386-pc/msdospart.mod b5c38aae580046c7a254c15c54638bab ./boot/grub/i386-pc/blocklist.mod ecd912bae383471f75ffc04d10c2322a ./boot/grub/i386-pc/morse.mod aaad80126d3e225cf6132fe6b10e581b ./boot/grub/i386-pc/gcry_seed.mod 88843472cff0e0407fe01cd7dfad7cdb ./boot/grub/i386-pc/multiboot2.mod 4defd248ae4053ea901c7de5c2a29bc0 ./boot/grub/i386-pc/usb_keyboard.mod 83cc768ee68154eb981b20f8d6d064c3 ./boot/grub/i386-pc/minix_be.mod b6e1c7b442558c6b7c35d247bcc3c94c ./boot/grub/i386-pc/plainmount.mod 7ea2ba6818d6fa1f134597b88bd85899 ./boot/grub/loopback.cfg d969792771a5121c9b02164cc8b69703 ./boot/grub/grub.cfg f80e736c32820067cd55ce118a431993 ./boot/memtest86+x64.bin 9aaed8a47ff46ca97823a2b72ac41b1b ./EFI/boot/grubx64.efi 07e25dcaf57c776875f78fa36827c58e ./EFI/boot/bootx64.efi 4ba5a5aad43c197e9fb58b76b404d287 ./EFI/boot/mmx64.efi ac3a675bbb7c16eb581c56b8eebdaeec ./pool/restricted/b/broadcom-sta/broadcom-sta-dkms_6.30.223.271-23ubuntu1_all.deb dd0d0b7b7e52540a8b4cf156a78644d1 ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-common-550_550.120-0ubuntu0.24.04.1_all.deb a58c3ec4bbb1ac36c9a79fa92b73316f ./pool/restricted/n/nvidia-graphics-drivers-550/xserver-xorg-video-nvidia-550_550.120-0ubuntu0.24.04.1_amd64.deb 78456c13a10329e1dbf111b3659b0964 ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-fbc1-550_550.120-0ubuntu0.24.04.1_amd64.deb 2834169f6be039c30c118d81814744c5 ./pool/restricted/n/nvidia-graphics-drivers-550/nvidia-firmware-550-550.120_550.120-0ubuntu0.24.04.1_amd64.deb 328d229fe67c50c0da4fe5cc67f3f570 ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-gl-550_550.120-0ubuntu0.24.04.1_amd64.deb 868a1e0fe1770eb061f1f148e2dc1496 ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-cfg1-550_550.120-0ubuntu0.24.04.1_amd64.deb 26ecd6d281b681d36a5a7a64650e4a79 ./pool/restricted/n/nvidia-graphics-drivers-550/nvidia-kernel-source-550_550.120-0ubuntu0.24.04.1_amd64.deb eb31f244531e8597c387e6afaedc3ecf ./pool/restricted/n/nvidia-graphics-drivers-550/nvidia-utils-550_550.120-0ubuntu0.24.04.1_amd64.deb 5fe06d4cd7facb176cf348763560686e ./pool/restricted/n/nvidia-graphics-drivers-550/nvidia-driver-550_550.120-0ubuntu0.24.04.1_amd64.deb d1de38bff160ec2902cbcabcb7c6cc6a ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-decode-550_550.120-0ubuntu0.24.04.1_amd64.deb 7df64b3bebeb15ec38130c218affae2b ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-compute-550_550.120-0ubuntu0.24.04.1_amd64.deb 3700b6ea95e5206e7a771de74465c645 ./pool/restricted/n/nvidia-graphics-drivers-550/nvidia-compute-utils-550_550.120-0ubuntu0.24.04.1_amd64.deb 7dfa2090cff8d5a1b142dce876166672 ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-encode-550_550.120-0ubuntu0.24.04.1_amd64.deb 262cf918a1b6609b9fb833069bfd328f ./pool/restricted/n/nvidia-graphics-drivers-550/libnvidia-extra-550_550.120-0ubuntu0.24.04.1_amd64.deb de1d7dcbfee0ce823bfbe5637ac9e723 ./pool/restricted/n/nvidia-graphics-drivers-550/nvidia-kernel-common-550_550.120-0ubuntu0.24.04.1_amd64.deb 2b2b729ad95d9a33449a38c660e136e9 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-gl-535_535.183.01-0ubuntu0.24.04.1_i386.deb 9d00bb93b8cbc07d25af360ca0a5205b ./pool/restricted/n/nvidia-graphics-drivers-535/nvidia-kernel-common-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 18cd778cb603fb9378da148f7554deb2 ./pool/restricted/n/nvidia-graphics-drivers-535/nvidia-driver-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 2e6f668309a30cbd0131e27ae263b790 ./pool/restricted/n/nvidia-graphics-drivers-535/nvidia-firmware-535-535.183.01_535.183.01-0ubuntu0.24.04.1_amd64.deb 39ee01c27c412a963b6ee59d3e762a32 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-compute-535_535.183.01-0ubuntu0.24.04.1_i386.deb 5d001f98f29dfd03ce152d7c3957ac4f ./pool/restricted/n/nvidia-graphics-drivers-535/nvidia-utils-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 065b0f2bbc42ace8ee4a168d355b836d ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-fbc1-535_535.183.01-0ubuntu0.24.04.1_amd64.deb c941bcf885892d8142b5f6a7782de5f0 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-encode-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 8bab65f89a8cc50f45d3360f91804d3a ./pool/restricted/n/nvidia-graphics-drivers-535/xserver-xorg-video-nvidia-535_535.183.01-0ubuntu0.24.04.1_amd64.deb e748086a4832d2edb533f2ae9bc4d3ea ./pool/restricted/n/nvidia-graphics-drivers-535/nvidia-compute-utils-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 6521772db2e26e990a5d04a9b917c8a2 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-encode-535_535.183.01-0ubuntu0.24.04.1_i386.deb 0ad0e44ff60f6acd891f9191a225289b ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-gl-535_535.183.01-0ubuntu0.24.04.1_amd64.deb b60101ab386496b7a3c28b10ad7d01b3 ./pool/restricted/n/nvidia-graphics-drivers-535/nvidia-kernel-source-535_535.183.01-0ubuntu0.24.04.1_amd64.deb bc134edd126508ecab7e562d98993d69 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-fbc1-535_535.183.01-0ubuntu0.24.04.1_i386.deb 70f89ee8b658711218d9a9db2fb380a8 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-extra-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 23839a6178280f8d0f3e81d9af5673e9 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-common-535_535.183.01-0ubuntu0.24.04.1_all.deb d3d9647325b25ce9fd3ca0ed5d980433 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-decode-535_535.183.01-0ubuntu0.24.04.1_amd64.deb cb074e607c210b9ad92a5af6abf3df48 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-compute-535_535.183.01-0ubuntu0.24.04.1_amd64.deb a3564358a7395ba316e9d1ee17934a13 ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-decode-535_535.183.01-0ubuntu0.24.04.1_i386.deb 364e6e8a1840c58f60098bd1de4df76f ./pool/restricted/n/nvidia-graphics-drivers-535/libnvidia-cfg1-535_535.183.01-0ubuntu0.24.04.1_amd64.deb 77872066f094740da6fcd51d3cdc1579 ./pool/restricted/l/linux-restricted-modules-hwe-6.11/linux-objects-nvidia-535-6.11.0-17-generic_6.11.0-17.17~24.04.2+1_amd64.deb 121837802c545d756bdd6b1631f84860 ./pool/restricted/l/linux-restricted-modules-hwe-6.11/linux-modules-nvidia-550-generic-hwe-24.04_6.11.0-17.17~24.04.2+1_amd64.deb 6d8281671859cf90185dae6d3d320178 ./pool/restricted/l/linux-restricted-modules-hwe-6.11/linux-modules-nvidia-535-generic-hwe-24.04_6.11.0-17.17~24.04.2+1_amd64.deb 97d551e530e5dc226f69a8c5d8b2edba ./pool/restricted/l/linux-restricted-modules-hwe-6.11/linux-modules-nvidia-550-6.11.0-17-generic_6.11.0-17.17~24.04.2+1_amd64.deb 8aae8f59d85f23b63f629df73ecdaa61 ./pool/restricted/l/linux-restricted-modules-hwe-6.11/linux-modules-nvidia-535-6.11.0-17-generic_6.11.0-17.17~24.04.2+1_amd64.deb 0db8c912301413d430312e924bdd1224 ./pool/restricted/l/linux-restricted-modules-hwe-6.11/linux-objects-nvidia-550-6.11.0-17-generic_6.11.0-17.17~24.04.2+1_amd64.deb 55202b140420ceef8eb794482dcc058f ./pool/restricted/l/linux-restricted-signatures-oem-6.8/linux-signatures-nvidia-6.8.0-1020-oem_6.8.0-1020.20_amd64.deb 3446dbe98b816095abd79324aad9f0f2 ./pool/restricted/l/linux-restricted-modules-oem-6.8/linux-modules-nvidia-535-6.8.0-1020-oem_6.8.0-1020.20_amd64.deb 610c691b49aed61f0548e1af96c9348e ./pool/restricted/l/linux-restricted-modules-oem-6.8/linux-objects-nvidia-535-6.8.0-1020-oem_6.8.0-1020.20_amd64.deb 917a1c45f42e2d16ab8a444ce4d2ef3e ./pool/restricted/l/linux-restricted-modules-oem-6.8/linux-modules-nvidia-550-6.8.0-1020-oem_6.8.0-1020.20_amd64.deb 5a1ed9c553d2397d802c37c3816b25ae ./pool/restricted/l/linux-restricted-modules-oem-6.8/linux-objects-nvidia-550-6.8.0-1020-oem_6.8.0-1020.20_amd64.deb a6d2e1230e54007083ce4a3ce167fcbe ./pool/restricted/l/linux-restricted-modules-oem-6.8/linux-modules-nvidia-550-oem-24.04_6.8.0-1020.20_amd64.deb 72402e6eb6a3145f2264123a407a6da1 ./pool/restricted/l/linux-restricted-modules-oem-6.8/linux-modules-nvidia-535-oem-24.04_6.8.0-1020.20_amd64.deb fb33a5a1a39570f43fedaef955188cc8 ./pool/restricted/l/linux-restricted-signatures-hwe-6.11/linux-signatures-nvidia-6.11.0-17-generic_6.11.0-17.17~24.04.2+1_amd64.deb 59ddb1d41310187f7f18bb70c6770e49 ./pool/restricted/s/sl-modem/sl-modem-daemon_2.9.11~20110321-19build2_i386.deb 13a668b56569a2f172ee5bfa9bdb9bf7 ./pool/main/libd/libdrm/libdrm-nouveau2_2.4.122-1~ubuntu0.24.04.1_i386.deb b9b8ff08827c5f4615d1d743f1d2aa3b ./pool/main/libd/libdrm/libdrm2_2.4.122-1~ubuntu0.24.04.1_i386.deb 7a31bc906e852a69f70cb7ff1b9d10a7 ./pool/main/libd/libdrm/libdrm-amdgpu1_2.4.122-1~ubuntu0.24.04.1_i386.deb 0ac0ab4e999d82979011591ad6efc883 ./pool/main/libd/libdrm/libdrm-intel1_2.4.122-1~ubuntu0.24.04.1_i386.deb f893a06ad609f16474b879432eddccc7 ./pool/main/libd/libdrm/libdrm-radeon1_2.4.122-1~ubuntu0.24.04.1_i386.deb 40969863ecb34e9446e8ed662ed6f9cd ./pool/main/p/pkgconf/libpkgconf3_1.8.1-2build1_amd64.deb 1fdee02605eadac55057164180d2ec0e ./pool/main/p/pkgconf/pkgconf_1.8.1-2build1_amd64.deb 84aa73f080be531f0759615085121e1b ./pool/main/p/pkgconf/pkgconf-bin_1.8.1-2build1_amd64.deb 051c0709cd8776eef3b127e11185e426 ./pool/main/p/pkgconf/pkg-config_1.8.1-2build1_amd64.deb 032f1840094638e33bf47264e4904626 ./pool/main/p/python-netaddr/python3-netaddr_0.8.0-2ubuntu1_all.deb 890950d330d645e853ba9bba54435d1c ./pool/main/libe/libedit/libedit2_3.1-20230828-1build1_i386.deb 36a10af007f3f9c402f195bd3284dd56 ./pool/main/a/amd64-microcode/amd64-microcode_3.20231019.1ubuntu2.1_amd64.deb 5fa32f5f8a92fdac61b291e8dcbae3ce ./pool/main/x/xz-utils/liblzma5_5.6.1+really5.4.5-1build0.1_i386.deb 0000fb83c7718dda72e468cc49e5f558 ./pool/main/x/xfsprogs/xfsprogs_6.6.0-1ubuntu2.1_amd64.deb ead3647159ecf7f7f8cce7379b663e7b ./pool/main/libz/libzstd/libzstd1_1.5.5+dfsg2-2build1.1_i386.deb 1cec79129d6ec5afa6a73dddcf023df2 ./pool/main/libf/libfile-fcntllock-perl/libfile-fcntllock-perl_0.22-4ubuntu5_amd64.deb a98ff5acc195a876834c7caab40f180f ./pool/main/libf/libffi/libffi8_3.4.6-1build1_i386.deb ec9f01e1fa28b1ba96d154e0f8130a4f ./pool/main/b/bpfcc/libbpfcc_0.29.1+ds-1ubuntu7_amd64.deb 49a6e5c5fc57859b34054de59bd26e26 ./pool/main/b/bpfcc/bpfcc-tools_0.29.1+ds-1ubuntu7_all.deb ab5677abfdc99226245d7fdbbb6f6e24 ./pool/main/b/bpfcc/python3-bpfcc_0.29.1+ds-1ubuntu7_all.deb b9da8e8bfc091ca9222e60e728754828 ./pool/main/b/bpftrace/bpftrace_0.20.2-1ubuntu4.3_amd64.deb abec769505c2709ab0e5dc706dda5e3c ./pool/main/b/binutils/libgprofng0_2.42-4ubuntu2.3_amd64.deb c6f1218dbd89b0c0abf895247c2c2395 ./pool/main/b/binutils/binutils-x86-64-linux-gnu_2.42-4ubuntu2.3_amd64.deb 521c99c5fcd36a25b5282ff324bd4f23 ./pool/main/b/binutils/libbinutils_2.42-4ubuntu2.3_amd64.deb 97e59ded4dcdcd2921c05c74ee0c338a ./pool/main/b/binutils/libctf0_2.42-4ubuntu2.3_amd64.deb 50a5773bee9740dfc8843adf1e9e376f ./pool/main/b/binutils/binutils_2.42-4ubuntu2.3_amd64.deb 5142bd19052900f7c830b65d7ea1539b ./pool/main/b/binutils/binutils-common_2.42-4ubuntu2.3_amd64.deb 7be8c878683d459a715eb70719570719 ./pool/main/b/binutils/libctf-nobfd0_2.42-4ubuntu2.3_amd64.deb 3d3085571a5bd65363b23d95eaa1deb2 ./pool/main/b/binutils/libsframe1_2.42-4ubuntu2.3_amd64.deb 2f7837e0e0695c408747a7d15b99ecb0 ./pool/main/b/bzip2/bzip2_1.0.8-5.1build0.1_amd64.deb 8f4ef9e24f541e66e9cbc3d653cb1e49 ./pool/main/b/b43-fwcutter/b43-fwcutter_1%3a019-11build1_amd64.deb 4d68ffae811efe26d2bbb7dea480f0e7 ./pool/main/b/build-essential/build-essential_12.10ubuntu1_amd64.deb f74a1d3758313416fe3f0a9ef82450f3 ./pool/main/b/bcache-tools/bcache-tools_1.0.8-5build1_amd64.deb b3f08bb8244613c4962f4c94e6cb147a ./pool/main/b/btrfs-progs/btrfs-progs_6.6.3-1.1build2_amd64.deb dff11446ee033d00c6ad957081a39166 ./pool/main/h/hwdata/hwdata_0.379-1_all.deb 63196a80c12caacb30ab59f9901c44d0 ./pool/main/k/keyutils/libkeyutils1_1.6.3-3build1_i386.deb fd8997feebd73aecf36d979363306972 ./pool/main/k/krb5/libgssapi-krb5-2_1.20.1-6ubuntu2.4_i386.deb 2f38e9c2877c40dc4b5d445175f82e6a ./pool/main/k/krb5/libkrb5support0_1.20.1-6ubuntu2.4_i386.deb a0652c6271ac7851fee85490db90528e ./pool/main/k/krb5/libk5crypto3_1.20.1-6ubuntu2.4_i386.deb 04d73b16eb71a7f352b2d539d4f68743 ./pool/main/k/krb5/libkrb5-3_1.20.1-6ubuntu2.4_i386.deb 668da371bac74b5374de81f1e74b6212 ./pool/main/libc/libcap2/libcap2_1%3a2.66-5ubuntu2.1_i386.deb c8198017ad753d87c1e5a8420a846e4f ./pool/main/libv/libvdpau/vdpau-driver-all_1.5-2build1_amd64.deb 6f357aa63d943368045ad301b5e3cc51 ./pool/main/libv/libvdpau/libvdpau1_1.5-2build1_amd64.deb 47a1446fb12bff458e36223c4a4ebfe5 ./pool/main/e/efibootmgr/efibootmgr_18-1build2_amd64.deb 92f14a1a578a4d6c4cd257a6c20dc017 ./pool/main/e/expat/libexpat1_2.6.1-2ubuntu0.2_i386.deb 7eef12382e442895c1f1e144b634c009 ./pool/main/e/egl-wayland/libnvidia-egl-wayland1_1%3a1.1.13-1build1_amd64.deb 80f0d3c692afdd8070caf415e80531ba ./pool/main/e/e2fsprogs/libcom-err2_1.47.0-2.4~exp1ubuntu4.1_i386.deb e6bbaa9d12231d99db3f921a1b6e7a8c ./pool/main/t/thin-provisioning-tools/thin-provisioning-tools_0.9.0-2ubuntu5.1_amd64.deb e969234565bded08d7010c90b2611df0 ./pool/main/t/thermald/thermald_2.5.6-2ubuntu0.24.04.1_amd64.deb 0898bd5b4fa4e0e7998611c20b2966dd ./pool/main/z/zlib/zlib1g_1%3a1.3.dfsg-3.1ubuntu2.1_i386.deb 65d254b542ca7578f6d9d1f52f543a0a ./pool/main/z/zfs-linux/libnvpair3linux_2.2.2-0ubuntu9.1_amd64.deb 27fe16a0f9b41121c2b21414576585dd ./pool/main/z/zfs-linux/zfs-initramfs_2.2.2-0ubuntu9.1_amd64.deb 95eaa0c55ae4d859b90b9df87a8d1035 ./pool/main/z/zfs-linux/libzfs4linux_2.2.2-0ubuntu9.1_amd64.deb d1c1019d7fda69c2663a17dac8a1a059 ./pool/main/z/zfs-linux/libuutil3linux_2.2.2-0ubuntu9.1_amd64.deb 7f45b5d6a006dddd21c52e5043cc7556 ./pool/main/z/zfs-linux/zfsutils-linux_2.2.2-0ubuntu9.1_amd64.deb ade3a44d3c9dae73f9c38edcf808bf7f ./pool/main/z/zfs-linux/zfs-zed_2.2.2-0ubuntu9.1_amd64.deb 48845fa08905b5718ee50ffcae39ea7a ./pool/main/z/zfs-linux/libzpool5linux_2.2.2-0ubuntu9.1_amd64.deb d7cfdc38cfb61c11148515bfb6e162a5 ./pool/main/libx/libxau/libxau6_1%3a1.0.9-1build6_i386.deb 2a23e5be759bdabb8b9d5c18ac4c1c95 ./pool/main/libx/libxcb/libxcb1_1.15-1ubuntu2_i386.deb 90d0e5c530e25aa2b4af81df7a791d00 ./pool/main/libx/libxcb/libxcb-xfixes0_1.15-1ubuntu2_i386.deb 02c8484cf44278c6e7781c05765c0fdd ./pool/main/libx/libxcb/libxcb-dri3-0_1.15-1ubuntu2_i386.deb 425986a4de3077f890290bf2cbc749bf ./pool/main/libx/libxcb/libxcb-shm0_1.15-1ubuntu2_i386.deb 93892ca4c7960766eb311c4634e18599 ./pool/main/libx/libxcb/libxcb-present0_1.15-1ubuntu2_i386.deb 591fedba91df0f32a7e860e2db56bb98 ./pool/main/libx/libxcb/libxcb-dri2-0_1.15-1ubuntu2_i386.deb 49dcaf624a42119d389b9cf894581d76 ./pool/main/libx/libxcb/libxcb-glx0_1.15-1ubuntu2_i386.deb 16b030e7eb0ae59756a3357aae0dddcf ./pool/main/libx/libxcb/libxcb-sync1_1.15-1ubuntu2_i386.deb 924c955a7b2325b9aacf0fe680683ab5 ./pool/main/libx/libxcb/libxcb-randr0_1.15-1ubuntu2_i386.deb 184e953b204e764ac1588bd440af3e1f ./pool/main/libx/libxext/libxext6_2%3a1.3.4-1build2_i386.deb df10386a2d6ec46d9bed202ce10ebae1 ./pool/main/libx/libxxf86vm/libxxf86vm1_1%3a1.1.4-1build4_i386.deb e1a6d3ab72590195aead8e30f7375fee ./pool/main/libx/libxml2/libxml2_2.9.14+dfsg-1.3ubuntu3.1_i386.deb d572cba052800153169d31b26c136a0a ./pool/main/libx/libxfixes/libxfixes3_1%3a6.0.0-2build1_i386.deb 34a3a80d3f366c43370c66d7a709be65 ./pool/main/libx/libxcrypt/libcrypt-dev_1%3a4.4.36-4build1_amd64.deb cf45dfc9169caa7d38e797153c062271 ./pool/main/libx/libx11/libx11-xcb1_2%3a1.8.7-1build1_i386.deb 3a6b88b6b40ee38779a915a22ffca1ac ./pool/main/libx/libx11/libx11-6_2%3a1.8.7-1build1_i386.deb e6f210dfc9bd9d49e729934be46cc7e6 ./pool/main/libx/libxshmfence/libxshmfence1_1.3-1build5_i386.deb 47705609530955ccd889fa44ff9003b5 ./pool/main/libx/libxdmcp/libxdmcp6_1%3a1.1.3-0ubuntu6_i386.deb e11dfb40273bd319c527b0f54a2c51df ./pool/main/liba/libalgorithm-diff-xs-perl/libalgorithm-diff-xs-perl_0.04-8build3_amd64.deb 40c9245c939e970765c140f16d609cce ./pool/main/liba/libalgorithm-diff-perl/libalgorithm-diff-perl_1.201-1_all.deb 2a23c869738d4d0d12668daa7e11be02 ./pool/main/liba/libaio/libaio1t64_0.3.113-6build1.1_amd64.deb 8a3beaed0f64ebce668caa459f85f785 ./pool/main/liba/libalgorithm-merge-perl/libalgorithm-merge-perl_0.08-5_all.deb 3e5181f9c2b5011d57058b228c2ded35 ./pool/main/libs/libsigsegv/libsigsegv2_2.14-1ubuntu2_amd64.deb eceeda70e5850fc4b3f744a6c8999849 ./pool/main/i/iucode-tool/iucode-tool_2.3.1-3build1_amd64.deb 61042328602886965a01411200bc2172 ./pool/main/i/intel-microcode/intel-microcode_3.20241112.0ubuntu0.24.04.1_amd64.deb 8fe2b02ee73155b7c46c6a44dd72385f ./pool/main/i/ieee-data/ieee-data_20220827.1_all.deb 60e2bace312c9870bae5bbf59583c95c ./pool/main/o/oem-somerville-lapras-13-meta/oem-somerville-lapras-13-meta_24.04~ubuntu1_all.deb 5b219d77be5ccd1f3c7a4d655dbfe2e0 ./pool/main/o/oem-somerville-tentacool-rpl-meta/oem-somerville-tentacool-rpl-meta_24.04~ubuntu1_all.deb 3b2bf41b71c307968b417209f1189e4f ./pool/main/o/oem-somerville-oddish13-meta/oem-somerville-oddish13-meta_24.04~ubuntu1_all.deb be366e5e44bc9a6abf877856ebb7781c ./pool/main/o/oem-somerville-treecko-meta/oem-somerville-treecko-meta_24.04~ubuntu1_all.deb 09503bcc51af6c9e4d932b7c002fc786 ./pool/main/o/oem-somerville-tentacool-meta/oem-somerville-tentacool-meta_24.04~ubuntu1_all.deb 6b33fac31efbd0e2c53c1f5fe63be063 ./pool/main/o/open-isns/libisns0t64_0.101-0.3build3_amd64.deb 2cb75e1ebaa9e33f26dfd69595c1c9a6 ./pool/main/o/oem-somerville-oddish-meta/oem-somerville-oddish-meta_24.04~ubuntu1_all.deb 2e3450e74a39113267baf28a7795d343 ./pool/main/o/oem-somerville-oricorio-meta/oem-somerville-oricorio-meta_24.04~ubuntu1_all.deb 7d8d71b3786af15e8929af7806bcb88a ./pool/main/o/oem-qemu-meta/oem-qemu-meta_20.04~ubuntu6_all.deb e6e5c97b9dc9973d8ffaf3fbd5b20396 ./pool/main/o/oem-somerville-lapras-meta/oem-somerville-lapras-meta_24.04~ubuntu1_all.deb b450e6b82f3c751e53c719fece9f16d8 ./pool/main/o/oem-somerville-torchic-meta/oem-somerville-torchic-meta_24.04~ubuntu1_all.deb c6bb6e0231d0aa03a34f21cd7bb5e421 ./pool/main/o/open-iscsi/open-iscsi_2.1.9-3ubuntu5.2_amd64.deb 09d280e77f0c7b32238f622571929dce ./pool/main/o/open-iscsi/libopeniscsiusr_2.1.9-3ubuntu5.2_amd64.deb c5a9ccac49213dfd3ff7b99a99cd7e99 ./pool/main/o/oem-somerville-magmar-meta/oem-somerville-magmar-meta_24.04~ubuntu1_all.deb 83363a8466fdbfdb7173db482fd98e63 ./pool/main/o/oem-somerville-muk-meta/oem-somerville-muk-meta_24.04~ubuntu1_all.deb eb3fc08924f10d3c2ac094b8b4429689 ./pool/main/libg/libgpg-error/libgpg-error0_1.47-3build2.1_i386.deb 376b36e0f052ea7bd90500cbaf24a98b ./pool/main/libg/libglvnd/libglvnd0_1.7.0-1build1_i386.deb 9a717990a2a543b23c2dfb043b64b993 ./pool/main/libg/libglvnd/libgl1_1.7.0-1build1_i386.deb f1a47093411633de61fcc0fe3ee5a7ab ./pool/main/libg/libglvnd/libglx0_1.7.0-1build1_i386.deb 4d1e5661194c1ca56d6f7d707d713af0 ./pool/main/libg/libgcrypt20/libgcrypt20_1.10.3-2build1_i386.deb c2c2f5e2648f5496caacc37285cf7c0c ./pool/main/r/realmd/realmd_0.17.1-3build2_amd64.deb 3a3c0a02df93bcc6b576a81794e2baa5 ./pool/main/r/reiserfsprogs/reiserfsprogs_1%3a3.6.27-7.1build1_amd64.deb f75729e2e4dc2d8b1b99179ae6bf279f ./pool/main/r/reiserfsprogs/libreiserfscore0t64_1%3a3.6.27-7.1build1_amd64.deb 31d10cb81c6d61c4b97bfbdb926c0641 ./pool/main/r/rpcsvc-proto/rpcsvc-proto_1.4.2-0ubuntu7_amd64.deb b4d6163025700fdb3cd89696e808798a ./pool/main/c/cryptsetup/cryptsetup-initramfs_2%3a2.7.0-1ubuntu4.1_all.deb 4f7f80f2bd6a6129e77ffe7d5afa7c83 ./pool/main/c/cryptsetup/cryptsetup_2%3a2.7.0-1ubuntu4.1_amd64.deb 303a2345cba84d5c6c240bdd6368b9a3 ./pool/main/c/cryptsetup/cryptsetup-bin_2%3a2.7.0-1ubuntu4.1_amd64.deb 955c2fb815b0c2ac9a8c8209c05f66e2 ./pool/main/libb/libbsd/libbsd0_0.12.1-1build1.1_i386.deb bd046db6791911ff75514e2935e12769 ./pool/main/libi/libidn2/libidn2-0_2.3.7-2build1.1_i386.deb 53c00ad36d855881e1300c84f9ff38ba ./pool/main/n/ncurses/libtinfo6_6.4+20240113-1ubuntu2_i386.deb a2dc1c63129e5b12d2aac901310158ef ./pool/main/n/nvidia-settings/libxnvctrl0_510.47.03-0ubuntu4_amd64.deb 0c5553ad80f331512f5209f803e1aa00 ./pool/main/n/nvidia-settings/nvidia-settings_510.47.03-0ubuntu4_amd64.deb 485e6619c79ca1dda505b68ae6a0b50d ./pool/main/n/nvidia-prime/nvidia-prime_0.8.17.2_all.deb 76e246404f420a1a93318e0ccf54e515 ./pool/main/l/lvm2/lvm2_2.03.16-3ubuntu3.1_amd64.deb 998ab8354a03e163d74621d4f678e929 ./pool/main/l/lvm2/dmeventd_2%3a1.02.185-3ubuntu3.1_amd64.deb dd82a3263d19156d4dae9c3c7767c7f9 ./pool/main/l/lvm2/liblvm2cmd2.03_2.03.16-3ubuntu3.1_amd64.deb b8aa28fc3dfe67db7292edadad5689bc ./pool/main/l/lvm2/libdevmapper-event1.02.1_2%3a1.02.185-3ubuntu3.1_amd64.deb 0110a904e64900638f6d7bfd1dfb6e0b ./pool/main/l/lm-sensors/libsensors5_1%3a3.6.0-9build1_i386.deb 3f1320539d5c4a230d030a031402a53c ./pool/main/l/linux-hwe-6.11/linux-hwe-6.11-tools-6.11.0-17_6.11.0-17.17~24.04.2_amd64.deb d22bc2582460648b94bce01b64d4d2c4 ./pool/main/l/linux-hwe-6.11/linux-modules-extra-6.11.0-17-generic_6.11.0-17.17~24.04.2_amd64.deb 08d7e714e752480815928def90a79f2c ./pool/main/l/linux-hwe-6.11/linux-modules-ipu6-6.11.0-17-generic_6.11.0-17.17~24.04.2_amd64.deb f0b79601efa37f62f363d87dcf037c36 ./pool/main/l/linux-hwe-6.11/linux-modules-6.11.0-17-generic_6.11.0-17.17~24.04.2_amd64.deb f9dd7041629a53baf445d922ca18cb81 ./pool/main/l/linux-hwe-6.11/linux-hwe-6.11-headers-6.11.0-17_6.11.0-17.17~24.04.2_all.deb 84ac84d7f1d443bfcb171764811d1adc ./pool/main/l/linux-hwe-6.11/linux-modules-iwlwifi-6.11.0-17-generic_6.11.0-17.17~24.04.2_amd64.deb 990502d781168a4ca19660e1e679efc8 ./pool/main/l/linux-hwe-6.11/linux-headers-6.11.0-17-generic_6.11.0-17.17~24.04.2_amd64.deb a54c995626524a7b7e4f14e072750fba ./pool/main/l/linux-hwe-6.11/linux-tools-6.11.0-17-generic_6.11.0-17.17~24.04.2_amd64.deb 3092b6a4881d38d0ee08ce8766cbcabb ./pool/main/l/lto-disabled-list/lto-disabled-list_47_all.deb 5bb805db5c77c05035206e42c1c58dfb ./pool/main/l/linux-meta/linux-headers-generic_6.8.0-53.55+1_amd64.deb 45c3031d71804058ab1e85181f6777d0 ./pool/main/l/linux-meta/linux-modules-ivsc-generic-hwe-24.04_6.8.0-31.31_amd64.deb afa8ea497e92234c91a80738c81eaf4f ./pool/main/l/linux-signed-hwe-6.11/linux-image-6.11.0-17-generic_6.11.0-17.17~24.04.2_amd64.deb c4efc62410763859d444a0f8edb181b8 ./pool/main/l/linux-meta-hwe-6.11/linux-generic-hwe-24.04_6.11.0-17.17~24.04.2+2_amd64.deb b113d8eb6d1ca57c5a428b912cf3d961 ./pool/main/l/linux-meta-hwe-6.11/linux-headers-generic-hwe-24.04_6.11.0-17.17~24.04.2+2_amd64.deb 2ee322d3462433399ce32d6540429b1d ./pool/main/l/linux-meta-hwe-6.11/linux-modules-iwlwifi-generic-hwe-24.04_6.11.0-17.17~24.04.2+2_amd64.deb 78c6ec794f82bfd3454a61a0e65bcf87 ./pool/main/l/linux-meta-hwe-6.11/linux-image-generic-hwe-24.04_6.11.0-17.17~24.04.2+2_amd64.deb 6f7433ac88447de6b30a1bf562525425 ./pool/main/l/linux-meta-hwe-6.11/linux-modules-ipu6-generic-hwe-24.04_6.11.0-17.17~24.04.2+2_amd64.deb 311e4eb1e17567176592789bda6fe0e0 ./pool/main/l/linux-signed/linux-image-6.8.0-31-generic_6.8.0-31.31_amd64.deb e0cb268581b7099239e0687a1504dd94 ./pool/main/l/linux/linux-headers-6.8.0-53_6.8.0-53.55_all.deb d921757ada2abcff08f0367b57da74a2 ./pool/main/l/linux/linux-libc-dev_6.8.0-53.55_amd64.deb 36edff5f0a1814313d4470c1aa541953 ./pool/main/l/linux/linux-modules-ivsc-6.8.0-31-generic_6.8.0-31.31_amd64.deb be95395f775acee0cb59e3fd56b76bcc ./pool/main/l/linux/linux-tools-common_6.8.0-53.55_all.deb 2f6be50cfe12be94c026a1a74fd87fd3 ./pool/main/l/linux/linux-headers-6.8.0-53-generic_6.8.0-53.55_amd64.deb ee2a68d72e9ae068c375bc01740b9490 ./pool/main/l/linux/linux-modules-6.8.0-31-generic_6.8.0-31.31_amd64.deb 5512542c2400416ad1ca2310d4d5dc75 ./pool/main/l/linux-signed-oem-6.8/linux-image-6.8.0-1020-oem_6.8.0-1020.20_amd64.deb 8bf243b0f202a404888f67c45ee5d11a ./pool/main/l/llvm-toolchain-18/libclang1-18_1%3a18.1.3-1ubuntu1_amd64.deb 0831d10a65e327a0675469def4b73350 ./pool/main/l/llvm-toolchain-18/libclang-cpp18_1%3a18.1.3-1ubuntu1_amd64.deb ec11c39e6b6dcb1f58ac76c165322753 ./pool/main/l/llvm-toolchain-18/libllvm18_1%3a18.1.3-1ubuntu1_amd64.deb bea16890632f0ec576f74ee6ad357a21 ./pool/main/l/lz4/liblz4-1_1.9.4-1build1.1_i386.deb 469f5cdc53c59e49754e72567059656c ./pool/main/l/linux-oem-6.8/linux-oem-6.8-tools-6.8.0-1020_6.8.0-1020.20_amd64.deb d2aba9ed8e83a3d7556ee6ce692003f5 ./pool/main/l/linux-oem-6.8/linux-oem-6.8-headers-6.8.0-1020_6.8.0-1020.20_all.deb 73ee8efb39cb4583f44628eef0d853a4 ./pool/main/l/linux-oem-6.8/linux-tools-6.8.0-1020-oem_6.8.0-1020.20_amd64.deb cea528c8a33d030f42f9b5e4d484e68b ./pool/main/l/linux-oem-6.8/linux-modules-iwlwifi-6.8.0-1020-oem_6.8.0-1020.20_amd64.deb f540016e9788ecd3a8e79145326a3213 ./pool/main/l/linux-oem-6.8/linux-modules-6.8.0-1020-oem_6.8.0-1020.20_amd64.deb f3a59da5cd08f9a0d748b4f5853271ad ./pool/main/l/linux-oem-6.8/linux-headers-6.8.0-1020-oem_6.8.0-1020.20_amd64.deb f4e944cff3aa9d51ba85c9cfe91d9bdd ./pool/main/l/linux-oem-6.8/linux-modules-ipu6-6.8.0-1020-oem_6.8.0-1020.20_amd64.deb c45df20bc2d85ada90c3bb9e3c880bf7 ./pool/main/l/linux-meta-oem-6.8/linux-oem-24.04_6.8.0-1020.20_amd64.deb d6dedfdafe04cdf1c3835326674d4974 ./pool/main/l/linux-meta-oem-6.8/linux-image-oem-24.04_6.8.0-1020.20_amd64.deb f3e35cd0f5ac342a791f1c0e63b349bc ./pool/main/l/linux-meta-oem-6.8/linux-modules-ipu6-oem-24.04_6.8.0-1020.20_amd64.deb 0342631dd9a0ff1968032290750e2b20 ./pool/main/l/linux-meta-oem-6.8/linux-modules-iwlwifi-oem-24.04_6.8.0-1020.20_amd64.deb 33d5881d4dfd80f9ca61a1389d3a6930 ./pool/main/l/linux-meta-oem-6.8/linux-headers-oem-24.04_6.8.0-1020.20_amd64.deb b0b356f1dc4e35d06bd51e3bb53a9592 ./pool/main/l/linux-firmware/linux-firmware_20240318.git3b128b60-0ubuntu2.9_amd64.deb 877a7ed35bf98a9650daafcef0c6c371 ./pool/main/u/ubuntu-meta/ubuntu-kernel-accessories_1.539.2_amd64.deb cc049623644ac08cf39ede7933fd5007 ./pool/main/u/ubuntu-keyring/ubuntu-oem-keyring_2023.11.28.1_all.deb e093d4e14c8414fd3e1dfdad120a6a26 ./pool/main/m/mdadm/mdadm_4.3-1ubuntu2.1_amd64.deb 3d7e29eca8138536cc3ae43f3f6a9ef3 ./pool/main/m/manpages/manpages-dev_6.7-2_all.deb 41c424235a7b20fe12769acba74dee7f ./pool/main/m/multipath-tools/kpartx-boot_0.9.4-5ubuntu8_all.deb c5449fa2866b1934b27da8072ec3bdb1 ./pool/main/m/multipath-tools/multipath-tools_0.9.4-5ubuntu8_amd64.deb a804247b891002bbb3f3d5b0b8a377cc ./pool/main/m/multipath-tools/multipath-tools-boot_0.9.4-5ubuntu8_all.deb cc4026236d11e1e8a6627b28cc02be32 ./pool/main/m/multipath-tools/kpartx_0.9.4-5ubuntu8_amd64.deb b1839f6c3197608d1e888dec45d58a26 ./pool/main/m/mokutil/mokutil_0.6.0-2build3_amd64.deb 4a3151cd7e47d5f9040b7445cf44b9a5 ./pool/main/m/mesa/libgl1-mesa-dri_24.2.8-1ubuntu1~24.04.1_i386.deb 60e9ffb1ca24631be58d4537dc621256 ./pool/main/m/mesa/mesa-vdpau-drivers_24.2.8-1ubuntu1~24.04.1_amd64.deb 9ddb3362400d16a32217b8328079a20a ./pool/main/m/mesa/libglx-mesa0_24.2.8-1ubuntu1~24.04.1_i386.deb e001c9424abe2cbd78bf1785473a7859 ./pool/main/m/mesa/libglapi-mesa_24.2.8-1ubuntu1~24.04.1_i386.deb c7d04f7402e6979c2f3d3f1ebed316f6 ./pool/main/m/make-dfsg/make_4.3-4.1build2_amd64.deb 4d7b4c3d52ec3b3c6b421e5c40555859 ./pool/main/libn/libnsl/libnsl2_1.3.0-3build3_i386.deb d8ea145043d212c90bc7f204b108339e ./pool/main/s/systemd/libsystemd0_255.4-1ubuntu8.5_i386.deb 12bcf4dad8110fa3587c908f4ebe3dc7 ./pool/main/s/shim-signed/shim-signed_1.58+15.8-0ubuntu1_amd64.deb be5bcf855356dcf78a76e33355600d9b ./pool/main/s/setserial/setserial_2.17-54_amd64.deb 878075a15c0c5f7cbc6dbd55474ad640 ./pool/main/s/sg3-utils/libsgutils2-1.46-2_1.46-3ubuntu4_amd64.deb 251802ffbe308156d4017540f31e7030 ./pool/main/s/sg3-utils/sg3-utils-udev_1.46-3ubuntu4_all.deb d69928963eb4c7419f178ab29c9ba055 ./pool/main/s/sg3-utils/sg3-utils_1.46-3ubuntu4_amd64.deb 5ffa7ae072f97d09f39db5b775709089 ./pool/main/s/screen-resolution-extra/screen-resolution-extra_0.18.3_all.deb 2bd244a800e70ed77a148bcd87d07074 ./pool/main/g/gamemode/libgamemodeauto0_1.8.1-2build1_i386.deb f4316ea34da722521af9b13df2dd825f ./pool/main/g/gamemode/libgamemode0_1.8.1-2build1_i386.deb 59df5ee655dd9e4bbc6ec72a9fcb9363 ./pool/main/g/grub2-signed/grub-efi-amd64-signed_1.202.2+2.12-1ubuntu7.1_amd64.deb 00b39f10f904b4492d3c039e72a6a5c2 ./pool/main/g/grub2-unsigned/grub-efi-amd64_2.12-1ubuntu7.1_amd64.deb 58f91f3806fac87c168d978fac5d6af0 ./pool/main/g/grub2-unsigned/grub-efi-amd64-bin_2.12-1ubuntu7.1_amd64.deb 5cc4f7aad150a024be819aba07e7db65 ./pool/main/g/gcc-13/g++-13-x86-64-linux-gnu_13.3.0-6ubuntu2~24.04_amd64.deb 65be55c10e0be0bfcd7578138ae8345b ./pool/main/g/gcc-13/gcc-13-base_13.3.0-6ubuntu2~24.04_i386.deb 01dfd2ed2ea1c733321c8fded924023f ./pool/main/g/gcc-13/gcc-13_13.3.0-6ubuntu2~24.04_amd64.deb e09fe4deeb45cdd27db72a755f886ff7 ./pool/main/g/gcc-13/gcc-13-x86-64-linux-gnu_13.3.0-6ubuntu2~24.04_amd64.deb 0e2a2b4d94eb627afa4e45a4cb888a8b ./pool/main/g/gcc-13/g++-13_13.3.0-6ubuntu2~24.04_amd64.deb 54ba705e8b1fdded629e6c0baae7e760 ./pool/main/g/gcc-14/libcc1-0_14.2.0-4ubuntu2~24.04_amd64.deb 006aa6d01e99336d26e551c3bc16910e ./pool/main/g/gcc-14/libatomic1_14.2.0-4ubuntu2~24.04_i386.deb 1be8c2ba9b4b0e83c92112283741c543 ./pool/main/g/gcc-14/libgcc-s1_14.2.0-4ubuntu2~24.04_i386.deb 4dcf9fec10731fcf3f6665f0c62ab590 ./pool/main/g/gcc-14/libstdc++6_14.2.0-4ubuntu2~24.04_i386.deb 400321e1fa30a79d784e25f97ce7d691 ./pool/main/g/grub-gfxpayload-lists/grub-gfxpayload-lists_0.7build2_amd64.deb aa51c270fc45c2e1dc11c65071f27728 ./pool/main/g/gawk/gawk_1%3a5.2.1-2build3_amd64.deb f6a57b0c42b7f85c8100fa3b0e9781fc ./pool/main/g/glibc/libc6_2.39-0ubuntu8.4_i386.deb 00fe09c7139872c24d0e789fa344784e ./pool/main/g/glibc/libc6-dev_2.39-0ubuntu8.4_amd64.deb 854a1393503b289fac8bdc0a2c1e99df ./pool/main/g/glibc/libc-devtools_2.39-0ubuntu8.4_amd64.deb 09162ce42fc6784d9a6228ce8b361de8 ./pool/main/g/glibc/libc-dev-bin_2.39-0ubuntu8.4_amd64.deb 83683c38c1c8b503f2e50ca96e5d1ee5 ./pool/main/g/grub2/grub2-common_2.12-1ubuntu7.1_amd64.deb 15bfad19e8ae173b975abd2c8cf24d14 ./pool/main/g/grub2/grub-pc-bin_2.12-1ubuntu7.1_amd64.deb 2bd621a5ec5c3264bc0572a1357e3926 ./pool/main/g/grub2/grub-pc_2.12-1ubuntu7.1_amd64.deb 3feff3bd101dbaed66782d86fecb82e0 ./pool/main/g/gcc-defaults/g++-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb 7799273d32d97051db0f5e19922b1ca1 ./pool/main/g/gcc-defaults/gcc_4%3a13.2.0-7ubuntu1_amd64.deb af59c96cc615e43d008e83a3c08f7680 ./pool/main/g/gcc-defaults/gcc-x86-64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb 4ad944aa44dc1e47976a60d89b854334 ./pool/main/g/gcc-defaults/g++_4%3a13.2.0-7ubuntu1_amd64.deb d4d7714097e3cdce24ff07bdbb193d37 ./pool/main/f/firmware-sof/firmware-sof-signed_2023.12.1-1ubuntu1.4_all.deb 6e23a1845590101fb68b18b7b113f240 ./pool/main/f/finalrd/finalrd_9build1_all.deb 581d4018bf4003027a505efcb419f938 ./pool/main/f/fakeroot/fakeroot_1.33-1_amd64.deb 79739dfb64488e1c132252566f19aca8 ./pool/main/f/fakeroot/libfakeroot_1.33-1_amd64.deb 59ba9067e023001e83c1c510848203d1 ./pool/main/libp/libpciaccess/libpciaccess0_0.17-3build1_i386.deb a8d103acb548393b4eaa22b32f0a4322 ./pool/main/d/dpkg/dpkg-dev_1.22.6ubuntu6.1_all.deb 7f10893fd222af13b96bb58a42d5cbc1 ./pool/main/d/dpkg/libdpkg-perl_1.22.6ubuntu6.1_all.deb d9ac852e1e99926d577e508dfa1409ea ./pool/main/d/dkms/dkms_3.0.11-1ubuntu13_all.deb 10cdd09f51ea91071788727630ec7963 ./pool/main/d/dbus/libdbus-1-3_1.14.10-4ubuntu4.1_i386.deb 7bddae275a6b81ca4b800c009e74f4c2 ./pool/main/libu/libunistring/libunistring5_1.1-2build1.1_i386.deb 6325359028489aff553d74d9549eeb6a ./pool/main/libu/liburcu/liburcu8t64_0.14.0-3.1build1_amd64.deb 6c65f0deb963106cffbc6dd4fd0a1e5a ./pool/main/j/jfsutils/jfsutils_1.1.15-5build4_amd64.deb 1454918227606097b4fc8738291e04fc ./pool/main/libm/libmd/libmd0_1.1.0-2build1.1_i386.deb 4c72e49eea78d9138281eb61aaa2073e ./casper/minimal.enhanced-secureboot.it.squashfs.gpg 31e2b2c89bfe11fcad9557ead449907e ./casper/minimal.standard.no-languages.manifest fae1ad2635eb40c82a6b08f2b27c2642 ./casper/minimal.standard.enhanced-secureboot.manifest 033fdd27fab82e452b295aee9aeae0c6 ./casper/minimal.en.squashfs.gpg 17c2bbbac811908c0d82d942049e4932 ./casper/minimal.it.manifest 06aec3eac4822871e7c8ebdb2aa454d2 ./casper/minimal.standard.enhanced-secureboot.it.squashfs.gpg 06b9ae7c86e218d88f7afc6a5e887dc3 ./casper/minimal.standard.zh.size b2caf7c914c2d5823a3ea7d4496cb3c0 ./casper/minimal.standard.it.squashfs b8868d2a4f9ec3e47ecc3cc65b0548ff ./casper/minimal.standard.enhanced-secureboot.pt.squashfs.gpg bef9fd7f957239fa8c9f7a527915472a ./casper/minimal.standard.enhanced-secureboot.zh.squashfs.gpg c2094132b37059c4f7ec1a1ca32c9cfb ./casper/minimal.enhanced-secureboot.es.squashfs cf7731108e07ac3053245aa3d57b6977 ./casper/minimal.standard.enhanced-secureboot.es.squashfs.gpg dcde2bbfb8fcc4b2bca8cf45d33a7717 ./casper/minimal.enhanced-secureboot.no-languages.squashfs.gpg 0a622de1f680231eedb25b6ae75d045e ./casper/minimal.standard.enhanced-secureboot.ru.size 7d6906e5db2cdb25c5e4026350b8f780 ./casper/minimal.standard.enhanced-secureboot.es.size e393769132fbc227a44e082ee2369c04 ./casper/minimal.en.squashfs bb0c60c54ad5b374b172bb5704997d88 ./casper/minimal.it.size 8356b19d5d703e02a6b6cbdad1933c3d ./casper/minimal.enhanced-secureboot.ru.squashfs de6e7ee17fbac0c5c7ef58efd992c7ec ./casper/minimal.standard.pt.size 65f2fd8eecb0703d593e38c60f62c2ac ./casper/minimal.standard.no-languages.squashfs 10c744073e93b0e6f946d52259da25ec ./casper/minimal.enhanced-secureboot.no-languages.size cc8427abdbb8929301b4c044c7e2f828 ./casper/minimal.standard.es.size 0a622de1f680231eedb25b6ae75d045e ./casper/minimal.standard.enhanced-secureboot.no-languages.size 64aca85e963ae760df006637f782c75c ./casper/minimal.es.size 48f8d093989b696bba3af2f13ceb63e4 ./casper/minimal.enhanced-secureboot.manifest 0c32b4b0519cc0e5a559d874bf849635 ./casper/minimal.ru.squashfs cdaa078907b52894b4d34db0e9f97376 ./casper/minimal.pt.manifest b3f6c321e3c13f2dd62adf1e4ea24076 ./casper/minimal.standard.it.size ec654e0003a696911d17157aba2e68a2 ./casper/filesystem.manifest a985e974ac2cb776417f461d856790c0 ./casper/minimal.de.squashfs.gpg 11533fddf87ccc79bd7f07b4301a8965 ./casper/minimal.enhanced-secureboot.fr.size 53ad2900740aa62070de0ae131ff059d ./casper/minimal.standard.enhanced-secureboot.zh.manifest 77959a36e5fc4f625982fc9d78020d42 ./casper/minimal.no-languages.size a529bd9aa2873b4eefefe0ddc6581148 ./casper/minimal.zh.size 4d4cfedea1826d2821e9debeb86aa25b ./casper/minimal.standard.enhanced-secureboot.en.manifest 3746f796ec95b4b4874c1c8bbe2426fe ./casper/minimal.standard.live.squashfs.gpg 14cf972cabc72e890cdd8d0b4bed10c9 ./casper/minimal.standard.it.manifest 2c3b1bb61b29e926c6f0ce42cc571678 ./casper/minimal.ru.squashfs.gpg 58ed8c020bd6f45914b745495e0ec3f6 ./casper/minimal.it.squashfs.gpg 9600efcd12607dfca0726e167b6ab2a7 ./casper/minimal.es.squashfs edb3982ac30da837f4efe16d5bc7ddb5 ./casper/minimal.ru.manifest 8a0e68553dc108f985f014d54eea1193 ./casper/filesystem.size a753c475ad0d3b8dbc4893d5ca000371 ./casper/minimal.enhanced-secureboot.pt.size 42baa9281b0257a6fd59217a6a827b3d ./casper/minimal.enhanced-secureboot.de.squashfs a4319f611f2edeae083c513134a7d1eb ./casper/minimal.enhanced-secureboot.en.size 7566777f00253d16dd2c337773d9428f ./casper/minimal.standard.enhanced-secureboot.fr.squashfs 3b46f7fd035e282359de4ec0dcba67bd ./casper/minimal.pt.squashfs 25d458a384618e0e45716770e2b39644 ./casper/minimal.standard.enhanced-secureboot.no-languages.manifest 8d85eae2f9e5c36c65a01c19f7d624e4 ./casper/minimal.enhanced-secureboot.de.squashfs.gpg d05a63bbd659c79e4e8da7fbfcc20bb0 ./casper/minimal.squashfs b467d9d1fe7cb2adaaca662029f9adeb ./casper/minimal.standard.no-languages.squashfs.gpg ca13d120f06063da18faf2e25502bee7 ./casper/minimal.standard.enhanced-secureboot.squashfs.gpg 50092a14fcbe8bbb4700cdc6fe999e5a ./casper/minimal.standard.ru.squashfs.gpg 7012a85f7dd50055881064376ad91d22 ./casper/minimal.standard.enhanced-secureboot.size 65e6997c8fbef937e3258d23c9033fd3 ./casper/minimal.standard.enhanced-secureboot.de.squashfs.gpg b0985274f599d9632c8d2b9f63891373 ./casper/minimal.pt.squashfs.gpg b3f6c321e3c13f2dd62adf1e4ea24076 ./casper/minimal.standard.no-languages.size 89ddf2f22009d9f7710a8eb83c789f28 ./casper/minimal.standard.it.squashfs.gpg 5edc616896123065102c94f89a5d278e ./casper/minimal.standard.enhanced-secureboot.no-languages.squashfs.gpg 88c02dd2aedda282a1c4bab9385ed922 ./casper/minimal.no-languages.squashfs.gpg 7edd536bec528420dbe1edb1f41c02e3 ./casper/minimal.enhanced-secureboot.fr.squashfs.gpg 84ff28ec07bf8a1d360c7d92f62d7791 ./casper/minimal.enhanced-secureboot.pt.squashfs 82afbd20ede0c75de9a6f1769b740f85 ./casper/minimal.standard.enhanced-secureboot.ru.manifest bf205de2429170adab7505a88315bde3 ./casper/minimal.standard.de.squashfs 1fa5455d1246831e90ca5b0db217fa57 ./casper/minimal.enhanced-secureboot.size a7eb8767adaa1493f30d89b27cba9e21 ./casper/minimal.standard.enhanced-secureboot.zh.squashfs 2d76bf4995571a6dd808aa3c94a9de18 ./casper/minimal.standard.de.size 496e34066f04ff278905b2a64df5668a ./casper/minimal.enhanced-secureboot.squashfs 8f0dbc52dc3ef4311a8542195a55ed6c ./casper/minimal.de.manifest f1aece18b2059b81d0e28935a5ae41ab ./casper/minimal.no-languages.squashfs 6a584d401375f59274fe5cfde59278e9 ./casper/minimal.enhanced-secureboot.zh.squashfs.gpg c15591bf1911e691a07927d80c11d8e9 ./casper/minimal.enhanced-secureboot.no-languages.squashfs f9237655161f9b05b99788d9ee1eb061 ./casper/minimal.enhanced-secureboot.squashfs.gpg 14907f1b12bb6f2f2f86a4e216521e83 ./casper/minimal.zh.squashfs 9aa8947a0234f3e4ea10587417cb1754 ./casper/minimal.standard.fr.squashfs 11533fddf87ccc79bd7f07b4301a8965 ./casper/minimal.enhanced-secureboot.it.size cbcb14bad95e683ad0097367c8bf20a2 ./casper/minimal.en.size 0a1d1416e4838d82671df8ce33c95533 ./casper/minimal.standard.enhanced-secureboot.pt.squashfs ca45fda7ad7f99e6d924dc35c89dd4ff ./casper/minimal.squashfs.gpg af5cf5b1951ec9580adfb3c3e1c8284e ./casper/minimal.fr.squashfs cb2a70b528cbbc6738c1c1f4f07f2830 ./casper/minimal.es.squashfs.gpg f83e6dcc2f520be7c722208cd7c3e381 ./casper/minimal.de.squashfs 6c893defe448df91370cb53d15e3db22 ./casper/minimal.no-languages.manifest e776824a218c10b613c05b321e13ab00 ./casper/minimal.standard.ru.manifest 065f5329e602d03b1a462da03c973b2c ./casper/minimal.standard.enhanced-secureboot.de.manifest e5a54dc800889cbf3e3cbd9418ca2b56 ./casper/minimal.standard.enhanced-secureboot.ru.squashfs.gpg be2482a372f78c7d862314f9c496e75c ./casper/minimal.standard.en.squashfs.gpg 1c5c145980507ab65e9687b0999acc8c ./casper/minimal.en.manifest d2c8b438df1599e55bb1f5c85e459c6e ./casper/minimal.standard.fr.manifest dfe66385e80d51c5758b3535066e2d1a ./casper/minimal.standard.zh.squashfs 8644fa6b191b0bdaf48de2f691ab8add ./casper/minimal.manifest e72036b7c9d84ab61bca513169b10742 ./casper/minimal.it.squashfs 37ba7273c007a9773dbdeb43b7debc2f ./casper/minimal.enhanced-secureboot.es.size 9166490f5eb999a0ffb92847abc0daa7 ./casper/minimal.standard.live.manifest 18c3afc3d93acd236223f2579b0aed2b ./casper/minimal.standard.manifest a6d9177271c645fabb34e19df495c18b ./casper/minimal.standard.pt.squashfs.gpg 655f087fcea72fd0262d1e51dc430d4e ./casper/minimal.standard.zh.manifest 0fc894e349e07a6ae4b32db735de2829 ./casper/minimal.enhanced-secureboot.en.manifest 821fc4ee878715fd91158c6ddd473b35 ./casper/minimal.standard.en.manifest 1faab43e90d86fd72721de0dc849652c ./casper/minimal.standard.ru.squashfs b665d58e97ccc8de672c2f5161f30ee7 ./casper/minimal.enhanced-secureboot.de.size e7050e028020cb4bc27e5ef23522be0b ./casper/minimal.enhanced-secureboot.no-languages.manifest 881f0d29b0bc0adfd10775907e0d55fc ./casper/minimal.standard.enhanced-secureboot.de.size 5deb20fb946a9af67498d5085c7c7308 ./casper/minimal.standard.enhanced-secureboot.fr.squashfs.gpg b0eef2182a8f04e5f465df93e7e548f9 ./casper/minimal.standard.enhanced-secureboot.en.squashfs.gpg bb0c60c54ad5b374b172bb5704997d88 ./casper/minimal.de.size 602b09d779f2824f7d39ee7601d62766 ./casper/minimal.enhanced-secureboot.zh.squashfs 1bfdb45e0f70b941ee652b0af4cf5cfd ./casper/minimal.standard.enhanced-secureboot.en.squashfs 8125b8a93bdcf6a99ac9ef958ab699e8 ./casper/minimal.standard.live.squashfs 211e3209ba56294f39f5f26d2e4bdb2d ./casper/minimal.standard.squashfs 45c1e59a7749eccf8ddc7b4d8d7257fe ./casper/minimal.fr.squashfs.gpg f479e096e7a1ebab176ba6fa9fafb383 ./casper/minimal.enhanced-secureboot.fr.squashfs 3198ef3c12429be12611b339ee8e5262 ./casper/minimal.standard.enhanced-secureboot.pt.size 791e1711286b9a1b2dd0b36132aa21dc ./casper/minimal.standard.enhanced-secureboot.en.size 85345300ee89b65515dcc5dfe8f21722 ./casper/minimal.zh.manifest 0230b6ebf040a0b265f1c3586e058e74 ./casper/minimal.standard.enhanced-secureboot.zh.size 347fb6755d1753deeb15c8e152b28ad8 ./casper/minimal.standard.enhanced-secureboot.it.squashfs 7849bd64238f24e10384529d3f1339d2 ./casper/minimal.enhanced-secureboot.zh.size bdcb41488a6aa6937c08374fb283c914 ./casper/vmlinuz 0ccf9b5920aa369bebf8c004c3d90121 ./casper/install-sources.yaml 881f0d29b0bc0adfd10775907e0d55fc ./casper/minimal.standard.enhanced-secureboot.it.size 93f6b09b67b2a314e06883c753f1c50f ./casper/minimal.enhanced-secureboot.fr.manifest b665d58e97ccc8de672c2f5161f30ee7 ./casper/minimal.enhanced-secureboot.ru.size 3553f2e72071fa18fc848fc669634230 ./casper/minimal.standard.en.squashfs 32c5080c5a05c2f7d38366283c927e19 ./casper/minimal.standard.fr.size bfaefefcb19fe78e41f0a3f104322dfa ./casper/minimal.enhanced-secureboot.es.manifest 32c5080c5a05c2f7d38366283c927e19 ./casper/minimal.standard.ru.size 2877de187948f249a747ef105f72c19d ./casper/minimal.standard.enhanced-secureboot.es.manifest 09b8f7b6adc1c2b2e6d5eb2e5b7ed263 ./casper/minimal.standard.size fa9f15819ba9baa53d1c4bdc380a68b2 ./casper/minimal.standard.squashfs.gpg afc5757c04d9a9261cdb18dcb25c2ee6 ./casper/minimal.size d8c7f4f871ae5f0ab7c76bba2ce443a9 ./casper/minimal.standard.zh.squashfs.gpg 4b2a010e69035717c23f735e60bcfd9b ./casper/minimal.standard.es.squashfs.gpg 342703b4f78b41a877b7af6a04712423 ./casper/minimal.standard.es.squashfs 4a594b4a51f87b87ff447dd527bffa34 ./casper/minimal.enhanced-secureboot.ru.manifest 72858f7c827c87d7508f5f64816d7d01 ./casper/minimal.standard.enhanced-secureboot.squashfs 64cae1e40a189cd3cb37830cad42af00 ./casper/initrd c7b02779d5f9ed01cabe56a4b8ecaf21 ./casper/minimal.enhanced-secureboot.pt.squashfs.gpg 695dda549eb13a0922f5781d8e625925 ./casper/minimal.standard.en.size 0287aa901f533d2c8eeba80510cf2153 ./casper/minimal.fr.manifest dda5fd47769c06464e6778e936b36c6c ./casper/minimal.standard.enhanced-secureboot.it.manifest 9d7de428b1f49dc0fe45a5b536f656ed ./casper/minimal.enhanced-secureboot.es.squashfs.gpg 1131c2d82ea910b1e4036452eaaaf4f5 ./casper/minimal.standard.enhanced-secureboot.es.squashfs 13d41c862a1e22565b0c5d5c6c23272f ./casper/minimal.standard.es.manifest dc98376923a3ee038b1324fed671c1e8 ./casper/minimal.standard.pt.squashfs 8180c04c1c009500ea881b1a04cd1c70 ./casper/minimal.es.manifest 1364015f48e3fd009da481ffe8be8717 ./casper/minimal.standard.live.size 25092b73a73169b90f7fd7bf83aaf11d ./casper/minimal.enhanced-secureboot.en.squashfs.gpg 648880881e9e0c2d1b40c2e99970b2c9 ./casper/minimal.zh.squashfs.gpg a6eba8174af2cfad47fc97b0352d948d ./casper/minimal.standard.enhanced-secureboot.de.squashfs ea6c31c937f3a9578c1ef5d3e482ef52 ./casper/minimal.standard.enhanced-secureboot.pt.manifest ee7f47165e4b6ebf8269d3b2f8388010 ./casper/minimal.enhanced-secureboot.de.manifest 05c165915cf46b26c85dfb83f6206ed3 ./casper/minimal.enhanced-secureboot.ru.squashfs.gpg bb0c60c54ad5b374b172bb5704997d88 ./casper/minimal.fr.size 2ca7fa6b18ce20eb11bda4718e289b0a ./casper/minimal.standard.pt.manifest eee6601c5ad259bf8962801cfe68f2fd ./casper/minimal.enhanced-secureboot.it.manifest 3047328498c489c8a2a93dbf5d51538d ./casper/minimal.pt.size 3665d5cd05258da45147fee2ab8bb3e7 ./casper/minimal.standard.enhanced-secureboot.fr.manifest f519235b88ce89859c753cc022e6ef36 ./casper/minimal.enhanced-secureboot.en.squashfs 87c3defdd1bb1ce1769bf8992f8486a8 ./casper/minimal.standard.fr.squashfs.gpg 80101a2112e265452649f91e0c64d387 ./casper/minimal.enhanced-secureboot.it.squashfs bc5212cde448231bf07a6d02274f0c1b ./casper/minimal.standard.de.manifest 007aefb2d453bdb447d199acf4d3f00e ./casper/minimal.enhanced-secureboot.pt.manifest cd3c1a53b774033f0c453c784f821ddf ./casper/minimal.standard.de.squashfs.gpg 3ff3befcead5d1e6f4b68d0273597172 ./casper/minimal.standard.enhanced-secureboot.fr.size bb0c60c54ad5b374b172bb5704997d88 ./casper/minimal.ru.size 2940ead1d2377c5ee7d445a2e9974bba ./casper/minimal.standard.enhanced-secureboot.no-languages.squashfs 95b63c81147abdc68ef2b1eae46e18ed ./casper/minimal.standard.enhanced-secureboot.ru.squashfs 684935e7744d9dc7e29dd8d42b2a28fd ./casper/minimal.enhanced-secureboot.zh.manifest 8b825460108b817b91bec800d9d070cc ./preseed/ubuntu.seed Line 439: sed -i -e /isolinux/d md5sum.txt Line 448: ORIG=/home/tramm/remix/ubuntu-estonian-remix/iso/ubuntu-24.04.2-desktop-amd64.iso Line 449: MBR=/home/tramm/remix/ubuntu-estonian-remix/build/iso_image.mbr Line 450: EFI=/home/tramm/remix/ubuntu-estonian-remix/build/iso_image.efi Line 452: dd if=/home/tramm/remix/ubuntu-estonian-remix/iso/ubuntu-24.04.2-desktop-amd64.iso bs=1 count=446 of=/home/tramm/remix/ubuntu-estonian-remix/build/iso_image.mbr 446+0 records in 446+0 records out 446 bytes copied, 0.000692309 s, 644 kB/s LLine 454: /sbin/fdisk -l /home/tramm/remix/ubuntu-estonian-remix/iso/ubuntu-24.04.2-desktop-amd64.iso LLine 454: fgrep '.iso2 ' LLine 454: awk '{print $2}' Line 454: SKIP=12378292 LLine 455: /sbin/fdisk -l /home/tramm/remix/ubuntu-estonian-remix/iso/ubuntu-24.04.2-desktop-amd64.iso LLine 455: fgrep '.iso2 ' LLine 455: awk '{print $4}' Line 455: SIZE=10144 Line 456: dd if=/home/tramm/remix/ubuntu-estonian-remix/iso/ubuntu-24.04.2-desktop-amd64.iso bs=512 skip=12378292 count=10144 of=/home/tramm/remix/ubuntu-estonian-remix/build/iso_image.efi 10144+0 records in 10144+0 records out 5193728 bytes (5.2 MB, 5.0 MiB) copied, 0.020608 s, 252 MB/s Line 458: mkdir -p /home/tramm/remix/ubuntu-estonian-remix/output Line 461: xorriso -as mkisofs -r -V 'Ubuntu 24.04.2 LTS EE-REMIX' -J -joliet-long -l -iso-level 3 -partition_offset 16 --grub2-mbr /home/tramm/remix/ubuntu-estonian-remix/build/iso_image.mbr --mbr-force-bootable -append_partition 2 0xEF /home/tramm/remix/ubuntu-estonian-remix/build/iso_image.efi -appended_part_as_gpt -c /boot.catalog -b /boot/grub/i386-pc/eltorito.img -no-emul-boot -boot-load-size 4 -boot-info-table --grub2-boot-info -eltorito-alt-boot -e --interval:appended_partition_2:all:: -no-emul-boot -o /home/tramm/remix/ubuntu-estonian-remix/output/ubuntu-ee-remix-24.04.2-amd64.iso /home/tramm/remix/ubuntu-estonian-remix/build/extract-cd xorriso 1.5.6 : RockRidge filesystem manipulator, libburnia project. Drive current: -outdev 'stdio:/home/tramm/remix/ubuntu-estonian-remix/output/ubuntu-ee-remix-24.04.2-amd64.iso' Media current: stdio file, overwriteable Media status : is blank Media summary: 0 sessions, 0 data blocks, 0 data, 388g free xorriso : WARNING : -volid text problematic as automatic mount point name xorriso : WARNING : -volid text does not comply to ISO 9660 / ECMA 119 rules Added to ISO image: directory '/'='/home/tramm/remix/ubuntu-estonian-remix/build/extract-cd' xorriso : UPDATE : 1237 files added in 1 seconds xorriso : UPDATE : 1237 files added in 1 seconds xorriso : NOTE : Copying to System Area: 446 bytes from file '/home/tramm/remix/ubuntu-estonian-remix/build/iso_image.mbr' libisofs: WARNING : Cannot add /dists/stable to Joliet tree. Symlinks can only be added to a Rock Ridge tree. libisofs: WARNING : More symbolic links were omitted from Joliet tree. libisofs: WARNING : Number of symbolic links omitted from Joliet tree: 6 xorriso : UPDATE : 1.47% done xorriso : UPDATE : 21.72% done xorriso : UPDATE : 40.45% done, estimate finish Wed Apr 30 15:45:06 2025 xorriso : UPDATE : 59.16% done, estimate finish Wed Apr 30 15:45:06 2025 xorriso : UPDATE : 77.90% done, estimate finish Wed Apr 30 15:45:06 2025 xorriso : UPDATE : 96.35% done xorriso : UPDATE : Thank you for being patient. Working since 6 seconds. xorriso : UPDATE : Thank you for being patient. Working since 7 seconds. xorriso : UPDATE : Thank you for being patient. Working since 8 seconds. xorriso : UPDATE : Thank you for being patient. Working since 9 seconds. xorriso : UPDATE : Thank you for being patient. Working since 10 seconds. xorriso : UPDATE : Thank you for being patient. Working since 11 seconds. xorriso : UPDATE : Thank you for being patient. Working since 12 seconds. xorriso : UPDATE : Thank you for being patient. Working since 13 seconds. xorriso : UPDATE : Thank you for being patient. Working since 14 seconds. xorriso : UPDATE : Thank you for being patient. Working since 15 seconds. xorriso : UPDATE : Thank you for being patient. Working since 16 seconds. ISO image produced: 3324183 sectors Written to medium : 3324183 sectors at LBA 0 Writing to 'stdio:/home/tramm/remix/ubuntu-estonian-remix/output/ubuntu-ee-remix-24.04.2-amd64.iso' completed successfully. Line 472: cd /home/tramm/remix/ubuntu-estonian-remix/output Line 473: sha256sum ubuntu-ee-remix-24.04.2-amd64.iso Line 474: zsyncmake -u http://linux.infoaed.ee/ubuntu-ee-remix-24.04.2-amd64.iso ubuntu-ee-remix-24.04.2-amd64.iso Line 475: cd .. Line 477: echo Line 478: echo Generated ISO file: Generated ISO file: Line 479: echo ubuntu-ee-remix-24.04.2-amd64.iso ubuntu-ee-remix-24.04.2-amd64.iso Line 480: echo Line 481: echo Generated SHA256 checksum: Generated SHA256 checksum: Line 482: echo /home/tramm/remix/ubuntu-estonian-remix/output/ubuntu-ee-remix-24.04.2-amd64.sha256 /home/tramm/remix/ubuntu-estonian-remix/output/ubuntu-ee-remix-24.04.2-amd64.sha256 Line 483: echo Line 484: echo ALL 'DONE!' ALL DONE! Line 485: echo