From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 09:22:50 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06DD316A41F for ; Thu, 20 Oct 2005 09:22:50 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D710143D70 for ; Thu, 20 Oct 2005 09:22:46 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j9K9Mgq2020702 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 20 Oct 2005 16:22:42 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j9K9MelY058003; Thu, 20 Oct 2005 16:22:40 +0700 (ICT) Date: Thu, 20 Oct 2005 16:22:40 +0700 (ICT) Message-Id: <200510200922.j9K9MelY058003@banyan.cs.ait.ac.th> From: Olivier Nicole To: norgaard@math.ku.dk In-reply-to: (message from Erik Norgaard on Thu, 20 Oct 2005 10:53:22 +0200 (CEST)) References: <43574B5E.4020503@esiee.fr> <200510200845.j9K8j7kB057664@banyan.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: f.bonnet@esiee.fr, questions@freebsd.org Subject: Re: Printing quota ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 09:22:50 -0000 > > What I wrote will query the printer for page count before and afterthe > > job. > > We tried that also, however, then you have problems if printerjobs > are cancelled halfway. For us it is OK to forget to count a job from time to time, as the filter queries the printer before and after, the next job will start a new count anyway. > Also, the "sanity" check works against accepting print jobs that > will cause the the printer to print endless pages with strange > characters untill it runs out of paper or the job is cancelled. We > had a lot of those because of misconfigured windows machines. Well, I have my guy install the printers on the machines for the users, so they use the right driver :) Olivier