• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Help Error urgent please

S

Sippicom

Guest
Hallo wenn i try to push the setup butten than this

ERROR
WEB_FPAdminSysUser parameter not defined in features list

0: /usr/local/psa/admin/plib/class.WebServerManager.php:214 psaerror(string "WEB_FPAdminSysUser parameter not defined in features list.")
1: /usr/local/psa/admin/plib/class.PHostingManager.php:1340 WebServerManager->getWebServerFPAdminSysUser()
2: /usr/local/psa/admin/htdocs/domains/hosting/phosting_setup.php:288 PHostingForm->assign(object of type PHostingManager, boolean true, boolean true, boolean false, boolean true, boolean false)

Any Ideas
 
rpm -Uvh --force *.rpm
in \psa\base

workt for my

all data are ok and plesk panel workt better than ever
 
Um, i have tried this solution, but my httpd started through, without any errors... :confused:

So, my error looks like this:

WEB_FPAdminSysUser parameter not defined in features list.

--------------------------------------------------------------------------------

0: /opt/psa/admin/plib/class.WebServerManager.php:214 psaerror(string "WEB_FPAdminSysUser parameter not defined in features list.")
1: /opt/psa/admin/plib/class.PHostingManager.php:1340 WebServerManager->getWebServerFPAdminSysUser()
2: /opt/psa/admin/htdocs/domains/hosting/phosting_setup.php:288 PHostingForm->assign(object of type PHostingManager, boolean true, boolean true, boolean true, boolean true, boolean false)


Any other solution???
My system: debian 3.1 sarge, the problem occured after the last updates... :mad:
 
Check PSA Logs

Hi. Check the PLESK HTTP logs. On RedHat they are located at:

more /usr/local/psa/admin/logs/httpsd_error_log

For version 7 Reloaded

I have found that sometimes in addition to the previous error, there will be a corrupt httpd.include file in the users conf directory.

Running a tail -f on the log file while accessing plesk will reveal the domain with the corrupt include.

Hope that helps.
 
First of all:

Thank you!
The hint with the logfiles... i should have looked there before :rolleyes:

Actually, my debian puts them in /opt/psa/admin/logs

Well, i see, there are troubles:

packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
websrvmng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
[Tue Oct 3 00:03:54 2006] [notice] child pid 9366 exit signal Segmentation fault (11)
websrvmng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
websrvmng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
websrvmng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
websrvmng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
[Wed Oct 4 17:53:38 2006] [notice] SIGHUP received. Attempting to restart
Processing config directory: /opt/psa/admin/conf/httpsd.*.include
Processing config file: /opt/psa/admin/conf/httpsd.custom.include
[Wed Oct 4 17:53:38 2006] [notice] Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7e PHP/5.0.4 configured -- resuming normal operations
[Wed Oct 4 17:53:38 2006] [notice] Accept mutex: sysvsem (Default: sysvsem)
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
[Wed Oct 4 17:54:55 2006] [notice] child pid 32351 exit signal Segmentation fault (11)
websrvmng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
[Wed Oct 4 18:39:24 2006] [notice] caught SIGTERM, shutting down
Processing config directory: /opt/psa/admin/conf/httpsd.*.include
Processing config file: /opt/psa/admin/conf/httpsd.custom.include
[Wed Oct 4 18:39:45 2006] [notice] Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7e PHP/5.0.4 configured -- resuming normal operations
[Wed Oct 4 18:39:45 2006] [notice] Accept mutex: sysvsem (Default: sysvsem)
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
websrvmng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
[Wed Oct 4 18:43:52 2006] [notice] child pid 26607 exit signal Segmentation fault (11)
[Wed Oct 4 18:46:04 2006] [notice] caught SIGTERM, shutting down
Processing config directory: /opt/psa/admin/conf/httpsd.*.include
Processing config file: /opt/psa/admin/conf/httpsd.custom.include
[Wed Oct 4 18:46:24 2006] [notice] Apache/1.3.33 (Unix) mod_ssl/2.8.22 OpenSSL/0.9.7e PHP/5.0.4 configured -- resuming normal operations
[Wed Oct 4 18:46:24 2006] [notice] Accept mutex: sysvsem (Default: sysvsem)
packagemng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
[Wed Oct 4 19:01:05 2006] [notice] child pid 32672 exit signal Segmentation fault (11)
websrvmng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied
websrvmng: failed to open semaphore file /opt/psa/var/utilities.sem: Permission denied

Looks like a permission problem on file:

/opt/psa/var/utilities.sem

After setting the right permissions (0777 or chown psaadm), everything works fine now!
Anybody had this before???
Can this be a result of uninstalling spam assassin?

Edit:
After too many troubles, i fixed all with:

apt-get install --reinstall psa
 
Back
Top