Custom Query (257 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 257)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#306 worksforme Deadlock between roard and FLAC playing client should be avoided ph3-der-loewe ph3-der-loewe
Description

Sometimes when a client plays a flac file roard gets into a deadlock because the client waits for roard to answer to some request while roard waits for the client on the data channel.

This seems to be this way because libFLAC seems not to support EAGAIN like events.

This should maybe be fixed in libFLAC.

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

#57 fixed Debian init script needs correction in comments ph3-der-loewe ph3-der-loewe
Description

The init script for Debian needs comments to be corrected.

The text is about wrong package (µRoar*?) and the depends to roaraudio-server is not stated.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.