
06-08-2012, 08:24 PM
|
 |
|
|
Join Date: Mar 2012
Location: Germany
Posts: 95
|
|
Quote:
Originally Posted by m28ew
If you need more testing, please just let me know
|
Yes more testing!^^
Some idea that came across my mind:
launchd works 32-Bit on the old AMD machines.
So why the hell not just run it 32 instead of 64-Bit?
Please someone try the following:
Code:
sudo -s
cd /sbin
cp launchd launchd_backup
ditto --rsrc --arch i386 launchd launchd_i386
cp launchd_i386 launchd
reboot
|