On Fri, Jan 04, 2008 at 12:31:12PM -0800, ody wrote: > I have the Sparc version of the sunray software up and running and our > site has had it in production for about 6 months, running about 20 > Sunrays. Something I have yet to figure out how to get functioning is > audio. utaudio runs when a session is started and devices are created > in /tmp/SUNWut/dev/utaudio and $UTAUDIODEV and $AUDIODEV variables are > getting set. When you go to play sound from any program including just > a `cat /tmp/SUNWut/SOUND/sounds/sample.au > /tmp/SUNWut/dev/utaudio/1` > you get a 'no such device or address: /tmp/SUNWut/dev/utaudio/1' error. > I have verified the device was created and I own it as well as have at > least read and execute rights to the folders above the pseudo device.
The problem I always encounter is that /tmp is mounted with the `nosuid' by default. This is specified in /etc/vfstab as a security measure. It prevents audio devices in /tmp from working. I have to set up a special install configuration for Sun Ray servers to omit this option. -- -Gary Mills- -Unix Support- -U of M Academic Computing and Networking- _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
