root / pykota / trunk / FAQ @ 1871

Revision 1708, 7.2 kB (checked in by jalet, 20 years ago)

New question added

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1PyKota's FAQ :
2
3  # $Id$
4 
5  * I've installed all correctly, I've created users
6    and printers, but when printing nothing works.
7    What is the problem ?
8    The most probable cause for this is that you didn't
9    adapt /etc/pykota/pykota.conf to your own configuration.
10    The file installed by default is just an example, you
11    have to modify it. See the rest of this document to
12    learn how to really diagnose what went wrong.
13   
14  * I've downloaded PyKota from CVS using a Windows based CVS 
15    tool, and now nothing works at all. What happened ?
16   
17    Some (all?) Windows based CVS tools translate *nix line endings
18    (character Line Feed, ASCII code 10) into Windows line endings
19    (character Carriage Return, ASCII code 13, followed with
20    character Line Feed). This breaks the software which has
21    to run under *nix compatible systems. Set correct options
22    in your CVS software so that it doesn't do any translation,
23    or use an Unix-like version of CVS, download again and
24    reinstall the software. It should work.
25   
26  * How can I diagnose the problem when something goes wrong ?
27 
28    Put "LogLevel debug2" in cupsd.conf (usually in /etc/cups/).
29    Then put "logger: stderr", "debug: yes" and
30    "crashrecipient: youremailaddress" in /etc/pykota/pykota.conf.
31    Finally restart CUPS.
32    CUPS' error_log file will now contain many informations which
33    will help diagnose your problem. You will receive failure
34    notices by email, and you can send all this to us for
35    diagnostic.
36   
37    For LPRng, better to put "logger: system" in pykota.conf so
38    that all debug messages for PyKota will go to syslog.
39 
40  * Why doesn't CUPS under Debian Woody automatically
41    detects PyKota managed devices ?
42   
43    The CUPS version in Debian Woody is 1.1.14 which is a bit
44    too old. To use PyKota with this version, just install
45    your printers as usual in CUPS web interface, and ensure
46    they work fine, then save your changes, and modify
47    /etc/cups/printers.conf manually as explained in
48    PyKota's toplevel README file. Finally restart CUPS,
49    and your printers should be managed by PyKota.
50    Another solution is to install a newer CUPS release.
51   
52  * Is print accounting ever exact ?
53 
54    No. Print accounting is **never** exact, because it depends
55    on external factors like the presence of paper in the printer,
56    the quantity of remaining ink in the print cartridge, paper
57    jams, etc... All these things are very difficult to account
58    for correctly, and no print accounting package deals with
59    these artefacts correctly in all situations.
60    We are however confident that PyKota is one of the more
61    exact print accounting software, because by default it
62    asks the printers for how many pages they have really printed.
63   
64  * Can PyKota account for ink usage ? 
65 
66    No. Actually PyKota doesn't account for ink usage, but this
67    may come in a future release. PyKota only accounts for pages
68    printed and/or money spent.  If ink accounting is a necessity
69    for you, PrintBill is recommended instead of PyKota. PrintBill
70    allows you to bill differently per color, and to bill depending
71    on the percent of the ink covered part of the pages.
72   
73  * What is a 'dumb printer' ?
74 
75    In PyKota, the term 'dumb printer' defines a printer which doesn't
76    natively understand PostScript, PCL5 (up to), PCLXL (aka PCL6), PDF
77    or ESC/P2 and doesn't have an internal page counter, and for which
78    you don't know how to compute a job's size in number of pages by
79    analyzing its content.
80    Any printer which is not a 'dumb printer' according to the above
81    definition is supported by PyKota.
82
83  * How can I make PyKota work with my non-postscript printer under
84    CUPS ? 
85 
86    From version 1.16alpha7, PyKota includes a CUPS backend which
87    allows you to use any type of printer and any driver, provided
88    your printer is not a 'dumb printer' (see above).
89   
90  * How can I use my 'dumb printer' with CUPS and PyKota. 
91 
92    You have to use a software accounter directive, and
93    create a script which understands your printer's
94    Page Description Language.
95   
96    PyKota natively understands DSC compliant PostScript, PCL5,
97    PCLXL (aka PCL6), PDF and ESC/P2. Support for Binary PostScript is
98    done through GhostScript. More PDLs will be added in the future.
99    However you can always plug your own PDL analyzer in PyKota.
100         
101  * I've got a great number of users. How can I automatically
102    set an initial print quota for them on first print ?
103   
104    You have to define an external policy for unknown users,
105    to automatically add them to the Print Quota database.
106    The sample configuration file contains examples to do this.
107   
108  * What does the --prototype command line option to edpykota do ?
109 
110    This option currently (v1.17) only copies the soft and hard
111    page limits from a template user to other users. This option
112    needs to be updated to new PyKota functionnalities, because it
113    currently lacks.
114   
115  * How can I share print quota between some printers only (not all) ?   
116 
117    To do this you have to put the printers into a printers group, and
118    set quota on the printer group, instead of (or in addition to)
119    the printers themselves.
120   
121  * What is a printer group ?
122 
123     A printer group is exactly like a normal printer, but is
124     unknown by the printing system. You can use printer groups
125     to share print quota between printers.
126   
127  * How can I create a printer group ?   
128 
129    Just use pkprinters, like for normal printers, then create
130    quota entries for users or users groups on it using the
131    edpykota command
132 
133  * How can I put a printer into a printer group ?
134 
135    Use the pkprinters command to do this.
136   
137      $ pkprinters --help
138     
139    Will print the complete help and tell you how to do.
140   
141  * How quota checking and update is done with printer groups ?   
142 
143    Print accounting and quota checking is done for a printer and
144    all the printers groups it belongs to, recursively.
145    If quota is reached on ANY of these printers for the current user,
146    printing is denied.
147   
148  * Is this feature robust ?
149 
150    It should be. However, beware of integrity problems. LDAP has no
151    sense of database integrity, and PostgreSQL constraints have not
152    yet been fully implemented. The code actually *tries* to forbid
153    circular printers groups, but if you create printer groups with
154    another tool (e.g. psql or gq), then you are mostly on you
155    own to not create infinite loops.
156   
157  * How is computed the job's price ? 
158 
159    A job's price is computed with this formula :
160   
161      SUM((NbPages * PricePerPage) + PricePerJob)
162     
163    For current printer and all the printers groups it is
164    a member of, if any, recursively.
165    This may be difficult to grasp, but offers unprecedented
166    flexibility.
167
168  * My question isn't answered there, can you help ? 
169 
170    Sure. Ask your question to the mailing list. If this is a
171    frequently asked question, or if your problem is on the contrary
172    very specific, it will probably be added to this document.
173   
174    You can also ask questions by IRC :
175   
176        /server irc.freenode.net
177        /join #pykota
178       
179Send any new questions to Jerome Alet - <alet@librelogiciel.com>
Note: See TracBrowser for help on using the browser.