Jump to content

Masterwishx

Members
  • Posts

    810
  • Joined

  • Last visited

Posts posted by Masterwishx

  1. 9 minutes ago, Masterwishx said:

    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 ...

     

    Strange but when runned '/usr/local/emhttp/plugins/ca.update.applications/scripts/updateApplications.php', all updated fine 

  2. 1 hour ago, Masterwishx said:

    @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 ?

    OK i made the script ...

  3. 2 hours ago, nate.smith317 said:

    When I start the ClamAV container, the scan never seems to  start. 

    What setting in parameter of container? 

    It's better to use script for container to use it. 

  4. 4 hours ago, Revan335 said:

    He was configured ones and not thinking changed when a new Share was created. Only excluded Shares are changed when as needed.

    This will take a lot of time to scan all shares, so better to select only what you need

  5. 53 minutes ago, Masterwishx said:

    How can i scan all Folders with your Scripts? With "*" or * on the Folders

     

    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

  6. On 1/21/2024 at 7:04 PM, Revan335 said:

    How can i scan all Folders with your Scripts? With "*" or * on the Folders

     Please try with this

    # Get a list of all folders in your specified directory
    
    FOLDERSDAILY=($(ls -d $HOSTSCANDIR/*))

     

  7. On 1/21/2024 at 7:04 PM, Revan335 said:

    How can i scan all Folders with your Scripts? With "*" or * on the Folders Parameters? For example can all under /mnt/user without the excluded Folders (from the excluded Folders Parameters).

     

     

    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 

     

    image.thumb.png.7b366584255afedc7058e0568efad817.png

     

    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: 

     

    image.png.95424e200931fc36800648935f54454f.png 

     

     

     

×
×
  • Create New...