search for: olavmrk

Displaying 3 results from an estimated 3 matches for "olavmrk".

2009 Mar 08
2
[Bug 866] ssh(1) is too picky about unknown options in ~/.ssh/config
https://bugzilla.mindrot.org/show_bug.cgi?id=866 --- Comment #17 from Olav Morken <olavmrk at gmail.com> 2009-03-09 06:21:16 --- Created an attachment (id=1610) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1610) Patch which allows OpenSSH to ignore unknown options. This is a patch which implements alternative 1 from Josh Triplett. This patch makes ssh ignore all unknown op...
2020 Feb 03
4
USB devices with same vendor:product id
Hi, We have a VM with several USB devices attached. Everything works well, but sometimes, after a reboot of the host, some usb device get a different bus/device number and that prevent the reboot of the VM : ------- error: Failed to start domain xxx error: internal error: Did not find USB device 04b9:0300 bus:1 device:5 ------- I guess this is because we have multiple usb devices with the same
2020 Feb 03
0
Re: USB devices with same vendor:product id
...lly has a dedicated PCI sub-address that doesn't change even though the bus number itself might (the .7 in 1d.7 and 1a.7 in the rules). So YMMV, but I'm highly confident it will just work. The script being called, usb-libvirt-hotlug.sh <vmname>, can be found at <https://github.com/olavmrk/usb-libvirt-hotplug/blob/master/usb-libvirt-hotplug.sh> However, I made a minor edit so that it uses attach --live, so that they're immediately forwarded even if the machine is already up. So line 101-102 becomes: echo "Running virsh ${COMMAND} ${DOMAIN} --live for USB vendor=0x${ID_VEN...