Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Plugin] CA Fix Common Problems

Featured Replies

  • Author
3 minutes ago, fmp4m said:

Warning: A non-numeric value encountered in /usr/local/emhttp/plugins/fix.common.problems/include/tests.php on line 1085

 

This shows after the recent update.

Nothing changed there.  Show me your diagnostics

  • Replies 2.5k
  • Views 657.4k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Mainly because my keyboard is worn out from replying "Uninstall Advanced Buttons", today's update features an "Update Assistant" which sits on the Tools Menu (next to Update OS)   This perfo

  • kennymc.c
    kennymc.c

    The included Update Assistant tool still shows 6.12.10 as the latest version. Is this a know issue as the update process has changed with the previous version?

  • Implied Cache Only shares do not have files / folders stored outside the cache drive Cache Only shares do not have files / folders stored outside the cache drive Array Only shares do not

Posted Images

I'm moving the discussion of FCP not having the network running when it is dong the github check.  In my situation, the network is being messed with at about the same time as FCP is trying to do network things.  I think you should add a check for the network being up and running with a max time limit before doing the github check, etc.  I think it is just happenstance that the network is dropping out at about the time you need it to be running, especially in my case.

  • Author
8 hours ago, dlandon said:

I'm moving the discussion of FCP not having the network running when it is dong the github check.  In my situation, the network is being messed with at about the same time as FCP is trying to do network things.  I think you should add a check for the network being up and running with a max time limit before doing the github check, etc.  I think it is just happenstance that the network is dropping out at about the time you need it to be running, especially in my case.

I think the better solution as far as FCP is concerned is to instead delay the scan done at disks_mounted by something like 30 minutes.  Problem that others have with the network issue is usually related to running pfSense as a VM in which case the startup time is significantly longer than any timeout that I would be comfortable with

12 hours ago, Squid said:

Nothing changed there.  Show me your diagnostics

 

Being new to this, would you mind telling me which diagnostics you would like?

7 hours ago, fmp4m said:

 

Being new to this, would you mind telling me which diagnostics you would like?

That would mean tools>diagnostics. A zip file will be downloaded. Just attach it to your next post.

  • Author
7 hours ago, fmp4m said:

 

Being new to this, would you mind telling me which diagnostics you would like?

fixed

17 hours ago, Squid said:

fixed

 

Thank you,   sorry I PM'd the diagnostics.    what caused it?

  • Author
Quote
  • Fixed: PHP error displayed if cache floor not set in unRaid settings

 

I am still a little new to unRAID and I was having an issue with an application not launching so I ran CA Fix Common Problems and I received the following error:

 

"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 127381536 bytes) in /usr/local/emhttp/plugins/fix.common.problems/include/tests.php on line 1586"

 

This is the first time I have seen this so I am not too sure how to fix it or what has caused this. Please let me know if you have any advise.

 

Thanks!

Is there the ability to schedule Extended Tests?

  • Author
On 11/27/2017 at 11:08 PM, Pidoma said:

I am still a little new to unRAID and I was having an issue with an application not launching so I ran CA Fix Common Problems and I received the following error:

 

"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 127381536 bytes) in /usr/local/emhttp/plugins/fix.common.problems/include/tests.php on line 1586"

 

This is the first time I have seen this so I am not too sure how to fix it or what has caused this. Please let me know if you have any advise.

 

Thanks!

You have a very large syslog.  Possibly recurring errors in it constantly.  But either way, FCP has to accomodate that.  Won't be fixed however for about 1.5 weeks (I'm AFK)

  • Author
4 hours ago, GeekMajic said:

Is there the ability to schedule Extended Tests?

Not really.  You could however schedule something via user scripts plugin and execute this line:

echo "/usr/local/emhttp/plugins/fix.common.problems/scripts/extendedTest.php" | at NOW -M > /dev/null 2>&1

 

But there's currently no way to disable to start / finished notifications.

17 hours ago, Squid said:

You have a very large syslog.  Possibly recurring errors in it constantly.  But either way, FCP has to accomodate that.  Won't be fixed however for about 1.5 weeks (I'm AFK)

 

Thank you for the reply. Enjoy your AFK

  • Author
 
Thank you for the reply. Enjoy your AFK
Work. Not play. [emoji35]
Just now, Squid said:

Work. Not play. emoji35.png

Go AFK from work!!!

  • Author
Go AFK from work!!!
One of those rare special jobs where I wake up every morning and ask my wife if I'm allowed to quit
42 minutes ago, Squid said:
47 minutes ago, Pidoma said:
Go AFK from work!!!

One of those rare special jobs where I wake up every morning and ask my wife if I'm allowed to quit

I understand that. I am finally in a position that I enjoy.

Thanks a lot for this plugin! I have experienced a freeze of unRAID where this will be great to preserve the logs past the required, forced reboot!

 

Quote

When running in this mode the syslog is continually captured to the flash drive, and a diagnostics dump is performed every 30 minutes

 

  • Author
6 hours ago, cholzer said:

Thanks a lot for this plugin! I have experienced a freeze of unRAID where this will be great to preserve the logs past the required, forced reboot!

 

 

Just FYI that if you do not have the problems, then do not run FCP in this mode.  On a properly running, stable system if you want logs preserved after a reboot, use the Tips & Tweaks plugin instead

11 hours ago, Squid said:

Just FYI that if you do not have the problems, then do not run FCP in this mode.  On a properly running, stable system if you want logs preserved after a reboot, use the Tips & Tweaks plugin instead

 

I had unRAID freeze after it was running for about one week. SMB shares and webGUI did not respond anymore - I could still ping the unRAID box though.

Had to do a hard reboot of the system which meant that all logs were gone.

 

Troubleshooting mode should help me out here to track down the source of this freeze (should it occur again within the next 14 days), right? Or should I use the Tips & Tweaks plugin instead. :)

Edited by cholzer

  • Author
On 11/27/2017 at 11:08 PM, Pidoma said:

I am still a little new to unRAID and I was having an issue with an application not launching so I ran CA Fix Common Problems and I received the following error:

 

"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 127381536 bytes) in /usr/local/emhttp/plugins/fix.common.problems/include/tests.php on line 1586"

 

This is the first time I have seen this so I am not too sure how to fix it or what has caused this. Please let me know if you have any advise.

 

Thanks!

*Should* be fixed on today's update.  But kinda hard for me to test for it

  • Author
On 12/7/2017 at 9:01 AM, zin105 said:

I keep getting "Unable to communicate with GitHub.com" all of a sudden although internet and DNS lookups works fine from unRAID.

How do you know internet and DNS lookups work fine?

 

The github test is the test to see if your server has internet connectivity (so that unRaid etc can check for updates, etc) and is a simple ping to github.com

 

Could also be that when you were running the tests github was down.

On 12/9/2017 at 12:14 PM, zin105 said:

 

Pinging other sites and even downloading plug-ins that fetch files from github works.

I'm seeing this same behavior. Fix Common Problems reports it's unable to communicate with github.com but all internet connectivity, including to github.com works from the host.

  • Author
I'm seeing this same behavior. Fix Common Problems reports it's unable to communicate with github.com but all internet connectivity, including to github.com works from the host.
At what point are you seeing this? Only at the initial array start or on all subsequent scans?

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
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.