InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Lion 10.7 (http://infinitemac.com/forumdisplay.php?f=100)
-   -   Lion with AMD (http://infinitemac.com/showthread.php?t=7106)

ghostec 05-18-2012 12:20 AM

Quote:

Originally Posted by jeaton2012 (Post 57622)
Try this:
1) Open up System Preferences -> Accounts
2) Create a new, temporary user account with administrator privileges
3) For the current, existing user, uncheck the "Allow user to administer this computer" box
4) Restart & log in as the new administrator
5) System Preferences -> Users & Groups
6) For the real administrator account, re-check the "Allow user to administer this computer" box
7) Log out & log back in as the actual normal user/administrator
8) Delete the temporary administrator account

Tried that yesterday, no success =(

jeaton2012 05-18-2012 12:21 AM

Quote:

Originally Posted by ghostec (Post 57623)
Tried that yesterday, no success =(

Hmm:/ Which DVD are you using? maybe the image is corrupted.

ham4ever 05-18-2012 12:23 AM

i've Deleted reportcash from the system , is that bad to do?

jeaton2012 05-18-2012 12:23 AM

Quote:

Originally Posted by anonomys209 (Post 57610)
I tried installing these kexts because I have an issue where when I go to restart or shut down from the apple menu, my system pretty much closes everything like it's gonna shut down and then relaunches all my apps. If I go to restart or shut down again, it works fine. It's always just the first time.

Any ideas? You've been more than helpful so far, figured you might know...

What does it output in the console after you try to reboot?

ghostec 05-18-2012 12:26 AM

Quote:

Originally Posted by jeaton2012 (Post 57624)
Hmm:/ Which DVD are you using? maybe the image is corrupted.

iAtkos L2 installing from Snow Leopard. I'm inside VmWare. I can't manage to boot from chameleon, then I'm booting using rboot (Tonymacx86).

jeaton2012 05-18-2012 12:40 AM

Quote:

Originally Posted by ghostec (Post 57627)
iAtkos L2 installing from Snow Leopard. I'm inside VmWare. I can't manage to boot from chameleon, then I'm booting using rboot (Tonymacx86).

Does it say something like this in the console before the error occurs?
Code:

Create temporary directory "/var/folders/zz...
If so, you locked more files than you should have while applying the xpchelper fix. You need only lock /var/folder/xx(this is the other folder than zz)/t**********(should be the only folder within this folder)/C/com.apple.xpchelper.cache. To fix this you should unlock /var/folders/zz so Lion can write those caches.

EDIT: Oh yeah and if that's the problem and you did lock the folder then just do this:
Code:

sudo su
chflags nouchg /private/var/folders/zz


rizki_alkaf 05-18-2012 01:04 AM

hey what's this?


May 17 03:06:42 Rizkis-Mac-Pro com.apple.launchd[1] (com.apple.xpchelper.00000000-0000-0000-0000-000000000000[904]): Job appears to have crashed: Trace/BPT trap: 5
May 17 03:06:43 Rizkis-Mac-Pro com.apple.launchd[1] (com.apple.xpchelper.00000000-0000-0000-0000-000000000000[905]): Job appears to have crashed: Bus error: 10
May 17 03:06:43 Rizkis-Mac-Pro com.apple.launchd[1] (com.apple.xpchelper.00000000-0000-0000-0000-000000000000[906]): Job appears to have crashed: Bus error: 10
May 17 03:06:43 Rizkis-Mac-Pro com.apple.launchd[1] (com.apple.xpchelper.00000000-0000-0000-0000-000000000000[907]): Job appears to have crashed: Segmentation fault: 11

I did:
- locked permission for xpchelper cache so all apps work fine (thanks Jeaton2012)
- deleted zz folder so copy paste works fine (thanks bronzovkas)

but that messages still showed on console after few minutes.

jeaton2012 05-18-2012 01:09 AM

Quote:

Originally Posted by rizki_alkaf (Post 57629)
hey what's this?


May 17 03:06:42 Rizkis-Mac-Pro com.apple.launchd[1] (com.apple.xpchelper.00000000-0000-0000-0000-000000000000[904]): Job appears to have crashed: Trace/BPT trap: 5
May 17 03:06:43 Rizkis-Mac-Pro com.apple.launchd[1] (com.apple.xpchelper.00000000-0000-0000-0000-000000000000[905]): Job appears to have crashed: Bus error: 10
May 17 03:06:43 Rizkis-Mac-Pro com.apple.launchd[1] (com.apple.xpchelper.00000000-0000-0000-0000-000000000000[906]): Job appears to have crashed: Bus error: 10
May 17 03:06:43 Rizkis-Mac-Pro com.apple.launchd[1] (com.apple.xpchelper.00000000-0000-0000-0000-000000000000[907]): Job appears to have crashed: Segmentation fault: 11

I did:
- locked permission for xpchelper cache so all apps work fine (thanks Jeaton2012)
- deleted zz folder so copy paste works fine (thanks bronzovkas)

but that messages still showed on console after few minutes.

Do this:
Code:

sudo su
chmod -x /System/Library/CoreServices/ReportCrash
chflags uchg /System/Library/CoreServices/ReportCrash

Then open Activity Monitor, in the top right, next to filter, there will be a drop down. Click show all processes. Then find ReportCrash and quit it.

ghostec 05-18-2012 01:18 AM

Quote:

Originally Posted by jeaton2012 (Post 57628)
Does it say something like this in the console before the error occurs?
Code:

Create temporary directory "/var/folders/zz...
If so, you locked more files than you should have while applying the xpchelper fix. You need only lock /var/folder/xx(this is the other folder than zz)/t**********(should be the only folder within this folder)/C/com.apple.xpchelper.cache. To fix this you should unlock /var/folders/zz so Lion can write those caches.

EDIT: Oh yeah and if that's the problem and you did lock the folder then just do this:
Code:

sudo su
chflags nouchg /private/var/folders/zz


I don't remember of this error message.. But..

1) Wait for xpchelper to crash
2) Open terminal and type these in:
"sudo su"
"cd /private/var/folders"
"find /private/var/folders/ -type f | grep -i com.apple.xpchelper.cache"
3) cd to the first one that shows up on the list (it will be in a separate folder from the other xpchelper caches)
"rm -r com.apple.xpchelper.cache"
"pico com.apple.xpchelper.cache" ---> hit ctrl+o to save and ctrl+x to exit
"chflags uchg com.apple.xpchelper.cache"
4) Reboot and you're done!

These are the steps I'm doing (besides the one to the trash).. When I get to step 3), should I cd to the complete path? (till the xxxxxxxx/C/) or just to the xxxxx/ ?

And in the last step, the chflags uchg must be done to the file or to the folder?

And again, I'm really thankful for your help.

rizki_alkaf 05-18-2012 01:24 AM

Quote:

Originally Posted by jeaton2012 (Post 57630)
Do this:
Code:

sudo su
chmod -x /System/Library/CoreServices/ReportCrash
chflags uchg /System/Library/CoreServices/ReportCrash

Then open Activity Monitor, in the top right, next to filter, there will be a drop down. Click show all processes. Then find ReportCrash and quit it.

thanks for your reply..
forgot to mention, i also renamed com.apple.reportcrash.root.plist on /system/library/launchdaemons.
is it just the same?
reportcrash is not even running.. so i guess this is not related to reportcrash, isn't it?