Summary | quota command driver cannot find the proper partition |
Queue | IMP |
Queue Version | 4.0.4 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | mrness (at) technosoft (dot) ro |
Created | 10/31/2005 (7164 days ago) |
Due | |
Updated | 01/19/2006 (7084 days ago) |
Assigned | 11/28/2005 (7136 days ago) |
Resolved | 01/19/2006 (7084 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
New Attachment: quota-with-parameterized-partition[1].patch
parameters you would like. You'll see that first column is the
partition device, not mount point nor the entry in /etc/quotatabs.
But be it your way. This patch leave the old functionality intact, as
long as mailboxes_partition is empty or undefined.
directories on the same partition necessarily.
'quota' => array(
'driver' => 'command',
'params' => array(
'quota_path' => '/usr/bin/sudo /usr/bin/quota',
'grep_path' => '/bin/grep',
'mailboxes_partition' => '/dev/hdb2'
)
)
State ⇒ Feedback
supposed to work, but your patch removes the ability to have users'
homes on different partitions.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ quota command driver cannot find the proper partition
Queue ⇒ IMP
New Attachment: quota-with-parameterized-partition.patch
State ⇒ Unconfirmed
mailboxes_partition.
I don't know how the original developer of this module made it work
because quota utility displays partition device names, not their
mountpoint.