N ned Renowned Member Jan 26, 2015 113 2 83 Aug 23, 2018 #1 Hi I installed Proxmox Mail Gateway 5 and the kernel got installed by default...any reason why I have a kernel package under lxc?
Hi I installed Proxmox Mail Gateway 5 and the kernel got installed by default...any reason why I have a kernel package under lxc?
tom Proxmox Staff Member Staff member Aug 29, 2006 15,945 1,242 273 Aug 24, 2018 #2 There is no special meta package for LXC installations, therefore the kernel got installaed. but you can remove the kernel from your container with problems (apt remove ..)
There is no special meta package for LXC installations, therefore the kernel got installaed. but you can remove the kernel from your container with problems (apt remove ..)
N ned Renowned Member Jan 26, 2015 113 2 83 Aug 24, 2018 #3 These are the problems I get when trying to remove the kernel Code: # apt-get remove pve-kernel-* The following packages will be REMOVED: proxmox-mailgateway pve-kernel-4.13 pve-kernel-4.13.16-1-pve
These are the problems I get when trying to remove the kernel Code: # apt-get remove pve-kernel-* The following packages will be REMOVED: proxmox-mailgateway pve-kernel-4.13 pve-kernel-4.13.16-1-pve
N ned Renowned Member Jan 26, 2015 113 2 83 Aug 28, 2018 #4 @tom should I submit this as a bug? I would like to be able to remove the kernel from my lxc CT. Thanks.
@tom should I submit this as a bug? I would like to be able to remove the kernel from my lxc CT. Thanks.
tom Proxmox Staff Member Staff member Aug 29, 2006 15,945 1,242 273 Aug 29, 2018 #5 you can remove the kernel (your "problem" is not really a problem) but yes, I assume we can improve LXC installations (maybe a second metapackage).
you can remove the kernel (your "problem" is not really a problem) but yes, I assume we can improve LXC installations (maybe a second metapackage).
N ned Renowned Member Jan 26, 2015 113 2 83 Aug 29, 2018 #6 @tom if I try to remove the kernel package proxmox-mailgateway will be removed therefore I can not remove the kernel.
@tom if I try to remove the kernel package proxmox-mailgateway will be removed therefore I can not remove the kernel.
tom Proxmox Staff Member Staff member Aug 29, 2006 15,945 1,242 273 Aug 29, 2018 #7 ned said: @tom if I try to remove the kernel package proxmox-mailgateway will be removed therefore I can not remove the kernel. Click to expand... this is no problem, try it in a test container if you are unsure.
ned said: @tom if I try to remove the kernel package proxmox-mailgateway will be removed therefore I can not remove the kernel. Click to expand... this is no problem, try it in a test container if you are unsure.
N ned Renowned Member Jan 26, 2015 113 2 83 Aug 29, 2018 #8 I understant, proxmox-mailgateway is just a meta package therefore it is safe to remove it.