root / pykota / trunk / README @ 2189

Revision 2189, 25.4 kB (checked in by jerome, 19 years ago)

Added urls to dependencies

  • 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    Free Software :
30   
31        - Licensed under the terms of the GNU General Public License.
32       
33    Commercially Supported :   
34   
35        - Support Contracts are available from http://www.librelogiciel.com/techsupport/
36       
37    Operating systems :
38   
39        - Any Unix-like system as print server.
40           
41        - Any operating system as client.
42           
43    Printing systems :
44   
45        - Supports both CUPS and LPRng as the printing system.
46       
47    Databases :
48   
49        - Supports PostgreSQL as the Quota Storage backend.
50          Complete database creation script in SQL is included.
51       
52        - Supports any LDAP server as the Quota Storage backend.
53          Complete LDAP schema and sample empty tree are included.
54          Plugging PyKota into your existing LDAP infrastructure
55          is really easy thanks to PyKota's great configurability.
56         
57        - The print jobs history can be stored in any database 
58          of your choice (or in plain text files) if needed.
59           
60    Printers :       
61   
62        - Hardware or Software accounting methods are completely
63          configurable.
64         
65        - Supports any printer which can report its internal
66          page counter. Can ask printers for their internal
67          page counter via SNMP, Netatalk, PJL, PS, or any
68          other way.
69          This is completely configurable.
70         
71        - Supports DSC compliant and binary PostScript, PDF, PCL5 (up to),
72          PCLXL (aka PCL6) and ESC/P2 printers natively for software
73          accounting methods. More formats to come.
74           
75    Quota systems :       
76   
77        - Supports printers and printers groups quotas.
78       
79        - Supports users and users groups quotas.
80       
81        - Supports page quotas.
82          Page quotas can be set differently on a per printer
83          and per user/group basis.
84       
85        - Supports account balance quotas in any currency.
86          Account balance quotas can be set on a per user
87          basis. The account balance is shared amongst
88          all printers. The history of payments (positive
89          or negative credits to an user account) is kept.
90         
91        - Supports high granularity periodic print quotas : down
92          to one minute intervals if needed.
93       
94        - Page quotas and account balance can be set/reset
95          independantly.
96         
97        - Page quotas can be set on a per user or per group basis
98          for a particular printer.
99         
100        - Price per page and per job can be set differently 
101          on any printer.
102       
103        - Low level of page quota or account balance are
104          configurable.
105         
106        - Both soft and hard limit with configurable grace delay 
107          can be set for page quota.
108         
109        - Possibility to disable quota enforcement for any user
110          or group, while still keeping page accounting.
111         
112        - Each user can have an overcharging (or undercharging) factor, 
113          which is applied whenever PyKota computes the cost of a
114          print job.
115         
116    Administration :       
117   
118        - Powerful delegation of administrative priviledges.
119       
120        - Powerful administration tools can be used to
121          automate setting or resetting of quotas or
122          account balances at specific intervals.
123         
124        - Administration tools can modify several users, 
125          groups, or printers at once with the use of
126          powerful wildcard characters.
127         
128        - Account balances can be set, incremented, or 
129          decremented. History of payments is kept.
130         
131        - Number of pages used can be set, incremented, or 
132          decremented.
133         
134        - Both printers and users can be automatically added on
135          first print in a completely configurable way.
136         
137        - Quota report generator available either from the 
138          command line or in any web browser.
139          The web-based quota report generator can be
140          user/password protected.
141         
142        - Print quote generator can tell users how much 
143          a print job will cost them in advance.
144         
145        - Policy with regard to unregistered users can   
146          be configured for each printer to either deny
147          printing, allow printing, or delegate the
148          decision to any external tool.
149         
150        - Warning and error messages can be automatically 
151          sent via email or via any other mean to the administrator,
152          the user, both, or none.
153         
154        - Warning and error messages' content is completely
155          configurable.
156         
157        - Configuration can be changed without needing to 
158          restart the printing system.
159       
160        - Complete print job history is kept. This can be
161          disabled if needed.
162         
163        - Automated low quota or balance remainder can be
164          scheduled regularly or launched manually.
165         
166        - Starting and Ending personalized dynamic banners can be
167          generated on the fly, and accounted for or not, depending
168          on some configuration settings.
169          Banners can still be enabled even if the print job is denied.
170          NB : Banners are a CUPS only feature for now.
171         
172        - Duplicate print jobs can be forbidden automatically. 
173         
174        - Powerful data dumper to export datas to other
175          software (spreadsheets for example). Actually
176          supported formats are :
177         
178            - Comma separated values ;
179           
180            - Semicolon separated values ;
181           
182            - Tab separated values ;
183           
184            - XML.
185           
186            - CUPS' page_log format, to easily interface in
187              real time with third party apps like phpPrintAnalyzer
188              and similar tools.
189         
190    User Interface :         
191   
192        - All the command line tools accept the -h | --help
193          command line option which prints all the available
194          options and show usage examples.
195         
196        - Completely internationalized. Actually supports the 
197          English, French, Spanish, Portuguese, Brazilian, Swedish,
198          Thai, Greek, German, Italian, Norwegian (Bokm�, Turkish
199          and traditional Chinese languages.
200          More to come.
201         
202        - Web enabled print quota monitor, data dumper, and print quote
203          generator.
204       
205        - An On Screen Display X-Window print quota monitor is included.
206       
207        - An email gateway to allow users to retrieve their print quota
208          information by sending an email message to a dedicated address
209          is included.
210       
211        - A cross-platform print quota monitor will soon be available
212          as an purchaseable add-on.
213         
214        - Third party web based management tools are available.
215
216====================================================================
217       
218Planned features are described in the TODO file.
219
220Actually two (or an infinity of) page accounting methods are
221implemented :
222
223  - The 'hardware' method consists in querying the printer (via SNMP
224    or Netatalk or any other method of your choice) for its total pages
225    counter.
226   
227    This is done both at the beginning and at the end of a
228    print job. The counters difference is then immediately used to
229    decrease the user's account balance or increase his quota usage.
230   
231  - The 'software' method consists in delegating the computation of the
232    job's size in number of pages to any external command of your choice.
233    The command can read the job's data from its standard input and MUST
234    output the job's size on its standard output. Changes to the user
235    account are reported immediately.
236   
237PyKota is known to work fine with most laser printers, either with
238software accounting, or with hardware accounting if the printer
239supports this.
240
241============================================================
242
243SUPPORT CONTRACTS:
244==================
245
246  You can now purchase 8x5x365@NextBusinessDay Technical
247  Support Contracts from us. The yearly fee is computed with 
248  the following formula :
249
250  (100.0 * NbPrintServers) + (2.5 * NbPrinters) + (0.04 * NbUsers) EUROS.
251 
252  This fee includes the VAT, and a free subscription to official 
253  PyKota packages. 
254
255  Please send an email to alet@librelogiciel.com if you're
256  interested in purchasing such a contract.   
257
258  Remember that purchasing a support contract for Free Software like PyKota
259  is a great way to show your appreciation for the work already being done
260  on this project, and will help to improve this software in the future.
261
262============================================================
263
264INSTALLATION:
265=============
266
267NB :
268====
269
270  You may learn more about PyKota, if it fits your own organization,
271  its internal working, and some potential performance drawbacks and
272  how to avoid them, in a document created by Ryan Suarez at :
273 
274    http://archive.macosxlabs.org/forum/webcrossing_archive/documentation/Pykota_and_CUPS/Pykota_and_CUPS.html
275
276  You may also find the following document interesting :
277 
278    http://es.tldp.org/Tutoriales/doc-openldap-samba-cups-python/
279   
280  This document, written in Spanish by Sergio Gonzalez Gonzalez, 
281  describes the integration of PyKota into an OpenLDAP + Samba
282  + CUPS installation. Even for people who can't read spanish
283  this document is really interesting, and contains lots of
284  screenshots.
285 
286  Finally, SuSe users may find the following document to best describe
287  how to install PyKota on their favorite distribution. It's a Spanish
288  document written by Dennis Romero :
289 
290    http://www.cvr.espol.edu.ec/people/dennis/Pykota1.19-SuSE9.1.pdf
291 
292 
293Prerequisite :
294--------------
295   
296  You need to have the following tools installed on the CUPS Server :
297 
298    - CUPS (http://www.cups.org) or LPRng (http://www.lprng.com)
299    - Python v2.1 or above (http://www.python.org)
300    - eGenix' mxDateTime Python extension (http://www.egenix.com)
301    - The JAXML Python module to be able to dump datas in the XML format.
302      (http://www.librelogiciel.com/software/)
303    - The Python-SNMP module to query printers for their page counter.
304      (http://pysnmp.sourceforge.net).
305      IMPORTANT : version 3.4.3 (or 3.4.2) is REQUIRED. Versions 2.x or
306      4.x won't work for now.
307    - The Python-OSD module to use the graphical print quota reminder.
308      (http://repose.cx/pyosd/)
309    - SNMP tools (specifically the snmpget command) if you prefer to
310      use your own script to request query printers.
311      (http://www.net-snmp.org)
312    - Netatalk (specifically the pap command) if you plan to
313      request your printer's lifetime page counter via AppleTalk.
314      (http://netatalk.sourceforge.net)
315    - The ReportLab Python module (http://www.reportlab.org) if you want 
316      to have PyKota generate nice banners for you.
317    - The Python Imaging Library (aka PIL) module
318      (http://www.pythonware.com/downloads) if you want to have PyKota
319      generate nice banners for you.
320    - PostgreSQL's PygreSQL Python extension and the PostgreSQL client
321      libraries if you plan to use PostgreSQL as the Quota Storage
322      backend.
323      (http://www.postgresql.org and http://www.pygreql.org)
324 or     
325    - python-ldap Python module and the OpenLDAP client libraries 
326      if you plan to use an LDAP server as the Quota Storage backend.
327      (http://www.openldap.org and http://python-ldap.sourceforge.net)
328   
329  On Intel i386 architecture, and for performance reasons, it is
330  strongly suggested that you install the Python accelerator Psyco,
331  available at :
332 
333      http://psyco.sourceforge.net
334     
335  Under Debian :   
336 
337      $ apt-get install python-psyco
338     
339  Other architectures may be supported as well in the future, check   
340  this on Psyco's website.
341 
342  Installing Psyco is not mandatory, but it will speedup PCL5 parsing
343  by almost 3 times. PostScript and PDF parsing can also benefit,
344  but in an almost unnoticeable manner since this part of the code
345  is already optimal. For PCL5 this is a completely different matter,
346  and if you install Psyco you will never regret it !
347  Same remark applies for PCL6 (aka PCLXL) : the parser is completely
348  different, but the performance gain with Psyco is impressive.
349 
350  You may also benefit from having the following tools installed to
351  deal with some printers :
352 
353    - npadmin
354    - netcat
355    - ghostscript
356   
357  You need to have the following tools installed on the Quota Storage 
358  Server :
359 
360    - PostgreSQL (http://www.postgresql.org)
361   
362  or 
363 
364    - OpenLDAP, or any other LDAP server (http://www.openldap.org)
365   
366NB :   
367
368  PygreSQL must be linked with the PostgreSQL client libraries on
369  the Print Server. The PostgreSQL client libraries' version must
370  match the PostgreSQL version used on the Quota Storage Server.
371 
372or 
373
374  python-ldap must be linked with the OpenLDAP client libraries on the
375  Print Server. The OpenLDAP client libraries' version should match the
376  OpenLDAP version used on the Quota Storage Server, if applicable.
377 
378  This list of prerequisite software may change in the future, when
379  PyKota will support more functionnalities you will be given
380  alternatives.
381 
382  Of course the Print Server and the Quota Storage Server can be the
383  very same machine if you've got a tiny network, or you can have
384  multiple Print Servers all storing their quotas on the same Quota
385  Storage Server if you've got a bigger network.
386 
387Hint : 
388------
389
390  - The Debian GNU/Linux distribution is to our knowledge the
391    easiest distribution to install PyKota on, because all
392    of PyKota dependencies are already included, excepted
393    for the PySNMP (http://pysnmp.sourceforge.net) module
394    which for now has to be downloaded separately.
395
396Then :   
397------
398 
399Download the latest PyKota version from the Subversion tree :
400
401    $ svn co svn://svn.librelogiciel.com/pykota/trunk pykota
402
403You can now check if the dependencies are correct by typing :
404
405    $ python checkdeps.py
406   
407To install the software, just type :
408
409    $ python setup.py install
410
411You may need to be logged in with sufficient privileges (e.g. root)
412
413Create a system user for PyKota :
414
415    $ adduser --system --group --home /etc/pykota --gecos PyKota pykota
416   
417Put the user your printing system is run as in the pykota system group :
418
419    $ adduser lp pykota
420   
421    NB : on our system, the CUPS printing system runs as system user 'lp'.
422    Please adapt this to your own system.
423
424Go to the initscripts subdirectory of PyKota's sources, and choose
425the appropriate storage backend for your configuration. Read carefully
426the associated README file and execute the initialization script
427to create an empty PyKota Storage. Upgrade scripts may be
428provided as well.
429
430Copy the conf/pykota.conf.sample and  conf/pykotadmin.conf.sample
431sample configuration files to /etc/pykota/pykota.conf and
432/etc/pykota/pykotadmin.conf 
433The installation script usually copies these files into /usr/share/pykota
434
435NB : You can move PyKota's configuration files elsewhere, they will
436be searched first in user pykota's home directory.
437
438You need to adapt these files to your own needs. Especially you may
439have to create sections named after your own printers, and change
440the administrator's email address which by default is
441root@localhost. Read and try to understand these two very well
442commented files, so that you'll encounter less problems later.
443
444Also be sure to double check that commands that query printers
445for their internal page counter work from the command line
446before using them in PyKota's configuration.
447
448The rest of the installation depends on your printing system :
449
450  - CUPS Printing System :
451 
452    Once and for all :
453   
454        Create a symbolic link to the cupspykota backend
455        in CUPS's backend directory :
456       
457          $ cd /usr/lib/cups/backend
458          $ ln -s /usr/share/pykota/cupspykota cupspykota
459         
460        Restart CUPS so that the new backend can be detected.
461       
462          $ /etc/init.d/cupsys restart
463         
464        or :   
465     
466          $ /etc/rc.d/init.d/cupsys restart
467         
468        or any similar command depending on your operating system. 
469         
470    For new printers :
471   
472        Go to CUPS management interface (http://localhost:631)
473        and choose the appropriate PyKota managed device depending
474        on the type of printer you use. For example, if your
475        printer is waiting on :
476       
477            socket://myprinter.example.com:9100
478           
479        Then choose :   
480       
481            cupspykota:socket://myprinter.example.com:9100
482           
483        Configure your printer as usual.   
484       
485        Now double check /etc/pykota/pykota.conf
486       
487        You should manually create a section named after the
488        printer you've just added, unless you have set
489        all options globally.
490       
491        The new pkhint command can help you with correct settings
492        for your printers, but don't rely on it because it is still
493        experimental work. To use pkhint, you have to feed it with
494        CUPS' printers.conf file this way :
495       
496          $ pkhint </etc/cups/printers.conf
497       
498        pkhint will try to tell you what is the best accounting
499        method for each printer and will print some lines you'll
500        just have to copy&paste in the appropriate sections in
501        /etc/pykota/pykota.conf
502       
503        That's all.
504   
505    For existing printers :
506   
507        If you had already installed a version of PyKota earlier
508        than 1.16alpha7, then remove the *cupsFilter lines in your
509        PPD files for each already managed printer. Each
510        line to remove is of the form :
511       
512          *cupsFilter: "application/vnd.cups-postscript 0 /usr/share/pykota/pykota"
513       
514        This means that each time the pstops filter will be executed, it will
515        pass the job's data through the pykota filter which is present in
516        /usr/share/pykota
517       
518        Don't touch anything else, especially any other *cupsFilter line.
519        Then save each of these files.
520       
521        Then, the easiest is to directly modify the DeviceURI lines
522        in /etc/cups/printers.conf, you just have to put
523        'cupspykota:' in front of what is already on these lines.
524        For example, replace :
525   
526            DeviceURI socket://myprinter.example.com:9100
527       
528        with :   
529   
530            DeviceURI cupspykota:socket://myprinter.example.com:9100
531           
532        or :   
533       
534            DeviceURI cupspykota://socket://myprinter.example.com:9100
535       
536        Save the file and restart CUPS.
537       
538        Here too, you may find it interesting to use the pkhint command as
539        described above to help with manual configuration of the file
540        /etc/pykota/pykota.conf
541
542  - LPRng Printing System :
543 
544    For each printer on which you want to use PyKota :
545   
546        Modify the printer's entry in /etc/printcap : you have to add
547        the three following lines :
548       
549          :achk=true:\
550          :as=/usr/share/pykota/lprngpykota:\
551          :ae=/usr/share/pykota/lprngpykota:\
552         
553        This will tell LPRng to activate accounting, and use the lprngpykota
554        accounting filter both at the start and at the end of printing.
555       
556    When all modifications are done, just save the /etc/printcap file and   
557    restart LPRng :
558   
559          $ /etc/init.d/lprng restart
560         
561        or :   
562     
563          $ /etc/rc.d/init.d/lprng restart
564         
565        or any similar command depending on your operating system. 
566       
567    NB : the pkhint command can't be used with LPRng for now, so you   
568         have to modify /etc/pykota/pykota.conf carefully. The comments
569         in this file will help you.
570     
571Now you can begin to populate the PyKota's database with printers,
572users and groups :
573 
574Add printers and users to the quota system and set their quota values :
575
576Starting from version 1.18alpha2, the preferred command to manage
577printers is named pkprinters
578
579    $ pkprinters --help
580   
581    will tell you how to create, manage or delete printers and
582    printers groups.
583   
584    $ pkprinters --add --charge 0.05 hp2100
585   
586    would add the printer named hp2100 with a price per page
587    of 0.05 unit.
588
589Now set quotas for users on this printer :     
590
591    $ edpykota --add -P hp2100 -S 40 -H 50 user1 ... userN
592       
593    launching edpykota without any argument or with the --help
594    command line option will show you all the possibilities.
595   
596    by default, each user is limited by "quota", this means that on
597    each printer he can have a different soft and hard limit.
598    You may want to limit the user by his account balance value,
599    in which case, the print quota is shared between all printers
600    instead of being different. To do this, use the following :
601   
602    $ edpykota --add -P hp2100 --limitby balance --balance 10 user1 ... userN
603   
604    This will put 10 $ (or Euros, PyKota doesn't care) on each user's account
605    balance, and tell PyKota to limit them by their account balance value.
606    Whenever they print on any printer, their account balance value is
607    decreased by an amount which depends on the particular price per page
608    and per job that you may have defined on the printer with edpykota's
609    --charge command line option.
610    Soft and Hard limits are not used if "--limitby balance" is used,
611    but you can define a "poorman"'s threshold in /etc/pykota/pykota.conf
612    to obtain a similar result (warning message when quota is low).
613
614Restart CUPS or LPRng, for example under Debian GNU/Linux systems :         
615
616    $ /etc/init.d/cupsys restart
617   
618  or :
619 
620    $ /etc/init.d/lprng restart
621       
622Your users now should be able to print but not exceed their
623printing quota.
624
625To see printer quota usage, you can use :
626
627    $ repykota --printer lp
628   
629or :
630
631    $ repykota
632   
633    which will print quota usage for all users on all printers,
634    along with totals, if you are a PyKota Administator. If you are
635    a regular user, only your own quota report will be produced.
636   
637Quota reports are also available remotely by using the CGI script
638printquota.cgi provided in the cgi-bin/ subdirectory. You can
639also use the CSS stylesheet present in the stylesheets/ subdirectory
640and put it at your web server's DocumentRoot, to benefit from a nicer
641look, especially quota violations will appear in different colors.
642
643For different security concerns, please give a look at the SECURITY
644file which is part of this software.
645           
646============================================================
647
648Additionnal tools :
649-------------------
650
651Some people have developped tools around PyKota, and make
652them available under the GNU General Public License :
653
654  - Kanakorn Horsiritham developped phpPykotaAdmin which is
655    a web based database independant administrative GUI,
656    written in PHP.
657 
658      http://opensource.psu.ac.th/~kanakorn/mambo/
659     
660    He was also kind enough to write an installation guide 
661    in english for CUPS and PyKota with phpPykotaAdmin on Fedora
662    Core 3. You'll find this document on the same website.
663   
664    This great software currently at version 0.3 is a wonderful
665    basis for an administrative GUI since it only depends on
666    PyKota commands to be present to successfully manage
667    PyKota's database.
668 
669Additionnal software will be listed here when they will be 
670ready.
671
672============================================================
673
674Mailing list :
675--------------
676
677  A mailing list is dedicated to Pykota, you can subscribe to it
678  or consult its archives at :
679 
680    http://cgi.librelogiciel.com/mailman/listinfo/pykota
681   
682  The mailing list is the preferred way to obtain support, because 
683  all members can help and can also benefit from the solutions
684  proposed by other members.
685 
686  Posts by non-members are usually rejected.
687 
688  The mailing list language is english and only english.
689   
690IRC :   
691-----
692
693  You can also chat with us :
694 
695        /server irc.freenode.net
696        /join #pykota
697       
698  Preferred language on this channel is english, but french     
699  is also accepted. Try to avoid exposing complex problems
700  in french because english speaking people on the channel
701  wouldn't benefit from the solutions.
702 
703  PyKota's main author is known as 'tamere' on IRC.
704   
705============================================================
706   
707Please e-mail bugs to the mailing list at : pykota@librelogiciel.com
708or to the main author at : alet@librelogiciel.com (Jerome Alet)
Note: See TracBrowser for help on using the browser.