[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ4r File Upload via CGI



> > However, if I try a zip file of 20MB is goes completely without problem.
> > Also, the temp solution we are now using, if I change ownership of the
> > script to 'admin' so that uploaded files inherit that ownership, all
> > files work fine, even the problem ones, all goes up without problem.
> > It's only when I use a user of that site as the owner of the script,
> > only portions of the file get uploaded except only one type (tested so
> > far) being zip files. We tried QBB (QuickBooks) and EXE files, both fail
> > to upload completely. However, if owned by admin, again, no files have
> > any problems uploading completely.
> You could try rebuilding your quotas incase this is the cause. As root:
> /sbin/quotacheck -avug
> Jonathan Michaelson

You might want to also
man quotacheck
and then
/sbin/quotacheck -avu
which can be
/sbin/quotacheck -av
or just
/sbin/quotacheck -a
or even
/sbin/quotacheck /home
which is not as verbose as
/sbin/quotacheck -v /home

Then use the g for groups
/sbin/quotacheck -avug
or
/sbin/quotacheck -ag
or even /sbin/quotacheck -g /home

This is a longer version
http://www.zeffie.com/faqs/Checking_User_and_Group_Quota.html

Zeffie
http://www.zeffie.com/
"Check all the quotas"