Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
I installed mz's mediatomb 0.12.1 via slacker on my DNS-323 (ffp 0.7). It seemed to install ok:
----------------------------------------------
fetch: found /ffp/funpkg/cache/mz/mediatomb-0.12.1-oarm-1.txz
/ffp/funpkg/cache/mz/mediatomb-0.12.1-oarm-1.txz: OK
/ffp/bin/funpkg -i /ffp/funpkg/cache/mz/mediatomb-0.12.1-oarm-1.txz
Scanning /ffp/funpkg/cache/mz/mediatomb-0.12.1-oarm-1.txz ...
# MediaTomb is an open source (GPL) UPnP MediaServer with a nice web user interface, it allows you to stream your digital media through your home network and listen to/watch it on a variety of UPnP compatible devices.
#
Installing mediatomb-0.12.1-oarm-1
Searching for *.new files: /ffp/etc /ffp/start
Done.
root@dlink-93930C:/ffp/start#
----------------------------------------------------
But I can't find it anywhere, no startup script in /ffp/start, nothing in /mnt/HD_a2.
Anyone know what's going on? I'm new to all this but have managed to successfully install mysql and nano.
Thanks in advance!
EDIT: also getting this.
-----------------
root@dlink-93930C:/# mediatomb
mediatomb: can't load library 'libsqlite3.so.0'
-----------------
Last edited by redmamoth (2013-04-12 18:27:12)
Offline
Getting somewhere I think. Installed sqllite and curl and now it seems to start up.
Where can I find the startup script so it run's at boot?
Offline
Can anyone provide me with a copy of their mediatomb.sh file?
Everything seems to be working now but I have no startup script.
Offline
There's nothing magic with a start script. If you which command (+ arguments) starts the daemon for you, you can put that in a simple start script:
#!/ffp/bin/sh if [ "$1" = "start" ] ; then your command line fi
Last edited by Mijzelf (2013-04-15 14:38:24)
Offline
Mijzelf wrote:
There's nothing magic with a start script. If you which command (+ arguments) starts the daemon for you, you can put that in a simple start script:
Code:
#!/ffp/bin/sh if [ "$1" = "start" ] ; then your command line fi
Thanks man, all working now :-)
Offline