Code Monkey home page Code Monkey logo

Comments (6)

ozialien avatar ozialien commented on August 30, 2024

Where is the download for 10.9 at?

On Wed, Jun 12, 2013 at 9:51 PM, lundman [email protected] wrote:

osx.zfs appears to work well with 10.9, or at least as well as 10.8.
However, one change is a kextd warning in the logs;

Requesting load of /tmp/spl.kext.
Jun 13 13:38:44 com.apple.kextd[12]: kext net.lundman.spl
100009000 is in exception list, allowing to load
/tmp/spl.kext loaded successfully (or already loaded).

Requesting load of /tmp/zfs.kext.
Jun 13 13:38:45 com.apple.kextd[12]: WARNING - Invalid signature
-67062 0xFFFFFFFFFFFEFA0A for kext <OSKext 0x7f88b2d57590 [0x7fff74cc7a10]>
{ URL = "file:///tmp/zfs.kext/", ID = "net.lundman.zfs" }
Jun 13 13:38:45 kernel[0]: ZFS: Loading module ...

Investigate what needs to be done for official kexts. And why spl is ok,
and zfs is not is also curious.


Reply to this email directly or view it on GitHubhttps://github.com//issues/31
.

from zfs.

lundman avatar lundman commented on August 30, 2024

If you mean OS X Mavericks, you login with your Mac Developer account, and go to downloads. Or use torrents.

If you mean the osx.zfs binary, the one I compiled earlier will work as-is.

from zfs.

ozialien avatar ozialien commented on August 30, 2024

K thx

Sent from my iPad

On Jun 13, 2013, at 16:33, lundman [email protected] wrote:

If you mean OS X Mavericks, you login with your Mac Developer account, and go to downloads. Or use torrents.

If you mean the osx.zfs binary, the one I compiled earlier will work as-is.


Reply to this email directly or view it on GitHub.

from zfs.

lundman avatar lundman commented on August 30, 2024

Ok, watching the kext video from WWDC2013, it seems they are indeed adding code signing.

  • 10.9 will load unsigned kexts from /System/Library/Extensions/
  • 10.9 will only load signed kexts from /Library/Extensions
  • 10.8 will not load signed kexts in /System/Library/Extensions/

So Apple wants unsigned kexts in /System/Library/Extensions for 10.8 and below, they want
signed kexts in /Library/Extensions/ for 10.9 and up..

We will make two kexts, one for legacy, and one for 10.9 and up.

10.8 systems and earlier will install both kexts.

10.9 systems will only install /Library/Extensions signed kexts. /System will eventually be write protected.

from zfs.

grahamperrin avatar grahamperrin commented on August 30, 2024

Reference (pre-release):

What's New in OS X: OS X v10.9: BSD and Kernel Features

from zfs.

lundman avatar lundman commented on August 30, 2024

I have now received kext signing keys from Apple, and can sign the kexts and load on Mavericks without warnings.

from zfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.