<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 4 Feb 2013, at 20:00, george wrote:</div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: Calibri; font-size: 16px; "><div><em>[root@www FMS_3_5_2_r654]# ps cax | grep fms > /dev/null</em></div><div><em>[root@www FMS_3_5_2_r654]# if [ $? -eq 0 ]; then</em></div><div><em>> echo "Process is running."</em></div><div><em>> else</em></div><div><em>> echo "Process is not running."</em></div><div><em>> fi</em></div><div><em>Process is running.</em></div><div><em>[root@www FMS_3_5_2_r654]#</em></div></span></span></blockquote></div><br><div>Wow, that's a bit long-winded ;) Next time just do:</div><div><br></div><div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: Calibri; font-size: 16px; "><div><em>ps cax | grep fms</em></div></span></span></blockquote><br></div><div>And you'll get a pretty obvious response if it's running.</div><div><br></div><div>Back to your problem - I've not used wowza (nor really know what it is) but if you do a 'netstat -a -n -p' you should be able to see if it's trying to listen (and on what addresses). If it's not then it's probably config. If it is, then it could still be firewall somehow - or again config is possible (it could drop connections based on IP etc).</div><div><br></div><div>Steve</div></body></html>