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

    Possible to disable no new release warning?

    webGUI
    3
    5
    690
    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.
    • B
      bruor
      last edited by

      I'm getting spammed with this in the logs on some older devices, is there any way to disable this notification?
      ERROR: The Netgate SG-1000 cannot be upgraded. There are no new releases for the SG-1000. @ 2023-10-27 22:57:07

      1 Reply Last reply Reply Quote 1
      • S
        SiMpS0N
        last edited by

        I'm suffering from the same problem on my SG-1000. No upgrade is available, and dismissing or turning off the notification regarding cannot be upgraded seems impossible.

        1 Reply Last reply Reply Quote 0
        • I
          Izaac
          last edited by Izaac

          Here's a patch for the "System_Patches" package which should suppress the SG-1000 notice.

          --- a/usr/local/libexec/pfSense-upgrade
          +++ b/usr/local/libexec/pfSense-upgrade
          @@ -1547,10 +1547,10 @@
          
                  # Do not upgrade the Netgate SG-1000
                  if [ "$(/bin/kenv -q uboot.board_name 2> /dev/null)" = "A335uFW" ]; then
          -               MESSAGE="ERROR: The Netgate SG-1000 cannot be upgraded.  \
          -There are no new releases for the SG-1000."
          -               notice "${MESSAGE}"
          -               _echo "${MESSAGE}"
          +               #MESSAGE="ERROR: The Netgate SG-1000 cannot be upgraded.  \
          +#There are no new releases for the SG-1000."
          +               #notice "${MESSAGE}"
          +               #_echo "${MESSAGE}"
                          exit 1
                  fi
                  # Do not upgrade while wg interfaces are assigned
          
          • Path Strip Count => 1
          • Base Directory => /
          B 1 Reply Last reply Reply Quote 0
          • B
            bruor @Izaac
            last edited by

            @Izaac Thanks for this, have applied it to one of my sg-1000 units for testing!

            S 1 Reply Last reply Reply Quote 0
            • S
              SiMpS0N @bruor
              last edited by

              @Izaac It worked perfectly—thanks so much for your help!

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