NewCS webserver crashes DM800

atommo

Inactive User
Joined
Apr 8, 2008
Messages
76
Reaction score
0
Been reading the Account Suspended thread in the Sky section and thought it best to use NewCS/MGcamd instead of CCcam.

Now that its running, whenever I try to browse to the NewCS webpage, (192.168.x.x:8080), the whole DM800 locks up and has to be reset.

Ive tried using different ports and different IP address's but it doesnt seem to make any difference. I'm using a DreamElite Blackhole image and MGCamd 1.35/NewCS 1.67. I also used a configurator to 'do' the config, but looking around I cant see anything wrong with it. Ive attached a running config of NewCS.xml if its of any use to someone?

Anyone seen this before or have any ideas as to how I go abouts fixing it?

Many thanks.
 
Been reading the Account Suspended thread in the Sky section and thought it best to use NewCS/MGcamd instead of CCcam.

Now that its running, whenever I try to browse to the NewCS webpage, (192.168.x.x:8080), the whole DM800 locks up and has to be reset.

Ive tried using different ports and different IP address's but it doesnt seem to make any difference. I'm using a DreamElite Blackhole image and MGCamd 1.35/NewCS 1.67. I also used a configurator to 'do' the config, but looking around I cant see anything wrong with it. Ive attached a running config of NewCS.xml if its of any use to someone?

Anyone seen this before or have any ideas as to how I go abouts fixing it?

Many thanks.

Only different I can see between yours config and the one I am running is I dont have this line <blockc0>yes</blockc0> (block fake EMM) - try removing this line and see if it fixes the problem
 
Only different I can see between yours config and the one I am running is I dont have this line <blockc0>yes</blockc0> (block fake EMM) - try removing this line and see if it fixes the problem

Thanks for the quick reply. Just tried it and it didnt make a blind bit of difference. I'm wondering if its NewCS 1.67? I would try 1.66, (or lower), but they're not available in my addons to download.
 
do what i just did set up a sys log server on my windows xp (using kiwi syslog)

configure newcs.xml file to send all debug info to your server and monitor it and see why it crashes ..

modify the debug section of your newcs.xml file

<debug>
<password>NewCSpwd</password>
<level>normal</level>
<type>init</type>
<output>udp</output>
<console_options>normal,init</console_options>
<tcp_port>1001</tcp_port>
<tcp_options>normal,init</tcp_options>
<udp_host>IP Address of your syslog server</udp_host>
<udp_port>514</udp_port>
</debug>
 
Last edited:
Cheers mate. Will probably have to have a go at that next weekend now though as probably working away this week. Will let you know how I get on though as I'd like to get it working if I can. Out of interest does the webinterface show any good info or could I live without it?
 
Back
Top