[BlueOnyx:12158] Re: opening ports

Steven Howes steve-lists at geekinter.net
Tue Feb 5 05:02:54 -05 2013


On 4 Feb 2013, at 20:00, george wrote:
> [root at www FMS_3_5_2_r654]# ps cax | grep fms > /dev/null
> [root at www FMS_3_5_2_r654]# if [ $? -eq 0 ]; then
> > echo "Process is running."
> > else
> > echo "Process is not running."
> > fi
> Process is running.
> [root at www FMS_3_5_2_r654]#

Wow, that's a bit long-winded ;) Next time just do:

> ps cax | grep fms

And you'll get a pretty obvious response if it's running.

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).

Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20130205/549afc77/attachment.html>


More information about the Blueonyx mailing list