Changes

From SME Server
Jump to navigationJump to search
Line 1,261: Line 1,261:  
  enablegroups=1
 
  enablegroups=1
   −
install SME10 key
+
install SME10 key
 
  wget <nowiki>http://mirror.koozali.org/releases/10/smeos/x86_64/RPM-GPG-KEY-koozali</nowiki>
 
  wget <nowiki>http://mirror.koozali.org/releases/10/smeos/x86_64/RPM-GPG-KEY-koozali</nowiki>
 
  rpm --import RPM-GPG-KEY-koozali
 
  rpm --import RPM-GPG-KEY-koozali
Line 1,275: Line 1,275:  
  dnf module enable php:remi-8.1 -y  
 
  dnf module enable php:remi-8.1 -y  
 
  dnf module enable mariadb:10.5 -y
 
  dnf module enable mariadb:10.5 -y
dnf module enable php:remi-8.1 -y
   
  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 --excludes=smeserver-mariadb*  
+
  dnf install smeserver-* --enablerepo=koji-sme11,epel,remi,remi-safe,of --exclude=smeserver-mariadb*  
 
a temp fix before smeserver-base-11.0.0-4.el8.sme
 
a temp fix before smeserver-base-11.0.0-4.el8.sme
 
  dnf install network-scripts rsyslog
 
  dnf install network-scripts rsyslog
Line 1,289: Line 1,288:  
  systemctl stop NetworkManager
 
  systemctl stop NetworkManager
 
  systemctl disable NetworkManager  
 
  systemctl disable NetworkManager  
 +
systemctl stop NetworkManager-wait-online.service
 +
systemctl disable NetworkManager-wait-online.service
 
  systemctl start networking
 
  systemctl start networking
 
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,316: Line 1,317:  
  signal-event-reboot
 
  signal-event-reboot
 
<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
 +
dnf remove NetworkManager --noautoremove
 +
 +
 +
 +
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
 +
 +
vim /etc/yum.smerepos.d/koji.repo
 +
and paste:
 +
[koji-sme11]
 +
enabled=1
 +
name=koji-sme11
 +
baseurl=<nowiki>http://koji.koozali.org/kojifiles/repos/dist-sme11-os-build/latest/x86_64/</nowiki>
 +
gpgcheck=0
 +
enablegroups=1
 +
     

Navigation menu