• 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.

Issue Can't create new folder with file manager

onki

Regular Pleskian
Hi,

I am having serious issues with my plesk installation. When I am logged in as root I tried to create a folder within a folder of a Joomla installation using the Plesk file manager provided by the GUI.
When I try to do that I get the following message:
filemng failed: filemng: Error occurred during /bin/mkdir command.

The problem is that also Joomla is not able to create folders anymore which is a big problem.
I haven't chenged any settings in my domain settings.
I am using Apache with PHP 7.0.22 as FPM.

Any Idea what could be wrong?

Best regards
Onki
 
Hi onki,

in the first place, I recommend to repair your file - system permissions with the Plesk Repair Utility command ( logged in as user "root" over SSH ):

Code:
plesk repair fs -y -v

More informations on how to use the Plesk Repair Utility, can be found at the Plesk documentation at:




If this didn't already solved your described issue, pls. consider to open a bug - report, so that this report might be handed over to the Plesk developpers:

 
Hi,

Thanks so far. It seems that the problem is related to not enough hard disk space on my server.
This is very weird because I was using only 1/3 of the capacity for years and nor all the sudden the disk is full. It seems that Plesk is not working after a server restart since mySQL cannot be started.

Is there any tool or advice to find out where all the data is located. I can't believe the disk is full or maybe a bad sofware is causing this issue creating tons of files.

Best regards
Onki
 
Have you checked whether there is a partitioning issue on your server? For example, I used a CentOS minimal install and then installed plesk afterwards. The CentOS install allocates space to different partitions than Plesk uses.
 
Hi,

when I run
"df -h"
I get this result:
Filesystem Size Used Avail Use% Mounted on
/dev/ploop13784p1 150G 150G 0 100% /
devtmpfs 2.0G 0 2.0G 0% /dev
tmpfs 2.0G 0 2.0G 0% /dev/shm
tmpfs 2.0G 205M 1.8G 11% /run
tmpfs 5.0M 20K 5.0M 1% /run/lock
tmpfs 2.0G 0 2.0G 0% /sys/fs/cgroup
none 2.0G 0 2.0G 0% /run/shm

This shows me that /dev/ploop13784p1 is mounted as root and uses 100% of the capacity.
After entering
"du -h --max-depth=1 /"
this is shown in the summary:
80G /var
83G /

This means to me that the whole mount only uses 83G where /var is using 80G of that. Where is the rest?
Is it possible in Plesk to get a mail notification when 75 to 80% of the disk space is used or if the filling of the disk is irregular high (more that 1GB /h or so) ?
I'd love to have a more comprehensive usage analysis (graphical) such like treesize for Windows.

Best regards
Onki
 
Is it possible in Plesk to get a mail notification when 75 to 80% of the disk space is used or if the filling of the disk is irregular high (more that 1GB /h or so) ?
If I'm not mistaken Watchdog extension can do this.
 
Back
Top