Changes

Jump to navigation Jump to search
no edit summary
Line 1,280: Line 1,280:  
{{Warning box|we will drop horde support, so we have no limitation in keeping php 8.1 which is obsolete, I suggest to go with  8.3 EOL 23 Nov 2026}}
 
{{Warning box|we will drop horde support, so we have no limitation in keeping php 8.1 which is obsolete, I suggest to go with  8.3 EOL 23 Nov 2026}}
 
et voilà, you have a non functional SME 11 over Rocky 8 minimal.
 
et voilà, you have a non functional SME 11 over Rocky 8 minimal.
 +
 +
Also remember that the legacy server manager (SM1) is not installed by the above, so, perhaps:
 +
 +
dnf install e-smith-manager
    
<nowiki>##</nowiki> this needs safer to  be done directly on tty, not via ssh:
 
<nowiki>##</nowiki> this needs safer to  be done directly on tty, not via ssh:
Line 1,323: Line 1,327:       −
you might need to disable sme* repos from there as they are still yet to be created on mirrors. so to help you follow updates you should do
+
you might need avoid using sme* repo except for koji builsdsystem one as long as they are not populated to do so:
    +
<syntaxhighlight lang="shell">
 +
mkdir -p /etc/e-smith/templates-custom/etc/dnf/dnf.conf/
 +
echo "#rem custom"> /etc/e-smith/templates-custom/etc/dnf/dnf.conf/20main_reposdir
 +
expand-template /etc/dnf/dnf.conf
 +
</syntaxhighlight>also you might want to plan ahead and put the koji repo for when you will have deleted the custom template.
 
  vim /etc/yum.smerepos.d/koji.repo
 
  vim /etc/yum.smerepos.d/koji.repo
 
and paste:
 
and paste:
Line 1,339: Line 1,348:       −
from there if you are lucky something went up and you can try to test , report as bug or event create a patch
+
from there if you are lucky it worked and you can try to test , report as bug or even create a patch
    
== Notes ==
 
== Notes ==

Navigation menu