645emax hangup on boot

I have recently built a custom machine.  It work fine except on boot-up it hangs at the primary hard drive auto-detect.  I then hard set my harddrive parameter and it still hang for 30 seconds.  
Any help would be appreciated.
Fitzo
Custom System
P4 350 tower
MOTHERBOARD MSI 645e MAX SIS645DX
Bio ami a6547sms v3.1  070102  - 62-0701-09999-0010-1111-040201-sis645-1aawv001
Windows 2000 Pro (sp3 and more)
p4 2,4 ghz/533 box
512mb PC2100 DDR RAM (2 stick)  
WD 80 GB 7200 8MB CACHE
SOUND: On board AC97
Sony 16x DVD
Geforce MX200 AGP 32mb video card

hmm... check if your cpufan has an RPM wire. if it has not, the mainboard thinks the fan is not running, therefor the machine wont boot. just hang and go 'piip piip piip...'
had that problem..

Similar Messages

  • Disk Utility Error: The underlying task reported failure on exit 1

        #!/bin/bash
          # Author : Bill Hernandez
        # Location : Plano, Texas
        # Updated : Saturday, June 6, 2009 (1:48 PM)
        # script name : setdisk_ownerenabled
        # make sure to set permissions to execute
        <hr>
        # Description :
        <hr>
        # I've noticed that sometimes when using disk utility I cannot repair permissions, or I might get :
        # ERROR: The underlying task reported failure on exit 1
        # This shell script seems to have solved the problem.
        # It worked very well for me,
        # IF YOU USE THIS SCRIPT, IT IS AT YOUR OWN RISK...
        # DO NOT USE IT UNLESS YOU UNDERSTAND WHAT IT DOES
        # After running it, it is best to restart before using Disk Utility again
        <hr>
        # Details :
        <hr>
        # After partitioning a disk using "Disk Utility", and then begin using it, at some point I would get
        # an arror message when trying to save to one of the partitions, yet when I looked at the permissions
        # everything looked fine. I would then try to use Disk Utility to repair permissions and end up with a
        # cryptic error that pretty much told me nothing.
        # I noticed that while in Disk Utility, if I selected a partition the lower LH corner of the dialog
        # showed : Owners Enabled : No
        # I tried selecting the partitions at the Desktop and doing a (CMD-I) and at the very bottom of each
        # info dialog there was a checkbox :
        # [ ] ignore ownership of this volume
        # which I would check, even after logging in as root, and I couldn't seem to get a consistent way
        # to get rid of the permissions dialog failure, so I found the vsdbutil command which can be used
        # as follows to get partition, or disk info :
        # $ vsdbutil -c /Volumes/driveor_partitionname
        # ----> Permissions on '/Volumes/driveor_partitionname' are enabled.
        # if it is not enabled you can enable the disk or partition using :
        # $ vsdbutil -a /Volumes/driveor_partitionname
        # It will set "Owners Enabled : Yes"
        # This below script loops through the mounted disks, partitions, etc. and gives you information.
        # You can leave the three flags below all set to TRUE, or selectively use what you want and change
        # the rest to false...
        <hr>
        # CHOOSE {"TRUE", "FALSE"}
        <hr>
        getvolumestatus="TRUE"         # get "Owners Enabled : (Yes|No)" status
        setvolumestatus="TRUE"         # set "Owners Enabled : Yes"
        list_volumes="TRUE"                   # show volume names
        <hr>
        # DO NOT CHANGE ANYTHING BELOW HERE
        <hr>
        if [ $getvolumestatus == "TRUE" ]; then
         echo '============================='
         echo '$getvolumestatus'
         echo '============================='
         # get "Owners Enabled : (Yes|No)" status
         for i in $( df -l | sort -u | awk '{print $6}' | grep '/' ); do
         vsdbutil -c $i
         done
        fi
        <hr>
        if [ $setvolumestatus == "TRUE" ]; then
         echo '============================='
         echo '$setvolumestatus'
         echo '============================='
         sudo echo -n
         # set "Owners Enabled : Yes"
         for i in $( df -l | sort -u | awk '{print $6}' | grep '/' ); do
         sudo vsdbutil -a "$i"
         echo "setting Owners Enabled : Yes for ---> $i"
         done
        fi
        <hr>
        if [ $list_volumes == "TRUE" ]; then
         echo '============================='
         echo '$list_volumes'
         echo '============================='
         for i in $( df -l | sort -u | awk '{print $6}' | grep '/' ); do
         echo $i
         done
        fi
        <hr>
        

    As it turns out, this didn't completely solve the problem, it solved part of the problem.
    Here is a summary to the root cause of the problem.
    SUCCESS...
    Problem Summary : The system crashed and would hangup during boot, tried many things, until I eventually erased the disk and started over again.
    iMacG5 24 GHZ Intel with One internal disk partitioned into 3 logical drives
    Cub_1 OS X 10.5.7
    Cub_2 OS X 10.5.7 (Carbon Copy Cloner backup of Cub_1)
    Cub_3 OS X Server 10.5.7 (standard os x server setup)
    At some point after setting up standard preferences, OS X Server crashed.
    When I tried to restart, the machine would hang up during boot.
    Finally after several attempts, ran Disk Utility from install dvd and repaired Cub_3
    When I tried to run "Repair Permissions" on Cub_3 from install dvd, I got an error
    Disk Utility Error: The underlying task reported failure on exit 1.
    Rebooted, and started in single user mode (CMD-S) during boot until I saw the unix commands on the screen
    RAN : root # fsck -fy
    Then I began seeing the same command filling the screen :
    posix_spawnp("/usr/sbin/mDNSResponder") could not find file or directory
    Called Enterprise Support and spoke to Frank Alcorn, he said this was most likely a permissions problem and asked me to try repairing permissions from the install dvd. I told him about the error, but nevertheless I tried it again and got the same Disk Utility Error: The underlying task reported failure on exit 1..
    He asked me to try booting into single user mode again, and to try
    root # chmod 775 /
    root # reboot
    During the reboot process the machine got hung up again, and could not get the single user mode to work at all.
    Frank said the command needed to be :
    root # chmod 1775 /
    Frank asked me if I had changed anything in file sharing, and I told him I had. He asked me what I had shared, and I said the entire drive Cub_3. He asked me what I had done for permissions, if I had denied permissions to anyone. I told him that I had set myself up as the only user that could have access to it, and when he said that's where the problem was the lightbulb went off, and it made sense.
    Shortly after I set the sharing preferences is when the server crashed. It all makes sense now...
    Frank said not to share the entire disk, only portions (share points) of it. I had done this in Panther Server, and Tiger Server and it worked fine, but apparently Leopard Server works a little differently, maybe more secure.
    It seems to me that if sharing the entire disk, which is what I needed would cause such a problem there should have been some sort of warning from the operating system, but there wasn't. I had run into this problem several times over the past three weeks since I had started working with Leopard Server, but in each case I ended up re-installing OS X Server and starting over again.
    I told him I would try to reboot from the OS X partition (Cub_1) and try it from there.
    He asked me to let him know if it worked, and I said I would...
    Problem FIX :
    I booted back into the partition containing OS X (Cub_1) and did the following via the Terminal.
    $ su - root
    $ chmod 1775 /
    $ reboot
    During the reboot process I held down the (OPTION) key, and selected Cub_3 (the os x server partition) and sure enough after a few minutes of holding my breath the login window magically appeared. So I logged in, and did not have to re-install the server. Hallellujah....
    This solved the boot hang problem. It is great to finally have an answer. In retrospect it makes sense, but that's why its hindsight...
    The reason for sharing the entire disk in my mind was that since I was the only user on the system, it was easier to have one disk mounted on my workstation rather than several folders. It made sense to me, it still does. I don't need a bunch of folders, just one disk is easier...

  • In Word 2004 I can not save documents or quit. One suggestion is the recent security update. Any suggestins on how to fix?

    In Word 2004 I can not save documents or quit. One suggestion is the recent security update. Any suggestins on how to fix?

    Security Update 2012-001 Bricks Rosetta programs
    I've outlined the restore proceedure here, it covers a lot of bases and explains what is going to occur so please don't be intimidated it's a LOT easier that it appears.
    Take your time and comprehend the steps involved and you'll be backup up like before in short order.
    Restore method.
    #1 Backup your personal data off the machine.
    If you get a gray screen or some other hangup upon booting, try holding the Shift key down while booting to enter Safe Mode.
    Backup files off the computer (not to TimeMachine). If you don't have a external drive, get one and connect to the USB/Firewire port and simply drag and drop copy your User folder to the external drive, it will copy all your files. It's best to have two backups of your data off the machine when trying to restore.
    Disconnect all drives now to prevent any mistakes from occuring.
    #2 Try Restoring from a TimeMachine or hold option bootable clone
    If you have TimeMachine drive, or a hold the option key bootable clone use that to erase and restore from before the Security Update occured.
    Obviously if you didn't make a recent backup before the update, your going to have to skip to Step #3.
    Note: A TM restore can take a awfully long time, a clone restore takes under 2 hours in most cases.
    If you don't know how to restore from TM drive
    http://pondini.org/OSX/Home.html
    #3 Reinstall OS X 10.6 from disk
    If no recent TM or bootable clone then:
    Get out your 10.6 install disk and make sure it's clean and polished (very soft cloth and a bit of rubbing alcohol, no scratches) If your disk is borked, you'll have to order a new one from Apple with your serial number.
    Hold c boot off the 10.6 disk (wired keyboard, internal optical drive), use Disk Utility First Aid to >Repair Disk and Permissions of your internal drive  (do not format or erase!!), Quit DU and simply re-install 10.6.
    Note: Simply reinstalling 10.6 version from disk (without erasing the drive) only replaces 10.6.8 with 10.6.x and bundled Apple programs, won't touch your files (backup anyway)  or most programs, unless they installed a kext file into OS X itself. (only a few on average do this)
    Note: If Disk Uitlity can't repair the drive, then come back to seek further assistance and make sure you have a copy of your data off the machine.
    #4 Update to 10.6.8 without Security Update 2012-001
    Reboot and log in, update to 10.6.8 via Software Update, but EXCLUDE THE Security Update 2012-001 by checkinig the details and unchecking the blue check box.
    #5 Reinstall any non-working third party programs
    When you reboot, make sure to reinstall any programs that require kext files installed into OS X, you'll know, they won't work when you launch them or hang for some reason.
    If for some freakish reason you get gray screen at any time when booting (possible it might occur when you reinstall older programs), hold the shift key down while booting (Safe Mode, disables kext files) and update your installed third party software so it's compatible with 10.6.8.
    https://support.apple.com/kb/TS2570
    Note: For most users likley Step #3 and #4 is likley all that is needed to be done.
    That's it really.
    Further Reading:
    Learn how to have a OS X drive restore ability using TimeMachine or cloning software
    Learn how to clone your entire OS X boot here
    http://www.bombich.com/get_ready_for_lion.html
    TimeMachine  help here
    http://pondini.org/OSX/Home.html
    Make copies of your original Snow Leopard
    http://www.walterjessen.com/make-a-bootable-backup-snow-leopard-install-disc/
    Learn how to make a bootable SL USB thumb drive
    http://www.maciverse.com/install-os-x-snow-leopard-from-usb-flash-drive.html
    Deciding on upgrading to Lion?
    Learn which programs ARE NOT compatible/updated for Lion, Rosetta programs will not run on Lion.
    http://roaringapps.com/apps:table
    Unverified hacks
    Note: You may see a "hack" for this issue floating around, it has had mixed results as people's software is different.
    You may want to try it, but it's at your own risk. It has worked fast for some and not at all for others, hopefully over time it will work for all.
    The above methods I outline are Apple approved restore methods + based upon experience here and not a quick fix, but are sure to work as Apple recommends such steps themselves.
    If at any time you feel this is beyond your capability, please seek local Mac/PC professional assistance before you lose your data.
    In fact my steps above are very simple, you might want to have a family member or friend perfrom the proceedure in about a hour or two.
    If you don't have any backup, please maintain at least a TM drive, just hook up a new blank external drive and TM will ask you to make a backup, takes some time so let it work.
    If your a bit more skilled, a option bootable clone is much superior than TM drive.
    Good Luck

  • KT4A-V boot-up hangup

    Hi,
    I have been running an Athlon XP-M Barton Core at 2133mhz successfully for about 6+months and tonight it refuses to get past the screen that reads: Press Shift-Tab to try network boot, Try other boot devices......
    After i clear the CMOS settings it will run but when i attempt a restart, it hangs up. Short of throwing out the board and using a Mercury KT600 as a replacement, this is my last hope.
    MSI KT4A-V
    FSB 133mhz
    AMD Athlon XP-M 2800 2133mhz stable
    1024 PC2700 DDR Ram
    XFX 6800GT
    Maxtor 200 DiamondMax 8Meg buffer
    Cooler Master Aero CPU fan
    Atrix 550 watt PSU
    Any help please would be appreciated

    In very late reply to your help, it turned out to be a mainboard failure. Now I have the question of how to overclock the processor to 166 FSB. Here is my current config via Everest:
        CPU Properties:
          CPU Type                                          Mobile AMD Athlon XP 3000+
          CPU Alias                                         Barton
          CPU Stepping                                      A2
          CPUID CPU Name                                    mobile AMD Athlon(tm) XP-M 2800+
          CPUID Revision                                    000006A0h
        CPU Speed:
          CPU Clock                                         2159.56 MHz
          CPU Multiplier                                    16.0x
          CPU FSB                                           134.97 MHz
          Memory Bus                                        168.72 MHz
        CPU Cache:
          L1 Code Cache                                     64 KB
          L1 Data Cache                                     64 KB
          L2 Cache                                          512 KB  (On-Die, Full-Speed)
        Motherboard Properties:
          Motherboard ID                                    62-0909-009999-00101111-040201-VIA_K7$KT600300_A7021VMS V3.2 090904
          Motherboard Name                                  MSI KT6-V (MS-7021 v2.0)  (5 PCI, 1 AGP, 2 DDR DIMM, Audio, LAN)
        Chipset Properties:
          Motherboard Chipset                               VIA VT8377 Apollo KT600
          Memory Timings                                    2.5-3-3-7  (CL-RCD-RP-RAS)
          Command Rate (CR)                                 2T
        SPD Memory Modules:
          DIMM1                                             1 GB PC3200 DDR SDRAM  (3.0-3-3-8 @ 200 MHz)  (2.5-3-3-7 @ 166 MHz)  (2.0-2-2-6 @ 133 MHz)
          DIMM2                                             1 GB PC3200 DDR SDRAM  (3.0-3-3-8 @ 200 MHz)  (2.5-3-3-7 @ 166 MHz)  (2.0-2-2-6 @ 133 MHz)
        BIOS Properties:
          System BIOS Date                                  09/09/04
          Video BIOS Date                                   04/29/06
          DMI BIOS Version                                  Version 07.00T
    --------[ SPD ]---------------------------------------------------------------------------------------------------------
      [ DIMM1: 1 GB PC3200 DDR SDRAM ]
        Memory Module Properties:
          Serial Number                                     None
          Module Size                                       1024 MB (1 rank, 4 banks)
          Module Type                                       Unbuffered
          Memory Type                                       DDR SDRAM
          Memory Speed                                      PC3200 (200 MHz)
          Module Width                                      64 bit
          Module Voltage                                    SSTL 2.5
          Error Detection Method                            None
          Refresh Rate                                      Reduced (7.8 us), Self-Refresh
        Memory Timings:
          @ 200 MHz                                         3.0-3-3-8  (CL-RCD-RP-RAS)
          @ 166 MHz                                         2.5-3-3-7  (CL-RCD-RP-RAS)
          @ 133 MHz                                         2.0-2-2-6  (CL-RCD-RP-RAS)
        Memory Module Features:
          Early RAS# Precharge                              Not Supported
          Auto-Precharge                                    Not Supported
          Precharge All                                     Not Supported
          Write1/Read Burst                                 Not Supported
          Buffered Address/Control Inputs                   Not Supported
          Registered Address/Control Inputs                 Not Supported
          On-Card PLL (Clock)                               Not Supported
          Buffered DQMB Inputs                              Not Supported
          Registered DQMB Inputs                            Not Supported
          Differential Clock Input                          Supported
          Redundant Row Address                             Not Supported
      [ DIMM2: 1 GB PC3200 DDR SDRAM ]
        Memory Module Properties:
          Serial Number                                     None
          Module Size                                       1024 MB (1 rank, 4 banks)
          Module Type                                       Unbuffered
          Memory Type                                       DDR SDRAM
          Memory Speed                                      PC3200 (200 MHz)
          Module Width                                      64 bit
          Module Voltage                                    SSTL 2.5
          Error Detection Method                            None
          Refresh Rate                                      Reduced (7.8 us), Self-Refresh
        Memory Timings:
          @ 200 MHz                                         3.0-3-3-8  (CL-RCD-RP-RAS)
          @ 166 MHz                                         2.5-3-3-7  (CL-RCD-RP-RAS)
          @ 133 MHz                                         2.0-2-2-6  (CL-RCD-RP-RAS)
        Memory Module Features:
          Early RAS# Precharge                              Not Supported
          Auto-Precharge                                    Not Supported
          Precharge All                                     Not Supported
          Write1/Read Burst                                 Not Supported
          Buffered Address/Control Inputs                   Not Supported
          Registered Address/Control Inputs                 Not Supported
          On-Card PLL (Clock)                               Not Supported
          Buffered DQMB Inputs                              Not Supported
          Registered DQMB Inputs                            Not Supported
          Differential Clock Input                          Supported
          Redundant Row Address                             Not Supported
    I try knocking down the multiplier to 12 and setting the FSB to 166 but the computer will not start and i have to clear CMOS to start over again. Any help at all would greatly be appreciated.

  • Yosemite Boot Hangup

    (MBP 13in Retina Late 2013 2.6 i5 16gb ram)
    I installed Yosemite last night and all went well. I was able to restart/shutdown/sleep with no problems. I was listening to music via home sharing on my iPad and fell asleep. When I woke up, and went to wake the computer up, nothing happened (the computer was not out of battery power). I forced a shutdown and when I booted back up, it would not move past about 1/3 of the way through the apple logo boot progress bar, but I was able to move the cursor. After booting to the recovery drive and running disk utility operations, I still had the same issue. I did a safe boot and it worked, but I'd rather not have to do that every time I boot. Anybody else have this issue? If so, is there a fix? Thank you in advance. (Also, I had no time to check if this was posted before on the forums, so if it was, I apologize and a redirect would be great.)

    What solved my case was removing this from:
    /Library/Extensions:
      LogiMgrDriver.kext (fromLogitech!)
    /Library/LaunchAgents:
      com.oracle.java.Java-Updater.plist
      com.srs.EssentialsAgent.plist
    /Library/LaunchDaemons:
      amsdstat.plist
      com.ambrosiasw.ambrosiaaudiosupporthelper.daemon.plist
      com.oracle.java.Helper-Tool.plist
      com.oracle.java.JavaUpdateHelper.plist
      org.cindori.AuthHelper.plist (Trim Enabler installed this for my SSD on 10.9)
      org.cindori.TEAuth.plist (Trim Enabler installed this for my SSD on 10.9)
    Now I am going to install Java again... Maybe also Ambrosia Software and Logithech ...

  • Very Odd Kernel Panic On Boot Up

    I just today had a one-of-a-kind kernel panic on bootup from a completely shutdown machine. The box is a PowerMac G4, Mirrored Drive Door, dual-core 1.25 GHz, OS X 10.4.9, 512 MB factory installed RAM and 512 User-installed Ram for a total of 1GB. Have
    Energized computer. Diverted attention. When I turned around to sit down and get to work, I was confronted with the following screen: There was the multi-lingual Kernel panic box on the gray screen, the "throbber" that usually rotates beneath the dark-gray Apple logo rotating away, and "overprinted" on all this was the "international no" symbol centered is a round-cornered translucent box (similar to what you see when you use the keyboard to alter the volume backing up the speaker icon), in the absolute center of the screen.
    I powered down the computer and powered it up. Boot without a problem.
    I then restarted the computer. Restarted flawlessly.
    After using it for a little while, I did a full shut down and restart, used it for a little while, and shut down and restarted again. All these evolutions completed without failure or problems of any kind.
    I've verified the startup disk successfully, SMART status is "Verified" for this hard disk, and have performed permissions repair successfully–with no indications of any permissions having to be repaired. All seems to be working normally and well.
    Has anyone ever seen anything like this? I've Googled for this problem, and searched these forums, and have found nothing to compare to this.
    For general edification, I've included the output of system.log for what looks like the time of the first failed boot and the boot immediately after. For the record, my two peripherals in constant use are a LaCie 60GB FW HD and a Wacom Intuos tablet, which is my primary somatic pointing device at this time–this log excerpt follows.
    I cannot locate any report on this event in any kernel log. I also put the machine to sleep to check for kernel panic on wakeup from sleep (no problems there either). And the 512MB user-installed RAM is a Crucial memory module that has been in use for at least a year with no problems.
    Thanks in advance for any insights.
    Sam Klein.
    ---being system.log----
    Nov 12 08:26:57 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Nov 12 08:26:56 localhost mDNSResponder-108.4 (Jan 8 2007 20: 36:00)[39]: starting
    Nov 12 08:26:57 localhost kernel[0]: vmpagebootstrap: 254371 free pages
    Nov 12 08:26:56 localhost memberd[47]: memberd starting up
    Nov 12 08:26:57 localhost kernel[0]: migtable_maxdispl = 70
    Nov 12 08:26:57 localhost kernel[0]: 88 prelinked modules
    Nov 12 08:26:57 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Nov 12 08:26:57 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Nov 12 08:26:57 localhost kernel[0]: using 2621 buffer headers and 2621 cluster IO buffer headers
    Nov 12 08:26:57 localhost kernel[0]: FireWire (OHCI) Apple ID 31 built-in now active, GUID 000a95ff fe809434; max speed s800.
    Nov 12 08:26:57 localhost kernel[0]: Security auditing service present
    Nov 12 08:26:57 localhost kernel[0]: BSM auditing present
    Nov 12 08:26:57 localhost kernel[0]: disabled
    Nov 12 08:26:57 localhost kernel[0]: rooting via boot-uuid from /chosen: 45DA37EA-A0E8-3570-8A12-B0DC9C1F26CC
    Nov 12 08:26:57 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Nov 12 08:26:57 localhost kernel[0]: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/IB M-IC35L090AVV207-1 Media/IOApplePartitionScheme/AppleHFS_Untitled1@3
    Nov 12 08:26:57 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Nov 12 08:26:57 localhost kernel[0]: Jettisoning kernel linker.
    Nov 12 08:26:57 localhost kernel[0]: Resetting IOCatalogue.
    Nov 12 08:26:57 localhost lookupd[51]: lookupd (version 369.5) starting - Mon Nov 12 08:26:57 2007
    Nov 12 08:26:57 localhost kernel[0]: Matching service count = 0
    Nov 12 08:26:57 localhost kernel[0]: Matching service count = 2
    Nov 12 08:26:57 localhost kernel[0]: Matching service count = 2
    Nov 12 08:26:57 localhost kernel[0]: Matching service count = 2
    Nov 12 08:26:57 localhost kernel[0]: Matching service count = 2
    Nov 12 08:26:57 localhost kernel[0]: Matching service count = 2
    Nov 12 08:26:57 localhost kernel[0]: rtclock timebase_callback: late old 1000000000 / 41657239 new 1000000000 / 41657149
    Nov 12 08:26:57 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Nov 12 08:26:57 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:80:94:34
    Nov 12 08:26:58 localhost diskarbitrationd[46]: disk1s10 hfs 50C9DD96-F193-30BE-8442-B841038B857F SunDial Four [not mounted]
    Nov 12 08:26:58 localhost diskarbitrationd[46]: disk0s3 hfs 45DA37EA-A0E8-3570-8A12-B0DC9C1F26CC SunDial Three /
    Nov 12 08:26:59 localhost lookupd[68]: lookupd (version 369.5) starting - Mon Nov 12 08:26:59 2007
    Nov 12 08:26:59 localhost DirectoryService[52]: Launched version 2.1 (v353.6)
    Nov 12 08:26:59 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Nov 12 08:26:59 localhost configd[44]: AppleTalk startup
    Nov 12 08:26:59 sundialthree configd[44]: setting hostname to "sundialthree.local"
    Nov 12 08:27:02 sundialthree launchd: Server 2d57 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[68]: exited abnormally: Hangup
    Nov 12 08:27:02 sundialthree configd[44]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Nov 12 08:27:02 sundialthree configd[44]: posting notification com.apple.system.config.network_change
    Nov 12 08:27:02 sundialthree configd[44]: setting hostname to "sundialthree"
    Nov 12 08:27:02 sundialthree lookupd[75]: lookupd (version 369.5) starting - Mon Nov 12 08:27:02 2007
    Nov 12 08:27:04 sundialthree kernel[0]: ATY,Pheonix_A: vram [9c000000:04000000]
    Nov 12 08:27:04 sundialthree kernel[0]: ATY,Pheonix_B: vram [98000000:04000000]
    Nov 12 08:27:04 sundialthree configd[44]: target=enable-network: disabled
    Nov 12 08:27:04 sundialthree mDNSResponder: Adding browse domain local.
    Nov 12 08:27:04 sundialthree /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Nov 12 08:27:04 sundialthree loginwindow[219]: Login Window Started Security Agent
    Nov 12 08:27:05 sundialthree configd[44]: AppleTalk startup complete
    Nov 12 08:27:07 sundialthree mDNSResponder: NOTE: Wide-Area Service Discovery disabled to avoid crashing defective DNS relay 192.168.0.1.
    Nov 12 08:27:31 sundialthree diskarbitrationd[46]: SystemUIServer [248]:25091 not responding.
    Nov 12 08:27:32 sundialthree diskarbitrationd[46]: disk1s10 hfs 50C9DD96-F193-30BE-8442-B841038B857F SunDial Four /Volumes/SunDial Four
    Nov 12 08:36:32 sundialthree configd[44]: AppleTalk shutdown
    Nov 12 08:36:33 sundialthree configd[44]: AppleTalk shutdown complete
    Nov 12 08:36:33 sundialthree /usr/sbin/AppleFileServer: AFPServer::AbnormalATListenerShutDown - clear listener
    Nov 12 08:36:42 sundialthree kernel[0]: System Sleep
    Nov 12 08:36:42 sundialthree kernel[0]: Sound assertion "0 != err" failed in "AppleLegacyAudio/AppleTexas2Audio/AppleTexas2Audio.cpp" at line 3648 goto Exit
    Nov 12 08:36:42 sundialthree kernel[0]: ^PSystem Wake
    Nov 12 08:36:42 sundialthree kernel[0]: Wake event 0020
    Nov 12 08:36:42 sundialthree kernel[0]: rtclock timebase_callback: late old 1000000000 / 41657239 new 1000000000 / 41657329
    Nov 12 08:36:42 sundialthree kernel[0]: rtclock timebase_callback: late old 1000000000 / 41657239 new 1000000000 / 41657239
    Nov 12 08:36:42 sundialthree kernel[0]: Sound assertion "0 != err" failed in "AppleLegacyAudio/AppleTexas2Audio/AppleTexas2Audio.cpp" at line 960 goto Exit
    Nov 12 08:36:42 sundialthree kernel[0]: ^PUSB caused wake event (OHCI)
    Nov 12 08:36:42 sundialthree kernel[0]: FireWire (OHCI) Apple ID 31 built-in: handleSelfIDInt - received quads == 0. issuing bus reset
    Nov 12 08:36:43 sundialthree kernel[0]: rtclock timebase_callback: late old 1000000000 / 41657239 new 1000000000 / 41657149
    Nov 12 08:36:43 sundialthree kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Nov 12 08:36:43 sundialthree configd[44]: posting notification com.apple.system.config.network_change
    Nov 12 08:36:46 sundialthree mDNSResponder: Repeated transitions for interface en0 (FE80:0000:0000:0000:020A:95FF:FE80:9434); delaying packets by 5 seconds
    Nov 12 08:36:47 sundialthree configd[44]: setting hostname to "sundialthree.local"
    Nov 12 08:36:47 sundialthree configd[44]: AppleTalk startup
    Nov 12 08:36:50 sundialthree configd[44]: setting hostname to "sundialthree"
    Nov 12 08:36:50 sundialthree configd[44]: posting notification com.apple.system.config.network_change
    Nov 12 08:36:52 sundialthree mDNSResponder: Repeated transitions for interface en0 (192.168.0.2); delaying packets by 5 seconds
    Nov 12 08:36:53 sundialthree configd[44]: AppleTalk startup complete
    Nov 12 08:36:54 sundialthree lookupd[372]: lookupd (version 369.5) starting - Mon Nov 12 08:36:54 2007
    Nov 12 08:36:54 sundialthree /Library/Printers/hp/HP Communications.app/Contents/MacOS/pipedaemon.app/Contents/MacOS/pipedaemon[375] : Error binding socket
    Nov 12 08:36:55 sundialthree mDNSResponder: NOTE: Wide-Area Service Discovery disabled to avoid crashing defective DNS relay 192.168.0.1.
    Nov 12 08:43:36 sundialthree shutdown: reboot by eagle:
    Nov 12 08:43:36 sundialthree SystemStarter[390]: "/Library/StartupItems/Tablet" failed security check: permissions
    Nov 12 08:43:37 sundialthree SystemStarter[390]: authentication service (400) did not complete successfully
    Nov 12 08:43:41 sundialthree SystemStarter[390]: The following StartupItems failed to properly start:
    Nov 12 08:44:20 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Nov 12 08:44:19 localhost memberd[44]: memberd starting up
    Nov 12 08:44:20 localhost kernel[0]: vmpagebootstrap: 254367 free pages
    Nov 12 08:44:20 localhost kernel[0]: migtable_maxdispl = 70
    Nov 12 08:44:19 localhost mDNSResponder-108.4 (Jan 8 2007 20: 36:00)[36]: starting
    Nov 12 08:44:20 localhost kernel[0]: 89 prelinked modules
    Nov 12 08:44:20 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Nov 12 08:44:20 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Nov 12 08:44:20 localhost kernel[0]: using 2621 buffer headers and 2621 cluster IO buffer headers
    Nov 12 08:44:19 localhost lookupd[48]: lookupd (version 369.5) starting - Mon Nov 12 08:44:19 2007
    Nov 12 08:44:20 localhost kernel[0]: FireWire (OHCI) Apple ID 31 built-in now active, GUID 000a95ff fe809434; max speed s800.
    Nov 12 08:44:20 localhost kernel[0]: Security auditing service present
    Nov 12 08:44:20 localhost kernel[0]: BSM auditing present
    Nov 12 08:44:20 localhost kernel[0]: disabled
    Nov 12 08:44:20 localhost kernel[0]: rooting via boot-uuid from /chosen: 45DA37EA-A0E8-3570-8A12-B0DC9C1F26CC
    Nov 12 08:44:20 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Nov 12 08:44:20 localhost kernel[0]: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/IB M-IC35L090AVV207-1 Media/IOApplePartitionScheme/AppleHFS_Untitled1@3
    Nov 12 08:44:20 localhost kernel[0]: BSD root: disk0s3, major 14, minor 1
    Nov 12 08:44:20 localhost kernel[0]: Jettisoning kernel linker.
    Nov 12 08:44:20 localhost kernel[0]: Resetting IOCatalogue.
    Nov 12 08:44:20 localhost kernel[0]: Matching service count = 0
    Nov 12 08:44:20 localhost kernel[0]: Matching service count = 2
    Nov 12 08:44:20 localhost kernel[0]: Matching service count = 2
    Nov 12 08:44:20 localhost kernel[0]: Matching service count = 2
    Nov 12 08:44:20 localhost kernel[0]: Matching service count = 2
    Nov 12 08:44:20 localhost kernel[0]: Matching service count = 2
    Nov 12 08:44:20 localhost kernel[0]: rtclock timebase_callback: late old 1000000000 / 41657329 new 1000000000 / 41657239
    Nov 12 08:44:20 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Nov 12 08:44:20 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:80:94:34
    Nov 12 08:44:21 localhost diskarbitrationd[43]: disk0s3 hfs 45DA37EA-A0E8-3570-8A12-B0DC9C1F26CC SunDial Three /
    Nov 12 08:44:21 localhost diskarbitrationd[43]: disk1s10 hfs 50C9DD96-F193-30BE-8442-B841038B857F SunDial Four [not mounted]
    Nov 12 08:44:22 localhost lookupd[65]: lookupd (version 369.5) starting - Mon Nov 12 08:44:22 2007
    Nov 12 08:44:22 localhost DirectoryService[49]: Launched version 2.1 (v353.6)
    Nov 12 08:44:22 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Nov 12 08:44:22 localhost configd[41]: AppleTalk startup
    Nov 12 08:44:22 sundialthree configd[41]: setting hostname to "sundialthree.local"
    Nov 12 08:44:25 sundialthree launchd: Server 2d5b in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[65]: exited abnormally: Hangup
    Nov 12 08:44:25 sundialthree configd[41]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Nov 12 08:44:25 sundialthree configd[41]: posting notification com.apple.system.config.network_change
    Nov 12 08:44:25 sundialthree configd[41]: setting hostname to "sundialthree"
    Nov 12 08:44:25 sundialthree lookupd[72]: lookupd (version 369.5) starting - Mon Nov 12 08:44:25 2007
    Nov 12 08:44:26 sundialthree configd[41]: target=enable-network: disabled
    Nov 12 08:44:27 sundialthree kernel[0]: ATY,Pheonix_A: vram [9c000000:04000000]
    Nov 12 08:44:27 sundialthree kernel[0]: ATY,Pheonix_B: vram [98000000:04000000]
    Nov 12 08:44:27 sundialthree mDNSResponder: Adding browse domain local.
    Nov 12 08:44:27 sundialthree /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Nov 12 08:44:27 sundialthree loginwindow[216]: Login Window Started Security Agent
    Nov 12 08:44:28 sundialthree configd[41]: AppleTalk startup complete
    Nov 12 08:44:30 sundialthree mDNSResponder: NOTE: Wide-Area Service Discovery disabled to avoid crashing defective DNS relay 192.168.0.1.
    Nov 12 08:45:15 sundialthree shutdown: halt by root:
    Nov 12 08:45:15 sundialthree SystemStarter[240]: "/Library/StartupItems/Tablet" failed security check: permissions
    Nov 12 08:45:15 sundialthree SystemStarter[240]: authentication service (250) did not complete successfully
    Nov 12 08:45:18 sundialthree SystemStarter[240]: The following StartupItems failed to properly start:
    Nov 12 08:45:18 sundialthree SystemStarter[240]: /System/Library/StartupItems/AuthServer
    Nov 12 08:45:18 sundialthree SystemStarter[240]: - execution of Startup script failed
    Nov 12 08:48:04 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Nov 12 08:48:04 localhost mDNSResponder-108.4 (Jan 8 2007 20: 36:00)[36]: starting
    Nov 12 08:48:04 localhost kernel[0]: vmpagebootstrap: 254367 free pages
    Nov 12 08:48:04 localhost kernel[0]: migtable_maxdispl = 70
    Nov 12 08:48:04 localhost memberd[44]: memberd starting up
    Nov 12 08:48:04 localhost kernel[0]: 89 prelinked modules
    Nov 12 08:48:04 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Nov 12 08:48:04 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Nov 12 08:48:04 localhost kernel[0]: using 2621 buffer headers and 2621 cluster IO buffer headers
    Nov 12 08:48:04 localhost kernel[0]: FireWire (OHCI) Apple ID 31 built-in now active, GUID 000a95ff fe809434; max speed s800.
    Nov 12 08:48:04 localhost kernel[0]: Security auditing service present
    Nov 12 08:48:04 localhost kernel[0]: BSM auditing present
    Nov 12 08:48:04 localhost kernel[0]: disabled
    Nov 12 08:48:04 localhost kernel[0]: rooting via boot-uuid from /chosen: 45DA37EA-A0E8-3570-8A12-B0DC9C1F26CC
    Nov 12 08:48:04 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Nov 12 08:48:04 localhost kernel[0]: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/IB M-IC35L090AVV207-1 Media/IOApplePartitionScheme/AppleHFS_Untitled1@3
    Nov 12 08:48:04 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Nov 12 08:48:04 localhost kernel[0]: Jettisoning kernel linker.
    Nov 12 08:48:04 localhost kernel[0]: Resetting IOCatalogue.
    Nov 12 08:48:04 localhost kernel[0]: Matching service count = 0
    Nov 12 08:48:04 localhost lookupd[48]: lookupd (version 369.5) starting - Mon Nov 12 08:48:04 2007
    Nov 12 08:48:05 localhost kernel[0]: Matching service count = 2
    Nov 12 08:48:05 localhost kernel[0]: Matching service count = 2
    Nov 12 08:48:05 localhost kernel[0]: Matching service count = 2
    Nov 12 08:48:05 localhost kernel[0]: Matching service count = 2
    Nov 12 08:48:04 localhost DirectoryService[49]: Launched version 2.1 (v353.6)
    Nov 12 08:48:05 localhost kernel[0]: Matching service count = 2
    Nov 12 08:48:05 localhost kernel[0]: rtclock timebase_callback: late old 1000000000 / 41657418 new 1000000000 / 41657239
    Nov 12 08:48:05 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Nov 12 08:48:05 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:80:94:34
    Nov 12 08:48:05 localhost launchd: Server 3d2b in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[48]: exited abnormally: Hangup
    Nov 12 08:48:05 localhost lookupd[59]: lookupd (version 369.5) starting - Mon Nov 12 08:48:05 2007
    Nov 12 08:48:05 localhost diskarbitrationd[43]: disk1s10 hfs 50C9DD96-F193-30BE-8442-B841038B857F SunDial Four [not mounted]
    Nov 12 08:48:05 localhost diskarbitrationd[43]: disk0s3 hfs 45DA37EA-A0E8-3570-8A12-B0DC9C1F26CC SunDial Three /
    Nov 12 08:48:07 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Nov 12 08:48:07 localhost configd[41]: AppleTalk startup
    Nov 12 08:48:07 sundialthree configd[41]: setting hostname to "sundialthree.local"
    Nov 12 08:48:09 sundialthree kernel[0]: ATY,Pheonix_A: vram [9c000000:04000000]
    Nov 12 08:48:09 sundialthree configd[41]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Nov 12 08:48:09 sundialthree kernel[0]: ATY,Pheonix_B: vram [98000000:04000000]
    Nov 12 08:48:09 sundialthree configd[41]: posting notification com.apple.system.config.network_change
    Nov 12 08:48:09 sundialthree configd[41]: setting hostname to "sundialthree"
    Nov 12 08:48:09 sundialthree lookupd[75]: lookupd (version 369.5) starting - Mon Nov 12 08:48:09 2007
    Nov 12 08:48:09 sundialthree /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Nov 12 08:48:10 sundialthree automount[129]: deferring user logout notification while init is in progress...
    Nov 12 08:48:10 sundialthree loginwindow[73]: Login Window Started Security Agent
    Nov 12 08:48:11 sundialthree automount[129]: reposting deferred logout notification.
    Nov 12 08:48:11 sundialthree configd[41]: target=enable-network: disabled
    Nov 12 08:48:11 sundialthree mDNSResponder: Adding browse domain local.
    Nov 12 08:48:12 sundialthree configd[41]: AppleTalk startup complete
    Nov 12 08:48:14 sundialthree mDNSResponder: NOTE: Wide-Area Service Discovery disabled to avoid crashing defective DNS relay 192.168.0.1.
    Nov 12 08:48:17 sundialthree configd[41]: AppleTalk shutdown
    Nov 12 08:48:17 sundialthree configd[41]: AppleTalk shutdown complete
    Nov 12 08:50:17 sundialthree kernel[0]: System Sleep
    Nov 12 08:50:17 sundialthree kernel[0]: Sound assertion "0 != err" failed in "AppleLegacyAudio/AppleTexas2Audio/AppleTexas2Audio.cpp" at line 3648 goto Exit
    Nov 12 08:50:17 sundialthree kernel[0]: ^PSystem Wake
    Nov 12 08:50:17 sundialthree kernel[0]: Wake event 0020
    Nov 12 08:50:17 sundialthree kernel[0]: rtclock timebase_callback: late old 1000000000 / 41657418 new 1000000000 / 41657239
    Nov 12 08:50:17 sundialthree kernel[0]: rtclock timebase_callback: late old 1000000000 / 41657418 new 1000000000 / 41657329
    Nov 12 08:50:17 sundialthree kernel[0]: Sound assertion "0 != err" failed in "AppleLegacyAudio/AppleTexas2Audio/AppleTexas2Audio.cpp" at line 960 goto Exit
    Nov 12 08:50:17 sundialthree kernel[0]: ^PUSB caused wake event (OHCI)
    Nov 12 08:50:17 sundialthree kernel[0]: FireWire (OHCI) Apple ID 31 built-in: handleSelfIDInt - received quads == 0. issuing bus reset
    Nov 12 08:50:17 sundialthree kernel[0]: rtclock timebase_callback: late old 1000000000 / 41657418 new 1000000000 / 41657059
    Nov 12 08:50:19 sundialthree kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Nov 12 08:50:19 sundialthree configd[41]: posting notification com.apple.system.config.network_change
    Nov 12 08:50:19 sundialthree configd[41]: setting hostname to "sundialthree.local"
    Nov 12 08:50:19 sundialthree configd[41]: AppleTalk startup
    Nov 12 08:50:21 sundialthree configd[41]: posting notification com.apple.system.config.network_change
    Nov 12 08:50:21 sundialthree configd[41]: setting hostname to "sundialthree"
    Nov 12 08:50:22 sundialthree lookupd[239]: lookupd (version 369.5) starting - Mon Nov 12 08:50:22 2007
    Nov 12 08:50:24 sundialthree configd[41]: AppleTalk startup complete
    Nov 12 08:51:25 sundialthree diskarbitrationd[43]: SystemUIServer [251]:26115 not responding.
    Nov 12 08:51:26 sundialthree diskarbitrationd[43]: disk1s10 hfs 50C9DD96-F193-30BE-8442-B841038B857F SunDial Four /Volumes/SunDial Four
    Nov 12 08:59:14 sundialthree /Library/Application Support/FLEXnet Publisher/Service/11.03.005/FNPLicensingService: Started\n
    Nov 12 08:59:14 sundialthree /Library/Application Support/FLEXnet Publisher/Service/11.03.005/FNPLicensingService: This service performs licensing functions on behalf of FLEXnet enabled products.\n

    Well, there's the prob: this kernel panic did not leave a log report.
    The last one before that was 17 Oct, 07; the last one before that was 26 Jan, 07.
    I just don't seem to have a panic log for this event. The system log is the best I could come up with.

  • Boot Problems- Hard Drive Damaged? Something Else?

    Yesterday my MacBook Pro went to the blue screen of death after freezing for a few minutes. When I restarted it, I couldn't get beyond the apple with the spinning graphic below it. I tried resetting the SMC and PRAM, archiving and reinstalling (which hung up every time), and ultimately backed up the files I could (many generated errors and could not be copied) using Target Disk. After backing up, I did an erase and reinstall, which was successful (mostly). After getting the system running again, I attempted to update from what I think is 10.4.5 to 10.4.11. At the end of the download, it crashed, and on restart would not boot again (apple logo with random flickerings of the "no" sign).
    At first, I assumed hard drive damage for the following reasons:
    -Something fell and landed right over the hard drive, putting a small dent in the open case
    -The files that would not copy seemed like they could have been corrupted by physical disk damage
    -The hangups seem like they could be caused by the same issue
    The things that worry me about this diagnosis are the fact that the erase and reinstall worked, and that the problem seems confined to boot errors (it has only successfully booted once since the first crash).
    1. Can I confidently call this a hard drive failure, order one from OWC tomorrow morning overnight, and consider it solved?
    2. If not, are there any diagnostic tools I can use to help zero in on my problem?
    3. What, if any additional information would he helpful?
    Before today's successes/failures, I was all ready to pull the trigger on a new drive (Hitachi 7200RPM 200GB). However, now I'm not so sure. Any advice is greatly appreciated.

    Thank you again for your advice.
    At this point, I am amazed to say I have it up and running and was even able to upgrade to 10.4.11, which caused one of the recent crashes. I have in fact prepared my data for "the unthinkable" (which has now happened four times in the last forty-eight hours), but this whole "working" thing is pretty creepy. (I tried to pop the top to see if the hard drive has any physical damage from the dent, but apparently the only thing harder to find in this town than a FireWire cable is a Torx T-6. I guess I'll be ordering OWC's lame eleven-piece $17 tool kit. Oh well.).
    Is this normal? Can I expect another crash soon?
    I think I'm going to try copying some large files to see if I can't repeat my failure. Maybe I've just been really lucky this particular time.

  • Slow Boot after 10.4.3 Update

    Hi,
    I'm experiencing a really slow boot time after updating to 10.4.3.
    This only effects my Dual 2.3 G5, the iMac G5 boots as normal.
    It seems to hang for at least 2 minutes on the grey screen before completing the boot and launching the login window.
    I booted in verbose mode <apple> V , to see where it seems to be hanging and this is what is on screen at the time:
    Nov 23 16:07:04 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Nov 23 16:07:04 localhost kernel[0]: UniNEnet: Ethernet address 00:11:24:86:33:46
    Then after almost 2 minutes it moves on with the rest:
    Nov 23 16:07:05 localhost diskarbitrationd[33]: disk0s3 hfs 8EB46343-98A2-3545-835D-FEE52DE4DA60 Blanche /
    Nov 23 16:07:06 localhost lookupd[58]: lookupd (version 365) starting - Wed Nov 23 16:07:06 2005
    Nov 23 16:07:08 localhost kernel[0]: ATY,ChockStone_A: vram [a0000000:10000000]
    Nov 23 16:07:08 localhost kernel[0]: ATY,ChockStone_B: vram [a0000000:10000000]
    Nov 23 16:07:08 G5 kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Nov 23 16:07:08 G5 configd[31]: setting hostname to "G5.local"
    Nov 23 16:07:09 G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Nov 23 16:07:10 G5 loginwindow[64]: Login Window Started Security Agent
    aped[61]: Not affecting system service user (uid 92). This is just an informative message. It is not causing your problem.
    Nov 23 16:07:11 G5 launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[58]: exited abnormally: Hangup
    Nov 23 16:07:11 G5 configd[31]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Nov 23 16:07:11 G5 configd[31]: posting notification com.apple.system.config.network_change
    Nov 23 16:07:11 G5 configd[31]: setting hostname to "G5"
    Nov 23 16:07:11 G5 lookupd[74]: lookupd (version 365) starting - Wed Nov 23 16:07:11 2005
    aped[61]: Not affecting super-user process ifcstart[130]. This is just an informative message. It is not causing your problem.
    Nov 23 16:07:12 G5 configd[31]: target=enable-network: disabled
    aped[61]: Not affecting super-user process ioxdeviced[199]. This is just an informative message. It is not causing your problem.
    Nov 23 16:07:13 G5 mDNSResponder: Adding browse domain local.
    aped[61]: Not affecting super-user process mcxd[67]. This is just an informative message. It is not causing your problem.
    Nov 23 17:51:46 G5 KernelEventAgent[41]: tid 00000000 received unknown event (12)
    aped[61]: Not affecting super-user process coreaudiod[32]. This is just an informative message. It is not causing your problem.
    I have no idea what any of this means or what is causing the delay in booting.
    Any clues?
    G5 Dual 2.3 /G5 iMac 20   Mac OS X (10.4.3)  

    Hi,
    I have the same problem. My iMac also hangs for about one minute at the same place;
    "Nov 23 16:07:04 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Nov 23 16:07:04 localhost kernel[0]: UniNEnet: Ethernet address 00:11:24:86:33:46"
    but with a different MAC address ofcourse.
    I 've run the maintenance scripts and repaired permissions using Onyx but it did no difference.
    Any other ideas?
    iMac DV/450    

  • How do I mount an external Firewire HD when booting into single user mode?

    Hi,
    How can I mount an external Firewire Harddisk from the Darwin Console, once I have booted into single user mode?
    I'm trying to make a backup of all my files and then re-install my iMac G5 since it doesn't start the GUI anymore and I haven't gotten any responses to my question here: http://discussions.apple.com/thread.jspa?threadID=1104762&tstart=0
    Thanks,
    Torsten

    ok, I executed the following commands:
    /sbin/fsck -fy
    /usr/libexec/registermach_bootstrapservers /etc/mach_init.d
    autodiskmount
    There were two messages:
    UniNEnet: Ethernet address 00:14:51:32:19:b8
    and
    Aug 29 20:55:29 launchd: server 2e3b in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[16]: exited abnormally: Hangup
    I don't know whether this has anything to do with the commands I entered.
    And since I don't know what the volume name for the external Firewire HD is, I typed
    ls -l /Volumes
    but the only volume that is being listed there is my iMac's internal HD.
    What should I do next?
    Thx!

  • Intermittent boot up problemsI have a G5 Dual 2GHz machine

    I have a G5 Dual 2GHz machine with 2Gb RAM. I have had an intermittent bootup problem every since installing Tiger.
    The machine appears to start as normal, gets as far as the spinning cog wheel then just shuts itself down as if there was a power cut.
    This happens every time I install an update and when I tryed to start up in verbose mode to try and work out why I can't see the message quick enough before it shuts down.
    It will however boot up in safe mode and sometimes this fixes it if I then start up normally.
    Other times I have to just leave it for about a half to one hour and it eventually boots up.
    This problem is now happening more frequently not just after updates and can take several attempts to get it to boot properly.
    If I run fsck in single user mode it reports that the file system is ok. If I run hard disk checks this also says everything is ok. I haven't as yet reinstalled a clean system.
    Does anybody have any ideas? Is this hardware or software? Any suggestions appreciated.

    Hi there,
    Thanks for all your tips which I have tryed but it doesn't seem to make much difference. In fact the machine wil l now on ly boot in safeboot mode.
    The Apple hardware test reported no faults. Disk utility verified that the hard disk was ok and I repaired permissions. I ran Tiger cacche leaner and said yes to all options. I also followed Al's suggestions and used font doctor to check out the fonts. It found three corrupted which I removed but this also did not make any difference.
    I looked in the system log and found the following :
    I don't know if they means anything to anybody:
    system.log:
    Description: System events log
    Size: 30.41 KB
    Last Modified: 31/08/2006 15:26
    Location: /var/log/system.log
    Recent Contents: ...
    Aug 31 15:25:44 localhost mDNSResponder-107 (Mar 20 2005 20: 31:47)[69]: starting
    Aug 31 15:25:45 localhost kernel[0]: MacRISC4CPU::start - found 'cy28508'
    Aug 31 15:25:44 localhost diskarbitrationd[54]: disk1s3 hfs 074EB148-4C56-3B7A-AEC6-A46DD1035113 Excelsior /
    Aug 31 15:25:45 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Aug 31 15:25:45 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Aug 31 15:25:45 localhost kernel[0]: using 5242 buffer headers and 4096 cluster IO buffer headers
    Aug 31 15:25:45 localhost kernel[0]: DART enabled
    Aug 31 15:25:45 localhost kernel[0]: MacRISC4CPU: publishing BootCPU
    Aug 31 15:25:45 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba07a2; max speed s800.
    Aug 31 15:25:45 localhost kernel[0]: ApplePMU::PMU FORCED SHUTDOWN, CAUSE = -122
    Aug 31 15:25:45 localhost kernel[0]: Extension "com.apple.driver.PioneerSuperDrive" has no kernel dependency.
    Aug 31 15:25:45 localhost kernel[0]: Security auditing service present
    Aug 31 15:25:45 localhost kernel[0]: BSM auditing present
    Aug 31 15:25:45 localhost kernel[0]: disabled
    Aug 31 15:25:45 localhost kernel[0]: rooting via boot-uuid from /chosen: 074EB148-4C56-3B7A-AEC6-A46DD1035113
    Aug 31 15:25:45 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Aug 31 15:25:45 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Aug 31 15:25:45 localhost kernel[0]: BSD root: disk1s3, major 14, minor 3
    Aug 31 15:25:45 localhost kernel[0]: jnl: replay_journal: from: 4745728 to: 5205504 (joffset 0x1af000)
    Aug 31 15:25:45 localhost kernel[0]: Jettisoning kernel linker.
    Aug 31 15:25:45 localhost kernel[0]: Resetting IOCatalogue.
    Aug 31 15:25:45 localhost kernel[0]: Matching service count = 0
    Aug 31 15:25:45 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Aug 31 15:25:45 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Aug 31 15:25:45 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:07:a2
    Aug 31 15:25:46 localhost launchd: Server 2b13 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[60]: exited abnormally: Hangup
    Aug 31 15:25:46 localhost lookupd[92]: lookupd (version 365) starting - Thu Aug 31 15:25:46 2006
    Aug 31 15:25:46 localhost mDNSResponder: Couldn't read user-specified Computer Name; using default “Macintosh-000A95BA07A2” instead
    Aug 31 15:25:46 localhost xinetd[73]: xinetd Version 2.3.11 started with libwrap options compiled in.
    Aug 31 15:25:46 localhost xinetd[73]: Started working: 0 available services
    Aug 31 15:25:46 localhost diskarbitrationd[54]: disk1s5 hfs 734BBC31-E33A-3B7A-864E-41F8B7D857FF Work /Volumes/Work
    Aug 31 15:25:47 localhost diskarbitrationd[54]: disk1s7 hfs 31407C46-35BB-3104-855C-E77EDDFCC0F0 PSScratch /Volumes/PSScratch
    Aug 31 15:25:48 Macintosh kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Aug 31 15:25:48 Macintosh configd[52]: setting hostname to "Macintosh.local"
    Aug 31 15:25:51 Macintosh mDNSResponder: Couldn't read user-specified Computer Name; using default “Macintosh-000A95BA07A2” instead
    Aug 31 15:25:52 Macintosh launchd: Server 2b17 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[92]: exited abnormally: Hangup
    Aug 31 15:25:52 Macintosh configd[52]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Aug 31 15:25:52 Macintosh configd[52]: posting notification com.apple.system.config.network_change
    Aug 31 15:25:52 Macintosh configd[52]: setting hostname to "Vigor10"
    Aug 31 15:25:52 Macintosh lookupd[100]: lookupd (version 365) starting - Thu Aug 31 15:25:52 2006
    Aug 31 15:25:52 Macintosh kernel[0]: ATY,Simone_A: vram [a0000000:04000000]
    Aug 31 15:25:53 Macintosh kernel[0]: ATY,Simone_B: vram [a0000000:04000000]
    Aug 31 15:25:54 Macintosh configd[52]: target=enable-network: disabled
    Aug 31 15:25:54 Macintosh mDNSResponder: Couldn't read user-specified Computer Name; using default “Macintosh-000A95BA07A2” instead
    Aug 31 15:25:54 Macintosh mDNSResponder: Adding browse domain local.
    Aug 31 15:25:56 Macintosh /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Aug 31 15:26:01 Macintosh loginwindow[151]: Login Window Started Security Agent
    Aug 31 15:26:14 Macintosh /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer: (-3230) Cannot use ATS Persistent Store - switching to old FODB cache code
    Aug 31 15:26:23 Macintosh KernelEventAgent[68]: tid 00000000 received unknown event (12)
    The bit about the Apple PMU forced shutdown may be significant.
    The only thing I can think to do is reinstall a clean system flolder unless anyone can suggest anything else.

  • Problem booting up on macbook pro

    Hey everyone,
    Long story short I bought my macbook pro in August of 2011. Its the 15" with the Core i7 2.2ghz 4GB ram 750gb HD yada yada
    Anyways I started having problems and I started noticing it this week.
    about a day ago I went to turn it on after turning it off for the night. I noticed that it took forever to get past the Apple loading screen.
    I googled and searched and tried everything people were recommending.
    1. made sure nothing was plugged in to mac
    2. booted into recovery HD and did a DU verified, and repaired everything and its permissions.
    3. cleared the PRAM or whatever it is.
    4. reinstalled the latest Lion clinet combo update
    still nothing has fixed it.
    I finally got past the stuck at apple loading screen, but now when I try to log in I enter my password and I get the pinwheel and it just freezes.
    I finally after about the 20th force restart booted in safe mode and it logged on.
    I uninstalled Avast restarted the computer and was able to log in.
    what gives? I spent all this money on this toy and its less than a year old already having problems.
    I'm about to do a reinstall of Lion and see if that helps. I just need to make a time machine back up.

    Do you have your Macintosh HD selected in System Preferences/Startup Disk?
    Also, since you're still the warranty period, it might be a good idea to setup an Genius Bar appointment at an Apple Store. I had system hangups, spinning wheel at login and other issues that I felt were graphics related. When I took my Macbook Pro in to have diagnostics run, the graphics and mainboard were fine. However, there were some errors noticed during the hard drive check. It was recommended to replace the hard drive (no charge since I was under Apple Care). Since the hard drive was replaced, I have not had any issues and all the previous issues were resolved.

  • Rp-pppoe won't connect at boot; LCP timeout

    At my college, we all have our own PPP connection to the main server. To start it at boot, I've put the 'adsl' in the daemons array in rc.conf, and this worked for a long time. Then, some time ago, the service failed to start at boot. However, once I've gotten into X, open xterm and type 'pppoe-connect' or '/etc/rc.d/adsl start', it works fine.
    Here's the log of when it fails to start up at boot time:
    Oct 18 10:22:44 archie PPP generic driver version 2.4.2
    Oct 18 10:22:45 archie pppd[3713]: pppd 2.4.4 started by root, uid 0
    Oct 18 10:22:45 archie pppd[3713]: Using interface ppp0
    Oct 18 10:22:45 archie pppd[3713]: Connect: ppp0 <--> /dev/pts/0
    Oct 18 10:23:16 archie pppd[3713]: LCP: timeout sending Config-Requests
    Oct 18 10:23:16 archie pppd[3713]: Connection terminated.
    Oct 18 10:23:16 archie pppd[3713]: Modem hangup
    Oct 18 10:23:20 archie pppd[3713]: Exit
    And then, once I do it manually, it works:
    Oct 18 10:24:46 archie pppd[4103]: pppd 2.4.4 started by root, uid 0
    Oct 18 10:24:46 archie pppd[4103]: Using interface ppp0
    Oct 18 10:24:46 archie pppd[4103]: Connect: ppp0 <--> /dev/pts/1
    Oct 18 10:24:46 archie pppoe[4104]: PPP session is 25 (0x19)
    Oct 18 10:24:47 archie pppd[4103]: EAP: Identity prompt "Name"
    Oct 18 10:24:47 archie pppd[4103]: EAP authentication succeeded
    Oct 18 10:24:47 archie PPP BSD Compression module registered
    Oct 18 10:24:47 archie pppd[4103]: local  IP address xxx.xxx.xxx.xxx
    Oct 18 10:24:47 archie pppd[4103]: remote IP address xxx.xxx.xxx.xxx
    Oct 18 10:24:47 archie pppd[4103]: primary   DNS address xxx.xxx.xxx.xxx
    Oct 18 10:24:47 archie pppd[4103]: secondary DNS address xxx.xxx.xxx.xxx
    Here's my rc.conf:
    lo="lo 127.0.0.1"
    eth1="eth1 10.0.0.1"
    eth0="eth0 000.000.00.0"
    INTERFACES=(lo eth0 eth1)
    gateway="default gw 10.0.0.1"
    ROUTES=(!gateway)
    DAEMONS=(syslog-ng network @hal @cups @alsa adsl)
    ...and my pppoe.conf:
    # Ethernet card connected to DSL modem
    ETH='eth0'
    # PPPoE user name.  You may have to supply "@provider.com"  Sympatico
    # users in Canada do need to include "@sympatico.ca"
    # Sympatico uses PAP authentication.  Make sure /etc/ppp/pap-secrets
    # contains the right username/password combination.
    # For Magma, use [email protected]
    USER='room20'
    # Bring link up on demand?  Default is to leave link up all the time.
    # If you want the link to come up on demand, set DEMAND to a number indicating
    # the idle time after which the link is brought down.
    DEMAND=no
    #DEMAND=300
    # DNS type: SERVER=obtain from server; SPECIFY=use DNS1 and DNS2;
    # NOCHANGE=do not adjust.
    DNSTYPE=SERVER
    # Obtain DNS server addresses from the peer (recent versions of pppd only)
    # In old config files, this used to be called USEPEERDNS.  Changed to
    # PEERDNS for better Red Hat compatibility
    PEERDNS=yes
    DNS1=
    DNS2=
    # Make the PPPoE connection your default route.  Set to
    # DEFAULTROUTE=no if you don't want this.
    DEFAULTROUTE=yes
    ### ONLY TOUCH THE FOLLOWING SETTINGS IF YOU'RE AN EXPERT
    # How long pppoe-start waits for a new PPP interface to appear before
    # concluding something went wrong.  If you use 0, then pppoe-start
    # exits immediately with a successful status and does not wait for the
    # link to come up.  Time is in seconds.
    # WARNING WARNING WARNING:
    # If you are using rp-pppoe on a physically-inaccessible host, set
    # CONNECT_TIMEOUT to 0.  This makes SURE that the machine keeps trying
    # to connect forever after pppoe-start is called.  Otherwise, it will
    # give out after CONNECT_TIMEOUT seconds and will not attempt to
    # connect again, making it impossible to reach.
    CONNECT_TIMEOUT=30
    # How often in seconds pppoe-start polls to check if link is up
    CONNECT_POLL=2
    # Specific desired AC Name
    ACNAME=
    # Specific desired service name
    SERVICENAME=
    # Character to echo at each poll.  Use PING="" if you don't want
    # anything echoed
    PING=".
    # File where the pppoe-connect script writes its process-ID.
    # Three files are actually used:
    #   $PIDFILE       contains PID of pppoe-connect script
    #   $PIDFILE.pppoe contains PID of pppoe process
    #   $PIDFILE.pppd  contains PID of pppd process
    CF_BASE=`basename $CONFIG`
    PIDFILE="/var/run/$CF_BASE-pppoe.pid"
    # Do you want to use synchronous PPP?  "yes" or "no".  "yes" is much
    # easier on CPU usage, but may not work for you.  It is safer to use
    # "no", but you may want to experiment with "yes".  "yes" is generally
    # safe on Linux machines with the n_hdlc line discipline; unsafe on others.
    SYNCHRONOUS=no
    # Do you want to clamp the MSS?  Here's how to decide:
    # - If you have only a SINGLE computer connected to the DSL modem, choose
    #   "no".
    # - If you have a computer acting as a gateway for a LAN, choose "1412".
    #   The setting of 1412 is safe for either setup, but uses slightly more
    #   CPU power.
    CLAMPMSS=1412
    #CLAMPMSS=no
    # LCP echo interval and failure count.
    LCP_INTERVAL=20
    LCP_FAILURE=3
    # PPPOE_TIMEOUT should be about 4*LCP_INTERVAL
    PPPOE_TIMEOUT=80
    # Firewalling: One of NONE, STANDALONE or MASQUERADE
    FIREWALL=NONE
    # Linux kernel-mode plugin for pppd.  If you want to try the kernel-mode
    # plugin, use LINUX_PLUGIN=/etc/ppp/plugins/rp-pppoe.so
    LINUX_PLUGIN=
    # Any extra arguments to pass to pppoe.  Normally, use a blank string
    # like this:
    PPPOE_EXTRA=""
    # Rumour has it that "Citizen's Communications" with a 3Com
    # HomeConnect DSL Modem DualLink requires these extra options:
    # PPPOE_EXTRA="-f 3c12:3c13 -S ISP"
    # Any extra arguments to pass to pppd.  Normally, use a blank string
    # like this:
    PPPD_EXTRA=""
    ########## DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
    # If you wish to COMPLETELY overrride the pppd invocation:
    # Example:
    # OVERRIDE_PPPD_COMMAND="pppd call dsl"
    # If you want pppoe-connect to exit when connection drops:
    # RETRY_ON_FAILURE=no

    That's what I have in mine - it may not be necessary, the wiki is ambiguous on the point. It's certainly necessary if using "net-profiles" but may or may not be for net-auto-wireless. I've always added them just in case (it hasn't stopped it working).
    However, you *will* need wpa_actiond installed for net-auto-wireless, if you haven't.
    The other thing is, as the wiki says:
    Note that wpa-config profiles does not work with net-auto-wireless. Convert them to wpa-configsection instead.
    So you will probably need to switch your config profile to a configsection one (again, that's what I use and have no issue automatically connecting to any profile networks).

  • What does this log mean? Fresh os install still can only safe boot

    *My head is about to explode.*
    *Last night, I pulled my old hard drive. put in new one and did fresh install.*
    *Ever confident that this would magically fix my computer.*
    *I can still only boot in safe mode.*
    *I ran AHT. everything passed. I have reseted every thing and reset logic board. yes only one push of the magic button*
    *below is a system log from before I put in new drive.*
    *however, after new drive and fresh install and still can't boot I check sytem log and still get same message:*
    *Cannot use ATS Persistent Store - switching to old FODB cache code*
    *Is this my underlying problem?*
    *What does it mean?*
    *When I try to boot up normally, I get to grey screen , spinning wheel, then wheel turns pixelly and fuzzy with random colors juist where the wheel is and the grey screen with apple logo fuzzy then black.*
    *Any words of wisdom will save my sanity.*
    Feb 11 16:10:32 sherrydesktop shutdown: reboot by louislevy:
    Feb 11 16:10:32 sherrydesktop SystemStarter748: authentication service (757) did not complete successfully
    Feb 11 16:10:33 sherrydesktop SystemStarter748: The following StartupItems failed to properly start:
    Feb 11 16:10:33 sherrydesktop SystemStarter748: /System/Library/StartupItems/AuthServer
    Feb 11 16:10:33 sherrydesktop SystemStarter748: - execution of Startup script failed
    Feb 11 16:14:42 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Feb 11 16:14:41 localhost memberd72: memberd starting up
    Feb 11 16:14:43 localhost kernel[0]: vmpagebootstrap: 1141505 free pages
    Feb 11 16:14:41 localhost mDNSResponder-108.6 (Jul 19 2007 11: 33:32)65: starting
    Feb 11 16:14:43 localhost kernel[0]: migtable_maxdispl = 70
    Feb 11 16:14:42 localhost lookupd76: lookupd (version 369.5) starting - Mon Feb 11 16:14:42 2008
    Feb 11 16:14:43 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Feb 11 16:14:43 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Feb 11 16:14:43 localhost kernel[0]: using 8192 buffer headers and 4096 cluster IO buffer headers
    Feb 11 16:14:43 localhost kernel[0]: DART enabled
    Feb 11 16:14:43 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 001124ff fe382290; max speed s800.
    Feb 11 16:14:43 localhost kernel[0]: Security auditing service present
    Feb 11 16:14:43 localhost kernel[0]: BSM auditing present
    Feb 11 16:14:43 localhost kernel[0]: disabled
    Feb 11 16:14:43 localhost kernel[0]: rooting via boot-uuid from /chosen: 334016DB-E0CA-3E86-8A4D-47576141AB26
    Feb 11 16:14:43 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Feb 11 16:14:43 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/WDC WD2500JD-41HBC0 Media/IOApplePartitionScheme/Untitled@3
    Feb 11 16:14:43 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Feb 11 16:14:43 localhost kernel[0]: Jettisoning kernel linker.
    Feb 11 16:14:43 localhost kernel[0]: Resetting IOCatalogue.
    Feb 11 16:14:43 localhost kernel[0]: Matching service count = 0
    Feb 11 16:14:43 localhost kernel[0]: Matching service count = 6
    Feb 11 16:14:43 localhost kernel[0]: Matching service count = 6
    Feb 11 16:14:43 localhost kernel[0]: Matching service count = 6
    Feb 11 16:14:43 localhost kernel[0]: Matching service count = 6
    Feb 11 16:14:43 localhost kernel[0]: Matching service count = 6
    Feb 11 16:14:43 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Feb 11 16:14:43 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Feb 11 16:14:44 localhost diskarbitrationd71: disk0s3 hfs 334016DB-E0CA-3E86-8A4D-47576141AB26 Macintosh HD desktop /
    Feb 11 16:14:44 localhost DirectoryService81: Launched version 2.1 (v353.6)
    Feb 11 16:14:45 localhost kernel[0]: UniNEnet: Ethernet address 00:11:24:38:22:90
    Feb 11 16:14:45 localhost launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"76: exited abnormally: Hangup
    Feb 11 16:14:45 localhost lookupd90: lookupd (version 369.5) starting - Mon Feb 11 16:14:45 2008
    Feb 11 16:14:48 localhost mDNSResponder: Adding browse domain local.
    Feb 11 16:14:48 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 1000 Mbps - Full Duplex
    Feb 11 16:14:48 localhost configd69: AppleTalk startup
    Feb 11 16:14:48 sherrydesktop configd69: setting hostname to "sherrydesktop.local"
    Feb 11 16:14:51 sherrydesktop kernel[0]: ATY,ChockStone_A: vram a0000000:10000000
    Feb 11 16:14:51 sherrydesktop kernel[0]: ATY,ChockStone_B: vram a0000000:10000000
    Feb 11 16:14:51 sherrydesktop configd69: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Feb 11 16:14:51 sherrydesktop configd69: posting notification com.apple.system.config.network_change
    Feb 11 16:14:51 sherrydesktop lookupd95: lookupd (version 369.5) starting - Mon Feb 11 16:14:51 2008
    Feb 11 16:14:53 sherrydesktop configd69: target=enable-network: disabled
    Feb 11 16:14:54 sherrydesktop configd69: AppleTalk startup complete
    Feb 11 16:20:47 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Feb 11 16:20:44 localhost memberd57: memberd starting up
    Feb 11 16:20:47 localhost kernel[0]: vmpagebootstrap: 1138664 free pages
    Feb 11 16:20:44 localhost mDNSResponder-108.6 (Jul 19 2007 11: 33:32)50: starting
    Feb 11 16:20:47 localhost kernel[0]: migtable_maxdispl = 70
    Feb 11 16:20:46 localhost lookupd64: lookupd (version 369.5) starting - Mon Feb 11 16:20:46 2008
    Feb 11 16:20:47 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Feb 11 16:20:47 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Feb 11 16:20:47 localhost kernel[0]: using 8192 buffer headers and 4096 cluster IO buffer headers
    Feb 11 16:20:47 localhost kernel[0]: DART enabled
    Feb 11 16:20:47 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 001124ff fe382290; max speed s800.
    Feb 11 16:20:47 localhost kernel[0]: Security auditing service present
    Feb 11 16:20:47 localhost kernel[0]: BSM auditing present
    Feb 11 16:20:47 localhost kernel[0]: disabled
    Feb 11 16:20:47 localhost kernel[0]: rooting via boot-uuid from /chosen: 334016DB-E0CA-3E86-8A4D-47576141AB26
    Feb 11 16:20:47 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Feb 11 16:20:47 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/WDC WD2500JD-41HBC0 Media/IOApplePartitionScheme/Untitled@3
    Feb 11 16:20:47 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Feb 11 16:20:47 localhost kernel[0]: HFS: Removed 3 orphaned unlinked files
    Feb 11 16:20:47 localhost kernel[0]: Jettisoning kernel linker.
    Feb 11 16:20:47 localhost kernel[0]: Resetting IOCatalogue.
    Feb 11 16:20:47 localhost kernel[0]: Matching service count = 0
    Feb 11 16:20:47 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Feb 11 16:20:47 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Feb 11 16:20:48 localhost diskarbitrationd56: disk0s3 hfs 334016DB-E0CA-3E86-8A4D-47576141AB26 Macintosh HD desktop /
    Feb 11 16:20:49 localhost DirectoryService65: Launched version 2.1 (v353.6)
    Feb 11 16:20:50 localhost kernel[0]: UniNEnet: Ethernet address 00:11:24:38:22:90
    Feb 11 16:20:52 localhost mDNSResponder: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 01808800 lo0/4 to 224.0.0.251:5353 skt 9 error -1 errno 65 (No route to host) 306010061
    Feb 11 16:20:52 localhost mDNSResponder: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 01808800 lo0/4 to 224.0.0.251:5353 skt 9 error -1 errno 65 (No route to host) 306010061
    Feb 11 16:20:53 localhost mDNSResponder: mDNSPlatformSendUDP sendto failed to send packet on InterfaceID 01808800 lo0/4 to 224.0.0.251:5353 skt 9 error -1 errno 65 (No route to host) 306010311
    Feb 11 16:20:53 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 1000 Mbps - Full Duplex
    Feb 11 16:20:53 localhost configd54: AppleTalk startup
    Feb 11 16:20:53 sherrydesktop configd54: setting hostname to "sherrydesktop.local"
    Feb 11 16:20:55 sherrydesktop kernel[0]: ATY,ChockStone_A: vram a0000000:10000000
    Feb 11 16:20:55 sherrydesktop configd54: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Feb 11 16:20:55 sherrydesktop kernel[0]: ATY,ChockStone_B: vram a0000000:10000000
    Feb 11 16:20:55 sherrydesktop configd54: posting notification com.apple.system.config.network_change
    Feb 11 16:20:55 sherrydesktop lookupd75: lookupd (version 369.5) starting - Mon Feb 11 16:20:55 2008
    Feb 11 16:20:58 sherrydesktop mDNSResponder: Adding browse domain local.
    Feb 11 16:20:59 sherrydesktop /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Feb 11 16:21:00 sherrydesktop configd54: AppleTalk startup complete
    Feb 11 16:21:00 sherrydesktop configd54: target=enable-network: disabled
    Feb 11 16:21:04 sherrydesktop loginwindow113: Login Window Started Security Agent
    Feb 11 16:21:17 sherrydesktop /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Support/ATSServer: (-3230) Cannot use ATS Persistent Store - switching to old FODB cache code

    thank you thank you for taking an interest. this is so frustrating.
    i only have apple keyboard, mighty mouse, and 20 inch cinema display connected. this morning took out memory and tried to boot up with individual pairs in the first bank. first the (2)256, the (2) 1g, and then the other (2) 1g modules. everytime I get the weird fuzzy wheel under the logo after a while, black screen flashes, then grey apple logo fuzzy screen then black forever.
    I ran tiger updates this morn. still will only boot to safe mode. then tried to run leopard disk to install it
    will not boot from leopard disk.
    tried safe boot, then doulble click install leopard, restart, then the saga repeats with the pixely red square around the wheel.
    these are fresh drives with only what came on instll disk loaded.
    thanks again for taking an interest.
    i love this system(well at least i did). I want to install leopard on my powerbook too but am terrified to do so right now since it is working and I have work to do. Can't afford to have no computer to do my work on...self employment is great?!
    This is making me crazy. I anxiously await your words of wisdom.

  • Boot Failed on Time-of-Date chip

    Dear Sir/Madam
    When I suspend my Sun Enterprise 2 (UltraSparc II 296MHz CPU) a few weeks. I can't boot it on now, when system after starting real time clock and display OS version information, system halt at:
    WARNING: Time-of-Date chip had incorrect date; check and reset
    System hangup here and don't access any intrerupt such "Stop A" and etc. I have to press power switch from power supply board turn off it and restart it, it halt at same point.
    Cidy

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the word "Starting" (without the quotes) in the String Matching text field. You should now see log messages with the words "Starting * backup," where * represents any of the words "automatic," "manual," or "standard." Note the timestamp of the last such message that corresponds to an abnormal backup. Now
    CLEAR THE WORD "Starting" FROM THE TEXT FIELD
    so that all messages are showing, and scroll back in the log to the time you noted. Select the messages timestamped from then until the end of the backup, or the end of the log if that's not clear. Copy them to the Clipboard by pressing the key combination command-C. Paste (command-V) into a reply to this message.
    If all you see are messages that contain the word "Starting," you didn't clear the text field.
    If there are runs of repeated messages, post only one example of each. Don't post many repetitions of the same message.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Some personal information, such as the names of your files, may be included — anonymize before posting.

  • *SOLVED* Boot from ubs-memorystick

    Hi out there, hope someone can help me with this problem. I have made a regular dos-boot-disc on a usb memorystick, have tried 2 different, sandisc and a noname.
    I have a pt880 motherboard and when i press F11 during bootup i've got the bootmenu and the stick is shown there. I choose it, but after all bios checks it says something like "search for boot records on usb bla bla bla". And there it hangs, the whole computer hangup. :(
    Anyone got an idea what i have missed? I mean if the bootdisc is wrong done (but its not) it should say it cant find any boot record of boot files.
     ???

    you might find this useful - it is good
    https://forum-en.msi.com/index.php?topic=57971.0
    what happened to Danny? he solved my first problem.

Maybe you are looking for

  • Urgent please- need help to retreive all values within a range

    Hi, I need to retreive all the values(ID) within a range no matter if it is available in the database or not. I just need this in a sql query not a stored proc. for ex: select id, name, age from employee where id between (1 and 10) It returns id name

  • Can I customise the HTML code in an eCommerce online purchase web form?

    The Adora template lets me customise the html code but then after saving the form it reverts back to the default. Can anybody tell me if I can customise this form or find where the form placeholder/HTML is located so that I can try and insert the htm

  • Exported DDL don't run in SQL Plus

    Greetings, I'm using SQL Developer to export the DDL from my DB to a script .sql. When I try to run it into SQL Plus I get errors because of the <cr> caracters from the INSERT INTO statements generated. Example: Insert into CNAE_110_CLASSE (CODIGO_SE

  • Premiere Pro export problems

    I have been having problems exporting from Premiere Pro with my MacBook Pro with OSX 10.9. My exports have dropped frames, sometimes black, sometimes green, sometimes striped or mosaic patterns... I tried updating, I tried de-installing and re-instal

  • Mail locks up when trying to make attachment

    I'm having a problem with Mail . . Whenever I click the Attachment button to make an attachment, the application locks up . . Any clue?? This has never happened before, and I've had this computer for nearly 3 years now . .