• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Cannot add new domain after upgrade to 10.4.4 #55

thada

New Pleskian
I have updated my Plesk to latest version 10.4.4 Update #55 but after that I cannot create new domain into plesk anymore

with the error of "

Error: system user update is failed: open_basedir_with_nofollow: opeat failed: `vhosts', Not a directory chrootmng: cannot set permissions for "/home/httpd/vhosts/ummtransport.com/etc":Not a directory open_basedir_with_nofollow: opeat failed: `vhosts', Not a directory chrootmng: cannot set permissions for "/home/httpd/vhosts/ummtransport.com/tmp":Not a directory open_basedir_with_nofollow: opeat failed: `vhosts', Not a directory chrootmng: cannot set permissions for "/home/httpd/vhosts/ummtransport.com/var":Not a directory open_basedir_with_nofollow: opeat failed: `vhosts', Not a directory chrootmng: cannot create directory "/home/httpd/vhosts/ummtransport.com/var/tmp": Not a directory open_basedir_with_nofollow: opeat failed: `vhosts', Not a directory chrootmng: cannot set permissions for "/home/httpd/vhosts/ummtransport.com/lib64":Not a directory open_basedir_with_nofollow: opeat failed: `vhosts', Not a directory chrootmng: cannot set permissions for "/home/httpd/vhosts/ummtransport.com/bin":Not a directory open_basedir_with_nofollow: opeat failed: `vhosts', Not a directory chrootmng: cannot set permissions for "/home/httpd/vhosts/ummtransport.com/dev":Not a directory open_basedir_with_nofollow: opeat failed: `vhosts', Not a directory chrootmng: cannot set permissions for "/home/httpd/vhosts/ummtransport.com/usr":Not a directory open_basedir_with_nofollow: opeat failed: `vhosts', Not a directory chrootmng: cannot create directory "/home/httpd/vhosts/ummtransport.com/usr/libexec": Not a directory open_basedir_with_nofollow: opeat failed: `vhosts', Not a directory chrootmng: cannot create directory "/home/httpd/vhosts/ummtransport.com/usr/lib": Not a directory open_basedir_with_nofollow: opeat failed: `vhosts', Not a directory chrootmng: cannot set permissions for "/home/httpd/vhosts/ummtransport.com/lib":Not a directory open_basedir_with_nofollow: opeat failed: `vhosts', Not a directory open_basedir_with_nofollow failed setup_chroot: unlink old {root}/etc/group failed System error 20: Not a directory "

As you see I use my vhosts in the part of " /home/httpd/vhosts " instead of "/var/www/vhosts" but I have ran the tools "transvhosts.pl" already and the problem still exist.

PLesk 10.4.4
Centos Linux

And I noticed that username added to passwd and shadow file, the directory already created... etc.

Please help,
Boom
 
Thank you Horst Rupp,

I guess it would be the problem related to the New php version that applied to the latest patched.

So, Any other help? :(

Big Thanks,
 
Any help???? Please.. we really need to fix this problem ASAP since we cannot add new domain anymore.

Big Thanks,
Thada
 
Dear IgorG,

Thank you for your reply. I have done what is suggest on that article, but again it still doesn't work

# /usr/local/psa/bin/transvhosts.pl --dest-dir /home/httpd/vhosts/
Server is already configured.

Problem still the same.

thank a lot !
 
Hello, thada
Does selinux enforced on your server?
# getenforce
# ls -ld /home
# ls -ld /home/httpd
# ls -ld /home/httpd/vhosts
# ls -ld /home/httpd/vhosts/ummtransport.com
# ls -ld /home/httpd/vhosts/ummtransport.com/etc
?
 
Dear All,

Problem resolved.

SELINIX is disabled but here what I have done to make it work.

I have remove symbolic link ( rm /home/httpd/vhosts ) and
Run again /usr/local/psa/bin/transvhosts.pl --dest-dir "to other destination"
then re create symbolic link once again ( ln -s /var/www /home/httpd/ ) and then /usr/local/psa/bin/transvhosts.pl --dest-dir /home/httpd/vhosts/
then it work now ! ^-^

Bests,
 
Back
Top