Opened 4 years ago
Closed 4 years ago
#2263 closed defect (fixed)
VirtualBox installation fails
Reported by: | kalxas | Owned by: | |
---|---|---|---|
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)
Change History (9)
by , 4 years ago
Attachment: | Screenshot_20201209_145811.png added |
---|
comment:1 by , 4 years ago
comment:3 by , 4 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 , 4 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 , 4 years ago
Attachment: | Screenshot_20201209_165841.png added |
---|
comment:6 by , 4 years ago
comment:7 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Installing vanilla Lubuntu 20.04.1 iso on the same system works