Custom Query (22 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 22)

1 2 3 4 5 6 7 8
Ticket Resolution Summary Owner Reporter
#1 fixed Include mixer and channel in debconf broglek jhamrick
Description

In order for the remctl volume commands to work correctly, they must know the correct channel and mixer to adjust. Right now this is hardcoded in, but it should really be an argument users can put in through debconf. Or, even better, add debconf to the gutenbach-remctl package and specify them there, since they aren't really necessary for the rest of Gutenbach.

#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.

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