Comments

11 Comments
karma

Did an end-to-end deployment test on our VMs, the systemctl now can cope with the new kernel and I didn't notice any regressions.

BZ#1878530 systemd has problems parsing capabilities of new kernel (Failed to parse bus message: Invalid argument)
BZ#1851593 libebml-1.4.0 is available
BZ#1851594 libmatroska-1.6.0 is available
karma

I took a peek and installed the rpms manually. The crash is fixed and tracer seems to work fine overall.

BZ#1836114 tracer -it produces python traceback "AttributeError: 'str' object has no attribute 'decode'"
BZ#1841460 [abrt] python3-tracer: _load_package_info_from_hdr(): rpm.py:201:_load_package_info_from_hdr:AttributeError: 'str' object has no attribute 'decode'
karma

For completeness: Fedora 31 is as well affected from https://bugzilla.redhat.com/show_bug.cgi?id=1841460 as Fedora 32. tracer crashes with:

Traceback (most recent call last):
  File "/usr/bin/tracer", line 34, in <module>
    tracer.main.run()
  File "/usr/lib/python3.7/site-packages/tracer/main.py", line 45, in run
    return router.dispatch()
  File "/usr/lib/python3.7/site-packages/tracer/resources/router.py", line 52, in dispatch
    controller = DefaultController(self.args, self.packages)
  File "/usr/lib/python3.7/site-packages/tracer/controllers/default.py", line 62, in __init__
    self.applications = self.tracer.trace_affected(self._user(args.user))
  File "/usr/lib/python3.7/site-packages/tracer/resources/tracer.py", line 126, in trace_affected
    if not self._applications.find('kernel').ignore and self._has_updated_kernel():
  File "/usr/lib/python3.7/site-packages/tracer/resources/tracer.py", line 134, in _has_updated_kernel
    running = System.running_kernel_package()
  File "/usr/lib/python3.7/site-packages/tracer/resources/system.py", line 119, in running_kernel_package
    return System.package_manager().find_package(System.kernel_package_name(), os.uname()[2])
  File "/usr/lib/python3.7/site-packages/tracer/resources/PackageManager.py", line 67, in find_package
    return self.package_managers[0].find_package(pkg_name, search)
  File "/usr/lib/python3.7/site-packages/tracer/packageManagers/rpm.py", line 119, in find_package
    self._load_package_info_from_hdr(package, hdr)
  File "/usr/lib/python3.7/site-packages/tracer/packageManagers/rpm.py", line 201, in _load_package_info_from_hdr
    package.description = hdr[rpm.RPMTAG_SUMMARY].decode()
AttributeError: 'str' object has no attribute 'decode'

But I see that a new update is on the way.

I like that the kernel is now built with the new compiler 8.3.1 which fixes https://bugzilla.redhat.com/show_bug.cgi?id=1684833 and solves our Nvidia driver problems. Thank you!

karma

Great! Works with and without the @OPENCONNECT priority string.

BZ#1641834 allow custom gnutls priority string via crypto-policies
karma

lupinix is right, if you don't happen to set @OPENCONNECT - which is the default - the gnutls initialization fails.

BZ#1641834 allow custom gnutls priority string via crypto-policies

Looks good!

BZ#1641830 additional files in /etc/crypto-policies/local.d do not get appended
karma

Did a minimal system installation from https://download.fedoraproject.org/pub/fedora/linux/releases/test/29_Beta/Server/x86_64/iso/Fedora-Server-netinst-x86_64-29_Beta-1.5.iso into a VirtualBox VM and ended up with a system without network, similar to sgallagh's situation.

Following the remedy at the end of https://bugzilla.redhat.com/show_bug.cgi?id=1623781

systemctl --no-reload preset dbus-daemon.service dbus.socket

systemctl --no-reload preset --global dbus-daemon.service dbus.socket

reboot

helped to recover the system.

firewalld can now be restarted without problems on Fedora 27 (#1573185). Thanks!