raattgift wrote:… safe boot and then launchctl load /System/Library/Launch*/*greenbytes*
With ZEVO Community Edition 1.1.1 on OS X 10.8.3:
- Code: Select all
bash-3.2$ date
Wed 20 Mar 2013 12:43:44 GMT
bash-3.2$ sudo launchctl load /System/Library/Launch*/*greenbytes*
launchctl: Couldn't stat("/System/Library/Launch*/*greenbytes*"): No such file or directory
nothing found to load
Additional information:
- Code: Select all
bash-3.2$ sudo kextstat | grep -v com.apple.
Index Refs Address Size Wired Name (Version) <Linked Against>
95 0 0xffffff7f811e8000 0x14000 0x14000 com.kaspersky.kext.klif (3.0.0d23) <13 5 4 3 1>
- Code: Select all
bash-3.2$ pwd
/System/Library/Extensions/ZFSFilesystem.kext
bash-3.2$ cd ..
bash-3.2$ sudo kextload ZFSFilesystem.kext
/System/Library/Extensions/ZFSFilesystem.kext failed to load - (libkern/kext) operation/kext not allowed at current boot level; check the system/kernel logs for errors or try kextutil(8).
Maybe not relevant to safe boot, but for the record:
- Code: Select all
bash-3.2$ defaults read /System/Library/Filesystems/zfs.fs/Contents/Resources/launchd/zfs_loader
{
EnableTransactions = 1;
KeepAlive = {
PathState = {
"/dev/zfs" = 0;
};
};
Label = "com.getgreenbytes.zfs.loader";
ProgramArguments = (
"/System/Library/Filesystems/zfs.fs/Contents/MacOS/zfs_loader"
);
RunAtLoad = 0;
}