Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 257)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#225 invalid no audio using firefox - alsa can't open a slave themaister eeemsi
Description

firefox can't open slave if for example a video is started. only the following error is shown:

ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
#226 invalid mplayer does not begin to play a video if roarify is used eeemsi
Description

if mplayer(MPlayer svn r34540 (Debian)) is called using the commandline (roarify mplayer <somefile>) to play a video it does not begin to play the video and the following error accours:

mplayer: relocation error: mplayer: symbol pa_threaded_mainloop_new, version PULSE_0 not defined in file libpulse.so.0 with link time reference
#246 invalid Debian init script missquotes strings ph3-der-loewe
Description

The Debian init script currently misquotes strings with spaces. The following strings are mainly affected:

  • ROARD_LOCATION
  • ROARD_DESCRIPTION
  • ROARD_CONTACT
  • ROARD_SERIAL
  • ROARD_UIURL

This is because of how the shell evaluates stings. Here in an example to clarify this problem:

$ a="pre 'te st' post"
$ a="pre 'te st' post"

This outputs:

pre
'te
st'
post

While this is expected:

pre
te st
post

The (correct!) usage of eval my help in this case.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.