Panther Maintenance Tips
by FJ de Kermadec11/21/2003
Have you noticed that over the life span of a system software release, such as Jaguar, things just don't run as smoothly as in the beginning? At some point, we become thankful that a new release is on the way so we can just "start over."
Aside from the normal glitches that can occur, many performance and stability issues are preventable. Indeed, over weeks and months of use, users often neglect important maintenance tasks, or even worse, perform operations that are likely to marginally damage their computers, such as disconnecting drives without ejecting them, or installing many third-party "hacks" on their machines without fully understanding the impact they may have under the hood.
After all, why not? Computers -- and especially Macs -- are here to be enjoyed, right? The good news is that you can continue to enjoy your Mac and still make sure that everything runs smoothly.
If you've just upgraded to Panther, or are thinking about it, then the maintenance tips in this article will help ensure good performance throughout the life of this OS release. Some of these tips will be reminders and others might be new to you, but combined, they will help you run a lean, mean computing machine.
I Thought That Mac OS X was Stable?
|
Related Reading
Mac OS X Panther Pocket Guide |
Yes, it is! In fact, Mac OS X is even able to take care of itself most of the time, by running UNIX maintenance tasks that discard unused logs or cache files.
Even better, the latest release of Mac OS X, Panther, includes a very powerful feature, previously reserved for super-serious servers: it keeps a diary of what it does on your hard drive to be able to recover instantly and effortlessly after a crash. This is the famous "Journaled" HFS+ file system that raises many questions on the Web.
However, some poorly written applications may damage your file structure, or a clunky installer can ruin the permissions of what it installs.
These small errors often go unnoticed: we quit the installer, reboot, and everything behaves normally.
However, the fact that you do not immediately notice symptoms does not mean that you do not have issues. Most of the time, Panther will deal with them, logging the errors and going forward. For example, slight permissions issues will slow your computer down a tiny bit, but won't prevent it from running.
However, when you run an update or install an application, the installer expects files to be at a certain place and directories to have a certain owner. Should these issues interfere with the installation process, you may discover, upon reboot, that you cannot log in any more or that the Finder doesn't start up.
Here are the most common Mac OS X maintenance steps and how to perform them:
Repairing Privileges
Repairing the privileges of a file or folder is one of the most non-intrusive Mac OS X maintenance tasks: you can launch a utility and let it run in the background while you continue to work.
To do so, open the Disk Utility located in your Utilities folder and click on the First Aid tab. Then, select the Mac OS X partition — not the whole hard drive — and click on Repair Permissions. You do not need to Verify first.
|
|
By doing this, you will ensure that installers will be able to install the right files in the right places and that they won't be denied access when they shouldn't. The reverse is also true: this makes sure that the parts of your installation that should be locked are locked indeed, and prevents some applications from writing files where they shouldn't.
The new Panther disk utility has greatly improved the speed of the repair process — that's another reason to do it on a regular basis! The messages it prints to the window are also better formatted, making it easier to understand for beginners.
Repairing the Disk
You can run your computer on a hard drive with a damaged file system until, one day, it simply crashes without any warning.
To prevent that, boot from the Mac OS X Install CD 1 and use the Installer menu in order to open the Disk Utility. Then, click on the First Aid tab, select your hard drive and repair it until it "Appears to be OK." Note that you may have to repeat this step a few times on heavily damaged installations.
However, no amount of software maintenance will protect you in any way against hardware failures. So, please, have a good backup system in place, too!
Here's a Panther-specific tip: at the bottom of the Disk Utility window, you will see a line called "S.M.A.R.T" status. No, this doesn't check your disk's IQ! "S.M.A.R.T" technology is a monitoring system that allows your hard drive to perform self-checks and to warn you when it is about to fail. If you see "verified," your disk is doing well. Perform your regular backups and continue reading this page. If you see "About to fail," your disk will fail, and will do so sooner than later. Immediately backup your files and replace the hard drive — or contact your nearest Apple Store or Apple Authorized Service Provider.
As a general rule, you should monitor the status of your disk once a week; once a month, at least. Hard-drive failures happen to everyone sooner or later. Be prepared so that you can minimize data loss.
Forcing Periodic Maintenance
You may know that every night, Mac OS X runs periodic maintenance tasks to get rid of unused logs and cache files. It also backs up some UNIX files.
However, these maintenance tasks were programmed to run at night, at 3, 4, or 5 AM, depending on what they do. That is, unless your computer is turned off or asleep.
The good news is that not running these tasks is more than very unlikely to cause instability. However, running them may free some of your disk space and make logs easier to read over the time.
To perform them on Jaguar or Panther, open your Terminal and type :
sudo periodic daily
sudo periodic weekly
sudo periodic monthly
Press return between each line, and wait until the first command has completed to start the second one.
Updating the Prebinding
Sometimes, for some (apparently) inexplicable reason, your computer slows down to a crawl after you have installed a big application.
In that case, you may want to "update the prebinding." This means forcing Mac OS X to go through all of the application files and make sure that they are correctly linked together. The Mac OS X default installer usually takes care of this by itself, but some third-party installers may be less cautious.
To do this, simply open your Terminal and type:
sudo update_prebinding -root / -force
Then, enter return, type your password, and enter return again.
Don't worry about the lines of text that will scroll on your Terminal. This simply means that the command is doing its work.
The whole process should only take a few minutes. However, it will considerably slow your computer down and for maximum efficiency, you should not use it at the same time.
Once the command has exited, immediately reboot your computer.
Users who still have Classic applications and a Mac OS 9 system folder on their computers do not need to worry: the command will simply ignore the files and won't damage them.
Now that you know what these maintenance steps are, you may wonder when you should perform them.
What to do and when to do it?
Now.
Now would be a good time to back your data up and perform all of these steps, just to give a boost to your Mac and who knows, perhaps even make things better and solve a few issues you may have had.
When you don't do any special installs, etc.
Once a month:
- Repair the privileges.
- Repair the drive.
- Force the periodic maintenance.
After an application crash, a power failure or a force reboot
Immediately:
- Repair the drive first.
- Repair the privileges.
Then, if the computer slows down:
- Force the periodic maintenance.
- Update the prebinding.
Around the installation of a big new application or a system upgrade
Before, do this:
- Repair the privileges.
- Repair the disk.
After, do this:
If this is more than a simple OS incremental update, repair the privileges and the file system again with the new, updated Disk Utility.
A Note about Upgrading to Panther
Upgrading your computer to Panther, even from Jaguar, is a very complex task for the Installer: it has to look for certain files, and replace or update them. Following our maintenance agenda should allow you to avoid most problems easily.
However, you may feel that it's time for a "clean install." Sure, it's a bit more time consuming; however, the Installer runs up to five times faster, the resulting installation is snappier, and all freshly installed applications will behave wonderfully.
Tempting, isn't it? For once, you may want to forget about traditional maintenance, take the plunge, and initialize your hard drive. All of the information that you will need may be found here.
Now that you know what to do and when to do it, you may want to read about a few maintenance misconceptions that often cause issues to appear on even the best-kept machines.
A Few Maintenance Don'ts
Performing maintenance is a great idea and it should be done often. However, taking care of a computer is like taking care of an old painting: would you put too much product on it to make it shinier? You may actually damage it!
Using Certain Disk Utilities
Certain disk utilities are amazingly efficient and safe, while some others (though sold by your nearest computer shop) may harm your installation more that they will repair it.
Before using a third-party disk utility, you may want to check a few forums and ask users for their personal opinions, or simply search the existing database. That way, you should be able to buy a trusted application.
As a general rule, if a disk utility asks you to boot into Mac OS 9 to solve Mac OS X issues, use caution! If it doesn't clearly state on the box that it is compatible with your 10.x version, or only says "Mac OS X," check with the authors and ask them for some details.
Also, keep in mind that the disk utilities provided by Apple are the safest, and the ones that should always be used first. They may not be all-powerful and repair some heavily damaged disks, but they will never prevent stronger utilities from working. The reverse, however, is not true: when a third-party disk utility has damaged your disk, don't expect good old Disk Utility to fix it!
Of course, keep in mind that Apple updates its disk utilities too. Using the Jaguar one to repair a Panther installation might help if you are stuck in the middle of the Pacific ocean with an unreadable hard drive, but this definitely isn't something you want to do otherwise!
Defragmenting Too Often
Defragmenting a hard drive is a way to make a computer go a bit faster by rearranging the information that is written on it. Some Mac OS 9 users and PC switchers remember that defragmenting was an essential step in their maintenance processes.
However, the Mac community now seems to agree that Mac OS X is able to handle normally fragmented disks very well, without any noticeable slowdown.
The news gets better with Panther. It defrags files (those less than 20 MB, which should be most of yours) on the fly.
Given the fact that forced defragmenting with third-party utilities can be a risky procedure -- data is moved all around the drive -- and that it may be very demanding for tired or defective mechanisms, it should not be performed without good reasons to do so.
Panther users are best off letting their OSes do the work and taking this maintenance step off the list.
Updating to Fix
Some users who experience issues sometimes think that updating their operating systems or specific applications will fix things and allow them to go back to a default state that isn't affected by a specific issue.
However, unless a problem really is caused by an update in itself -- and that's uncommon -- updating a faulty or damaged installation is likely to make things even worse.
The maintenance steps we listed at the beginning of the article should allow you to solve most issues before you go forward.
"If it Ain't Broken, Don't Fix It"
It's true that updates should not be applied carelessly on mission-critical computers. Computers that need an uptime of 100% should be treated with the greatest care and be backed up by a properly configured network.
However, some users sometimes do not apply recommended or critical security updates, thinking that they can only raise issues on their Macs.
Simply follow our upgrade advice or the one of your network administrator before upgrading. Things are likely to go a lot smoother than you think.
Keep in mind that the new Panther Disk Utility contains a new Restore feature that you may find useful while planning your backups and emergency boot drives for your most important Macs.
Mac OS X is a great, easy-to-use, and very powerful operating system. However, like any OS, it needs to be taken care of to make sure that things will run smoothly. This article should help you to keep your computer in a safe state and avoid most of the common pitfalls.
FJ de Kermadec is an author, stylist and entrepreneur in Paris, France.
Return to the Mac DevCenter
Showing messages 1 through 94 of 94.
-
Great tips, I hope...
2007-10-10 19:27:02 TommyDAQ [View]
-
Great tips, I hope...
2007-10-11 02:07:37 FJ de Kermadec |
[View]
Tommy,
It is always a pleasure to reply to those who do me the honor of reading my articles!
SMART information should appear in your Disk Utility when you select the drive itself, towards the bottom of the window (if memory serves me well, I no longer run a Panther machine). Alternatively, you can use an application such as SMARTReporter to perform checks for you.
Do note that a drive can fail without its SMART checks detecting anything so be on the lookout for strange noises, increased whirring, clicking or "write noises." Detecting drive failures is an inexact science so always keep good backups. On the upside, a damaged drive is rather unlikely to cause slowdowns over a long period of time – it would indicate the drive is moribund.
My first recommendation would be to check for background processes that would eat memory or resources. Open the Console utility and check the Console and System logs for spurious logs (some applications get so busy logging errors they hog the hard drives). Open Activity Monitor and check for high memory or processor usage.
I hope this helps! -
Dear F.J.
2008-08-09 19:02:54 musicpost [View]
Sorry, but I didn't know how to contact you without hitting reply.
Thanks for doing this site!
My mac G4 with 10.3.9 has suddenly gotten more noisy...heat sink area! Sometimes when running digital recording software the performance spikes and crackles appear in the audio. I've done disk repairs, permissions, etc. but it's still noisy and does change a bit as I perform tasks. Any suggestions? Best, David
musicpostjams@yahoo.com
-
great tips, BUT!
2007-04-21 06:49:20 vllada21 [View]
Hello, I am a recent "switcher" from PC, and I am still in darknes about most of "behind the curtain" operations of mac os..
So my problem is folowing..
I now own a powerbook g4 running on Panther os upgarded to 10.4.9 - 1.6GHz - 15", very nice, and after a few days I expirienced a crash.
So being that I am used to crashes on PC, I just ignored it, some time latter Safari just disapeared, and over and over agian, togather with some other apps. So NOW Im worried..
Today I downloaded various utilitys and one of them performed a disk checkup and prompted me a warrning that disk has not passed verifycation, and that I need to repair it using my Installation software. But the problem is that this is a used computer that I bought from a cousin of a friend, or something like that.. :)
I dit the checkup w disk utility and the same message came up, but the REPAIR button is not active.. So What do I do NOW?
Also the first screwup I did, being that I never used mac os x, was that I deleted mu HELP (idiot, of all the things.. I know, I know..) So where can I download it, and How do I install it agian and where?
Another thin I wanna know is how to make a PARTITION on my HDD?
Please Help.
THNX -
great tips, BUT!
2007-05-10 06:20:33 tomithy [View]
You need an Mac OS X install CD with Disk Utility on it to repair your disk.
-
Cant install Tiger on iMac
2006-12-31 02:40:58 pierrejoaquin [View]
Hi there, I've searched through various threads but could not find the answer I'm looking for. So I hope I'm not repeating this question.
I'm trying to upgrade to Tiger on my imac G4. While my installation disk is in the drive at boot up, it brings me to open firm ware.
I type in mac-boot to continue, however, i just get a flashing "finder icon / question mark" repeatedly.
I then have to a hard boot and eject the disk to continue.
I've checked on the apple site to see if I should update my firmware, however it indicates that my iMac (2003) doesn't require one.
Then I removed my security setting by typing "setenv security-mode none".
Still the same result.
Please help thanks! -
Cant install Tiger on iMac
2007-01-23 05:06:49 photogeis [View]
It sounds like your apple installe ram might be bad, If you bought apple care when you got your imac open the box and look for a cd or dvd with the red apple on it. Start up from that cd by holdinng down option and choosing the middle option (OF). It should come up with a apple system diagnostic logo and then a window to run test. If it stays on the logo screen and then brings up the firmware text at the bottom then you probably need to get new ram. Hope that helps. -
Cant install Tiger on iMac
2007-01-31 15:50:49 pierrejoaquin [View]
Never bought Apple Care. I guess Im SOL. Any other suggestions? -
Cant install Tiger on iMac
2007-01-23 05:00:07 photogeis [View]
It sounds like your apple installed ram might be bad, If you bought apple care when you got your imac open the box and look for a cd or dvd with the red apple on it. Start up from that cd by holdinng down option and choosing the middle option (OF). It should come up with a apple system diagnostic logo and then a window to run test. If it stays on the logo screen and then brings up the firmware text at the bottom then you probably need to get new ram. Hope that helps.
-
weird behavior
2005-12-14 02:46:01 delirius [View]
I have 2 issues that haven't been solved with the maintenance steps suggested. I have looked quite a bit to find the reason but no luck so far.
I am running OS 10.3.9 on a G5. About a year ago, while using XCode all my home directory "dirname" disappeared. Luckily it was saved as "dirname-1-moved-aside" as a new user (so under /Users/dirname-1-moved-aside). I copied back all my files where they belong to but since then there are a few things I am unable to do. In the Finder, on the left with the aliases (?) for Applications, Music, Movies etc I should be able to choose a picture for the directories I put there. It is not possible anymore. I hoped that the repair permission would take care of that but it didn't. Also I can't get the Finder Help to work. The window pops up and disappears right away.
Any tip ?
-
Weird behavior
2005-12-14 09:06:36 FJ de Kermadec |
[View]
Hi!
Hmm, the situation you describe is indeed most interesting…
The fact that your Home folder was moved may indicated that Mac OS X no longer treated it as such. Depending on the permissions of your "moved aside" Home and those of your current home, it is possible that the transfer of files did not happen as smoothly as one would have hoped — for example, the ownership of some system stored in our "Library" folder may be improperly set, prevent your computer from reading them.
While it is difficult to precisely know what may have happened without taking a closer look at your installation, there are a few steps you may want to take with regards to the problems you outline.
As far as the Finder sidebar goes, Mac OS X will automatically recognize you are dragging one of the predefined "Applications", "Music" or "Movies" folders there and assign it a system icon. Removing the item you dragged and adding it once again can sometimes force the Finder to recognize that icon. Should it not "stick", you may need to clear the caches of your installation, notably those in ~/Library/Caches.
As far as Help goes, looking at the Console log (available through the Console application, located in your Utilities folder) while the application is quitting or behaving in an unexpected fashion may provide you with interesting pointers. Usually, corrupt or missing help files are the cause of such unexpected quits.
Should the "weird" behavior persist, though, and given the serious shake that was inflicted to your installation, you may want to perform a clean-install of Mac OS X. While radical, this would effectively take care of any underlying issue we may have overlooked here.
Truly yours,
FJ
-
Latest update and update:prebinding
2005-09-23 16:56:43 Tigerlover [View]
Before the latest combined security and iPod update (of 22nd sept. 05) I first make the repair permissions & disk from Tigers installationdisc. After that I restart from the HD on my PowerBook and does a "sudo update_prebinding -root / -force" in Terminal.
After this process I make both updates and installation hereof. Fine enough...
After that I once more runs the repair of af permissions & disk fra the installationsdisc, restarts again from PowerBooks harddisk og does a "sudo update_prebinding -root / -force" in Terminal - and expects that I then just have to restart to have completed the whole thing according to the book....
...but in Terminal something has been written I have not seen before:
update_prebinding: temp file missing: /usr/lib/libz.1.2.3_redoprebinding.dylib
It makes me a bit nerveous - 'cause what's this - and what does it mean???
Has it got something to do with the updates?
I try the whole process in Terminal three times - but this message is written in Terminal at the end of the update_prebinding every time...
????? -
Latest update and update:prebinding
2005-09-24 11:52:45 FJ de Kermadec |
[View]
Hi!
First of all, thank you very much for your message and for taking the time to post!
Updating the prebinding is not an obligatory task and should only be performed when you notice an inexplicable performance lag. As a general rule, performing it before and/or after system updates will not have an effect on the installation of this update, especially as most Apple installers do this for you at the end of the process (the task you see called "Optimizing".)
This being said, seeing error messages during an Update_Prebinding process should not, in itself, be cause for concern. Indeed, many files cannot be prebound for many reasons and your Mac is ready to handle that eventuality. The command is merely letting you know about what it encounters.
Once again, thanks for posting!
FJ
-
Great article
2005-09-19 06:11:01 RobMarsh [View]
Hi!
Great article! Lots of great advice - thanx! I now use the program Onyx to automate a whole load of these things!
I do not understand why Apple doesnot give all this information in the user handbooks of their computers. I have never seen anything that says we should leave our PBs turned on all night - but maybe it is buried in the the technical documents on Apples homepage. -
Great article
2005-09-19 06:18:42 FJ de Kermadec |
[View]
Hi!
First of all, thank you very much for your kind words, I really do appreciate them! I am glad to hear you found the article of interest!
Mac OS X v. 10.4 Tiger, in its latest iterations, brings some flexibility to the process and actually allows users to keep computers turned off at night, without impairing the smooth running of maintenance tasks.
One can only speculate on the reasons why Apple did not reference maintenance in its manuals in the past. The main reasons that come to mind is that skipped maintenance tasks were highly unlikely to cause damage and that the thought of having to use a specific application or the terminal would have scared many users — but, again, that is only my limited view on the matter…
Thanks again for taking the time to post!
FJ
-
updated info
2005-08-03 11:18:10 ellaspeaks [View]
just thought i would provide a little more recent info to the above article. while i found that this article was helpful it seems some of teh newer os's have eliminated some of the mentioned maintenace needs namely prebinding. according to an article i read in macworld http://www.macworld.com/2005/01/features/preventmacdisasters/index1.php prebinding is only necessary on computers running os 10.2 or lower. hope that helps people from waisting their time.
-
repairing pre-binding
2005-07-13 08:17:43 orneryzero [View]
FIrst of all, I find this page REALLY helpful, so thanks for that.
Now on to my query; I've run the forced pre-binding, and at the end when it gives the summary of everything, it says '113 files unable to pre-bind', or some such thing. I've run disk permissions and repairs, then forced pre-binding, then restarted- and the same notice comes up when I do it again.
Is there any way to repair these things? And if so, how do I go about doing that? I'm fairly new and ignorant on these issues, so I appreciate your patience
Orn -
Repairing pre-binding
2005-07-13 08:24:06 FJ de Kermadec |
[View]
Hi!
First of all, thank you very much for your kind words and for taking the time to write, I really do appreciate it! :^)
The message you see should probably not raise any concern. Indeed, Update_prebinding will not always be able to update files for a slew of reasons — usually because a file is not of a pre-boundable type. Unless you experience other issues or have reasons to believe something is wrong on your installation, this is a message that can be blissfully ignored!
Truly yours,
FJ
-
Burning cd's on an e-mac
2005-03-02 17:50:03 elaster [View]
Cannnot burn a cd on my e-mac. It goes through all the inital steps and then al the last step I get the message an error occurrred whil verifying the disk. Have tried cd-r and cd-rw with the same result. Have gone to disk utility and verified that permissiions are O.K. Also, once a cd has gone through this process it will not appear on the desk top when reinserted.
-
prebinding beachball!
2005-01-12 07:08:47 zestyman [View]
I've just used the excellent Panther Maintenance advice, but have hit a bit of a brick wall, can you help??
(using PowerMac G4 1.25 DP mirror-doors)
1. Norton Uninstalled.
2. Booted off Panther Install CD, ran Disk First Aid - Repair Disk twice (hardly any fixes needed)
3. Restarted HD and repaired permissions.
ok so far.
4. Launched Terminal
> sudo periodic daily
> sudo periodic weekly
> sudo periodic monthly
Fine.
5.
>sudo update_prebinding -root / -force
problems begin:
BEACH BALL kicks in half way through prebinding
long wait, but no choice but to hard restart
and cannot get past White Boot Screen (with grey Apple)
then:
6. tried resetting PRAM
no change
7. booted of install CD, Disk First Aid
no change on restart
8. tried resetting PRAM again
9. Booted into "Safe Boot" mode
no change
10. Booted into "Verbose" mode
here's what stood out:
"apple CPUThermo couldn't parse platform functions
....
load of /sbin/mach_init, errno 8, trying /etc/mach_init
load of /etc/mach_init failed, errno 2"
11. Booted off PantherCD
tried Archive and Install (Preserve settings etc...)
Disc 1 hung up at 85% of intall!!! BEACHBALL)
Despair set in...
Do you have any advice?
Both beachball interruptions - are they a sign of a hardware issue?
Did the hang during the Terminal prebinding do serious damage, even though the DiskFirstAid can't find any problems?
Thanks
-
prebinding beachball!
2005-03-20 00:44:39 spheric [View]
Make sure to run Disk Utility until it tells you that the volume is okay TWICE IN A ROW.
Norton Utilities once managed to completely kill one of my external drives - to the point where i was calling up data-rescue services.
Alsoft DISKWARRIOR fixed all directory/partition map problems within three minutes.
I am not affiliated with them; I just whole-heartedly recommend their product. It has saved a lot of asses.
Of course, I cannot rule out a possible hardware issue. -
prebinding beachball!
2005-01-13 08:17:41 FJ de Kermadec |
[View]
Hi!
First of all, thank you very much for taking the time to write, I really do appreciate it! I am deeply sorry to hear that you have been experiencing these issues...
While intensive, the update_prebinding command is unlikely to cause any serious damage by crashing and especially not such broad damage. However, the crash might have been caused by an existing problem that just got revealed by the increased system activity.
You might want to try running the Apple Hardware Test that came with your computer a few times in order to check for potential hardware trouble. Also, you may want to have a look at your hard drive's S.M.A.R.T status, available through Disk Utility.
Let me know if this helps!
FJ
-
Can't Repair Permissions
2004-05-03 18:57:02 BobBl [View]
I just finished reading the Panther Maintenance Tips forum and I've got a "unique condition" no one else has apparently reported.
I cannot seem to repair my permissions. I've tried the Disk Utility and about 2/3 of the way through a run to repair permissions, I get a message sayiing that the permission repair process has become "detached" from the Utility and asking if I want to quit. (OUCH!) There is no real choice because if I let the process run it doesn't go anywhere.
I also own Cocktail and when I run a "repair permissions" with cocktail, it also seems to go into a loop until the Cocktail program unexpectedly quits.
I've run the disk repair program and that checks out OK. I've run Cron and all those chores seem to complete OK. I just can't get past repairing the permissions. It makes me think that there are some corrupt permissions in there somewhere that are really messing things up.
Anyone with suggestions for repairing permissions (short of doing it file by file at a command line) would have my eternal graditude.
BobBl
-
Can't Repair Permissions
2004-05-04 00:26:48 FJ de Kermadec |
[View]
Hi !
You may want to try repairing the permissions once while booted from the Panther Install CD 1. Indeed, would a permissions issue prevent Disk Utility from working properly on your installation, this may help solve it.
Then, restart your Mac and repair the permissions on the Mac OS X partition normally.
F.J. -
Can't Repair Permissions
2006-01-13 10:50:28 gqw47 [View]
I have the same problem. I rebooted from the Panther install Disk 1 and attempeted to run Disk Utility/Repair Permisssions. I got the same eror message. The same thing happened when running Verify Permissions. Disk Repair said all was well. Running OS X 10.3.9 on eMac.
-
Hard Drive Too Damaged To Repair
2004-04-16 04:13:38 snø [View]
Hi,
very informative article and very much appreciated also ;-)
i have run the maintenance in Terminal. I also used DiskWarrior and one of my partitions came up with a box saying it was too damaged to rebuild. What does one do about this. I have about 60GB on there.
Thank you,
snø -
Hard Drive Too Damaged To Repair
2004-04-16 05:59:59 FJ de Kermadec |
[View]
Hi !
First of all, thank you for your kind words, I really do appreciate them !
The first thing to do would be to backup your data. Then, use "Disk Utility" (while booted from the Panther install CD or another partition) to "Repair the disk" -- not the permissions. Would it report any errors, repeat the operation 3 or 4 times until it states that the disk "appears to be OK".
Would it still fail to repair the disk, you can initialize your partition and put your data back. Initializing a volume will usually solve all directory issues.
However, you should make sure that the hard drive in itself isn't physically damaged and that you do not use applications that could damage it. The S.M.A.R.T. status is a good thing to look at, for example.
Let me know if this helps !
F.J. -
Hard Drive Too Damaged To Repair
2004-04-16 06:56:17 snø [View]
Hi F.J.,
I have run Disk Utility, while I was running off the CD and it said the disk in question was fine. The S.M.A.R.T Status is verified on my 2 partitions and my OS 9 disk.
snø -
Hard Drive Too Damaged To Repair
2004-04-16 07:01:09 FJ de Kermadec |
[View]
Hi again !
That's interesting indeed...
So, Disk Utility reports that the drive is OK and Disk Warrior insists that the disk is too damaged to be repaired ?
In that case, I would suggest contacting the authors and asking wether this is a known symptom. Indeed, since Disk Warrior does not use the same routines than Disk Utility, it may detect additional issues. However, it would be best to make sure first that this is not a false positive.
F.J.
-
Cronnix
2004-02-09 20:55:56 pixel_slave [View]
I use "Cronnix" (http://www.versiontracker.com/dyn/moreinfo/macosx/9478) to manage the periodic schedules. It is a relatively simple app that only really deals with editing ur crontab files in a simple and easy to understand interface.
A major advantage of Cronnix is that u can schedule anything, not just ur periodic maintenance. For example, I use Cronnix to launch, at 7:30am every morning, an applescript i wrote which runs iTunes and plays a random song. I use this as my alarm clock to get up in the morning.
Another advantage is that the latest version supports import/exporting so u can restore all ur crontab settings after a system reinstallation.
-
PreBind means PreDestruction!
2004-01-16 04:56:15 d76 [View]
WARNING - WARNING BACKUP - BACKUP - BACKUP
If you boot into system 9 at all and have 10.3 (Panther) installed BACKUP sys 9 data first.
I followed all the instructions to the letter and the next reboot destroyed 200G of info!!!!
It seems Panther is able to destroy ALL drives that have 9.x.x installed. If you have a separate partition or a separate drive or in one case the same partition with system 9 installed it appears that its only a matter of time before 10.3 destroys all the data and possibly the drive. I thought I had made a grievous error but now I have heard
from three different people in other states with the same experience.
If this seems a little over the top allow me to describe the past few days.
I have a G4 DP 1G, 1.2 G ram with One drive, a slave, (IBM 7200rpm 80G) with 9.2.1 installed on the first partition and video projects on the second partition. On the same cable is a Second drive, a master (Maxtor 7200rpm 80G) with 10.3 (with all updates) installed on the first partition and music data on the second. I use 9 a bit and consequently boot directly into 9 (the slave drive) on occasion. After installing 10.3 on the Maxtor it became very slow very quickly - far to many "beachball" appearances, so I did the prebinding. The next time I booted into 9 the machine froze after the first couple of extensions loaded. Odd I thought - its never done that before - so I restarted, same thing. On the third attempt only a grey screen - nothing; then no more mister 9 drive.
Now i'm stuck. The drive would boot back into 10 with the option key down but 9 has vanished. The machine will NO LONGER recognise ANY system 9 drive or ANY SYSTEM 9 CD!!! and I have every system disk for every mac. It gets worse. I took the drive out and put it in another G4 DP 450 as a slave where it booted once and then disappeared from the desktop forever!!!
IT gets worse. The master drive in the 450 (running 9.2 & 10.2) has had its directories (and data?) destroyed by the first drive which was once in the same machine as 10.3 and will not appear on the desktop!!! Nortons, Diskwarrior, and system disks will not see or mount the drive.
Heres the question: How does 10.3 destroy everything on an unrelated 9.2.1 drive.
How does it write something to one HD which then destroys any HD that it comes in contact with running any version of 9 .
How does it make a G4 NO LONGER able to even boot from a system 9 CD!!!
Oh they all boot perfectly from 10 buy they dont see any sys 9
Again I urge everyone to BACKUP anything to do with sys 9 onto an external drive.
What stinks is all of Apples help people dont know anything about this.
If this sounds like paranoia I am currently working with people in
two other states who have lost everything on their 9 drives. One business has LITERALLY THROWN OUT their affected drives they are so scared of getting any drive that has had 10.3 on it anywhere near another machine.
Yes I have finally got one mac to boot into 9 - no thanks to Apple. It took five days on and off and three mornings till 3am, 3 machines, 10 ( yes ten) reinstalls and I now have one of three macs working in 9 again. Wish me luck on the other two macs that currently will not boot.
No it is not a virus its more like a conspiracy.
Answer: never, never, ever, boot into system 9 from a mac that has 10.3 on it,?? do it through classic emulation only.
Did I mention BACKUP? Do it NOW!
Any advice would be appreciated
Martin
ps: have just been called by a person who has just had all their sys 9 data on a flash drive destroyed when they tried to transfer from an iBook running 10.3!!
What is going on -
PreBind means PreDestruction!
2004-05-04 13:26:06 Casanova [View]
I'm experiencing the same issues with OS X Panther. What I do remember checking off during the software install was to have OS 9 drivers loaded during install.
But before that... I have to slave the HD to a Windows PC in order to recover the data. Thanks to MacDrive software, the PC was able to recognize and recover the data.
I will try to reformat the drives (with Windows PC assistance if necessary). Then avoid the perpetual beachball. -
PreBind means PreDestruction!
2004-01-16 05:03:27 FJ de Kermadec |
[View]
Hi !
It indeed looks like your installation is having an issue here ! However, Mac OS X cannot delete the data stored on a Mac OS 9 drive and both operating systems are designed to coexist and interact peacefully.
While it is difficult to know what happened, chances are that the issues you are experiencing are due to directory or drive damage and not to Mac OS X ( or Mac OS 9 ).
Any Mac capable of booting into Mac OS 9 should be able to boot from a Mac OS 9 CD, even if its hard drive is seriously damaged. Would you be unable to boot from a Mac OS 9 CD, chances are that your computer in itself is experiencing other issues.
May I suggest that you call Apple or post on the Apple Discussions ? That way, many experienced Mac users will be able to help you !
F.J.
-
Keyboard disturbance
2004-01-02 17:49:12 anonymous2 [View]
Having read and tried your advices in this article, I hope you can help me out with a little problem that has occured.
I live in Denmark, and have thus different letters on my Powerbook G4 1.25 GHz with OS X 10.3. Suddenly many of the keys have changed signs . When I get a _ it should have be a question mark, for example. Now, this ALSO is the case when i try to type
sudo update_prebinding -root / -force
in Terminal in order to do some repair. So, as this happens all over, I cannot use Word, Safari, Terminal, anything, because of this incident.
If you have an advice for solving this problem, I would be most greatful.
Sincerely
B.D. Nissen
-
Keyboard disturbance
2004-01-03 03:55:20 FJ de Kermadec |
[View]
Hi !
This is indeed an "interesting" issue...
The fact that the letters printed on your keyboard and the letters printed on the screen do not match may simply indicate that the keyboard "map" has been changed and that Mac OS X does not recognize your keyboard as Danish any more.
Therefore, the first thing to do would be to have a look at the "International" preferences pane, available through the "System Preferences" application. Then, click on the "Input Menu" tab and make sure that only "Danish" ( or the appropriate keyboard map ) is selected.
Let me know if this helps !
F.J.
-
update_prebinding buffer overflow
2003-12-23 10:47:57 anonymous2 [View]
Hello,
I'm running OS X 10.3.2, and I always encounter an exactly same buffer overflow error upon running update_prebinding. This is after running Disk Utility, Alsoft DiskWarrior, and Norton Disk Doctor. Here is a sample output.
$ sudo update_prebinding -root / -force
2003-12-23 12:32:51.544 update_prebinding[791] Start of update_prebinding
2003-12-23 12:32:51.567 update_prebinding[791] Start of search for binaries in packages...
2003-12-23 12:32:51.578 update_prebinding[791] Discover library dependencies (0/1 complete)
2003-12-23 12:32:52.653 update_prebinding[791] Discover library dependencies (1/140 complete)
2003-12-23 12:32:53.299 update_prebinding[791] Discover library dependencies (2/140 complete)
2003-12-23 12:32:53.357 update_prebinding[791] Discover library dependencies (3/140 complete)
.
.
.
2003-12-23 12:33:31.042 update_prebinding[791] Discover library dependencies (127/140 complete)
2003-12-23 12:33:31.130 update_prebinding[791] Discover library dependencies (128/140 complete)
buffer overflow!
Abort trap
It always overflows at 128. I thought it might have to do with a bug in sudo, but the same problem recurred when I logged in as root and executed the command without sudo. Could you please tell me what I'm doing wrong?
-anseok -
update_prebinding buffer overflow
2004-01-07 19:28:40 anonymous2 [View]
I get this in prebinding. What does this mean?
Services/SyncServer.app/Contents/Resources/synctool:prebinding can't be redone for: /System/Library/CoreServices/SyncServer.app/Contents/Resources/synctool (for architecture ppc) because larger updated load commands do not fit (the program must be relinked).
pepper91@bellsouth.net -
update_prebinding buffer overflow
2003-12-24 08:17:43 FJ de Kermadec |
[View]
Hi !
This is indeed interesting !
I have never experienced such an issue with the update_prebinding command of Mac OS X. However, sometimes, it can experience difficulties when trying to update the prebinding on a file that is heavily damaged or corrupted.
You may want to see at which point precisely the command experiences issues and if the same problem happens on a clean install.
Would it not be the case, you may want to repair or delete (if possible) the affected file.
You may want to post on the UNIX forums of the Apple discussions where you will find many experienced users who will be able to help you troubleshoot this issue in more detail than we can do it here.
Let me know if this helps !
F.J.
-
XJanitor: another maintenance solution
2003-12-20 10:56:40 anonymous2 [View]
Just adding to the list of recommendations for doing periodic maintenance. I like XJanitor. It's very very unobtrusive, and also offers a convenient AppleScript to turn off maintenance for small amounts of time in case you're going to be working on video or something and don't want the added churn. http://theapotek.com/teknotes/archives/000040.html#000040
-
XJanitor: another maintenance solution
2003-12-20 10:55:57 anonymous2 [View]
Just adding to the list of recommendations for doing periodic maintenance. I like XJanitor. It's very very unobtrusive, and also offers a convenient AppleScript to turn off maintenance for small amounts of time in case you're going to be working on video or something and don't want the added churn.
-
sudo periodic daily????
2003-12-14 12:11:11 anonymous2 [View]
I um... received the following message when I used the "sudo periodic daily" command:
"We trust you have received the usual lecture from the local System Administrator. It usually boils down to two things:
#1) Respect the privacy of others.
#2) Think before you type."
Is this normal??? iBook 600Mhz Mac OS 10.2.8 -
sudo periodic daily????
2003-12-14 13:45:38 FJ de Kermadec |
[View]
Hi !
Don't worry ! This is perfectly normal !
Indeed, you receive this message because this is the first time that you use the "sudo" command that allows you to gain additional privileges for a short period of time.
Since these privileges allow you to perform some very powerful tasks, Mac OS X warns you to use them with care.
You won't see this warning again !
F.J.
-
Complaint
2003-12-13 00:15:15 anonymous2 [View]
This webpage contains more than 600 syntax errors. Moreover, its width is fixed and too large on my 15 inch iMac G4 screen: I have to scroll horizontaly to read a line. This makes it difficult to read the page (too say the least). Apart from that: why should I believe the tips (about computer use) of someone who is not able to produce decent HTML (thereby showing that he is not able to use its computer properly)
Arno. -
Complaint
2003-12-14 04:25:17 anonymous2 [View]
works fine on my CRT 15inch screen at 800x600
page is set to 100%
what are you complaining about?
chris -
Complaint
2003-12-17 12:47:39 anonymous2 [View]
As I said, on my 15 inch (1024x768) screen the lines are longer than my screen (and apart from that the page contains almost 200 syntax errors). I read the page with iCab 2.9.7 under MacOS X 10.2.8 (Jaguar)
Arno. -
Complaint
2005-01-11 17:41:04 easears [View]
can anyone tell my why you would want to use icab? is there now or going to be in the future a benifit to its use?
e -
Complaint
2004-04-18 14:35:17 mike_k [View]
> I read the page with iCab 2.9.7
Whoa, there, fella... you've complaining about errors when you're using *iCab*? Err, are you the only person in the entire world who doesn't know that iCab doesn't work correctly yet? That browser is still in prerelease! They're not even done writing it yet. It's *full* of bugs.
Have you even read iCab's site? Here is the first sentence on their homepage, direct from the people who created iCab: "The development of iCab is not finished at the moment, some features of the final version are missing." And, "In the next few months better versions of iCab will be offered on our site."
Trying to criticize an excellent page and then saying in the same breath that you're using iCab does not make you appear very knowledgeable.
"Better to keep your mouth closed and be thought a fool than to open it and remove all doubt." -Mark Twain
Gowannn.... go ahead, ignore the tips on this page, and keep using iCab, if you think those are the best decisions to make. You're in for quite an odyssey in frustration, though, and you're going to learn a LOT about troubleshooting before it's over. Have fun! -
Complaint
2003-12-23 00:29:26 anonymous2 [View]
fine on my screen when set to that res, and i'm not getting any syntax errors, so i'd say its almost all a iCab issue! Try a different browser before you complain! -
Complaint
2003-12-14 04:24:50 anonymous2 [View]
works fine on my CRT 15inch screen
page is set to 100%
what are you complaining about?
chris -
Complaint
2003-12-14 04:24:38 anonymous2 [View]
works fine on my CRT 15inch xcreen
page is set to 100%
what are you complaining about?
chris
-
Missing "periodic" command
2003-12-11 07:58:56 anonymous2 [View]
Hi. Like the user below, I cannot find my periodic command. The directories specified below (/private/etc/periodic/ and /usr/sbin/periodic) are not on my machine. I certainly didn't purposely delete any system files, so I'm not sure why I'm missing commands. I've had problems before with not having certain commands that I thought were pretty basic (like info and grep). Who knows what happened. (My machine is a 500 mHz G3 iBook with OS 10.2.8)
My question is where do I go to download these commands, and how to I install them on my computer. Is it as simple as copying the two directories above from another machine with the same OS as mine and inserting them in the proper place on my machine?
Thanks for any help you can offer. Looks like my machine hasn't done periodic maintenance, like, ever, so I am anxious to get the command set up! -
Missing "periodic" command
2003-12-24 08:23:18 FJ de Kermadec |
[View]
Hi !
Ooops !
The fact that such files and directories aren't on your Mac may simply indicate that you skipped the "BSD subsystem" part of the Mac OS X install process.
Therefore, you may want to perform a custom install by using your Mac OS X install CDs ( or the Restore CDs that came with your iBook ) to install this component only. Then, re-run the latest Mac OS X "combo" updater available for your installation to make sure that it is up-to-date.
I wouldn't recommend copying these files from another installation since this may be the symptom of a larger issue.
Let me know if this helps !
F.J.
-
prebinding Problem?
2003-12-09 04:13:39 standiamond [View]
I ran the prebinding command as described in your article and after going through most of the programs, and reporting many errors and inability to do what is should the prebinding utility exited prior to completion with the following line:
2003-12-09 07:08:47.383 update_prebinding[3089] Prebinding files (1780/1869 complete)
Bus error
Is this something to be concerned about?
should I immediately run it again?
-
prebinding Problem?
2003-12-09 04:58:14 anonymous2 [View]
Hi !
The update_prebinding command will never be able to prebind all the files stored on your hard drive, for various reasons — because they contain some special forks, because they are of a specific kind... Therefore, these "could not prebind" errors can usually be ignored safely.
However, the "bus error" is definitely not normal. Since the command exits before its completion, it may mean that it was unable to handle a corrupted file or that another process interfered with it.
The first thing to do would be to perform a few maintenance and optimization tasks in order to make sure that no minor disk error or permissions issue could prevent Mac OS X from running normally. In order to do so, follow these steps :
- Boot from the Panther Install CD 1
- Use the Installer <u>menu</u> in order to open the "Disk Utility"
- Click on the "First Aid" tab and repair the hard drive
- Restart your computer
- Use the "Disk Utility" located in your "Utilities" folder to repair the permissions on the Mac OS X partition
You may also want to use the "Apple Hardware test CD" that came with your computer to make sure that no hardware issue ( RAM... ) could cause this.
F.J.
-
Get Cocktail or MacJanitor
2003-12-05 23:51:51 anonymous2 [View]
Either will do all of this for you within one easy to use interface. -
...or OnyX
2003-12-08 08:19:27 ekc [View]
My personal preference is for OnyX. It does pretty much everything and it's freeware.
http://www.titanium.free.fr/us/onyx/index.html
-
sudo periodic weekly +MS Entourage
2003-11-27 12:33:20 anonymous2 [View]
"sudo periodic weekly"
just wiped out my last week of email. I'm using MS Entourage. Apparently Entourage is temporarily caching files in a way that they will be deleted by this command. -
sudo periodic weekly +MS Entourage
2003-11-28 21:13:53 anonymous2 [View]
I performed this command. I use MS Entourage. I have Panther. I did not, however, encounter this problem. I am doubtful of a connection between this command and Entourage. Entourage, as all MS Office Programs, saves all files under the Identities file in your User folder. No special caching for recent e-mail. -
sudo periodic weekly +MS Entourage
2003-11-27 14:16:24 FJ de Kermadec |
[View]
Hi !
I am sorry to hear that you have been experiencing issues !
However, this Mac OS X command only takes care of removing some system-specific cache files and not any third-party ones...
Therefore, I do not see how it could affect your Entourage™ database in any way...
You may want to make sure that another third-party application did not delete some needed files, creating issues.
F.J.
-
Panther Maintenance Tips
2003-11-26 00:48:41 anonymous2 [View]
I'm not successful with the Terminal.
My 10.2.8 don't know the command: sudo periodic daily
Please, can you tell me, what's there wrong. I can't find the solution.
sincerely
wlokas.tivoli@t-online.de -
Panther Maintenance Tips
2003-11-26 11:31:00 FJ de Kermadec |
[View]
Hi !
Mac OS X v. 10.2 should be able to use this command without any issue — unless, of course, some of the necessary files have been manually removed.
You may want to make sure that the following files and folders exist :
[Hard drive] -> private -> etc -> periodic -> daily
[Hard drive] -> usr -> sbin -> periodic
[Hard drive] -> usr -> bin -> sudo
Would all of them exist, your Mac should be able to perform the command. You may want to make sure that you entered the command without any typo — for example, spaces at the end of the line or two spaces between the words.
F.J. -
Panther Maintenance Tips
2003-12-23 08:07:23 cselkirk [View]
Whitespace is allowed in any place on the line (that includes after and between command options parameters), the only exclusion to this rule is within filenames (which would need to be either quoted or the space escaped). The following are functionally identical:
ls file\ with\ spaces
ls file\ with\ spaces
ls "file with spaces"
export $A_SPACE=" " # or setenv A_SPACE " "
ls ${A_SPACE}${A_SPACE}${A_SPACE}file\ with\ spaces${A_SPACE}${A_SPACE}
-
Panther Maintenance Tips
2003-12-23 08:11:36 cselkirk [View]
Sorry .. that should read:
export A_SPACE=" "
(and some of the other "spaces" were cut by whatever parses the text area .. still the last example should be clear enough). -
Panther Maintenance Tips
2003-11-28 06:50:49 jthen [View]
i found your maintenance tips to be very useful and informative. but i do hv a question. instead of running those maintenance tips (forced periodic maintenance) via Terminal, would i be able to attain the same efficacy if i were to use software utilities that do the same functions? a utility like Brian Hill's MacJanitor, perhaps, which can be found at http://personalpages.tds.net/~brian_hill/macjanitor.html.
jthen
malaysia -
Panther Maintenance Tips
2003-11-28 08:24:24 FJ de Kermadec |
[View]
Hi !
First of all, thanks for the kind words, I really do appreciate them !
When it comes to performing such basic tasks, I usually prefer to use the Terminal since it doesn't require me to install a third-party application and gives me more flexibility.
However, you're right : there are some good utilities that perform these tasks with a nice interface — most of them simply run an AppleScript™ that executes the same commands.
Unfortunately, I cannot comment on their features but, as long as they run the exact same commands, they should have the same effects.
You may want to perform a search in a Mac-related forum to gather some more information about the various options. The AppleCare discussion forums ( http://discussions.info.apple.com/ ) are, in my experience, the best place to find such answers.
F.J.
-
Anyone else seen problems with X11?
2003-11-25 17:53:09 barryhawkins [View]
In performing the steps in this article, all was fairly normal until the update prebinding step. I rebooted, and normally I have X11 launch as a startup item on login. When I saw that it wasn't running, I tried to start it manually, but it will not. There were a number of error message during the update prebinding. I figured it would be a good thing to do, because I have installed quite a bit of software, and this installation is only 2 weeks old. If anyone has seen this and figured out how to get X11 working again, please reply. -
Anyone else seen problems with X11?
2003-11-26 11:35:31 FJ de Kermadec |
[View]
Hi !
Updating the prebinding should not raise issues on your computer since it does not change the contents of preferences or applications files...
I perform this step quite often on my or other Macs and never experienced an issue with it. Therefore, chances are that the crash was related to another issue, already existing before the prebinding was performed...
You may want to perform the other tasks, just in case.
Would you have seen error messages stating that some files could not be prebound, you should not have to worry. Indeed, the update_prebinding command cannot prebind every file on your hard drive — for various reasons.
It is difficult to troubleshoot the issue you are experiencing with so few details. You may however want to remove the X11-related cache and preferences files, in order to make sure that no corrupted file could prevent it from running.
Also, Console messages may be helpful and should give you a good indication of what went wrong.
F.J. -
Anyone else seen problems with X11?
2003-12-16 09:49:24 barryhawkins [View]
My apologies. It turned out that I had messed up my X11 by adding an .Xdefaults and an .xinitrc to my home directory. Great article; I use this regularly now. -
Anyone else seen problems with X11?
2005-04-19 12:55:27 Mac_techy [View]
...the .xinitrc file tells X11 what to start when you start it up. You may know this, but you can run Desktop Environments such as KDE and Gnome, and also Enlightenment Window Manager by editing the .xinitrc file. First you need the fink installation of KDE (or whatever environment you want).
however you may want to add to your .xinitrc file (pico ~/.xinitrc) . /sw/bin/sh (errr... i think that is right.... i would double check that line)
This points X11 to the appropriate path of where binaries are installed (e.g. lynx, mail, and nmap (if applicable).
-
periodic
2003-11-23 11:52:48 anonymous2 [View]
the periodoc commands may be used all at the same time to save time:
sudo periodic daily weekly monthly
-
SMART drive monitoring
2003-11-23 10:21:12 anonymous2 [View]
SMART doesn't show up in Disk Utility on my Panther install - but them, I'm running plain Panther. Isn't SMART part of the Panther Server install? -
SMART drive monitoring
2003-11-24 07:30:25 joeholmes [View]
I've got three drives attached to my desktop Mac, two of them are less than a year old. (Two installed internally and one via Firewire.) I don't see any reference to SMART for any of the three in my Disk Utility window, even when I select the drive and not a partition.
Running Panther 10.3.1...
-=-Joe -
SMART drive monitoring
2003-11-23 10:28:29 FJ de Kermadec |
[View]
Hi !
S.M.A.R.T. analysis is now part of the Mac OS X "client" version too.
However, it requires your hard drive to support it and, therefore, to be relatively new. Would you hard drive be too old or not support S.M.A.R.T., no information will appear at the bottom of the Disk Utility window. -
SMART drive monitoring
2003-11-23 21:35:34 anonymous2 [View]
I have a new iMac two weeks old with HFS+ Journalling
and 10.3 but SMART does not show on Disk Utility -
is it only there if I boot with CD in - I usually just Sleep so it's a pity if any Disk Utility features are only available when rebooting -
SMART drive monitoring
2003-11-24 02:02:22 anonymous2 [View]
Hi !
That's interesting indeed ! I performed some tests and was always able to see the computer's S.M.A.R.T. status by using the « Disk Utility », even without booting from the CD.
However, in order to see the status, you will have to click on the name of your hard drive ( 37.3 GB TOSHIBA, for example ) and not the name of the boot partition ( Dex's 7 Gig )...
F.J. -
SMART drive monitoring
2003-11-24 14:50:30 anonymous2 [View]
Only certain drive manufacturers (such as IBM/Toshiba) support SMART. New drives from other manufacturers will generally not include this feature. -
SMART drive monitoring
2004-03-30 22:09:32 _jessie_j [View]
As far as I understood (here) S.M.A.R.T. is an industry standard. Or not? -
SMART drive monitoring
2003-12-12 20:48:26 anonymous2 [View]
That is truly weird. My original equipment (G4 400 AGP) Quantum 9 gig as well as my 1.5 year old Maxtor 40 gig both show S.M.A.R.T. status as verified.
From the online help:
Most disk drives include S.M.A.R.T. hardware developed by IBM that allows hard disks to test themselves for potential problems. You can check the health of your hard disk in Disk Utility, located in Applications/Utilities.
If you've been having some problems with your computer, it's a good idea to check the status of the hard disk.
To check the status of a disk:
Open Disk Utility, located in Applications/Utilities, and select the disk in the left column. Look at the bottom of the window to see the S.M.A.R.T. status.
If your disk is "verified," it's a valid disk with nothing wrong at this time. If you see "About to Fail" in red letters, back up your disk immediately and have the disk replaced. It will fail.
-
prebinding problems
2003-11-23 04:15:47 anonymous2 [View]
I am still running 10.2.8.
I decided to give the prebinding tip a try. Everything
seemed to go as expected. However, since running it,
I find that now almost all of my apps take FAR longer
to start up than they used to. For example, Safari,
which used to start up in 5 bounces on a Dual USB 500MHz
iBook, now takes well over 30 bounces! Not nice.
Repairing permissions didn't help fix this problem. -
prebinding problems
2003-11-23 04:32:47 FJ de Kermadec |
[View]
Hi !
It is normal for your installation to run slower right after the prebinding has been done : its speed should greatly increase once the applications have been launched once.
Also, it is important to restart right after you have performed the pre-binding and not to use the computer while it is running.
Updating the predinding is probably the most intensive task listed on this page and, as suggested, should mainly be seen as a remedy for sluggishness. Performing it on already speedy installations will not damage them but you probably won't experience a terrific speed boost.
Also, be sure to run it on a "healthy" installation : the other maintenance tasks should be performed first.
F.J. -
prebinding problems
2003-11-23 17:49:21 anonymous2 [View]
Actually the speed thankfully resumed after a reboot.
Just to be sure, I restarted in single user mode (apple-S)
and ran fsck and reran update_prebinding (which
resulted in 0 successfully prebindings so it was probably
pointless.)
After rebooting again, things were back to low number
bounces before starting. Whether there is an overall
improvement since before the prebinding, it is hard to say.
-
Dual g5 would not reboot
2003-11-23 03:39:14 anonymous2 [View]
Followed all the procedures to the letter in the order given. After running the prebinding instructions my g5 crashed on the reboot. I shut it down using the power button and restarted. All appears well. Just wondering what I mght have done wrong? Any suggestions? -
Dual g5 would not reboot
2003-11-23 09:48:29 anonymous2 [View]
I've had similar problems on a frequent basis with both my TiBook and my desktop G4.
Why should restart and shutdown cause such a problem? -
Dual G5 would not reboot
2003-11-23 04:01:41 FJ de Kermadec |
[View]
Hi !
Ooops ! I am sorry to hear that !
Updating the prebinding should not raise issues on your computer since it does not change the contents of preferences or applications files...
I perform this step quite often on my or other Macs and never experienced an issue with it. Therefore, chances are that the crash was related to another issue, already existing before the prebinding was performed...
You may want to perform the other tasks, just in case.
F.J.
-
How can I speed up mail ?
2003-11-23 02:12:10 anonymous2 [View]
The only thing that _really_ slows my ibook/jaguar down is mail.app. Often it "saves indexes" or "writes changes to the volume". That takes ages. Of course, I have several mailboxes with a lot of email(300mb) in them ( the trash is emptied regularly), but has it to slow down all of my computer work ? As long as mail.app is doing its writing and reading stuff on my garddisk, the computer responds zero. Any idea ? -
How can I speed up mail ?
2003-11-30 09:08:54 anonymous2 [View]
I could mend exactly this behavior by spending more RAM to my G3 PowerBook -
How can I speed up mail ?
2003-11-23 03:50:40 FJ de Kermadec |
[View]
Hi !
In that case, you may want to have a look at this FAQ :
http://discussions.info.apple.com/WebX?14@@.59977083
I have never experienced this issue myself or followed these steps, though.
More information about the « Helper » status may be found by clicking on the « Helper » tag located below the poster's name.
F.J.
-
Can't repair permissions
2003-11-22 05:10:37 anonymous2 [View]
I get a message: No valid packets (-9997)
:(
max -
Can't repair permissions
2003-11-22 10:04:38 FJ de Kermadec |
[View]
Hi !
Would you be unable to repair the permissions by using the Disk Utility, chances are that the permissions of the utility in itself have gone wrong...
Therefore, you may want to try to repair them once by booting from the Panther install CD 1. The "Disk Utility" can be opened by using the "Installer" menu.
You may also want to go to the Apple support site to get some more help, either by browsing the Knowledge Base or by posting on the forums.
F.J. -
Can't repair permissions
2004-01-21 23:31:58 ga [View]
I get the same error. I get a message "First Aid failed" followed by "error: no valid packages (-9997)". I can't repair permissions even when booting from another Panther partition or even from Panther/Jaguar install CDs.
Any help ?
-
Can't repair permissions
2004-01-21 23:49:21 ga [View]
Well, found the answer with a bit of searching :)
Look at
http://docs.info.apple.com/article.html?artnum=25704
I 've probably mistakenly deleted files from /Library/Receipts. I put BaseSystem.pkg there from another Panther installation and it worked.
-
Periodic daily, weekly, monthly
2003-11-21 23:12:54 lfransson [View]
I like anacron for doing the periodic tasks. I don't need to leave my machine running at any particular time of day. Anacron (when configured) checks to see if they've been done within the last day, week, or month as appropriate, and does them if needed. -
Periodic daily, weekly, monthly
2003-11-23 12:58:35 yvesde [View]
Yes, it gave me the little push I had been waiting for to install it on my system. I made a pre-patched package of it with a big help from fink's patches:
http://yves.gnu-darwin.org/share/anacron-darwin.tgz
tar zxf anacron-darwin.tgz
cd anacron-2.3
make
sudo make install
But BEWARE - this will overwrite your current crontab











Also, do you have any other suggestions of what I can do to determine what may be slowing this machine down?
Thanks a ton! I look forward to going through more of your articles.