• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

For everyone having problems installing 7.5.3 on FreeBSD-4.11

P

proserve

Guest
create a file named uname in /sbin with the following information

#!/bin/sh

case "$1" in

"-v")
echo "FreeBSD 4.10-STABLE #0: Tue May 10 15:45:13 CEST 2005 admin@servernaam:/usr/obj/usr/src/sys/servername"
;;
"-a")
echo "FreeBSD servernaam 4.10-STABLE FreeBSD 4.11-STABLE #0: Tue May 10 15:45:13 CEST 2005 admin@servernaam:/usr/obj/usr/src/sys/SERVERNAAM i386"
;;
"-s")
echo "FreeBSD"
;;
esac


Don't forget to remove /sbin/uname after the installation.
 
Don't forget to run :

/usr/local/psa/admin/bin/websvrmng -a

This is because horde is moved to another location.

and don't forget to restart the httpd deamon.
 
Ah yes.

I always forget to do this after an upgrade.
Thanks for the reminder.
 
Back
Top