Closed GoogleCodeExporter closed 9 years ago
Admin please remove this.
Original comment by jmdrawn...@googlemail.com
on 4 Nov 2013 at 10:03
Dear jmdrawneek,
You wrote "Admin please remove this.", so have you been able to resolve the
problem?
If yes, I can close this report. Else I'd like to understand the problem.
Original comment by googlelogin@bjoern-kahl.de
on 22 Nov 2013 at 9:39
Yes I have thanks. Got the latest launchdaemon.
Thanks!
Original comment by jmdrawn...@googlemail.com
on 22 Nov 2013 at 9:41
Dear all
I can confirm that this issue exists: I had zfs running for an
external firewire disk since about August (pre Mavericks) without
problems. Upgraded to Mavericks, still no issues. Then I tried to do
a "git clone ..." of a repository in the pool and got a kernel panic.
Reproducibly. Assumed it was an issue with the OS upgrade.
Upgraded to the latest maczfs for Mavericks and zfs won't start anymore.
So please do not remove this issue!
The message indicates a version mismatch between zfs.util and libzfs.
Checking with otool gives:
thomasbrupbacher(Mac-mini)209$ otool -L
/System/Library/Filesystems/zfs.fs/zfs.util
/System/Library/Filesystems/zfs.fs/zfs.util:
/usr/lib/libzfs.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 123.0.0)
thomasbrupbacher(Mac-mini)210$ otool -L /usr/lib/libzfs.dylib
/usr/lib/libzfs.dylib:
/usr/lib/libzfs.dylib (compatibility version 0.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 125.2.0)
I am not a Mac developper and have not looked into the version
numbering scheme (my background is FreeBSD), but this seems OK.
Checking the files themselves shows that not both files have the same date:
thomasbrupbacher(Mac-mini)241$ ll /System/Library/Filesystems/zfs.fs/
total 56
drwxr-xr-x 4 root wheel 136 Apr 2 2013 ./
drwxr-xr-x 18 root wheel 612 Oct 25 09:18 ../
drwxr-xr-x 5 root wheel 170 Apr 2 2013 Contents/
-rwxrwxr-x 1 root wheel 25968 Apr 2 2013 zfs.util*
thomasbrupbacher(Mac-mini)244$ ll /usr/lib/libzfs.dylib
-rwxrwxr-x 1 thomasbrupbacher staff 638224 Oct 28 21:59
/usr/lib/libzfs.dylib*
Checking the contents of the package (MacZFS-74.3.1-Mavericks.pkg)
shows that also zfs.util should have a date from October. So I did a
manual install (see wiki) and now everything is fine again.
Bottom line: when upgrading to the new Mavericks package, it is
possible that not all files are upgraded and a manual upgrade is needed.
Cheers, Thomas
Original comment by thomas.b...@gmail.com
on 26 Nov 2013 at 10:12
I have uploaded a new installer. Can you check MacZFS-74.3.2 ?
Also, can you run a "find /usr /System /opt /Library -iname '*zfs*' -a -type f
-a -ls" after the new install? It should only list files newer then Nov. 24.
Original comment by googlelogin@bjoern-kahl.de
on 27 Nov 2013 at 9:16
I installed 74.3.2 and ran find. All zfs relevant files have now a date of 27
Nov.
After a restart everything seems fine (no logs about crashes, zfs volume is
mounted and accessible).
Thanks for fixing this!
Original comment by thomas.b...@gmail.com
on 28 Nov 2013 at 9:42
Ok, thanks for reporting back. Closing this.
Original comment by googlelogin@bjoern-kahl.de
on 29 Nov 2013 at 9:44
Original issue reported on code.google.com by
jmdrawn...@googlemail.com
on 30 Oct 2013 at 12:02