Slashdot Mirror


Leopard Upgraders Getting "Blue Screen of Death"

Z80xxc! writes "Some Mac users upgrading to Apple's new Leopard operating system are encountering long delays on reboot — an experience they liken to the Windows 'Blue Screen of Death.' While some of those upgrading were able to access their computer after waiting for as long as several hours, others were forced to do a complete reinstall. Some suspect that a framework called 'Application Enhancer' by Unsanity LLC may be causing the problem, but there has been no official word from Apple at this point."

98 of 542 comments (clear)

  1. Archive and install by sagefire.org · · Score: 4, Interesting

    Archive and install!

    It's the safest way to upgrade. Yes, it's less convenient, but way better than finding out that some 3rd party tweak is not compatible the hard way...

    1. Re:Archive and install by Anonymous Coward · · Score: 5, Informative

      There have been plenty of issues with archive and install as well. Just backup your home directory to that lovely new HD you got for time machine, and then unplug it and Erase and Install Leopard. I had no issues.

      Then restore the data from the backup drive, erase the backup drive and then you can turn on time machine.

      See, those years of doing Windows upgrades finally paid off for something :P

      Or, if you actually get the blue screen:

      1. Reboot into single-user mode (hold Cmd-S while booting machine)
      2. Follow the directions OSX gives you when you get to the prompt (I think these were them - just type the two commands it tells you to):
      fsck -fy /
      3. Remove the following files:
      rm -rf /Library/Preference Panes/Application Enhancer.prefpane
      rm -rf /Library/Frameworks/Application Enhancer.framework
      rm -rf /System/Library/SystemConfiguration/Application Enhancer.bundle
      rm -rf /Library/Preferences/com.unsanity.ape.plist
      4. Exit, to continue booting normally
      exit

      Via: http://discussions.apple.com/thread.jspa?threadID=1195031&tstart=0

    2. Re:Archive and install by Space+cowboy · · Score: 5, Informative

      There are three options on any Mac OS install

        - Plain old upgrade. Just lays down the new OS on top of the old one

        - Archive and install. Takes a backup of your current stuff, lays down a clean OS, and recovers your stuff from the backup it made

        - Erase and install. Erases the disk/partition, and installs the OS.

      (2) or (3) are the best option. I use (3) because my home directory is on a different disk to my boot disk, and I did that on purpose so I could do nice clean installs. (2) works well too though.

      --
      Physicists get Hadrons!
    3. Re:Archive and install by goombah99 · · Score: 4, Informative

      On macs apps are self contained entities (normally) thus archiving means moving all the apps out of the application folder and into another folder. You can then at your leisure drag them back one by one.
      It also moves all your preference settings and fonts to another folder, and cleans out the startup items list. (fonts and preferences are the only two things that normally leak beyond the app container (there's a few other exceptions for special apps, but as a rule installing an app does not barf all over your computer with DLLs and Registry hooks. On macs, the OS polls the App in Applications folder for its capabilities and files it likes to open, so the app does not need to modify a registry. as a result unistalls are normally as simple as dragging the app out of the application folder.

      So after an archive and install you drag back the things you want to keep. The only hassle is sometimes you need to look for the associated preference setting which is where most apps store their activation key.

      A few non apple apps behave linux like and shove things into /usr/local/bin or libs or /share/man. So restoring those takes a bit more work. But on the otherhand those are exactly the kind of Cruft you want to blow out between major system updates. So archive and install is the way to go in previous updates

      Rumor was that apple worked hard to make the non-archive and install mode (update) smart enough to remove all the bad crap and leave the okay crap. Apparently not!

      But if it is APE then well then that's kinda understandable its the singlemost invasive kernel mod of all.

      --
      Some drink at the fountain of knowledge. Others just gargle.
    4. Re:Archive and install by morgan_greywolf · · Score: 5, Funny

      Oh, yeah, you expect Aunt Tillie to be able to do that? All these command-line fixes just show how Mac OS X is not yet ready for the desktop, and how Linux is superior because "it just works." ;)

      (Laugh. It's funny.)

    5. Re:Archive and install by sgant · · Score: 2, Informative

      That's the way I did it. Took about 25 minutes to install everything and I was back up and running with no problems.

      The only thing I've changed is the 3D dock to a 2D dock. It looks nicer...even nicer than the old dock. I'm one of the few it seems to really like the new Stacks feature, but I understand the gripes of others that used nested folders (I never did). I love the new Finder and Spotlight...even though I'll still be using Quicksilver. Spaces is useful for me so far. All my applications are up and running with no problems.

      The new Mail and Safari are VERY fast. Opening Mail now is instant now. Again, another "feeling" description: everything feels faster. I know, there's really no way to quantify that statement, but Leopard does seem to have sped up my system.

      But hey, there are always problems in upgrading an OS. Does anyone remember when Apple came out with Tiger? Everyone was coming out of the woodwork saying "I'm sticking with Panther".

      --

      "Leo Fender was in a 'state of grace' when he designed the Stratocaster." -- Paul Reed Smith
    6. Re:Archive and install by Lars+T. · · Score: 4, Informative

      I use (3) because my home directory is on a different disk to my boot disk, and I did that on purpose so I could do nice clean installs. (2) works well too though.

      But don't you have to then reinstall all of your apps? That's like Win98 logic.

      Why would he - this is a Mac, not Windows.
      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    7. Re:Archive and install by shawnce · · Score: 4, Informative

      Safer to do the following given the spaces in the paths (or escape the spaces in the path using \)...

      3. Remove the following files:
      rm -rf "/Library/Preference Panes/Application Enhancer.prefpane"
      rm -rf "/Library/Frameworks/Application Enhancer.framework"
      rm -rf "/System/Library/SystemConfiguration/Application Enhancer.bundle"
      rm -rf "/Library/Preferences/com.unsanity.ape.plist"

    8. Re:Archive and install by Hijacked+Public · · Score: 5, Insightful

      Like most problems of society, drug use is not likely the cause of the above errant moderation.

      I get mod points quite often and I've fucked up applying them a few times. Each time it was related to the fact that the current UI for moderating is drop down menu (which is just fine) that applies whatever moderation is selected immediately upon being clicked (no fine). This would be halfway fine if there were some means to un-mod a post, or at least re-mod it, but there is not.If my mouse pointer is off slightly when I click an item in the list I'll have applied the wrong moderation and can do nothing about it.

      This is obviously dumb. I don't want to be bothered like I'm using Windows, but some things involving user selections on a computer need either a confirmation step that is distinct from the selection or have a Back button.

      --
      "Sacrifice for the good of The State" - The State
    9. Re:Archive and install by TheBig1 · · Score: 5, Informative

      Ummm... no. Please don't flame until you know what the heck you are talking about.

      When you drag an application from a disk image to anywhere on the system, Apple's launch services register the application, based on the configuration within the application bundle. It has nothing to do with the /Applications folder - you can drag to your desktop if you want, and it will work the same way.

    10. Re:Archive and install by iluvcapra · · Score: 2, Informative

      But don't you have to then reinstall all of your apps? That's like Win98 logic.

      He probably has all of his vendor applications in ~/Applications, or /Shared/Applications, which are on the partition he's keeping alive.

      --
      Don't blame me, I voted for Baltar.
    11. Re:Archive and install by Anonymous Coward · · Score: 5, Informative

      I've never found an app that I couldn't easily scoop up and move to a new machine.

      1) Grab application or directory off /Applications and drag to other computer
      2) Grab plists from ~/Library/Preferences
      3) Copy any related resources from /Library/Application Support and ~/Library/Application Support
      4) Check in /Library/StartupItems and ~/Library/StartupItems for any related startup items

      About 90% of applications are fully migrated after step 1)

      This doesn't cover drivers or other wierdness like PreferencePanes, but those are usually stand alone files that can be copied over.

    12. Re:Archive and install by TheSkyIsPurple · · Score: 3, Informative

      That's hardly a quick/easy operation, which is what was implied by GP.

      What you wrote above, I can apply to Windows just about as well.

      I can usually copy the Program's directory, fish out the major Registry entries, and for some of the more complicated programs fish out their DLLs pretty easily.

      The only time I really run into trouble is with certain pieces of software that actually fingerprint the machine during install

    13. Re:Archive and install by steeviant · · Score: 4, Informative

      " Wow, what a terrible idea. It's like WinXP logic for font installing- Explorer is consistent _except_ for the font folder which calls the font register-er when you drop files into it. Finder is consistent _except_ for the applications folder which installs system services and processes scripts every time you drop a dmg into it. Hm. "

      If you're going to criticize something it helps if you have the slightest clue what you're talking about. Try actually using a Mac sometime, you might be pleasantly surprised.

      There's nothing special about the /Applications directory, no special installation magic goes on when you drag an application from one disk to another. The application itself is basically a special kind of folder which contains all of the resources and even extra libraries required for it to function, this avoids the need to use an installer at all in most cases because most of the resources reqired for the application are in the application.

      By contrast, Windows applications have a tendency to sprawl over the hard drive, copying things into shared system-wide resource directories because that is how a library is registered in the windows world. The windows start menu is used to cut through what would otherwise be a very cluttered place, the "\Program Files" directory.

      On the Mac the equivalent, "/Applications" contains the actual application in it's entirety. Again; in contrast linking applications into the Start Menu is one of the many functions of an installer in Windows. Without installers you wouldn't have any idea where the application went and would have to navigate the troubled waters of "\Program Files" alone.

      The other magic usually handled by installers in Windows happens when you first load an application, at which point it exchanges information with the OS, the OS from that point on knows where on the disk the application is so that even if you move it around the filesystem hierarchy it will still be able to find it, it also exchanges information about what mimetypes the app would like to be associated with so that it can show up in the "open with..." list for certain file types and declare itself able to handle any types of files it might create.

      If you need to register system services, then you need an application installer or a monkey willing to do it by hand (a user, for example). In that case mac applications install like Windows ones, by using an installer package.

    14. Re:Archive and install by anagama · · Score: 3, Interesting

      Oddly, when I tried to upgrade today, I got no option for that. My only option was to reformat and and install. I'd already backed everything up, but I didn't want to deal with a new install if I didn't have to -- I decided to just do a test install on an old firewire ipod.

      Anyway, I'm a bit non-plussed with Leopard. The "stacks" thing is really lame. Used to be you could put a folder in the same spot and get a menu -- nice way to navigate through applications, particularly for those who don't like a giant slab of apps but prefer to have them organized by type, e.g., networking, graphics, games, etc. The stacks are only one level deep -- if you click on a folder, it just opens in Finder. This is very non-ideal.

      The real deal killer is X11 though -- totally borked. If you launch it from the applications/utilities folder, it doesn't even launch. You have launch it from it's actual location under /usr -- and even then it makes two icons in the dock and if you have the right hardware (like my 1st gen macbook), the cursor turns yellow inside apps which essentially makes it invisible against a white background. There was a fix for this for Tiger so I tried it out. After that, X11 wouldn't even launch a terminal. Way lame.

      --
      What changed under Obama? Nothing Good
    15. Re:Archive and install by Paradise+Pete · · Score: 2, Informative
      What you wrote above, I can apply to Windows just about as well.

      Only if you ignore the part where he wrote that 90% of the time you're done after step one. (I think it's not quite that high, but it's often the case.)

    16. Re:Archive and install by Allador · · Score: 2, Informative

      If you're going to criticize something it helps if you have the slightest clue what you're talking about. You should follow your own advice.

      By contrast, Windows applications have a tendency to sprawl over the hard drive, copying things into shared system-wide resource directories because that is how a library is registered in the windows world. Incorrect. It uses a path search system, same as every other mainstream OS out there. So you can use libraries without registering them with the OS at all, if they're in the same directory as the executable.

      Or it needs to be dropped into somewhere on PATH, or PATH needs to be modified to include the directory. If you want it accessible by ProgID, then you need to do regsvr32 or the api equiv.

      None of these options require dropping files into system-wide resource directories.
    17. Re:Archive and install by Allador · · Score: 3, Informative

      Also I don't think windows has any easy way to backup/restore the users settings. Windows has three ways. One for IT folks, one for end-users, and one you can use if the target machine is Vista.

    18. Re:Archive and install by Lonewolf666 · · Score: 3, Insightful

      On Windows it can get somewhat more complicated, because

      1) the registry entries may be spread over various sections of the registry. Offhand, I can recall
      -HKEY_LOCAL_MACHINE\SOFTWARE
      -HKEY_CURRENT_USER\Software
      -HKEY_CLASSES_ROOT (have fun searching through that)

      2) fishing out the DLLS may require an extra tool like Dependency Walker (URL:http://www.dependencywalker.com/). Easy enough if you know such a tool, but it may be somewhat beyond a newbie.

      --
      C - the footgun of programming languages
    19. Re:Archive and install by ickoonite · · Score: 3, Funny

      Nonono, X11 has been massively enhanced! It's beautiful. Now, when you run a program from Terminal.app that needs X11, it launches automatically! It's beautiful! Almost my favourite Leopard feature so far.

      iqu :)

    20. Re:Archive and install by jamar0303 · · Score: 2, Informative

      Except... he didn't even have to run it that first time. Windows programs have to be run that first time to make the association. I couldn't open RARs on Windows right after downloading WinRAR; I had to install the darn thing and run it once for it to set file permissions. with UnRAR I download, open the DMG, copy the app in, and it knows intuitively that UnRAR handles RAR files. Also, unlike WinRAR it doesn't spew files all over the place so I migrate to a new computer by copying the app over, unlike WinRAR. Seriously, try copying the WinRAR EXE alone and see if it works.

      Liberated from Windows since 2005 thanks to OSx86.

      --
      OSx86 FTW
    21. Re:Archive and install by jamar0303 · · Score: 2, Interesting

      Sure doesn't feel that way- I can't drag over my whole \Program Files folder from one computer to another and have everything work, whereas I can do so with Mac.

      --
      OSx86 FTW
    22. Re:Archive and install by eMartin · · Score: 3, Informative

      But you're wrong.

      On Windows, most file type associations are done by installers. Occasionally the app itself does them when it's launched (many people object to that unless it's optional though). Either way, they are stored in the registry as a path to the EXE. If you move it, the link breaks. If you copy the app to a new system, the link doesn't exist.

      On a Mac, as soon as the system sees the app (regardless of where it is), you can open file types that belong to it with a double click. It's been like that for decades, so yes, in this regard, it is easier on a Mac.

      As for the other support files, it's a little more complicated. On Windows, you have DLLs that are sometimes in the app's folder, but are often in the /windows/system32 folder mixed in with hundreds of others with short useless names (or worse yet, in other places). Sometimes, there are things in folders in /Program Files/Common Files (or worse yet, in a "common" folder elsewhere). In many cases, the DLLs have to be registered (again, often done by the installer).

      On a Mac, they may be in a few places too, but usually they are pretty obvious. They are often found in appropriately named folders either the Application Support or Preferences folders in either /Library or ~/Library (or at worst /System/Library). If they are things that hook into the system somehow (codecs, fonts, screensavers, etc.) they will be in those folders instead, but that makes sense too, and they truly can be installed for just one user or everyone depending on which Library folder they go in (as opposed to the Windows "install for just me" which only changes who sees the start menu icon). In any case, there is no "registering" of any kind, so as long as you put these things in the right places, OS X will see them. Again, it's been like this for decades (fonts go in the Fonts folder, extensions in the Extensions folder, etc... and they don't need to be registered in any way like on Windows)

      So, again, it's a little easier.

      On a Mac, you could even rename the /Applications folder to whatever you want, and almost everything would still work*, but try that with /Program Files on Windows. You would lose the ability to double click files to open them, lose custom icons for different file types, start menu shortcuts would break, uninstallers wouldn't work, etc.

      Personally, I don't think OS X outshines Windows in most cases, but these are the kinds of things it does do very well.

      *Everything except Apple's own Software Updates, although most people would consider this a bug. Apps and file type associations would still work though.

    23. Re:Archive and install by ealar+dlanvuli · · Score: 2, Informative

      Windows user:


      Pulls down an application, extracts it and runs it, and voila, said application is now registered with the OS and can be used for handling that file type.

      This is not, nor has it ever been true in Windows. The installer has been an integral part of registering the application since windows 95. The only exceptions I can think of to this rule are uTorrent and Putty (which properly use the registry to save it's settings while only needing a single executable), but uTorrent doesn't automatically associate .torrent files - you need to do it by hand in Explorer.

      Sean
      --
      I live in a giant bucket.
    24. Re:Archive and install by SlowMovingTarget · · Score: 2, Funny

      Easy enough if you know such a tool, but it may be somewhat beyond a newbie.

      Newbie: "Good! What is a registry?"

    25. Re:Archive and install by Allador · · Score: 2, Interesting

      You're right in that the end-result in the windows world is nowhere near as nice as what you describe. It sure would be nice.

      This is a combination of a couple things.

      1. Bad ISV developers. A surprising percentage of the developers for windows software dont have a clue what they're doing, or how to properly develop software for the windows platform. It's well documented, trivial (and free) to become an ISV partner with Microsoft, and this documentation is available without even doing that.

      So you get developers dropping stuff into various directories unnecessarily, or storing things in the registry, which is unnecessary.

      It is entirely possible to write windows apps that are completely portable, that you can just copy the flat between systems and it works just fine. Many of the open source software apps are done like this. Take FileZilla client, for example. Or 7-Zip. All the DLLs are in the same directory as the executable, and it doesnt (by default) use the registry to store settings.

      These apps could be made even better by storing per-user settings in the user profile home.

      2. COM. If you need to make components that are part of your app available to other components in the system, then you'll need to register them with COM. This goes into the registry, and is a per-machine setting.

      Note however, that since XP there are some neat things you can do to avoid even this in some use-cases, called registration free COM (IIRC). Again, it is done by having your files in the same directory, and having a manifest.

      3. Shell integration. If you need to have your app integrate with the shell, that will require some sort of 'setup' to be run and to do that. However, as an alternative, you could (and many apps do) just check the shell integration on startup.

      4. System Integration. Any apps that need to install drivers, or hook into the system in a deeper level, say into the network stack. If this is the case, you're instantly non-portable.

      So you're right, the vast majority of apps on windows are not designed to be machine portable. But thats a conscious choice by the developers, and is not in any way required by the platform. MS makes it quite clear how to manage that, if you want it, and if the use-case of your software makes it possible.

    26. Re:Archive and install by Allador · · Score: 2, Informative

      Would not something in the PATH environment variable (or whatever Windows calls them) BE a system-wide resource directory? Nope. You can put your home directory on PATH, it doesnt make your home directory a system directory.

      Regardless of the semantics, the majority of Mac apps will work, or even work perfectly if you just drag the app somewhere else (on your computer, or to another computer). ANYWHERE else. This includes big, heavyweight apps. Try dragging word.exe around and see what happens. Did anyone say otherwise? Did I ever claim that MS word was a portable app?

      The post you replied to here was correcting a factual error in the grandparent, and suggesting that the poster take his own advice about not mouthing off about things you dont know much about.
  2. Biggest problem so far is airport disks by johnjaydk · · Score: 2, Informative
    So far the biggest problem is with airport disks. The support is a bit wonky.

    In addition Apple have pulled support for time machine on airport disks in the last minute. Big stinker. It's bad enough that Aperture can't use airport disks for vaults...

    --
    TCAP-Abort
  3. jesus h christ by deathtopaulw · · Score: 3, Insightful

    people are so fucking stupid
    "oh no this 3rd party application which adds dubious and useless enhancements to my system is causing my computer to not work upon upgrading to a completely new version!"
    bust out the slashdot article I guess

    1. Re:jesus h christ by Anonymous Coward · · Score: 5, Interesting

      Using APE is an insanity of the first order anyway. Dealing with Unsanity's refusal to help is what made me dump all their products.

      Me: "Hi APE is causing crashes on my mac"
      Unsanity: "No it's not, it can't. This is why.... "
      Me: "OK, that makes sense thanks"

      two weeks later

      Me: "Hi, APE definitely is causing crashes on my mac"
      Unsanity: "No, it can't be, because... "
      Me: "I just did a fresh install. it survived multiple reboots in its completely standard configuration. I installed APE, now X, Y and Z all crash"
      Unsanity: "Well it's not APE, because APE does ... "
      Me: "I removed APE, and instantly it's working again"
      Unsanity: "Well it can't be APE, because ... "
      Me: "Fuck you"

    2. Re:jesus h christ by goldspider · · Score: 2

      Why not? It's not as if Windows gets a pass around here when poorly-written 3rd-party apps cause a kernel dump.

      --
      "Ask not what your country can do for you." --John F. Kennedy
    3. Re:jesus h christ by Anonymous Coward · · Score: 5, Informative

      APE is a third party product that is not a part of OS X.

      However, recently Logitech has started using APE as a part of their driver package for their mice and keyboards, in effect installing something known to cause headaches behind people's backs.

      Therefore the many people that use Logitech products may have APE without explicitly having installed it.

      Either way, I can hardly see how Apple is at fault.

    4. Re:jesus h christ by Anonymous Coward · · Score: 5, Funny

      Does this APE shit have to be intentionally installed by users? It's usually flung at you. It will stick to your system if you don't clean it soon enough.

    5. Re:jesus h christ by Ash-Fox · · Score: 3, Insightful

      This reminds of the Automatix debacle on Ubuntu - Have people forgotten that? Or does Ubuntu get a free pass because it is Linux?
      Honestly, I see more people defending OS X here than what Ubuntu had.

      Not only did Ubuntu have people going insane over that, but they also had the "is not ready for the desktop" memes all over the place and stupid crap about issues that haven't existed for a decade in Linux.
      --
      Change is certain; progress is not obligatory.
    6. Re:jesus h christ by jcr · · Score: 3, Informative

      God FUCKING DAMN IT.

      I just found a tool called "ape_install" in the resources of the logitech prefpane

      Rosyna, FUCK YOU and logitech both.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    7. Re:jesus h christ by jcr · · Score: 2, Informative

      It's easy enough to tell if you have APE on your system because it shows up in your System Preferences

      Nope. Logitech hid it, like the pack of incompetent, lazy weasels they are.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
  4. the offical word from unsanity is it's broken by bombastinator · · Score: 5, Informative

    Unsanity is officially listed by the company not to worik with 10.5

    http://www.wire-heads.com/istrip/index.php?strip_id=26

  5. Leopard install with Application Enhancer by conspirasseur · · Score: 4, Informative

    I have done this on two Macs so far, my PowerBook G4 @1.5 GHz and a G5 iMac @2.1 GHz Both have Application Enhancer as well as Fruit Menu, WindowShade X and other Unsanity products installed. They still show up in System Preferences, but are not functioning. I'm hoping for updates soon. However, their presence in my systems had no ill effect on my Leopard upgrades.

  6. Application Enhancer is trouble by Stormwatch · · Score: 2, Insightful

    I had used Application Enhancer for a while, but Photoshop became very crash-prone; a friend reported Safari crashes after installing it. I wouldn't suggest it to anyone.

    Also, rule of thumb: 100% clean installs are always the safe way to go. Back up your stuff, wipe the HD, then restore as needed.

    1. Re:Application Enhancer is trouble by m2943 · · Score: 2, Insightful

      Also, rule of thumb: 100% clean installs are always the safe way to go. Back up your stuff, wipe the HD, then restore as needed.

      Unfortunately, it then takes many hours to reinstall all the little utilities and applications and settings one has come to depend on.

    2. Re:Application Enhancer is trouble by AusIV · · Score: 4, Informative

      Hell Linux you can do something similar most of the time.

      I'm not aware of anything quite as straightforward as copying files to an external hard drive and copying them back, but with Ubuntu it goes something like this:

      $ dpkg --get-selections > /backup/installed-software.log
      Then on the new system:

      # dpkg --set-selections < /backup/installed-software.lo
      # dselect
      Then Ubuntu goes back to the repositories and grabs everything again.
    3. Re:Application Enhancer is trouble by commodoresloat · · Score: 2, Insightful

      I have a few Mac games .... Stop bullshitting. sounds like you're the one bullshitting ;)
  7. Re:Right... by trifish · · Score: 2, Insightful

    Yep, and it would be tagged as "defectivebydesign" and "haha". You know, MS is a near-monopoly so their products do deserve a good deal of good old unfair bashing...

  8. Safe Mode by Monkeys+with+Guns · · Score: 5, Informative

    Anyone experiencing this should try holding shift while booting. Any additional frameworks, kexts, and whatever will be left out and the system will boot cleanly. If that works, then the offending software should show up in a log and can be identified and removed.

    There is no need to reinstall when something can be removed easily with a safe boot. Too bad Apple doesn't talk up safe booting more so people will know it is there.

  9. iBSOD by Junior+J.+Junior+III · · Score: 4, Funny

    It really IS catching up with Vista!

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
  10. Re:When posting replies to this article by Anonymous Coward · · Score: 2, Funny

    Hippocracy is not pretty people

    I don't see what hippos have to do with this, but if you're making some comparison about the weight and gracefulness of a hippo with MS then I'm with you...

  11. Clean Install by cyberbian · · Score: 3, Informative

    Any time there is a major OS version, it's foolhardy to 'Upgrade' in that there is no way for the vendor (in this case Apple) to possibly test for each potential configuration. While it's true that this may make the move to a new platform base take longer (with needed software reinstallation) it's the best way to ensure a smooth transition, and also assist the end-user AND the software vendors in question to bug squash.

    It's easy to point fingers, and the upgrade process should in truth be discontinued altogether (imco) and rather provide utilities that will help a user migrate personal settings and preferences to a new build via a back-up utility of some type. To be fair, Apple does a GREAT job by providing the archive and install method which goes half-way but does not provide the opportunity to 'archive and clean install' which would be the ideal case.

    For myself, I can't wait to step into the time machine, and also get the new features available in the OS X Server product.

    --
    if I claimed I was emperor just because some watery tart lobbed a scimitar at me they'd put me away!
  12. Mod parent up by phillymjs · · Score: 5, Interesting

    This is hardly the first time Unsanity's stuff has caused problems with a new version of OS X. If people are too damned dumb to uninstall their unsupported-hack add-ons before upgrading, that's their problem, not Apple's.

    And no matter how much better OS X is than Windows w/r/t the "it just works" aspect, things can and do still go wrong sometimes. A little pre-upgrade basic system maintenance never hurts (at least repair permissions and verify/repair the target disk from Disk Utility on the Leopard CD), and neither does making a bootable clone of the system in case you have to revert.

    ~Philly

    1. Re:Mod parent up by GarfBond · · Score: 3, Interesting
      Not everyone knows about APE. I, for one, found APE on my system after wondering why my logins were so damned slow. Hint: update_prebinding was being run on every user logon because that was the only workaround that Unsanity decided to use for some retarded bug of theirs. Nevermind that this slows user logon down by about 5 minutes each time! However, I had never installed APE ever in my life, so how did it get there?

      Logitech mouse/keyboard drivers install them for you, without asking or telling you! It's not entirely the user that's to blame - even a reasonably careful user won't notice surreptitious installs like this. Logitech's method of bundling it is vaguely like spyware, I'd say.

    2. Re:Mod parent up by pebs · · Score: 4, Insightful

      If things go wrong sometimes, then I would say that "it just works" isn't all that true. I don't use Apple stuff, but I still have a pretty good impression of their integration/user experience work.

      I just started getting into Apple stuff with the release of the G4 Mac Mini. I then subsequently got a Mac Pro to replace my main machine which was running Linux. I decided to give OS X a fair chance to see if really was better than Linux.

      In my experience "it just works" is far from accurate. It's definitely a slick environment and worth using, but comes with enough issues that it doesn't live up to the hype. But I guess its a mistake to listen to the hype (Apple's products fell far short of my expectations due to hype).

      The problem, as with any commercial vendor, is that you are often stuck waiting for the company to fix things. For example, iLife apps crash. They crash a *LOT*. What can you possibly do other than wait for them to fix the bugs? OS X itself is usually pretty solid. Occasional something just won't work right. Sometimes I actually have to REBOOT to fix things. This is just not what I expect from an OS based on UNIX. I suspect (partially from experience) that they just haven't gotten it together after the Intel switch.

      Apple's products have just as many problems as any other OS vendor. They may be different problems, but don't believe anyone who says they don't exist. And Apple is a company that is constantly changing things (OS9 -> OSX, PowerPC -> Intel, frequent OS updates), so you can't possibly expect stability from them. Having control over the hardware apparently still isn't enough to achieve this.

      --
      #!/
  13. Re:When posting replies to this article by ORBAT · · Score: 5, Funny

    Hippocracy? Is that the system of government where horses are the ruling class?

  14. Boot verbosely by kithrup · · Score: 5, Informative

    Command-v during the boot chime (or "sudo nvram boot-args=-v" to set it permanently). This shows a lot of "scary" unixy output, but it's great for diagnosing a boot problem.

    Of course, I'm a cli guy :).

    1. Re:Boot verbosely by kithrup · · Score: 3, Insightful

      No, verbose boot just causes the graphics to be delayed until loginwindow is run. It does not affect "safe boot" in any way.

      One of the first things I do on setting up a new Mac is to change the boot-args nvram variable to be verbose. Not only is it informative if there's a problem, but I find the scrolling text messages to be comforting in their obscurity.

  15. How is this anything like a BSOD? by devjj · · Score: 3, Informative

    It isn't. A kernel panic is the Mac OS X equivalent of a BSOD. If the machine takes hours to launch after an upgrade, or doesn't launch at all, it's a different kind of failure. I speak from first-hand experience, as this happened to me. Thankfully I keep good daily backups.

  16. Here's the fix by nilbog · · Score: 2, Interesting

    You can either give up on an upgrade and do a fresh install or an archive/install. If you want to be able to upgrade, try this to manually get rid of APE: Please note that this does involve manipulation of files from the root prompt. This is not for the faint-of-heart, or those who are unfamiliar with the UNIX file system/command structure. 1. Reboot into single-user mode (hold Cmd-S while booting machine) 2. Follow the directions OSX gives you when you get to the prompt (I think these were them - just type the two commands it tells you to): fsck -fy / /sbin/mount -uw / 3. Remove the following files: rm -rf /Library/Preference Panes/Application Enhancer.prefpane rm -rf /Library/Frameworks/Application Enhancer.framework rm -rf /System/Library/SystemConfiguration/Application Enhancer.bundle rm -rf /Library/Preferences/com.unsanity.ape.plist 4. Exit, to continue booting normally exit

    --
    or else!
  17. Oh, irony... by xyankee · · Score: 4, Funny

    What makes this all the more ironic is that in the new CoverFlow Finder, PCs on the network are displayed with a Blue Screen of Death... teeeheee!

    1. Re:Oh, irony... by Jesus_666 · · Score: 2, Informative

      True. The old 9x BSOD is iconic; the NT one is not.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  18. I hate monopolies! by Anonymous Coward · · Score: 5, Funny

    I hate monopolies, and I am posting from my Apple computer, which uses Apple's OSX, and has an Apple mouse, keyboard, and monitor. I connect wirelessly through my Apple router, email with my Apple webmail account. I'm also listening to music on my Apple iPod, which I purchased from my Apple iTunes account.

    Damn that evil Microsoft monopoly!!! Always forcing everyone to use their products!!

    1. Re:I hate monopolies! by ChrisMP1 · · Score: 2, Insightful

      Apple's not a monopoly. If you have all Apple products, that's your choice. You can use an Apple computer with Linux or Windows (though I don't see why), a Logitech mouse and keyboard, a Dell monitor, a Linksys router, GMail, an RCA mp3 player, and purchase music elsewhere. You use Apple by choice, and they don't have a very large market share in much other than the iPod/iTunes area. Though I can't see why anyone would use an Apple monitor; you can get the same monitor for 1/3 of the price from a different company...

      OTOH, you'd be hard pressed to find a computer in a business (other than Apple's stores) or the home of an Aunt Tillie that doesn't have Microsoft Windows.

      --
      <sig>&nbsp;</sig>
    2. Re:I hate monopolies! by Achromatic1978 · · Score: 2, Funny

      Though I can't see why anyone would use an Apple monitor; you can get the same monitor for 1/3 of the price from a different company...

      Shhh! That glowing Apple logolight was hand etched by a 96 year old Tibetan monk, that's the real reason the Apple monitor with the same LCD inside is several hundred dollars more than the same LCD that's inside a Dell shell.

  19. best practices by squarefish · · Score: 2, Informative

    1) backup your home directories first
    2) do not let the install do a straight upgrade, use the archive and install option or erase/install if you have reliable backups and can afford a little risk and a little more work
    3) remove any programs that integrate themselves with the OS (hint: these will often add new preference options to the system preferences pane). These programs almost always have issues during an upgrade and are often not supported right away by new operating systems due to their nature.

    These are just some basic guidelines, but if you have any specific questions or concerns, ask Apple and search for answers prior to installation. Not rocket science, but most users have never upgraded their own OS before and Apple makes it appear that anyone can do it without the slightest worry. That's close to the truth, but not close enough.

    --
    Creationists are a lot like zombies. Slow, but powerful and numerous. And they all want to eat our brains.
  20. Re:When posting replies to this article by nine-times · · Score: 4, Insightful

    Just remember, if windows got taken down by a third party app, not only would you be screaming and shouting...

    Not under circumstances like this, we wouldn't. Some of Unsanity's programs are pretty invasive little things that fuck around with the OS in ways that Apple doesn't support. From their site:

    What exactly is Application Enhancer? It is a combination of a Framework and a system daemon. Application Enhancer performs its task by loading plugins (Application Enhancer modules) containing executable code into the running applications. Once loaded, the APE module performs the needed modifications (such as redefining the minimize window action, or customizing the standard Apple menu) on the launched application memory space, never touching any files on disk, utilizing set of functions defined in the Application Enhancer framework.

    So yeah, if you have even a vague understanding of what this product does, it shouldn't be any surprise that it could cause problems if you threw it on a new/unknown version of the operating system. This isn't just a "3rd party application". It's not like if Windows crashed when you installed Firefox (which Microsoft would get criticized for), but more like if Windows crashed when you tried to use an obscure and invasive 3rd party WindowsXP hack on Windows Vista (which Microsoft would not get criticized for).

    And it's not even clear that OSX itself crashed (as in a kernel panic). For as few details are available, it could just be that Finder or the installer crashed, which wouldn't be surprising if APE is screwing around with those applications' memory space.

  21. This seems like pilot error. by argent · · Score: 2, Informative

    There are similar Windows applications that modify the OS. They have been known to not work on new versions of the OS. Even the most extreme Microsoft skeptic wouldn't say it was Microsoft's fault if Windowblinds had to be upgraded to work with Vista.

    If you're doing an upgrade to the OS, and you're using any third party system extensions, you remove them before you upgrade. That's pretty basic.

  22. Deceptive summary by edwardpickman · · Score: 2, Insightful

    I was worried when I first saw it until I found that it was a 3rd party app causing the issue. The summary would lead me to believe it was a defect in Leopard. It would be nice to mention it's a 3rd party issue and not Apple's fault in the summary.

  23. APE is *not* a kernel mod. by argent · · Score: 2, Insightful

    But if it is APE then well then that's kinda understandable its the singlemost invasive kernel mod of all.

    APE is not a kernel mod. It runs entirely in user mode.

    1. Re:APE is *not* a kernel mod. by goombah99 · · Score: 2, Informative

      my bad. APE acts like a kernel mod which is why I think of it as one. It lets you do things you "shouldn't" be able to do without a kernel mod by playing some funky games.

      --
      Some drink at the fountain of knowledge. Others just gargle.
    2. Re:APE is *not* a kernel mod. by Ilgaz · · Score: 3, Interesting

      my bad. APE acts like a kernel mod which is why I think of it as one. It lets you do things you "shouldn't" be able to do without a kernel mod by playing some funky games. That is where its safety comes from. It is user mode, uses Input Manager functionality to do things which normally would require kernel mods or plain old binary hacking.

      Apple removed the functionality which makes APE work by the reason of one anonymous idiot coding a horribly coded Trojan horse abusing Input Managers.

      I don't know if US law supports it but Unsanity should sue Macfixit or a similar FUD spreading company for $1. Let them prove APE does anything bad to OS scientifically or pay the $1.

      As I am preparing for Leopard on this system, I uninstalled APE (Unsanity recommends not doing it) and see how "evil" "performance killing", "system crashing" thing APE was. No, the idiotically coded Applications still crash with trivial reasons, System still boots in exact time which it booted before and I am staring at Mr. Jobs favorite widget graphics knowing the fact that I will stare at them for a long time until Unsanity codes shapeshifter for leopard.

      My FreeBSD/Debian/Slackware using nerd friends and system admins happily changes how their desktop looks but on a $190 (family license) OS, I am not allowed. I can't even change mouse pointer which I did back on Windows 95 and even X11 on AIX allows!

      Apple invited thousands or hundreds of thousands of people who aren't happy with their desktop look to binary hack their OS resource files. That is what they did instead of removing InputManagers from home directory or secure them.
    3. Re:APE is *not* a kernel mod. by argent · · Score: 2, Informative

      No, really, the Windows kernel and userland are just as distinct as any other OS.

  24. come on, Apple, move into the 21st century by m2943 · · Score: 5, Insightful

    Too bad Apple doesn't talk up safe booting more so people will know it is there.

    Too bad Apple doesn't do the user-friendly thing, which is to offer users "safe mode" when the previous boot failed. That's what both Linux and Windows do, and it's the right thing to do (well, even better would be detecting and disabling broken extensions, but I guess that's too hard for any of them).

    1. Re:come on, Apple, move into the 21st century by dave1g · · Score: 2, Informative

      uh, he said offer the safe mode option, not force it on you.

  25. Re:Funny by dgatwood · · Score: 5, Informative

    If you had Linux apps that worked the way APE does, it would bring down the entire system, too. The only reason you don't is that Linux doesn't have a community of people who long for the olden days of Mac OS 9. I'll explain.

    Back in Mac OS 9, apps didn't have protected memory, and thus you could write extensions to the OS that quite literally rewrote parts of applications and the OS itself. Mac OS X uses a more proper model like Linux. However, some people still want to do those sorts of mods to the OS. The result was that the Unsanity folks created APE. APE basically sits down at the linker level and starts an additional thread with its own code running inside the address space of the target application. This thread then loads plug-ins that modify the behavior of the app.

    You should immediately see the problem with this. You have a bunch of people who don't have anything to do with the author of an application writing code that mass-modifies dozens of applications, libraries, etc., essentially doing binary patching on the running OS. There's no other phrase to describe this other than mind-bogglingly dangerous. In a biological comparison, it's like rewriting the genetic code of the entire planet using only a single person as a template---as soon as you hit a person with slightly different biology, the patch goes completely wrong. Similarly, when APE tries to operate on new versions of the OS, new versions of applications, new versions of frameworks and libraries, etc., it tends to result in cutting a path of destruction rather than enhancing anything.

    What blows my mind is that APE isn't smart enough to check the OS version and NOT LOAD. It is truly unbelievable. How hard is it to say if [ "$(sw_vers -productVersion | sed -E 's/([0-9]+\.[0-9]+)\..*/\1/')" != "10.4" ] ; then syslog -s "unknown OS version." ; exit 0; fi? Every OS release, APE causes some sort of major problem for a lot of users. Every OS release, people just keep coming back and reinstalling it even after seeing the fallout. I just don't get it. It's like Stockholm Syndrome or something....

    IMHO, the Unsanity team should be taken out and beaten with wet noodles until the mere sight of a Chinese restaurant causes them to have nightmares for a year.

    --

    Check out my sci-fi/humor trilogy at PatriotsBooks.

  26. Re:Java 6 NOT included in Leopard by ValentineMSmith · · Score: 3, Interesting

    It would be wonderful if it worked that way. However, Apple has decided that they (not Sun) will be the source of Java for Mac boxes. This moderately irritates me in that I'm a Java developer, and would like to be able to test with Java 6. So, to do so, I have to keep a copy of Parallels and Ubuntu around.

    --
    Karma: Chameleon - mostly influenced by bad '80s New Wave music
  27. indeed by m2943 · · Score: 4, Funny

    Unfortunately for Apple, it's OS competitor has a much better track record in the quality of new releases.

    You're right: Ubuntu kicks Apple's ass not just in terms of included functionality, graphics, and price, but also in terms of smooth upgrades.

  28. Unsanity's APE is a nasty hack by iliketrash · · Score: 4, Informative

    Unsanity's Application Enhancer uses the debugger framework to access and modify an application's memory space. Since Leopard randomizes memory, one might expect that trouble would ensue.

    The Unsanity hacks have been a source of trouble for many users for several years. Unsanity has vehemently denied that their products are the trouble, and by a twisted piece of logic, it is the application itself which is misbehaving when things go wrong. It's not hard to find heated discussions of these things on message boards and sites like versiontracker.com and macupgrade.com. The source of the disagreements might be related to how long a person leaves an application open, with the probability of mayhem increasing with time since launch. These remarks relate to pre-Leopard versions of the OS; it seems that Unsanity is finally caught with their pants down and no place to crap.

  29. Account Deleted by Anonymous Coward · · Score: 2, Funny

    I'm sorry but your suggestion that Apple would produce and release a product that doesn't work flawlessly out of the box is heretical and simply not true. This idea is contrary to SlashThought, and your account should be deleted.

  30. Re:Funny by commodoresloat · · Score: 4, Funny

    How hard is it to say if [ "$(sw_vers -productVersion | sed -E 's/([0-9]+\.[0-9]+)\..*/\1/')" != "10.4" ] ; then syslog -s "unknown OS version." ; exit 0; fi? Speak for yourself... I'm still stuck on how to pronounce "sw-vers"...
  31. Re:Funny by FrozedSolid · · Score: 2, Informative

    It might be worth mentioning that on Windows, the api call, CreateRemoteThread() allows you to do what is described here (create a thread in a remote process), without loading any 3rd party hack extensions.

    --
    When all freedom is outlawed only the outlaws have freedom
  32. Re:When posting replies to this article by NMerriam · · Score: 4, Insightful

    you don't need to look hard to see what comments get moderated up on this site. Groupthink is strong here, whether you notice it or not.


    I've noticed that is the latest groupthink to make the rounds. it's a statement about as useful as "i know I'll get modded down for this..." which inevitably gets modded up.

    There are a lot of people on slashdot (and I guess in the world in general) who seem to enjoy being the victim of some massive conspiracy, rather than perhaps recognizing that when lots of people disagree with them it really is just a lot of people thinking they're wrong.
    --
    Recursive: Adj. See Recursive.
  33. Why Linux doesn't have this problem. by argent · · Score: 5, Interesting

    You have a bunch of people who don't have anything to do with the author of an application writing code that mass-modifies dozens of applications, libraries, etc., essentially doing binary patching on the running OS.

    I've done that as well. I mean, binary patching the actual OS, not just applications running in userland. Sometimes you gotta do it.

    If you knew what GNU libc does to try and avoid having to make people rebuild applications when upgrading libraries, you'd run screaming. They have code in there to look for libraries at runtime and dynamically load different variants of other libraries depending on what you're using and what you have installed. The glibc team has people who do nothing but look for cases where they have to adapt for different libraries and different kernel versions.

    The reason that you don't have more of a problem on Linux is that there's no central Steve Jobs for Linux who dictates the way the GUI works, so if you don't like the way Enlightenment or fvwm or Windowmaker behaves, you can change it. The downside of this is that there's no single framework you can modify or replace to make global changes. There used to be, back when everyone used Athena Widgets, and you could replace libXaw with libXaw95 to get a Windows 95 look, or with libXawSTeP to get a NeXTSTeP look. Now, instead, you get Battluin GUIs between the Gnome and KDE yobbos.

    And there's all kinds of Windows hacks that do similar stuff to APE, from development tools to simple user interface enhancements. And, yes, they can cause problems and break in new versions of the OS.

    What Unsanity has done is to create a framework that makes this kind of thing relatively safe compared to having everyone build their own. Unfortunately since they're not at Apple or someone that Apple is willing to support (because they are undoing the things that The Steve has decreed) there's an unhealthy passive-aggressive relationship between Apple and Unsanity that doesn't exist between (say) Debian and the glibc team.

    And, yes, they should be disabling themselves on upgrade. And Apple should look at the things that people are using Haxies for and make the things they are trying to get rid of optional.

    The other thing is, on Windows people simply don't put their trust in having an upgrade work. They do clean installs. And they wait on upgrading Windows until this kind of thing gets shaken out.

  34. Re:Funny by Rosyna · · Score: 4, Informative

    What blows my mind is that APE isn't smart enough to check the OS version and NOT LOAD


    You meant why doesn't APE do this?

    // Check so we don't load on 10.5
            SInt32 vers = 0;
            err = Gestalt(gestaltSystemVersion, &vers);
            if (err or (vers >= 0x1050))
            {
                    return paramErr;
            }


    (which I just took from the APE source code).
  35. Re:still Apple's fault by NMerriam · · Score: 2, Insightful

    The fact that on OS X, utilities like APE have to do this is indicative of bad underlying software design.


    no, it's reflective of the fact that Apple doesn't provide any APIs for accomplishing those tasks. It's no different than patching explorer.exe while it's running so that the File menu suddenly does something completely different -- basically guaranteed to cause problems with something, because you're not supposed to do it and no programmer expects it to happen. But I'm sure the code that MS programmers work on is reasonably modular and accepting of changes to the File menu without breaking anything else.
    --
    Recursive: Adj. See Recursive.
  36. Re:When posting replies to this article by Rogerborg · · Score: 2, Funny

    I know I'll get modded down for this, but I agree with everything you said.

    --
    If you were blocking sigs, you wouldn't have to read this.
  37. Re:Funny by mattgreen · · Score: 2, Insightful

    And it is still a terrible idea. You can make very few safe assumptions about the target process. You don't know the state of the heap, so you have to use your own heap for that thread. You don't know the base address for DLLs, so you have to use only kernel32.dll functions (and that is luck that it always loads at the same base address for every process).

    But the absolute worst part about CreateRemoteThread() isn't the fact that it does what it says. It is the simple fact that you need to actually inject your thread function into the target process. That is, you need to copy the assembly necessary to run your thread into the target process. WriteProcessMemory() is an API call that will get you flagged as malware by a lot of AV utilities, but is necessary to use CreateRemoteThread().

  38. Unsanity's software aren't just apps. by argent · · Score: 2, Insightful

    Unsanity warns you that they are making deep modifications to the user interface and patching applications dynamically when they are loaded. They are not "just apps", they are not even like Parallels which does come with a kernel extension... because it runs as a regular application otherwise. Not to mention that Apple considers Parallels a key player, but has a definite problem with Unsanity.

    I'm not saying that people who are having this problem are morons, but I don't think they should be so quick to blame Apple for this... unless you're suggesting that Apple actively broke APE or something?

  39. Car analogy by ToasterMonkey · · Score: 2, Insightful

    My car 'just works'

    Even with regular maintenance, I still get unexpected interruptions of service now and then.

    Nothing technically 'just works' all the time if you want to bitch and moan about all the corner cases where it can break, but there are things designed to work with very little fuss, for a reasonably long time.

    Point is, 'just works' doesn't have anything to do with occasional bugs, but describes how something was designed/is intended to happen, and the reliability to work as intended. That's where Mac OS X, and my car wins the title. For the most part, they work very simply, as intended.

  40. The problem IS caused by Application Enhancer by Overly+Critical+Guy · · Score: 5, Informative

    Some suspect that a framework called 'Application Enhancer' by Unsanity LLC may be causing the problem, but there has been no official word from Apple at this point."


    There's no suspicion about it; that's exactly what's causing the problem. Application Enhancer is an input manager, and input managers are no longer supported in Leopard. People installing it knew the risks they were taking when they installed it on Tiger. Instructions have already been posted online on how to remove Application Enhancer from the command-line.

    Sorry, there's no big "BSOD" error in Leopard's install. It's a hacky piece of software people shouldn't have been installing in the first place.
    --
    "Sufferin' succotash."
    1. Re:The problem IS caused by Application Enhancer by anagama · · Score: 2, Insightful

      Maybe the only reason people would install a "hacky" piece of software is because Apple makes it so dang hard to customize your personal workspace. People are different, not homogenous.

      Note to the apple modders -- I have a bunch of apple hardware, and not a bit windows stuff -- I'm speaking from experience, not as a troll.

      --
      What changed under Obama? Nothing Good
  41. 20 and counting..... by CaptScarlet22 · · Score: 5, Informative

    14 upgrades, 4 reformats and 2 archive and install. 0 problems.

    Thats 10 G5's and 4 Mac Pro's with upgrades.

    Thats 4 MacBook Pros reformats.

    Thats 2 Powerbooks with archive and install.

    You can mod me any way you like, but it wont change the success I've had with Leopard....Awesome.

    --
    It's left blank because I have nothing to say to you punks!
  42. Two installs - both golden! by axafg00b · · Score: 2, Informative

    I installed Leopard on my PPC Mac Mini and my daughter's relatively new Intel MacBook. No issues with either one, but the time it took was approaching Win2k/XP levels. Still, it was far more painless than any Windows install, any Linux install (and I've gone from Slackware to SuSE and RedHat), and pre OS X Macintosh (System 7 anyone?).

    It should be no surprise to many Mac users that each build does break/improve things that may not have been explicitly allowed in earlier builds. Unlike the non-Mac OS worlds, Apple is still the final arbiter on what does and does not make it on their OS.

    --
    I think, therefore I am - Rene Descartes; I yam what I yam, an' that's what I yam - Popeye
  43. Re:Funny by Just+Some+Guy · · Score: 2, Interesting

    So why doesn't Apple perform testing the upgrade install with APE installed and fix the issues or atleast warn people before releasing the OS if this breaking happens every time?

    Screw that. The same logic led Microsoft into the backward compatibility hell it's currently mired in. I think Apple's policy of "if you deliberately break your system then don't blame us" is inconvenient for some users in the short term but much better for all users in the long haul.

    --
    Dewey, what part of this looks like authorities should be involved?
  44. unplug external USB drives.... by vaporland · · Score: 3, Interesting

    Unplug any external USB hard drives, especially if they USED to have a system and now only contain data, but you never reformatted them, and only erased files via the Trash.

    Try rebooting afterwards, and you'll start up just fine. People really waited HOURS?!? Wow, what a bunch of Geniurds....

    It's the same boot issue that occurs when a windows machine has USB set to boot ahead of the CD ROM or HD, and you put an empty keychain in the USB slot - it hangs.

    I had this problem, as soon as I rebooted with no USB HD, things went fine. This is, of course, on an Intel Mac...

    On a Core (non-2) Duo, the wireless networking driver for Boot Camp will recognize your Airport Extreme 802.11g as an 802.11n, but since it isn't, you will not have wireless connectivity.

    This will show up if you have a Core (non-2) Duo and an Airport Extreme with 802.11n support, since the Airport device always broadcasts the 802.11n signal.

    --
    Ask Me About... The 80's!
  45. Re:how to conveniently backup an OS X system? by Anonymous Coward · · Score: 2, Informative

    1. Connect an external hard drive.
    2. Download Carbon Copy Cloner (donationware) or SuperDuper (even unpaid/unregistered, it can perform basic cloning).
    3. Clone the boot volume to a sufficiently large partition on the external. You can clone the boot volume while you're booted from it (which was a refreshing change from having to make boot floppies when I used Ghost with Windows), though it's a good idea to quit all other applications while the clone runs.

    The only option I'm aware of to compress a cloned OS X volume would be to clone it to a compressed disk image using Disk Utility or the Apple Software Restore command line tool. It takes a fairly long time and is a two-pass process (i.e., it images, and then compresses the image), so I don't usually bother with compression. I make uncompressed read/write images, and if I need to boot from one I clone it to a real external hard drive partition.

    If you want to clone frequently, cough up the $28 for SuperDuper. It has a 'smart update' feature that only copies changed files after the initial clone, so subsequent clone jobs finish much more quickly. You can also schedule jobs with the paid version.

    FYI, Carbon Copy Cloner can be used to make a shell script to clone the volume. If you really want to you can make a launchd item that will run that script automatically when you connect the external drive.

  46. Re:I had the spinning ball of death by Mistah+Blue · · Score: 2, Informative

    I think I may have had Application Enhancer installed. Clean install fixed that. :-)

  47. Escape your spaces! by SmittyTheBold · · Score: 2, Informative

    ...except those commands will silently fail. The spaces need to be escaped with backslashes, or the entire file path needs to be in quotes. Getting rid of the .plist may be enough to disable Application Enhancer, but it's not getting rid of the entire haxie.

    fsck -fy /
    mount -uw /
    rm -rf /Library/Preference\ Panes/Application\ Enhancer.prefpane
    rm -rf /Library/Frameworks/Application\ Enhancer.framework
    rm -rf /System/Library/SystemConfiguration/Application\ Enhancer.bundle
    rm /Library/Preferences/com.unsanity.ape.plist
    exit


    Like that.

    Bonus tip for shell newbies:
    The default shell in Mac OS X supports tab-completion. For one of those "rm" commands, start typing "rm -rf /L<tab>" and see what you get. If there's only one valid file/directory, the tab key will fill it in for you. It can really cut down on number of keypresses and chance for error. Type a letter or two, hit tab, type the next letter or two, hit tab, until you have your full command. Magic!

    --
    ± 29 dB
  48. Re:hmmm.... by dangitman · · Score: 3, Funny

    I'm not a mac user myself but doesn't that sound like something spybot would catch on a heavily infested pc?

    Yeah, Unsanity is like the syphillis of the Mac world. However, being Mac-based, it's good-looking syphillis that's easy to use.

    --
    ... and then they built the supercollider.
  49. Services, dude by _merlin · · Score: 2, Interesting

    There is one exception to that rule: the /Applications, /Library/Services, ~/Applications and ~/Library/Services folders are scanned for NeXTstep service provider applications at login. These won't be recognised anywhere else on the disk. Now this isn't the Finder's fault, and LaunchServices (which is responsible for associating files and URLs with applications) is unaffected by it, but it is something to be aware of. You won't get Services menu items from an application if it's in the wrong place.

  50. Come on Kdawson by Ilgaz · · Score: 2, Interesting

    MAcfixit.com broke the FAKE story, a FUD of "APE responsible for this". I have even risked my VT Pro, $50 year account and called the editor openly to resign.

    This thing turned out to be a password hash issue related to accounts created back in 10.2 and never changed. Documented here: http://docs.info.apple.com/article.html?artnum=306840

    APE has nothing to do with it. In fact, Unsanity recommends latest APE to be on OS while upgrading to Leopard since believe or not, APE is not just couple of themes or pointers, there are many companies using that functionality and their software may break when linked library is not there.

    It doesn't change the fact that APE will be ignored by Leopard btw.

    Macfixit has even surpassed itself and was openly called "Depictable" http://www.macjournals.com/news/despicable.html because of their horrible FUD mongering, calling people to ERASE and INSTALL and after CNET buyout, some people think they do it on purpose to make people afraid to use OS X or Mac.

    If there is apple.slashdot.org, it should have better hand picked stories, no fanboy idiotic stuff, no "maccies are idiots" stuff, just "news for Mac nerds".

    This story was sitting on Digg.com for hours and even couldn't make to being popular (like slashdot accepted) because people simply didn't buy it, especially APE reason.

    We rarely get new non-ipod etc. stuff on Apple.slashdot.org and I wished the second one after Leopard shipment wasn't FUD with false information.

  51. Re:Funny by plate_o_shrimp · · Score: 4, Informative

    Per Unsanity's web page, the current version checks. Previous versions don't. They say "Please accept our sincere apologies for all the trouble that was caused. We have underestimated the number of people running "outdated" versions of our software."
    http://www.unsanity.org/archives/haxies/leopard.php

    Personally, I think APE and the Unsanity haxies are %$^%$ and I stay as far away from them as I can!

    --
    This sig has exceed its monthly bandwidth allotment.