similar to: My turn at building a custom kernel for IPsec BEET mode

Displaying 20 results from an estimated 600 matches similar to: "My turn at building a custom kernel for IPsec BEET mode"

2013 Aug 09
1
Why libnetfilter_queue is missing from CentOS, but available in, Fedora?
I am asking this on behalf of the HIPL developers; http://infrahip.hiit.fi/ https://launchpad.net/hipl They have been working on getting their code consistant to the new libnetfilter architecture. Finally have Fedora 18 and 19 available, but have hit a stumbling block with Centos 6. They tell me they are not finding libnetfilter_queue. Here is their message to me: On 08/08/2013 02:03 PM,
2008 Jul 17
5
Problems with building an rpm
I followed the setup instructions from http://www.owlriver.com/tips/non-root/ (link from the Centos wiki). All this is done on another 'clean' system, so I have to read the terminal screen there and tell what went wrong here. I then followed my colleague's instructions to get the tar, untar, autogen, configure, and finally make rpm. Well it was that make rpm command that finally
2008 Aug 12
0
Looking for remote console on iPv6 without security layer
I am looking for a remote console program that I can run over IPv6. I do not need it to supply its own security layer, as I will be running it over HIP (http://infrahip.hiit.fi/). I have discovered that VNCSERVER that comes with Centos does not support IPv6. I would have to pay for a copy of Enterprise VNC from RealVNC for IPv6. I am having strange font problems wiht tightVNC (which is
2009 Jan 07
2
Can't yum erase/install an app
I am switching the box that I did the HIPL rpm builds over to running from rpms built directly by the HIPL team (http://infrahip.hiit.fi/hipl/release/1.0.4/). I did the 'make uninstall' and then 'yum install hipl-all', but the hipl-firewall rpm did not install. Seems like I have a mess on my system with the various hipfw files. I 'manually' deleted a bunch of them
2014 Apr 25
2
Support for ECDSA in OpenSSL?
Does the version of OpenSSL on Centos 6.5 support ECDSA keypairs? How do I test if this works? (though I should probably ask this on the OpenSSL list) The reason I suspect a problem is that HIPL for Centos (http://infrahip.hiit.fi/) is not creating the ECDSA Host Identity, whereas my Fedora installation IS creating the ECDSA HI.
2014 May 08
1
0006698: CentOS is missing libnetfilter queue related packages
I am working with HIP for Linux: http://infrahip.hiit.fi/ We are looking to some major server support on currently Centos 6 cloud images. Problem is for other distros, hipl has moved on to libnetfilter_queue which is not supported in Centos 6. See: http://bugs.centos.org/view.php?id=6698 How can we get this as part of the standard install and maintained libs? thank you.
2008 Aug 26
8
establish a 128 bit encrypted tunnel between centos 5.2 boxes
Is there an easy way or anyway to establish a 128 bit encrypted tunnel between a handful of centos 5.2 boxes? I am not familiar with this at all. Jerry
2016 Mar 25
2
CentOS6: Building a modified kernel rpm
I'm very confused on the right step to use to setup a modified kernel in centOS6. As a simple user, I've downloaded the latests sources (I'm runing an old kernel version) : rpm -i http://vault.centos.org/6.7/updates/Source/SPackages/kernel-2.6.32-573.22.1.el6.src.rpm in the spec file ~/rpmbuild/SPECS/kernel.spec I've set: %define buildid .numa Now I want to set
2008 Sep 12
4
Custom build kernel patch fails big time.
I am trying to build a custom kernel for the HIPL code (infrahip.hip.fi), using the patch for the Linux 2.6.18 kernel. I followed all the instructions for getting the kernel source and making a custom kernel provided on the wiki. The rpmbuild fails with the following messages: Get an error on this step (figured out my other problem): Patch #40000
2008 Sep 16
2
Kernel source - linux -2.6.18 i386 or i686
As I plow through the Kernel source to figure out why the BEET patch is not working, I notice that there are two similar directories under ~/rpmbuild/BUILD/kernel-2.6.18: linux-2.16.18.i386 and linux-2.16.18.i686 So which one am I suppose to be patching? Currently, the patch starts out with: diff -urN a/net/ipv4/xfrm4_input.c b/net/ipv4/xfrm4_input.c I followed the kernel source setup
2014 Dec 15
3
Fwd: [CentOS Wiki] Update of "HowTos/Custom Kernel" by AkemiYagi
> ---------- Forwarded message ---------- > From: <noreply at centos.org> > Date: Mon, Dec 15, 2014 at 2:31 PM > Subject: [CentOS Wiki] Update of "HowTos/Custom Kernel" by AkemiYagi > To: noreply at centos.org > > Dear Wiki user, > > You have subscribed to a wiki page or wiki category on "CentOS Wiki" for change notification. > > The
2014 Dec 15
2
Fwd: [CentOS Wiki] Update of "HowTos/Custom Kernel" by AkemiYagi
On Mon, Dec 15, 2014 at 3:12 PM, Alan Bartlett <ajb at elrepo.org> wrote: > On 15 December 2014 at 23:04, PatrickD Garvey <patrickdgarveyt at gmail.com> wrote: >>> The following page has been changed by AkemiYagi: >>> http://wiki.centos.org/HowTos/Custom_Kernel?action=diff&rev2=179&rev1=178 >> >> I know I'm new around here and this is
2008 Sep 30
1
Notes on HowTos/Custom Kernel
Hello, Today I built a custom kernel in CentOS 5 following the instructions on this page: http://wiki.centos.org/HowTos/Custom_Kernel It's excellent, but I have some remarks I would add: 1. %define buildid .your_identifier In the commented line, there is a space after the % sign. You have to manually remove this space. I think someone was bit by this a short while ago. I think making this
2016 Feb 18
2
Write access for MarcusFurlong
On 18 February 2016 at 05:15, Akemi Yagi <amyagi at gmail.com> wrote: > On Wed, Feb 17, 2016 at 3:18 AM, Marcus Furlong <furlongm at gmail.com> wrote: >> >> Hi, >> >> As per >> https://wiki.centos.org/Contribute#head-42b3d8e26400a106851a61aebe5c2cca54dd79e5 >> , I would like to request write access to >>
2011 Jul 22
2
linux-3.0 packages for CentOS?
Anyone packaging the new kernel for RH / CentOS? -- Florin Andrei http://florin.myip.org/
2016 Mar 29
2
CentOS6: Building a modified kernel rpm
Akemi Yagi wrote: > On Fri, Mar 25, 2016 at 9:57 AM, Patrick Begou < > Patrick.Begou at legi.grenoble-inp.fr> wrote: > >> I'm very confused on the right step to use to setup a modified kernel in >> centOS6. >> >> As a simple user, I've downloaded the latests sources (I'm runing an old >> kernel version) : >> >> rpm -i >>
2015 Jul 09
5
built kernel-3.10.0-229.7.2.el7 OK but install fails
Hi all - First the boilerplate: On centos-release.x86_64 7-0.1406.el7.centos.2.3 [root at localhost x86_64]# uname -a Linux localhost.localdomain 3.10.0-123.el7.x86_64 #1 SMP Mon Jun 30 12:09:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [root at localhost x86_64]# rpm -qa kernel\* | sort kernel-3.10.0-123.el7.x86_64 kernel-devel-3.10.0-123.el7.x86_64
2007 Mar 10
2
wiki howto on custom kernel
minor error on http://wiki.centos.org/HowTos/Custom_Kernel?highlight=%28HowTos%29 the rpmbuild steps specifies kernel.spec, when in fact the filename is kernel-2.6.spec, at least with 2.6.9-42.0.10.EL this occurs a BUNCH of times on that wiki page... also kernel2.6.9 -> kernel-2.6.9 on the cp command after 'configuring your kernel'
2016 Feb 17
2
Write access for MarcusFurlong
Hi, As per https://wiki.centos.org/Contribute#head-42b3d8e26400a106851a61aebe5c2cca54dd79e5 , I would like to request write access to https://wiki.centos.org/HowTos/Custom_Kernel for myself (user MarcusFurlong). The page is out of date and I can update it. Regards, Marcus. -- Marcus Furlong
2016 Feb 19
1
Write access for MarcusFurlong
On 19 February 2016 at 03:21, Akemi Yagi <amyagi at gmail.com> wrote: > On Wed, Feb 17, 2016 at 6:20 PM, Marcus Furlong <furlongm at gmail.com> wrote: >> >> On 18 February 2016 at 05:15, Akemi Yagi <amyagi at gmail.com> wrote: >> > On Wed, Feb 17, 2016 at 3:18 AM, Marcus Furlong <furlongm at gmail.com> >> > wrote: >> >> >>