• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

sw-cp-server start failed

Jose LuisR

New Pleskian
Hi there,

i have the following problem. Few days ago i tried to access Plesk via web browser but it was impossible Then, i accessed my server via ssh and restarted psa service:
#service psa restart
PSA is down, premorfing all restart
Staring xinetd service...done
Starting mysqld service...done
Starting named service...done
Starting postgresql service...not installed
Starting psa-spamassassin service...done
Plesk: Starting Mail Server...already started
Starting psa...failed
Starting drwebd service...not installed

After that, i saw sw-cp-server log error and i got:
(plugin.c.176) dlopen failed for: /usr/lib64/sw-cp-server/modules/mod_expire.so /usr/lib64/sw-cp-server/modules/mod_expire.so: undefined symbol: responde_header_append
(server.c.163) loading plugins finally failed

Now, i try #rpm -V sw-cp-server and get
.......T. /etc/init.d/sw-cp-server
.......T. /etc/sw-cp-server/config
S.5....T. /usr/lib64/sw-cp-server/modules/mod_access.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_accesslog.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_alias.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_auth.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_cgi.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_cml.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_compress.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_dirlisting.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_evasive.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_evhost.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_expire.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_fastcgi.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_flv_streaming.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_indexfile.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_magnet.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_mysql_vhost.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_proxy.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_redirect.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_rewrite.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_rrdtool.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_scgi.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_secdownload.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_setenv.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_simple_vhost.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_ssi.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_staticfile.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_status.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_trigger_b4_dl.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_userdir.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_usertrack.so
S.5....T. /usr/lib64/sw-cp-server/modules/mod_webdav.so
S.5....T. /usr/lib64/sw-cp-server/sw-suexec
.M...UG.. /var/log/sw-cp-server

What can i do to fix this issue?

Thank you so much,
Jose
 
Have you tried to reinstall sw-cp-server package?
 
Hi Igor,

thanks for your reply. I tried to do that but when i try to reinstall the sw-cp-server package i get the following error:
unpacking of archive failed on file /usr/sbin/sw-cp-serverd: cpio: rename failed - Operation not permitted

I googled that error but i still don't know how to solve this issue. Any idea?

Thanks,
Jose
 
How you have performed this reinstallation? Step-by-step.
 
rpm -ivh sw-cp-server-1.0-8.201205141805.centos6.x86_64.rpm
Preparing....... ############################ [100%]
groupadd: group 'sw-cp-server' already exists
1:sw-cp-server ########################### [100%]
error: unpacking of archive failed on file /usr/sbin/sw-cp-serverd: cpio: rename failed - Operation not permitted
 
Try to stop service first and use -Uvh --force options.
 
Try to stop service first and use -Uvh --force options.
It didn't work. I got the same error :(

By the way, sw-cp-server isn't installed on my server right now so i think i should install (-i) instead update (-U) the package, isn't it?

Thanks one more time,
Jose

P.S: I tried -ivh --force options and same error
 
Try to remove package with --nodeps and then install it back.
 
But sw-cp-server is already uninstalled so when i do:
#rpm -e --nodeps sw-cp-server
I get:
error: package sw-cp-server is not installed
 
Back
Top