apt - ZFS install on Ubuntu 16.04LTS - Ask Ubuntu
i've upgraded home server form 14.04lts 16.04 lts. zfs working fine , box succesfuly serving out samba share , acting kodi server , end user (i succesfully running sql database , had multiple nodes around house).
perhaps did wrong, after restart zfs no longer , running , i've had try reinstall it. i've tried following information can online no avail. below input , output get.
all prethanked.
sudo apt install zfs reading package lists... done building dependency tree reading state information... done note, selecting 'zfsutils-linux' instead of 'zfs' packages not installed. may mean have requested impossible situation or if using unstable distribution required packages have not yet been created or been moved out of incoming. following information may resolve situation: following packages have unmet dependencies: zfsutils-linux : depends: zfs-doc (= 0.6.5.6-0ubuntu14) 0.6.5.7-1~trusty installed depends: libnvpair1linux not going installed depends: libuutil1linux not going installed depends: libzfs2linux not going installed depends: libzpool2linux not going installed recommends: zfs-zed not going installed e: unable correct problems, have held broken packages.
somehow, have broken dependencies, why zfs won't install. still have zfs ppa active? rid of them removing ppa update manager.
with 16.04lts, zfs in standard install.
use sudo apt clean
, sudo apt update
fresh start. apt purge zfs*
next, make sure nothing else besides zfs gets removed!
sudo apt-get install zfsutils-linux
need reinstall zfs. make sure import old pool zpool import mypoolname
, use -f switch if wasn't exported before.
Comments
Post a Comment