Date: Thu, 29 May 2003 11:58:42 +0900 From: Shingo WATANABE / =?ISO-2022-JP?B?GyRCRU9KVRsoQiAbJEI/LThjGyhC?= <nabe@nabechan.org> To: Tor.Egge@cvsup.no.freebsd.org Cc: current@freebsd.org Subject: Re: 3dmd broken Message-ID: <87r86ia271.wl@nabechan.org> In-Reply-To: <20030528162325A.tegge@cvsup.no.freebsd.org> References: <3ED4D8D0.7060908@zwecker.de> <20030528162325A.tegge@cvsup.no.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, At Wed, 28 May 2003 16:23:25 GMT, Tor.Egge@cvsup.no.freebsd.org wrote: > [1 <text/plain; us-ascii (7bit)>] > > Hi, > > > > I installed 3dmd the webtool for 3ware Raid controllers, I left the > > config untouched or set whatever port, the prog starts but doesnt bind > > any port, thus no connection possible, is it broken ? > > > > im on 5.1b > > > > id be interested if anyone running it with 5.1b I had same problem with FreeBSD 4.8-STABLE (from cvsup 2003/05/23) and 3ware 3W-7450 controller. > If you unpack the following snippet > > ------- > begin 644 3dmd.bpatch.144284 > 6#[IL)`0-N/L```#-@'+KA=)T`C'`PP`` > ` > end > ------- > > using uudecode, you should get the following checksum: > > MD5 (3dmd.bpatch.144284) = b1116c4846262ee3d523db05b82717c3 > > To apply: > > cp -p 3dmd 3dmd.FCS > dd if=3dmd.bpatch.144284 of=3dmd seek=144284 bs=1 conv=notrunc > > After which you should have the following checksums: > > MD5 (3dmd.FCS) = e6b0212a2b7ce6f4892fea7751c8d711 > MD5 (3dmd) = 8e2254774524dcc88d31acb8c4882779 > > The above patch changes 3dmd to supply the RFTRHEAD argument to rfork(). The problem was fixed bye the above patch, the 3dmd works well. Thanks!! I think it should be included in the ports/sysutils/3dm, how do you think? regards. --- Shingo WATANABE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87r86ia271.wl>