Invalid number: inode-hard

A few systems have a different setquota binary that expects the options for setting the quota in a different order. DA can't change how it calls the program, so a wrapper is required to call the binary, in a moved location.

cd /usr/sbin
mv setquota setquota.moved
nano setquota

to open the editor. Then, insert this code

#!/bin/sh
/usr/sbin/setquota.moved $1 $6 $2 $3 $4 $5
RET=$?
exit $RET

Save, exit, then chmod the setquota file to 755.

 
system/inv_num.txt · Last modified: 2010/02/21 20:07 by muscardin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Please visit Automatic Backlinks to start earning free backlinks Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki