PDA

View Full Version : include D.N.A.S. 1.8.9 in the boot process init.d


couch-potato
23rd May 2002, 20:01
Hello webcaster

I try to include the start of the D.N.A.S 1.8.9 server within the boot process. I made this with a init.d script.

some functions are possible, just a example :
myhost:/ # /etc/init.d/shoutcast start #start the server
myhost:/ # /etc/init.d/shoutcast stop #stop the server
myhost:/ # /etc/init.d/shoutcast restart #restart the server

It works fine and the the script do the start,stop,restart


BUT NOW THE BIG PROBLEM :)

The server didn't allow me to get in with the admin password. He says : wrong password !
If I change to manual shoutcast server start in a shell like ./sc_serv ....conf - everything is fine.

Has anyone a clue what the problem could be ?
or :
Has anybody a better idea to make this working ?
I'm using LINUX SUSE 7.1 with KDE 2 and LINUX SUSE 8.0 with KDE 3 if this makes sense for a soloution.

thanx for any hint

Tom
23rd May 2002, 20:21
Sounds like it isn't loading the sc_serv.conf. Check and see if the password is changeme, if so that is the case.

Tom

couch-potato
23rd May 2002, 20:53
thx TOM

this tiny hint helps me to debugg the script once again for the final run !
IT WORKS

I had to define the correct path to the .conf !

Have nice day