To transfer transaction metadata from yum to DNF, run: 'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate' My problem is I cannot for the life of me stop typing yum. And it's not even as clean as
dnf/yum history undo fails with KeyError: 'Reason Change' python traceback Raw Traceback (most recent call last): File "/usr/bin/yum", line 58, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python3.6/site-packages/dnf/cli/main.py", line 201, in user...
and all three appear to be test certificates that are not actively deployed. It is possible there are larger keys in use in private PKIs, but we target the web PKI, so causing breakage here in the interests of increasing the default safety ...
PR: https://gitlab.com/redhat/centos-stream/rpms/python-pip/-/merge_requests/13/ Comment 2 Charalampos Stratakis 2023-08-10 11:25:43 UTC In order to test it: Run this script to create a malformed tarball: """ import tarfile def mkinfo(name, **kwargs): tarinfo = tarfile.TarInfo...
For more details see upstream PEP 706: https://peps.python.org/pep-0706 and the Red Hat knowledge base draft: https://access.redhat.com/articles/7004769 --- In /usr/lib/python3.11/site-packages/ansible/galaxy/role.py, ansible-core calls `role_tar_file.extract()`. The call will emit ...
RedHat 7.8 PPC64LE/x86_64 RedHat 7.9 x86_64 RedHat 8.1 x86_64 RedHat 8.2 x86_64 HCOLL-CUDA The hcoll package includes a CUDA plugin (hmca_gpu_cuda.so). As of MLNX_EN v5.1, it is built on various platforms as the package hcoll-cuda. It will be installed by default if the syste...
Improve multi-threaded throughput of durable log writes, including changing the default wiredtiger_open transaction_sync configuration from dsync to fsync, see the upgrading documentation for further information. [#831][#832]In the Python and Java APIs, automatically close handles to prevent invalid ...
self.vm.shutdown() File "/usr/lib64/python2.4/site-packages/libvirt.py", line 662, in shutdown if ret == -1: raise libvirtError ('virDomainShutdown() failed', dom=self) libvirtError: Timed out during operation: cannot acquire state change lock ...
{ "window.menuBarVisibility": "classic", "workbench.colorTheme": "Monokai", "workbench.startupEditor": "none", "redhat.telemetry.enabled": false, "workbench.editorAssociations": { "*.md": "vscode.markdown.preview.editor" } } 👍2 mjbvzadded bugIssue identified by VS Code Team member ...
mxODBC Connect now uses unicode(obj, encoding) semanticswhen binding Python objects to SQLWCHAR database parameters. Additionally, it ignores the encoding in case obj is a number, to avoid conversion errors. Added new cursor.encoding attribute. This gets its default values from the connection the...