Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel Clean script doesn't remove 4 old (ii) kernels on PVE 8 #551

Open
1 of 2 tasks
onetimecontributor opened this issue Nov 27, 2024 · 0 comments
Open
1 of 2 tasks

Comments

@onetimecontributor
Copy link

onetimecontributor commented Nov 27, 2024

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

On my Proxmox 8.3.0 (clean install, no on-top-of), executing the script results is 0 removed kernels, though there are 4 of them (ii) beside the two latest

What settings are you currently utilizing?

  • Default Settings
  • Advanced Settings

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

  1. check kernels via "dpkg --list|grep proxmox-kernel.-pve." - 6 in total, one iU, one not installed due to lack of disk space (6.8, tat's why I'm trying to clean it up), 4 more marked as ii
  2. execute the script (as of 27.11) via bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/kernel-clean.sh)"
  3. reboot
  4. check kernels via dpkg --list|grep proxmox-kernel.-pve.

Expected: the list after 4 will differ from that in step 1
Actual: the list is the same
I had to uninstall them manually via dpkg -P that worked just fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant