Date: Sat, 3 Mar 2018 05:48:39 +0100 From: Kurt Jaeger <lists@opsec.eu> To: Ash Gokhale <ashfixit@gmail.com> Cc: josh@tcbug.org, Diane Bruce <db@db.net>, freebsd-ports@freebsd.org Subject: Re: net/viamillipede seeks commiter Message-ID: <20180303044839.GA32429@home.opsec.eu> In-Reply-To: <CAHpe%2B0b6-nxm5o7kvvzVG=7zpo1mRU6ns7vWRUF750b8-qv2Hg@mail.gmail.com> References: <CAHpe%2B0b6-nxm5o7kvvzVG=7zpo1mRU6ns7vWRUF750b8-qv2Hg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi! > Viamillipede is client and server program built to improve network pipe > transport using multiple TCP sessions. It multiplexes a single network pipe > into multiple TCP connectons and then terminates the connections into a > pipe transparently on another host. It is similar to the simplest mode of > remote pipe transparency of Netcat with the parallelism from iperf. Thanks, I tried to work on it. The suggested port does not install using poudriere. It uses .include <bsd.prog.mk> to get the install framework to install the program. This fails, as bsd.prog.mk assumes that it is allowed to use chown/chgrp, which is not the case while building under poudriere. And the program itself does not really need to be installed to be owned by root. The error in poudriere is reported as this: ===> Generating temporary packing list install -s -o root -g wheel -m 555 viamillipede /wrkdirs/usr/ports/net/viamillipede/work/stage/usr/local/bin/viamillipede install: /wrkdirs/usr/ports/net/viamillipede/work/stage/usr/local/bin/viamillipede: chown/chgrp: Operation not permitted Can you try to use a different approach and test it using poudriere ? -- pi@opsec.eu +49 171 3101372 2 years to go !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180303044839.GA32429>