Opened 3 years ago

Closed 3 years ago

#2263 closed defect (fixed)

VirtualBox installation fails

Reported by: kalxas Owned by: osgeolive@…
Priority: blocker Milestone: OSGeoLive14.0
Component: OSGeoLive Keywords: virtual machine
Cc: osgeolive@…

Description

While trying to install 14.0 alpha2 on VirtualBox I receive this error:

Command calamares-logs-helper /tmp/calamares-root-_lp9gesd finished with exit code 1. Output: + root=/tmp/calamares-root-_lp9gesd + install_dir=/tmp/calamares-root-_lp9gesd/var/log/installer + [ -d /tmp/calamares-root-_lp9gesd/var/log/installer ] + mkdir -p /tmp/calamares-root-_lp9gesd/var/log/installer + cp /home/lubuntu/.cache/calamares/session.log /tmp/calamares-root-_lp9gesd/var/log/installer/debug cp: cannot stat '/home/lubuntu/.cache/calamares/session.log': No such file or directory

Similar report on Launchpad:

https://bugs.launchpad.net/ubuntu/+source/calamares-settings-ubuntu/+bug/1783109

Attachments (2)

Screenshot_20201209_145811.png (86.0 KB ) - added by kalxas 3 years ago.
Screenshot_20201209_165841.png (43.8 KB ) - added by kalxas 3 years ago.

Download all attachments as: .zip

Change history (9)

by kalxas, 3 years ago

comment:1 by kalxas, 3 years ago

Installing vanilla Lubuntu 20.04.1 iso on the same system works

comment:3 by kalxas, 3 years ago

After manually applying the above fix:

Command calamares-logs-helper /tmp/calamares-root-_lp9gesd finished with exit code 1. Output: + root=/tmp/calamares-root-_lp9gesd + install_dir=/tmp/calamares-root-_lp9gesd/var/log/installer + [ -d /tmp/calamares-root-_lp9gesd/var/log/installer ] + mkdir -p /tmp/calamares-root-_lp9gesd/var/log/installer + cp /home/lubuntu/.cache/Calamares/session.log /tmp/calamares-root-_lp9gesd/var/log/installer/debug cp: cannot stat '/home/lubuntu/.cache/Calamares/session.log': No such file or directory

comment:4 by kalxas, 3 years ago

ok, I just realized it... the path does not exist simply because our live session has "user" as default and not "lubuntu" (/home/lubuntu is hardcoded in /bin/calamares-logs-helper)

by kalxas, 3 years ago

comment:5 by kalxas, 3 years ago

I will commit the fix soon

comment:7 by kalxas, 3 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.