ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups

    Solved Proxmox initial setup annoyances

    IT Discussion
    proxmox proxmox 6.3 proxmox ve
    5
    16
    610
    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.
    • JaredBusch
      JaredBusch @black3dynamite last edited by

      @black3dynamite said in Proxmox initial setup annoyances:

      The git repo is from someone else. But the pve-nag-buster script hasn't been updated with the fix for NAGTOKEN variable.

      pve-nag-buster make changes to the data.status while the one from John McLaren changes Ext.Msg.show

      When I reinstalled everything today, I looked at the github.

      That also fixes the repo as well as the nag (minus the current bug).

      1 Reply Last reply Reply Quote 0
      • V
        VoIP_n00b last edited by

        I've always just dealt with the nag screen. I guess I'll have to give this a shot.

        1 Reply Last reply Reply Quote 0
        • JaredBusch
          JaredBusch last edited by

          So with the git repo method, immediately after installing PM...
          Even before opening the web console the first time..
          Hit up ssh as root.

          apt update # you will get an error because of the enterprise repo. ignore it.
          apt install git -y
          git clone https://github.com/foundObjects/pve-nag-buster.git
          cd pve-nag-buster && ./install.sh
          
          # as of this writing, there is a bug in the git repo. so fix it.
          sed -i 's/NAGTOKEN="data.status !== \x27Active\x27"/NAGTOKEN="data.status.toLowerCase() !== \x27active\x27"/g' /usr/share/pve-nag-buster.sh
          bash /usr/share/pve-nag-buster.sh
          
          # now update the system
          apt update && apt dist-upgrade -y
          
          # then reboot.
          reboot
          

          Now you have a clean install, fully updated and not nagging you.

          V Dashrender 3 Replies Last reply Reply Quote 2
          • V
            VoIP_n00b @JaredBusch last edited by

            @JaredBusch Thanks!

            1 Reply Last reply Reply Quote 0
            • Dashrender
              Dashrender @JaredBusch last edited by

              @JaredBusch said in Proxmox initial setup annoyances:

              So with the git repo method, immediately after installing PM...
              Even before opening the web console the first time..
              Hit up ssh as root.

              apt update # you will get an error because of the enterprise repo. ignore it.
              apt install git -y
              git clone https://github.com/foundObjects/pve-nag-buster.git
              cd pve-nag-buster && ./install.sh
              
              # as of this writing, there is a bug in the git repo. so fix it.
              sed -i 's/NAGTOKEN="data.status !== \x27Active\x27"/NAGTOKEN="data.status.toLowerCase() !== \x27active\x27"/g' /usr/share/pve-nag-buster.sh
              bash /usr/share/pve-nag-buster.sh
              
              # now update the system
              apt update && apt dist-upgrade -y
              
              # then reboot.
              reboot
              

              Now you have a clean install, fully updated and not nagging you.

              you should make your git for this, fewer steps for people 😛

              JaredBusch 1 Reply Last reply Reply Quote 0
              • JaredBusch
                JaredBusch @Dashrender last edited by

                @Dashrender said in Proxmox initial setup annoyances:

                you should make your git for this, fewer steps for people 😛

                The owner of the above repo has not updated the repo in 11 months. The "issue" has only been hanging around since November 10th.

                I know that issues posted to my github are not immediately noticed by me. Because I have email turned off. So not blaming this guy.

                1 Reply Last reply Reply Quote 0
                • V
                  VoIP_n00b @JaredBusch last edited by

                  This post is deleted!
                  1 Reply Last reply Reply Quote 0
                  • JaredBusch
                    JaredBusch last edited by JaredBusch

                    The noted repo has been updated.

                    The "fix" is no longer required.

                    It also still works on ProxMox 7.0.0

                    apt update # you will get an error because of the enterprise repo. ignore it.
                    apt install git -y
                    git clone https://github.com/foundObjects/pve-nag-buster.git
                    cd pve-nag-buster && ./install.sh
                    
                    # now update the system
                    apt update && apt dist-upgrade -y
                    
                    # then reboot.
                    reboot
                    
                    M 1 Reply Last reply Reply Quote 3
                    • M
                      marcinozga @JaredBusch last edited by

                      You may have to clear browser cache to fully get rid of the nag. Mine kept coming back, clearing caches got rid of it.

                      JaredBusch 1 Reply Last reply Reply Quote 0
                      • JaredBusch
                        JaredBusch @marcinozga last edited by

                        @marcinozga said in Proxmox initial setup annoyances:

                        You may have to clear browser cache to fully get rid of the nag. Mine kept coming back, clearing caches got rid of it.

                        I run this prior to ever opening the web interface, so never an issue.

                        1 Reply Last reply Reply Quote 0
                        • Topic has been marked as a question  JaredBusch JaredBusch 
                        • Topic has been marked as solved  JaredBusch JaredBusch 
                        • First post
                          Last post