Brian J. Murrell

Results 200 issues of Brian J. Murrell

**Describe the bug** At some point after an unknown amount of up-time, input from a headset microphone becomes choppy. This doesn't happen immediately after a reboot but only some (unknown)...

bug

I get the following warning: ``` dpdk-devel.x86_64: W: missing-dependency-on dpdk*/dpdk-libs/libdpdk* = 0:21.11.1 ``` But `dpdk-devel` has: ``` $ rpm -q --requires -p dpdk-devel-21.11.1-1.el8.x86_64.rpm dpdk(x86-64) = 0:21.11.1-1.el8 ``` which you can...

I am getting a `W: incoherent-version-in-changelog 1.15.0~rc3-2 ['1.15.0~rc3-2.suse.lp153', '1.15.0~rc3-2.suse.lp153']` warning. This is due to `Release: 2%{?dist}` in the specfile. But I cannot include either `%{dist}` or even `%{release}` in the...

Would it be feasible to isolate the checking of `devel-file-in-non-devel-package` to dirs that are typically used in `-devel` packages? So for example, if a package had a tool that was...

With odhcpd 2021-07-18-bc9d317f-3 a downstream router requesting a subnet is getting NoPrefixAvail. The request is for a /64 and the router reporting NoPrefxAvail is being delegated a /48 from it's...

Implementing #119 with: ``` config dhcp 'lan' option interface 'lan' option dhcpv6 'disabled' option ra 'server' option ra_management '0' option ra_lifetime '1800' list dns 'fd31:aeb1:48df::2' option prefix_filter '2001:123:ab:123::/64' option ra_preference...

I have a 19.07.0 OpenWRT router, in which the`wan` interface does not have any IPv6 connectivity and so it makes no advertisement of any prefixes or routes to the `lan`...

On a host behind my LEDE router which has several IPv6 interfaces I see routes and addresses for each of the WAN routes: ``` $ ip -6 route ls 2001:123:1a:456::/64...

I have a router with 4 IPv6 links/providers and as such my LAN is seeing RAs from odhcpd with 4 prefixes, all with the autonomous flag set. I would like...

Maintainer: @EricLuehrsen Environment: ath-79(put here arch, model, OpenWrt version) ath79/generic GL.iNet GL-AR750 21.02.3 r16554-1d4dea6d4f Description: When adding a `config_zone` for type `forward_zone` given the following config: ``` config unbound 'ub_main'...