Bug 1279066
| Summary: | RFE: dnf don't mark running kernel for removal | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Persona non grata <nobody+384088> |
| Component: | dnf | Assignee: | Packaging Maintenance Team <packaging-team-maint> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | jsilhan, mluscon, packaging-team-maint, pnemade, vmukhame |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-09 16:57:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Persona non grata
2015-11-07 16:26:25 UTC
The running kernel is never removed - protected_packages from dnf-plugins-core component reports it and halts the operation. I digged a bit deeper and find out, that the "kernel" package doesn't contain any files (any more?): # rpm -qlp kernel-4.2.5-300.fc23.x86_64.rpm (enthält keine Dateien) -> in english: contains no files I don't understand the sense of a package without files, but this shouldn't be part of this request :-) The kernel is inside the package kernel-core. And for that, Jan's reply is correct. The active Kernel isn't removed: # dnf remove kernel-core Abhängigkeiten sind aufgelöst. Fehler: The operation would result in removing the booted kernel: kernel-core-4.2.5-300.fc23.x86_64. Sorry for the noise. I set the status to NOTABUG. |