• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Question Error message from chagnge hosting type

AllenTeng

New Pleskian
Hi:
We met an error message from Change Hosting Type with Plesk interface.

Does anyone try to help us?
Thanks a lot.

"Error: hosting update is failed: f2bmng failed: ERROR:__main__:Command ['set', 'plesk-wordpress', 'addlogpath', '/mnt/disks/home2/system/photobook.com.tw/logs/error_log'] failed with error IOError(13, 'Permission denied')
 
Judging from the error message ("Permission denied") I'd guess you should check the permissions and ownership of the file "/mnt/disks/home2/system/photobook.com.tw/logs/error_log". Also check the permissions of all directories above this file and make sure the group "psaserv" has the execute bit set on them.

You may also try to run "plesk repair fs" on your domain to detect any wrong permissions.
 
Hi EmmanuelD:
Thanks for reply.

I do run "plesk repair fs" and one error has been fixed.
Then I still failed on created an subscription "photobook.com.tw" .

There is no folder "photobook.com.tw" therefore I can't check permssions of it.

Screenshot_1.jpg Screenshot_2.jpg
 
You're searching in the wrong path. The file in question is in /mnt/disks/home2/system/photobook.com.tw/logs
 
Just to throw in my 2 pennys worth of thought...
Look at the error message closely:
Error: hosting update is failed: f2bmng failed:

Now i would take that as a big indication that there is someting wrong with fail2ban.

That combined with an Input/Output error
IOError(13, 'Permission denied')
would point at corruption of Fail2Ban.

Remove Fail2Ban completely (temporarily), see if changing host type works, and than re-install and configure F2B.
 
Just to throw in my 2 pennys worth of thought...
Look at the error message closely:


Now i would take that as a big indication that there is someting wrong with fail2ban.

That combined with an Input/Output error

would point at corruption of Fail2Ban.

Remove Fail2Ban completely (temporarily), see if changing host type works, and than re-install and configure F2B.

These are all symptoms of an overly-strict SELinux ruleset. Definitely start by doing this command, and see if it all works:
Code:
setenforce 0
then see this page: HowTos/SELinux - CentOS Wiki
 
Back
Top