eclean-kernel2 icon indicating copy to clipboard operation
eclean-kernel2 copied to clipboard

Reboot of eclean-kernel [now defunct in favor of reviving ek1]

Results 12 eclean-kernel2 issues
Sort by recently updated
recently updated
newest added

My grub config references 4.16.4, 5.4.8 (current) and 5.4.10. But eclean-kernel removes all but current. Root partition is in a btrfs, which might be a problem. ``` # eclean-kernel -a...

Today `eclean-kernel -n 3` removed 4.15.0 I just compiled leaving only current one (4.14.14). Rationale given was `old`. ``` == 4.15.0-gentoo == Rationale: [-] old Files: - /boot/vmlinuz-4.15.0-gentoo - /usr/src/linux-4.15.0-gentoo...

The calculation how many kernels to remove before this commit was not taking in account kernels which are already marked for removal. Thus when adding new kernels for removal the...

Possibly related to EFI stub in the kernel Version 1.99.4 prints ``` # eclean-kernel -p The following kernels would be removed: == 4.19.0-rc6-16400-g23adc26c1ac2 == Rationale: [-] stale files (no matching...

Hi, After upgrading and before rebooting to the newly built kernel, eclean-kernel is detecting the new installed kernel as a candidate for renewal, even if using the -n option. For...

It would be nice to be able to remove specific kernels, for example when machine was not rebooted for a while and updates installed more than one new kernel. Something...

Request for an option to only clean kernels that have no matching ebuild.

In case of system without kernel modules support, we get this : ``` eclean-kernel: terminating due to an error: Unable to open directory /lib/modules: No such file or directory ```...

When trying to do anything (list or pretend remove kernels), I get the error: ``` eclean-kernel: src/ek2/sorts.cxx:137: bool numeric_less(const VersionComponent&, const VersionComponent&): Assertion `a.end - ai == b.end - bi'...

bug