[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Problems with recent snapshots
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Problems with recent snapshots
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Wed, 27 Feb 2008 22:05:49 +0100
- References: <92D3C06E45F53B40BB81329DC58B37F302A0E49A (at) uamx02.uppsala.se> <68e737a10802270652w2e510f11s1a045d82a7eb0ad4 (at) mail.gmail.com>
- User-agent: Mutt/1.5.15+20070412 (2007-04-11)
On Wed, Feb 27, 2008 at 03:52:13PM +0100, Etienne Grignon wrote:
> 2008/2/26, Stefansson Håkan <Hakan.Stefansson (at) uppsala.se>:
> > 2. The hobbitclient.sh script, which should run hobbitclinet-sunos.sh, tries to run hobbitclient-SunOS.sh which doesn'nt exist. The problem is in this line:
> > BBOSSCRIPT="hobbitclient-`uname -s | tr '[A-Z/]' '[a-z_]'`.sh"
> > In an older version this line reads
> > BBOSSCRIPT="hobbitclient-`uname -s | tr '[A-Z]' '[a-z]'`.sh"
> > which works, so it seems that tr doesn't like the added / to _ conversion.
Right ... seems "tr" doesnt like this. Fixed in the next snapshot.
> Could you try with hobbit 4.2 with bbwin patch ? I'm sure you won't
> have this issue on the stable release. The snapshot seems to be
> unstable these days because I think some important modifications are
> being made on the core.
I think most of the core-dumping / non-compiling bugs I've introduced lately
should be fixed now.
But you're somewhat right - there are some changes happening. We are
adding a bunch of servers where bandwidth might be limited, so today
I've added compression of the messages going between clients and
hobbitd. Seems client data can compress around a 4:1 ratio.
Regards,
Henrik