[K12OSN] Firefox and Flash, RealPlayer

Gentgeen gentgeen at linuxmail.org
Sun Sep 24 22:58:24 UTC 2006


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 :-)
-- 
http://gentgeen.homelinux.org

#############################################################
 Associate yourself with men of good quality if you esteem    
 your own reputation; for 'tis better to be alone then in bad 
 company.        - George Washington, Rules of Civility




More information about the K12OSN mailing list