Date: Mon, 10 Jul 2006 14:29:03 -0700 From: Micah <micahjon@ywave.com> To: "E. J. Cerejo" <edu07643@yahoo.com.br> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: CUPS Woes Woes Message-ID: <44B2C69F.8050302@ywave.com> In-Reply-To: <20060710211936.87944.qmail@web61022.mail.yahoo.com> References: <20060710211936.87944.qmail@web61022.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
E. J. Cerejo wrote: > This is weird, I configure a printer and I'm able to print a test page and I then close the browser and try to print and I get a quick popup window saying "Starting with CUPS" but nothing happens it won't print. I Open firefox again and go back to printer administration and the printer I just configured is not there, so I configure it again giving it the same name and when I try to print a test page it gives me this error: "Quota limit reached" and printer disappears again from the printer management page again. Now if I configure another printer with a different name it will print a test page but if I try to print from another application it will not print I just get that same popup window saying "Starting with cups" and if I close firefox and then go back there again the printer is not there. I'm running the latest cups on the ports tree 1.2.0 and FBSD6.1. > > My printers.conf file looks like this > > <DefaultPrinter main> > Info HP Officejet 4315 > Location home > DeviceURI usb:/dev/unlpt0 > State Idle > StateTime 1152564753 > Accepting Yes > Shared Yes > JobSheets none none > QuotaPeriod 0 > PageLimit 0 > KLimit 0 > AllowUser webdude > OpPolicy default > ErrorPolicy stop-printer > </Printer> > > My rc.conf file kind looks like this: > > hpiod_enable="YES" > hpssd_enable="YES" > cupsd_enable="YES" > devfs_system_ruleset="system" > > My devfs.rules file looks like this: > > # HP drivers rules > # > [system=10] > add path 'ugen*' group operator > add path 'ugen*' mode 0660 > add path 'unlpt*' mode 0660 group cups > add path 'ulpt*' mode 0660 group cups > > > > > > EJC > www.only7bucks.com Could you check /var/logs/cups/error_log for errors? A quick 'grep "^E" error_log' will show just the errors, but not what's going on around it. - Micah
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44B2C69F.8050302>