From owner-freebsd-questions@FreeBSD.ORG Sun Jan 28 17:52:42 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8E4016A596 for ; Sun, 28 Jan 2007 17:52:42 +0000 (UTC) (envelope-from kithera@yahoo.com) Received: from web43127.mail.sp1.yahoo.com (web43127.mail.sp1.yahoo.com [216.252.121.27]) by mx1.freebsd.org (Postfix) with SMTP id B362713C471 for ; Sun, 28 Jan 2007 17:52:42 +0000 (UTC) (envelope-from kithera@yahoo.com) Received: (qmail 5366 invoked by uid 60001); 28 Jan 2007 17:52:42 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=ACSH+eo24WzwqHoptCRAx+SVYeDIB09d+JH0NpYCu6CE6qw6ybt06tzbsDRwhMIwki/cmfHewaaxuHluQG2S5Cfj8vcnGHsUQcdxTUunV9yXxS93cblmsPj3mFAFIZR2JZiarBvqRIHS2i8GnwsvFGoubBWWQjc8DC8+0xzn8ck=; X-YMail-OSG: 6ySRp7oVM1n_93bfZJoi8s0opp5GYUKhu1DTW3CDOfQWpfYNTw7fmNAbuP.grL_6OY2QNKUqqxtaz9jgGcwZRfY7Up7OkUKTs3pj3HrWUgAE6eDkgSfbcQIuMY3Whe3SvpknhH0KsSjaKIQs0GpgoL9F5humJvU9BkNkaLwq_FM3knJac_qrV6xb7ulFJ6REP0iq1w-- Received: from [67.173.189.68] by web43127.mail.sp1.yahoo.com via HTTP; Sun, 28 Jan 2007 09:52:42 PST Date: Sun, 28 Jan 2007 09:52:42 -0800 (PST) From: Grant Wagner To: questions@freebsd.org In-Reply-To: <20070128012013.GC21056@kobe.laptop> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1067746355-1170006762=:4655" Content-Transfer-Encoding: 8bit Message-ID: <309390.4655.qm@web43127.mail.sp1.yahoo.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: print quotas in CUPS 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: Sun, 28 Jan 2007 17:52:43 -0000 --0-1067746355-1170006762=:4655 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Giorgos Keramidas wrote: > I am having difficulty installing cups and getting printing working on > my Samsung ML-1710. I've installed cups from port, and the splix > driver from http://splix.ap2c.org/. My printer shows up as /dev/ulpt0 > and running > > echo "stuff" > /dev/ulpt0 > > causes my printer to warm up, so I know at least I can write to the > port and communication is working partially. In the cups menu, I added > the printer, and attempted to print a test page. I get an error > message saying my quota is full. Wierd as I don't have quota support > on this machine. > > Any ideas? Grant I can't find any mention of "quota" in the web interface of CUPS running on my laptop here. There is a possibility that quota is enabled for some printer, by setting options in the "printers.conf" file though. Can you show us the contents of the file: /usr/local/etc/cups/printers.conf from your system? If it contains the options which enable quotas for a certain printer, you should see something like `PageLimit', then this is the `quota' that you see mentioned above. - Giorgos Here is my cups printers.conf file. # Printer configuration file for CUPS v1.2.7 # Written by cupsd on 2007-01-27 17:30 Info laser2 DeviceURI usb:/dev/ulpt0 State Idle StateTime 1169882462 Accepting Yes Shared Yes JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 AllowUser root OpPolicy default ErrorPolicy retry-job It appears that this too has no quota on it. Also, the job which I kicked off last night has been processing ever since. I've included the error log for said job as well. Thanks Grant --------------------------------- Don't be flakey. Get Yahoo! Mail for Mobile and always stay connected to friends. --0-1067746355-1170006762=:4655--