On Wed, Nov 27, 2013 at 08:23:46PM +0100, Jan Stary wrote:
> 
> After '/etc/rc.d/sndiod stop' and 'sndiod -dd', it works.
> And after killing it and /etc/rc.d/sndiod restart it worrks too.
> Not sure what happened there.
> 

if ~/.aucat_cookie has wrong permissions, a new cookie is generated
and saved in place of the old one. So the following doesn't work:

cp /foo/.aucat_cookie ~/
play bar.wav    # <- wrong perms a new cookie is created
chmod 600 ~/.aucat_cookie
play bar.wav    # <- new cookie doesn't match

-- Alexandre

Reply via email to