FOG 1.5.10 officially released
-
@lebrun78 said in FOG 1.5.10 officially released:
The installation instructions in https://news.fogproject.org/fog-1-5-10-officially-released/ link seams not good.
The link changed over time as we are working on the docs as well. This should be fixed now.
@JJ-Fullmer Will the links change again in the future you reckon?
-
Thank you so much FOG team!!!
-
@Sebastian-Roth I have a work in progress concept for permanent links. But things have gotten busy and I havenāt had much free time to get it working in full.
Short version is that weāll be able to create uuids for all pages and that can be used as a permanent link even if it moves elsewhere in the doc. -
After upgrade 1.5.9.110 to 1.5.10 fog stopped sending email, i can still send through terminal with sendmail -v , is this a know bug ?
-
@milsondc Fog doesnāt send email period.
-
Will there be a new version of Fog Server soon?
-
@Sebastian-Roth Thank you for this update. Iām curious ā¦ do you know the release schedule (or if there is one)? Iāve been doing some test installs and it looks like php 5 is a dependency that seems to be problematic for me. Iāve found I can get past it using Debian 11 but would rather use something a little more current. Iām grateful for all the FOG team has done on this project. Its a life saver!
-
@tedlaur FOG does not require using php 5 anylonger.
The āminimumā version expected in more modern versions of FOG I believe is at least 7. In the past it used to be 5.6 at least, but with the large differences in php 7/8 I believe itās normal now to expect at least 7 or >
-
@Tom-Elliott Thanks for the reply. I noticed PHP 8 support in the release notes so Iām guessing that the comment in the source code of the management page is just out of date. No worries. It seems like I should not have a problem using Debian 12.5 but for some reason I get a blank page when I click on /fog/management webpage during the install. Iāll try again with debian 12.5 standard ā¦ maybe Lynx would work?
-
@tedlaur You can provide your error log from the install, but sometimes more fruitful is the actual php-fpm error (or on debian it may just be in the http error logs)
I donāt recall, and it has been a while since I did direct troubleshooting with fog. I can still read of course and probabaly help in that way, but my systems are limited as of late and as such harder for me to troubleshoot issues to try to replicate.