23.01.b.20230106.0600 IGMP proxy stops TV stream
-
@thebear said in 23.01.b.20230106.0600 IGMP proxy stops TV stream:
It's available in the repo now:
Some packages are part of the base system and will not show up in Package Manager. If any such updates are listed below, run pkg upgrade from the shell to install them:
igmpproxy: 0.3_1 -> 0.3,1 [pfSense]
@stephenw10 Does the team released the fix to the repo's as shown above? Or is this the default pkg with the bug?
I run pkg upgrade and now the stream is dropping again. I'm new to FreeBSD.
tcpdump: listening on igc2, link-type EN10MB (Ethernet), capture size 262144 bytes 16:11:19.515840 IP (tos 0xc0, ttl 1, id 59170, offset 0, flags [none], proto IGMP (2), length 32, options (RA)) 172.16.27.1 > 224.0.0.1: igmp query v2 bad igmp cksum c16e! 16:11:21.703655 IP (tos 0xc0, ttl 1, id 0, offset 0, flags [DF], proto IGMP (2), length 32, options (RA)) 172.16.27.10 > 224.0.252.129: igmp v2 report 224.0.252.129 16:11:27.763922 IP (tos 0xc0, ttl 1, id 17348, offset 0, flags [none], proto IGMP (2), length 32, options (RA)) 172.16.27.1 > 224.0.0.1: igmp query v2 bad igmp cksum c16e!
-
I don't see an updated pkg in the repos yet. 0.3,1 is the original pkg. I'll update here when it's available.
-
@stephenw10 tnx will edit my post about the upgrade cli, its not valid information then.
-
It will be.
You can see the build date in the pkg info:
[23.01-RELEASE][root@6100.stevew.lan]/root: pkg info igmpproxy igmpproxy-0.3,1 Name : igmpproxy Version : 0.3,1 Installed on : Sun Jan 8 16:49:53 2023 GMT Origin : net/igmpproxy Architecture : FreeBSD:14:amd64 Prefix : /usr/local Categories : net Licenses : GPLv2+ Maintainer : franco@opnsense.org WWW : https://github.com/pali/igmpproxy Comment : Multicast forwarding IGMP proxy Annotations : FreeBSD_version: 1400073 build_timestamp: 2023-01-07T20:09:23+0000 built_by : poudriere-git-3.3.99.20220831 port_checkout_unclean: no port_git_hash : c265aeb485a2 ports_top_checkout_unclean: yes ports_top_git_hash: c9915d224e16 repo_type : binary repository : pfSense Flat size : 45.6KiB Description : igmpproxy is a simple multicast routing daemon based on mrouted. It uses IGMP forwarding to dynamically route multicast traffic. Reqiures multicast forwarding enabled WWW: https://github.com/pali/igmpproxy
-
So in order to update this patch/fix for IGMP in 23.01 i should do the follow?
in Shell >
fetch https://redmine.pfsense.org/attachments/download/4714/igmpproxy-0.3_1.pkg
pkg add -f igmpproxy-0.3_1.pkgor is there another way to apply this fix?
-
Right now that's the best way.
-
@stephenw10 Will there also be a version for aarch64 in the repos? This would be for only the 2100 appliance (since I don't think 23.01 is available for the 1100). Maybe I should have splurged and purchased the 4100.
-
Yes, it should be available for all architectures. Including on the 1100.
-
Does that mean that it will be available as a System Patch in Patch Manager? Sorry for the dumb questions as I'm learning how to administer a pfsense box.
-
No it's not a runtime patch it requires a new binary so it will appear as an updatable pkg from the command line. That's not a usual way to upgrade/patch in pfSense but otherwise it would only be in the next release.
-
@stephenw10 said in 23.01.b.20230106.0600 IGMP proxy stops TV stream:
No it's not a runtime patch it requires a new binary so it will appear as an updatable pkg from the command line. That's not a usual way to upgrade/patch in pfSense but otherwise it would only be in the next release.
fetch https://redmine.pfsense.org/attachments/download/4714/igmpproxy-0.3_1.pkg pkg add -f igmpproxy-0.3_1.pkg
and after this a...
pkg install igmpproxy-0.3_1.pkg Y = for YES
And then all is done?
-
Yes, you only need to upgrade the pkg. Everything else will start using that.
-
@stephenw10 but this is still only for amd64?
-
Yes, the pkg file attached to the redmine is amd64.
pkgs for all architectures should be available when the repo builds update. -
@stephenw10 ok then I'm lost and confused ... where is the "repo builds update" located? On github/pfsense or somewhere else?
-
Sorry I typo'd that.
When our pkg builders next run I expect to see an updated package available in our repos.
So running
pkg upgrade igmpproxy
at the command line will show it. -
@stephenw10 Ah I get it now ... thanks for explaining things to a newbie.
-
I can confirm that this package fixes the IGMP problems!
Thanks a lot!
-
@stephenw10 said in 23.01.b.20230106.0600 IGMP proxy stops TV stream:
Yes, you only need to upgrade the pkg. Everything else will start using that.
Thank you very much for that information.
I installed like above shown with the commands and then
I was setting up another one on top, like;pkg upgrade
It shows me then there will be an upgrade named:
igmpproxy-0.3,1.pkg
It upgraded the first loaded from "outside" packed named
igmpproxy-0.3-1, was this a failure was it now reinstalling the older version or another one or was it only a typo? -
No if you look back in this thread that was explained. 0.3,1 is the original version from 23.01, the pkg system sees that as numerically newer than 0.3_1 allows you to "upgrade" to it. If you check
pkg info igmpproxy
you will see the build date for 0.3,1 is in Jan.Steve