Jump to content

TQ

Members
  • Posts

    170
  • Joined

  • Last visited

Everything posted by TQ

  1. This doesnt look like the output from my container. I think some wires are crossed. Socket for clamd not found yet, retrying (18/1800) ...Sat Jul 22 20:29:14 2023 -> Limits: Global time limit set to 120000 milliseconds. Sat Jul 22 20:29:14 2023 -> Limits: Global size limit set to 419430400 bytes. Sat Jul 22 20:29:14 2023 -> Limits: File size limit set to 104857600 bytes. Sat Jul 22 20:29:14 2023 -> Limits: Recursion level limit set to 17. Sat Jul 22 20:29:14 2023 -> Limits: Files limit set to 10000. Sat Jul 22 20:29:14 2023 -> Limits: MaxEmbeddedPE limit set to 41943040 bytes. Sat Jul 22 20:29:14 2023 -> Limits: MaxHTMLNormalize limit set to 41943040 bytes. Sat Jul 22 20:29:14 2023 -> Limits: MaxHTMLNoTags limit set to 8388608 bytes. Sat Jul 22 20:29:14 2023 -> Limits: MaxScriptNormalize limit set to 20971520 bytes. Sat Jul 22 20:29:14 2023 -> Limits: MaxZipTypeRcg limit set to 1048576 bytes. Sat Jul 22 20:29:14 2023 -> Limits: MaxPartitions limit set to 50. Sat Jul 22 20:29:14 2023 -> Limits: MaxIconsPE limit set to 100. Sat Jul 22 20:29:14 2023 -> Limits: MaxRecHWP3 limit set to 16. Sat Jul 22 20:29:14 2023 -> Limits: PCREMatchLimit limit set to 100000. Sat Jul 22 20:29:14 2023 -> Limits: PCRERecMatchLimit limit set to 2000. Sat Jul 22 20:29:14 2023 -> Limits: PCREMaxFileSize limit set to 104857600. Sat Jul 22 20:29:14 2023 -> Archive support enabled. Sat Jul 22 20:29:14 2023 -> AlertExceedsMax heuristic detection disabled. Sat Jul 22 20:29:14 2023 -> Heuristic alerts enabled. Sat Jul 22 20:29:14 2023 -> Portable Executable support enabled. Sat Jul 22 20:29:14 2023 -> ELF support enabled. Sat Jul 22 20:29:14 2023 -> Mail files support enabled. Sat Jul 22 20:29:14 2023 -> OLE2 support enabled. Sat Jul 22 20:29:14 2023 -> PDF support enabled. Sat Jul 22 20:29:14 2023 -> SWF support enabled. Sat Jul 22 20:29:14 2023 -> HTML support enabled. Sat Jul 22 20:29:14 2023 -> XMLDOCS support enabled. Sat Jul 22 20:29:14 2023 -> HWP3 support enabled. Sat Jul 22 20:29:14 2023 -> Self checking every 600 seconds. Sat Jul 22 20:29:14 2023 -> Set stacksize to 1048576 socket found, clamd started. My container does not use `clamd`, only Freshclam and Clamscan.
  2. Added tzdata in new build. LMK if that works.
  3. FIxing it is simple. The permissions are incorrect. Passing the UID and GID should solve this problem. If not, you can use the snippet below and this should solve the problem for you. chmod -R u-x,go-rwx,go+u,ugo+X /mnt/cache/appdata/clamav && chown -R nobody:users /mnt/cache/appdata/clamav Updating the xml file to include these details...
  4. Googled these for ya. Bytecode run timed out in interpreter after 205000 opcodes This indicates that ClamAV was running a bytecode signature and that it exceeded a time limit. Normally safe to ignore... cli_html_normalize: style chunk size underflow You can ignore the error message. It is a part of a safety bounds check that was added in a new feature in ClamAV 1.1.0. We did not expect that error message to occur within a normal file. The file causing the error message would be visible in the logs right after this message.
  5. I cannot replicate this. Do you have the logs handy for the container?
  6. If you have removed the container, and pruned the image; it cannot be there. Perhaps another container is using the same port and for some reason is hosting the same content as the PufferPanel appdata. I cant think of any other reason this would/could be happening.
  7. Sure. I think that would be not too difficult. Feel free to open a PR if you have the time!
  8. I'd recommend removing it with the below command. You can then use your "my-templates" to restore the old application and it's config. My bet is that it collides with another port, and in that case, you can simply change it. docker rm PufferPanel -f
  9. https://docs.pufferpanel.com/en/latest/release-notes/2.6.0.html#steamgamedl
  10. Application: https://pypi.org/project/matchering/
  11. Application: https://tiddlywiki.com
  12. Overview: PufferPanel is an open source game server management panel designed to be easy to use and easy to install. PufferPanel supports Minecraft, Forge, Spigot, Sponge, Source Dedicated Servers, BungeeCord, PocketMine, Forge, and much more. Application: https://www.pufferpanel.com Docs: https://docs.pufferpanel.com/en/latest/index.html First Run: Create a user: docker exec -it PufferPanel /pufferpanel/pufferpanel user add
  13. Baserow is an open source no-code database and Airtable alternative. Create your own database without technical experience. Our user friendly no-code tool gives you the powers of a developer without leaving your browser. Application: https://baserow.io/
  14. Overview: Support for flatnotes - A self-hosted, database-less note taking web app that utilises a flat folder of markdown files for storage. Application: https://github.com/Dullage/flatnotes
  15. Latest branch updated. Please re-pull and LMK.
  16. I will check on it tonight. Not sure how the arch changed.
  17. It should be quite possible, yes. I do not use Nextcloud so bit of a challenge for me.
  18. I agree, it feels dirty to chmod 777 to a dir. You can do the below to the directory to resolve the issue. chmod -R u-x,go-rwx,go+u,ugo+X /mnt/cache/appdata/clamav chown -R nobody:users /mnt/cache/appdata/clamav Note: hack that I use, when creating directories and such via ssh, I use the following sudo -u nobody -g users 'command here' ...so that the perms dont come back to bite me.
  19. That is the output of the command to run the container. You can see the logs by either clicking the icon in the Docker tab, and choosing "Logs" or by running the command below from an SSH session. docker logs -f ClamAV
  20. That is strange. I just rebuilt the container on my test Unraid server to ensure it was pulling new and starting with new config. I passed the -i and -f parameters respectively, and all passed and worked. I do see two potential issues with your configuration. Wondering if you're adding the parameters to the "Extra Parameters" instead of "Post-Arguments" options. I added the following parameters to that section and it runs normally. -i --log=/var/lib/clamav/log.log --max-filesize=4096M --file-list=/scan/file-list.txt Also, parameters should be from the "container's" perspective. I pass the file list using the container's path. Output: 2023-01-28T16:05:17+00:00 ClamAV process starting Updating ClamAV scan DB ClamAV update process started at Sat Jan 28 16:05:17 2023 daily.cvd database is up-to-date (version: 26795, sigs: 2018570, f-level: 90, builder: raynman) main.cvd database is up-to-date (version: 62, sigs: 6647427, f-level: 90, builder: sigmgr) bytecode.cvd database is up-to-date (version: 333, sigs: 92, f-level: 63, builder: awillia2) Freshclam updated the DB ClamAV 0.104.3/26795/Sat Jan 28 08:27:17 2023 Scanning /scan WARNING: Only scanning files from --file-list (files passed at cmdline are ignored) ----------- SCAN SUMMARY ----------- Known viruses: 8650505 Engine version: 0.104.3 Scanned directories: 4 Scanned files: 6 Infected files: 0 Data scanned: 0.15 MB Data read: 5678.47 MB (ratio 0.00:1) Time: 26.245 sec (0 m 26 s) Start Date: 2023:01:28 16:05:17 End Date: 2023:01:28 16:05:43 2023-01-28T16:05:43+00:00 ClamAV scanning finished
  21. Hmm. Well, definitely should add timestamp to `stdout` next update. (adds to my to-do list) So, are you referring to the pop-up in the Unraid GUI that shows the previous virus found message? Just want to make sure I understand fully.
  22. In the logs they should be time stamped. Is it finding the file again after deletion, or is it showing the previous infected file with previous time stamped entry? Can you post a section of the logs for view?
  23. That's really for you to decide. ClamAV has never had a webUI afaik. Take a look at all my documentation (from the first post) and you'll find the answers to your questions.
  24. Unfortunately, I'm not sure. I know this one works using the template in CA.
×
×
  • Create New...