Date: Thu, 23 Sep 2010 16:49:05 +0400 From: Ruslan Mahmatkhanov <cvs-src@yandex.ru> To: Karl Pielorz <kpielorz_lst@tdx.co.uk> Cc: freebsd-ports@freebsd.org Subject: Re: 'mbuffer' broken for network support / pipes under 7.2-R / 8.1-R? Message-ID: <65031285246145@web49.yandex.ru> In-Reply-To: <498B06B4701B41C283B7A5BF@HexaDeca64.dmpriest.net.uk> References: <B266E3BF267EA77C5E099324@HexaDeca64.dmpriest.net.uk> <4C9A44A3.5000502@yandex.ru> <498B06B4701B41C283B7A5BF@HexaDeca64.dmpriest.net.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
23.09.10, 16:43, "Karl Pielorz" <kpielorz_lst@tdx.co.uk>: > --On 22 September 2010 22:02 +0400 Ruslan Mahmatkhanov <cvs-src@yandex.ru> wrote: 22.09.2010 18:06, Karl Pielorz пишет: Please use patch attached. It updates mbuffer to latest version that has many 64-bit related fixes. Tell if it's now ok for you. -- Regards, RuslanHi,The patch/updated version seems to work fine - there's a couple of compile time warnings, and when you run it using 'network' I/O you still get:"mbuffer: warning: unable to set socket buffer size: No buffer space available"But it does appear to work - network mode works, and when using another transport (such as 'nc' or 'ssh') as part of a pipe chain, it does correctly terminate when the send is finished.Thanks!-Karl_______________________________________________freebsd-ports@freebsd.org mailing listhttp://lists.freebsd.org/mailman/listinfo/freebsd-portsTo unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Hi Karl, sorry about webmail formatting. Try to add this line into port's Makefile, and then reinstall mbuffer: CFLAGS+=-m64 See if your 'network i/o' test case now passes. -- Regards, Ruslan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?65031285246145>