Your message dated Wed, 23 Sep 2015 13:20:21 +0000
with message-id <e1zejy9-0000oc...@franck.debian.org>
and subject line Bug#597152: fixed in rplay 3.3.2-15
has caused the Debian Bug report #597152,
regarding rplay-server: silently fails unless OSS support is working
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
597152: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597152
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rplay-server
Version: 3.3.2-11.1
Severity: normal

*** Please type your report below this line ***

On a lenny system we used ALSA to configure sound.
We tried to play some .au (.snd) format files with rplay,
but this failed. rplay-client exited with no error status.
We were able to play the same files with sndfile-play.

% lsmod |grep snd
snd_hda_intel         326584  0 
snd_pcm                63492  1 snd_hda_intel
snd_seq                42224  0 
snd_timer              18568  2 snd_pcm,snd_seq
snd_seq_device          7148  1 snd_seq
snd                    46404  5 
snd_hda_intel,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore               7136  1 snd
snd_page_alloc          8648  2 snd_hda_intel,snd_pcm

After stracing the interaction between -client and -server
we could see that the audio-device=/dev/dsp argument was
not being passed (along with all the other playing parameters).
e.g. (from the rplay-server strace)
9743  write(6, "+host=testbox version=3.3.2 uptime=00:05:38\r\n"..., 41) = 41
9743  time(NULL)                        = 1284607712
9743  select(1024, [0 3 4 5 6], [], NULL, {1, 0}) = 1 (in [6], left {1, 0})
9743  time(NULL)                        = 1284607712
9743  recv(6, "info sound=BoobookOwl.au\r\n"..., 1024, MSG_PEEK) = 26
9743  read(6, "info sound=BoobookOwl.au\r\n"..., 26) = 26
9743  open("/sounds/BoobookOwl.au", O_RDONLY|O_NONBLOCK) = 7

The workaround was
# modprobe snd-pcm-oss
# lsmod |grep snd
snd_pcm_oss            33568  0 
snd_mixer_oss          13088  2 snd_pcm_oss
snd_hda_intel         326584  1 
snd_pcm                63492  2 snd_pcm_oss,snd_hda_intel
snd_seq                42224  0 
snd_timer              18568  2 snd_pcm,snd_seq
snd_seq_device          7148  1 snd_seq
snd                    46404  7 
snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore               7136  2 snd
snd_page_alloc          8648  2 snd_hda_intel,snd_pcm
# /etc/init.d/rplay-server restart

Since this package is orphaned it seems unreasonable to ask for ALSA support.
But it would be useful to document that the devices /dev/audio and /dev/dsp
are needed for the package to function correctly, in the README.Debian for 
-server.
e.g.
  This package relies on OSS sound device support to function correctly,
  i.e. /dev/dsp and /dev/audio must be present on your system before
  rplay-server will be able to play sounds.

Kind regards
Vince


-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rplay-server depends on:
ii  libc6                       2.7-18lenny4 GNU C Library: Shared libraries
ii  libgsm1                     1.0.12-1     Shared libraries for GSM speech co
ii  librplay3                   3.3.2-11.1   Shared libraries for the rplay net

rplay-server recommends no packages.

Versions of packages rplay-server suggests:
ii  mpg123                     1.4.3-4lenny1 MPEG layer 1/2/3 audio player
pn  vorbis-tools               <none>        (no description available)

-- no debconf information

-- 



--- End Message ---
--- Begin Message ---
Source: rplay
Source-Version: 3.3.2-15

We believe that the bug you reported is fixed in the latest version of
rplay, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 597...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thorsten Alteholz <deb...@alteholz.de> (supplier of updated rplay package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 22 Sep 2015 22:04:35 +0200
Source: rplay
Binary: rplay-client devrplay3 rplay-server librplay3 librplay3-dev 
librplay-perl rplay-contrib
Architecture: source i386 all
Version: 3.3.2-15
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <deb...@alteholz.de>
Changed-By: Thorsten Alteholz <deb...@alteholz.de>
Description:
 devrplay3  - rplay network audio system - basic library
 librplay-perl - rplay network audio system - perl modules
 librplay3  - rplay network audio system - shared libraries
 librplay3-dev - rplay network audio system - development libraries
 rplay-client - rplay network audio system - basic clients
 rplay-contrib - rplay network audio system - contributed binaries
 rplay-server - rplay network audio system - server
Closes: 597152 741567
Changes:
 rplay (3.3.2-15) unstable; urgency=medium
 .
   * debian/control: Standards version moved to 3.9.6 (no changes)
   * debian/control: use dh 9
   * debian/control: DM-Upload-Allowed: removed
   * add patch 40_clang.patch to make it compile with clang
     thanks to Nicolas Sévelin-Radiguet (Closes: #741567)
   * add README.Debian as suggested by Vincent McIntyre (Closes: #597152)
Checksums-Sha1:
 41a7700f4fc2a71cc19089ab7a896a0faa0e75ce 2212 rplay_3.3.2-15.dsc
 fda94b7e7c91c4d09bf1f0535ba4647799c7cba0 476308 rplay_3.3.2.orig.tar.gz
 a0dbbb1b16a97da7a72534551a86ce8839496b6d 25308 rplay_3.3.2-15.debian.tar.xz
 c2eb1da8297444691a4dfbc5708645843f9fdd8f 31316 devrplay3_3.3.2-15_i386.deb
 6d49bce02455087f1eac8c0dd7bb1322ec133c2e 31646 librplay-perl_3.3.2-15_all.deb
 bbf970202ea12c566fce8b4b795001dc749c7a18 47060 librplay3-dev_3.3.2-15_i386.deb
 90d5bf0f50c8032129c1e9a90e6b4686650efd28 46606 librplay3_3.3.2-15_i386.deb
 7d2ea8447976bd898f3194a1a121380987ba157c 55302 rplay-client_3.3.2-15_i386.deb
 c5a702749ee9f2896bf4aef4428c8ea8ee0ccfed 35002 rplay-contrib_3.3.2-15_i386.deb
 6ba0d33368e69bc20319c2b812e20c1c9bedde3c 98172 rplay-server_3.3.2-15_i386.deb
Checksums-Sha256:
 ddd5288c4d1752ba637ede50497e070a53b6181f2fe0698f1c731e0ba17983ae 2212 
rplay_3.3.2-15.dsc
 63e99ebf9bfa83314cf2707674b6fc0ce2d2985e1b4bbaed28b74dd7fdc2d5e6 476308 
rplay_3.3.2.orig.tar.gz
 6680ddf21e24d12a8776258be00f149a2438f5226f1f1d03eaab863e1d3fdaa1 25308 
rplay_3.3.2-15.debian.tar.xz
 3ebd4f2d6d915231cebd5e3b1bee392d6591b3c3afc0ba48e54ad76e1a684ad9 31316 
devrplay3_3.3.2-15_i386.deb
 7bedb420a09b094fca0988c53e1c3989b459eefd123713257f96b4b55cfc97e7 31646 
librplay-perl_3.3.2-15_all.deb
 ffc7ea8bb9d362fc5e4c9c189f0db1b93287aa3a75d9550569997210164c39bd 47060 
librplay3-dev_3.3.2-15_i386.deb
 39a90e0a0f93e9f7ef694ca9f60fa2f2f7ea6ac7e18bd9aa54c9fc7ec356f685 46606 
librplay3_3.3.2-15_i386.deb
 215c1b7d48905b040db1940b49681f22b8ce0497916f2093fc819aefe33f0214 55302 
rplay-client_3.3.2-15_i386.deb
 fb98374a65ef04a29e4a690bf65d585dc6fb1d61819010bd986b5bcc11630c6e 35002 
rplay-contrib_3.3.2-15_i386.deb
 e8fc480f855df0c2ec13b6497408c9b4e3d2e38b6fabb6a4cd296c79eaa13f5c 98172 
rplay-server_3.3.2-15_i386.deb
Files:
 992b82babac68318efd635e288cc8620 2212 sound optional rplay_3.3.2-15.dsc
 58052373adf8ad04ef3ce13e8ac0921a 476308 sound optional rplay_3.3.2.orig.tar.gz
 3e708869b3d79a36ad4768d7456a9930 25308 sound optional 
rplay_3.3.2-15.debian.tar.xz
 14b4cb1aefb450308cb24575e6629fa6 31316 sound optional 
devrplay3_3.3.2-15_i386.deb
 71b097925cd337aaa7c123ab8ec09a8b 31646 perl optional 
librplay-perl_3.3.2-15_all.deb
 022ecc8ee10ef7329ce10a8262c61272 47060 libdevel optional 
librplay3-dev_3.3.2-15_i386.deb
 6ea5a896f8f5fb5e0658af0639d07879 46606 libs optional 
librplay3_3.3.2-15_i386.deb
 613c537e0704969806e290cac8a9095a 55302 sound optional 
rplay-client_3.3.2-15_i386.deb
 c1ce410fa2378acd75551bb9b055c04e 35002 sound optional 
rplay-contrib_3.3.2-15_i386.deb
 8fce38a16236211770d842d2dfb6c1cb 98172 sound optional 
rplay-server_3.3.2-15_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJWAcDVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2MjAxRkJGRkRCQkRFMDc4MjJFQUJCOTY5
NkZDQUMwRDM4N0I1ODQ3AAoJEJb8rA04e1hHCbUP/321s290HW83fO59NT4gBCvf
2emIzkTbnhimSWp2btc0fEMknLvPBmQCW7N0HLELfnZmeCW0W22mL3XNnQmXXNI3
ogWkEeYlgdxclcwI07AMHCSVevUeU6hTDPUVDb00C385e1cGg1rB3vN7ZhQV1k/Y
IEbsnkBigYl93vBfokYsaaIzCSsTVFdgy/NT0RE9okDy1XWc7ejmbcuz5HUXaMib
cWENtKENW0BHPd4gNUF9s3yIBj82/ETWbo95emXMOdkWDL99tOKMCqQRYjZ9bxhx
z/GKETleU/jhyjDP71ixCXVw/aeCtCN8JZ5HsQr0y+Pfn3w+TYEj8AjNQrcioBNr
TUFwC2DojgRNsca4jEe/tDNI7ezYiviItEDgU8Lgg7u+qzUy3mkxlX9vWbnqZL1t
Ib6UmjJZfPjqvkeXvHYIXDQvNVyhzEoFxeZ5+GBpvmioe6mmlmyVZp54y5IiecCB
mEekGKJCyUuBCqPRRZhVjyB5k1kgwenCw0RMtRwzOxP5yVwGcyYFl+YH7Pie6g7B
ISwfBqIHuKXtrIcD7BPZbjCSqjNC5w2JsCojQY2mUxR3TUOlPtTJvJqXjrKrk5rP
OV15iko8ucSjTXpoY602M8gQWh95FqMEA6bqHcy89do8wshasNVkuuuJw0h9Aasa
rKFEKRrXs0O63YzjbbnC
=PEdu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to