zfsonlinux / pkg-zfs

Native ZFS packaging for Debian and Ubuntu
https://launchpad.net/~zfs-native/+archive/daily
308 stars 55 forks source link

zfsutils insserv issues #169

Closed whatarcane closed 8 years ago

whatarcane commented 8 years ago

On a fresh install of Debian Jessie, installing ZFSonLinux as per instructions at http://zfsonlinux.org/debian.html :

Setting up zfsutils (0.6.5.1-2) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults update-rc.d: warning: start runlevel arguments (S) do not match zfs-zed Default-Start values (2 3 4 5) insserv: Service zfs-mount has to be enabled to start service zfs-zed insserv: exiting now! update-rc.d: error: insserv rejected the script header

The issue is fixed by manually doing (in order): insserv zfs-import insserv zfs-mount insserv zfs-zed dpkg --configure debian-zfs zfsutils

hostingnuggets commented 8 years ago

same here on a fresh install of Debian 8.2 (amd64)

FransUrbo commented 8 years ago

Duplicate of zfsonlinux/zfs#2680.