itimpi

Moderators
  • Posts

    19605
  • Joined

  • Last visited

  • Days Won

    53

Everything posted by itimpi

  1. Nothing spring out as indicating a problem. Doing the Extended SMART test on a drive is a good indication that if it passes it is probably OK, and failure means should be replaced.
  2. I cannot see any SMART report for disk3 which suggests it has dropped offline. It might be worth power cycling the server to see if that gets it back online and if it does posting new diagnostics. this does not mean there is no cabling issue - it can be just a case of the connector working itself slightly loose. You also need to check the power side of things as this can also cause issues.
  3. I do not think this is possible. Unraid recognises disks by the combination of the serial number and size. If either value changes then it is considered to be a different drive.
  4. I think you have misunderstood Exclusive shares? They can only apply to User Shares where all files/folders exist on a single drive or pool.
  5. I agree that having some GUI support might be nice, but thought it was worth pointing out a way to proceed at the moment. Providing feedback on what you find doing so might help with clarifying what might be worth adding to the GUI. It is also worth pointing out that the Unraid GUI source is available on gitHub, so it is possible for anyone (not just Limetech) to add such a function by working out what needs doing and submitting a pull request. Limetech have final authority but as long as it is purely GUI changes (and thus not likely to break underlying functionality) then it would almost certainly be accepted.
  6. You do not actually have to write a plugin! You can just create a folder on the flash drive under config/plugins and put the .page file there. A plugin is just a convenient way of packaging such files for others, and also allows for loading any software components that might be required to support the tile.
  7. I assume you mean the "Run Script" option to run it in the foreground? If so the log is the contents (if any) of the window that then opens. If nothing appears there you should not expect anything to appear in the log.
  8. The syslog in the diagnostics is the RAM version that starts afresh every time the system is booted. You should enable the syslog server (probably with the option to Mirror to Flash set) to get a syslog that survives a reboot so we can see what leads up to a crash. The mirror to flash option is the easiest to set up, but if you are worried about excessive wear on the flash drive you can put your server's address into the remote server field.
  9. Any method you like. If doing it via Windows you might first need to run Tools->New Permissions on the Lost+Found share to ensure the permissions are correct for doing this over the network. If you want to do it locally on the Unraid server then the Dynamix File Manager can be used.
  10. If its only going to be for a short period I would say mirror to flash as easiest and catches the most information.. If it will be for any significant length of time then use the remote syslog server field to log to the location you specify to avoid wear on the flash drive.
  11. Note that the red 'x' against a drive does not necessarily mean it has failed - just that a write to it failed so it is no longer in step with parity. Far more often than not the drive is fine and the write failure was caused by an external factor (e.g. stat or power cabling). The best way to check out the drive is to run an Extended SMART test on it. You should post your system's diagnostics zip file in your next post in this thread to get more informed feedback. It is always a good idea to post this if your question might involve us seeing how you have things set up or to look at recent logs. Was there any data on disk3 that you want to try and recover? Do you still have the drive that was in that position? What is the state of you backups (if any). Good chance that most of the data can be recovered if you still have the disks that were disabled intact.
  12. Plugins can already add tiles, so I see no reason you should not be able to do this by using the same technique that they use.
  13. You are likely to get better informed feedback if you attach your system’s diagnostics zip file to your next post in this thread. it is always a good idea when asking questions to supply your diagnostics so we can see details of your system, how you have things configured, and the current syslog.
  14. I ‘think’ that should work. As far as I know the order of the options is not relevant, just that they are correctly entered. Guess it is a case of try it and see.
  15. This is bypassing SMB and going in directly at the Linux level. It has to be via a network share for it to work.
  16. The entry for the GUI mode has a comma rather then a space before the /bzroot-gui option. The options are meant to be space separated, so having a comma instead will stop the /boot-gui being recognised as an option.
  17. It is due to the fact that you had an unclean shutdown while a manual check was running and the plugin does not clear the state information for the manual check after the reboot when an automatic check starts so it is triggering an internal check on state for a scenario that is not meant to happen.. This should auto-fix itself when the automatic check finishes, but if you want to stop it immediately you can delete the party.check.tuning.manual file in the plugins folder on the flash drive. The next release of the plugin will handle this scenario more tidily.
  18. The resume should be automatic if you give it a few minutes with no user action required. If it is not then please enable the Testing mode logging in the plugin and then after recreating the error post your system's diagnostics. That should give enough information for me to work out why you are not getting the check automatically restarting..
  19. You have the Docker Folder plugin installed that is incompatible with your Unraid release and can produce the symptoms you describe. Its functionality is instead available via the Folder View plugin on the latest Unraid releases.
  20. It seems much more likely that the server has "forgotten" which drive should be the bootable drive. You might want to check that the BIOS battery does not need replacing. In terms of 'fixing' the original drive if the problem is that level I would suggest following the steps outlined here in the online documentation to replace all the bz* type files to see if that helps. You can do this with the latest Unraid release so it should not matter what release you were previously running. You can do this, but then you will have to go through the automated licence transfer process to get an updated licence file for the new flash drive. This process blacklists the old one so you might want to first try the suggestion of replacing the bz* type files on the old drive.
  21. It works perfectly well for me and as far as I know others who use it. That was why we were looking to see if there was something we could spot in your setup that would stop it working for you. Still puzzled as to why it is not working for you.
  22. This is not an Unraid issue as Unraid does not support WiFi so the Mac must be connecting to your router via WiFi and that is what you need to look into.
  23. It might be worth seeing if @JorgeB has an idea? I seem to remember that there is an ‘included disks’ bug that can perhaps be relevant, but I am not sure of the details.
  24. Yes. disk to disk moves will work as that explicitly places files but not sure why your user share to different user share is not working as expected.