Hi there, I've FINALLY gotten around to working on the "LEPP" (Linux+Nginx+PHP+PostgreSQL) appliance and my 'make' is blowing up.
I'm basically merging the LAPP appliance and the Nginx+PHP-fastcgi appliance. So I'm sure I've done something wrong. My guess would be because I removed Apache entirely in the new plan file, and Turnkey depends on Apache?
The current state of my definitions/whatever you call them is here: https://github.com/deutrino/lepp/tree/decompose-base-lapp
Errors are thus:
Executing: /lib/systemd/systemd-sysv-install disable shellinabox Created symlink /etc/systemd/system/multi-user.target.wants/shellinabox.service -> /usr/lib/systemd/system/shellinabox.service. Created symlink /etc/systemd/system/multi-user.target.wants/stunnel4@shellinabox.service -> /lib/systemd/system/stunnel4@.service. Failed to enable: Invalid argument. fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/sshd fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/sslcert fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/stunnel Created symlink /etc/systemd/system/stunnel4.service -> /dev/null. fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/sysctl fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/vim.tiny update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/vim (vim) in auto mode fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-cats fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-conf-stunnel Created symlink /etc/systemd/system/multi-user.target.wants/stunnel4@webmin.service -> /lib/systemd/system/stunnel4@.service. Failed to enable: Invalid argument. fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-defmodule fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-enable Synchronizing state of webmin.service with SysV service script with /lib/systemd/systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable webmin Created symlink /etc/systemd/system/multi-user.target.wants/webmin.service -> /lib/systemd/system/webmin.service. fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-fix-modules Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 213. Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 217. Installed Linux RAID in /usr/share/webmin/raid (676 kb) Use of uninitialized value $type in chop at /usr/share/webmin/webmin/webmin-lib.pl line 213. Use of uninitialized value $type in string eq at /usr/share/webmin/webmin/webmin-lib.pl line 217. Installed Logical Volume Management in /usr/share/webmin/lvm (548 kb) fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-fw fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-handy-log fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-history fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-theme fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/webmin-updates fab-chroot build/root.patched --script /turnkey/fab/common/conf/turnkey.d/zz-ssl-ciphers tmp/chroot-script.ucyeNx/zz-ssl-ciphers: line 31: a2enmod: command not found make: *** [/usr/share/fab/product.mk:540: build/stamps/root.patched] Error 127
Forum: