oleg_cherkassy Posted November 29, 2019 Posted November 29, 2019 (edited) I have tried to setup user quotas on my Orange PI PC2 and realized that there is no quota module in kernel at all. Switching between all kernel versions with armbian-config utility and all the same - they don't have quota module. Why there is no such necessary module? Is it possible to install this module and how? P.S. Sorry, maybe i have selected wrong chapter for my question Edited November 29, 2019 by oleg_cherkassy
Igor Posted November 29, 2019 Posted November 29, 2019 54 minutes ago, oleg_cherkassy said: I have tried to setup user quotas on my Orange PI PC2 and realized that there is no quota module in kernel at all. Switching between all kernel versions with armbian-config utility and all the same - they don't have quota module. Why there is no such necessary module? Is it possible to install this module and how? https://www.google.com/search?q=building+out+of+a+tree+module Simple way = send PR with changes to (preferably all) kernel config(s) and use next automated nightly build which will have this enabled. Or build + install your own kernel with our tools. In any case send PR with changes that this is fixed also in next release. There are far far far more options, troubles, bugs, tasks, people then people that work on this project in their free time.
oleg_cherkassy Posted November 29, 2019 Author Posted November 29, 2019 1 hour ago, Igor said: Simple way = send PR with changes to (preferably all) kernel config(s) and use next automated nightly build which will have this enabled Sorry, I don’t understand what you mean by PR?
martinayotte Posted November 29, 2019 Posted November 29, 2019 28 minutes ago, oleg_cherkassy said: Sorry, I don’t understand what you mean by PR? PR = Pull Request If you clone the Armbian git branch, and you modify config files to get QUOTA modules into the build, you can then submit a PR to contribute ...
Recommended Posts