liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Failed ubuntu installation #145

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Followed instructions on how to install in ubuntu
2.The apt-get downloaded aprox. 154 MB 
3.Requested the MySql password
4.Error at the end of the configuration 

What is the expected output? 
An address to access bigbluebutton

What do you see instead?

Stopping Red5 flash streaming server: red5dpkg: error al procesar
/var/cache/apt/archives/bbb-apps-deskshare_0.4.0-1ubuntu29_i386.deb (--unpack): 

 el subproceso pre-installation script devolvió el código de salida de error 1                                           
Restarting Red5 flash streaming server: red5dpkg: error al reorganizar:         

 el subproceso post-removal script devolvió el código de salida de error 1                                               
Preparando para reemplazar bbb-apps-sip 0.5.0-1ubuntu12 (usando .../bbb-apps-
Stopping Red5 flash streaming server: red5dpkg: error al procesar
/var/cache/apt/archives/bbb-apps-sip_0.5.0-1ubuntu12_i386.deb (--unpack):       

 el subproceso pre-installation script devolvió el código de salida de error 1                                           
Restarting Red5 flash streaming server: red5dpkg: error al reorganizar:         

 el subproceso post-removal script devolvió el código de salida de error 1                                               
Preparando para reemplazar bbb-apps-video 0.5.0-1ubuntu4 (usando .../bbb-apps-
Stopping Red5 flash streaming server: red5dpkg: error al procesar
/var/cache/apt/archives/bbb-apps-video_0.5.0-1ubuntu4_i386.deb (--unpack):      

 el subproceso pre-installation script devolvió el código de salida de error 1
Restarting Red5 flash streaming server: red5dpkg: error al reorganizar:
 el subproceso post-removal script devolvió el código de salida de error 1
Seleccionando el paquete bigbluebutton previamente no seleccionado.
Desempaquetando bigbluebutton (de .../bigbluebutton_0.35.0-1ubuntu18_i386.deb) 
...
Se encontraron errores al procesar:
 /var/cache/apt/archives/bbb-apps-deskshare_0.4.0-1ubuntu29_i386.deb
 /var/cache/apt/archives/bbb-apps-sip_0.5.0-1ubuntu12_i386.deb
 /var/cache/apt/archives/bbb-apps-video_0.5.0-1ubuntu4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

What version of the product are you using? I supose that the last version (0.6) 
because I
used apt-get according to the instructions on the wiki.

On what operating system? Kubuntu 9.3

Please provide any additional information below.
Installing in a workstation Celeron 1.6, RAM 1024

Original issue reported on code.google.com by acevedo....@gmail.com on 14 Aug 2009 at 6:40

GoogleCodeExporter commented 9 years ago
Hi Acevedo,

It looks like it installed the red5dpkg.  BigBlueButton comes with its own 
installation 
of red5.  If you can remove the red5dpkg and then reinstall from our 
repository, it 
should work.

Please try and let us know if you have any problems.

Original comment by ffdixon@gmail.com on 14 Aug 2009 at 2:48

GoogleCodeExporter commented 9 years ago
I opted to start over a fresh new instalation of Kubuntu.  Everything worked 
without any errors until de
finish of the proccess, but there was no ip address to connect to the 
application.  This is a copy of the
last lines of the console during the installation:

"Configurando bbb-apps-video (0.5.0-1ubuntu4) ...
 * Starting Red5 Server red5                                                                                                            [ OK ] 

Configurando xuggler (2.0.0-1ubuntu2) ...

Configurando bbb-config (0.4.0-1ubuntu41) ...
Restarting nginx: 2009/08/15 00:53:31 [emerg] 11855#0: invalid number of 
arguments in
"server_name" directive in /etc/nginx/sites-enabled/bigbluebutton:3             

nginx.                                                                          

Configurando bbb-web (0.35.0-1ubuntu174) ...
bigbluebutton.web.serverURL=http://localhost
# Assigning  as IP address in bbb-web configuration file:
#     
/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties
# BigBlueButton URL: http:///                                                   

 * Starting Tomcat servlet engine tomcat6                                                                                               [
OK ] 

Configurando bigbluebutton (0.35.0-1ubuntu18) ...
Configurando ca-certificates-java (20081028) ... 
creating /etc/ssl/certs/java/cacerts...          
Certificate was added to keystore
  added certificate cacert.org/cacert.org.crt
Certificate was added to keystore
  added certificate gouv.fr/cert_igca_dsa.crt
Certificate was added to keystore
  added certificate gouv.fr/cert_igca_rsa.crt
done.

Procesando disparadores para libc6 ...
ldconfig deferred processing now taking place
root@mcel-vss:/home/german#

Original comment by acevedo....@gmail.com on 15 Aug 2009 at 7:09

GoogleCodeExporter commented 9 years ago
We haven't testing the installation on Kubuntu -- but it should work.  

You can set the IP for all the configuration files using the following command

   sudo bbb-setip -h <your IP>

So if you do an ifconfig and your server is at 192.168.0.100, try

   sudo bbb-setip -h 192.168.0.100

then open a browser to 

   http://192.168.0.100/

Let us know if you see the same screen as http://demo.bigbluebutton.org/

Original comment by ffdixon@gmail.com on 15 Aug 2009 at 3:47

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 15 Aug 2009 at 3:50

GoogleCodeExporter commented 9 years ago
It seems that the trouble is with nginx.  If I try to connect to localhost I 
receive a 
connection reject indicatint that the http service is not working. How can I 
start the 
nginx service?

Original comment by acevedo....@gmail.com on 15 Aug 2009 at 6:15

GoogleCodeExporter commented 9 years ago
Is apache2 already running?  Check

  /etc/init.d/apache2 status

if it indicates it's running, then it's likely using port 80, which would 
prevent 
nginx from binding to port 80.  

If apache2 is running, try the following

  /etc/init.d/apache2 stop
  /etc/init.d/nginx start

If ngingx still doesn't start, check if something else is using port 80.  Do

  netstat -ant

If you see a line

tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN

Then some other process is using port 80.  If you ensure that nothing is using 
port 
80, then nginx should be able to start.

Why are we using nginx instead of apache2: speed.  It's very good proxy web 
server, 
which means that it allows the BigBlueButton client and the deskshare to tunnel 
through port 80.  nginx looks at the incoming request and, for example, if its 
from 
the BigBlueButton client, it will re-route it to port 1935.

Let us know if the above got you going ... if not, we'll figure it out.

Original comment by ffdixon@gmail.com on 15 Aug 2009 at 8:00

GoogleCodeExporter commented 9 years ago

Original comment by ffdixon@gmail.com on 19 Aug 2009 at 2:33

GoogleCodeExporter commented 9 years ago
Hi acevedo.german,

Just wondering if the above suggestions enabled you to get BigBlueButton 
working?

Regards,... Fred

Original comment by ffdixon@gmail.com on 24 Sep 2009 at 12:25

GoogleCodeExporter commented 9 years ago
Looks like german got past this problem.

Original comment by ritza...@gmail.com on 10 Nov 2009 at 6:31

GoogleCodeExporter commented 9 years ago
Hi, i have the same problem, i'm trying to install BBB, but at the end of the 
install i get the next message:

E: bbb-client: el subproceso script post-installation instalado devolvió el 
código de salida de error 1
E: bbb-config: problemas de dependencias - se deja sin configurar
E: bigbluebutton: problemas de dependencias - se deja sin configurar

i have ubuntu 9 updated to ubuntu 10.04 via internet.

Can you help me???

Original comment by dparrag...@gmail.com on 9 Sep 2010 at 10:15