Re: [multipathtcp] compiling MPTCP on Red Hat based systems (Scientific Linux)?

Christoph Paasch <christoph.paasch@uclouvain.be> Thu, 06 September 2012 15:24 UTC

Return-Path: <christoph.paasch@uclouvain.be>
X-Original-To: multipathtcp@ietfa.amsl.com
Delivered-To: multipathtcp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 40E9921F86B6 for <multipathtcp@ietfa.amsl.com>; Thu, 6 Sep 2012 08:24:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.599
X-Spam-Level:
X-Spam-Status: No, score=-6.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ai0f-Quhdy1O for <multipathtcp@ietfa.amsl.com>; Thu, 6 Sep 2012 08:23:59 -0700 (PDT)
Received: from smtp5.sgsi.ucl.ac.be (smtp.sgsi.ucl.ac.be [130.104.5.67]) by ietfa.amsl.com (Postfix) with ESMTP id 5443521F84E1 for <multipathtcp@ietf.org>; Thu, 6 Sep 2012 08:23:59 -0700 (PDT)
Received: from cpaasch-mac.localnet (cpaasch-mac.dhcp.info.ucl.ac.be [130.104.228.20]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: cpaasch@smtp5.sgsi.ucl.ac.be) by smtp5.sgsi.ucl.ac.be (Postfix) with ESMTPSA id E9D7811EDBC; Thu, 6 Sep 2012 17:23:49 +0200 (CEST)
X-DKIM: Sendmail DKIM Filter v2.8.3 smtp5.sgsi.ucl.ac.be E9D7811EDBC
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=uclouvain.be; s=selucl; t=1346945029; bh=6Eru2df1gRmAyZ9S5hKZejh49bcXbziItNmHa9iD73o=; h=From:To:Reply-To:Cc:Subject:Date:Message-ID:In-Reply-To: References:MIME-Version:Content-Transfer-Encoding:Content-Type; b=TubIob8MZd09fwQ0wJeRLL/ZgwDTSC6FdIOpvF36KjWzbbTy+qhFeX9j/5SMWgzcG ljZMUjrNdY2TOXn+kEW30XOS1oWyD7djHA8yzwz8e7mKyRxm74VcMOTcvIUdr1r8CO ZxwMejo6tRe33rMaPT/ZZbpNrkw5X/aROSQ0z+Y4=
From: Christoph Paasch <christoph.paasch@uclouvain.be>
To: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
Date: Thu, 06 Sep 2012 17:23:49 +0200
Message-ID: <8422000.eyFyIvO1o6@cpaasch-mac>
Organization: Université Catholique de Louvain
User-Agent: KMail/4.9 (Linux/3.2.0-30-mptcp; KDE/4.9.0; x86_64; ; )
In-Reply-To: <20120906151258.GE2245@rvdp.org>
References: <20120906144507.GD2245@rvdp.org> <2579012.tyrjqfyWpf@cpaasch-mac> <20120906151258.GE2245@rvdp.org>
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="iso-8859-1"
X-Virus-Scanned: clamav-milter 0.97.3-exp at smtp-5.sipr-dc.ucl.ac.be
X-Virus-Status: Clean
X-Sgsi-Spamcheck: SASL authenticated,
X-SGSI-MailScanner-ID: E9D7811EDBC.A37E3
X-SGSI-MailScanner: Found to be clean
X-SGSI-From: christoph.paasch@uclouvain.be
X-SGSI-Spam-Status: No
Cc: multipathtcp@ietf.org
Subject: Re: [multipathtcp] compiling MPTCP on Red Hat based systems (Scientific Linux)?
X-BeenThere: multipathtcp@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
Reply-To: Christoph Paasch <christoph.paasch@uclouvain.be>
List-Id: Multi-path extensions for TCP <multipathtcp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/multipathtcp>, <mailto:multipathtcp-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/multipathtcp>
List-Post: <mailto:multipathtcp@ietf.org>
List-Help: <mailto:multipathtcp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/multipathtcp>, <mailto:multipathtcp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 06 Sep 2012 15:24:00 -0000

On Thursday 06 September 2012 17:12:58 Ronald van der Pol wrote:
> We did this. We see the first three options, but there is no
> "Networking support->Networking options->TCP/IP networking->
> MPTCP protocol (MPTCP)" option.

Maybe check your .config-file and see if there is something like:
# CONFIG_MPTCP is not set

Make sure that IPv6 is not a module.
And - just to be sure - check if there exists a directory net/mptcp/ in the 
sources.

> What we did is install the kernel build environment as described on
> http://fedoraproject.org/wiki/Building_a_custom_kernel and replaced
> rpmbuild/BUILD/kernel-3.5.fc17/linux-3.5.1-1.fc17.i686
> with the MPTCP sources from git.

I'm not familiar with the Fedora build-process. The Ubuntu-way is also quite 
tricky.

If you don't absolutly need to generate an RPM, maybe it would be enough to 
simply checkout the sources and compile with "make" and install with "make 
install".


Cheers,
Christoph

-- 
IP Networking Lab --- http://inl.info.ucl.ac.be
MultiPath TCP in the Linux Kernel --- http://mptcp.info.ucl.ac.be
Université Catholique de Louvain
--