Custom Query (22 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 22)

1 2 3 4 5 6 7 8
Ticket Resolution Summary Owner Reporter
#3 invalid CUPS daemon permissions shouldn't be set system wide jhamrick
Description

The CUPS daemon processes need to run under group 'audio' so that they can use the audio facilities of the system, but the CUPS daemon processes do not inherit groups from the lp user (so, for example, even if we add 'lp' to 'audio', the process will not be running in group 'audio'). For the time being, I've set the CUPS daemon to always run under group 'audio', but there should really be a better solution.

#4 invalid CUPS uses SIGKILL for Purge-Jobs jhamrick
Description

When the Purge-Jobs command is sent, the jobs are removed, but the current mplayer instance continues playing (this is because a SIGKILL is sent instead of a SIGTERM, so it kills the parent process but not the child process). This unfortunately leads to jobs being played over each other when the CUPS server restarts. We could do something like "make sure there aren't other mplayer process running when a job starts", but that feels hacky. This might be a thing we need to change upstream.

#15 fixed Client scripts should have a default queue broglek jhamrick
Description

There should be a default gutenbach queue for the clients, e.g.:

gbr *.mp3

Should print to whatever the default queue is (say, sipbmp3). If someone wants to use a different queue, they can specify it:

gbr -Ppikamp3 *.mp3

There should be a utility in gutenbach-client-config to specify what the default printer is, e.g.:

gutenbach-client-config -D sipbmp3

1 2 3 4 5 6 7 8
Note: See TracQuery for help on using queries.