How to load TLS kernel module on Ubuntu CT?

kamzata

Renowned Member
Jan 21, 2011
245
10
83
Italy
I'm running a Ubuntu 22.04 container on the latest version of Proxmox. I'm trying to load the kernel module in this container but it fails:

Bash:
mycontainer@root / # modprobe tls
modprobe: FATAL: Module tls not found in directory /lib/modules/5.15.39-1-pve

How can I load this module?
 
try loading it on the PVE-node - lxc containers share the same kernel (and modules) as the host

I hope this helps!
 
  • Like
Reactions: kamzata