Pawel Jakub Dawidek <p...@freebsd.org> writes:

> Hi.
>
> The new patchset is ready for testing:
>
>       http://people.freebsd.org/~pjd/patches/zfs_20101212.patch.bz2
>
> When applying the patch be sure to use correct options for patch(1)!:
>
>       # cd /usr/src
>       # fetch http://people.freebsd.org/~pjd/patches/zfs_20101212.patch.bz2
>       # bzip2 -d zfs_20101212.patch.bz2
>       # patch -E -p0 < zfs_20101212.patch

  $ zfs allow
  Traceback (most recent call last):
  File "/usr/lib/zfs/pyzfs.py", line 35, in <module>
  import zfs.util
  File "/usr/local/lib/python2.7/site-packages/zfs/util.py", line 31, in 
<module>
  import solaris.misc
  ImportError: No module named solaris.misc
  Exit 1

Am I missing smth? Looks like lib/pysolaris wasn't ported from onnv-gate.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to