Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    23.01.b.20230106.0600 IGMP proxy stops TV stream

    Scheduled Pinned Locked Moved General pfSense Questions
    139 Posts 18 Posters 60.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jrueger @stephenw10
      last edited by

      @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.

      1 Reply Last reply Reply Quote 0
      • stephenw10S
        stephenw10 Netgate Administrator
        last edited by

        Yes, it should be available for all architectures. Including on the 1100.

        1 Reply Last reply Reply Quote 0
        • J
          jrueger
          last edited by

          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.

          1 Reply Last reply Reply Quote 0
          • stephenw10S
            stephenw10 Netgate Administrator
            last edited by

            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.

            Dobby_D 1 Reply Last reply Reply Quote 0
            • Dobby_D
              Dobby_ @stephenw10
              last edited by

              @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?

              #~. @Dobby

              Turris Omnia - 4 Ports - 2 GB RAM / TurrisOS 7 Release (Btrfs)
              PC Engines APU4D4 - 4 Ports - 4 GB RAM / pfSense CE 2.7.2 Release (ZFS)
              PC Engines APU6B4 - 4 Ports - 4 GB RAM / pfSense+ (Plus) 24.03_1 Release (ZFS)

              1 Reply Last reply Reply Quote 0
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by

                Yes, you only need to upgrade the pkg. Everything else will start using that.

                J Dobby_D 2 Replies Last reply Reply Quote 1
                • J
                  jrueger @stephenw10
                  last edited by jrueger

                  @stephenw10 but this is still only for amd64?

                  1 Reply Last reply Reply Quote 0
                  • stephenw10S
                    stephenw10 Netgate Administrator
                    last edited by stephenw10

                    Yes, the pkg file attached to the redmine is amd64.
                    pkgs for all architectures should be available when the repo builds update.

                    J 1 Reply Last reply Reply Quote 0
                    • J
                      jrueger @stephenw10
                      last edited by

                      @stephenw10 ok then I'm lost and confused ... where is the "repo builds update" located? On github/pfsense or somewhere else?

                      1 Reply Last reply Reply Quote 0
                      • stephenw10S
                        stephenw10 Netgate Administrator
                        last edited by

                        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.

                        J 1 Reply Last reply Reply Quote 1
                        • J
                          jrueger @stephenw10
                          last edited by

                          @stephenw10 Ah I get it now ... thanks for explaining things to a newbie.

                          1 Reply Last reply Reply Quote 2
                          • R
                            Remie2000
                            last edited by

                            I can confirm that this package fixes the IGMP problems!

                            Thanks a lot!

                            1 Reply Last reply Reply Quote 1
                            • Dobby_D
                              Dobby_ @stephenw10
                              last edited by

                              @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?

                              #~. @Dobby

                              Turris Omnia - 4 Ports - 2 GB RAM / TurrisOS 7 Release (Btrfs)
                              PC Engines APU4D4 - 4 Ports - 4 GB RAM / pfSense CE 2.7.2 Release (ZFS)
                              PC Engines APU6B4 - 4 Ports - 4 GB RAM / pfSense+ (Plus) 24.03_1 Release (ZFS)

                              1 Reply Last reply Reply Quote 0
                              • stephenw10S
                                stephenw10 Netgate Administrator
                                last edited by

                                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

                                1 Reply Last reply Reply Quote 0
                                • M
                                  mxt3rs
                                  last edited by

                                  i have updated bug tracker with arm pkg if someone wants to try

                                  https://redmine.pfsense.org/attachments/download/4733/igmpproxy-aarch64-0.3,1.pkg
                                  
                                  F 1 Reply Last reply Reply Quote 4
                                  • F
                                    Fretboard36 @mxt3rs
                                    last edited by

                                    @mxt3rs Great job! I've installed the arm package on my Netgate 2100 and the IP-TV streams are working flawless again.

                                    cmcdonaldC 1 Reply Last reply Reply Quote 1
                                    • cmcdonaldC
                                      cmcdonald Netgate Developer @Fretboard36
                                      last edited by

                                      Thanks to everyone who provided feedback.

                                      Thanks @mxt3rs for tracking down the issue.

                                      The patch has been pushed to 23.01 repos. Soon you should be able to update via pkg upgrade igmpproxy

                                      Need help fast? https://www.netgate.com/support

                                      1 Reply Last reply Reply Quote 1
                                      • stephenw10S
                                        stephenw10 Netgate Administrator
                                        last edited by stephenw10

                                        You should be able to see that now:

                                        [23.01-RELEASE][admin@m470.stevew.lan]/root: pkg upgrade igmpproxy
                                        Updating pfSense-core repository catalogue...
                                        pfSense-core repository is up to date.
                                        Updating pfSense repository catalogue...
                                        pfSense repository is up to date.
                                        All repositories are up to date.
                                        The following 1 package(s) will be affected (of 0 checked):
                                        
                                        Installed packages to be UPGRADED:
                                        	igmpproxy: 0.3,1 -> 0.3_1,1 [pfSense]
                                        
                                        Number of packages to be upgraded: 1
                                        
                                        24 KiB to be downloaded.
                                        
                                        Proceed with this action? [y/N]: 
                                        

                                        Available for all architectures.

                                        T M 2 Replies Last reply Reply Quote 2
                                        • T
                                          thebear @stephenw10
                                          last edited by

                                          @stephenw10 said in 23.01.b.20230106.0600 IGMP proxy stops TV stream:

                                          You should be able to see that now:

                                          [23.01-RELEASE][admin@m470.stevew.lan]/root: pkg upgrade igmpproxy
                                          Updating pfSense-core repository catalogue...
                                          pfSense-core repository is up to date.
                                          Updating pfSense repository catalogue...
                                          pfSense repository is up to date.
                                          All repositories are up to date.
                                          The following 1 package(s) will be affected (of 0 checked):
                                          
                                          Installed packages to be UPGRADED:
                                          	igmpproxy: 0.3,1 -> 0.3_1,1 [pfSense]
                                          
                                          Number of packages to be upgraded: 1
                                          
                                          24 KiB to be downloaded.
                                          
                                          Proceed with this action? [y/N]: 
                                          

                                          Available for all architectures.

                                          Thanks for the great and fast support, it make me remember the good old days on the Ubiquity UniFi forum. When the interaction was between the dev and the technical enduser. Love that, keep up the good NetGate work!

                                          1 Reply Last reply Reply Quote 3
                                          • Dobby_D
                                            Dobby_
                                            last edited by

                                            [23.01-RELEASE][root@Dockmaster.Heimnetz]/root: pkg info igmpproxy
                                            igmpproxy-0.3,1
                                            Name           : igmpproxy
                                            Version        : 0.3,1
                                            Installed on   : Mon Feb 20 23:00:28 2023 CET
                                            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
                                            
                                            

                                            and then

                                            [23.01-RELEASE][root@Dockmaster.Heimnetz]/root: pkg upgrade igmpproxy
                                            Updating pfSense-core repository catalogue...
                                            pfSense-core repository is up to date.
                                            Updating pfSense repository catalogue...
                                            pfSense repository is up to date.
                                            All repositories are up to date.
                                            The following 1 package(s) will be affected (of 0 checked):
                                            
                                            Installed packages to be UPGRADED:
                                                    igmpproxy: 0.3,1 -> 0.3_1,1 [pfSense]
                                            
                                            Number of packages to be upgraded: 1
                                            
                                            24 KiB to be downloaded.
                                            
                                            Proceed with this action? [y/N]: y
                                            [1/1] Fetching igmpproxy-0.3_1,1.pkg: 100%   24 KiB  24.4kB/s    00:01
                                            Checking integrity... done (0 conflicting)
                                            [1/1] Upgrading igmpproxy from 0.3,1 to 0.3_1,1...
                                            [1/1] Extracting igmpproxy-0.3_1,1: 100%
                                            
                                            

                                            All is fine here now again like the other user reported,
                                            German Telekom Magenta TV

                                            #~. @Dobby

                                            Turris Omnia - 4 Ports - 2 GB RAM / TurrisOS 7 Release (Btrfs)
                                            PC Engines APU4D4 - 4 Ports - 4 GB RAM / pfSense CE 2.7.2 Release (ZFS)
                                            PC Engines APU6B4 - 4 Ports - 4 GB RAM / pfSense+ (Plus) 24.03_1 Release (ZFS)

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.