ports/187922: sysutils/zfs-snapshot-mgmt 20090201_2 stopped working with FreeBSD10

Mark Martinec Mark.Martinec at ijs.si
Tue Apr 29 23:30:02 UTC 2014


The following reply was made to PR ports/187922; it has been noted by GNATS.

From: Mark Martinec <Mark.Martinec at ijs.si>
To: bug-followup at FreeBSD.org, idefix at fechner.net
Cc:  
Subject: Re: ports/187922: sysutils/zfs-snapshot-mgmt
 =?UTF-8?Q?=32=30=30=39=30=32=30=31=5F=32=20stopped=20working=20with=20Fre?=
 =?UTF-8?Q?eBSD=31=30?=
Date: Wed, 30 Apr 2014 01:22:22 +0200

 > /usr/local/bin/zfs-snapshot-mgmt:130:in `join':
 >    can't convert nil into String (TypeError)
 
 This happens when a ZFS file system has no mountpoint.
 
 In case of a bsdinstall-ed FreeBSD-10 such filesystems are
 the top filesystem and a top/ROOT below it (both are empty).
 It is only the top/ROOT/default which has its mountpoint '/'.
 
 The zfs-snapshot-mgmt should not bail out on filesystems
 with no mountpoints, or at least it should issue a
 sensible error message.
 
 Currently a workaround is to either supply some dummy
 mountpoints for such filesystems, or avoid specifying
 in the zfs-snapshot-mgmt.conf the top file system
 (hoping the "recursive: true" would deal with the rest),
 but only list each mounted filesystem individually.
 


More information about the freebsd-ports-bugs mailing list