No /lib/modules for kernel

TechLineX

Active Member
Mar 2, 2015
213
5
38
Hello,

I set-up a new server, updated it (dist-update) to the newest version. NFS doesn't seem to work, so I searched for a problem in the system.

Found, that the kernel hasn't a /lib/modules directory:

Code:
root@host11:~# uname -a
Linux host 4.4.6-1-pve #1 SMP Thu Apr 21 11:25:40 CEST 2016 x86_64 GNU/Linux
root@host:~# ls -l /lib/modules
total 17
drwxr-xr-x 4 root root 15 Mar 11 17:38 4.4.35-1-pve

What is to do?
 
Already installed the newest.

apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

sources.list is correct.


Code:
pveversion -v
proxmox-ve: 4.4-76 (running kernel: 4.4.6-1-pve)
pve-manager: 4.4-1 (running version: 4.4-1/eb2d6f1e)
pve-kernel-4.4.35-1-pve: 4.4.35-76
lvm2: 2.02.116-pve3
corosync-pve: 2.4.0-1
libqb0: 1.0-1
pve-cluster: 4.0-48
qemu-server: 4.0-101
pve-firmware: 1.1-10
libpve-common-perl: 4.0-83
libpve-access-control: 4.0-19
libpve-storage-perl: 4.0-70
pve-libspice-server1: 0.12.8-1
vncterm: 1.2-1
pve-docs: 4.4-1
pve-qemu-kvm: 2.7.0-9
pve-container: 1.0-88
pve-firewall: 2.0-33
pve-ha-manager: 1.0-38
ksm-control-daemon: 1.2-1
glusterfs-client: 3.5.2-2+deb8u3
lxc-pve: 2.0.6-2
lxcfs: 2.0.5-pve1
criu: 1.6.0-1
novnc-pve: 0.5-8
smartmontools: 6.5+svn4324-1~pve80
zfsutils: 0.6.5.8-pve13~bpo80


Code:
root@host:~# uname -r
4.4.6-1-pve
 
/etc/apt/sources.list is the same:
https://pve.proxmox.com/wiki/Downlo...Proxmox_Virtual_Environment_4.x_to_latest_4.4

my /etc/apt/sources.list
Code:
deb http://ftp.at.debian.org/debian jessie main contrib

# security updates
deb http://security.debian.org jessie/updates main contrib


Already used apt-get dist-upgrade

Regards
Hi,
looks that you use pve-wenterprise without subscription!

Take a look here: http://pve.proxmox.com/wiki/Package_Repositories and change to pve-no-subscription?!

Udo