"zfs list" as non-privileged user?

Ralf S. Engelschall rse+freebsd-current at FreeBSD.org
Thu Dec 20 10:51:10 PST 2007


I recognize that under FreeBSD 7 a simple "zfs list" as non-root just
results in:

| rse$ zfs list
| internal error: failed to initialize ZFS library
| rse$ _

Is this really intentional or just a bug?

This for instance prevents non-privileged users to run my snapshot(8)
frontend (see http://people.freebsd.org/~rse/snapshot/)...

| rse$ snapshot list
| Filesystem          User   User%     Snap   Snap%  Snapshot
| rse$ _

...although there are actually snapshots (this time run as root):

| root# snapshot list
| Filesystem          User   User%     Snap   Snap%  Snapshot
| /j/tot               1GB   17.1%      3MB    0.0%  hourly.2
| /j/tot               1GB   17.1%   1024KB    0.0%  hourly.1
| /j/tot               1GB   17.1%   1024KB    0.0%  hourly.0
| /j/en                2GB   27.1%      2MB    0.0%  hourly.2
| /j/en                2GB   27.1%      2MB    0.0%  hourly.1
| /j/en                2GB   27.1%      2MB    0.0%  hourly.0
| root# _

--
rse at FreeBSD.org                        Ralf S. Engelschall
FreeBSD.org/~rse                       rse at engelschall.com
FreeBSD committer                      www.engelschall.com



More information about the freebsd-current mailing list