Jarl Gullberg
Jarl Gullberg
v0 appears to be working fine in read-only mode now.
@cen1 Thanks for the report! So far all test databases have been single-architecture, but it should definitely be a supported migration path either way. Will put it on the list...
@cen1 Poking at this now - do you have a way to share your database? I'm curious as to how you ended up with an entry for `389-ds-base` and an...
Multi-architecture migration has been fixed and I am now ready to merge. @jspricke, thanks for capturing the wishlist! I'll start checking stuff off once we have the PR merged and...
I'd also like to throw my hat into the ring for this feature request - it'd be a nice option to round out the ability we already have to hide...
I've dug further into this issue and found that it is caused by the problem modules reassigning `sys.stdout` with `sys.__stdout__`, which is breaking Mitogen since it overrides `sys.stdout` with a...
I'm also seeing this on an oddball piece of hardware - it's a SPARC64 machine running Python 3.13.3, Debian unstable. SPARC64 is a big-endian architecture, which may be a contributing...
Playing around a bit suggests get_native_id might be a workable alternative to get_ident, though all ints in Python 3 are formally unbounded and can have any size. We probably need...
The issue has also been reported in Mitogen (https://github.com/mitogen-hq/mitogen/issues/1214) since it is divergent behaviour against stock Ansible, but it's still something easily fixed in this module.
Any updates on this PR?