Hi Erland,

Not sure what you mean, but the mmserver file is contained in the
MusicIP folder. I've installed the MusicIP folder in the following
path: home/zipper/MusicIP.  I've adapted the original mmserver file,
which as a default is: 
----------------------------------------------------------------
#! /bin/sh
# NON-PRIVIELEGED USER TO RUN MUSICMAGICSERVER.
USER=
# PATH TO THE MUSICMAGICMIXERSERVER 
export MUSICHOME=
case $1 in
start)
su - $USER -c $MUSICHOME"MusicMagicServer start  & > /dev/null"

echo "Running MusicMagicServer"
exit
;;
stop)
su - $USER -c $MUSICHOME"MusicMagicServer stop  & > /dev/null" 
echo "Stopped MusicMagicServer"
exit
;;
*)
echo "Usage: /etc/rc.d/init.d/mmserver { start | stop }"
exit
;;
esac
----------------------------------------------------------------
I then changed the two variables, USER and MUSICHOME, (indicated in
<strong>bold</strong>, below).
----------------------------------------------------------------

#! /bin/sh
# NON-PRIVIELEGED USER TO RUN MUSICMAGICSERVER.
USER=<strong>zipper</strong>
# PATH TO THE MUSICMAGICMIXERSERVER 
export MUSICHOME=<strong>/home/zipper/MusicIP</strong>
case $1 in
start)
su - $USER -c $MUSICHOME"MusicMagicServer start  & > /dev/null"

echo "Running MusicMagicServer"
exit
;;
stop)
su - $USER -c $MUSICHOME"MusicMagicServer stop  & > /dev/null" 
echo "Stopped MusicMagicServer"
exit
;;
*)
echo "Usage: /etc/rc.d/init.d/mmserver { start | stop }"
exit
;;
esac
----------------------------------------------------------------
Does that answer your question and (hopefully!) shed some light on
where the problem lies?

Cheers,
Gus


-- 
Gus

Gus
-------------------------

SB Firmware: -v3 101 running SC 7.2.1-
OS: -Ubuntu 8.04-
Platform Architecture: -i686-linux-
MySQL Version: -5.0.51a-3ubuntu5.4-
Motherboard: -Mini-ITX J7F2WE2G -(manual at
http://www.jetway.com.tw/jw/download_address.asp?downid=4537&proname=J7F2WE2G&downtype=Manual-English)
Router: -WRT54G-
------------------------------------------------------------------------
Gus's Profile: http://forums.slimdevices.com/member.php?userid=14417
View this thread: http://forums.slimdevices.com/showthread.php?t=58905

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to