repomanz

Members
  • Posts

    188
  • Joined

  • Last visited

Everything posted by repomanz

  1. trying this now. Can you add this point in your GPU support section of the first post? Also given the ES 6x changes, may also want to point out the yolo configuration attribute "object_processor=gpu # or cpu"
  2. @dlandon - I was curious if the order in the two nvidia variables was to blame. When watching the re-install after updating parameters I noticed this:
  3. Working on recompiling with GPU support. I've added the two variables mentioned in the link GPU thread @dlandon include in his GPU support section of the first post. How can I tell if the ZM container sees the graphics card? I don't see any ZM related GPU processes using "watch nvidia-smi". Is there another method? Could this be related to my monitor settings (moddetect/nodetect)? ** update ** I guess I have some other problem here. Towards the end of the opencv.sh script +-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| +-----------------------------------------------------------------------------+ ################################################################################## Verify your Nvidia GPU is seen and the driver is loaded. If not, stop the script and fix the problem. plex related container working fine:
  4. Hey @dlandon, Apologies, about 4.3 (not working) I noticed you updated to opencv 4.5 yesterday. Just confirming back to you that yolov4 is working with opencv 4.5. Thanks for the support!
  5. Hey @dlandon Is it possible to update to opencv4.3 in the container? I was wanting to use yolov4 but the opencv version is 4.2 (not supported). https://zmeventnotification.readthedocs.io/en/latest/guides/breaking.html " Version 5.15.6 onwards .... If you plan to use YoloV4 (full or Tiny) the minimum version requirement is the version after 4.3.0. As of Jul 11,2020, that is the master branch of openCV as 4.3.0 is the latest stable version. The updated version of YoloV4 that requires certain functions that were committed on Apr 30. See here. So if you suddently see an error like: Unsupported activation: mish in function 'ReadDarknetFromCfgStream' popping up with YoloV4, that is a sign that you need to get a later version of OpenCV. Note that TinyYoloV4 was merged after Jul 6, so if you get errors with TinyYoloV4, you’ll need to upgrade Open CV master. .... "
  6. just confirming; path is /boot/config ? ** edit: that's what i went with /boot/config/go
  7. Hey unraid team. How do i unload the intel gpu driver from loading upon boot? I see in my go file this: #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp & # Load the i915 driver. modprobe i915 In a previous version I think i could edit the boot usb through UI but don't see that option anymore. Where can i update related configurations so this driver isn't loaded upon boot? (I assume it's not needed / default unraid behavior). I believe at one time I loaded this for plex.
  8. That's correct. My previous SSD started reporting reported uncorrected errors, within 6 hours the drive was completely dead. Do you have any tips on how to properly backup the VM lib and docker img files (basically containers and vm information)? I'm already using the plugin that backs up appdata (which i restored from).
  9. my steps above are correct, right? Also what does this mean? Total to scrub is bad or just a metric? Ran brtfs scrub previously; came back with no errors.
  10. guess i needed a step 7. reboot. Don't see the errors in my logs anymore. attaching diags.
  11. ok - i'm guessing I did something wrong then. I had an ssd (formerly sdg - sandisk) that crashed. 1) shutdown system 2) removed bad ssd 3) added new ssd 4) brought up system 5) stopped array 6) changed cache to the new samsung ssd Did I do something wrong here?
  12. output of this btrfs dev stats /mnt/cache root@cybertron:~# btrfs dev stats /mnt/cache [/dev/sdg1].write_io_errs 0 [/dev/sdg1].read_io_errs 0 [/dev/sdg1].flush_io_errs 0 [/dev/sdg1].corruption_errs 0 [/dev/sdg1].generation_errs 0 I can't find it again but when was reading could be a kernel bug for read ahead?
  13. Aug 2 21:29:56 cybertron kernel: BTRFS error (device sdi1): bdev /dev/sdi1 errs: wr 0, rd 62020, flush 0, corrupt 0, gen 0 Hey Unraid team - can you tell me what this is about? New samsung ssd 1tb drive. Ran a btrfs scrub, no errors. Smart also not reporting any issues.
  14. Hi binhex. Where is this set within the xml during install? For my own clarity is that running as root within the container or root under unraid os?
  15. @Djoss just wanted to make sure you got this notice today. Please note the path changes coming up in the next version. Not sure if this will break our current container installs or not. https://support.code42.com/Administrator/Small_Business/Troubleshooting/Code42_app_version_8.2.0_changes_for_Small_Business repo
  16. That's good enough for me, was thinking with the changes to unraid would have opened up a few doors. Didn't realize there was other things like licensing going on.
  17. I was secretly hoping you'd add docker config to make it 'easymode'.
  18. @dlandon Hey dlandon, with unraid's announcement of making nvidia's drivers native to the unraid OS, do you plan on aligning to this change for those that want to use GPU to configure this as part of the base install (similar to your ML/ES configuration?) repo
  19. Never seen this one before: I have an IP entered as well as port defined but they are not showing up in UI. Further; getting into console of container, i can't ping anything either. What can i look at to fix? I've stopped all containers, disabled docker and brought back up with no changes.
  20. Hi Everyone. I'm trying to troubleshoot why my pushover.net functionality is not working. This is in zm log: PARENT: Pushes will be sent through APIs and will use /var/lib/zmeventnotification/bin/pushapi_pushover.py going into appdata/Zoneminder doesn't have this script, neither is it in the container itself. Files in the path above (inside container): /var/lib/zmeventnotification/bin# ls -l total 16 lrwxrwxrwx 1 root root 25 Jun 13 15:35 zm_detect.py -> /config/hook/zm_detect.py lrwxrwxrwx 1 root root 28 Jun 13 15:35 zm_event_end.sh -> /config/hook/zm_event_end.sh lrwxrwxrwx 1 root root 30 Jun 13 15:35 zm_event_start.sh -> /config/hook/zm_event_start.sh lrwxrwxrwx 1 root root 30 Jun 13 15:35 zm_train_faces.py -> /config/hook/zm_train_faces.py within secrets.ini I have updated the last two lines with my user and app key based on my pushover.net account. I have pushover installed on my android phone as well. further; I have enabled in the zmeventnotifiction.ini [push] # This is to enable sending push notifications via any 3rd party service. # Typically, if you enable this, you might want to turn off fcm # Note that zmNinja will only receive notifications via FCM, but other 3rd # party services have their own apps to get notifications use_api_push = yes # This is the script that will send the notification # Some sample scripts are provided, write your own # Each script gets: # arg1 - event ID # arg2 - Monitor ID # arg3 - Monitor Name # arg4 - alarm cause # arg5 - Type of event (event_start or event_end) # arg6 (optional) - image path api_push_script=/var/lib/zmeventnotification/bin/pushapi_pushover.py So, it appears as if the container is missing the pushapi_pushover.py or it's pointed to the wrong path. Whats the correct path? **edit, i found the plugin for this and have added it specifically into the container. Should I make this accessible like the other configuration files so i can get to it via /appdata/Zoneminder/push? If so what's the correct symbolic link syntax? I tried ln -s source target but didn't seem to work correctly in the container. @dlandon would you mind including this script in the build container sometime?