Свежеустановленная система:
# cat /etc/os-release | grep PR
PRETTY_NAME="Ubuntu 14.04 LTS"
# uname -a
Linux dove 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Ошибка при:
# iptables -nL
modprobe: ERROR: ../libkmod/libkmod.c:556 kmod_search_moddep() could not open moddep file '/lib/modules/3.13.0-24-generic/modules.dep.bin'
iptables v1.4.21: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
Хотя:
# ls /lib/modules/*/modules.dep.bin
/lib/modules/3.13.0-30-generic/modules.dep.bin
Кто сталкивался?
В тырнетах предлагают (не проверял):
apt-get dist-upgrade --reinstall linux-image-3.13.0
# apt-get dist-upgrade --reinstall linux-image-3.13.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
Note, selecting 'linux-image-3.13.0-27-generic' for regex 'linux-image-3.13.0'
Note, selecting 'linux-image-3.13.0-27-lowlatency' for regex 'linux-image-3.13.0'
Note, selecting 'linux-image-3.13.0-30-generic' for regex 'linux-image-3.13.0'
Note, selecting 'linux-image-3.13.0-29-lowlatency' for regex 'linux-image-3.13.0'
Note, selecting 'linux-image-3.13.0-30-lowlatency' for regex 'linux-image-3.13.0'
Note, selecting 'linux-image-3.13.0-24-generic' for regex 'linux-image-3.13.0'
Note, selecting 'linux-image-3.13.0-24-lowlatency' for regex 'linux-image-3.13.0'
Note, selecting 'linux-image-3.13.0-29-generic' for regex 'linux-image-3.13.0'
The following NEW packages will be installed:
linux-image-3.13.0-24-generic linux-image-3.13.0-24-lowlatency
linux-image-3.13.0-27-generic linux-image-3.13.0-27-lowlatency
linux-image-3.13.0-29-generic linux-image-3.13.0-29-lowlatency
linux-image-3.13.0-30-lowlatency
0 upgraded, 7 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 252 MB/267 MB of archives.
After this operation, 895 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.