ubuntuusers.de

modprobe: FATAL: Module zfs not found.

Status: Ungelöst | Ubuntu-Version: Server 14.04 (Trusty Tahr)
Antworten |

darkjoda

Avatar von darkjoda

Anmeldungsdatum:
16. Oktober 2011

Beiträge: 75

Wohnort: Hamburg

Hallo zusammen,

ich habe eine kleine VM im Internet. Diese soll ein paar Daten sichern. Da ich immer mal ans Limit komme dachte ich, ich nutze mal ZFS. Ich habe die Anleitung von https://wiki.ubuntuusers.de/ZFS_on_Linux/ genutzt.

Hier musste ich disen Befehl vorher schicken, da er PPA nicht instalieren wollte

1
sudo apt-get install software-properties-common -y
1
2
3
sudo apt-add-repository --yes ppa:zfs-native/stable
sudo apt-get update
sudo apt-get install --yes ubuntu-zfs

wurde fehlerfrei ausgeführt. Leider scheint das Modul nicht mit dabei zu sein. Ich bekomme diesen Fehler

1
zpool status

The ZFS modules are not loaded. Try running '/sbin/modprobe zfs' as root to load them.

1
/sbin/modprobe zfs

modprobe: FATAL: Module zfs not found.

Wie kann ich das Module von Hand installieren?

Taomon Team-Icon

Supporter
Avatar von Taomon

Anmeldungsdatum:
30. Januar 2011

Beiträge: 8460

Wohnort: Digiworld

Eher so,

sudo modprobe zfs

Gruß Taomon

darkjoda

(Themenstarter)
Avatar von darkjoda

Anmeldungsdatum:
16. Oktober 2011

Beiträge: 75

Wohnort: Hamburg

1
 sudo modprobe zfs

modprobe: FATAL: Module zfs not found.

Leider nicht

Taomon Team-Icon

Supporter
Avatar von Taomon

Anmeldungsdatum:
30. Januar 2011

Beiträge: 8460

Wohnort: Digiworld

Zeige

dkms status

und

dpkg -l | egrep 'spl|dkms|zfs|build-essential|linux-headers'
uname -a

Gruß Taomon

darkjoda

(Themenstarter)
Avatar von darkjoda

Anmeldungsdatum:
16. Oktober 2011

Beiträge: 75

Wohnort: Hamburg

Der erste Befehl

1
dkms status

spl, 0.6.5.6: added zfs, 0.6.5.6: added

1
dpkg -l | egrep 'spl|dkms|zfs|build-essential|linux-headers'
ii  build-essential                      11.6ubuntu6                             amd64        Informational list of build-essential packages
ii  dkms                                 2.2.0.3-1.1ubuntu5.14.04.1+zfs10~trusty all          Dynamic Kernel Module Support Framework
ii  ethtool                              1:3.13-1                                amd64        display or change Ethernet device settings
ii  libbrlapi0.6:amd64                   5.0-2ubuntu2                            amd64        braille display access via BRLTTY - shared library
ii  libgnomecanvas2-0:amd64              2.30.3-2                                amd64        powerful object-oriented display engine - runtime files
ii  libgnomecanvas2-common               2.30.3-2                                all          powerful object-oriented display engine - common files
rc  librrd4                              1.4.7-2ubuntu5                          amd64        time-series data storage and display system (runtime library)
ii  libtext-charwidth-perl               0.04-7build3                            amd64        get display widths of characters on the terminal
ii  libxdmcp6:amd64                      1:1.1.1-1                               amd64        X11 Display Manager Control Protocol library
ii  libzfs2                              0.6.5.6-1~trusty                        amd64        Native OpenZFS filesystem library for Linux
ii  linux-headers-4.4.0-15               4.4.0-15.31~14.04.1                     all          Header files related to Linux kernel version 4.4.0
ii  linux-headers-4.4.0-15-lowlatency    4.4.0-15.31~14.04.1                     amd64        Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
ii  mountall                             2.53-zfs1                               amd64        filesystem mounting tool
ii  spl                                  0.6.5.6-1~trusty                        amd64        Solaris Porting Layer utilities for Linux
ii  spl-dkms                             0.6.5.6-1~trusty                        all          Solaris Porting Layer kernel modules for Linux
ii  ubuntu-zfs                           8~trusty                                amd64        Native ZFS filesystem metapackage for Ubuntu.
ii  whiptail                             0.52.15-2ubuntu5                        amd64        Displays user-friendly dialog boxes from shell scripts
ii  zfs-dkms                             0.6.5.6-1~trusty                        amd64        Native OpenZFS filesystem kernel modules for Linux
ii  zfs-doc                              0.6.5.6-1~trusty                        amd64        Native OpenZFS filesystem documentation and examples.
rc  zfsonlinux                           6                                       all          archive.zfsonlinux.org trust package
ii  zfsutils                             0.6.5.6-1~trusty                        amd64        Native OpenZFS management utilities for Linux
1
uname -a

Linux hostname.xyz 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Domain geändert...

Taomon Team-Icon

Supporter
Avatar von Taomon

Anmeldungsdatum:
30. Januar 2011

Beiträge: 8460

Wohnort: Digiworld

Ich bin verwirrt. darkjoda

linux-headers-4.4.0-15   
linux-headers-4.4.0-15-lowlatency

ist installiert.

Aber darkjoda

uname -a inux hostname.xyz 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
apt-cache policy | egrep -iv translat
apt-cache policy linux-headers-4.4.0-15 
dpkg -l | egrep 'linux-image|linux-headers'

darkjoda

dkms status

spl, 0.6.5.6: added zfs, 0.6.5.6: added 

Bedeutet das beide Module im dkms-tree drin sind, aber nicht gebaut und in irgend einem Kernel installiert wurde. Deshalb kann zfs nicht gefunden werden.

Bitte Befehl und Ausgaben zu sammen im codeblock posten.

Gruß Taomon

darkjoda

(Themenstarter)
Avatar von darkjoda

Anmeldungsdatum:
16. Oktober 2011

Beiträge: 75

Wohnort: Hamburg

Leider habe ich Mist in der fstab gemacht. Daher muss ich diesen neu installieren. Da ich nur via SSH auf die VM komme. Werde aber die Fehle dennoch posten.

darkjoda

(Themenstarter)
Avatar von darkjoda

Anmeldungsdatum:
16. Oktober 2011

Beiträge: 75

Wohnort: Hamburg

Ich habe die VM zurück gesetzt. Vorher wurde nur apt-get Update / Upgrade ausgeführt. Sowie sudo für den User lan-id editiert.

lan-id@sol:~$ sudo apt-add-repository --yes ppa:zfs-native/stable
[sudo] password for lan-id:
sudo: apt-add-repository: command not found
lan-id@sol:~$ sudo apt-get install software-properties-common -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  python3-pycurl python3-software-properties
Suggested packages:
  libcurl4-gnutls-dev python3-pycurl-dbg
The following NEW packages will be installed:
  python3-pycurl python3-software-properties software-properties-common
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 76.0 kB of archives.
After this operation, 542 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main python3-pycurl amd64 7.19.3-0ubuntu3 [47.5 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3-software-properties all 0.92.37.7 [19.1 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main software-properties-common all 0.92.37.7 [9,356 B]
Fetched 76.0 kB in 0s (112 kB/s)
Selecting previously unselected package python3-pycurl.
(Reading database ... 24934 files and directories currently installed.)
Preparing to unpack .../python3-pycurl_7.19.3-0ubuntu3_amd64.deb ...
Unpacking python3-pycurl (7.19.3-0ubuntu3) ...
Selecting previously unselected package python3-software-properties.
Preparing to unpack .../python3-software-properties_0.92.37.7_all.deb ...
Unpacking python3-software-properties (0.92.37.7) ...
Selecting previously unselected package software-properties-common.
Preparing to unpack .../software-properties-common_0.92.37.7_all.deb ...
Unpacking software-properties-common (0.92.37.7) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up python3-pycurl (7.19.3-0ubuntu3) ...
Setting up python3-software-properties (0.92.37.7) ...
Setting up software-properties-common (0.92.37.7) ...
lan-id@sol:~$ sudo apt-add-repository --yes ppa:zfs-native/stable
gpg: keyring `/tmp/tmpzyttj07v/secring.gpg' created
gpg: keyring `/tmp/tmpzyttj07v/pubring.gpg' created
gpg: requesting key F6B0FC61 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpzyttj07v/trustdb.gpg: trustdb created
gpg: key F6B0FC61: public key "Launchpad PPA for Native ZFS for Linux" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
lan-id@sol:~$ sudo apt-get update
Hit http://security.ubuntu.com trusty-security InRelease
Get:1 http://ppa.launchpad.net trusty InRelease [15.5 kB]
87% [Connecting to archive.ubuntu.com (91.189.91.14)] [1 InRelease 13.4 kB/87% [InRelease gpgv 65.9 kB] [Connecting to archive.ubuntu.com (91.189.91.1100% [InRelease gpgv 65.9 kB] [Connecting to archive.ubuntu.com (91.189.91.100% [1 InRelease gpgv 15.5 kB] [Connecting to archive.ubuntu.com (91.189.9100% [Connecting to archive.ubuntu.com (91.189.91.14)] [Waiting for headersHit http://security.ubuntu.com trusty-security/main amd64 Packages
100% [Packages 3,111 kB] [Waiting for headers] [Waiting for headers] [WaitiGet:2 http://ppa.launchpad.net trusty/main amd64 Packages [4,840 B]
88% [Packages 3,111 kB] [Waiting for headers] [Waiting for headers] [2 PackHit http://security.ubuntu.com trusty-security/main Translation-en
100% [2 Packages bzip2 0 B] [Packages 3,111 kB] [Waiting for headers] [WaitGet:3 http://ppa.launchpad.net trusty/main Translation-en [2,287 B]
100% [Packages 3,111 kB] [Waiting for headers] [3 Translation-en 2,287 B/2,Ign http://archive.ubuntu.com trusty InRelease                             Hit http://archive.ubuntu.com trusty-updates InRelease
Hit http://archive.ubuntu.com trusty Release.gpg
Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages
Hit http://archive.ubuntu.com trusty-updates/main Translation-en
Hit http://archive.ubuntu.com trusty-updates/universe Translation-en
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty/main amd64 Packages
Hit http://archive.ubuntu.com trusty/universe amd64 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Fetched 22.6 kB in 2s (7,702 B/s)
Reading package lists... Done
lan-id@sol:~$ sudo apt-get install --yes ubuntu-zfs
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  build-essential cpp cpp-4.8 dkms dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8
  libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl
  libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libisl10 libitm1
  libmpc3 libmpfr4 libnvpair1 libquadmath0 libstdc++-4.8-dev libtsan0
  libuutil1 libzfs2 libzpool2 linux-headers-4.4.0-18
  linux-headers-4.4.0-18-lowlatency linux-libc-dev make manpages-dev mountall
  spl spl-dkms zfs-dkms zfs-doc zfsutils
Suggested packages:
  cpp-doc gcc-4.8-locales debhelper debian-keyring g++-multilib
  g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf
  automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg
  libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg
  libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc zfs-auto-snapshot
  samba-common-bin nfs-kernel-server zfs-initramfs
Recommended packages:
  linux-headers
The following NEW packages will be installed:
  build-essential cpp cpp-4.8 dkms dpkg-dev fakeroot g++ g++-4.8 gcc gcc-4.8
  libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  libasan0 libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libdpkg-perl
  libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libisl10 libitm1
  libmpc3 libmpfr4 libnvpair1 libquadmath0 libstdc++-4.8-dev libtsan0
  libuutil1 libzfs2 libzpool2 linux-headers-4.4.0-18
  linux-headers-4.4.0-18-lowlatency linux-libc-dev make manpages-dev spl
  spl-dkms ubuntu-zfs zfs-dkms zfs-doc zfsutils
The following packages will be upgraded:
  mountall
1 upgraded, 45 newly installed, 0 to remove and 1 not upgraded.
Need to get 50.8 MB of archives.
After this operation, 204 MB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main mountall amd64 2.53-zfs1 [69.9 kB]
0% [1 mountall 0 B/69.9 kB 0%] [Connecting to archive.ubuntu.com (91.189.91Get:2 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main spl-dkms all 0.6.5.6-1~trusty [370 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.1 [63.1 kB]
Get:4 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main zfs-doc amd64 0.6.5.6-1~trusty [72.2 kB]
Get:5 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main zfs-dkms amd64 0.6.5.6-1~trusty [1,075 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.1 [8,640 B]
Get:7 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main spl amd64 0.6.5.6-1~trusty [21.6 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]
Get:9 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main libuutil1 amd64 0.6.5.6-1~trusty [27.3 kB]
Get:10 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main libnvpair1 amd64 0.6.5.6-1~trusty [22.9 kB]
Get:11 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main libzpool2 amd64 0.6.5.6-1~trusty [377 kB]
Get:12 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main libzfs2 amd64 0.6.5.6-1~trusty [103 kB]
Get:13 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main zfsutils amd64 0.6.5.6-1~trusty [262 kB]
Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]
Get:15 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main ubuntu-zfs amd64 8~trusty [1,752 B]
Get:16 http://archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]
Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.1 [28.5 kB]
Get:18 http://archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]
Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.1 [126 kB]
Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.1 [94.9 kB]
Get:21 http://archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]
Get:22 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.1 [4,595 kB]
15% [22 cpp-4.8 4,122 kB/4,595 kB 90%]                           1,202 kB/s16% [Working]                                                    1,202 kB/sGet:23 http://archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]
16% [23 cpp 0 B/27.5 kB 0%]                                      1,202 kB/s16% [Working]                                                    1,202 kB/sGet:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.1 [1,688 kB]
16% [24 libgcc-4.8-dev 0 B/1,688 kB 0%]                          1,202 kB/s17% [24 libgcc-4.8-dev 351 kB/1,688 kB 21%]                      1,202 kB/s18% [24 libgcc-4.8-dev 1,026 kB/1,688 kB 61%]                    1,202 kB/s20% [Working]                                                    1,202 kB/sGet:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.1 [5,056 kB]
20% [25 gcc-4.8 0 B/5,056 kB 0%]                                 1,202 kB/s21% [25 gcc-4.8 800 kB/5,056 kB 16%]                             1,202 kB/s23% [25 gcc-4.8 1,461 kB/5,056 kB 29%]                           1,202 kB/s24% [25 gcc-4.8 2,109 kB/5,056 kB 42%]                           1,202 kB/s25% [25 gcc-4.8 2,768 kB/5,056 kB 55%]                           1,202 kB/s26% [25 gcc-4.8 3,469 kB/5,056 kB 69%]                           1,202 kB/s28% [25 gcc-4.8 4,117 kB/5,056 kB 81%]                           1,202 kB/s29% [25 gcc-4.8 4,829 kB/5,056 kB 96%]                           1,202 kB/s30% [Working]                                                    1,202 kB/sGet:26 http://archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]
30% [26 gcc 0 B/5,098 B 0%]                                      1,202 kB/s30% [Working]                                                    1,202 kB/sGet:27 http://archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]
30% [27 make 0 B/119 kB 0%]                                      1,202 kB/s30% [Working]                                                    1,202 kB/sGet:28 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.7 [69.0 kB]
30% [28 libc-dev-bin 0 B/69.0 kB 0%]                             1,212 kB/s30% [Working]                                                    1,212 kB/sGet:29 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-85.129 [775 kB]
30% [29 linux-libc-dev 0 B/775 kB 0%]                            1,212 kB/s31% [29 linux-libc-dev 533 kB/775 kB 69%]                        1,212 kB/s31% [Working]                                                    1,212 kB/sGet:30 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.7 [1,910 kB]
31% [30 libc6-dev 0 B/1,910 kB 0%]                               1,212 kB/s33% [30 libc6-dev 675 kB/1,910 kB 35%]                           1,212 kB/s34% [30 libc6-dev 1,194 kB/1,910 kB 63%]                         1,212 kB/s35% [30 libc6-dev 1,609 kB/1,910 kB 84%]                         1,212 kB/s35% [Working]                                                    1,212 kB/sGet:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.1 [1,051 kB]
35% [31 libstdc++-4.8-dev 0 B/1,051 kB 0%]                       1,212 kB/s37% [31 libstdc++-4.8-dev 648 kB/1,051 kB 62%]                   1,212 kB/s37% [Working]                                                    1,212 kB/sGet:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.1 [18.1 MB]
37% [32 g++-4.8 0 B/18.1 MB 0%]                                  1,212 kB/s38% [32 g++-4.8 318 kB/18.1 MB 2%]                               1,212 kB/s39% [32 g++-4.8 884 kB/18.1 MB 5%]                               1,212 kB/s40% [32 g++-4.8 1,412 kB/18.1 MB 8%]                             1,212 kB/s41% [32 g++-4.8 2,065 kB/18.1 MB 11%]                            1,212 kB/s43% [32 g++-4.8 2,633 kB/18.1 MB 15%]                            1,014 kB/s44% [32 g++-4.8 3,216 kB/18.1 MB 18%]                            1,014 kB/s45% [32 g++-4.8 3,799 kB/18.1 MB 21%]                            1,014 kB/s46% [32 g++-4.8 4,400 kB/18.1 MB 24%]                            1,014 kB/s47% [32 g++-4.8 5,029 kB/18.1 MB 28%]                            1,014 kB/s48% [32 g++-4.8 5,642 kB/18.1 MB 31%]                            1,014 kB/s50% [32 g++-4.8 6,265 kB/18.1 MB 35%]                            1,014 kB/s51% [32 g++-4.8 6,920 kB/18.1 MB 38%]                            1,014 kB/s52% [32 g++-4.8 7,620 kB/18.1 MB 42%]                            1,014 kB/s54% [32 g++-4.8 8,454 kB/18.1 MB 47%]                            1,014 kB/s56% [32 g++-4.8 9,369 kB/18.1 MB 52%]                            1,014 kB/s58% [32 g++-4.8 10.3 MB/18.1 MB 57%]                             1,014 kB/s60% [32 g++-4.8 11.5 MB/18.1 MB 63%]                             1,470 kB/s62% [32 g++-4.8 12.7 MB/18.1 MB 70%]                             1,470 kB/s65% [32 g++-4.8 14.3 MB/18.1 MB 79%]                             1,470 kB/s68% [32 g++-4.8 15.8 MB/18.1 MB 87%]                             1,470 kB/s72% [32 g++-4.8 17.7 MB/18.1 MB 97%]                              1,470 kB/73% [Working]                                                     1,470 kB/Get:33 http://archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]
73% [33 g++ 0 B/1,490 B 0%]                                       1,470 kB/73% [Working]                                                     1,470 kB/Get:34 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.5 [179 kB]
73% [34 libdpkg-perl 0 B/179 kB 0%]                               1,470 kB/73% [Working]                                                     1,470 kB/Get:35 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.5 [726 kB]
73% [35 dpkg-dev 0 B/726 kB 0%]                                   1,470 kB/75% [Working]                                                     1,470 kB/Get:36 http://archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]
75% [36 build-essential 0 B/4,838 B 0%]                           1,470 kB/75% [Working]                                                     1,470 kB/Get:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dkms all 2.2.0.3-1.1ubuntu5.14.04.5 [65.4 kB]
75% [37 dkms 0 B/65.4 kB 0%]                                      1,470 kB/75% [Working]                                                     1,470 kB/Get:38 http://archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB]
75% [38 libfakeroot 0 B/25.4 kB 0%]                               1,470 kB/75% [Working]                                                     1,470 kB/Get:39 http://archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB]
75% [39 fakeroot 0 B/55.0 kB 0%]                                  1,470 kB/75% [Working]                                                     1,470 kB/Get:40 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB]
75% [40 libalgorithm-diff-perl 0 B/50.0 kB 0%]                    1,470 kB/75% [Working]                                                     1,470 kB/Get:41 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB]
75% [41 libalgorithm-diff-xs-perl 0 B/12.6 kB 0%]                 1,470 kB/75% [Working]                                                     1,470 kB/Get:42 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB]
75% [42 libalgorithm-merge-perl 0 B/12.7 kB 0%]                   1,470 kB/75% [Working]                                                     1,470 kB/Get:43 http://archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB]
75% [43 libfile-fcntllock-perl 0 B/15.9 kB 0%]                    1,470 kB/75% [Working]                                                     1,470 kB/Get:44 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-headers-4.4.0-18 all 4.4.0-18.34~14.04.1 [9,938 kB]
75% [44 linux-headers-4.4.0-18 0 B/9,938 kB 0%]                   1,470 kB/76% [44 linux-headers-4.4.0-18 357 kB/9,938 kB 4%]                1,470 kB/77% [44 linux-headers-4.4.0-18 1,088 kB/9,938 kB 11%]             1,470 kB/80% [44 linux-headers-4.4.0-18 2,318 kB/9,938 kB 23%]             1,470 kB/83% [44 linux-headers-4.4.0-18 3,808 kB/9,938 kB 38%]             1,868 kB/86% [44 linux-headers-4.4.0-18 5,308 kB/9,938 kB 53%]             1,868 kB/89% [44 linux-headers-4.4.0-18 6,852 kB/9,938 kB 69%]             1,868 kB/92% [44 linux-headers-4.4.0-18 8,416 kB/9,938 kB 85%]             1,868 kB/95% [Working]                                                     1,868 kB/Get:45 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-headers-4.4.0-18-lowlatency amd64 4.4.0-18.34~14.04.1 [785 kB]
95% [45 linux-headers-4.4.0-18-lowlatency 0 B/785 kB 0%]          1,868 kB/96% [Working]                                                     1,868 kB/Get:46 http://archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1,820 kB]
96% [46 manpages-dev 0 B/1,820 kB 0%]                             1,868 kB/100% [Working]                                                    1,868 kB/Fetched 50.8 MB in 33s (1,507 kB/s)
Extracting templates from packages: 100%
(Reading database ... 24987 files and directories currently installed.)
Preparing to unpack .../mountall_2.53-zfs1_amd64.deb ...
Unpacking mountall (2.53-zfs1) over (2.53) ...
Selecting previously unselected package libasan0:amd64.
Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.1_amd64.deb ...
Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.1_amd64.deb ...
Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Selecting previously unselected package libgmp10:amd64.
Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ...
Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...
Selecting previously unselected package libisl10:amd64.
Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ...
Unpacking libisl10:amd64 (0.12.2-1) ...
Selecting previously unselected package libcloog-isl4:amd64.
Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ...
Unpacking libcloog-isl4:amd64 (0.18.2-1) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.1_amd64.deb ...
Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Selecting previously unselected package libmpfr4:amd64.
Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ...
Unpacking libmpfr4:amd64 (3.1.2-1) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.1_amd64.deb ...
Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.1_amd64.deb ...
Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ...
Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ...
Selecting previously unselected package cpp-4.8.
Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.1_amd64.deb ...
Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.1) ...
Selecting previously unselected package cpp.
Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ...
Unpacking cpp (4:4.8.2-1ubuntu6) ...
Selecting previously unselected package libgcc-4.8-dev:amd64.
Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.1_amd64.deb ...Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Selecting previously unselected package gcc-4.8.
Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.1_amd64.deb ...
Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.1) ...
Selecting previously unselected package gcc.
Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ...
Unpacking gcc (4:4.8.2-1ubuntu6) ...
Selecting previously unselected package make.
Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ...
Unpacking make (3.81-8.2ubuntu3) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.7_amd64.deb ...
Unpacking libc-dev-bin (2.19-0ubuntu6.7) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_3.13.0-85.129_amd64.deb ...
Unpacking linux-libc-dev:amd64 (3.13.0-85.129) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.19-0ubuntu6.7_amd64.deb ...
Unpacking libc6-dev:amd64 (2.19-0ubuntu6.7) ...
Selecting previously unselected package libstdc++-4.8-dev:amd64.
Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.1_amd64.deb ...
Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Selecting previously unselected package g++-4.8.
Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.1_amd64.deb ...
Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.1) ...
Selecting previously unselected package g++.
Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ...
Unpacking g++ (4:4.8.2-1ubuntu6) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.5_all.deb ...
Unpacking libdpkg-perl (1.17.5ubuntu5.5) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.5_all.deb ...
Unpacking dpkg-dev (1.17.5ubuntu5.5) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ...
Unpacking build-essential (11.6ubuntu6) ...
Selecting previously unselected package dkms.
Preparing to unpack .../dkms_2.2.0.3-1.1ubuntu5.14.04.5_all.deb ...
Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.5) ...
Selecting previously unselected package spl-dkms.
Preparing to unpack .../spl-dkms_0.6.5.6-1~trusty_all.deb ...
Unpacking spl-dkms (0.6.5.6-1~trusty) ...
Selecting previously unselected package zfs-doc.
Preparing to unpack .../zfs-doc_0.6.5.6-1~trusty_amd64.deb ...
Unpacking zfs-doc (0.6.5.6-1~trusty) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ...
Setting up libisl10:amd64 (0.12.2-1) ...
Setting up libcloog-isl4:amd64 (0.18.2-1) ...
Setting up libmpfr4:amd64 (3.1.2-1) ...
Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ...
Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.1) ...
Setting up cpp (4:4.8.2-1ubuntu6) ...
Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.1) ...
Setting up gcc (4:4.8.2-1ubuntu6) ...
Setting up make (3.81-8.2ubuntu3) ...
Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.5) ...
Setting up spl-dkms (0.6.5.6-1~trusty) ...
Loading new spl-0.6.5.6 DKMS files...
First Installation: checking all kernels...
Building only for 3.13.0-24-generic
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
Selecting previously unselected package zfs-dkms.
(Reading database ... 28025 files and directories currently installed.)
Preparing to unpack .../zfs-dkms_0.6.5.6-1~trusty_amd64.deb ...
Unpacking zfs-dkms (0.6.5.6-1~trusty) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ...
Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ...
Unpacking fakeroot (1.20-3ubuntu2) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.02-3) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-2) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.14-2build1) ...
Selecting previously unselected package linux-headers-4.4.0-18.
Preparing to unpack .../linux-headers-4.4.0-18_4.4.0-18.34~14.04.1_all.deb ...
Unpacking linux-headers-4.4.0-18 (4.4.0-18.34~14.04.1) ...
Selecting previously unselected package linux-headers-4.4.0-18-lowlatency.
Preparing to unpack .../linux-headers-4.4.0-18-lowlatency_4.4.0-18.34~14.04.1_amd64.deb ...
Unpacking linux-headers-4.4.0-18-lowlatency (4.4.0-18.34~14.04.1) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ...
Unpacking manpages-dev (3.54-1ubuntu1) ...
Selecting previously unselected package spl.
Preparing to unpack .../spl_0.6.5.6-1~trusty_amd64.deb ...
Unpacking spl (0.6.5.6-1~trusty) ...
Selecting previously unselected package libuutil1.
Preparing to unpack .../libuutil1_0.6.5.6-1~trusty_amd64.deb ...
Unpacking libuutil1 (0.6.5.6-1~trusty) ...
Selecting previously unselected package libnvpair1.
Preparing to unpack .../libnvpair1_0.6.5.6-1~trusty_amd64.deb ...
Unpacking libnvpair1 (0.6.5.6-1~trusty) ...
Selecting previously unselected package libzpool2.
Preparing to unpack .../libzpool2_0.6.5.6-1~trusty_amd64.deb ...
Unpacking libzpool2 (0.6.5.6-1~trusty) ...
Selecting previously unselected package libzfs2.
Preparing to unpack .../libzfs2_0.6.5.6-1~trusty_amd64.deb ...
Unpacking libzfs2 (0.6.5.6-1~trusty) ...
Selecting previously unselected package zfsutils.
Preparing to unpack .../zfsutils_0.6.5.6-1~trusty_amd64.deb ...
Unpacking zfsutils (0.6.5.6-1~trusty) ...
Selecting previously unselected package ubuntu-zfs.
Preparing to unpack .../ubuntu-zfs_8~trusty_amd64.deb ...
Unpacking ubuntu-zfs (8~trusty) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for initramfs-tools (0.103ubuntu4.3) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic
Processing triggers for ureadahead (0.100.0-16) ...
Setting up mountall (2.53-zfs1) ...
Setting up libc-dev-bin (2.19-0ubuntu6.7) ...
Setting up linux-libc-dev:amd64 (3.13.0-85.129) ...
Setting up libc6-dev:amd64 (2.19-0ubuntu6.7) ...
Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.1) ...
Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.1) ...
Setting up g++ (4:4.8.2-1ubuntu6) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up libdpkg-perl (1.17.5ubuntu5.5) ...
Setting up dpkg-dev (1.17.5ubuntu5.5) ...
Setting up build-essential (11.6ubuntu6) ...
Setting up zfs-doc (0.6.5.6-1~trusty) ...
Setting up zfs-dkms (0.6.5.6-1~trusty) ...
Loading new zfs-0.6.5.6 DKMS files...
First Installation: checking all kernels...
Building only for 3.13.0-24-generic
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
Setting up libfakeroot:amd64 (1.20-3ubuntu2) ...
Setting up fakeroot (1.20-3ubuntu2) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libalgorithm-diff-perl (1.19.02-3) ...
Setting up libalgorithm-diff-xs-perl (0.04-2build4) ...
Setting up libalgorithm-merge-perl (0.08-2) ...
Setting up libfile-fcntllock-perl (0.14-2build1) ...
Setting up linux-headers-4.4.0-18 (4.4.0-18.34~14.04.1) ...
Setting up linux-headers-4.4.0-18-lowlatency (4.4.0-18.34~14.04.1) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 4.4.0-18-lowlatency /boot/vmlinuz-4.4.0-18-lowlatency
configure: error:
        *** Please make sure the kmod spl devel <kernel> package for your
        *** distribution is installed then try again.  If that fails you
        *** can specify the location of the spl objects with the
        *** '--with-spl-obj=PATH' option.
Error! Bad return status for module build on kernel: 4.4.0-18-lowlatency (x86_64)
Consult /var/lib/dkms/zfs/0.6.5.6/build/make.log for more information.

Setting up manpages-dev (3.54-1ubuntu1) ...
Setting up spl (0.6.5.6-1~trusty) ...
Setting up libuutil1 (0.6.5.6-1~trusty) ...
Setting up libnvpair1 (0.6.5.6-1~trusty) ...
Setting up libzpool2 (0.6.5.6-1~trusty) ...
Setting up libzfs2 (0.6.5.6-1~trusty) ...
Setting up zfsutils (0.6.5.6-1~trusty) ...
Processing triggers for initramfs-tools (0.103ubuntu4.3) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic
Processing triggers for ureadahead (0.100.0-16) ...
Setting up ubuntu-zfs (8~trusty) ...
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
lan-id@sol:~$

Bearbeitet von Taomon:

codeblock hinzu gefügt. Bitte verwende in Zukunft Codeblöcke, um die Übersicht im Forum zu verbessern! danke

darkjoda

(Themenstarter)
Avatar von darkjoda

Anmeldungsdatum:
16. Oktober 2011

Beiträge: 75

Wohnort: Hamburg

Hier die Antwort auf die Befehle... Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-24-generic x86_64)

lan-id@sol:~$ sudo apt-cache policy | egrep -iv translat
[sudo] password for lan-id:
Package files:
 100 /var/lib/dpkg/status
     release a=now
1001 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main amd64 Packages
     release v=14.04,o=LP-PPA-zfs-native-stable,a=trusty,n=trusty,l=ZFS Stable Releases for Ubuntu,c=main
     origin ppa.launchpad.net
 500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages     release v=14.04,o=Ubuntu,a=trusty-security,n=trusty,l=Ubuntu,c=main
     origin security.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 Packages
     release v=14.04,o=Ubuntu,a=trusty-updates,n=trusty,l=Ubuntu,c=universe     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
     release v=14.04,o=Ubuntu,a=trusty-updates,n=trusty,l=Ubuntu,c=main
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
     release v=14.04,o=Ubuntu,a=trusty,n=trusty,l=Ubuntu,c=universe
     origin archive.ubuntu.com
 500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
     release v=14.04,o=Ubuntu,a=trusty,n=trusty,l=Ubuntu,c=main
     origin archive.ubuntu.com
Pinned packages:
lan-id@sol:~$ sudo apt-cache policy linux-headers-4.4.0-15
N: Unable to locate package linux-headers-4.4.0-15
N: Couldn't find any package by regex 'linux-headers-4.4.0-15'
lan-id@sol:~$ dpkg -l | egrep 'linux-image|linux-headers'
ii  linux-headers-4.4.0-18            4.4.0-18.34~14.04.1              all          Header files related to Linux kernel version 4.4.0
ii  linux-headers-4.4.0-18-lowlatency 4.4.0-18.34~14.04.1              amd64        Linux kernel headers for version 4.4.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-24-generic     3.13.0-24.47                     amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-virtual               3.13.0.24.28                     amd64        This package will always depend on the latest minimal generic kernel image.
lan-id@sol:~$

Bearbeitet von Taomon:

Nochmal codeblock hinzu gefügt.

Taomon Team-Icon

Supporter
Avatar von Taomon

Anmeldungsdatum:
30. Januar 2011

Beiträge: 8460

Wohnort: Digiworld

Ein Durcheinander.

sudo apt-get update && sudo apt-get install linux-image-generic linux-headers-generic

Damit wird sicher gestellt das neue Kernel plus dazugehörige header Pakete geholt werden. sowie danach

apt-get dist-upgrade

Gruß Taomon

darkjoda

(Themenstarter)
Avatar von darkjoda

Anmeldungsdatum:
16. Oktober 2011

Beiträge: 75

Wohnort: Hamburg

Ich glaube das der Provider dies verhindert.

run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-85-generic /boot/vmlinuz-3.13.0-85-generic configure: error:

  • ** Please make sure the kmod spl devel <kernel> package for your

  • ** distribution is installed then try again. If that fails you

  • ** can specify the location of the spl objects with the

  • ** '--with-spl-obj=PATH' option.

Auf jeden Fall habe ich bei /sbin/modprobe zfs immer noch die Fehlermeldung

modprobe: FATAL: Module zfs not found.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
sudo apt-get update && sudo apt-get install linux-image-generic linux-headers-generic
[sudo] password for lan-id:
Hit http://ppa.launchpad.net trusty InRelease
Hit http://ppa.launchpad.net trusty/main amd64 Packages
Hit http://ppa.launchpad.net trusty/main Translation-en
Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
Ign http://archive.ubuntu.com trusty InRelease
Get:2 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB]
Get:3 http://security.ubuntu.com trusty-security/main amd64 Packages [455 kB]
Hit http://archive.ubuntu.com trusty Release.gpg
Get:4 http://archive.ubuntu.com trusty-updates/main amd64 Packages [752 kB]
Get:5 http://security.ubuntu.com trusty-security/main Translation-en [250 kB]
Get:6 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [358 kB]
Get:7 http://archive.ubuntu.com trusty-updates/main Translation-en [376 kB]
Get:8 http://archive.ubuntu.com trusty-updates/universe Translation-en [187 kB]
Hit http://archive.ubuntu.com trusty Release
Hit http://archive.ubuntu.com trusty/main amd64 Packages
Hit http://archive.ubuntu.com trusty/universe amd64 Packages
Hit http://archive.ubuntu.com trusty/main Translation-en
Hit http://archive.ubuntu.com trusty/universe Translation-en
Ign http://archive.ubuntu.com trusty/main Translation-en_US
Ign http://archive.ubuntu.com trusty/universe Translation-en_US
Fetched 2,509 kB in 3s (693 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  crda iw libnl-3-200 libnl-genl-3-200 linux-firmware linux-headers-3.13.0-85
  linux-headers-3.13.0-85-generic linux-image-3.13.0-85-generic
  linux-image-extra-3.13.0-85-generic wireless-regdb
Suggested packages:
  fdutils linux-doc-3.13.0 linux-source-3.13.0 linux-tools
The following NEW packages will be installed:
  crda iw libnl-3-200 libnl-genl-3-200 linux-firmware linux-headers-3.13.0-85
  linux-headers-3.13.0-85-generic linux-headers-generic
  linux-image-3.13.0-85-generic linux-image-extra-3.13.0-85-generic
  linux-image-generic wireless-regdb
0 upgraded, 12 newly installed, 0 to remove and 8 not upgraded.
Need to get 86.2 MB of archives.
After this operation, 358 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libnl-3-200 amd64 3.2.21-1 [44.5 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libnl-genl-3-200 amd64 3.2.21-1 [10.2 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-3.13.0-85-generic amd64 3.13.0-85.129 [15.2 MB]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main wireless-regdb all 2013.02.13-1ubuntu1 [6,456 B]
Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main crda amd64 1.1.2-1ubuntu2 [15.2 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main iw amd64 3.4-1 [51.7 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-firmware all 1.127.20 [24.5 MB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-headers-3.13.0-85 all 3.13.0-85.129 [8,887 kB]
Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-headers-3.13.0-85-generic amd64 3.13.0-85.129 [707 kB]
Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-headers-generic amd64 3.13.0.85.91 [2,230 B]
Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-extra-3.13.0-85-generic amd64 3.13.0-85.129 [36.7 MB]
Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-generic amd64 3.13.0.85.91 [2,242 B]
Fetched 86.2 MB in 23s (3,713 kB/s)
Selecting previously unselected package libnl-3-200:amd64.
(Reading database ... 57266 files and directories currently installed.)
Preparing to unpack .../libnl-3-200_3.2.21-1_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.2.21-1) ...
Selecting previously unselected package libnl-genl-3-200:amd64.
Preparing to unpack .../libnl-genl-3-200_3.2.21-1_amd64.deb ...
Unpacking libnl-genl-3-200:amd64 (3.2.21-1) ...
Selecting previously unselected package linux-image-3.13.0-85-generic.
Preparing to unpack .../linux-image-3.13.0-85-generic_3.13.0-85.129_amd64.deb ...
Done.
Unpacking linux-image-3.13.0-85-generic (3.13.0-85.129) ...
Selecting previously unselected package wireless-regdb.
Preparing to unpack .../wireless-regdb_2013.02.13-1ubuntu1_all.deb ...
Unpacking wireless-regdb (2013.02.13-1ubuntu1) ...
Selecting previously unselected package crda.
Preparing to unpack .../crda_1.1.2-1ubuntu2_amd64.deb ...
Unpacking crda (1.1.2-1ubuntu2) ...
Selecting previously unselected package iw.
Preparing to unpack .../archives/iw_3.4-1_amd64.deb ...
Unpacking iw (3.4-1) ...
Selecting previously unselected package linux-firmware.
Preparing to unpack .../linux-firmware_1.127.20_all.deb ...
Unpacking linux-firmware (1.127.20) ...
Selecting previously unselected package linux-headers-3.13.0-85.
Preparing to unpack .../linux-headers-3.13.0-85_3.13.0-85.129_all.deb ...
Unpacking linux-headers-3.13.0-85 (3.13.0-85.129) ...
Selecting previously unselected package linux-headers-3.13.0-85-generic.
Preparing to unpack .../linux-headers-3.13.0-85-generic_3.13.0-85.129_amd64.deb ...
Unpacking linux-headers-3.13.0-85-generic (3.13.0-85.129) ...
Selecting previously unselected package linux-headers-generic.
Preparing to unpack .../linux-headers-generic_3.13.0.85.91_amd64.deb ...
Unpacking linux-headers-generic (3.13.0.85.91) ...
Selecting previously unselected package linux-image-extra-3.13.0-85-generic.
Preparing to unpack .../linux-image-extra-3.13.0-85-generic_3.13.0-85.129_amd64.deb ...
Unpacking linux-image-extra-3.13.0-85-generic (3.13.0-85.129) ...
Selecting previously unselected package linux-image-generic.
Preparing to unpack .../linux-image-generic_3.13.0.85.91_amd64.deb ...
Unpacking linux-image-generic (3.13.0.85.91) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up libnl-3-200:amd64 (3.2.21-1) ...
Setting up libnl-genl-3-200:amd64 (3.2.21-1) ...
Setting up linux-image-3.13.0-85-generic (3.13.0-85.129) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-85-generic /boot/vmlinuz-3.13.0-85-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-85-generic /boot/vmlinuz-3.13.0-85-generic
configure: error:
        *** Please make sure the kmod spl devel <kernel> package for your
        *** distribution is installed then try again.  If that fails you
        *** can specify the location of the spl objects with the
        *** '--with-spl-obj=PATH' option.
Error! Bad return status for module build on kernel: 3.13.0-85-generic (x86_64)
Consult /var/lib/dkms/zfs/0.6.5.6/build/make.log for more information.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-85-generic /boot/vmlinuz-3.13.0-85-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-85-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-85-generic /boot/vmlinuz-3.13.0-85-generic
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-3.13.0-85-generic
Found kernel: /boot/vmlinuz-3.13.0-24-generic
Replacing config file /run/grub/menu.lst with new version
Updating /boot/grub/menu.lst ... done

Setting up wireless-regdb (2013.02.13-1ubuntu1) ...
Setting up crda (1.1.2-1ubuntu2) ...
Setting up iw (3.4-1) ...
Setting up linux-firmware (1.127.20) ...
Setting up linux-headers-3.13.0-85 (3.13.0-85.129) ...
Setting up linux-headers-3.13.0-85-generic (3.13.0-85.129) ...
Examining /etc/kernel/header_postinst.d.
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.13.0-85-generic /boot/vmlinuz-3.13.0-85-generic
Setting up linux-headers-generic (3.13.0.85.91) ...
Setting up linux-image-extra-3.13.0-85-generic (3.13.0-85.129) ...
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-85-generic /boot/vmlinuz-3.13.0-85-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-85-generic /boot/vmlinuz-3.13.0-85-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-85-generic /boot/vmlinuz-3.13.0-85-generic
update-initramfs: Generating /boot/initrd.img-3.13.0-85-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-85-generic /boot/vmlinuz-3.13.0-85-generic
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-3.13.0-85-generic
Found kernel: /boot/vmlinuz-3.13.0-24-generic
Updating /boot/grub/menu.lst ... done

Setting up linux-image-generic (3.13.0.85.91) ...
Processing trisudo apt-get dist-upgrade -y
[sudo] password for lan-id:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  libpam-systemd libsystemd-daemon0 libsystemd-login0 libudev1
  linux-image-virtual systemd-services udev
The following packages will be DOWNGRADED:
  dkms
7 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
Need to get 1,103 kB of archives.
After this operation, 3,072 B of additional disk space will be used.
E: There are problems and -y was used without --force-yes
lan-id@sol:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  libpam-systemd libsystemd-daemon0 libsystemd-login0 libudev1
  linux-image-virtual systemd-services udev
The following packages will be DOWNGRADED:
  dkms
7 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
Need to get 1,103 kB of archives.
After this operation, 3,072 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ppa.launchpad.net/zfs-native/stable/ubuntu/ trusty/main dkms all 2.2.0.3-1.1ubuntu5.14.04.1+zfs10~trusty [72.4 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main udev amd64 204-5ubuntu20.19 [735 kB]
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libudev1 amd64 204-5ubuntu20.19 [33.8 kB]
Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpam-systemd amd64 204-5ubuntu20.19 [25.5 kB]
Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main systemd-services amd64 204-5ubuntu20.19 [197 kB]
Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsystemd-daemon0 amd64 204-5ubuntu20.19 [10.2 kB]
Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libsystemd-login0 amd64 204-5ubuntu20.19 [27.2 kB]
Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-image-virtual amd64 3.13.0.85.91 [2,240 B]
Fetched 1,103 kB in 2s (384 kB/s)
(Reading database ... 87972 files and directories currently installed.)
Preparing to unpack .../udev_204-5ubuntu20.19_amd64.deb ...
Adding 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'
Unpacking udev (204-5ubuntu20.19) over (204-5ubuntu20.18) ...
Preparing to unpack .../libudev1_204-5ubuntu20.19_amd64.deb ...
Unpacking libudev1:amd64 (204-5ubuntu20.19) over (204-5ubuntu20.18) ...
Preparing to unpack .../libpam-systemd_204-5ubuntu20.19_amd64.deb ...
systemd-logind stop/waiting
Unpacking libpam-systemd:amd64 (204-5ubuntu20.19) over (204-5ubuntu20.18) ...
Preparing to unpack .../systemd-services_204-5ubuntu20.19_amd64.deb ...
Unpacking systemd-services (204-5ubuntu20.19) over (204-5ubuntu20.18) ...
Preparing to unpack .../libsystemd-daemon0_204-5ubuntu20.19_amd64.deb ...
Unpacking libsystemd-daemon0:amd64 (204-5ubuntu20.19) over (204-5ubuntu20.18) ...
Preparing to unpack .../libsystemd-login0_204-5ubuntu20.19_amd64.deb ...
Unpacking libsystemd-login0:amd64 (204-5ubuntu20.19) over (204-5ubuntu20.18) ...
dpkg: warning: downgrading dkms from 2.2.0.3-1.1ubuntu5.14.04.5 to 2.2.0.3-1.1ubuntu5.14.04.1+zfs10~trusty
Preparing to unpack .../dkms_2.2.0.3-1.1ubuntu5.14.04.1+zfs10~trusty_all.deb ...
Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.1+zfs10~trusty) over (2.2.0.3-1.1ubuntu5.14.04.5) ...
Preparing to unpack .../linux-image-virtual_3.13.0.85.91_amd64.deb ...
Unpacking linux-image-virtual (3.13.0.85.91) over (3.13.0.24.28) ...
Processing triggers for ureadahead (0.100.0-16) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up libudev1:amd64 (204-5ubuntu20.19) ...
Setting up udev (204-5ubuntu20.19) ...
udev stop/waiting
udev start/running, process 31281
Removing 'diversion of /bin/udevadm to /bin/udevadm.upgrade by fake-udev'
update-initramfs: deferring update (trigger activated)
Setting up libsystemd-daemon0:amd64 (204-5ubuntu20.19) ...
Setting up systemd-services (204-5ubuntu20.19) ...
Setting up libpam-systemd:amd64 (204-5ubuntu20.19) ...
systemd-logind start/running, process 31350
Setting up libsystemd-login0:amd64 (204-5ubuntu20.19) ...
Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.1+zfs10~trusty) ...
Setting up linux-image-virtual (3.13.0.85.91) ...
Processing triggers for libc-bin (2.19-0ubuntu6.7) ...
Processing triggers for initramfs-tools (0.103ubuntu4.3) ...
update-initramfs: Generating /boot/initrd.img-3.13.0-85-generic

Taomon Team-Icon

Supporter
Avatar von Taomon

Anmeldungsdatum:
30. Januar 2011

Beiträge: 8460

Wohnort: Digiworld

Ähm,

sudo apt-get purge linux-headers-4.4.0-18 linux-headers-4.4.0-18-lowlatency

und

sudo dpkg-reconfigure spl-dkms 

und

sudo dpkg-reconfigure zfs-dkms

Gruß Taomon

darkjoda

(Themenstarter)
Avatar von darkjoda

Anmeldungsdatum:
16. Oktober 2011

Beiträge: 75

Wohnort: Hamburg

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
sudo apt-get purge linux-headers-4.4.0-18 linux-headers-4.4.0-18-lowlatency
[sudo] password for lan-id: 
Sorry, try again.
[sudo] password for lan-id: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  linux-headers-4.4.0-18* linux-headers-4.4.0-18-lowlatency*
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 86.6 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 87971 files and directories currently installed.)
Removing linux-headers-4.4.0-18-lowlatency (4.4.0-18.34~14.04.1) ...
dpkg: warning: while removing linux-headers-4.4.0-18-lowlatency, directory '/lib/modules/4.4.0-18-lowlatency' not empty so not removed
Removing linux-headers-4.4.0-18 (4.4.0-18.34~14.04.1) ...
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
sudo dpkg-reconfigure spl-dkms 

-------- Uninstall Beginning --------
Module:  spl
Version: 0.6.5.6
Kernel:  3.13.0-85-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

spl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-85-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


splat.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-85-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod....

DKMS: uninstall completed.

-------- Uninstall Beginning --------
Module:  spl
Version: 0.6.5.6
Kernel:  4.4.0-18-lowlatency (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

spl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/4.4.0-18-lowlatency/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


splat.ko:
 - Uninstallation
   - Deleting from: /lib/modules/4.4.0-18-lowlatency/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod....

DKMS: uninstall completed.

------------------------------
Deleting module version: 0.6.5.6
completely from the DKMS tree.
------------------------------
Done.
Loading new spl-0.6.5.6 DKMS files...
Building for 3.13.0-24-generic and 3.13.0-85-generic
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
Building initial module for 3.13.0-85-generic
Done.

spl:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.13.0-85-generic/updates/dkms/

splat.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.13.0-85-generic/updates/dkms/

Running the post_install script:

depmod....

DKMS: install completed.
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
sudo dpkg-reconfigure zfs-dkms
[sudo] password for lan-id: 

-------- Uninstall Beginning --------
Module:  zfs
Version: 0.6.5.6
Kernel:  3.13.0-85-generic (x86_64)
-------------------------------------

Status: Before uninstall, this module version was ACTIVE on this kernel.

zavl.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-85-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


zcommon.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-85-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


znvpair.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-85-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


zpios.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-85-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


zunicode.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-85-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.


zfs.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.13.0-85-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod....

DKMS: uninstall completed.

------------------------------
Deleting module version: 0.6.5.6
completely from the DKMS tree.
------------------------------
Done.
Loading new zfs-0.6.5.6 DKMS files...
Building for 3.13.0-24-generic and 3.13.0-85-generic
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed.
Building initial module for 3.13.0-85-generic
Done.

zavl:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.13.0-85-generic/updates/dkms/

zcommon.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.13.0-85-generic/updates/dkms/

znvpair.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.13.0-85-generic/updates/dkms/

zpios.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.13.0-85-generic/updates/dkms/

zunicode.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/3.13.0-85-generic/updates/dkms/

zfs.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation 
   - Installing to /lib/modules/3.13.0-85-generic/updates/dkms/

depmod....

DKMS: install completed.

/sbin/modprobe zfs modprobe: FATAL: Module zfs not found.

Also ich glaube das wird nichts mehr.... 😢 😢

Taomon Team-Icon

Supporter
Avatar von Taomon

Anmeldungsdatum:
30. Januar 2011

Beiträge: 8460

Wohnort: Digiworld

Kann es sein das Du mal proposed-quellen drin hattest?

apt-cache policy kmod

sowie nochmal

dpkg -l | egrep 'linux-image|linux-headers'

und

dkms status

und nochmal bitte

uname -r

Gruß Taomon

Rechtschreibfehler verbessert.

darkjoda

(Themenstarter)
Avatar von darkjoda

Anmeldungsdatum:
16. Oktober 2011

Beiträge: 75

Wohnort: Hamburg

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
sudo apt-cache policy kmod
[sudo] password for lan-id:
Sorry, try again.
[sudo] password for lan-id:
kmod:
  Installed: 15-0ubuntu6
  Candidate: 15-0ubuntu6
  Version table:
 *** 15-0ubuntu6 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status
1
2
3
4
5
6
7
8
9
 dpkg -l | egrep 'linux-image|linux-headers'
ii  linux-headers-3.13.0-85             3.13.0-85.129                           all          Header files related to Linux kernel version 3.13.0
ii  linux-headers-3.13.0-85-generic     3.13.0-85.129                           amd64        Linux kernel headers for version 3.13.0 on 64 bit x86 SMP
ii  linux-headers-generic               3.13.0.85.91                            amd64        Generic Linux kernel headers
ii  linux-image-3.13.0-24-generic       3.13.0-24.47                            amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-3.13.0-85-generic       3.13.0-85.129                           amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-extra-3.13.0-85-generic 3.13.0-85.129                           amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
ii  linux-image-generic                 3.13.0.85.91                            amd64        Generic Linux kernel image
ii  linux-image-virtual                 3.13.0.85.91                            amd64        This package will always depend on the latest minimal generic kernel image.
1
2
3
dkms status
spl, 0.6.5.6, 3.13.0-85-generic, x86_64: installed
zfs, 0.6.5.6, 3.13.0-85-generic, x86_64: installed

uname -r 3.13.0-24-generic

Ich glaube das es an der VM Lösung vom Provider liegt.

Antworten |