[K12OSN] cron job for ltsp _ esd_hack

Barry R Cisna cisna-barry at wc235.k12.il.us
Sat Mar 11 13:18:14 UTC 2006


Hello List,
Could somebody tell me why ,if I have the ltsp_esd_sound_hack to =YES in
the /networking/ltsp file ,and that is enabled in the default cron jobs
list to run hourly(default), why the /tmp/.esd & the /tmp/.esd/socket
file isnt being created?
I finally made my own cron job to do the same thing , but im just
curious why the default esd fixup,,isnt working?
heres a paste of my 4.2. K12ltsp ltsp_esd_sound_hack script

#!/bin/sh

. /etc/sysconfig/k12ltsp

if [ "$FLASH_SOUND_HACK" = "YES" ]
then
	if [ ! -d /tmp/.esd ]
	then
		mkdir /tmp/.esd	
		touch /tmp/.esd/socket
		chmod a+rwx /tmp/.esd
		chmod a+rw /tmp/.esd/socket
	fi
fi


Take Care,

Barry Cisna




More information about the K12OSN mailing list