Changes

Jump to navigation Jump to search
Line 1,205: Line 1,205:  
update, and install those package, as the might get handy (nb iptraf is now iptraf-ng)
 
update, and install those package, as the might get handy (nb iptraf is now iptraf-ng)
 
  dnf update -y
 
  dnf update -y
  dnf install mc htop iftop iptraf screen wget vim ppp traceroute setserial traceroute cyrus-sasl-m d5 cyrus-sasl device-mapper-multipath dhcp-client fetchmail ftp iscsi-initiator-utils lm_sensors minicom mt-st sysfsutils tcpdump telnet wodim
+
  dnf install mc htop iftop iptraf screen wget vim ppp traceroute setserial traceroute cyrus-sasl-md5 cyrus-sasl device-mapper-multipath dhcp-client fetchmail ftp iscsi-initiator-utils lm_sensors minicom mt-st sysfsutils tcpdump telnet wodim
    
* disable SELinux
 
* disable SELinux
Line 1,273: Line 1,273:  
   
 
   
 
try installing SME11 packages, you might need to enable some repo using --enablerepo=smedev,epel,elrepo ... e.g.
 
try installing SME11 packages, you might need to enable some repo using --enablerepo=smedev,epel,elrepo ... e.g.
  dnf module disable php:remi-8.2 -y
+
  dnf module switch-to php:remi-8.3 -y
  dnf module enable php:remi-8.1 -y
+
  dnf module switch-to mariadb:10.5 -y
dnf module enable mariadb:10.5 -y
+
  dnf module switch-to python36:3.6 -y
  dnf module enable python36:3.6 -y
+
  dnf module install php:remi-8.3
  dnf module install php:remi-8.1
+
  dnf install smeserver-* --enablerepo=koji-sme11-os,epel,remi,remi-safe,of --exclude=smeserver-mariadb*  --exclude=smeserver-horde
  dnf install smeserver-* --enablerepo=koji-sme11,epel,remi,remi-safe,of --exclude=smeserver-mariadb*  --exclude=smeserver-horde
   
{{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.
Line 1,312: Line 1,311:  
then you can  
 
then you can  
 
  signal-event post-upgrade;  
 
  signal-event post-upgrade;  
  signal-event-reboot;  
+
  signal-event reboot;  
 
or maybe
 
or maybe
 
   
 
   
Line 1,324: Line 1,323:       −
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 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:
    +
<syntaxhighlight lang="shell">
 +
db yum_repositories set smeaddons repository status disabled
 +
db yum_repositories set smedev repository status disabled
 +
db yum_repositories set smeextras repository status disabled
 +
db yum_repositories set smecontribs repository status disabled
 +
db yum_repositories set smeos repository status disabled
 +
db yum_repositories set smetest repository status disabled
 +
db yum_repositories set smeupdates repository status disabled
 +
db yum_repositories set smeupdates-testing repository status disabled
 +
</syntaxhighlight>
 
  vim /etc/yum.smerepos.d/koji.repo
 
  vim /etc/yum.smerepos.d/koji.repo
 
and paste:
 
and paste:

Navigation menu