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
You must be logged in to the O'Reilly Network to post a talkback.
Showing messages 1 through 33 of 33.
-
great tips, BUT!
2007-04-21 06:49:20 vllada21 [Reply | 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
-
Cant install Tiger on iMac
2006-12-31 02:40:58 pierrejoaquin [Reply | 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!
-
weird behavior
2005-12-14 02:46:01 delirius [Reply | 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 ?
-
Latest update and update:prebinding
2005-09-23 16:56:43 Tigerlover [Reply | 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...
?????
-
Great article
2005-09-19 06:11:01 RobMarsh [Reply | 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.
-
updated info
2005-08-03 11:18:10 ellaspeaks [Reply | 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 [Reply | 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
-
Burning cd's on an e-mac
2005-03-02 17:50:03 elaster [Reply | 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 [Reply | 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
-
Can't Repair Permissions
2004-05-03 18:57:02 BobBl [Reply | 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
-
Hard Drive Too Damaged To Repair
2004-04-16 04:13:38 snø [Reply | 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ø
-
Cronnix
2004-02-09 20:55:56 pixel_slave [Reply | 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 [Reply | 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
-
Keyboard disturbance
2004-01-02 17:49:12 anonymous2 [Reply | 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
-
update_prebinding buffer overflow
2003-12-23 10:47:57 anonymous2 [Reply | 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
-
XJanitor: another maintenance solution
2003-12-20 10:56:40 anonymous2 [Reply | 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 [Reply | 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 [Reply | 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
-
Complaint
2003-12-13 00:15:15 anonymous2 [Reply | 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.
-
Missing "periodic" command
2003-12-11 07:58:56 anonymous2 [Reply | 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!
-
prebinding Problem?
2003-12-09 04:13:39 standiamond [Reply | 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?
-
Get Cocktail or MacJanitor
2003-12-05 23:51:51 anonymous2 [Reply | View]
Either will do all of this for you within one easy to use interface.
-
sudo periodic weekly +MS Entourage
2003-11-27 12:33:20 anonymous2 [Reply | 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.
-
Panther Maintenance Tips
2003-11-26 00:48:41 anonymous2 [Reply | 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
-
Anyone else seen problems with X11?
2003-11-25 17:53:09 barryhawkins [Reply | 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.
-
periodic
2003-11-23 11:52:48 anonymous2 [Reply | 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 [Reply | 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?
-
prebinding problems
2003-11-23 04:15:47 anonymous2 [Reply | 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.
-
Dual g5 would not reboot
2003-11-23 03:39:14 anonymous2 [Reply | 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?
-
How can I speed up mail ?
2003-11-23 02:12:10 anonymous2 [Reply | 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 ?
-
Can't repair permissions
2003-11-22 05:10:37 anonymous2 [Reply | View]
I get a message: No valid packets (-9997)
:(
max
-
Periodic daily, weekly, monthly
2003-11-21 23:12:54 lfransson [Reply | 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.







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.