[Bug 1876798] Re: subiquity service should not be running after install on classic
Samuele Pedroni
1876798 at bugs.launchpad.net
Mon Jun 22 08:05:42 UTC 2020
** No longer affects: snapcraft
** No longer affects: snapd
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1876798
Title:
subiquity service should not be running after install on classic
Status in subiquity package in Ubuntu:
Confirmed
Bug description:
subiquity service should not be running after install on classic
the subiquity.service that is generated by snapd is not good enough,
and livecd-rootfs overrides a lot of it. But why not all of it?
Also when people install subiquity snap on classic systems the
subiquity service is started, and keeps on crashing.
I've tried doing this:
cat snap/hooks/install
#!/bin/sh
# If not live installer media, disable subiquity on tty1
if [ ! -f /cdrom/.disk/info ]; then
snap stop --no-wait --disable subiquity
fi
but that fails with change is already in progress.
I wonder if there is any know-how in having snap manage service file,
which is not started by default.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1876798/+subscriptions
More information about the foundations-bugs
mailing list