raven22;351624 Wrote: 
> Good to hear you succeeded. Your right and I'm sure there is a better
> way, but i can't get mmserver to start automatically without the
> rc.local. And if i could i don't know how to change the sequence. Maybe
> there are some CC experts around.

I've been doing more fiddling (sorry Steve ;-)) and if you type the
following in a Putty session it seems to cause mmserver to start before
Squeezecenter when your CC box boots up:

cd /etc/rc3.d/
ln -s /etc/init.d/mmserver S79mmserver

For completeness you should also do the following:

cd /etc/rc0.d/
ln -s /etc/init.d/mmserver K21mmserver

cd /etc/rc1.d/
ln -s /etc/init.d/mmserver K21mmserver

cd /etc/rc2.d/
ln -s /etc/init.d/mmserver K21mmserver

cd /etc/rc4.d/
ln -s /etc/init.d/mmserver S79mmserver

cd /etc/rc5.d/
ln -s /etc/init.d/mmserver S79mmserver

cd /etc/rc6.d/
ln -s /etc/init.d/mmserver K21mmserver

Taken from 'here'
(http://linuxhelp.blogspot.com/2006/04/enabling-and-disabling-services-during_01.html)


-- 
Richard Wells
------------------------------------------------------------------------
Richard Wells's Profile: http://forums.slimdevices.com/member.php?userid=12404
View this thread: http://forums.slimdevices.com/showthread.php?t=46697

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

Reply via email to