Patric

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Patric

  1.   

    On 10/17/2021 at 9:16 PM, kp74508 said:

     

    My system was suffering from this condition. I could not execute this fix quoted above due to file locks. I was able to resolve the problem by de-activating the flash backup in the MyServers plug in, rebooting, and re-activating the flash backup. I hope this fix sticks. 🙂

    This is what solved my problem. Kudos @kp74508

    • Like 1
  2. On 10/17/2021 at 9:16 PM, kp74508 said:

     

    My system was suffering from this condition. I could not execute this fix quoted above due to file locks. I was able to resolve the problem by de-activating the flash backup in the MyServers plug in, rebooting, and re-activating the flash backup. I hope this fix sticks. 🙂

    This stooped it for me, thank you.

  3. @ljm42 This is by far the most prevalent application when I go through the git log and show the info:

     

    diff --git a/config/plugins/dynamix/monitor.ini b/config/plugins/dynamix/monitor.ini
    index 6ab9d95..3c7a543 100644
    --- a/config/plugins/dynamix/monitor.ini
    +++ b/config/plugins/dynamix/monitor.ini
    @@ -5,4 +5,4 @@ disk4="90"
     [disk]
     cache2="red"
     [system]
    -docker="76"
    +docker="77"

     

     

    I dont know what this dose.

  4. 11 hours ago, ljm42 said:

     

    Looks like you have commits happening every 3 minutes or so. You need to look at the individual commits to see what changed:

     

    11 hours ago, ljm42 said:

    Do that until you can identify a file that is being changed on a regular basis that shouldn't be. One-off changes like plugins being updated are not a problem, you are looking for the same file being updated over and over.

    Thank you, will do that later today and see what I get.

  5. 3 hours ago, ljm42 said:

     

    If the script is being called every minute, the last 5 minutes worth of logs should be enough to tell you what is triggering it.  (Unless backups aren't actually happening because you aren't signed in, see the previous post :)

    This is what I get with git log and a few minutes back. I also posted the git show further down the page.

     

    commit 8bccfa00ddb5510db83a28b02cc477374b3f8bec (HEAD -> master, origin/master, origin/HEAD)
    Author: gitbot <[email protected]>
    Date:   Thu Oct 7 09:43:22 2021 +0200

        Config change

    commit a952a9836e9baa6f0cc915b6383e69db3de40f18
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:58:03 2021 +0200

        Config change

    commit bb0d27e2a97f6b0e4509aed868654bc86fa6c56a
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:56:03 2021 +0200

        Config change

    commit 570852789ef26dbaa8e20ff75733c122145bcdd0
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:52:05 2021 +0200

        Config change

    commit fedc36b17cac4759341ed751942c675520b49bf6
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:48:04 2021 +0200

        Config change

    commit f96aac663d10969dd7d0a1878c1db6d778eab710
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:45:04 2021 +0200

        Config change

    commit 116e4f395665f111d788b8194a9c6a5b0a9eb27a
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:43:04 2021 +0200

        Config change

    commit 1d18ca44134aa9721b21797ce2ff45a3d021b049
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:40:04 2021 +0200

        Config change

    commit 3dfaf708372fb10a728eb8b49a2f0be5e09fe502
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:36:04 2021 +0200

        Config change

    commit 24851053202cee1e4a1c68ec6f9ce29420ad113a
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:31:04 2021 +0200

        Config change

    commit 6d483c4a123241b846a83a71d3f0926419b229e5
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:28:04 2021 +0200

        Config change

    commit 3a7225e91bfdf320e4e73a3b1c0185ef4107e7b1
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:26:04 2021 +0200

     

     

     

     

    git show

     

        Config change

    diff --git a/config/plugins/dynamix.my.servers/.gitignore b/config/plugins/dynamix.my.servers/.gitignore
    deleted file mode 100644
    index 69e8c03..0000000
    --- a/config/plugins/dynamix.my.servers/.gitignore
    +++ /dev/null
    @@ -1 +0,0 @@
    -webComps
    diff --git a/config/plugins/nvidia-driver.plg b/config/plugins/nvidia-driver.plg
    index e5113a9..1a5b684 100644
    --- a/config/plugins/nvidia-driver.plg
    +++ b/config/plugins/nvidia-driver.plg
    @@ -2,11 +2,11 @@
     <!DOCTYPE PLUGIN [
       <!ENTITY name      "nvidia-driver">
       <!ENTITY author    "ich777">
    -  <!ENTITY version   "2021.07.30">
    +  <!ENTITY version   "2021.09.17">
       <!ENTITY launch    "Settings/nvidia-driver">
       <!ENTITY gitURL    "https://github.com/&author;/unraid-&name;/raw/master">
       <!ENTITY pluginURL "&gitURL;/&name;.plg">
    -  <!ENTITY md5       "d2d508a41b75ea0449938a36999bdd35">
    +  <!ENTITY md5       "17090d9bd16d3c18e533b429423d0680">
       <!ENTITY plugin    "/boot/config/plugins/&name;">
       <!ENTITY emhttp    "/usr/local/emhttp/plugins/&name;">
     ]>
    @@ -15,6 +15,12 @@
     
     <CHANGES>
     
    +###2021.09.17
    +- Fixed plugin to escape variables properly
    +
    +###2021.09.15
    +- Added message to New Feature and Production Branch if no driver package is found for current unRAID version
    +
     ###2021.07.30
     - Bugfix, thanks to cybrnook
     
    diff --git a/config/plugins/unassigned.devices.plg b/config/plugins/unassigned.devices.plg
    index 45bab92..734ee41 100644
    --- a/config/plugins/unassigned.devices.plg
    +++ b/config/plugins/unassigned.devices.plg
    @@ -3,12 +3,12 @@
     <!DOCTYPE PLUGIN [
     <!ENTITY name          "unassigned.devices">
     <!ENTITY author                "dlandon">
    -<!ENTITY version       "2021.08.28">
    +<!ENTITY version       "2021.09.26">
     <!ENTITY launch                "Main/UnassignedDevices">
     <!ENTITY gitURL                "https://github.com/&author;/&name;/raw/master">
     <!ENTITY pluginURL     "&gitURL;/&name;.plg">
     <!ENTITY supportURL    "https://forums.unraid.net/topic/92462-unassigned-devices-managing-disk-drives-and-remote-shares-outside-of-the-unraid-array/">
    -<!ENTITY MD5           "f56f91c2919817dabcdfe76c328964c7">
    +<!ENTITY MD5           "8c4e5c66433bf143787341f2a01b6740">
     ]>
     
     <PLUGIN name="&name;"
    @@ -23,12 +23,24 @@
     <CHANGES>
     ##&name;
     ###&version;
    +- Fix: Do not allow exclamation character in disk mount point.
    +- Fix: Remove legacy partition toggle code.
    +- Fix: Remove and reload shares when changing UD settings - missing device.
    +- Fix: Double file system display on some luks devices.
    +- Fix: Rework disk label on change mountpoint dialog.
    +- Fix: More code cleanup.
    +
    +###2021.09.12a
    +- Fix: Do not allow pound or ampersand characters in disk mount point.
    +- Add: NFSv4 support for mounting remote NFS shares.  The NFS version to use is set in UD settings.
    +
    +###2021.08.28
     - Fix: Auto mount remote shares fails on boot.
     - Fix: Rework disk label routine.
     
     ###2021.08.27
     - Fix: Force lazy unmount on NFS mounts.
    -- Fix: Remove unnecessary parameters from NFS remote share mount command and use system defaults.
    +- Fix: Remove unnecessary parameters from NFS remote share mount command and use defaults.
     - Fix: Only show log icon on first partition when 'Show Partitions' is on.
     - Add: File browse fixes for Unraid 6.10.
     - Add: Limit ISO file browsing to /mnt/user/isos/ folder.

     

     

     

     

     

     

  6. On 10/13/2021 at 7:58 PM, ljm42 said:

    So the issue is that something is updating a file on your flash drive continuously. Flash backup detects this and then backs up the updated file.

     

    You need to figure out what file is being continuously updated, and ideally stop that from happening. If the continuous changes cannot be stopped, then we can tell flash backup not to backup that file.


    You ran 'git log' and saw a list of recent commits. Now you need to look at those commits to see what changed. Here are commands to view some of the commits you provided from your 'git log', hopefully it is clear how to view other commits too:

      git show b986e2813ffcc6fab9ec55492ffa42df90b1bab4
      git show f19ff22f33252ec50ce13282027f3d6af351873a
      git show 51412599f8dd727162e891da42fe8e93ca8619fc

     

    After looking at these (and potentially other) commits, can you identify the file that is being continuously updated?

    On 10/13/2021 at 7:58 PM, ljm42 said:

     

    Thank you guys for answering Squid & ljm42.

    And good luck tetrapod, my fellow toothpick 😂

    How far back do I need to retrieve logs?

  7.   

    On 8/22/2021 at 1:49 AM, ljm42 said:

    Flash backup uses git, so if you are familiar with git you can see what the changes were.

     

    Open a web terminal and type:
      cd /boot
    then:
      git show
    to see what changed in the last commit.

     

    If you type:
      git log
    you'll see a list of commits. Grab the commit id and you can view any one of them:
      git show c2d9e4112dd9449b0eb98b0cd3775655cfd8a457


    This is the output from those commands:

     

    root@....:/boot# git show
    commit 8bccfa00ddb5510db83a28b02cc477374b3f8bec (HEAD -> master, origin/master, origin/HEAD)
    Author: gitbot <[email protected]>
    Date:   Thu Oct 7 09:43:22 2021 +0200

        Config change

    diff --git a/config/plugins/dynamix.my.servers/.gitignore b/config/plugins/dynamix.my.servers/.gitignore
    deleted file mode 100644
    index 69e8c03..0000000
    --- a/config/plugins/dynamix.my.servers/.gitignore
    +++ /dev/null
    @@ -1 +0,0 @@
    -webComps
    diff --git a/config/plugins/nvidia-driver.plg b/config/plugins/nvidia-driver.plg
    index e5113a9..1a5b684 100644
    --- a/config/plugins/nvidia-driver.plg
    +++ b/config/plugins/nvidia-driver.plg
    @@ -2,11 +2,11 @@
     <!DOCTYPE PLUGIN [
       <!ENTITY name      "nvidia-driver">
       <!ENTITY author    "ich777">
    -  <!ENTITY version   "2021.07.30">
    +  <!ENTITY version   "2021.09.17">
       <!ENTITY launch    "Settings/nvidia-driver">
       <!ENTITY gitURL    "https://github.com/&author;/unraid-&name;/raw/master">
       <!ENTITY pluginURL "&gitURL;/&name;.plg">
    -  <!ENTITY md5       "d2d508a41b75ea0449938a36999bdd35">
    +  <!ENTITY md5       "17090d9bd16d3c18e533b429423d0680">
       <!ENTITY plugin    "/boot/config/plugins/&name;">
       <!ENTITY emhttp    "/usr/local/emhttp/plugins/&name;">
     ]>
    @@ -15,6 +15,12 @@
     
     <CHANGES>
     
    +###2021.09.17
    +- Fixed plugin to escape variables properly
    +
    +###2021.09.15
    +- Added message to New Feature and Production Branch if no driver package is found for current unRAID version
    +
     ###2021.07.30
     - Bugfix, thanks to cybrnook
     
    diff --git a/config/plugins/unassigned.devices.plg b/config/plugins/unassigned.devices.plg
    index 45bab92..734ee41 100644
    --- a/config/plugins/unassigned.devices.plg
    +++ b/config/plugins/unassigned.devices.plg
    @@ -3,12 +3,12 @@
     <!DOCTYPE PLUGIN [
     <!ENTITY name          "unassigned.devices">
     <!ENTITY author                "dlandon">
    -<!ENTITY version       "2021.08.28">
    +<!ENTITY version       "2021.09.26">
     <!ENTITY launch                "Main/UnassignedDevices">
     <!ENTITY gitURL                "https://github.com/&author;/&name;/raw/master">
     <!ENTITY pluginURL     "&gitURL;/&name;.plg">
     <!ENTITY supportURL    "https://forums.unraid.net/topic/92462-unassigned-devices-managing-disk-drives-and-remote-shares-outside-of-the-unraid-array/">
    -<!ENTITY MD5           "f56f91c2919817dabcdfe76c328964c7">
    +<!ENTITY MD5           "8c4e5c66433bf143787341f2a01b6740">
     ]>
     
     <PLUGIN name="&name;"
    @@ -23,12 +23,24 @@
     <CHANGES>
     ##&name;
     ###&version;
    +- Fix: Do not allow exclamation character in disk mount point.
    +- Fix: Remove legacy partition toggle code.
    +- Fix: Remove and reload shares when changing UD settings - missing device.
    +- Fix: Double file system display on some luks devices.
    +- Fix: Rework disk label on change mountpoint dialog.
    +- Fix: More code cleanup.
    +
    +###2021.09.12a
    +- Fix: Do not allow pound or ampersand characters in disk mount point.
    +- Add: NFSv4 support for mounting remote NFS shares.  The NFS version to use is set in UD settings.
    +
    +###2021.08.28
     - Fix: Auto mount remote shares fails on boot.
     - Fix: Rework disk label routine.
     
     ###2021.08.27
     - Fix: Force lazy unmount on NFS mounts.
    -- Fix: Remove unnecessary parameters from NFS remote share mount command and use system defaults.
    +- Fix: Remove unnecessary parameters from NFS remote share mount command and use defaults.
     - Fix: Only show log icon on first partition when 'Show Partitions' is on.
     - Add: File browse fixes for Unraid 6.10.
     - Add: Limit ISO file browsing to /mnt/user/isos/ folder.

     

     

     


    root@......:/boot# git log
    commit 8bccfa00ddb5510db83a28b02cc477374b3f8bec (HEAD -> master, origin/master, origin/HEAD)
    Author: gitbot <[email protected]>
    Date:   Thu Oct 7 09:43:22 2021 +0200

        Config change

    commit a952a9836e9baa6f0cc915b6383e69db3de40f18
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:58:03 2021 +0200

        Config change

    commit bb0d27e2a97f6b0e4509aed868654bc86fa6c56a
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:56:03 2021 +0200

        Config change

    commit 570852789ef26dbaa8e20ff75733c122145bcdd0
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:52:05 2021 +0200

        Config change

    commit fedc36b17cac4759341ed751942c675520b49bf6
    Author: gitbot <[email protected]>
    Date:   Wed Oct 6 20:48:04 2021 +0200

     git show 8bccfa00ddb5510db83a28b02cc477374b3f8bec
    commit 8bccfa00ddb5510db83a28b02cc477374b3f8bec (HEAD -> master, origin/master, origin/HEAD)
    Author: gitbot <[email protected]>
    Date:   Thu Oct 7 09:43:22 2021 +0200

        Config change

    diff --git a/config/plugins/dynamix.my.servers/.gitignore b/config/plugins/dynamix.my.servers/.gitignore
    deleted file mode 100644
    index 69e8c03..0000000
    --- a/config/plugins/dynamix.my.servers/.gitignore
    +++ /dev/null
    @@ -1 +0,0 @@
    -webComps
    diff --git a/config/plugins/nvidia-driver.plg b/config/plugins/nvidia-driver.plg
    index e5113a9..1a5b684 100644
    --- a/config/plugins/nvidia-driver.plg
    +++ b/config/plugins/nvidia-driver.plg
    @@ -2,11 +2,11 @@
     <!DOCTYPE PLUGIN [
       <!ENTITY name      "nvidia-driver">
       <!ENTITY author    "ich777">
    -  <!ENTITY version   "2021.07.30">
    +  <!ENTITY version   "2021.09.17">
       <!ENTITY launch    "Settings/nvidia-driver">
       <!ENTITY gitURL    "https://github.com/&author;/unraid-&name;/raw/master">
       <!ENTITY pluginURL "&gitURL;/&name;.plg">
    -  <!ENTITY md5       "d2d508a41b75ea0449938a36999bdd35">

  8. Hi

    Still a noob and trying to run Unraid with the knowledge of a toothpick. 

    By accident i looked in the system log and the output from this is a never ending "flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update"

     

    I looked around and found some information but could not get it to work.

     

    Tank you.

     

    This is what solved my problem.

     

      

    On 10/17/2021 at 9:16 PM, kp74508 said:

     

    My system was suffering from this condition. I could not execute this fix quoted above due to file locks. I was able to resolve the problem by de-activating the flash backup in the MyServers plug in, rebooting, and re-activating the flash backup. I hope this fix sticks. 🙂

     

     

     

    xavier-diagnostics-20211008-1443.nr2.zip

  9. Hi

    Im having problems with my server and hope you good folks can help.

    I upgraded my parity drive to a larger disk, parity check and every thing was working fine. I did a reboot and it never cam back up.

    I can IPMI and boot, go in to the gui, from here I do not get the web ui, and from the terminal (over ipmi) i can not find my drives...

    I can not find the servers ip from the router, and ifconfig shows a completely wrong ip addr while in ipmi.

     

    I have cheeked the usb and it seems to be oki, but not sure.

     

    Anny help would be greatly appreciated