Line 1,201:
Line 1,201:
Configure network access during installation with option to restore. Configure only root user.
Configure network access during installation with option to restore. Configure only root user.
−
* if needed reconfigure network using nm
+
* If needed reconfigure network using nm
I set the network details in the setup screen but the device was not up on boot.
I set the network details in the setup screen but the device was not up on boot.
My main device was ens18 - YMMV
My main device was ens18 - YMMV
cd /etc/sysconfig/network-scripts/ifcfg-ens18
cd /etc/sysconfig/network-scripts/ifcfg-ens18
−
Set these:
+
Set these (I found that you need at least start on boot):
nmcli con mod ens18 connection.autoconnect yes # start on boot
nmcli con mod ens18 connection.autoconnect yes # start on boot
nmcli connection modify ens18 ipv4.routes "0.0.0.0/0 62.210.0.1" # My default route
nmcli connection modify ens18 ipv4.routes "0.0.0.0/0 62.210.0.1" # My default route
Line 1,219:
Line 1,219:
Or reboot.
Or reboot.
+
* SSH
+
+
SSH is present and is enabled by default at this stage. To check issue:
+
systemctl status sshd
+
You may have a slow login to ssh, if needed :
+
vi /etc/ssh/sshd_config
+
You have to restart the ssh service. You might also want to wget your public keys in /root/.ssh/authorized_keys
+
+
systemctl restart sshd
* Disable SELinux
* Disable SELinux
SELinux uses policies that conflict with some of the SME Server services ports like https. One can adjust the allowed ports, or remove the SELinux policies and disable SELinux by the following commands:
SELinux uses policies that conflict with some of the SME Server services ports like https. One can adjust the allowed ports, or remove the SELinux policies and disable SELinux by the following commands:
Line 1,235:
Line 1,244:
dnf install <nowiki>https://rpms.remirepo.net/enterprise/remi-release-8.rpm</nowiki>
dnf install <nowiki>https://rpms.remirepo.net/enterprise/remi-release-8.rpm</nowiki>
−
* install openfusion 8
+
* Install openfusion 8
dnf install http://repo.openfusion.net/centos8-x86_64/openfusion-release-0.8-2<nowiki/>.of.el8.noarch.rpm
dnf install http://repo.openfusion.net/centos8-x86_64/openfusion-release-0.8-2<nowiki/>.of.el8.noarch.rpm
−
* SSH
+
* Update packages
−
SSH is present and is enabled by default at this stage. To check issue:
+
dnf update
−
systemctl status sshd
−
You may have a slow login to ssh, if needed :
−
vi /etc/ssh/sshd_config
−
You have to restart the ssh service , You might also want to wget your public keys in /root/.ssh/authorized_keys
−
systemctl restart sshd
+
* Install SME11 repo
−
update packages
−
dnf update
−
install SME11 repo
vim /etc/yum.repos.d/smeserver11.repo
vim /etc/yum.repos.d/smeserver11.repo
and paste
and paste
Line 1,304:
Line 1,306:
et voilà, you have a <u>non functional SME 11 over Rocky 8 minimal</u>.
et voilà, you have a <u>non functional SME 11 over Rocky 8 minimal</u>.
−
'''<nowiki>##</nowiki> This is safer to be done directly on tty, not via ssh:'''
'''<nowiki>##</nowiki> This is safer to be done directly on tty, not via ssh:'''
Line 1,332:
Line 1,333:
then try to configure using console
then try to configure using console
/sbin/e-smith/console
/sbin/e-smith/console
−
then to be sure to get sshd back
then to be sure to get sshd back
Line 1,347:
Line 1,347:
−
from there if you are lucky it worked and you can try to test , report as bug or even create a patch
−
'''at the moment of the update UPS nut and qpsmtpd-postfix-qmail are work on progress.'''
+
From there, if you are lucky, it worked and you can try to test, report as bug, or even create a patch
+
+
'''At the moment of the update UPS nut and qpsmtpd-postfix-qmail are work on progress.'''
−
=== optional parts for testing ===
+
=== Optional parts for testing ===
==== Koji repos ====
==== Koji repos ====