Masterwishx

Members
  • Posts

    805
  • Joined

  • Last visited

Everything posted by Masterwishx

  1. or seems problem with `$pluginDate` ?
  2. @Squid found in script: $interval = date_diff($currentDate,$pluginDate); So i should set 0 for delay ? it was no errors befor ... with ""
  3. Strange but when runned '/usr/local/emhttp/plugins/ca.update.applications/scripts/updateApplications.php', all updated fine
  4. Have strange issue when auto update: crond[1316]: exit status 255 from user root /usr/local/emhttp/plugins/ca.update.applications/scripts/updateApplications.php >/dev/null 2>&1 For last some days ...
  5. OK, strange i think it was OK befor . also i see OK after every sended commands ...
  6. i mean its stacked in mute, i tryed power off the wall switch , then UPS goes to battery and beeper is working every 4sec but status is still mute ...
  7. only beeper.disable working , when beeper.enable after its goes to mute
  8. Found i have ups.beeper.status=muted , and cant enable by pressing on button also by command : upscmd -u admin -p adminpass Eaton9E2000i beeper.enable using NUT for 9E 2000i
  9. @EDACerton This plugin can be used as tailscale client for Unraid connect to other Headscale server?
  10. use chown 10001:10001 for loki folder
  11. @Rysz is anyway i can enable ecomode by settings or some command maybe ? in my Eaton 9E 2000i its possible only with SNMP i think.
  12. @Rysz After Ups shutdown and when power on again , ups.test.result not available (so no auto test) until i press test button on the UPS by hand. is anyway i can set to run test if not enabled before by soft in settings or like this ?
  13. What setting in parameter of container? It's better to use script for container to use it.
  14. Do you have 99:100 permissions for Folder clamav As in container?
  15. This will take a lot of time to scan all shares, so better to select only what you need
  16. i checked , This need to modify the script, why you need to scan all shares? its better to select only the shares you really need
  17. Please try with this : # Get a list of all folders in your specified directory FOLDERSDAILY=($(ls -d $HOSTSCANDIR/*))
  18. i think this will not work with current version of script, but not checked , you can try it
  19. You should only set file-list parametr for scan like this: -i --file-list=/var/lib/clamav/clamavtargets.txt --max-filesize=1024M the script put the folders you want to scan in this file ,also made log files ,so no need for log parametr : So in script you need to add Folders you want to Scan and if you need to exclude add subfolders and set "yes" for exclude_subfolders:
  20. Sure, check @Mattaton custom CSS. On first post of @scolcipitato
  21. @Refrigerator @Revan335 Updated script to exclude subfolders, no need for post arguments : Please check and confirm that working Fine who is needed. # Set to Exclude Subfolders "yes/no". exclude_subfolders="yes" EXCLUDEDSUBFOLDERS=("Test" "Adobe Documents")