Michael Winters

Results 17 comments of Michael Winters

If I add ``` public function main() { echo "Yarp\n"; } ``` to the EmailQueueWorkerShell I can `Console/cake emailQueueWorker` and it will echo "Yarp" without complaint.

Here is my full EmailQueueWorkerShell.php: ```

I don't think I have anything exotic, but this is a medium-sized app. - CakePHP is not installed via composer, and is not "shared" on my system. - My composer...

Ah yes, that corrected the issue for me. The manual AppShell reference is mentioned at http://cakeresque.kamisama.me/usage#jobs but not http://cakeresque.kamisama.me/usecases#sending-emails . Thanks domstubbs and kamisama. Leaving this open so kamisama can...

I came here to report similar. Running with `docker run -it --rm -p 5000:5000 -e HQ_VERIFY_CERTS=False elastichq/elasticsearch-hq` and seeing the above error.

osquery attempts to read this data in this order: 1. From DMI (`/sys/firmware/dmi/tables/DMI`) 1. From EFI (`/sys/firmware/efi/systab`) 1. From raw memory (`/dev/mem`) If you want to access this from a...

I created https://github.com/containers/netavark/issues/1090 to address the underlying concerns and preferred approach, since those aren't DHCP-specific.

I created https://github.com/containers/netavark/issues/1090 to address the prereqs to this functionality and preferred approach, since those aren't DHCP-specific.

Perhaps the simplest solution would be to allow uploading a file containing all of the blocked IPs / ranges. Uploading this file would replace all of the current blocks with...

Not sure if this is related, but FYI I'm hitting this on Arch too even though libssl.so.1.1 is still available here: ```bash $ ll /usr/lib/libssl.so.1.1 -rwxr-xr-x 1 root root 556792...