Custom Query (1145 matches)
Results (301 - 303 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1492 | fixed | debathena-cupsys-config's init script fights with Upstart in Trusty | jdreed | |
Description |
On trusty, cupsd consistently fails to be running. This is due to a hilarious race condition. avahi-daemon ships an Upstart job (as of Saucy) to reload CUPS as soon as Avahi is up, however, the job doesn't check to see if CUPS is starting. CUPS takes a few seconds to shut down and reload, and the cups Upstart job now has a post-start script that loops for 30 seconds and exits 0 if it fails to run by that time. If you then call "start" again on CUPS (as we do in configure-athena-printers), Upstart sees that the job is not running (the original "start" hasn't exited yet), tries to start it again, and hilarity ensues and the boot process sits there for another 30 seconds, and then you get a system without a print spooler. |
|||
#1115 | fixed | debathena-discuss compile fails under Wheezy | bbaren | |
Description |
Upon building debathena-discuss in a Wheezy environment, I get the following compiler error: acl.c:458:2: error: format not a string literal and no format arguments [-Werror=format-security] |
|||
#266 | fixed | debathena-discuss: missing manpages | jdreed | geofft |
Description |
The crmtgs, dsc_setup, dspipe, mkds, pmtg, and rmds commands in the debathena-discuss package are all missing manpages. I don't know what they do, because they don't have manpages, but I suspect some of them belong in /usr/sbin instead of /usr/bin because they're only useful for the local discuss administrator. |