LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   openmeetings/red5 debian install help! (https://www.linuxquestions.org/questions/linux-software-2/openmeetings-red5-debian-install-help-869368/)

wooshyFox 03-18-2011 05:34 AM

openmeetings/red5 debian install help!
 
Hi,
I am attempting to install openmeetings on a debian Lenny remote server.
I initially attempted this using the deb package here: http://code.google.com/p/openmeeting...allationDebian
but this did not appear to work, and I couldn't see any error messages anywhere, so I purged it and manually installed all the components.
I have java 1.6 sdk installed
I installed openlaszlo-4.0.6
swftools_0.8.1-1_amd64.deb
and headless openoffice
I used the red5_0.7.0_all.deb to install red5
and openmeetings_1_6_2_r3675

when I run /etc/init.d/red5 start there is no red5 process running (and no visible logs), so I manually went thru the process of starting things up as described in various places...
ie:
export JAVA_HOME=/usr/lib/jvm/java-6-sun
/opt/lps-4.0.6/Server/tomcat-5.0.24/bin/startup.sh xvfb-run --server-args='-screen 0 800x600x16' -a /usr/lib/openoffice/program/soffice -headless -nologo -norestore &
cd /opt/red5
./red5-highperf.sh (I got error messages if I didn't use this first)
./red5.sh & (or hup ./red5.sh & )

...This appears to work fine - generates tons of messages - no errors just a couple of warns
When I try to do
lynx http://localhost:5080 I get 'unable to connect to host'
lynx http://localhost:8080 gives me the tomcat page ok...

I have been fiddling with this for 3 days now and am completely stuck. Can anyone help?

Also I can't access this from outside due to firewall - I understand that the following ports should be open:
1935 (RTMP), 8088 (RTMP-Over HTTP), 5080 (HTTP), 4445 (Desktop Sharing), 8443 (RTMP over SSL)
but can someone give me the specifics for Iptables?

If anyone can help me out I would be very grateful - I don't have much hair left!

theWOoosh


All times are GMT -5. The time now is 12:23 AM.