Juho Kuisma
Juho Kuisma
> @fabstao Looks like this suggestion from [vagrant-libvirt/vagrant-libvirt#1258](https://github.com/vagrant-libvirt/vagrant-libvirt/issues/1258) works: running `sudo virsh net-list --all` before `vagrant up`. This issue still persists in Fedora 37. The above suggestion by @axelsimon works....
Although, now that I think about it, last couple of yara rules might still be downloading the first time this in run when the next task starts copying them. Add...
> Although, now that I think about it, last couple of yara rules might still be downloading the first time this in run when the next task starts copying them....
> Although I need to tell that I'm having second thoughts about this whole "download a million YARA rules" :D Sure, I don't have big opinions nor expertise on the...
What's the status of this PR, do you guys welcome contributions? We need this functionality as well and I've tested against local nginx instance enforcing client authentication that hard coding...
> I haven't had a look at this recently, but we can merge this now. It should work as we expect and if not, we can always ship additional updates...
@ninas seems similar to the bug we're running into here: https://github.com/sylikc/pyexiftool/issues/97. Checkout this patch: https://github.com/sylikc/pyexiftool/pull/98. It fixes our problems.
> @ninas seems similar to the bug we're running into here: #97. Checkout this patch: #98. It fixes our problems. Tested instead of guessing and still seems to hang. Never...
> > So with the `man 2 select` does that imply you're running a lot of processes at the same time? Like using many file descriptors across multiple processes on...
Still can't reproduce the bug in our specific use case, but I can reproduce it with: ```bash $ ulimit -n 8192 $ mkdir files $ for i in {0..4096}; do...