Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
just installed bbb-VM-0.8, i get "bbb-conf: command not found"
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  19 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
omer hameiri  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 5:18 am
From: omer hameiri <ohame...@gmail.com>
Date: Fri, 29 Jun 2012 02:18:51 -0700 (PDT)
Local: Fri, Jun 29 2012 5:18 am
Subject: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Hey,
Didnt find anything about this on google, so im guessing its only my
problem.

i just installed the latest VM, played it, it promptedme to change my
password, which i did, and then - it cant seem to find bbb-conf.

am i doing somthing wrong ? how come cant find it ?

Second, i translated all the strings to hebrew. are they embedded in the vm
file ?

thanks,
Omer


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fred Dixon  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 6:00 am
From: Fred Dixon <ffdi...@gmail.com>
Date: Fri, 29 Jun 2012 06:00:52 -0400
Local: Fri, Jun 29 2012 6:00 am
Subject: Re: [bigbluebutton-dev] just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Hi Omer,

In

   http://code.google.com/p/bigbluebutton/wiki/BigBlueButtonVM#Requirements

It states

   3. A DHCP Server for the VM to acquire an IP address on boot

    The third requirement is important: the VM must be able to connect
    to the internet on first bott to update from packages. If the VM cannot
    connect, it won't be able to finish the setup of BigBlueButton.

Can you login into your VM and confirm it is able to connect to the
internet, specifically, can you try

  ping bigbluebutton.org

You should see

    $ ping bigbluebutton.org
    PING bigbluebutton.org (184.73.201.230): 56 data bytes
    64 bytes from 184.73.201.230: icmp_seq=0 ttl=48 time=28.371 ms
    64 bytes from 184.73.201.230: icmp_seq=1 ttl=48 time=41.748 ms

If you can't reach the internet, then the VM would have been unable to
finish the installation of BigBlueButton, which could explain why bbb-conf
is not available.

With the VM, if you can establish a connection to the internet for it (and
verify with a ping command as above), you should be able to manually finish
the installation of BigBlueButton following the steps from

http://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu#3.__In...

See also

http://code.google.com/p/bigbluebutton/wiki/BigBlueButtonVM#The_conso...

Let us know if the above gets you going.

Regards,... Fred

P.S.  This question isn't related to the development of BigBlueButton;
rather, it's a setup.  Please post future setup questions to
bigbluebutton-setup.  We monitor all the mailing lists, so it won't affect
how quickly you get an answer.

--
BigBlueButton Developer
http://bigbluebutton.org/
http://code.google.com/p/bigbluebutton
BigBlueButton on twitter: @bigbluebutton


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
omer hameiri  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 6:08 am
From: omer hameiri <ohame...@gmail.com>
Date: Fri, 29 Jun 2012 03:08:44 -0700 (PDT)
Local: Fri, Jun 29 2012 6:08 am
Subject: Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Hey Fred.
thank you for your quick reply.

- The machine did get its DHCP internet connection at startup.
- When i log in to it, i get the BBB welcome screen which i was used to
from 0.71 (to launch bigbluebutton, open the following URL:...), Dosent
this mean the the installation has finished ?
- I can PING whithout problem..
- apt-get install bigblubutton returns:
   "E: couldn't find pakage bigbluebutton"

- Sorry for posting on DEV,wont happen again.
- What about my hebrew transtation ? is it in there ?

thanks again,
Omer


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
omer hameiri  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 6:12 am
From: omer hameiri <ohame...@gmail.com>
Date: Fri, 29 Jun 2012 03:12:48 -0700 (PDT)
Local: Fri, Jun 29 2012 6:12 am
Subject: Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

when i try to:

# Add the BigBlueButton key
wget http://ubuntu.bigbluebutton.org/bigbluebutton.asc -O- | sudo apt-key add -

# Add the BigBlueButton repository URL and ensure the multiverse is enabled
echo "deb http://ubuntu.bigbluebutton.org/lucid_dev_08/ bigbluebutton-lucid main" | sudo tee /etc/apt/sources.list.d/bigbluebutton.list
echo "deb http://us.archive.ubuntu.com/ubuntu/ lucid multiverse" | sudo tee -a /etc/apt/sources.list

i get timeout..


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
omer hameiri  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 6:21 am
From: omer hameiri <ohame...@gmail.com>
Date: Fri, 29 Jun 2012 03:21:18 -0700 (PDT)
Local: Fri, Jun 29 2012 6:21 am
Subject: Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Failed to fetch
http://ubuntu.bigbluebutton.org/lucid_dev_08/dists/bigbluebutton-luci...
 Unable to connect to ubuntu.bigbluebutton.org

though i have no problem with any other server..
just this one.

is it up ?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fred Dixon  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 6:32 am
From: Fred Dixon <ffdi...@gmail.com>
Date: Fri, 29 Jun 2012 06:32:02 -0400
Local: Fri, Jun 29 2012 6:32 am
Subject: Re: [bigbluebutton-dev] Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Hi Omer,

The problem is on our end: our apt-get repository is off-line.

We'll switch the DNS to another repository and let you know when you can
try downloading again.  Look for another e-mail shortly.

Regards,... Fred
--
BigBlueButton Developer
http://bigbluebutton.org/
http://code.google.com/p/bigbluebutton
BigBlueButton on twitter: @bigbluebutton


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
omer hameiri  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 8:23 am
From: omer hameiri <ohame...@gmail.com>
Date: Fri, 29 Jun 2012 05:23:20 -0700 (PDT)
Local: Fri, Jun 29 2012 8:23 am
Subject: Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Thanks Fred, iv'e been having this problem for a few days now.

please note that before i ran:

# Add the BigBlueButton key
wget http://ubuntu.bigbluebutton.org/bigbluebutton.asc -O- | sudo apt-key add -

# Add the BigBlueButton repository URL and ensure the multiverse is enabled
echo "deb http://ubuntu.bigbluebutton.org/lucid_dev_08/ bigbluebutton-lucid main" | sudo tee /etc/apt/sources.list.d/bigbluebutton.list
echo "deb http://us.archive.ubuntu.com/ubuntu/ lucid multiverse" | sudo tee -a /etc/apt/sources.list

the problem was different.

are you sure that the VM has all the most current repositories in it ?

Omer


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fred Dixon  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 8:45 am
From: Fred Dixon <ffdi...@gmail.com>
Date: Fri, 29 Jun 2012 08:45:33 -0400
Local: Fri, Jun 29 2012 8:45 am
Subject: Re: [bigbluebutton-dev] Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Hi Omer,

We're certain the VM is correct.  The server hosting the repository is
currently off-line and we're making sure our back-up site has the latest
packages before switching over.

We'll have ubuntu.bigbluebutton.org back on-line shortly.  At that point,
we'll post when its ready and you can try the installation again.  Don't
worry, if there are more issues preventing you from installing, we'll work
through them with you to so you can get a VM setup properly.

Regards,... Fred
--
BigBlueButton Developer
http://bigbluebutton.org/
http://code.google.com/p/bigbluebutton
BigBlueButton on twitter: @bigbluebutton


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
omer hameiri  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 10:13 am
From: omer hameiri <ohame...@gmail.com>
Date: Fri, 29 Jun 2012 07:13:49 -0700 (PDT)
Local: Fri, Jun 29 2012 10:13 am
Subject: Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Back on line :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
omer hameiri  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 10:43 am
From: omer hameiri <ohame...@gmail.com>
Date: Fri, 29 Jun 2012 07:43:35 -0700 (PDT)
Local: Fri, Jun 29 2012 10:43 am
Subject: Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Hey Fred.

I have translated BBB to hebrew on MyGeno.com
Any idea why it dosent appear on the client ?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fred Dixon  
View profile   Translate to Translated (View Original)
 More options Jun 29 2012, 10:54 am
From: Fred Dixon <ffdi...@gmail.com>
Date: Fri, 29 Jun 2012 10:54:18 -0400
Local: Fri, Jun 29 2012 10:54 am
Subject: Re: [bigbluebutton-dev] Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Yes.  Let us know if you have any further issues with the setup.

Regards,... Fred
--
BigBlueButton Developer
http://bigbluebutton.org/
http://code.google.com/p/bigbluebutton
BigBlueButton on twitter: @bigbluebutton

--
BigBlueButton Developer
http://bigbluebutton.org/
http://code.google.com/p/bigbluebutton
BigBlueButton on twitter: @bigbluebutton

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Alam  
View profile  
 More options Jun 29 2012, 10:58 am
From: Richard Alam <ritza...@gmail.com>
Date: Fri, 29 Jun 2012 10:58:21 -0400
Local: Fri, Jun 29 2012 10:58 am
Subject: Re: [bigbluebutton-dev] Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

On Fri, Jun 29, 2012 at 10:43 AM, omer hameiri <ohame...@gmail.com> wrote:
> Hey Fred.

> I have translated BBB to hebrew on MyGeno.com
> Any idea why it dosent appear on the client ?

Edit /var/www/bigbluebutton/client/conf/locales.xml

Add
        <locale code="he_IL" name="Hebrew"/>

Then refresh your browser.

Richard

--
-----
BigBlueButton Developer
http://www.bigbluebutton.org
http://code.google.com/p/bigbluebutton

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
omer hameiri  
View profile  
 More options Jun 29 2012, 11:16 am
From: omer hameiri <ohame...@gmail.com>
Date: Fri, 29 Jun 2012 08:16:02 -0700 (PDT)
Local: Fri, Jun 29 2012 11:16 am
Subject: Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Yes, 2 things:

1. after bbb-conf --clean, it just hangs on:
"Waiting for BigBlueButton to finish starting up (this may take a minute):"

2. bbb-conf --check shows:
BigBlueButton Server 0.8-beta-4 (888)

is this really the beta ?
or just display error ?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fred Dixon  
View profile  
 More options Jun 29 2012, 11:18 am
From: Fred Dixon <ffdi...@gmail.com>
Date: Fri, 29 Jun 2012 11:18:46 -0400
Local: Fri, Jun 29 2012 11:18 am
Subject: Re: [bigbluebutton-dev] Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Can you do make sure you have the following

~$ ping ubuntu.bigbluebutton.org
PING ubuntu.bigbluebutton.org (134.117.48.101) 56(84) bytes of data.
64 bytes from 134.117.48.101: icmp_seq=1 ttl=49 time=38.0 ms

And try

  sudo apt-get update
  sudo apt-get dist-upgrade

and try again

 sudo bbb-conf --clean
 sudo bbb-conf --check

and let us know the results.

Regards,... Fred
--
BigBlueButton Developer
http://bigbluebutton.org/
http://code.google.com/p/bigbluebutton
BigBlueButton on twitter: @bigbluebutton


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
omer hameiri  
View profile  
 More options Jun 29 2012, 11:21 am
From: omer hameiri <ohame...@gmail.com>
Date: Fri, 29 Jun 2012 08:21:52 -0700 (PDT)
Local: Fri, Jun 29 2012 11:21 am
Subject: Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

No..  The IP i get from DNS is different:

PING ubuntu.bigbluebutton.org (50.16.204.157) 56(84) bytes of data.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fred Dixon  
View profile  
 More options Jun 29 2012, 11:35 am
From: Fred Dixon <ffdi...@gmail.com>
Date: Fri, 29 Jun 2012 11:35:07 -0400
Local: Fri, Jun 29 2012 11:35 am
Subject: Re: [bigbluebutton-dev] Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Wait a few moments ... the DNS should update for you.  You can also put in
your

  /etc/hosts

file

  134.117.48.101  ubuntu.bigbluebutton.org

if you don't want to wait.

Regards,... Fred
--
BigBlueButton Developer
http://bigbluebutton.org/
http://code.google.com/p/bigbluebutton
BigBlueButton on twitter: @bigbluebutton


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
omer hameiri  
View profile  
 More options Jun 30 2012, 8:39 am
From: omer hameiri <ohame...@gmail.com>
Date: Sat, 30 Jun 2012 05:39:33 -0700 (PDT)
Local: Sat, Jun 30 2012 8:39 am
Subject: Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

1) DNS updated to the correct adress, tried to apt-get update and apt-get
dist-upgrade
it hed now updates to install and the version is still beta.

2) the clients now hangs on "connecting to
server........................................"

Omer


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
omer hameiri  
View profile  
 More options Jun 30 2012, 8:56 am
From: omer hameiri <ohame...@gmail.com>
Date: Sat, 30 Jun 2012 05:56:18 -0700 (PDT)
Local: Sat, Jun 30 2012 8:56 am
Subject: Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Spent all night on this.. I cant seem to get to the problem.

Here is where I am so far.

1) DNS goes to the correct address: PING ubuntu.bigbluebutton.org
(134.117.48.101) 56(84) bytes of data.
2) bbb-conf --check shows "beta-4 (888)"  (after update, and dist-upgrade)
3) If i try to bbb-conf --clean, it sets stuck on: "Waiting for
BigBlueButton to finish starting up (this may take a minute):"
4) whena client tries to log in, it downloads the flash app, tnd then gets
stuck on "connecting to server.................."

Can anyone please help ?
thanks,
Omer


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fred Dixon  
View profile  
 More options Jun 30 2012, 8:56 am
From: Fred Dixon <ffdi...@gmail.com>
Date: Sat, 30 Jun 2012 08:56:03 -0400
Local: Sat, Jun 30 2012 8:56 am
Subject: Re: [bigbluebutton-dev] Re: just installed bbb-VM-0.8, i get "bbb-conf: command not found"

Hi Omer,

Can you do

  sudo bbb-conf --setip <hostname/IP address>

(you may have already done this, but just to make sure) and try

  sudo bbb-conf --clean
  sudo bbb-conf --check

And if you have a problem, can you post the output of 'sudo bbb-conf
--check' to bigbluebutton-setup

    https://groups.google.com/group/bigbluebutton-setup/topics?gvc=2

and we'll pick-up the thread there.

Regards,... Fred
--
BigBlueButton Developer
http://bigbluebutton.org/
http://code.google.com/p/bigbluebutton
BigBlueButton on twitter: @bigbluebutton


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »