Jason Montleon
Jason Montleon
Regarding the first one there currently is not. I think we'd like to find a way as it's come up multiple times. The second one I am not sure I...
The APB specs for these APB's were updated to go along with: https://github.com/automationbroker/bundle-lib/commit/78e6a9409289cc32623e792f0ff0d9eff48a9ba8 We either need to set them to 1.0 to be reverse compatible or bring this change into...
I created this on the wrong repo myself; sorry should have been openshift/ansible-service-broker. Haven't had enough coffee yet. I'll leave it here for now so we can walk through it
Is this issue based around this code, or something different? https://github.com/openzim/zim-tools/blob/master/src/zimwriterfs/tools.cpp#L253-L259 ``` auto index_of_last_dot = filename.find_last_of("."); if (index_of_last_dot != std::string::npos) { mimeType = filename.substr(index_of_last_dot + 1); try { return extMimeTypes.at(mimeType);...
I think this would fix https://github.com/ansible-collections/ansible.netcommon/issues/446 as well. I hit the same issue and fixed it more or less the same way.
Do you know how I can find what the current version I have running is? If not I'll dig around and figure it out. FWIW, It seems I'm able to...
ran `./flashrom -p ec:type=tp -i EC_RW -r -o /tmp/flashrom.log rose.bin` and with hexedit I see: `rose_v2.0.653-dfd8046c6` which looks similar to the downgrade version string `rose_v1.1.8546-ee1861e9e`.
Looks like that's the version on the latest recovery image as well, `./opt/google/touch/firmware/rose_v2.0.653-dfd8046c6.bin`
There's a bug filed for this against Fedora with a few others besides myself experiencing the issue. https://bugzilla.redhat.com/show_bug.cgi?id=1786978 I had the same problem and the workaround of creating /etc/systemd/network/98-bond-mac.link worked...