BeeSeek BlogBeeSeek Blog

  • Home
  • Blog
  • Forum
  • Noticeboard
  • Gallery
  • Planet
  • Wiki
  • Launchpad
  • Register
  • Login

RSS syndication

POSTS RSS
COMMENTS RSS

Categories

  • icona del feed RSS AOB (6)
  • icona del feed RSS Artists (3)
  • icona del feed RSS Bloggers (3)
  • icona del feed RSS Branches (5)
  • icona del feed RSS Council (1)
  • icona del feed RSS Developers (10)
  • icona del feed RSS Events (1)
  • icona del feed RSS Forum (3)
  • icona del feed RSS IRC (2)
  • icona del feed RSS Living room (2)
  • icona del feed RSS Mailing Lists (3)
  • icona del feed RSS News (27)
  • icona del feed RSS Store (1)
  • icona del feed RSS uncategorized (5)
  • icona del feed RSS Website (3)
  • icona del feed RSS Wiki (4)

Tags

devel Developers Team interview lauchpad lauchpod Launchpad roadmap share utility web application
more tags

Latest five articles

  • BeeSeek roadmap
    06/18/2008 - 16:35
  • BeeSeek on LaunchPod
    06/11/2008 - 22:05
  • Happy birthday BeeSeek!
    06/10/2008 - 15:02
  • New teams organization
    06/07/2008 - 16:31
  • BeeSeek Pastebin
    05/25/2008 - 15:19

Latest five comments

  • Hi guys, Nice site,
    shirish (not verified)
    03/28/2008 - 10:32
  • [...] The page is now
    HoneyBee - the web application (not verified)
    01/13/2008 - 15:52
  • [...] the restiling work was
    HoneyBee - the web application (not verified)
    01/13/2008 - 15:52
  • [...] Before the official
    A jump back in the past: forums reopen. (not verified)
    01/09/2008 - 21:13
  • [...] the announcement to
    Debugging (not verified)
    01/06/2008 - 16:06

Archive

  • June, 2008 (4)
  • May, 2008 (4)
  • April, 2008 (2)
  • January, 2008 (7)
  • December, 2007 (5)
more
Home
Syndicate content

Debugging

Sun, 01/06/2008 - 16:05 — Jak-o

After the announcement to ask for more debuggers, BeeSeek is finally ready to officially start Hive debugging also because bug #172810 has been fixed.
Let's see what we have to do:

~ Setup ~

Hive can be installed in any Linux distribution, or any Unix-based system like Mac OS X, and it can be used in Windows as well. You just need:

- Python 2.5
- Bazaar >= 0.90

Most linux distributions already have python installed or they've a quick method to install it. If you have troubles, take a look at the end of this post to find community links to get help.

~ Installation ~

You can install Hive using Bazaar NG:

bzr branch http://bazaar.launchpad.net/~beeseek-core-devs/beeseek/hive

This command creates a folder, named hive, in which you'll find all the needed software. If you don't want to download it in your home folder, create another folder and move hive there, like this:

mkdir ~/foldername
cd ~/foldername

~ Start up ~

Go in the folder in which you downloaded hive:

cd ~/foldername/hive

Change permissions:

chmod a+x hive

and launch it:

./hive -vfa

-v = verbose (shows more informations)
-f = foreground
-a = keep alive (keep hive open in case of noncritical errors)

The option -t is useful because you can close Hive with ctrl+c or ctrl-d.

~ Debugging ~

You can test Hive looking for bugs, reporting them on Launchpad. For
further help and informations, look at our wiki page about Bugs.
Most important things are:

  • do not report an existing bug (look for something similar before posting it)
  • add as more details as possible (software version, operating system, what you did, bug effects, special configurations)

It could also be useful to register in our developers mailing list or chat with us on IRC.

If you'd like to become an active debugger and help us constancily, you have to register in the Quality Assurance Team and read the page about Bug Triaging. For further informations on how to register in a team, visit the wiki Community page.

-------------------------

EDIT: correction under Startup section of option -t = not daemonic, now this has been replaced in developing Hive with -f = foreground.

Bookmark/Search this post with:
  • Delicious
  • Magnoliacom
  • Facebook
  • Google
  • Yahoo
  • Technorati
  • Developers
  • News

Comments

Sun, 01/13/2008 - 15:52 — HoneyBee - the web application (not verified)

[...] The page is now working installing Hive and HoneyBee as a module, using bazaar as already explained in the previous article Debugging. [...]

  • reply

Post new comment

Input format
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.
Developed by BeeSeek Webmasters. Based on Drupal CMS and default Garland Theme. The theme source code is available on Launchpad.