QuickBox / QB

QuickBox is much more than a ‘seedbox installer script’, it is a simplistic approach to achieving easy seedbox and services management from a beautifully designed dashboard. Allowing users the ability to interact with their seedbox and server on a professional grade level.
https://quickbox.io
GNU General Public License v3.0
737 stars 171 forks source link

Quota disk showing blank after update #126

Closed nerull13 closed 6 years ago

nerull13 commented 6 years ago

hi every one ,

first of all i want to say that i tried all fix command but nothing …

I updated my 2.5.3 with new commits on the dashboard updater . And then i have blank quota Before it was ok

/etc/fstab

UUID=4422b764-6c18-4f0c-9de4-a44367b6013d / ext4 usrjquota=aquota.user,jqfmt=vfsv1,errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=f3ee580a-147b-4f12-be39-7085fe4216d9 /boot ext4 defaults 0 2
# swap was on /dev/sda2 during installation
UUID=6316f729-9ffb-4f1d-afdd-9374d9d5b9ba none swap sw 0 0

LSBLK :

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 1.8T 0 disk
├─sda2 8:2 0 1G 0 part [SWAP]
├─sda3 8:3 0 1.8T 0 part /
└─sda1 8:1 0 199M 0 part /boot

so i did : fix-disk_widget_root and then setdisk

still same problem

If i uninstall quota , the full disk size is showing ! with quota its blank : You have used NaN% of your total disk space

i rememder that in home folder it was supposed to be a file with the quota but not sure

Could be really nice to have some help !! Please !

Whisper40 commented 6 years ago

Hello, i was having the same issue, i solved it by doing that. If that don't work i don't have idea

chmod 755 /home/%USER% chown %USER%:www-data /home/%USER%/torrents/rtorrent

nerull13 commented 6 years ago

thx for your response.

still blank :(