• [6.9.2] Upgrading to 6.10.0 - Plugin Update Helper Hangs


    SimonC
    • Minor

    So I decided to update my unRAID server this morning from 6.9.2. to the newly released 6.10.0. I clicked the Update button in the Update Tool and I received a notification that some plugins needed to be updated and to wait for another notification before rebooting my server. Two hours later, I am still waiting for the reboot notification...

     

    The last notification I received is attached, with my diagnostics ZIP. From what I understand, its checking which plugin from this list I have installed and it updates them. The only one I have is the nvidia plugin if that can help...

     

    Capture d’écran, le 2022-05-18 à 12.45.41.png

    prometheus-diagnostics-20220518-1246.zip




    User Feedback

    Recommended Comments

    Looks like it's a problem with the script when it attempts to parse the kernel version.

     

    Line 29 in the plugin_update_helper script attempts to extract the kernel version :

     

    NEW_KERNEL_V="$(grep -E -A2 "Linux kernel" /boot/changes.txt | grep -E "Unraid" | awk '{print $3}' | sort -V | tail -1)"

     

    but with this release, it returns (CVE-2021-33909. Replacing $3 bt $2 in the awk command return the proper version 5.15.40-Unraid.

    Link to comment


    Join the conversation

    You can post now and register later. If you have an account, sign in now to post with your account.
    Note: Your post will require moderator approval before it will be visible.

    Guest
    Add a comment...

    ×   Pasted as rich text.   Restore formatting

      Only 75 emoji are allowed.

    ×   Your link has been automatically embedded.   Display as a link instead

    ×   Your previous content has been restored.   Clear editor

    ×   You cannot paste images directly. Upload or insert images from URL.


  • Status Definitions

     

    Open = Under consideration.

     

    Solved = The issue has been resolved.

     

    Solved version = The issue has been resolved in the indicated release version.

     

    Closed = Feedback or opinion better posted on our forum for discussion. Also for reports we cannot reproduce or need more information. In this case just add a comment and we will review it again.

     

    Retest = Please retest in latest release.


    Priority Definitions

     

    Minor = Something not working correctly.

     

    Urgent = Server crash, data loss, or other showstopper.

     

    Annoyance = Doesn't affect functionality but should be fixed.

     

    Other = Announcement or other non-issue.