sacretagent

Members
  • Posts

    943
  • Joined

  • Last visited

Everything posted by sacretagent

  1. thx works as expected now.... chosen options are on the screen now
  2. HI this is the content of the json file as you can see that is correct but see attached screenshot .. the values are not correct
  3. yep... change the setting and click apply... same happens with the inotify settings... change it to 728000 hit apply....move to main window... come back ... nothing there any more
  4. small bug? the timeout settings seem not to stick when you change them ... i have several time set the timeout on my movie server to 30 minutes ... but every time i open the window to the global settings or checksum tools it always shows 1 minute.... so not sure if the changes stick for that option....
  5. i had no issues but it is best to first upgrade crashplan and then crashplan desktop both have been updated to install 4.4.1 and desktop requires the information from crashplan to be able to connect.. see extra parameters line from the desktop container "--volumes-from CrashPlan" i had to delete an orphaned image though after this as due to this parameter the updated could not delete the old image....
  6. ***Sanity check*** did the first and second release not automatically start the monitoring after a reboot ? seems with the latest release i need to push the start monitor button myself after a reboot?
  7. HI, I can confirm that checking hash from windows with corz worked ... so no issue with that.... one thing is not really clear yet ..... i have some folders that i had done from corz windows but now i added extra folders to the monitor queue..... these folders that don't have hashes yet but that i added to the monitor..... they will get automatically hashes now ? or do i first need to add them manually to the queue ?
  8. i increased it to 728000 and it starts now but it is a bit annoying if we need to set this manually every time ? this server powers down at 01 AM and powers automatically back on at 09.30 AM it also seems to run as root and put the hashes in the files under root .... so i don't think we can check hash from windows
  9. seems our upgrading gets stuck again for some reason new version = 4.41 seems the upgrader gets stuck at 4.33 https://www.dropbox.com/s/r5vsuy4rl3roxdo/dropbox.JPG?dl=0 sits there now for several hours without installing the 2 newer versions he downloaded *** UPDATE *** got everything to run again except the desktop again just do it the old way by changing the .ui_info ssh in you server docker exec CrashPlan cat /var/lib/crashplan/.ui_info you will get something like this 4243,[glow=red,2,300]1a5b6fcc-4c07-44a7-affe-66f8c6342195[/glow],0.0.0.0 copy paste that middle part (glowing) into the c:\ProgramData\CrashPlan\.ui_info it should look like this 4200,1a5b6fcc-4c07-44a7-affe-66f8c6342195,127.0.0.1 Please note 4200 is the port you tunneled with .... after that follow instruction to tunnel into your server -> http://support.code42.com/CrashPlan/Latest/Configuring/Using_CrashPlan_On_A_Headless_Computer check your history tab and see what he has done... if he says he installed version 4.3.x or 4.4.0 and is waiting there then just do a docker stop and docker start he will start with that installed version.... i had to do this twice to get to 4.4.1 and get it running after all servers, computers are on 4.4.1 everything works again.. aka everything backs up again.. but the stupid desktop client i have no clue how to upgrade that one so i use the old tunnel method till somebody updates that one .... last time it took like 3 weeks for he auto updated
  10. BUT if i am not mistaken these only support drives up to 2TB not ?
  11. 6.2? The latest public release as of today is 6.1.2. LOL got carried away...
  12. Works top - 10:01:53 up 21:32, 1 user, load average: 2.59, 2.95, 2.99 Tasks: 289 total, 3 running, 286 sleeping, 0 stopped, 0 zombie Cpu(s): 22.8%us, 44.7%sy, 0.0%ni, 31.8%id, 0.7%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 8177440k total, 8106480k used, 70960k free, 147872k buffers Swap: 4194300k total, 311112k used, 3883188k free, 3601232k cached Thanks Theone
  13. i felt adventurous today so i uninstalled this plug... upgraded to 6.1.2.. checked everything was fine and then installed the plugin again everything installed fine Sep 17 18:12:18 P8H67 emhttp: cmd: /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin install https://raw.githubusercontent.com/theone11/swapfile_plugin/master/swapfile.plg (Other emhttp) Sep 17 18:12:20 P8H67 logger: plugin: creating: /tmp/swapfile-install - from INLINE content Sep 17 18:12:20 P8H67 logger: plugin: running: /tmp/swapfile-install gui comes up but starting the plugin is a no go Sep 17 18:12:56 P8H67 emhttp: run_cmd: invalid cmd: /etc/rc.d/rc.swapfile start (Other emhttp) so if you could look into this updated the unraid version to right version
  14. TheOne... if you need me to test let me know
  15. THX installed and working ... waiting now for the swap plugin and then i can update to 6.1
  16. Thank You very much Sir.. you are a man of your word
  17. Dude, learn to read... i also got it working for 6.01 see attached in my previous post we need to get a new one for 6.1 and above with the new security features
  18. influencer originally made the plugin https://github.com/Influencer/UNplugged/raw/dev/vfs_recycle_unplugged.plg i already updated it once for the php changes made but this is like a life thread for me (see attached) i won't update to 6.1 without this safety net.... I already spend like 2 hours replacing all /etc/rc.d/ lines to the new /usr/local/emhttp/plugins/xxxx/scripts/rc.myService lines but i guess there are more changes to be made as it won't work vfs_recycle_unplugged.1.2.zip
  19. Always same with Open Source stuff .... somebody deems that for security reasons changes have to be made but nobody cares that the non geeks are left in the cold
  20. THX.. waiting for the swap file one to be verified to upgrade to 6.1
  21. can we have this integrated in Unraid core asap? this plugin saved me a lot of times when automated moving and renaming screwed up.... i assume it will not work again with the changes made to 6.1 so the sooner we get this in unraid core the better for everybody
  22. Which is why I will NOT be upgrading to 6.1 unless this is made compatible or the features from this that I use are put into the unRAID GUI. We have the basic chicken vs. egg issue here. I do not typically upgrade my server to the latest version until it is out for a few days. Therefore, I have no way to test or make changes to unMENU. From what I've read, the /root/mdcmd shell command no longer exists. unMENU uses it to get the status of the array. /root/mdcmd was just a interface to /proc/mdcmd. You could try putting it back into place and see if everything starts working once more You can re-create it by typing: echo 'if [ $1 == "status" ]; then' >> /root/mdcmd echo ' cat /proc/mdcmd' >> /root/mdcmd echo ' else' >> /root/mdcmd echo ' echo $* >/proc/mdcmd' >> /root/mdcmd echo 'fi' >> /root/mdcmd chmod 755 /root/mdcmd Ha. I was just looking at this too and see you responded. I was thinking to create a file called /root/mdcmd that looks like: #!/bin/bash /usr/local/sbin/mdcmd $* That work also? If so, there should be a command in the go file that if /root/mdcmd does not exist, to create that file. This would allow for the mdcmd command to be updated in a future release (not sure if ever would). Anyway, just my $0.02. if it moved, that would do it. As I said earlier, I'm not running the newer release, so have had no opportunity to look around. even easier is to type: ln -s /usr/local/sbin/mdcmd /root I just upgraded to the latest release of unRAID 6.1-rc5, and it seems to be all that is needed to get unMENU working again. You can add a line to the config/go file to perform that link command each time you reboot. H Joe, If we put this in the GO file ... will it solve all issues for all other plugins that are not verified for 6.1 ? i have the swap plugin and VFS recycle bin plugin installed and would hate to lose those two Greetings Peter
  23. Can we please get this into unraid as a setting? it is so handy to have a recycle bin sometimes when most of my downloading and moving is automated... when the automation screws up i can still recover the files from the recycle bin If not anyone care to adapt the plugin ?
  24. Same question as my machines don't have that much ram so before i upgrade i want to be sure about this
  25. updated - added parameter and al working fine again Thx