Package: zfs-fuse
Version: 0.7.0-7
Severity: normal
Tags: patch
The daily upgrade today fails with:
Setting up zfs-fuse (0.7.0-7) ...
/lib/lsb/init-functions: line 428: FANCYTTY: unbound variable
invoke-rc.d: initscript zfs-fuse, action "restart" failed.
dpkg: error processing zfs-fuse (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
zfs-fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)
The problem is due to this line in /etc/init.d/zfs-fuse
set -u # Error on uninitialized variabled
Also trouble is the next line:
set -e # Error on uncaught non-zero exit codes
Please remove both lines from the init script. Removing the set -u
line from the /etc/init.d/zfs-fuse is a workaround to enable the
package to be upgraded and installed.
Bob
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]