On 6-Apr-2010, at 09:16, William Ehrich wrote: > > "Can't create kext cache / - owner not root"
Are these lines related to eyetv, or just random lines in the console? Does eyetv use a kext? This error usually occurs if the root folder is no owned by the root user. $ ls -lsd / 0 drwxr-xr-x@ 40 root admin 1428 Apr 8 18:19 / permissions should looke like that. If they don't, $ sudo chown root:admin / $ sudo chmod 755 / -- The universe doesn't much care if you tread on a butterfly. There are plenty more butterflies. Gods might note the fall of a sparrow but they don't make any effort to catch them. --Lords and Ladies _______________________________________________ MacOSX-talk mailing list [email protected] http://www.omnigroup.com/mailman/listinfo/macosx-talk
