Disk quota exceeded error while installing.

#1
During litespeed install attempt for a cpanel vps, I am getting below error-

... Detecting platform ...
Platform is -x86_64-linux

... Query latest release version ...
Lastest version is 4.2.22

Package downloaded before, remove the old copy
... Downloading ... http://www.litespeedtech.com/packages/4.0/lsws-4.2.22-ent-x86_64-linux.tar.gz
Download finished successfully
... Extracting... tar -zxf /usr/src/lsws/lsws-4.2.22.tar.gz
tar: lsws-4.2.22/share/autoindex/default.php: Cannot change ownership to uid 1000, gid 100: Disk quota exceeded
tar: lsws-4.2.22/share/autoindex/bwlimit.html: Cannot change ownership to uid 1000, gid 100: Disk quota exceeded
tar: lsws-4.2.22/share/autoindex/icons/blank.png: Cannot change ownership to uid 1000, gid 100: Disk quota exceeded
tar: lsws-4.2.22/share/autoindex/icons/html.png: Cannot change ownership to uid 1000, gid 100: Disk quota exceeded
tar: lsws-4.2.22/admin/html/utility/build_php/build_prepare_ext.template: Cannot change ownership to uid 1000, gid 100: Disk quota exceeded
tar: lsws-4.2.22/admin/html/utility/build_php: Cannot change ownership to uid 1000, gid 100: Disk quota exceeded
tar: lsws-4.2.22/admin/html/utility: Cannot change ownership to uid 1000, gid 100: Disk quota exceeded
--------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------
tar: lsws-4.2.22/bin: Cannot change ownership to uid 1000, gid 100: Disk quota exceeded
tar: lsws-4.2.22/INSTALL: Cannot change ownership to uid 1000, gid 100: Disk quota exceeded
tar: lsws-4.2.22/functions.sh: Cannot change ownership to uid 1000, gid 100: Disk quota exceeded
tar: lsws-4.2.22/VERSION: Cannot change ownership to uid 1000, gid 100: Disk quota exceeded
tar: lsws-4.2.22: Cannot change ownership to uid 1000, gid 100: Disk quota exceeded
tar: Exiting with failure status due to previous errors
**ERROR** Could not extract lsws-4.2.22.tar.gz
root@server [~]#


How can I fix this.
Thanks in advance.
 

mistwang

LiteSpeed Staff
#2
Can you give user with uid 1000 a little more disk space?
That's the easiest way to fix it.

Otherwise, you need to patch the cPanel plugin code.
 
Top