gmzang / maczfs

Automatically exported from code.google.com/p/maczfs
Other
0 stars 0 forks source link

Nofs fix assumes existence of nofs; installer fails on Leopard #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Nofs.fs is only installed on Snow Leopard; it's not present on Leopard. The 
installation fix script 
will fail if the path doesn't exist.

alblue:install_support alex$ ./a.out 
2009-10-25 09:39:04.366 a.out[7973:10b] Error reading plist: stream had too few 
bytes, format: 
0

This in turn causes the installer to fail, since the error code is propagated 
upwards.

Original issue reported on code.google.com by alex.ble...@gmail.com on 25 Oct 2009 at 9:39

GoogleCodeExporter commented 8 years ago
I've pushed a fix to my github 

e547902..9a54399

http://github.com/alblue/mac-zfs/blob/9a54399f62582c5bd6fb687afd01aced43b8184a/i
nstall_support/fix-
nofs.m

Original comment by alex.ble...@gmail.com on 25 Oct 2009 at 9:44

GoogleCodeExporter commented 8 years ago
Hey, thanks.  I constrained the installer to >= 10.6 because that's all I've 
got. 
I've got no idea whether this stuff works on < 10.6.  Sounds like you might be 
able
to confirm that for us.  :)

I did a little refactoring to clean up the mess I made and tested the fix both 
with
and without the plist file.

Thanks.  :)

Original comment by dsalli...@gmail.com on 25 Oct 2009 at 7:44