[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [nas] problems setting up nas
- To: auerswal@xxxxxxxxxxxxxxxxx, nas@xxxxxxxxxxx
- Subject: Re: [nas] problems setting up nas
- From: xing@xxxxxxxxxxxxxxxx
- Date: Sun, 22 Feb 2009 09:41:22 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=W7BgkrDXNMGm0b2v4/d3/I/QqKCB0E7N9rVHg9fJWrc=; b=PQFMVACMGamG5P+yKQ4JEcrspbOv2yZh2/GBoaTbnpYyiTSAXsaHaDbAvMjeP3nx7Q Wl/dzTeldY6ez13YITCZL7eHwdTlvVtphF3ypEZdRlvhwZ085tgQgAMfD0jRXL+kZvWi HhfS7NqNKhXdweWdw8Rs2+Ns1nPL0x0wxxuJY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=jQPJtbLr3bcIoNChOLBRUvItFozy60SFreyXA1FHh/BGu3Q2JpyuK/ZdPQhZNlxW8M bq4lO8O9zOBwOXlZEeJ+SxCCS5QqERZr+IJb0c+0EHl8U/m2EZWJ30Tty/pIOM+CQaAK vPXJI76M3AGU1u/563MDms848m93fOv1LSMMs=
- In-reply-to: <20090221120021.GC26221@xxxxxxxxxxxxxxxxxxxxxxx>
- References: <20090220114757.GA7601@tinker> <20090221120021.GC26221@xxxxxxxxxxxxxxxxxxxxxxx>
- Sender: owner-nas@xxxxxxxxxxx
- User-agent: Mutt/1.5.16 (2007-06-09)
Hi Erik,
i did forget to mention the version in the report and i was using 1.8.
i've upgraded to 1.9.1 and it's working now. thank you very much.
suppose someone should try and update nas to 1.9.1 on gentoo.
x
Erik Auerswald schrieb am Saturday, den 21. February 2009:
> Hello "x",
>
> On Fri, Feb 20, 2009 at 12:47:57PM +0100, xing@xxxxxxxxxxxxxxxx wrote:
> > i have a problem trying to get nas set up on a couple of my gentoo
> > boxes. i've got the following symptoms:
> >
> >
> > running audial on client results in dialtone on server using this command:
> > $ audial -audio slush:0 1
> >
> > this is the output on the server running nas:
> > ------------------------------------------------------------------------
> > $ nasd -aa -v -d 99
>
> You have omitted some output here, e.g. nasd version. This is relevant
> information.
>
> > however, using auplay on the client yields the following with _no sound_ being
> > played on the server. client side output:
> > ------------------------------------------------------------------------
> > $ auplay -i -audio slush:0 test.wav
> > Filename: test.wav
> > File Format: Microsoft WAVE
> > Data Format: 16-bit signed linear (little endian)
> > Tracks: 2
> > Frequency: 44100 Hz
> > Duration: 44.77 seconds
> >
> > test.wav
> > ------------------------------------------------------------------------
> > which is where it stops - nothing else happens on the client side, regardless
> > of how long i wait. i need to send a kill signal to auplay for it to stop.
>
> This reminds me of some already fixed bug (fixed in stable NAS release
> 1.9.1). See http://radscan.com/nas/nas-ml/msg01557.html resp.
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245712 for more
> info about this bug.
>
> Regards,
> Erik