Adam, I'm curious about your Python statement. This only fails when
running Ubiquity directly from GRUB. Loading the live system and then
running Ubiquity works fine. Also, Ubiquity fails to fail for any other
flavours.

Things start going south in syslog here:

Mar  7 21:40:40 lubuntu ubiquity[1244]: switched to page partman
Mar  7 21:40:44 lubuntu ubiquity: /bin/autopartition: 292: /bin/autopartition:
Mar  7 21:40:44 lubuntu ubiquity: pvs: not found
Mar  7 21:40:44 lubuntu ubiquity: 
Mar  7 21:40:47 lubuntu ubiquity[1244]: debconffilter_done: ubi-partman 
(current: ubi-partman)
Mar  7 21:40:47 lubuntu ubiquity[1244]: Step_before = stepPartAsk

On a successful install from the live system we find a little bit
different behavior:

Mar 11 01:58:43 lubuntu ubiquity[2161]: switched to page partman
Mar 11 01:58:55 lubuntu ubiquity[2161]: debconffilter_done: ubi-partman 
(current: ubi-partman)
Mar 11 01:58:55 lubuntu ubiquity[2161]: Step_before = stepPartAsk

Noting that /bin/autopartition is a script, I went looking for line 292,
but it wasn't there. It does, however source several other scripts in
/lib/partman/lib. Looking for only files with a line number 292 that
includes "pvs" in it, I found:

lib/lvm-base.sh:        if $(pvs --noheadings --nosuffix -o pv_name |
grep -q "$device"); then

Seems like pvs is a variable created from enumerating the partman
devices and looking for ones with lvm method.

I'm not sure what this all means yet, but this sure is weird.

-- 
You received this bug notification because you are a member of Lubuntu
Packages Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1754174

Title:
  [Lubuntu] "Install Lubuntu" fails with several commands not found and
  permission denied

Status in ubiquity package in Ubuntu:
  Confirmed

Bug description:
  Test Case:
  1. Boot Lubuntu Desktop
  2. On the boot menu select "Install Ubuntu"
  3. In ubiquity proceed with the installation and keep the default settings 

  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubiquity 18.04.3
  ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CasperVersion: 1.389
  Date: Wed Mar  7 21:42:12 2018
  InstallCmdLine: file=/cdrom/preseed/lubuntu.seed boot=casper only-ubiquity 
initrd=/casper/initrd.lz quiet splash ---
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=err', '--lines=1000'] failed 
with exit code 1: Hint: You are currently not seeing messages from other users 
and the system.
         Users in groups 'adm', 'systemd-journal' can see all messages.
         Pass -q to turn off this notice.
   No journal files were opened due to insufficient permissions.
  LiveMediaBuild: Lubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180306.1)
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=<set>
   LANG=en_US.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/1754174/+subscriptions

-- 
Mailing list: https://launchpad.net/~lubuntu-admins
Post to     : lubuntu-admins@lists.launchpad.net
Unsubscribe : https://launchpad.net/~lubuntu-admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to