UpdateFlashBackup every minute -solved-


Recommended Posts

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

Edited by Patric
sovled
Link to comment
  • Patric changed the title to UpdateFlashBackup every minute

  

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">

Edited by Patric
Remove server id
Link to comment

My /var/log is showing the same line described by @Patric and is repeated every minute. I do not know when it started. My log was full and I deleted the rotated files before a reboot :-$

Oct 13 07:54:30 server flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update
Oct 13 07:55:31 server flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update
Oct 13 07:56:31 server flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update
Oct 13 07:57:31 server flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update
Oct 13 07:58:31 server flash_backup: adding task: /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update

 

As my knowledge is on par with Patric's toothpick I am also struggle to find out what to do. I see @Squid's asking to check with git. Git is used to track changes on a filesystem so when a change is made where the backup is concerned a backup is triggered - right?

 

So here is the git log

commit e7ddace66e1916666ee274b3ab470cbaebc38d52 (HEAD -> master, origin/master)
Author: gitbot <gitbot@unraid.net>
Date:   Mon Sep 20 18:12:49 2021 +0200

    Config change

commit 64fff6c7746096c497666c3038b83d3a42ed8311
Author: gitbot <gitbot@unraid.net>
Date:   Mon Sep 20 18:12:04 2021 +0200

    Config change

commit fc355a1e8c8b5762f0cb20b845d43535aaa14ef9
Author: gitbot <gitbot@unraid.net>
Date:   Sun Sep 12 08:06:04 2021 +0200

    Config change

commit c1677fdcf647cca83735336e10ec352c160fe21c
Author: gitbot <gitbot@unraid.net>
Date:   Sun Sep 12 07:57:03 2021 +0200

    Config change

commit 01730b480d4d8dbac774af870b7c21e6d0dda400
Author: gitbot <gitbot@unraid.net>
Date:   Sat Sep 11 00:01:04 2021 +0200

    Config change

commit 998eca1b49ff7fad12e006b9da375b0302d6d4a6
Author: gitbot <gitbot@unraid.net>
Date:   Sun Sep 5 12:25:06 2021 +0200

    Config change

commit 4e0140f9dd35d32b1d18c26b38461cdfe0111c91
Author: gitbot <gitbot@unraid.net>
Date:   Sun Sep 5 12:20:05 2021 +0200

    Config change

commit ba41ff487007347f16342bc0bd4920d657d5909f
Author: gitbot <gitbot@unraid.net>
Date:   Sun Sep 5 08:35:03 2021 +0200

    Config change

commit 610b70ed7df9e5982060ca05cb253f374604542e
Author: gitbot <gitbot@unraid.net>
Date:   Sun Sep 5 08:33:04 2021 +0200

    Config change

commit 2186f93a6ab02127c6dbff42acb67ccf3b243563
Author: gitbot <gitbot@unraid.net>
Date:   Sun Sep 5 08:29:04 2021 +0200

    Config change

commit 0f654bbd603b35fdac062717b14178275e76fe67
Author: gitbot <gitbot@unraid.net>
Date:   Sun Sep 5 08:26:03 2021 +0200

    Config change

commit 5077c63c6d8340e0026e84fcb154d4cece354530
Author: gitbot <gitbot@unraid.net>
Date:   Sun Sep 5 08:11:04 2021 +0200

    Config change

commit 51412599f8dd727162e891da42fe8e93ca8619fc
Author: gitbot <gitbot@unraid.net>
Date:   Sun Sep 5 07:56:04 2021 +0200

    Config change

commit f19ff22f33252ec50ce13282027f3d6af351873a
Author: gitbot <gitbot@unraid.net>
Date:   Sun Sep 5 07:54:04 2021 +0200

    Config change

commit b986e2813ffcc6fab9ec55492ffa42df90b1bab4
Author: gitbot <gitbot@unraid.net>
Date:   Sun Aug 29 01:42:03 2021 +0200

    Config change

commit 4d0c77311c73faa4f63ac38de235c768cce56358
Author: gitbot <gitbot@unraid.net>

 

The most resent one is 'Disk Location' plugin and the rest back to Sep 5 is the 'WireGuard' plugin. I have removed both plugins but I still have the update every minute. What am I missing here? I probably need someone to spoon feed me.

 

treebeard-diagnostics-20211013-1332.zipAttaching my system diagnostics

Link to comment

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?

Link to comment
On 10/13/2021 at 3:46 PM, Squid said:

It's not me asking for it.  I'm just getting the information that @ljm42 is going to want to see to help you guys out

I'm sorry if this was the wrong way to reference what you wrote. I did not imply anything with it. English is not my first language and I think I misunderstanding something if "asking for" is impolite somehow? Or did I totally missunderstand your comment? :-$ 

 

 

Link to comment
22 hours ago, 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?

Thank you, I think I better understand what git is now. I tried to explain that I already did run the 'git show' command for the last commits and that was showing that the plug-in "Disk Location" and "WireGuard" were the guilty parties for the 6 most recent changes. That what I ment by removing them altogether to remove the culprit. But it didn't help.

 

But I still don't think I understand how I should read the output from 'git log'. The top entry is from Sep 20? If I get a new backup every minute shouldn't 'git log' reflect that?

Link to comment
27 minutes ago, tetrapod said:

But I still don't think I understand how I should read the output from 'git log'. The top entry is from Sep 20? If I get a new backup every minute shouldn't 'git log' reflect that?

 

Interesting, I didn't notice the Sep 20 date.

 

Please open a webterminal and type this:

  /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php

If there are any error messages we need to resolve those. It there aren't any, then type this and let me know if there is any output.

/usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php update

 

Finally, please DM me the /var/log/gitflash file from your system. One way to get it is to type

cp /var/log/gitflash /boot

and then you can grab the file off your flash drive.

Link to comment
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?

Edited by Patric
Link to comment

 

22 hours ago, ljm42 said:

If there are any error messages we need to resolve those. It there aren't any, then type this and let me know if there is any output.

Well, that was kinda embarrasing :-$

root@server:/boot# /usr/local/emhttp/plugins/dynamix.my.servers/scripts/UpdateFlashBackup.php
Error: Must be signed in to My Servers to use Flash Backup

Signing in to My Servers removed the every minute backup note in syslog.

 

Now, should I somehow have figured that out? Is there a lesson for me here or reason to improve on the sw?

 

It's not just all good just yet either. I see this in the My Servers tab:

statuscode500.png.1be27a720ae3ec5f49b8709c79adb76c.png

 

And in the settings I can see this error:

ManagementAccess.thumb.png.b2c9b71051e6e57f588d95e13250df5e.png

 

mothership.unraid.net does resolve from the server. Or at least, from a VM on that server.

 

If I log in to unraid I see this status:

My-Servers-Unraid.png.878ca105bfb11aea724f9ce436f22a28.png

 

 

Edited by tetrapod
Additional information
Link to comment
8 hours ago, Patric said:

How far back do I need to retrieve logs?

 

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 :)

Link to comment
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.

 

 

 

 

 

 

Link to comment
1 hour ago, Patric said:

This is what I get with git log and a few minutes back.

 

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

git show 8bccfa00ddb5510db83a28b02cc477374b3f8bec 
git show a952a9836e9baa6f0cc915b6383e69db3de40f18
git show bb0d27e2a97f6b0e4509aed868654bc86fa6c56a
etc

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.

Link to comment
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.

Link to comment
18 hours ago, ljm42 said:

Ha! Ok we need to do the sign in check earlier so we don't spam the log like that. Thanks

Well, always happy to help ;-) - thank you

 

18 hours ago, ljm42 said:

The rest of your issues will likely be resolved by opening a webterminal and typing:

  unraid-api restart

It did help for the MyServer page which now looks normal. I do however still have this:

treebeard-FixProblems.png.701d3625d5bf030a29573c953d3c2c00.png

 

On the settings page for remote access I do not longer have the red DNS warning. Instead I have a remark:

Remark: Unraid's WAN IPv4 88.91.x.x does not match your client's WAN IPv4 188.115.x.x. This may indicate a complex network that will not work with this Remote Access solution. Ignore this message if you are currently connected via Remote Access or VPN.

 

Both the WAN IPs listed match the WAN IP for where the server is situated and the WAN IP where I access it from and yes, I do access via WireGuard. Does that somehow explain the status code 500? 

Link to comment

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

Link to comment
  • 3 weeks later...

  

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
Link to comment
  • Patric changed the title to UpdateFlashBackup every minute -solved-