[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] bb-larrdcolumn and NetBSD
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] bb-larrdcolumn and NetBSD
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Mon, 17 Jan 2005 17:50:44 +0100
- References: <20050117134920.GH21782@NetBSD.org>
- User-agent: Mutt/1.5.5.1i
On Mon, Jan 17, 2005 at 01:49:20PM +0000, Emmanuel Dreyfus wrote:
> Hi
>
> I'm trying to debug what goes wrong with bb-larrdcolumn on NetBSD:
> # ./bb-larrdcolumn
> Memory fault (core dumped)
>
> Is there a particular command line usage to get closer to how it is
> executed during normal operation?
Look at the setup for this command in hobbitlaunch.cfg, the section
marked [larrdcolumn].
Essentially, you should never run ANY of the Hobbit tools without
setting up the environment variables defined in hobbitserver.cfg;
hobbitlaunch does that for you, or you can run COMMAND as
bbcmd --env=/usr/local/hobbit/server/etc/hobbitserver.cfg COMMAND
(you may provide options for COMMAND) to do this from a commandline.
The command line options normally have default values so you can run
the tools without any of them, but the environment does not.
Henrik