Diskspace Error

pixGT

Verified User
Joined
Feb 3, 2020
Messages
149
Hi,

I'm very newbie to Direct Admin. Previously I have used Cpanel. But due to the high cost of cPanel I decided to use Direct Admin. I think I have to learn lot with Direct Admin. I got an error when I click on Disk usage.

Unable to read du_breakdown.list Unable to open ./data/users/admin/du_breakdown.list for reading. No such file or directory

Please assist me to solve this issue.

Thanks
 
Hello,

Make sure you have the latest DirectAdmin version and then follow the guide to enable realtime quotas:


Currenly I'm using the latest version I think. How to check the version.


Compiled on CentOS 7.0 64-Bit
Compile Date Jan 29 2020, 12:31:53
Server Version 1.60.1
Current Available Version 1.601000
Last Updated Wed Jan 29 14:32:45 2020
Last Restart Mon Feb 3 02:31:19 2020
 
Yes I followed the instructions. But no luck. Problem is still same.
 
Last edited:
And did you set it to realtime_quota=2 ?

I set as follows

[root@ds directadmin]# mount | grep ' / '
/dev/md1 on / type ext4 (rw,relatime,quota,usrquota,grpquota,stripe=256,data=ordered)
[root@ds directadmin]# ./directadmin set use_xfs_quota 2
use_xfs_quota=2
[root@ds directadmin]# service directadmin restart
Redirecting to /bin/systemctl restart directadmin.service
[root@ds directadmin]#
 
First, there is no use_xfs_quota=2 suggestion posted anywhere and by the link
Then, you don't have XFS quotas, so you need to set use_xfs_quota=0
And finally I see the file ./data/users/admin/du_breakdown.list does not recreate even with realtime_quota=2 or realtime_quota=1. So you might try:

Code:
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue; /usr/local/directadmin/dataskq

and give it time to complete.
 
First, there is no use_xfs_quota=2 suggestion posted anywhere and by the link
Then, you don't have XFS quotas, so you need to set use_xfs_quota=0
And finally I see the file ./data/users/admin/du_breakdown.list does not recreate even with realtime_quota=2 or realtime_quota=1. So you might try:

Code:
echo "action=tally&value=all" >> /usr/local/directadmin/data/task.queue; /usr/local/directadmin/dataskq

and give it time to complete.


Hi zEitEr,

Now the problem has been fixed. Your instructions ares works for my issues. Thank you very much for your support. Have a great day.
 
Back
Top