root / pykota / trunk / README @ 1397

Revision 1397, 16.4 kB (checked in by jalet, 20 years ago)

Added link to Ryan Suarez' WiKi?

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# $Id$
2
3PyKota - Print Quota for CUPS and LPRng
4
5(c) 2003-2004 Jerome Alet <alet@librelogiciel.com>
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
19
20====================================================================
21
22READ SPECIAL LICENSING AND REDISTRIBUTION TERMS IN THE FILE 'LICENSE'
23
24====================================================================
25
26PyKota features :
27-----------------
28
29    Operating systems :
30   
31        - Any Unix-like system as print server.
32           
33        - Any operating system as client.
34           
35    Printing systems :
36   
37        - Supports both CUPS and LPRng as the printing system.
38           
39    Databases :
40   
41        - Supports PostgreSQL as the Quota Storage backend.
42          Complete database creation script in SQL is included.
43       
44        - Supports OpenLDAP as the Quota Storage backend.
45          Complete LDAP schema and sample tree are included.
46          Plugging PyKota into your existing LDAP infrastructure
47          is really easy thanks to PyKota's great configurability.
48           
49    Printers :       
50   
51        - Supports any printer which can report its internal
52          page counter.
53         
54        - Supports any other printer via GhostScript.
55          Depending on the printer some configuration may
56          be needed.
57       
58        - Can ask printers for their internal page counter
59          via SNMP, Netatalk, or any other mean of your
60          choice. This is completely configurable.
61         
62        - External accounting methods are configurable.
63           
64    Quota systems :       
65   
66        - Supports printers and printers groups quotas.
67       
68        - Supports users and users groups quotas.
69       
70        - Supports page quotas.
71          Page quotas can be set differently on a per printer
72          and per user/group basis.
73       
74        - Supports account balance quotas in any currency.
75          Account balance quotas can be set on a per user
76          basis. The account balance is shared amongst
77          all printers.
78         
79        - Page quota and account balance can be set/reset
80          independantly.
81         
82        - Limiting factor, page quota or account balance, 
83          can be set on a per user or per group basis.
84         
85        - Price per page and per job can be set differently 
86          on any printer.
87       
88        - Low level of page quota or account balance are
89          configurable.
90         
91        - Both soft and hard limit with configurable grace delay 
92          can be set for page quota.
93         
94        - Possibility to disable quota enforcement for any user
95          or group, while still keeping page accounting.
96             
97    Administration :       
98   
99        - Powerful administration tools can be used to
100          automate setting or resetting of quotas or
101          account balances at specific intervals.
102         
103        - Administration tools can modify several users, 
104          groups, or printers at once.
105         
106        - Account balances can be set, incremented, or 
107          decremented.
108         
109        - Both printers and users can be automatically added on
110          first print in a completely configurable way.
111         
112        - Quota report generator available either from the 
113          command line or in any web browser.
114          The web-based quota report generator can be
115          user/password protected.
116         
117        - Print quote generator can tell users how much 
118          a print job will cost them in advance.
119         
120        - Policy with regard to unregistered users can   
121          be configured for each printer to either deny
122          printing, allow printing, or delegate the
123          decision to any external tool.
124         
125        - Warning and error messages can be automatically 
126          sent via email to the administrator, the user,
127          both, or none.
128         
129        - Warning and error messages' content is completely
130          configurable.
131         
132        - Configuration can be changed without needing to 
133          restart the printing system.
134       
135        - Complete print job history is kept. This can be
136          disabled if needed.
137         
138        - Automated low quota or balance remainder can be
139          scheduled regularly or launched manually.
140         
141    User Interface :         
142   
143        - All the command line tools accept the -h | --help
144          command line option which prints all the available
145          options and show usage examples.
146         
147        - Completely internationalized. Actually supports the 
148          English, French, Spanish, Portuguese and Swedish
149          languages. More to come.
150
151====================================================================
152       
153Planned features are described in the TODO file.
154
155Actually three (or an infinity of) page accounting methods are
156implemented :
157
158  - The 'querying' method consists in querying the printer (via SNMP
159    or Netatalk or any other method of your choice) for its total pages
160    counter.
161   
162    With CUPS, this is done both at the beginning and at the end of a
163    print job. The counters difference is then immediately used to
164    decrease the user's account balance or increase his quota usage.
165   
166    With LPRng, this is done just before the beginning of a job, and used
167    this to modify the *preceding* user's quota. So you're always late
168    of one print job, but this is generally ok, especially because a
169    check is also done to see if the current user is allowed or not to
170    print.
171   
172  - The 'external' method consists in delegating the computation of the
173    job's size in number of pages to any external command of your choice.
174    The command can read the job's data from its standard input and MUST
175    output the job's size on its standard output. Changes to the user
176    account are reported immediately, both with CUPS and LPRng.
177   
178  - The 'stupid' method consists in counting the 'showpage' PostSript 
179    statements in the job. THIS IS UNRELIABLE, but can serve as an
180    example if you plan to write your own accounting method for
181    integration into PyKota. It basically works like the 'external'
182    method, but does the computation internally.
183 
184PyKota is known to work fine with HP Laserjet 2100 and 2200, and
185Apple LaserWriter 16/600 PS, both with CUPS and LPRng, under
186Debian GNU/Linux (Sarge and Sid) operating systems.
187
188I'm interested in receiving success or failure reports with other
189brands or models of printers, as well as with other operating
190systems.
191
192============================================================
193
194INSTALLATION:
195=============
196
197NB :
198====
199
200  You may learn more about PyKota, if it fits your own organization,
201  its internal working, and some potential performance drawbacks and
202  how to avoid them, in a WiKi administered by Ryan Suarez at :
203 
204    http://webcrossing.macosxlabs.org/webx?14@30.QAu3a5k0c4z.7@.26bf4661
205
206Prerequisite :
207--------------
208   
209  You need to have the following tools installed on the CUPS Server :
210 
211    - CUPS or LPRng
212    - Python v2.1 or above
213    - eGenix' mxDateTime Python extension
214    - SNMP tools (specifically the snmpget command) if you plan to
215      request your printer's lifetime page counter via SNMP.
216    - Netatalk (specifically the pap command) if you plan to
217      request your printer's lifetime page counter via AppleTalk.
218    - PostgreSQL's PygreSQL Python extension and the PostgreSQL client
219      libraries if you plan to use PostgreSQL as the Quota Storage
220      backend.
221 or     
222    - python-ldap Python module and the OpenLDAP client libraries 
223      if you plan to use OpenLDAP as the Quota Storage backend.
224   
225  You may also benefit from having the following tools installed to
226  deal with some printers :
227 
228    - npadmin
229    - netcat
230    - ghostscript
231   
232  You need to have the following tools installed on the Quota Storage 
233  Server :
234 
235    - PostgreSQL
236   
237  or 
238 
239    - OpenLDAP
240   
241NB :   
242
243  PygreSQL must be linked with the PostgreSQL client libraries on
244  the Print Server. The PostgreSQL client libraries' version must
245  match the PostgreSQL version used on the Quota Storage Server.
246 
247or 
248
249  python-ldap must be linked with the OpenLDAP client libraries on the
250  Print Server. The OpenLDAP client libraries' version must match the
251  OpenLDAP version used on the Quota Storage Server.
252 
253  This list of prerequisite software may change in the future, when
254  PyKota will support more functionnalities you will be given
255  alternatives.
256 
257  Of course the Print Server and the Quota Storage Server can be the
258  very same machine if you've got a tiny network, or you can have
259  multiple Print Servers all storing their quotas on the same Quota
260  Storage Server if you've got a bigger network.
261 
262Then :   
263------
264 
265Download the latest PyKota version from the CVS tree on :
266
267    http://savannah.nongnu.org/projects/pykota
268
269Just type :
270
271    python setup.py install
272
273You may need to be logged in with sufficient privileges (e.g. root)
274
275The installation script will now automatically check if some software
276is missing and ask you if you still want to proceed with the
277installation or abort it completely.
278
279Go to the initscripts subdirectory of PyKota's sources, and choose
280the appropriate storage backend for your configuration. Read
281the associated README file and execute the initialization script
282to create an empty PyKota Storage. Upgrade scripts may be
283provided as well.
284
285Copy the conf/pykota.conf.sample and  conf/pykotadmin.conf.sample
286sample configuration files to /etc/pykota/pykota.conf and
287/etc/pykota/pykotadmin.conf. The installation script tries to do
288this for you if needed and you agreed to this action. You need to
289adapt these files to your own needs. Especially you have to create
290sections named after your own printers, and change the
291administrator's email address which by default is root@localhost.
292Read and try to understand these two very well commented files,
293so that you'll encounter less problems later.
294
295Also be sure to double check that commands that query printers
296for their internal page counter work from the command line
297before using them in PyKota's configuration.
298
299The rest of the installation depends on your printing system :
300
301  - CUPS Printing System :
302 
303    Once and for all :
304   
305        Create a symbolic link to the cupspykota backend
306        in CUPS's backend directory :
307       
308          $ cd /usr/lib/cups/backend
309          $ ln -s /usr/share/pykota/cupspykota cupspykota
310         
311        Restart CUPS so that the new backend can be detected.
312       
313          $ /etc/init.d/cupsys restart
314         
315    For dumb printers :
316   
317        The FAQ contains both the PyKota's definition of a 'dumb'
318        printer, and how to deal with them.
319   
320    For new printers :
321   
322        Go to CUPS management interface (http://localhost:631)
323        and choose the appropriate PyKota managed device depending
324        on the type of printer you use. For example, if your
325        printer is waiting on :
326       
327            socket://myprinter.example.com:9100
328           
329        Then choose :   
330       
331            cupspykota:socket://myprinter.example.com:9100
332           
333        Configure your printer as usual.   
334       
335        Now double check /etc/pykota/pykota.conf
336        This file should contain a section named after the
337        printer you've just added.
338       
339        That's all.
340   
341    For existing printers :
342   
343        If you had already installed a version of PyKota earlier
344        than 1.16alpha7, then remove the *cupsFilter lines in your
345        PPD files for each printer already managed printers. Each
346        line to remove is of the form :
347       
348          *cupsFilter: "application/vnd.cups-postscript 0 /usr/share/pykota/pykota"
349       
350        This means that each time the pstops filter will be executed, it will
351        pass the job's data through the pykota filter which is present in
352        /usr/share/pykota
353       
354        Don't touch anything else, especially any other *cupsFilter line.
355        Then save each of these files.
356       
357        Then, the easiest is to directly modify the DeviceURI lines
358        in /etc/cups/printers.conf, you just have to put
359        'cupspykota:' in front of what is already on these lines.
360        For example, replace :
361   
362            DeviceURI socket://myprinter.example.com:9100
363       
364        with :   
365   
366            DeviceURI cupspykota:socket://myprinter.example.com:9100
367           
368        or :   
369       
370            DeviceURI cupspykota://socket://myprinter.example.com:9100
371       
372        Save the file and restart CUPS.
373
374  - LPRng Printing System :
375 
376    Modify the /etc/printcap file to add two lines identical to these ones :
377   
378    :achk=true
379    :as=|/usr/share/pykota/pykota
380   
381    For each printer on which you want to use print accounting.
382   
383    And then save the file and restart LPRng :
384   
385        $ /etc/init.d/lprng restart
386       
387Now you can begin to populate the PyKota's database with printers,
388users and groups :
389 
390Add printers and users to the quota system and set their quota values :
391
392Starting from version 1.18alpha2, the preferred command to manage
393printers is named pkprinters
394
395    $ pkprinters --help
396   
397    will tell you how to create, manage or delete printers and
398    printers groups.
399
400    $ edpykota --add -P hp2100 -S 40 -H 50 user1 ... userN
401       
402    launching edpykota without any argument or with the --help
403    command line option will show you all the possibilities.
404   
405    by default, each user is limited by "quota", this means that on
406    each printer he can have a different soft and hard limit.
407    You may want to limit the user by his account balance value,
408    in which case, the print quota is shared between all printers
409    instead of being different. To do this, use the following :
410   
411    $ edpykota --add -P hp2100 --limitby balance --balance 10 user1 ... userN
412   
413    This will put 10 $ (or Euros, PyKota doesn't care) on each user's account
414    balance, and tell PyKota to limit them by their account balance value.
415    Whenever they print on any printer, their account balance value is
416    decreased by an amount which depends on the particular price per page
417    and per job that you may have defined on the printer with edpykota's
418    --charge command line option.
419    Soft and Hard limits are not used if "--limitby balance" is used,
420    but you can define a "poorman"'s threshold in /etc/pykota/pykota.conf
421    to obtain a similar result (warning message when quota is low).
422
423Restart CUPS or LPRng, for example under Debian GNU/Linux systems :         
424
425    $ /etc/init.d/cupsys restart
426   
427  or :
428 
429    $ /etc/init.d/lprng restart
430       
431Your users now should be able to print but not exceed their
432printing quota.
433
434To see printer quota usage, you can use :
435
436    $ repykota --printer lp
437   
438or :
439
440    $ repykota
441   
442    which will print quota usage for all users on all printers,
443    along with totals, if you are the root user. If you are
444    a regular user, only your own quota report will be produced.
445   
446Quota reports are also available remotely by using the CGI script
447printquota.cgi provided in the cgi-bin/ subdirectory. You can
448also use the CSS stylesheet present in the stylesheets/ subdirectory
449and put it at your web server's DocumentRoot.
450
451For different security concerns, please give a look at the SECURITY
452file which is part of this software.
453           
454============================================================
455
456Mailing list :
457--------------
458
459  A mailing list is dedicated to Pykota, you can subscribe to it
460  or consult its archives at :
461 
462    http://cgi.librelogiciel.com/mailman/listinfo/pykota
463   
464IRC :   
465-----
466
467  You can also chat with us :
468 
469        /server irc.freenode.net
470        /join #pykota
471   
472============================================================
473   
474Please e-mail bugs to the mailing list at : pykota@librelogiciel.com
475or to the main author at : alet@librelogiciel.com (Jerome Alet)
Note: See TracBrowser for help on using the browser.