Thank you!!Code:2138cff12eb6d60eec6bde18b2bf38b208f9ae51
Thank you!!Code:2138cff12eb6d60eec6bde18b2bf38b208f9ae51
Wouldn't that cause that php updates etc. also will be later on?You can switch to a stable channel if there many issues on the current channel.
I would think not.Wouldn't that cause that php updates etc. also will be later on?
Well... one of the previous times I had to update DA to get the php updates to.I would think not.
? did not expect anyone would notice. @realcryptonight.The stable commit strings for version 1.645 did not match the last commit string on current for version 1.645.
current
and 1.645 that is in stable
now is the fix to the installer (setup.sh
) ignoring DA_INTERACTIVE_CUSTOMBUILD=yes
. The issue that was brought up by @Zhenyapan:[/ICODE]export DA_INTERACTIVE_CUSTOMBUILD=yes
without exporting to use stable channel - it didn't work anymore, it autoinstalled, why it didn't use just current channel by default as earlier and give me choices what to install?
Will stable also update newer php and mariadb versions? Or is current needed for that?So for existing installation in stable upgrading to 1.645 this change is no-op.
It is ... 1.645Oke no it was just an idea to maybe change to stable, so we can keep updating php and apache etc. to newer versions when present, but wait with DA versions until they are declared stable.
We've not upgraded to 1.646 yet and I presume 1.645 is stable already.
This is really the answer if you're unhappy. I'm a quality guy by profession and I cannot believe the number of bugs in these recent releases. I just check https://files.directadmin.com/services/custombuild/ to see what's new and plug the new versions in the custom version section to grab the updates.@matkra the patch for CVE-2022-3559 is a low severity one, it was released for Exim around summer 2022. It comes with some compatibility issues because Exim with the fix for this issue is a version between 4.96 (latest released Exim version) and 4.97 (work in progress not yet released).
If you want to use this exim version with stable DA you can change exim version from4.96
to4.96-58-g4e9ed49f8
in the CustomBuild custom versions section. But keep in mind once you set a custom version it will stay at this version until you remove version customization.
ioncube 12.05
. When used in combination with opcache module it cause PHP 8.1 to sefgault when executed from CLI.ioncube 12.0.5
after the release (together with PHP 8.2.1) but we later reverted it back to 12.0.4
once we found the issues when combined with opcache:Because using ioncube 12.0.5 causes PHP CLI calls to crash it causes a lot of not directly related issues, for example missing plugins from Enhanced skin, and I think @MisterM might hae problems with WordPress Managed because of that.One more update (build9c346bb67f9608714c6bb447ea41b5e2bb9e37bf
) with the following improvements:
- ...
- Reverted PHP ioncube plugin from 12.0.5 back to 12.0.4, because when used together with opcache on PHP 8.1 it causes CLI PHP invocations to crash, which in turn breaks DA password strength check (PHP script in scripts dir).
No, I would like to correct what @fln says, what the setting makes crash it is when one generates the accesses data base/users automatically that one does not know to create Internet site, and not when one creates a data base/user manually.Because using ioncube 12.0.5 causes PHP CLI calls to crash it causes a lot of not directly related issues, for example missing plugins from Enhanced skin, and I think @MisterM might hae problems with WordPress Managed because of that.
Thanks for following up ...Quick update on the issue reported by @rahman051, we got access to the server, root cause was malformed CageFS configuration and had nothing to do with DA update. CageFS was unable to create cage skeleton because it required a system directory/etc/mail
to be present on the system, but the dir was removed. Creating missing directory resolved the CageFS create issue and fixed all the problems. Anyone experiencing similar problems please report them directly to CloudLinux support.
362a20028835f2e82320353c0902f58250ca08f8
) with the following changes: