Hello,
I am also new to this topic, but have tried already since days without any success.
I own a Buffalo Linkstation Mini (LS-WSXL).
Code:
Linux Netzlaufwerk 3.3.4-88f6281 #1 Tue Jul 9 14:48:53 JST 2013 armv5tel GNU/Linux
I am trying to make BubbleUPnPServer work also via startup script and have done the same things as described on this page here.
One time the S99_bubble.sh script loaded the server automatically after reboot but then, the servers' web config UI was empty (no values in where some should be and are in when starting it manually either via ./S99_bubble.sh or ./launch.sh).
The code of my S99_bubble.sh script is as follows:
Code:
#!/bin/sh
JAVA_HOME=/opt/ejre1.7.0_60/
export JAVA_HOME
nohup /usr/local/BubbleUPnPServer/launch.sh >/dev/null 2>&1 &
Paths are adjusted to my setup - so they are correct. Otherwise the server wouldn't start after executing the script manually.
Also I set both scripts to
Code:
chmod +x
as well as the S99_bubble.sh to
Code:
chmod 755
As suggested, I have put the script into
Code:
/etc/rc.d/extensions.d
folder.
I don't know what I made wrong - perhaps you could help me even though this thread is quite old now.
I'd really appreciate it!
Thanks a lot in advance.
BR
Stefan