DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2013-04-12 18:20:12

redmamoth
New member
Registered: 2013-04-12
Posts: 4

mediatomb 0.12.1 - installation help

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

 

#2 2013-04-12 18:30:08

redmamoth
New member
Registered: 2013-04-12
Posts: 4

Re: mediatomb 0.12.1 - installation help

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

 

#3 2013-04-15 10:44:38

redmamoth
New member
Registered: 2013-04-12
Posts: 4

Re: mediatomb 0.12.1 - installation help

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

 

#4 2013-04-15 14:37:51

Mijzelf
Member / Developer
Registered: 2008-07-05
Posts: 709

Re: mediatomb 0.12.1 - installation help

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

Last edited by Mijzelf (2013-04-15 14:38:24)

Offline

 

#5 2013-04-24 00:34:29

redmamoth
New member
Registered: 2013-04-12
Posts: 4

Re: mediatomb 0.12.1 - installation help

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

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB