Line 1,278: |
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,292: |
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 |
| | | |
| unlink /etc/e-smith/events/post-install/S10init-passwords | | unlink /etc/e-smith/events/post-install/S10init-passwords |
− | signal-event post-install | + | /sbin/e-smith/signal-event post-install |
| if you want to avoid the reboot and configure loop for the moment you can do | | if you want to avoid the reboot and configure loop for the moment you can do |
| passwd admin | | passwd admin |
Line 1,303: |
Line 1,302: |
| /sbin/e-smith/db configuration setprop bootstrap-console Restore disabled | | /sbin/e-smith/db configuration setprop bootstrap-console Restore disabled |
| then try to configure using console | | then try to configure using console |
− | console | + | /sbin/e-smith/console |
| then to be sure to get sshd back | | then to be sure to get sshd back |
| /sbin/e-smith/db configuration setprop sshd status enabled PermitRootLogin yes access public | | /sbin/e-smith/db configuration setprop sshd status enabled PermitRootLogin yes access public |
Line 1,335: |
Line 1,334: |
| gpgcheck=0 | | gpgcheck=0 |
| enablegroups=1 | | enablegroups=1 |
− |
| + | |
| + | |
| | | |
| | | |