fizzyduck

Results 14 comments of fizzyduck

Further to this, although a separate issue, the package postfix-lmdb also needs installing or the test `no sasl password duplication` fails.

This doesn't match with the actual build `build-scripts/postfix-install.sh` which doesn't appear to need these changes. Could these be pulling different alpine images? Should the unit tests use the same build...

Looks like these messages are actually produced by "go-plugins-helpers". Related (currently open) PR: [https://github.com/docker/go-plugins-helpers/pull/130](https://github.com/docker/go-plugins-helpers/pull/130)

I am seeing this issue too, including on "latest" 2.3.

@Danrancan Just a thought but I can see these lines in your config: ``` include /etc/nginx/conf.d/botblocker-nginx-settings.conf; include /etc/nginx/conf.d/globalblacklist.conf; [lines removed] include /etc/nginx/conf.d/*.conf; include /etc/nginx/sites-enabled/*; ``` so it might be inadvertendly...

@williamkapke This is a follow on query related to the original question. I have a PDF document that has 2 pages with different sizes in it, I'd like the printer...

Looks like I would need to do the equivalent of this: [https://github.com/olavmrk/usb-libvirt-hotplug/blob/master/usb-libvirt-hotplug.sh](https://github.com/olavmrk/usb-libvirt-hotplug/blob/master/usb-libvirt-hotplug.sh)

Ok, it looks like we can use a combination of a qemu monitor socket which is a case of adding an argument: ``` -monitor unix:/var/run/qemu-monitor-socket,server,nowait ``` Then inside the docker...

@kroese I've got a potential solution for this. I have successfully built mdevd which can run inside the qemu container. This can watch for hotplug events which come via the...