• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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