W
wmchurch
Guest
Environemnt:
CentOS 3.3 - Kernel 2.4.21-27.0.2.ELsmp
Plesk v7.5.3
Issue:
Immediatly after the upgrade to v7.5.3 from 7.5.2 clients were unable to send e-mail after an upgrade, client error messages were not helpful. Tried to restart qmail, then when that failed I did a simple telnet to port 25 of the server:
For some reason, MIGRATION_STORAGE_D is not defined in the /etc/psa/psa.conf file as it was in v7.5.2, for me it was:
The only other difference between the two files, the new file has a definition for PYTHON_ROOT_D:
Question is, if you're not migrating anything why do you even need this?
No other issues to report at this time.
CentOS 3.3 - Kernel 2.4.21-27.0.2.ELsmp
Plesk v7.5.3
Issue:
Immediatly after the upgrade to v7.5.3 from 7.5.2 clients were unable to send e-mail after an upgrade, client error messages were not helpful. Tried to restart qmail, then when that failed I did a simple telnet to port 25 of the server:
# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
relaylock: Error: MIGRATION_STORAGE_D not defined
relaylock: Error: MIGRATION_STORAGE_D not defined
Connection closed by foreign host.
For some reason, MIGRATION_STORAGE_D is not defined in the /etc/psa/psa.conf file as it was in v7.5.2, for me it was:
Code:
# PMM data directory
MIGRATION_STORAGE_D /usr/local/psa/PMM/archives
The only other difference between the two files, the new file has a definition for PYTHON_ROOT_D:
Code:
# Python root dir (needed for PMM)
PYTHON_ROOT_D /usr
Question is, if you're not migrating anything why do you even need this?
No other issues to report at this time.