All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: nkaminski <norbert.kaminski@3mdeb.com>
Cc: meta-virtualization@yoctoproject.org, piotr.krol@3mdeb.com,
	maciej.pijanowski@3mdeb.com
Subject: Re: [meta-virtualization][PATCH] docker.inc: Add xt-addrtype kernel module
Date: Sun, 1 Dec 2019 23:12:05 -0500	[thread overview]
Message-ID: <20191202041202.GA27618@gmail.com> (raw)
In-Reply-To: <20191128195952.8230-1-norbert.kaminski@3mdeb.com>

Thanks!

This version applied and is now merged.

Bruce

In message: Re: [meta-virtualization][PATCH] docker.inc: Add xt-addrtype kernel module
on 28/11/2019 nkaminski wrote:

> From: Norbert Kaminski <norbert.kaminski@3mdeb.com>
> 
> Trying to use docker info and hello world container without this module
> causes a daemon error.
> 
> docker info error log:
> 
> Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the
> docker daemon running?
> 
> dockerd error log:
> 
> PREROUTING chain: iptables failed: iptables --wait -t nat -A PREROUTING -m
> addrtype --dst-type LOCAL -j DOCKER: iptables v1.8.3 (legacy): Couldn't
> load match `addrtype':No such file or directory
> 
> Signed-off-by: Norbert Kaminski <norbert.kaminski@3mdeb.com>
> 
> ---
>  recipes-containers/docker/docker.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-containers/docker/docker.inc b/recipes-containers/docker/docker.inc
> index 0083902..32d4a2e 100644
> --- a/recipes-containers/docker/docker.inc
> +++ b/recipes-containers/docker/docker.inc
> @@ -29,7 +29,7 @@ RDEPENDS_${PN} = "util-linux util-linux-unshare iptables \
>                   "
>  RDEPENDS_${PN} += "virtual/containerd virtual/runc"
>  
> -RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat"
> +RRECOMMENDS_${PN} = "kernel-module-dm-thin-pool kernel-module-nf-nat kernel-module-xt-addrtype"
>  
>  PROVIDES += "virtual/docker"
>  
> -- 
> 2.17.1
> 

  reply	other threads:[~2019-12-02  4:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-28 19:59 [meta-virtualization][PATCH] docker.inc: Add xt-addrtype kernel module Norbert Kaminski
2019-12-02  4:12 ` Bruce Ashfield [this message]
     [not found] <2ed2e82f-ad3e-a61b-0511-69c47eb8cce2@3mdeb.com>
2019-11-22 14:16 ` [meta-virtualization] [PATCH] " Norbert Kaminski
2019-11-25 21:15   ` Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191202041202.GA27618@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=maciej.pijanowski@3mdeb.com \
    --cc=meta-virtualization@yoctoproject.org \
    --cc=norbert.kaminski@3mdeb.com \
    --cc=piotr.krol@3mdeb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.