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.

SelfSD

Members
  • Joined

  • Last visited

Everything posted by SelfSD

  1. I'm suddenly no longer able to access the web interface for PlexPy and the log is spitting out this error over and over again every few seconds: Unable to create the log directory. Logging to screen only. Traceback (most recent call last): File "/app/plexpy/PlexPy.py", line 260, in <module> main() File "/app/plexpy/PlexPy.py", line 186, in main plexpy.initialize(config_file) File "/app/plexpy/plexpy/__init__.py", line 129, in initialize verbose=VERBOSE) File "/app/plexpy/plexpy/logger.py", line 205, in initLogger file_handler = handlers.RotatingFileHandler(filename, maxBytes=MAX_SIZE, backupCount=MAX_FILES) File "/usr/lib/python2.7/logging/handlers.py", line 117, in __init__ BaseRotatingHandler.__init__(self, filename, mode, encoding, delay) File "/usr/lib/python2.7/logging/handlers.py", line 64, in __init__ logging.FileHandler.__init__(self, filename, mode, encoding, delay) File "/usr/lib/python2.7/logging/__init__.py", line 913, in __init__ StreamHandler.__init__(self, self._open()) File "/usr/lib/python2.7/logging/__init__.py", line 943, in _open stream = open(self.baseFilename, self.mode) IOError: [Errno 2] No such file or directory: '/var/run/s6/services/plexpy/None/plexpy.log' I've removed and reinstalled the docker and it didn't change anything.
  2. One could only be so lucky for so long. My server just froze again. This time it must have frozen during the backup as I did not get the email that it finished. I logged in to the server physically, which went slowly but worked. I ran top just to see if something was hogging any resources but everything was looking normal. Man how I regret not checking the log file first... I instead ran diagnostics and nothing happened. I gave up after waiting for 30 minutes and force rebooted it again. I guess my system is haunted
  3. Everything looks good so far as well! My backup took 16 minutes vs 1h30!
  4. Thank you! I have manually removed the older backups and only kept the two latest. I'll report back on Sunday with how it went with Attempt faster rsync enabled.
  5. Does this mean that if I want to keep two backups, one per week I should set the "Delete backups after how many days?" to under 14 days? I would like to have one untouched backup in case the server crashes during a backup
  6. So it's a conflict with the mover? I'll set it to a few hours before the backup schedule and see how that works out next week. Thank you!
  7. My server froze again tonight but I got nothing to show for it this time. No response from SMB or the WebGUI when I woke up like last time. There where no errors or warnings on the connected display either. I was able to reach the password prompt via SSH but nothing happened past that. Before I went to bed last night I enabled Troubleshooting Mode in Fix Common Problems but it hasn't saved anything to the USB. The write counter did go up for the few minutes I watched it, thinking it was saving the log to the flash drive but there's nothing in there but old diagnostics.
  8. I've applied the new values. I'll let you know how it goes next week.
  9. The past 2 times a schedule backup ran my whole server has halted to a stop after it finished. It happened for the first time last Sunday and again today. Last week when it happened, I noticed it about 7 hours after the backup finished and I wasn't able to access SMB shares, the web GUI or see anything on the monitor I have connected but I was able to SSH in. Just getting to the login promt took probably 5 minutes and after waiting an hour for the diagnostics to be made I just force restarted it. Today I managed to grab the diagnostics from the web GUI as it only had been a few minutes since the backup finished but after that nothing responded. Shutting it down via the button had it halt at force shutdown so I force restarted it again. I haven't been able to see any errors that could have caused it in the logs myself but I only have a basic knowledge of this. I'm backing up about 200 GB from the cache drive to the array into the user mount to a share that's only on the array, which includes a ton of small files from Plex's metadata library. It's been working fine for 2 or so months until 2'nd of June. Backups are only kept for 28 days to not go over 1 TB usage. I can't remember if I was late to upgrade to 2017.06.12 and it happened after that update or if I updated it when it came out and ran fine the 2 weeks before. unraid-diagnostics-20170709-0332.zip
  10. Fantastic! I didn't even think about looking for another MineOS docker.
  11. Tested 1.12 in a fresh Ubuntu VM with OpenJDK8. Works like a charm. Can you grab the log files from your server to see why it's not launching?
  12. That's not good. Maybe the new version really doesn't work with Linux after all. I'll have to spin up a VM and check it out.
  13. @dyker @DZMM From this FAQ: 3. System Requirements Starting from 1.12, Minecraft will no longer support Java 6 or 7. If you are using the latest launcher, you do not need to worry about this as Minecraft ships with its own version of Java. If you know you are using your own version of Java however, you'll need to make sure you're using Java 8. http://www.minecraftforum.net/forums/support/unmodified-minecraft-client/2827415-1-12-faqs-read-before-posting The current MineOS docker runs OpenJDK 7 so you will either have to manually install 8 or hope that we can get a template from the fork I posted earlier.
  14. Hi! Do you maintain the MineOS GitHub repo (https://github.com/yujiod/docker-mineos) or do you just have the template in the community apps? If you maintain it, could you update OpenJDK from openjdk-7-jre-headless to openjdk-8-jre-headless? If you just have the template, is it possible to swap it out with this fork that uses OpenJDK 8? https://github.com/jbisterfeldt/docker-mineos
  15. This worked! Thank you! However deleted files are not logged. The files gets moved to the .Recycle.Bin folder but the logs stays empty. Never mind. Deletions are logged now. Maybe it was just slow to start.
  16. I just updated from 6.2.4 to 6.3.3. Uninstalled the plugin before upgrade and reinstalled afterwards. Current version is 2017.03.26 However none of my shares are listed in the Included Shares section and files I delete are not moved to the .Recycle.Bin folder but as you can see, the plugin is detecting the existing bin folders. Ignore the size. It's about 30 old movies I didn't remove before taking the screenshot. SMB Extras has this in it: #vfs_recycle_start #Recycle bin configuration [global] syslog only = Yes log level = 0 vfs:0 #vfs_recycle_end I ran the docker safe new permissions but it didn't help. I've tried to restart the server and the plugin a few times too without any luck. What would the next step be to try to get it to work again? Logs are attached. unraid-diagnostics-20170430-0529.zip

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.