Sponsored links


Go Back   Sat Industry Forums > Dreambox > DB Images > DS images
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-28-2006
dsteam's Avatar
Registered User
 
Join Date: Nov 2005
Posts: 100
Thanks: 0
Thanked 2 Times in 1 Post
dsteam is on a distinguished road
How to ADD Manualy EMU to DS Images ????

Small faq to DS Team images:

How to add manually EMU??

At fisrt you must put line in /var/tuxbox/config/emulist.xml

for example running one daemon:

<emu emulator="DCCAMD" osdname="CI" emuscript="" daemon="dccamd filecheck=""" />


for example running more than one daemon:


<emu emulator="Newcamd 6.05" osdname="NEWCAMD" emuscript="/var/tuxbox/config/newcamd605.xml" daemon="newcamd.ppc filecheck=""" />


emulator - the name in EmuManger
emuscript - you must use it when you want start more daemon then one, than we must create xml file
daemon - file name in /var/bin to run


/var/tuxbox/config/newcamd605.xml

<?xml version="1.0" encoding="iso-8859-1" ?>
<emu>
<start>
<run binary="/var/bin/cardserver.dream" />

<delay ms="1000" />

<run binary="/var/bin/cardspider.ppc" />

<delay ms="1000" />

<run binary="/var/bin/betad.ppc" />

</start>


<stop>
<kill command="killall cardserver.dream cardspider.ppc betad.ppc" />

</stop>
</emu>


<run binary="/var/bin/cardserver.dream" /> -this is file which want run with daemon="newcamd.ppc"


<kill command="killall cardserver.dream cardspider.ppc betad.ppc" /> - here you must write which daemons it must kill
Reply With Quote
Sponsored links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change skin manualy in 2.0 mochoandre Gemini images 2 07-22-2005 03:05 AM
Plugin error for 1.09 images (it runs on 1.08 images) skin74 Dreambox Development 7 03-15-2005 06:14 PM
images? fixto DM-500s 7 09-17-2004 05:15 PM
what is different between 5600/5620 Images and 7000 Images spacy DM-5600s/5620s 0 08-20-2004 05:01 PM
3 new images !!!!!!!!!!!!!!!! the king DB Images 24 04-01-2004 04:46 PM


All times are GMT +10. The time now is 11:06 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Page generated in 0.15950 seconds with 10 queries