CraziFuzzy

Members
  • Posts

    67
  • Joined

  • Last visited

About CraziFuzzy

  • Birthday February 9

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CraziFuzzy's Achievements

Rookie

Rookie (2/14)

0

Reputation

  1. What is the current state of this container? It appears that @coppit is no longer maintaining it, so has anyone forked it and make any updates? I noticed that Archive Search is no longer functioning, and my Motion Detector is now complaining about not having the a new enough library. My guess is this is a dependency that just needs to be updated in the dockerfile, but I'm not sure.
  2. quick update - it seems the errors I was seeing were due to folder permissions. For some reason the folders that the containers create don't get set with permissions that those same containers can access. chmod 777'ing them got the containers to all start up.. I think.. so far... now to actually learn how to USE graylog...
  3. So, just tried the above linked compose method and ended up with the same errors as @GTvert90 . I don't feel that this particular service should be so strangely difficult to get running.
  4. I also have been fighting with trying to get graylog working in an Unraid docker. Seems to be a combinations of many problems with how ALL the current dockers seem to be built. For starters, you need other services up and running for Graylog to work. That being elasticsearch and mongodb. I have not gotten any of the three docker containers to actually install and 'just work'. File permissions are trying to run as root, instead of nobody, on all the containers. There also seem to be some version restrictions betweeh what version of graylog you use and what version of elasticsearch works with it. Not sure if that is the only problems, but it seems like it may be worth trying to create a container that just includes all three services rolled up together - unfortunatly, I don't know enough about any of them to take this on.
  5. Just doing a major network topology upgrade to the house - and decided to split out my dockers... really wish DHCP worked for the docker containers... I mean.. something creates the MAC address and the IP address for them - should be able to proxy in the DHCP request as well - right? An 'outside the container' service perhaps, optional so that it doesn't need to interfere with containers that DO handle their own DHCP. In the meantime - lots of double work statically assigning container IPs and duplicating the settings in the router's DHCP Server.
  6. Okay, thanks. Any chance of getting this noted in the docker/CA database?
  7. Is anyone able to use minio out of the box on their unraid install right now? It seems they (minio) are saying that it won't work on unraid's array (/mnt/user) shares as unraid's shfs doesn't support O_Direct. I have tested this by mapping it to a single /mnt/disk1 so it is hitting the xfs directly, but this limits me to a single drive. It looks like minio does support adding multiple drives with some config file editing, but it also seems like they expect to be the only things on the drives for them to spread space properly. I don't THINK for my use that being limited to a single drive will be a problem, but I am wondering if anyone has come up with a more elegant solution.
  8. So, I know that the ability to limit a share's reported free space has been a request for a while, and I know it is unlikely. I wonder, however, if it would be possible to create a vdisk or similar disk image, stored on the parity array, and mount IT as a share? This would them present anything accessing it as only having the space the image has - so applications that limit their disk use to available space would still obey that limitation. I just don't know for sure if this is readily possible on unraid.
  9. You might go with a networked trigger from in xeoma instead of running a local command. I think it's call HTTP Request sender, sending requests to HA's http sensor.
  10. Yes, I did state that originally it did not have a powered hub, and I thought that might be the issue, so i replaced it with a powered hub, and the same symptoms persist.
  11. Yes - I know the recommendation is to disable sleep on the VM, and I do understand the reasoning for this. I'm curious about what can be done to enable it for one reason - Windows (and other) background processes that do work when the computer is awake, but do nothing when the computer is asleep. Here's an observation I've made with the one windows 10 vm I've got set up. It's passing through a gpu and a usb controller. I can put windows to sleep, and windows does it's thing and goes to sleep. the emulator then recognizes this and halts the vm. I believe this halt is unnecessary. I can resume the VM from the unraid GUI, and it appears that windows is still asleep - monitor is still off, and judging by cpu load on pinned cpu's, background processes are stoppe, until I actually wake it with the mouse. It then wakes up and is sitting at the login screen - normal windows behavior. I wonder if it would be possible to have the VM ignore the sleep command from windows, keep the emulator running, so that it can wake up properly on local (mouse of keyboard) stimulus. Has anyone played around with the various sleep states? Does s1 maybe not halt the vm for instance?
  12. Oh yeah.. another weird symptom. Once the server boots back up, Enable VMs is set to No. I'm assuming this is some safety factor or something - not sure if that helps point to the source of the problem.
  13. I run my daughter's desktop as a Windows 10 VM on my UnRAID server. I passthrough the Nvidia video card, and an on-board USB controller to her VM, and it has worked fine for quite some time. I recently tried to add a webcam to the setup, connecting it to the hub she already uses for mouse and keyboard, and on starting the camera, the mouse and keyboard stopped responding - i then noticed that the unraid server was unresponsive as well. I hard reset the unraid server, and it eventually recovered. I thought it might be a power issue, as it was using an unpowered USB hub - so I grabbed a nice 3.0 powered hub, and tried it again. Same thing happens. I honestly don't even know where to look for this, to get an idea of what might be causing this.
  14. Is there any specific thing to look for to see why a device chosen in the plugin doesn't bind to vfio, and as such, is not available to be selected in a VM? So far, I have not been able to pass through anything other than my video card (and it's associated sound). After trying differnet ACS settings, the card I'm wanting to pass through is grouped with just a PCI bridge (guessing the one it is routed through), so when they are all checked, they still don't bind.
  15. Thanks Squid - I had originally thought about extending the hotplug plugin for this, so it sounds like we came to the need in the same way.