How can I determine user base page limit for a printer?
up vote
4
down vote
favorite
I'm using Debian Linux. I want to determine user base page limit, different page limit for different users, for a printer.
I can determine page limit for printer with CUPS but can not determine page limit for single user.
How can I achieve this?
cups quota printer
add a comment |
up vote
4
down vote
favorite
I'm using Debian Linux. I want to determine user base page limit, different page limit for different users, for a printer.
I can determine page limit for printer with CUPS but can not determine page limit for single user.
How can I achieve this?
cups quota printer
Perhaps you could show how you're determining these things currently? It's a little difficult to understand what you're asking for.
– slm♦
Feb 21 '14 at 15:08
I want to manage printer page quota and i want to do this user base. For example we have an office that have one printer which is name "Printer A" and two person names "slm" and "ibasaran". Slm can print 10 page and ibasaran can print 20 page a day via Printer A. With CUPS we can determine page limit but it is not user base it is printer base. For example we can determine anybody can print 10 page a day with CUPS. cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 21 '14 at 15:28
I'm also trying to do that, and from what I understand quota per user is not achievable natively. So I'm on my way to try Pykota (pykota.com/software/pykota). Just in case you didn't know about it...
– user94972
Dec 15 '14 at 10:21
add a comment |
up vote
4
down vote
favorite
up vote
4
down vote
favorite
I'm using Debian Linux. I want to determine user base page limit, different page limit for different users, for a printer.
I can determine page limit for printer with CUPS but can not determine page limit for single user.
How can I achieve this?
cups quota printer
I'm using Debian Linux. I want to determine user base page limit, different page limit for different users, for a printer.
I can determine page limit for printer with CUPS but can not determine page limit for single user.
How can I achieve this?
cups quota printer
cups quota printer
edited Feb 21 '14 at 23:40
Gilles
524k12610471577
524k12610471577
asked Feb 21 '14 at 14:15
ibasaran
5118
5118
Perhaps you could show how you're determining these things currently? It's a little difficult to understand what you're asking for.
– slm♦
Feb 21 '14 at 15:08
I want to manage printer page quota and i want to do this user base. For example we have an office that have one printer which is name "Printer A" and two person names "slm" and "ibasaran". Slm can print 10 page and ibasaran can print 20 page a day via Printer A. With CUPS we can determine page limit but it is not user base it is printer base. For example we can determine anybody can print 10 page a day with CUPS. cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 21 '14 at 15:28
I'm also trying to do that, and from what I understand quota per user is not achievable natively. So I'm on my way to try Pykota (pykota.com/software/pykota). Just in case you didn't know about it...
– user94972
Dec 15 '14 at 10:21
add a comment |
Perhaps you could show how you're determining these things currently? It's a little difficult to understand what you're asking for.
– slm♦
Feb 21 '14 at 15:08
I want to manage printer page quota and i want to do this user base. For example we have an office that have one printer which is name "Printer A" and two person names "slm" and "ibasaran". Slm can print 10 page and ibasaran can print 20 page a day via Printer A. With CUPS we can determine page limit but it is not user base it is printer base. For example we can determine anybody can print 10 page a day with CUPS. cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 21 '14 at 15:28
I'm also trying to do that, and from what I understand quota per user is not achievable natively. So I'm on my way to try Pykota (pykota.com/software/pykota). Just in case you didn't know about it...
– user94972
Dec 15 '14 at 10:21
Perhaps you could show how you're determining these things currently? It's a little difficult to understand what you're asking for.
– slm♦
Feb 21 '14 at 15:08
Perhaps you could show how you're determining these things currently? It's a little difficult to understand what you're asking for.
– slm♦
Feb 21 '14 at 15:08
I want to manage printer page quota and i want to do this user base. For example we have an office that have one printer which is name "Printer A" and two person names "slm" and "ibasaran". Slm can print 10 page and ibasaran can print 20 page a day via Printer A. With CUPS we can determine page limit but it is not user base it is printer base. For example we can determine anybody can print 10 page a day with CUPS. cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 21 '14 at 15:28
I want to manage printer page quota and i want to do this user base. For example we have an office that have one printer which is name "Printer A" and two person names "slm" and "ibasaran". Slm can print 10 page and ibasaran can print 20 page a day via Printer A. With CUPS we can determine page limit but it is not user base it is printer base. For example we can determine anybody can print 10 page a day with CUPS. cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 21 '14 at 15:28
I'm also trying to do that, and from what I understand quota per user is not achievable natively. So I'm on my way to try Pykota (pykota.com/software/pykota). Just in case you didn't know about it...
– user94972
Dec 15 '14 at 10:21
I'm also trying to do that, and from what I understand quota per user is not achievable natively. So I'm on my way to try Pykota (pykota.com/software/pykota). Just in case you didn't know about it...
– user94972
Dec 15 '14 at 10:21
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You can use job-page-limit
option along with the -U username
option of lpadmin
print configuration command.
From the manpage:
-o job-page-limit=value
Sets the page limit for per-user quotas.
The value is the integer number of pages that can be printed;
double-sided pages are counted as two pages.
To set this limit per day you can use job-quota-period
:
-o job-quota-period=value
Sets the accounting period for per-user quotas.
The value is an integer number of seconds; 86,400 seconds are in one day.
I already tried -U username but nothing changed. This link says "CUPS supports page and size-based quotas for each printer. The quotas are tracked individually for each user, but a single set of limits applies to all users for a particular printer. For example, you can limit every user to 5 pages per day on an expensive printer, but you cannot limit every user except Johnny." cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 23 '14 at 14:26
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You can use job-page-limit
option along with the -U username
option of lpadmin
print configuration command.
From the manpage:
-o job-page-limit=value
Sets the page limit for per-user quotas.
The value is the integer number of pages that can be printed;
double-sided pages are counted as two pages.
To set this limit per day you can use job-quota-period
:
-o job-quota-period=value
Sets the accounting period for per-user quotas.
The value is an integer number of seconds; 86,400 seconds are in one day.
I already tried -U username but nothing changed. This link says "CUPS supports page and size-based quotas for each printer. The quotas are tracked individually for each user, but a single set of limits applies to all users for a particular printer. For example, you can limit every user to 5 pages per day on an expensive printer, but you cannot limit every user except Johnny." cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 23 '14 at 14:26
add a comment |
up vote
0
down vote
You can use job-page-limit
option along with the -U username
option of lpadmin
print configuration command.
From the manpage:
-o job-page-limit=value
Sets the page limit for per-user quotas.
The value is the integer number of pages that can be printed;
double-sided pages are counted as two pages.
To set this limit per day you can use job-quota-period
:
-o job-quota-period=value
Sets the accounting period for per-user quotas.
The value is an integer number of seconds; 86,400 seconds are in one day.
I already tried -U username but nothing changed. This link says "CUPS supports page and size-based quotas for each printer. The quotas are tracked individually for each user, but a single set of limits applies to all users for a particular printer. For example, you can limit every user to 5 pages per day on an expensive printer, but you cannot limit every user except Johnny." cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 23 '14 at 14:26
add a comment |
up vote
0
down vote
up vote
0
down vote
You can use job-page-limit
option along with the -U username
option of lpadmin
print configuration command.
From the manpage:
-o job-page-limit=value
Sets the page limit for per-user quotas.
The value is the integer number of pages that can be printed;
double-sided pages are counted as two pages.
To set this limit per day you can use job-quota-period
:
-o job-quota-period=value
Sets the accounting period for per-user quotas.
The value is an integer number of seconds; 86,400 seconds are in one day.
You can use job-page-limit
option along with the -U username
option of lpadmin
print configuration command.
From the manpage:
-o job-page-limit=value
Sets the page limit for per-user quotas.
The value is the integer number of pages that can be printed;
double-sided pages are counted as two pages.
To set this limit per day you can use job-quota-period
:
-o job-quota-period=value
Sets the accounting period for per-user quotas.
The value is an integer number of seconds; 86,400 seconds are in one day.
answered Feb 21 '14 at 23:50
Ketan
5,75842742
5,75842742
I already tried -U username but nothing changed. This link says "CUPS supports page and size-based quotas for each printer. The quotas are tracked individually for each user, but a single set of limits applies to all users for a particular printer. For example, you can limit every user to 5 pages per day on an expensive printer, but you cannot limit every user except Johnny." cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 23 '14 at 14:26
add a comment |
I already tried -U username but nothing changed. This link says "CUPS supports page and size-based quotas for each printer. The quotas are tracked individually for each user, but a single set of limits applies to all users for a particular printer. For example, you can limit every user to 5 pages per day on an expensive printer, but you cannot limit every user except Johnny." cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 23 '14 at 14:26
I already tried -U username but nothing changed. This link says "CUPS supports page and size-based quotas for each printer. The quotas are tracked individually for each user, but a single set of limits applies to all users for a particular printer. For example, you can limit every user to 5 pages per day on an expensive printer, but you cannot limit every user except Johnny." cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 23 '14 at 14:26
I already tried -U username but nothing changed. This link says "CUPS supports page and size-based quotas for each printer. The quotas are tracked individually for each user, but a single set of limits applies to all users for a particular printer. For example, you can limit every user to 5 pages per day on an expensive printer, but you cannot limit every user except Johnny." cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 23 '14 at 14:26
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f116284%2fhow-can-i-determine-user-base-page-limit-for-a-printer%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Perhaps you could show how you're determining these things currently? It's a little difficult to understand what you're asking for.
– slm♦
Feb 21 '14 at 15:08
I want to manage printer page quota and i want to do this user base. For example we have an office that have one printer which is name "Printer A" and two person names "slm" and "ibasaran". Slm can print 10 page and ibasaran can print 20 page a day via Printer A. With CUPS we can determine page limit but it is not user base it is printer base. For example we can determine anybody can print 10 page a day with CUPS. cups.org/documentation.php/doc-1.7/…
– ibasaran
Feb 21 '14 at 15:28
I'm also trying to do that, and from what I understand quota per user is not achievable natively. So I'm on my way to try Pykota (pykota.com/software/pykota). Just in case you didn't know about it...
– user94972
Dec 15 '14 at 10:21