Changes

Jump to navigation Jump to search
Line 1,232: Line 1,232:  
  [smedev]
 
  [smedev]
 
  enabled=0
 
  enabled=0
  MirrorList=<nowiki>http://mirrorlist.contribs.org/mirrorlist/smedev-11</nowiki>
+
  MirrorList=http://mirrorlist.contribs.org/mirrorlist/smedev-11
 
  name=SME Server - dev
 
  name=SME Server - dev
 
  gpgcheck=1
 
  gpgcheck=1
Line 1,238: Line 1,238:  
  [smetest]
 
  [smetest]
 
  enabled=0
 
  enabled=0
  MirrorList=<nowiki>http://mirrorlist.contribs.org/mirrorlist/smetest-11</nowiki>
+
  MirrorList=http://mirrorlist.contribs.org/mirrorlist/smetest-11
 
  name=SME Server - dev
 
  name=SME Server - dev
 
  gpgcheck=1
 
  gpgcheck=1
Line 1,244: Line 1,244:  
  [smeos]
 
  [smeos]
 
  enabled=0
 
  enabled=0
  MirrorList=<nowiki>http://mirrorlist.contribs.org/mirrorlist/smeos-11</nowiki>
+
  MirrorList=http://mirrorlist.contribs.org/mirrorlist/smeos-11
 
  name=SME Server - dev
 
  name=SME Server - dev
 
  gpgcheck=1
 
  gpgcheck=1
Line 1,250: Line 1,250:  
  [smeupdates]
 
  [smeupdates]
 
  enabled=0
 
  enabled=0
  MirrorList=<nowiki>http://mirrorlist.contribs.org/mirrorlist/smeupdates-11</nowiki>
+
  MirrorList=http://mirrorlist.contribs.org/mirrorlist/smeupdates-11
 
  name=SME Server - dev
 
  name=SME Server - dev
 
  gpgcheck=1
 
  gpgcheck=1
Line 1,258: Line 1,258:  
  enabled=1
 
  enabled=1
 
  name=sme11-os
 
  name=sme11-os
  baseurl=<nowiki>http://koji.koozali.org/kojifiles/repos/dist-sme11-os/latest/x86_64/</nowiki>
+
  baseurl=http://koji.koozali.org/kojifiles/repos/dist-sme11-build<nowiki/>/latest/x86_64/
gpgcheck=0
  −
enablegroups=1
  −
  −
[koji-sme11-test]
  −
enabled=1
  −
name=sme11-test
  −
baseurl=<nowiki>http://koji.koozali.org/kojifiles/repos/dist-sme11-testing/latest/x86_64/</nowiki>
  −
gpgcheck=0
  −
enablegroups=1
  −
  −
[koji-sme11-contribs-test]
  −
enabled=1
  −
name=smecontribs11-test
  −
baseurl=<nowiki>http://koji.koozali.org/kojifiles/repos/dist-sme11-contribs-testing/latest/x86_64/</nowiki>
   
  gpgcheck=0
 
  gpgcheck=0
 
  enablegroups=1
 
  enablegroups=1
Line 1,282: Line 1,268:     
install openfusion 8
 
install openfusion 8
  dnf install <nowiki>http://repo.openfusion.net/centos8-x86_64/openfusion-release-0.8-2.of.el8.noarch.rpm</nowiki>
+
  dnf install http://repo.openfusion.net/centos8-x86_64/openfusion-release-0.8-2<nowiki/>.of.el8.noarch.rpm
 
then
 
then
 
  dnf --enablerepo=* clean all
 
  dnf --enablerepo=* clean all
Line 1,292: Line 1,278:  
  dnf module enable python36:3.6 -y
 
  dnf module enable python36:3.6 -y
 
  dnf module install php:remi-8.1
 
  dnf module install php:remi-8.1
  dnf install smeserver-* --enablerepo=koji-sme11,epel,remi,remi-safe,of --exclude=smeserver-mariadb*  
+
  dnf install smeserver-* --enablerepo=koji-sme11,epel,remi,remi-safe,of --exclude=smeserver-mariadb* --exclude=smeserver-horde
a temp fix before smeserver-base-11.0.0-4.el8.sme
+
{{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}}
dnf install network-scripts rsyslog
  −
 
   
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.
    
<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:
   −
latter it will be good to also deactivate networkManager, to leave network service doing the job, but you also need to configure e-smith db for the server first.
+
lget ride of Messup-Network-Manager NOW!
 
  systemctl stop NetworkManager
 
  systemctl stop NetworkManager
 
  systemctl disable NetworkManager  
 
  systemctl disable NetworkManager  
Line 1,306: Line 1,290:  
  systemctl disable NetworkManager-wait-online.service
 
  systemctl disable NetworkManager-wait-online.service
 
  systemctl start networking
 
  systemctl start networking
 +
dnf remove NetworkManager* --noautoremove
 
then you could try, (you might have no network form there), unlink this to avoid root password locking
 
then you could try, (you might have no network form there), unlink this to avoid root password locking
 
   
 
   
Line 1,326: Line 1,311:  
  /sbin/e-smith/signal-event  remoteaccess-update
 
  /sbin/e-smith/signal-event  remoteaccess-update
 
then you can  
 
then you can  
  /sbin/e-smith/signal-event post-upgrade; /sbin/e-smith/signal-event reboot;  
+
  signal-event post-upgrade;  
 
+
signal-event-reboot;  
 
or maybe
 
or maybe
 
   
 
   
  /sbin/e-smith/signal-event bootstrap-console-save; /sbin/e-smith/signal event-reboot
+
  signal-event bootstrap-console-save;
 
+
signal-event-reboot
After reboot you should no longer require the full path /sbin/e-smith/signal-event
  −
 
   
<nowiki>##</nowiki> end of the part better on tty than on sshd
 
<nowiki>##</nowiki> end of the part better on tty than on sshd
    
you can also tidy a little
 
you can also tidy a little
 
  dnf remove NetworkManager* --noautoremove
 
  dnf remove NetworkManager* --noautoremove
 +
      Line 1,347: Line 1,331:  
  enabled=1
 
  enabled=1
 
  name=sme11-os
 
  name=sme11-os
  baseurl=<nowiki>http://koji.koozali.org/kojifiles/repos/dist-sme11-os/latest/x86_64/</nowiki>
+
  baseurl=http://koji.koozali.org/kojifiles/repos/dist-sme11-build<nowiki/>/latest/x86_64/
gpgcheck=0
  −
enablegroups=1
  −
  −
[koji-sme11-test]
  −
enabled=1
  −
name=sme11-test
  −
baseurl=<nowiki>http://koji.koozali.org/kojifiles/repos/dist-sme11-test/latest/x86_64/</nowiki>
  −
gpgcheck=0
  −
enablegroups=1
  −
  −
[koji-sme11-contribs-test]
  −
enabled=1
  −
name=smecontribs11-test
  −
baseurl=<nowiki>http://koji.koozali.org/kojifiles/repos/dist-sme11-contribs-buildlatest/x86_64/</nowiki>
   
  gpgcheck=0
 
  gpgcheck=0
 
  enablegroups=1
 
  enablegroups=1
      −
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 something went up and you can try to test , report as bug or event create a patch
    
== Notes ==
 
== Notes ==
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu