Utilidades del Sistema
Nombres de unidades en los mensajes de systemd
Los mensajes impresos por systemd en la consola y en el diario tienen ahora un formato predeterminado diferente que muestra el nombre de la unidad, usando el modo de formateo combinado`como oposición al anterior predeterminado`descripción
.
El formato anterior, descripción
, imprimía mensajes como estos:
Started Journal Service. Finished Load Kernel Modules. Starting Apply Kernel Variables... Starting Create Volatile Files and Directories... Finished Apply Kernel Variables. Finished Create Volatile Files and Directories. Finished Setup Virtual Console. Starting dracut ask for additional cmdline parameters... Finished dracut ask for additional cmdline parameters. Starting dracut cmdline hook...
Ahora, con el nuevo predeterminado, los miso mensajes se parecerán a lo siguiente en su lugar:
Started systemd-journald.service - Journal Service. Finished systemd-modules-load.service - Load Kernel Modules. Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. Starting systemd-sysctl.service - Apply Kernel Variables... Starting systemd-tmpfiles-setup.service - Create Volatile Files and Directories... Finished systemd-sysctl.service - Apply Kernel Variables. Finished systemd-tmpfiles-setup.service - Create Volatile Files and Directories. Finished systemd-vconsole-setup.service - Setup Virtual Console. Starting dracut-cmdline-ask.service - dracut ask for additional cmdline parameters... Finished dracut-cmdline-ask.service - dracut ask for additional cmdline parameters. Starting dracut-cmdline.service - dracut cmdline hook...
If you don’t like the new default, you can use systemd.status-unit-format=name|description
to override the default. You can also use bootctl systemd-efi-options systemd.status-unit-format=name|description
on EFI systems, and to create a config file with [Manager] StatusUnitFormat=name|description
to pick a different setting.
New script for removing retired packages
Previously, when a package retired from Fedora has been removed from the repositories, it remained installed on a your computer. Such packages never receive an update, security or otherwise, making them a potential risk. Fedora now provides the package remove-retired-packages
which allows you to remove these retired packages. Running the tool will search your system for packages that have been removed in the previous release, and suggest them for removal one at a time, allowing you to choose whether to remove or not for each package separately. Alternatively, you can supply an older release number to search for packages retired earlier - for example, remove-retired-packages 32
will find all packages retired since Fedora 32.
System upgrade documentation has been amended with this information as well.
PostgreSQL 14
Fedora 36 provides the latest stable version of postgresql
and libpq
packages in version 14.
For more details about this release, see the official PostgreSQL release notes.
Want to help? Learn how to contribute to Fedora Docs ›