From owner-freebsd-questions@FreeBSD.ORG Mon Apr 20 22:36:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85EA5106564A for ; Mon, 20 Apr 2009 22:36:26 +0000 (UTC) (envelope-from weif@cjones.org) Received: from maxine.cjones.org (chris.static.MT.net [206.127.66.35]) by mx1.freebsd.org (Postfix) with ESMTP id 550168FC0A for ; Mon, 20 Apr 2009 22:36:26 +0000 (UTC) (envelope-from weif@cjones.org) Received: by maxine.cjones.org (Postfix, from userid 1003) id 8847EA3DF2; Mon, 20 Apr 2009 16:36:25 -0600 (MDT) From: Keith Seyffarth To: Paul Schmehl In-reply-to: <62CFD48735EA944E20668C98@utd65257.utdallas.edu> (message from Paul Schmehl on Mon, 20 Apr 2009 19:55:55 +0000) References: <20090420145839.5D396A3DC7@maxine.cjones.org> <86fxg3gwny.fsf@nowhere.org> <20090420173603.8CF7EA3DC7@maxine.cjones.org> <9B2BDFC5F4D9083916FFE187@utd65257.utdallas.edu> <20090420192048.40290A3D2E@maxine.cjones.org> <62CFD48735EA944E20668C98@utd65257.utdallas.edu> Message-Id: <20090420223625.8847EA3DF2@maxine.cjones.org> Date: Mon, 20 Apr 2009 16:36:25 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Can you ACTUALLY print from FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: weif@weif.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Apr 2009 22:36:26 -0000 > Googling that shows it to be a file shared with Windows boxes when you're > running samba. I don't know if you set up samba or not, but I would ignore > this error for now. It's likely unrelated to the printing problem that you're > having. OK. Thanks. I guess. I was kind of hoping that figuring that out might be the fix... > >> Do you have the startup script: > >> /usr/local/etc/rc.d/cupsd ? > > > > yes > > > >> If so, what is the output of /usr/local/etc/rc.d/cupsd status? > > > > currently it's: > > cupsd is running as pid 721. > > > > but I did start cups manually since my last reboot. > > > > Cupsd was started automatically on reboot by the script. So that part is > working fine. after rebooting the machine, it's: cupsd is not running. > It appears the problem is the printer. Try changing the perms to 0777 for > testing purposes. If you're able to print, the problem is permissions. You'll > have to figure out what permissions you need to get it working. That doesn't help. I get the same behavior with the permissions set to 0777. > One person mentioned that you should be using the ugen device instead of > /dev/ultp0. This thread might be relevant - > http://foo2zjs.rkkda.com/forum/read.php?9,546,547 > > You might have to abandon using cupsd for this printer. Yeah. We may not be using this printer long anyway, since it is nearly out of ink, and the ink will be $95. It would just be nice to be able to demonstrate that printing is an option. Also, from what I've been seeing in my testing and so on since Thursday, it looks like if you use CUPS at all, you can't use anything else, since CUPS overwrites things like /etc/printcap with its own settings frequently. And since I've been successfully using cups-pdf for several months, I'd need a replacement for that. At least with that, despite all the shortcomings of .pdf format, we can still get stuff printed. Just not in our office. > If so, this might be helpful: > http://www.onlamp.com/pub/a/bsd/2004/07/08/FreeBSD_Basics.html?page=last I had read through that several times. It is one of several places pointing out that the device has to be at ultp*, and if it's at ugen* you likely have a problem...