| Linux Forum Index » Linux Miscellaneous Topics » CUPS job-page-limit... |
|
Page 1 of 1 |
|
| Author |
Message |
| Carl Lafferty... |
Posted: Mon Apr 27, 2009 9:46 am |
|
|
|
Guest
|
It appears that I am doing something wrong.
I issue the command
lpadmin -p laser1 -o job-page-limit=3
I restart cups (/etc/init.d/cups restart)
I go to a client and it STILL let's me print over the 3 pages.
OK, in the cups admin module, it never lists page numbers so I thought I
would settle for what it DOES list, which is size. I set my job-k-limit
to 200K and it still let me print 500K jobs.
I'd be eternally grateful for some help. |
|
|
| Back to top |
|
|
|
| General Patron... |
Posted: Mon May 11, 2009 4:21 pm |
|
|
|
Guest
|
Carl Lafferty said the following on 2009-04-27 17:46:
Quote: It appears that I am doing something wrong.
I issue the command
lpadmin -p laser1 -o job-page-limit=3
Try lpadmin -P laser1
Quote: I restart cups (/etc/init.d/cups restart)
Then you reset the page limit to whatever it was (unlimited)
Quote: I go to a client and it STILL let's me print over the 3 pages.
Yes, you restarted cups. Put it in the cups.conf file if you want it to
be persistant |
|
|
| Back to top |
|
|
|
| Carl Lafferty... |
Posted: Fri May 15, 2009 8:57 am |
|
|
|
Guest
|
Quote: I issue the command
lpadmin -p laser1 -o job-page-limit=3
Try lpadmin -P laser1
I tried this:
minnie:~# lpadmin -P laser1 -o job-page-limit=3
lpadmin: Unable to set the PPD file:
You must specify a printer name first!
Quote: Then you reset the page limit to whatever it was (unlimited)
I understand that now. Makes perfect sense.
Quote: Yes, you restarted cups. Put it in the cups.conf file if you want it to
be persistant
Gonna try that.
What I have seen is that cups apparently does not KNOW the number of
pages. Is this because I don't have a specific PPD associated with this
printer??
Thanks for the reply! |
|
|
| Back to top |
|
|
|
| General Patron... |
Posted: Tue May 19, 2009 8:19 pm |
|
|
|
Guest
|
Carl Lafferty said the following on 2009-05-15 16:57:
Quote:
I issue the command
lpadmin -p laser1 -o job-page-limit=3
Try lpadmin -P laser1
I tried this:
minnie:~# lpadmin -P laser1 -o job-page-limit=3
lpadmin: Unable to set the PPD file:
You must specify a printer name first!
OK Your printer isn't named laser1 then.
You could try the webinterface to cups
localhost:631 to find out the printername
You can get/make a PPD file from linuxprinting.org
Quote:
Then you reset the page limit to whatever it was (unlimited)
I understand that now. Makes perfect sense.
Yes, you restarted cups. Put it in the cups.conf file if you want it to
be persistant
Gonna try that.
What I have seen is that cups apparently does not KNOW the number of
pages. Is this because I don't have a specific PPD associated with this
printer??
Can't help you with that one. I know a little about cups but not that much.
Quote: Thanks for the reply!
YW |
|
|
| Back to top |
|
|
|
|