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.

hugenbdd

Community Developer
  • Joined

  • Last visited

Everything posted by hugenbdd

  1. I could not get it working again after some of the more recent 6. releases.
  2. @Swarles and yourself are welcome to take over this plug-in. I have not been able to spend the time it needs on it recently.
  3. Can both update this file and let me know the results? I have updated it locally, but am not having the issue. File Location: /usr/local/emhttp/plugins/ca.mover.tuning/ Permissions should be 755 (chmod 755 age_mover) if they are not. (rwxr-xr-x) age_mover
  4. Are you on ZFS or just a traditional cache pool?
  5. Thank You WIll keep an eye on for when 6.13 is released and try to get an update out quickly when it is.
  6. I will look into it. but.. I have been very busy with Family and work the past 4-5 months and the next few look busy also. I also have a few other issues to look into.
  7. the mover.old file is so that we can restore the original mover binary. The location changed several releases ago but I'm not certain what version. If we remove this then it will not work for older releases. I will try and work on a way around this to satisfy older and newer releases this week. Which I think will be a "longer" if statement, and to check for the file before mv'ing it and also creating another if to create a copy for the sbin location file.
  8. Could you post a screen shot of your settings? Could be due to Priority for mover process or Priority for disk I/O, something may have changed with those in this release.... But I won't know till I get a chance to test more.
  9. I just installed 6.12.8 this morning. I will keep an eye on my transfer speeds.
  10. Okay, I'll look at it closer when I get a chance. Currently, because I do not know how the unRAID binary is moving hardlinks, I just pipe the whole filelist into the mover binary and it takes care of it. As opposed to the file list looping through each one (for non hardlinked).
  11. Is this something we could incorporate into the general plug-in to change the way we handle hardlinks today?
  12. Should be able to call it from the command line. "SoftStop" tries to stop the mover once the current file has been transfered. (i.e. the code checks to see if softstop was triggered before moving to the next file in the list.). As long as you are not using hardlinks. Hardlinks does not loop through a filelist to move files but rather sends the full filelist to the binary mover file. root@Tower:~# mover status Log Level: 1 mover: not running root@Tower:~# mover stop Log Level: 1 mover: not running root@Tower:~# mover softstop Log Level: 1 Soft Stop Requested mover: not running root@Tower:~# mover start Log Level: 1 mover: started mover: finished
  13. New Release thanks to @Swarles ###2023.12.19 - Change "while read" lines in age_mover to "while IFS= read -r" to fix trailing white spaces (Swarles) - Fix where sometimes mover would not run to mover.old scrip (Swarles) - Log if "share.cfg" doesn't exists to help trouble shooting (Swarles) - Check for ca.mover.tuning.cfg file and additional logging. (Swarles)
  14. I believe it should have always been /mnt/cache and not the sharename. At least that is how I coded and tested it. If sharename/file.txt was working, I don't think it was intentional.
  15. Mover location was changed somewhere between 6.9 and 6.11. So older versions still need an older path, hence the "missing". Once you run mover it creates a soft link. If you search back several pages I think I posted how to create the link. Will still go missing on bootup though. DM me if you can't find how to create it.
  16. Not sure if this has changed, but atime was not supported by the shares. (Back in 2020). If you can provide me some evidence that it does support it I can add -atime to the find string. Also, the way mover works now. it creates a file list. If you want to create a function that I could add to re-order or relist the files I'm willing to add it as an option.
  17. With limited testing.. Thanks SimonF for updating the files. Change the location of where I downloaded these files to my server (/mnt/user0/Backups) I also suggest running in test mode first. As there is then a 1 second delay between file moves. Install instructions behind the spoiler parity_list6124a ArrayOperation6124a.page
  18. Yes, I have some updated files but I have to test. I should have time early this week and will post them here.
  19. Please try this file. I have revered a few lines back to the old mover. Would be helpful if you had logging on. } else { //exec("echo 'Running from button' >> /var/log/syslog"); //Default "move now" button has been hit. $niceLevel = $cfg['moverNice'] ?: "0"; $ioLevel = $cfg['moverIO'] ?: "-c 2 -n 0"; logger("ionice $ioLevel nice -n $niceLevel /usr/local/sbin/mover.old $options"); passthru("ionice $ioLevel nice -n $niceLevel /usr/local/sbin/mover.old $options"); mover.php
  20. Swarles found a piece of code I changed that may be causing this Need a bit to revert and I'll post it here for someone to try before a release.
  21. No, you have the pointer needed. Can you send me a few mover logs from /tmp/Mover in a DM
  22. DM sent. (Can you send me one of the Mover_Tuning log files?)
  23. I'm still on 6.11.4, will upgrading tomorrow morning to test and debug. Is there any info in Logs or any new files created in /tmp/Mover directory?
  24. Can you check to see if the mover file has been created? (It's location was changed between 6.11 and 6.12) ls -ltr /usr/local/sbin/move and ls -ltr /usr/local/bin/move If it is not in /usr/local/sbin, then run this command to create a link. ln -s /usr/local/bin/move /usr/local/sbin/move
  25. New release from some files Swarles and I have made last month. Sorry for the delay, life got in the way.... 2023.08.22 Fixed Cron Job entry Modified ignore command to include folders (Swarles) Updated mover cmdline functions (Hugenbdd)

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.