All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Adrian Thomasset" <athomasset@gmail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org,
	 Adrian Thomasset <adrian.thomasset@doulos.com>
Subject: Re: [oe] [meta-networking][PATCH] wireguard-tools: change path for wg-quick systemd unit
Date: Fri, 14 May 2021 16:28:04 +0100	[thread overview]
Message-ID: <CALvjPy1ubiEO1ne3Z1vz+5EGRagyGTEUjpNCddAusPALUOEqrg@mail.gmail.com> (raw)
In-Reply-To: <c9a6745e-f7ef-74c9-5333-9a447dd14bdd@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1917 bytes --]

Hello Kehm,

Thanks for pointing this out, I missed the fix.
I will ask to get this backported to dunfell now.

Adrian



On Fri, May 14, 2021 at 3:21 PM Khem Raj <raj.khem@gmail.com> wrote:

> Hello Adrian
>
> this is already fixed in master via commit
>
> https://git.openembedded.org/meta-openembedded/commit/?id=84681a31cfd3f7aa8cc89181c2c87ffffcbc261b
> if you are proposing it for backport then add branch name in subject and
> CC armin
>
> On 5/14/21 7:07 AM, Adrian Thomasset wrote:
> > Fix error when enabling the wg-quick unit:
> >
> > % systemctl enable wg-quick@wg0
> > Failed to enable unit: Unit file wg-quick@wg0.service does not exist
> >
> > The wg-quick@.service template unit needs to be in /lib/systemd/system
> >
> > Signed-off-by: Adrian Thomasset <adrian.thomasset@doulos.com>
> > ---
> >   .../recipes-kernel/wireguard/wireguard-tools_1.0.20200319.bb    | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-networking/recipes-kernel/wireguard/
> wireguard-tools_1.0.20200319.bb
> b/meta-networking/recipes-kernel/wireguard/wireguard-tools_1.0.20200319.bb
> > index f698b9a9a..e769f44b7 100644
> > --- a/meta-networking/recipes-kernel/wireguard/
> wireguard-tools_1.0.20200319.bb
> > +++ b/meta-networking/recipes-kernel/wireguard/
> wireguard-tools_1.0.20200319.bb
> > @@ -9,7 +9,7 @@ DEPENDS += "wireguard-module libmnl"
> >
> >   do_install () {
> >       oe_runmake DESTDIR="${D}" PREFIX="${prefix}"
> SYSCONFDIR="${sysconfdir}" \
> > -        SYSTEMDUNITDIR="${systemd_unitdir}" \
> > +        SYSTEMDUNITDIR="${systemd_unitdir}/system" \
> >           WITH_SYSTEMDUNITS=${@bb.utils.contains('DISTRO_FEATURES',
> 'systemd', 'yes', '', d)} \
> >           WITH_BASHCOMPLETION=yes \
> >           WITH_WGQUICK=yes \
> >
> >
> >
> > 
> >
>


-- 
Adrian Thomasset
t: 0117 923 1990
m: 0776 629 4010

[-- Attachment #2: Type: text/html, Size: 3279 bytes --]

  reply	other threads:[~2021-05-14 15:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-14 14:07 [meta-networking][PATCH] wireguard-tools: change path for wg-quick systemd unit athomasset
2021-05-14 14:21 ` [oe] " Khem Raj
2021-05-14 15:28   ` Adrian Thomasset [this message]
2021-05-14 17:06 ` Jose Quaresma

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=CALvjPy1ubiEO1ne3Z1vz+5EGRagyGTEUjpNCddAusPALUOEqrg@mail.gmail.com \
    --to=athomasset@gmail.com \
    --cc=adrian.thomasset@doulos.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.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.