Custom Query (1145 matches)
Results (10 - 12 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1064 | fixed | achernya should release a hesiod 3.1.1 tarball | kaduk | |
Description |
Since we changed the GECOS field or something. |
|||
#155 | duplicate | acroread attempts to use CUPS-specific optoins to lpr | broder | |
Description |
acroread seems to sort of half-grok CUPS - well enough to query the library for a list of CUPS printers, but instead of printing through the library, it shells out to lpr. It also passes -o options of one sort or another, which doesn't work currently, because our lpr almost always shells out to mit-lpr, so you get a popup to the effect of: The following error occurred while printing... 'lpr: illegal option 'o' Usage: lpr [-Pprinter@host]] [-A] [-B] [-Cclass] [-Fformat] [-G] [-Jinfo] etc. I'm...not sure if I'm actually interested in investing effort in fixing this, given that the long-term strategy is to actually use CUPS. |
|||
#1473 | fixed | Actually remove browsepolling from cupsys-config | jdreed | |
Description |
When we switched to Pharos, I apparently did it uncleanly ( cupsys-config:73b43620), and some vestiges stuck around and made jessie sad, which was temporarily fixed in cupsys-config:6985593d. We should actually rip out all the BrowsePoll? and cupsd-site.conf stuff once and for all. Today's trivia: cupsLastErrorString() turns HOST_NOT_FOUND (as returned by gethostbyname()) into ENOENT. Because CUPS. |