[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] bbwin 0.11 available
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] bbwin 0.11 available
- From: "Etienne Grignon" <etienne.grignon (at) gmail.com>
- Date: Mon, 18 Feb 2008 22:54:52 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=0U4UXGHZQU2bIlRoMoDimByX5RslmlqGkXWOvRrBhX0=; b=fxqe7HeLrcqykF7TywdO8CGv6vPBZ2dmwMmgFfR06dpv+0ttdKuaxzGY6egNrbZEo0QITx5oJFvvxOHk/hOkINS46o1qdxn7gGZ2E7Z9DeX/Rsh/Kq/CYQ2PeAXJ1tJitWc+6dul65udxONY9pHqQPzZh4OXfJtgo8lpl0qpCB8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aThyOJAmOnIcD/Kop74CRZHbKM/0Mm3neYWPm2lP5V+IH9fzqDLdgQMRTLoWjFnYE9EVY1/ajn3on9lr46x//BoMkzhEkJse2YpNzWNT9E8mQCaJjJOcA8+goadh5FMW0Ni0S4GovxKzymyAmLV25AqoByF0iUIKVkT1uiAnjfE=
- References: <68e737a10802140131pe041d04uaf3cafd1f06c2195 (at) mail.gmail.com> <OF0A326A50.2FF06E2A-ON862573F3.005707AC-862573F3.0058AF0D (at) mck.us.ray.com>
Hi Bryan,
2008/2/18, Bryan A Kennedy <b-kennedy1 (at) raytheon.com>:
> Etienne
> Thank you. It is looking great now, and is a huge enhancement. I'm not
> sure if I made mistakes during the setup, but I had to do a few extra
> things. Just in case I didn't make a mistake, Here is what I did.
>
> I applied bbwin_4.2.patch, but I had to add the lib/misc.c patch changes
> (below) to the newest bbwin_4.2.patch. The bbwin_4.2.patch from bbwin_0.10
> had it, but it was missing from the 0.11 patch I had.
>
> @@ -69,6 +69,7 @@
> else if (strcasecmp(osname, "macosx") == 0) result =
> OS_DARWIN;
> else if (strcasecmp(osname, "darwin") == 0) result =
> OS_DARWIN;
> else if (strcasecmp(osname, "sco_sv") == 0) result =
> OS_SCO_SV;
> + else if (strcasecmp(osname, "bbwin") == 0) result =
> OS_WIN32_BBWIN;
>
> if (result == OS_UNKNOWN) dbgprintf("Unknown OS: '%s'\n", osname);
>
> @@ -94,6 +95,7 @@
> case OS_IRIX: return "irix";
> case OS_DARWIN: return "darwin";
> case OS_SCO_SV: return "sco_sv";
> + case OS_WIN32_BBWIN: return "bbwin";
> case OS_UNKNOWN: return "unknown";
> }
>
Thanks for reporting that, I forgot that path when I generated the
patch for hobbit 4.2. I updated the patch available on the bbwin
webpage.
> I had to add <load name="files" value="filesystem.dll"/> to bbwin.cfg on
> the Windows clients under the <bbwin> section.
>
Yes, you have to add it manually for the moment.
> The SVC restart option worked on my test machine and stopped service. The
> file, dir and svc checks are all now working. The TEXT enhancement is very
> nice.
>
Don't hesitate to report bugs or abnormal things when using it, it
will be very helpful to make it better.
Best Regards,
--
Etienne GRIGNON