[Bug 1951399] Re: Ubuntu, Budgie, Kubuntu, Kylin, MATE, Xubuntu: jammy daily fails to install
Norbert
1951399 at bugs.launchpad.net
Sun Nov 21 17:26:54 UTC 2021
- Previous message (by thread): [Bug 1951399] Re: Ubuntu, Budgie, Kubuntu, Kylin, MATE, Xubuntu: jammy daily fails to install
- Next message (by thread): [Bug 1951399] Re: Ubuntu, Budgie, Kubuntu, Kylin, MATE, Xubuntu: jammy daily fails to install
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
I finally found the real problem - it is clearly stated in the
[syslog](https://launchpadlibrarian.net/569529666/UbiquitySyslog.txt)
(now we know how useful is to read logs!!!):
```
Nov 18 08:32:16 xubuntu ubiquity: chroot: failed to run command ‘tempfile’ <-- this
Nov 18 08:32:16 xubuntu ubiquity: : No such file or directory
```
Previous Ubuntu 20211105 has this `/bin/tempfile` executable in place, it came from `debianutils` package with version 4.11.2build1 . See search result from Impish ( https://packages.ubuntu.com/search?searchon=contents&keywords=tempfile&mode=exactfilename&suite=impish&arch=any ) .
But the modern 5.5-1 version from the newest image do not provide the `/bin/tempfile` executable, so it is missed. It is actually bug 1951742 .
So the temporary fix is the following:
1. Launch ISO (tested on Ubuntu MATE 20211120)
2. Start it in Try… mode
3. Launch Ubiquity installer
4. Wait for appearing of "Who are you?" page
5. Open terminal with <Ctrl>+<Alt>+<T> to download previous version of `debianutils` and copy /bin/tempfile to /target/usr/bin directory by
wget http://archive.ubuntu.com/ubuntu/pool/main/d/debianutils/debianutils_4.11.2_amd64.deb
sudo apt-get install --allow-downgrades -y ./debianutils_4.11.2_amd64.deb
sudo mkdir -p /target/usr/bin
sudo cp -v /bin/tempfile /target/usr/bin/
6. Return to Ubiquity window and finish the installation.
7. Enjoy installed system.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1951399
Title:
Ubuntu, Budgie, Kubuntu, Kylin, MATE, Xubuntu: jammy daily fails to
install
Status in ubiquity package in Ubuntu:
Triaged
Bug description:
Ubiquity crashes when user tries to run ISO QA testing by following
the procedure from:
http://iso.qa.ubuntu.com/qatracker/testcases/1300/info
http://iso.qa.ubuntu.com/qatracker/testcases/1305/info
The actual result is the same: installer crashes with the following last line in the small terminal at the bottom - "plugininstall.py: ubiquity.install_misc.InstallStepError: AptSetup failed with code 127" .
Does not depend on system type - happens on real hardware, QEMU, Virtualbox.
This plugininstall.py came from ubiquity package.
Expected result is completed bootable installation.
---
Xubuntu daily (jammy) install to
- hp dc7700 (c2d-e6320, 5gb, nvidia quadro nvs 290)
ubiquity failed with crash.
This install was attempted because Norbert had mentioned failure to install (using QEMU)
- https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1951305
- https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1951309
- https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1951312
This install was an old BIOS box
--
possibly Useful detail on TIMING (Kubuntu/2021-11-08)
Bob H/bobicat noted in https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1950132
"install crashed just before completion
previous daily (2021-11-07) installed without error"
ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubiquity 21.10.10
ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
Uname: Linux 5.13.0-19-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu73
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.465
Date: Thu Nov 18 19:36:21 2021
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/xubuntu.seed maybe-ubiquity quiet splash ---
LiveMediaBuild: Xubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20211118)
ProcEnviron:
LANGUAGE=en_AU.UTF-8
PATH=(custom, no user)
XDG_RUNTIME_DIR=<set>
LANG=en_AU.UTF-8
LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1951399/+subscriptions
- Previous message (by thread): [Bug 1951399] Re: Ubuntu, Budgie, Kubuntu, Kylin, MATE, Xubuntu: jammy daily fails to install
- Next message (by thread): [Bug 1951399] Re: Ubuntu, Budgie, Kubuntu, Kylin, MATE, Xubuntu: jammy daily fails to install
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the foundations-bugs
mailing list