Development discussion of WireGuard
 help / color / mirror / Atom feed
* kmod-wireguard 20200413 fails transaction check
@ 2020-04-15 16:22 Eddie
  2020-04-15 16:27 ` Joe Doss
  2020-04-15 21:39 ` Jason A. Donenfeld
  0 siblings, 2 replies; 6+ messages in thread
From: Eddie @ 2020-04-15 16:22 UTC (permalink / raw)
  To: WireGuard mailing list

Hi,

I'm running a Nethserver box, which is built on top of CentOS 7. Trying 
to update to the latest wireguard throws the following:

Resolving Dependencies
--> Running transaction check
---> Package kmod-wireguard.x86_64 0:1.0.20200401-1.el7_7.elrepo will be 
updated
---> Package kmod-wireguard.x86_64 0:1.0.20200413-1.el7_8.elrepo will be 
an update
--> Processing Dependency: kernel(siphash_4u64) = 0xdb8b9061 for 
package: kmod-wireguard-1.0.20200413-1.el7_8.elrepo.x86_64
--> Processing Dependency: kernel(siphash_3u32) = 0x04e11789 for 
package: kmod-wireguard-1.0.20200413-1.el7_8.elrepo.x86_64
--> Processing Dependency: kernel(siphash_1u64) = 0x0680ac30 for 
package: kmod-wireguard-1.0.20200413-1.el7_8.elrepo.x86_64
--> Finished Dependency Resolution
Error: Package: kmod-wireguard-1.0.20200413-1.el7_8.elrepo.x86_64 (elrepo)
            Requires: kernel(siphash_3u32) = 0x04e11789
Error: Package: kmod-wireguard-1.0.20200413-1.el7_8.elrepo.x86_64 (elrepo)
            Requires: kernel(siphash_4u64) = 0xdb8b9061
Error: Package: kmod-wireguard-1.0.20200413-1.el7_8.elrepo.x86_64 (elrepo)
            Requires: kernel(siphash_1u64) = 0x0680ac30
  You could try using --skip-broken to work around the problem
  You could try running: rpm -Va --nofiles --nodigest

It's currently running this:

uname -a
Linux Nethserver.BogoLinux.net 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue 
Feb 4 23:02:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

But there is an update to this, which I haven't had time to install yet:

kernel                 x86_64 3.10.0-1062.18.1.el7


Do I need to wait until after the kernel update to update wireguard.

Cheers.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: kmod-wireguard 20200413 fails transaction check
  2020-04-15 16:22 kmod-wireguard 20200413 fails transaction check Eddie
@ 2020-04-15 16:27 ` Joe Doss
  2020-04-15 21:39 ` Jason A. Donenfeld
  1 sibling, 0 replies; 6+ messages in thread
From: Joe Doss @ 2020-04-15 16:27 UTC (permalink / raw)
  To: wireguard


[-- Attachment #1.1: Type: text/plain, Size: 309 bytes --]

Hey Eddie,

On 4/15/20 11:22 AM, Eddie wrote:
> I'm running a Nethserver box, which is built on top of CentOS 7. Trying
> to update to the latest wireguard throws the following:

We are aware of the problem and we are working on fixing it with Elrepo.

Joe



-- 
Joe Doss
joe@solidadmin.com


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: kmod-wireguard 20200413 fails transaction check
  2020-04-15 16:22 kmod-wireguard 20200413 fails transaction check Eddie
  2020-04-15 16:27 ` Joe Doss
@ 2020-04-15 21:39 ` Jason A. Donenfeld
  2020-04-15 21:56   ` Eddie
  2020-04-15 21:56   ` Jason A. Donenfeld
  1 sibling, 2 replies; 6+ messages in thread
From: Jason A. Donenfeld @ 2020-04-15 21:39 UTC (permalink / raw)
  To: Eddie; +Cc: WireGuard mailing list

This is because ELRepo is a crumbling mess held together by bubble gum
and scotch tape. Run this:

$ sudo yum install yum-plugins-elrepo

And then try again.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: kmod-wireguard 20200413 fails transaction check
  2020-04-15 21:39 ` Jason A. Donenfeld
@ 2020-04-15 21:56   ` Eddie
  2020-04-15 21:57     ` Jason A. Donenfeld
  2020-04-15 21:56   ` Jason A. Donenfeld
  1 sibling, 1 reply; 6+ messages in thread
From: Eddie @ 2020-04-15 21:56 UTC (permalink / raw)
  To: Jason A. Donenfeld; +Cc: WireGuard mailing list

On 4/15/2020 2:39 PM, Jason A. Donenfeld wrote:
> This is because ELRepo is a crumbling mess held together by bubble gum
> and scotch tape. Run this:
>
> $ sudo yum install yum-plugins-elrepo
>
> And then try again.
>
Much better this time, updated successfully.  Thanks.

Cheers.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: kmod-wireguard 20200413 fails transaction check
  2020-04-15 21:39 ` Jason A. Donenfeld
  2020-04-15 21:56   ` Eddie
@ 2020-04-15 21:56   ` Jason A. Donenfeld
  1 sibling, 0 replies; 6+ messages in thread
From: Jason A. Donenfeld @ 2020-04-15 21:56 UTC (permalink / raw)
  To: Eddie; +Cc: WireGuard mailing list

On Wed, Apr 15, 2020 at 3:39 PM Jason A. Donenfeld <Jason@zx2c4.com> wrote:
>
> This is because ELRepo is a crumbling mess held together by bubble gum
> and scotch tape. Run this:
>
> $ sudo yum install yum-plugins-elrepo

$ sudo yum install yum-plugin-elrepo

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: kmod-wireguard 20200413 fails transaction check
  2020-04-15 21:56   ` Eddie
@ 2020-04-15 21:57     ` Jason A. Donenfeld
  0 siblings, 0 replies; 6+ messages in thread
From: Jason A. Donenfeld @ 2020-04-15 21:57 UTC (permalink / raw)
  To: Eddie; +Cc: WireGuard mailing list

On Wed, Apr 15, 2020 at 3:56 PM Eddie <stunnel@attglobal.net> wrote:
>
> On 4/15/2020 2:39 PM, Jason A. Donenfeld wrote:
> > This is because ELRepo is a crumbling mess held together by bubble gum
> > and scotch tape. Run this:
> >
> > $ sudo yum install yum-plugins-elrepo
> >
> > And then try again.
> >
> Much better this time, updated successfully.  Thanks.

Whew!

The verbosity of that plugin will be decreased in the next release, by
the way. This was just merged:
https://github.com/elrepo/packages/commit/5ecf463d01a9a66a96d220c4116af884bfc917ee

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-15 22:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-15 16:22 kmod-wireguard 20200413 fails transaction check Eddie
2020-04-15 16:27 ` Joe Doss
2020-04-15 21:39 ` Jason A. Donenfeld
2020-04-15 21:56   ` Eddie
2020-04-15 21:57     ` Jason A. Donenfeld
2020-04-15 21:56   ` Jason A. Donenfeld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).