"finder not running"
What could cause this problem?
System boots fine into 10.2.3, dock appears icons in upper right corner appear. But no menu bar, harddisk icons and when hoovering over the finder icon in the dock "finder not running" appears.
This is all happening on an ibook. Booted it as target disk and ran disk utility and repair file permissions. The ibooks is partitioned with an osx volumen and an os9 volume.
and ideas, couldn't seem to find any pertaining topics on Apples discussion form so I cross-posted between the two sites...
System boots fine into 10.2.3, dock appears icons in upper right corner appear. But no menu bar, harddisk icons and when hoovering over the finder icon in the dock "finder not running" appears.
This is all happening on an ibook. Booted it as target disk and ran disk utility and repair file permissions. The ibooks is partitioned with an osx volumen and an os9 volume.
and ideas, couldn't seem to find any pertaining topics on Apples discussion form so I cross-posted between the two sites...
Comments
Other apps in the dock?
This should probably be in Genius Bar...
Originally posted by Spart
What happens when you click the Finder icon?
Other apps in the dock?
... I guess I should have added:
"needless to say, nothing runs aside from the dock hiding and showing as the mouse moves over it"
Have you installed any third-party additions to your system, things like applications that install kernel extensions, or "haxies" perhaps?
I noticed that I started getting this odd behaviour when installed a flurry of third-party hacks, patches and services to my system, so it's my suspicion that it might be something you installed earlier.
I had to reinstall everything which was a right PITA
Still not sure what caused it
Hope you have some better luck!
Jon
It seems like, sometimes, after you quit the Finder or Dock, it appears to be running (according to the Dock) again. It's annoying because you can't view open windows in it anymore.
Of course, you should go through the typical regiment of /sbin/fsck -fy, repair permissions, and delete caches. If you don't know what I mean by these, say so and I'll (or I'm sure someone else here will) give the explanations.
Moving to Genius Bar.
I'd like to know what you mean Brad..
Originally posted by Brad Of course, you should go through the typical regiment of /sbin/fsck -fy, repair permissions, and delete caches. If you don't know what I mean by these, say so and I'll (or I'm sure someone else here will) give the explanations
I know about deleting caches, but...
Jimzip
Originally posted by Jimzip
Sorry to bring up this thread again, but I was browsing...
I'd like to know what you mean Brad..
I know about deleting caches, but...
Jimzip
You can start up in a Terminal-like 'single-user mode' by holding down command-s at startup. Once you have a command-line prompt, you can type
/sbin/fsck -fy
/sbin/fsck is the path to the Unix file-system check utility. The -f option forces it to examine your volume; the -y option automatically responds 'yes' to any repair requests that it might make. You can combine the options (without using -f -y) into -fy.
Permissions repair can be done through Apple's Disk Utility application (under /Applications/Utilities/). Select your volume and choose 'Repair Permissions.'
Hope this helps!