Open
Description
This issue has been re-purposed - see #1296 (comment)
Background:
Version 15.0 TKLDev running in an LXC v3 (LXD) container. Ran tkldev-setup
to get the latest code from the git repositories.
Failure:
Whenever I run make
or make root.patched
on LAMP or any appliance based on LAMP, I get the following error.
fab-chroot build/root.patched --script /turnkey/fab/common/conf/mysql
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 216k 100 216k 0 0 266k 0 --:--:-- --:--:-- --:--:-- 265k
/
[....] Starting MariaDB database server: mysqldinstall: invalid user 'mysql'
/usr/share/fab/product.mk:535: recipe for target 'build/stamps/root.patched' failed
make: *** [build/stamps/root.patched] Error 1
When I check root.patched
I find that the mysql
user has not been defined.
I think it may be related to the issue mentioned in LAMP's changelog.
turnkey-lamp-15.1 (1) turnkey; urgency=low
* Rebuild to resolve inadvertant removal of mariadb during sec-updates
- part of #1246.
-- Jeremy Davis <jeremy@turnkeylinux.org> Wed, 21 Nov 2018 18:29:42 +1100