# /usr/local/bin/play /usr/local/lib/TkDesk/sounds/metal.au
sox: Can't open output file '/dev/dsp': Device busy
How do I figure out what is holding onto this?
I tried
and
but that doesn't show me anything related.
Running FreeBSD 4.7-RELEASE-p6 #0. --
Andy
sox: Can't open output file '/dev/dsp': Device busy
How do I figure out what is holding onto this?
I tried
Code:
lsof
Code:
lsof -D r
Running FreeBSD 4.7-RELEASE-p6 #0. --
Andy