• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Let'sEncrypt: Error occurred during /bin/cp command

FireHost1

New Pleskian
I had a problem an upgrading Let'sEncrypt. So i tried, as explained in the issue (Issue - Upgrade Let's Encrypt failing, Plesk 17.5.3) to remove and reinstall it.
After successfull removing, i tried the installation, but i got an error:

# plesk installer --select-product-id plesk --select-release-current --install-component letsencrypt
...
Reading package lists...
Retrieving information about the installed license key...
Launching component and product checkers...
Downloading file PSA_17.5.3/examiners/disk_space_check.sh: 0%
Downloading file PSA_17.5.3/examiners/disk_space_check.sh: 100% was finished.
Checking whether the package dependencies are resolved.
Installing packages

ERROR: Failed to install or upgrade the extension 'Let's Encrypt' (package: letsencrypt):
[2017-11-18 09:14:45] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/filemng' 'psaadm' 'cp' '-r' '/opt/psa/tmp/moduleJM6386/var/.' '/opt/psa/var/modules/letsencrypt/'] with exit code [1]
Error occured while sending feedback. HTTP code returned: 502
Error occured while sending feedback. HTTP code returned: 502
filemng failed: filemng: Error occurred during /bin/cp command.



Warning! Not all packages were installed.
Please check if your system services are operable.
Please resolve this issue and try to install the packages again.
If you cannot resolve the issue on your own, contact product technical support for assistance.
exit status 1

During the installation i saw, that /opt/psa/tmp/moduleJM6386/var/ is empty
Has andybody an idea what do do????
 
Try to fix it with

# cd /usr/local/psa/var/modules/letsencrypt
# chown psaadm.psaadm .keep
# chown psaadm.psaadm cli.ini.sample
 
Try to fix it with

# cd /usr/local/psa/var/modules/letsencrypt
# chown psaadm.psaadm .keep
# chown psaadm.psaadm cli.ini.sample

.keep does not exist, the rest did not solve my problem :-(

I created .keep manually, and deleted the var-directory from the ZIP-Archive. Now i am able to install the extension. Seems to work!
 
Last edited:
Back
Top