-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Summary
Building LAMP-based appliances (e.g., Moodle) on TKLDev v19 (Trixie) fails because webmin-mysql, webmin-apache, and webmin-phpini are not yet available in the TurnKey Trixie repository.
Error
These packages are pulled in via common/plans/turnkey/lamp and common/plans/turnkey/mysql.
Workaround
Built webmin 2.621 packages from turnkeylinux/webmin master for Trixie — built cleanly with dpkg-buildpackage -us -uc -b, no changes to source needed. Only a debian/changelog entry was required (not present in repo by design).
Copied resulting .deb files to /turnkey/fab/pools/trixie/ and regenerated the pool index. Moodle build then proceeded normally.
Steps to reproduce
- Set up TKLDev v19 (Trixie)
- Clone and attempt to build any LAMP-based appliance (e.g., Moodle)
- Build fails at package installation stage
Suggestion
Publishing the webmin packages to the Trixie repo would unblock all LAMP-based appliance builds. Happy to help test or contribute if needed.
Environment: TKLDev v19 pre-release, Debian Trixie, webmin source from turnkeylinux/webmin master (v2.621).