lubuntu 20.04 daily install on hp 8200 (QA) failed;

Bug #1980802 reported by Chris Guiver
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
calamares (Ubuntu)
Won't Fix
Undecided
Unassigned

Bug Description

possibly related to https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/1928293

I'll re-attempt (after reboot) using `sudo -E calamares -d`

re-use SDA1 (ESP) & SDA2 (/) on hp 8200 WITHOUT FORMAT
no touch of fedora or opensuse partition(s)

OF NOTE: this was a working 20.04 system which I 'install using existing partition' (ie. no format) attempted to install 22.04; but it failed to login with GUI with a reason i didn't work out... the install looked good from terminal; I gather issues with `sddm` which I'd heavily modified for support purposes (stuff others had done etc) which was likely issue... I'd have discounted any inability to login, but this was install error; which should not have been impacted by any possible-sddm-config or other issue that was preventing GUI from starting.

---
Boost.Python error in job "packages".
Command 'apt-get --purge -q -y remove ^live-* calamares-settings-lubuntu calamares hunspell-en-us zram-config cifs-utils' returned non-zero exit status 100.
Reading package lists... Building dependency tree... Reading state information... Package 'live-initramfs' is not installed, so not removed Package 'live-build' is not installed, so not removed Package 'livecd-rootfs' is not installed, so not removed The following packages were automatically installed and are no longer required: finalrd localechooser-data user-setup Use 'sudo apt autoremove' to remove them. The following packages will be REMOVED: calamares* calamares-settings-lubuntu* calamares-settings-ubuntu-common* casper* cifs-utils* hunspell-en-us* lupin-casper* zram-config* 0 upgraded, 0 newly installed, 8 to remove and 6 not upgraded. After this operation, 12.1 MB disk space will be freed. E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device) (Reading database ... 229586 files and directories currently installed.) Removing calamares-settings-lubuntu (1:20.04.2.1) ... Removing calamares-settings-ubuntu-common (1:20.04.2.1) ... Removing calamares (3.2.20-0ubuntu1) ... dpkg: warning: while removing calamares, directory '/usr/lib/x86_64-linux-gnu/cmake' not empty so not removed Removing lupin-casper (0.57build1) ... Removing casper (1.445.2) ... Removing cifs-utils (2:6.9-1ubuntu0.2) ... Removing hunspell-en-us (1:2018.04.16-1) ... Removing zram-config (0.5) ... Processing triggers for mime-support (3.64ubuntu1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for dictionaries-common (1.28.1) ... Processing triggers for libc-bin (2.31-0ubuntu9.9) ... /sbin/ldconfig.real: /lib/x86_64-linux-gnu/libsmbldap.so.2 is not a symbolic link Processing triggers for man-db (2.9.1-1) ... /usr/bin/mandb: can't write to /var/cache/man/85916: No space left on device /usr/bin/mandb: can't create index cache /var/cache/man/85916: No space left on device Processing triggers for desktop-file-utils (0.24-1ubuntu3) ... update-desktop-database: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libglib-2.0.so.0) update-desktop-database: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /lib/x86_64-linux-gnu/libglib-2.0.so.0) update-desktop-database: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libglib-2.0.so.0) dpkg: error processing package desktop-file-utils (--configure): installed desktop-file-utils package post-installation script subprocess returned error exit status 1 /bin/dmesg: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libtinfo.so.6) Errors were encountered while processing: desktop-file-utils E: Sub-process /usr/bin/dpkg returned an error code (1)

Traceback:
File "/usr/lib/x86_64-linux-gnu/calamares/modules/packages/main.py", line 560, in run
    run_operations(pkgman, entry)

  File "/usr/lib/x86_64-linux-gnu/calamares/modules/packages/main.py", line 479, in run_operations
    pkgman.remove(package_list)

  File "/usr/lib/x86_64-linux-gnu/calamares/modules/packages/main.py", line 261, in remove
    check_target_env_call(["apt-get", "--purge", "-q", "-y",

  File "<string>", line 47, in <module>
---

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: calamares 3.2.20-0ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-41.44~20.04.1-generic 5.15.39
Uname: Linux 5.15.0-41-generic x86_64
.etc.calamares.modules.finished.conf:
 ---
 restartNowMode: user-checked
 restartNowCommand: "systemctl -i reboot"
.etc.calamares.modules.partition.conf:
 efiSystemPartition: "/boot/efi"
 enableLuksAutomatedPartitioning: true
 userSwapChoices: none
 drawNestedPartitions: true
 defaultFileSystemType: "ext4"
.etc.calamares.modules.shellprocess_logs.conf:
 ---
 dontChroot: true
 timeout: 30
 script:
     - calamares-logs-helper @@ROOT@@
.etc.calamares.modules.unpackfs.conf:
 ---
 unpack:
     - source: "/cdrom/casper/filesystem.squashfs"
         sourcefs: "squashfs"
         destination: ""
ApportVersion: 2.20.11-0ubuntu27.24
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.2
CurrentDesktop: LXQt
Date: Wed Jul 6 16:21:42 2022
LiveMediaBuild: Lubuntu 20.04.4 LTS "Focal Fossa" - Release amd64 (20220705)
RelatedPackageVersions:
 calamares-settings-ubuntu-common 1:20.04.2.1
 calamares-settings-lubuntu 1:20.04.2.1
 xfsprogs 5.3.0-1ubuntu2
 btrfs-progs 5.4.1-2
SourcePackage: calamares
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Chris Guiver (guiverc) wrote :
description: updated
Revision history for this message
Ubuntu QA Website (ubuntuqa) wrote :

This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1980802

tags: added: iso-testing
Revision history for this message
Chris Guiver (guiverc) wrote :

repeated install & same issue

before starting `calamares` (sudo -E calamares -d) I used KDE Partition Manager to check sda1 (ESP) & sda2 (/)

Revision history for this message
Chris Guiver (guiverc) wrote (last edit ):

I just noted

Processing triggers for man-db (2.9.1-1) ...
/usr/bin/mandb: can't write to /var/cache/man/85916: No space left on device
/usr/bin/mandb: can't create index cache /var/cache/man/85916: No space left on device
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
(and problems after this..)

I'll have to keep looking, beginning to look like USER/OPERATOR procedural error... ie. I'm asking for more than I have space for...

I'm going to mark this INCOMPLETE.... I need to create some space then re-try..

Chris Guiver (guiverc)
Changed in calamares (Ubuntu):
status: New → Incomplete
Chris Guiver (guiverc)
Changed in calamares (Ubuntu):
status: Incomplete → New
Revision history for this message
Chris Guiver (guiverc) wrote :

Not a space issue (maybe)

I found the jammy ISO on / & deleted it (there for support issue & forgotten) then re-ran the install hoping the space issue would be solved.. yeah no mention of "No space on" however still another failure

---
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
update-desktop-database: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libglib-2.0.so.0)
update-desktop-database: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /lib/x86_64-linux-gnu/libglib-2.0.so.0)
update-desktop-database: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /lib/x86_64-linux-gnu/libglib-2.0.so.0)
dpkg: error processing package desktop-file-utils (--configure):
 installed desktop-file-utils package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 desktop-file-utils
E: Sub-process /usr/bin/dpkg returned an error code (1)
 File "/usr/lib/x86_64-linux-gnu/calamares/modules/packages/main.py", line 560, in run
    run_operations(pkgman, entry)

  File "/usr/lib/x86_64-linux-gnu/calamares/modules/packages/main.py", line 479, in run_operations
    pkgman.remove(package_list)

  File "/usr/lib/x86_64-linux-gnu/calamares/modules/packages/main.py", line 261, in remove
    check_target_env_call(["apt-get", "--purge", "-q", "-y",

  File "<string>", line 65, in <module>

2022-07-06 - 18:08:31 [6]: virtual void Calamares::JobThread::run()
     Skipping non-emergency job "Shell Processes Job"
2022-07-06 - 18:08:31 [6]: virtual void Calamares::JobThread::run()
     Skipping non-emergency job "umount"
2022-07-06 - 18:08:31 [1]: ERROR: Installation failed:
---

Those messages were in last I believe.. out of time to explore 2.33/3.32/2.34??

Revision history for this message
Simon Quigley (tsimonq2) wrote :

Focal is EOL etc etc :)

Changed in calamares (Ubuntu):
status: New → Won't Fix
To post a comment you must log in.