[K12OSN] Firefox and Flash, RealPlayer

Peter Scheie petre at maltzen.net
Mon Sep 25 01:53:14 UTC 2006



Gentgeen wrote:
> On Sun, 24 Sep 2006 16:22:01 -0500
> David Markovich <dmarkovich at drmcs.com> wrote:
> 
>> Is anyone else having trouble getting sound from Firefox,  have 
>> installed Flash player and Realplayer and both do not play sound in
>> the  browser.
>>
>> Clients are Optiplex GX1 , server dual Xeon 3.0ghz with K12ltsp 5 -
>> 32bit
>>
>>
>> Thanks,
>>
>> Dave
>>
>> _______________________________________________
>> K12OSN mailing list
>> K12OSN at redhat.com
>> https://www.redhat.com/mailman/listinfo/k12osn
>> For more info see <http://www.k12os.org>
>>
> 
> 
> If you are using ESD, then do this...
> 
> 1) Edit Cron to include:
> -----------------------------
>     # This one happen at 10 after the hour, every hour of every day
>     10 *    * * *   root    /root/bin/replace_esd.sh
> ------------------------------
> 
> 2) File /root/bin/replace_esd.sh looks like:
> ------------------------------
>     #!/bin/sh
>     if [ ! -f /tmp/.esd/socket ]; then
>       logger "/tmp/.esd/socket is missing. replacing..."
>       rm -rf /tmp/.esd 2>/dev/null
>       mkdir /tmp/.esd
>       touch /tmp/.esd/socket 
>     else 
>       touch /tmp/.esd/socket 
>     fi
> ------------------------------- 
> 
> 
> I forget now where I got this from, but worked for me :-)

/tmp/.esd/ will be removed by /etc/cron.daily/tmpwatch, which runs every 
day, if it hasn't been accessed in more than 10 days.  You can change 
this behavior by adding

-x /tmp/.esd

to the first line of /etc/cron.daily/tmpwatch, where some other files 
and directories are also exempted.  This should keep your 
/tmp/.esd/socket from periodically disappearing.

Petre




More information about the K12OSN mailing list