mozilla and RPM

David Dahl yellowdog-general@lists.terrasoftsolutions.com
Thu Jun 27 20:37:13 2002


You should also check out CUPS  http://www.cups.org


On Tue, 2002-06-25 at 22:13, Larry Kollar wrote:
> 
> Cynthia Croy wrote:
> 
> >   I would like to thank everyone that has helped me with my printer
> > questions. I've gotten a little farther each time, but still have the
> > same message re: make sure lpd server is running. The lpd server *is*
> > running, but I'm getting messages when it starts up about "permission
> > denied" ....
> 
> Aha, the system has the user "lp" start lpd. If lp can't write
> to those files, you'll get that error.
> 
> As root, try this:
> 
> 	chown lp /var/log/lp-errs
> 	chown lp /var/log/lp-acct
> 	chgrp lp /dev/ttyS1
> 	chmod 0660 /dev/ttyS1
> 
> Then (drum roll...) do:
> 
> 	cd /etc/rc.d/init.d
> 	./lpd restart
> 
> That should fix your error messages. I had to do something
> fairly similar to get my USB printer going.
> 
> -- 
> Larry Kollar   k o l l a r  at  a l l t e l . n e t
> "Content creators are the engine that drives value in the
> information life cycle."   -- Barry Schaeffer, on XML-Doc
> _______________________________________________
> yellowdog-general mailing list
> yellowdog-general@lists.terrasoftsolutions.com
> http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
>