The macosxhints Forums

The macosxhints Forums (http://hintsforums.macworld.com/index.php)
-   Hardware and Peripherals (http://hintsforums.macworld.com/forumdisplay.php?f=21)
-   -   MacPro takes forever to boot (http://hintsforums.macworld.com/showthread.php?t=101416)

stevegalante 05-08-2009 07:11 PM

MacPro takes forever to boot
 
It takes 6-7 minutes to boot. MacPro 8core 3.0GHz, 8G RAM, Leopard last updates, 3x additional internal 1Tb drives (Seagate Barracuda), one external FW 1.6Tb drive (OWC). All usual and unusual procedures attempted (permissions repaired from install DVD, internal additional disks disconnected, external FW dirve disconnected, Ethernet disconnected, Spotlight is not indexing anything, PRAM reset, cleaned with Applejack in Single User mode, removed all disks except for system drive, run Apple Hardware Test), finally I've isolated the problem. I simply attached one monitor only directly to the Mac via a short DVI cable and a short VGA cable and it boots up in both cases in 30 seconds. I normally have 2 monitors connected via two long (15 meters each) VGA cables, since my Mac is in another room and I operate it from a recording studio control room. I can exclude some cables' malfunction (weird because I have two of them) or the cable length. With the same setup, same monitors, my G5 booted pretty fast. I know I should try to have a better extension system, but does any of you have any other ideas ? What is my Mac trying to do in those 6 minutes ? Thank you !!!

hayne 05-08-2009 08:29 PM

Use the "Console" application (under /Applications/Utilities) to look at the messages that are output during booting. Note that they are time-stamped, so you should be able to figure out what is taking a long time.

stevegalante 05-14-2009 06:08 PM

Yes I checked both system.log and console.log files; it seems there are two points where the boot hangs:
the first one (approx 1 minute) is (from system.log file) between these two lines:

May 14 16:18:39 galante-music kextd[10]: writing kernel link data to /var/run/mach.sym

May 14 16:19:33 galante-music com.apple.SystemStarter[28]: PACESupport - launchd already started us


the second one (approx 4 minutes) is (always from system.log file) between these lines:

May 14 16:19:33 galante-music com.apple.SystemStarter[28]: kextload: extension /System/Library/Extensions/DigiIO.kext appears to be loadable
May 14 16:19:33 galante-music com.apple.SystemStarter[28]: kextload: loading extension /System/Library/Extensions/DigiIO.kext
May 14 16:19:33 galante-music com.apple.SystemStarter[28]: kextload: extension /System/Library/Extensions/DigiIO.kext is already loaded
May 14 16:19:33 galante-music com.apple.SystemStarter[28]: kextload: extension /System/Library/Extensions/DigiDal.kext appears to be loadable
May 14 16:19:33 galante-music com.apple.SystemStarter[28]: kextload: loading extension /System/Library/Extensions/DigiDal.kext
May 14 16:19:33 galante-music com.apple.SystemStarter[28]: kextload: extension /System/Library/Extensions/DigiDal.kext is already loaded


and this one :

May 14 16:23:58 galante-music loginwindow[34]: Login Window Started Security Agent

The console.log files reports the same things like this:

1st hang:

14/05/09 5:46:26 PM com.paceap.pacesupport[51] kextload: extension /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns/PACESupportLeopard.kext is already loaded

14/05/09 5:47:48 PM com.apple.SystemStarter[28] PACESupport - launchd already started us


2nd hang:

14/05/09 5:47:48 PM com.apple.SystemStarter[28] kextload: extension /System/Library/Extensions/DigiIO.kext appears to be loadable
14/05/09 5:47:48 PM com.apple.SystemStarter[28] kextload: loading extension /System/Library/Extensions/DigiIO.kext
14/05/09 5:47:48 PM com.apple.SystemStarter[28] kextload: extension /System/Library/Extensions/DigiIO.kext is already loaded
14/05/09 5:47:48 PM com.apple.SystemStarter[28] kextload: extension /System/Library/Extensions/DigiDal.kext appears to be loadable
14/05/09 5:47:48 PM com.apple.SystemStarter[28] kextload: loading extension /System/Library/Extensions/DigiDal.kext
14/05/09 5:47:48 PM com.apple.SystemStarter[28] kextload: extension /System/Library/Extensions/DigiDal.kext is already loaded


14/05/09 5:52:03 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[106]) Exited: Terminated

Does this tell you anything ? I've searched for duplicates of DigiDal.kext and DigiIO.kext files (they are Digidesign ProTools extensions) with no luck. Same thing with PACESupport.
What I've also tried (unsuccesfully), besides all the "normal" troubleshooting procedures:

- disable Apple Dashboard Advisor;
- verify and repair KeyChain (with KeyChain First Aid from KeyChain Access);
- remove everything from Login Items;
- delete all caches (even system) with Onyx;
- created another user account;
- reinstall the Combo 10.5.6 Update
- uninstall and reinstall PACE software

Thank you in advance for your help !

hayne 05-14-2009 06:53 PM

Verify that this is the problem by completely uninstalling (removing) those system extensions and startup-items and restarting.
Once you've confirmed that those extensions are the problem, make sure that you have the latest version and consider contacting the vendor for support.

stevegalante 05-14-2009 06:58 PM

Quote:

Originally Posted by hayne (Post 533114)
Verify that this is the problem by completely uninstalling (removing) those system extensions and startup-items and restarting.
Once you've confirmed that those extensions are the problem, make sure that you have the latest version and consider contacting the vendor for support.

Unfortunately I'm absolutely sure I have the latest versions, but I'll try to uninstall them anyways. One thing I wanted to know, when there's such a delay where's exactly that the OS is "wasting" time ? To complete the task of the first line (before the delay) or the the task of the second line (after the delay) ? Thank you

hayne 05-14-2009 07:06 PM

Quote:

Originally Posted by stevegalante (Post 533115)
One thing I wanted to know, when there's such a delay where's exactly that the OS is "wasting" time ? To complete the task of the first line (before the delay) or the the task of the second line (after the delay) ?

You don't really know. It depends on how the messages were output.
But usually messages are sent after some operation has completed.

stevegalante 05-14-2009 07:29 PM

Quote:

Originally Posted by hayne (Post 533119)
You don't really know. It depends on how the messages were output.
But usually messages are sent after some operation has completed.

Well, if this is the case then my Mac is mainly wasting time doing this :

galante-music loginwindow[34]: Login Window Started Security Agent

which usually means what ? What extensions and/or applications should I remove or uninstall ?
By the way, I tried to uninstall PACE software, re-clean ALL caches with Onyx, then restarting and reinstalling the PACE software (which is absolutely last version and absolutely necessary for my uses). Now the system.log files indicates a waste of time between these two "new" lines:

May 14 19:14:31 galante-music kernel[0]: AirPort: Link Up on en2
May 14 19:14:38 galante-music kextd[10]: writing kernel link data to /var/run/mach.sym


May 14 19:19:49 galante-music ntpd[25]: time reset +0.693254 s
May 14 19:19:57 galante-music loginwindow[33]: Login Window Started Security Agent


As you can see more than 5'30"... :eek:

stevegalante 05-15-2009 12:59 PM

Other things I tried (always unsuccessfully):
- update to Mac Os 10.5.7 Combo
- disabled AirPort on startup
- followed this article: Startup hangs with “Login Window Application Started” | OSX Journal - Hackintosh Tips, Tricks, and Discoveries on an OSX86
Strangely while doing this it said to me there was no "Extensions.kextcache" file...and when I rebooted I couldn't find it anywhere. In fact, booting time is getting worse, probably it does not rebuild that cache for some reason... :(
- followed this article:
Fix for securityd hogging RAM when reauthorizing apps' Keychain access | 43 Folders
Nothing seems to work... :mad:

hayne 05-15-2009 02:51 PM

Have you in fact verified that the problem goes away if you don't install the 3rd-party system extensions?
It would seem a bit odd that there would be a delay in "writing kernel link data to /var/run/mach.sym" or in starting the Security Agent" that was caused by the 3rd-party extensions.

stevegalante 05-15-2009 03:08 PM

Quote:

Originally Posted by hayne (Post 533234)
Have you in fact verified that the problem goes away if you don't install the 3rd-party system extensions?
It would seem a bit odd that there would be a delay in "writing kernel link data to /var/run/mach.sym" or in starting the Security Agent" that was caused by the 3rd-party extensions.

Is there a quick way to start without loading these extensions or should I have to uninstall some softwares ?

hayne 05-15-2009 04:02 PM

I think you could just move the relevant files out of the /System/Library/Extensions folder (e.g. using the 'mv' command in Terminal) and then restart.

stevegalante 05-15-2009 07:18 PM

Quote:

Originally Posted by hayne (Post 533244)
I think you could just move the relevant files out of the /System/Library/Extensions folder (e.g. using the 'mv' command in Terminal) and then restart.

It didn't change anything, so I decided to completely uninstall ProTools and PACE software and restart. No changes in terms of booting time. In the system.log the delay is between these lines:

May 15 18:54:47 galante-music kextd[10]: writing kernel link data to /var/run/mach.sym

May 15 19:00:03 galante-music loginwindow[52]: Login Window Started Security Agent


So I think I could exclude ProTools and PACE Software. I reinstalled ProTools and PACE and now the hanging is here:

15/05/09 7:07:36 PM com.apple.SystemStarter[50] kextload: extension /System/Library/Extensions/DigiDal.kext is already loaded

15/05/09 7:13:04 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[201]) Exited: Terminated


I'm considering giving up... :confused:

hayne 05-15-2009 10:49 PM

Since you have seemingly ruled out those 3rd-party extensions as the cause of slow boots, it is time to look for other possible causes.

The first thing I would look at is your hard disk.
Does its "SMART" status show as verified in Disk Utility (at the bottom)?
Have you tried doing a "Verify Disk" (not "Verify Disk Permissions") in Disk Utility?

stevegalante 05-16-2009 10:20 AM

Quote:

Originally Posted by hayne (Post 533304)
The first thing I would look at is your hard disk.
Does its "SMART" status show as verified in Disk Utility (at the bottom)?
Have you tried doing a "Verify Disk" (not "Verify Disk Permissions") in Disk Utility?

Yes, the SMART is verified, I also verified it with Onyx. I took out the other three hard disks from the case, nothing changes. I verified all disks, even with fcsk command, Techtool, DiskWarrior. I also used another cleaning utility called "Macaroni", no luck... At this point I am tempted to think that I should go back to the start of this post, at the monitors/extension cables issue. This morning I disconnected one of the two monitors and boot. The booting time "dropped" to 4 minutes and the system.log did not report any dramatic delays between lines...

stevegalante 05-16-2009 05:20 PM

Little update: I used TechTool Pro 4 to run ALL its routines on the startup drive (and all the others), using its "virtual" startup drive ("eDrive"), very minor errors found (all corrected). Even starting from the virtual drive with only 1 extended monitor results in a pretty "usual" 5 minutes startup time. Restarting the system after all the repairing and optimizations (no defrag of course) does not change things.
Then I re-ran the test of booting with only one monitor connected directly (via DVI cables) with no extensions, booting time is an incredible (at least for me...) 1'15"... Aaaaarghhhhhh :eek:

hayne 05-16-2009 06:35 PM

So it seems that the slow boot up is related to the unusual length of your video cables - or maybe one of the cables is faulty?

If everything else is working fine in this somewhat unusual configuration, maybe just be happy it works and don't worry about the slow bootup.

Spongy 05-18-2009 08:16 AM

A little more about these cables - You said at the beginning of the thread that you were running 2 monitors from your Mac Pro (which in a machine room) to your control room and each cable is 15 metres?

The maximum length allowed for DVI is 15 metres and I think it is about 5 metres for VGA - beyond this I am told that the machine tries to push the signal through with more power and this effects performance and is unstable. I have had this problem with a 5/6 metre VGA cable and a PowerMac G5 (in this the machine just would boot) - I have tried to find and cite a reference for this, but I was told this by a lighting expert selling signal boosters at a trade show last year.

Have you tried booting with your 1 15m DVI cable? Are you using a monitor with USB/FireWire ports on it like the Apple cinema displays? Have you tried booting without your iLok key in the machine?

Lastly, have you tried posting a thread over at Gearslutz about this? they specialise in PT set ups and may have a few other ideas...

HTH

stevegalante 05-18-2009 12:07 PM

Quote:

Originally Posted by Spongy (Post 533637)
A little more about these cables - You said at the beginning of the thread that you were running 2 monitors from your Mac Pro (which in a machine room) to your control room and each cable is 15 metres?

Yes, but they are not DVI cables, they are VGA. I have had this set up and running perfectly with my G5 for a couple years.

Quote:

Originally Posted by Spongy (Post 533637)
Have you tried booting with your 1 15m DVI cable?

As I said they are VGA cables. I have tried to boot eith one of them instead of two and the startup time reduces to 4 minutes

Quote:

Originally Posted by Spongy (Post 533637)
Are you using a monitor with USB/FireWire ports on it like the Apple cinema displays? Have you tried booting without your iLok key in the machine?

I am using two USB extenders (with boosters) for the two remote keys/mouses, also i have one external FW drive, but this is obviously near the Mac, so very short cable. I'll try with short VGA cables and with no ilok key.

Quote:

Originally Posted by Spongy (Post 533637)
Lastly, have you tried posting a thread over at Gearslutz about this? they specialise in PT set ups and may have a few other ideas...
HTH

Yes, on other Mac forums, on GS and the DUC too... no winning solutions so far... but thank you for your help!

stevegalante 05-18-2009 12:42 PM

Quote:

Originally Posted by Spongy (Post 533637)
Have you tried booting with your 1 15m DVI cable? Are you using a monitor with USB/FireWire ports on it like the Apple cinema displays? Have you tried booting without your iLok key in the machine?
HTH

I also tried to "touch" the /System/Library/Extensions to rebuild the cache, cache rebuilt, no difference.
I re-booted with no Firewire, no Ethernet, no Iloks (I have two), only 1 video (VGA) extender, only one key/mouse set directly connected to the Mac (no extenders), no difference.
When I say "reboot" I always shut down the Mac completely, wait like 10 sec and reboot from the Mac switch, just to make sure...
Then I reconnected everything, Firewire, Ethernet, the two mouse/keys extenders, the Iloks, but this time I connected only one monitor with a short VGA cable. Booting time, less than 1 minute...
At this point I added the second monitor, connected via the 15 meters VGA extender and rebooted. Booting time, 4 minutes...
So at this point I think I excluded everything, including the type of connection (it seems not influential if it's VGA or DVI), and for some reason the culprit is just the cable length... right ???

trevor 05-18-2009 04:27 PM

Quote:

Originally Posted by stevegalante (Post 533689)
I re-booted with no Firewire, no Ethernet, no Iloks (I have two), only 1 video (VGA) extender, only one key/mouse set directly connected to the Mac (no extenders), no difference.

Can we see your logs from this time?

Quote:

Originally Posted by stevegalante
Then I reconnected everything, Firewire, Ethernet, the two mouse/keys extenders, the Iloks, but this time I connected only one monitor with a short VGA cable. Booting time, less than 1 minute...

Can we compare them to the logs from THIS time?

Trevor

stevegalante 05-18-2009 06:51 PM

Quote:

Originally Posted by trevor (Post 533722)
Can we see your logs from this time?
Can we compare them to the logs from THIS time?
Trevor

Sure, but sorry for the length of this post... I have to divide it in 2-3 parts...
Other maybe useful details: my monitors are a Samsung SyncMaster 275t 27" (LCD) and one Samsung SyncMaster 245BW 24" (LCD); I use both with a resolution of 1920*1200. When I connect just one monitor (the 24") with a short VGA cable it goes by default to a lower resolution. But anyways...

Case 1 :
no Firewire, no Iloks, no Ethernet, 1 VGA monitor with 15mt extension, 1 mouse/key with extenders/boosters

console.log:

18/05/09 6:16:40 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist.disabled
18/05/09 6:16:40 PM com.apple.launchd[1] (net.decimus.synk.synkd) Unknown key: ServiceDescription
18/05/09 6:16:40 PM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
18/05/09 6:16:40 PM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
18/05/09 6:16:40 PM com.apple.launchd[1] (org.x.privileged_startx) Unknown key for boolean: EnableTransactions
18/05/09 6:16:41 PM com.apple.launchd[1] (com.apple.ftpd) Unknown key: SHAuthorizationRight
18/05/09 6:16:41 PM com.apple.launchd[1] (com.openssh.sshd) Unknown key: SHAuthorizationRight
18/05/09 6:16:46 PM com.paceap.pacesupport[48] kextload: extension /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns/PACESupportLeopard.kext is already loaded
18/05/09 6:16:58 PM com.apple.SystemStarter[26] PACESupport - launchd already started us
18/05/09 6:16:58 PM com.apple.SystemStarter[26] kextload: extension /System/Library/Extensions/DigiIO.kext appears to be loadable
18/05/09 6:16:58 PM com.apple.SystemStarter[26] kextload: loading extension /System/Library/Extensions/DigiIO.kext
18/05/09 6:16:58 PM com.apple.SystemStarter[26] kextload: extension /System/Library/Extensions/DigiIO.kext is already loaded
18/05/09 6:16:58 PM com.apple.SystemStarter[26] kextload: extension /System/Library/Extensions/DigiDal.kext appears to be loadable
18/05/09 6:16:58 PM com.apple.SystemStarter[26] kextload: loading extension /System/Library/Extensions/DigiDal.kext
18/05/09 6:16:58 PM com.apple.SystemStarter[26] kextload: extension /System/Library/Extensions/DigiDal.kext is already loaded
18/05/09 6:19:33 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[111]) Exited: Terminated
18/05/09 6:19:33 PM com.apple.launchd[1] (com.apple.ScreenSharing.server[110]) Exited: Terminated
18/05/09 6:19:33 PM com.apple.launchd[118] (com.apple.AirPortBaseStationAgent) Unknown key for boolean: EnableTransactions
18/05/09 6:19:33 PM com.apple.launchd[118] (org.x.startx) Unknown key for boolean: EnableTransactions
18/05/09 6:19:44 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:44 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:44 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:44 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:44 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:44 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:44 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:45 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:46 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:54 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:54 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:54 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:54 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:54 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:54 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:19:54 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:20:40 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:20:40 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.

stevegalante 05-18-2009 06:52 PM

Case 1 :
no Firewire, no Iloks, no Ethernet, 1 VGA monitor with 15mt extension, 1 mouse/key with extenders/boosters

System.log:

May 18 18:16:40 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist.disabled
May 18 18:16:40 localhost com.apple.launchd[1] (net.decimus.synk.synkd): Unknown key: ServiceDescription
May 18 18:16:40 localhost com.apple.launchd[1] (org.cups.cupsd): Unknown key: SHAuthorizationRight
May 18 18:16:40 localhost com.apple.launchd[1] (org.ntp.ntpd): Unknown key: SHAuthorizationRight
May 18 18:16:40 localhost com.apple.launchd[1] (org.x.privileged_startx): Unknown key for boolean: EnableTransactions
May 18 18:16:41 localhost kernel[0]: npvhash=4095
May 18 18:16:40 localhost DirectoryService[11]: Launched version 5.7 (v514.25)
May 18 18:16:41 localhost kernel[0]: hi mem tramps at 0xffe00000
May 18 18:16:41 localhost kernel[0]: PAE enabled
May 18 18:16:41 localhost kernel[0]: 64 bit mode enabled
May 18 18:16:41 localhost kernel[0]: Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386
May 18 18:16:41 localhost kernel[0]: standard timeslicing quantum is 10000 us
May 18 18:16:41 localhost kernel[0]: vm_page_bootstrap: 2007455 free pages and 89697 wired pages
May 18 18:16:41 localhost kernel[0]: mig_table_max_displ = 79
May 18 18:16:41 localhost kernel[0]: 102 prelinked modules
May 18 18:16:41 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
May 18 18:16:41 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
May 18 18:16:41 localhost kernel[0]: AppleACPICPU: ProcessorApicId=2 LocalApicId=2 Enabled
May 18 18:16:41 localhost kernel[0]: AppleACPICPU: ProcessorApicId=3 LocalApicId=3 Enabled
May 18 18:16:41 localhost kernel[0]: AppleACPICPU: ProcessorApicId=4 LocalApicId=5 Enabled
May 18 18:16:41 localhost kernel[0]: AppleACPICPU: ProcessorApicId=5 LocalApicId=6 Enabled
May 18 18:16:41 localhost kernel[0]: AppleACPICPU: ProcessorApicId=6 LocalApicId=7 Enabled
May 18 18:16:41 localhost kernel[0]: AppleACPICPU: ProcessorApicId=7 LocalApicId=4 Enabled
May 18 18:16:41 localhost kernel[0]: Loading security extension com.apple.security.TMSafetyNet
May 18 18:16:41 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
May 18 18:16:41 localhost mDNSResponder mDNSResponder-176.3 (Jan 27 2009 14:51:58)[16]: starting
May 18 18:16:41 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
May 18 18:16:41 localhost kernel[0]: Loading security extension com.apple.nke.applicationfirewall
May 18 18:16:41 localhost kernel[0]: Loading security extension com.apple.security.seatbelt
May 18 18:16:41 localhost kernel[0]: calling mpo_policy_init for mb
May 18 18:16:41 localhost kernel[0]: Seatbelt MACF policy initialized
May 18 18:16:41 localhost kernel[0]: Security policy loaded: Seatbelt Policy (mb)
May 18 18:16:41 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
May 18 18:16:41 localhost kernel[0]: The Regents of the University of California. All rights reserved.
May 18 18:16:41 localhost kernel[0]: MAC Framework successfully initialized
May 18 18:16:41 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers
May 18 18:16:41 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
May 18 18:16:41 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
May 18 18:16:41 localhost kernel[0]: mbinit: done
May 18 18:16:41 localhost kernel[0]: Security auditing service present
May 18 18:16:41 localhost kernel[0]: BSM auditing present
May 18 18:16:41 localhost kernel[0]: rooting via boot-uuid from /chosen: F65537D6-AE3E-35A3-BCFE-1DC406724379
May 18 18:16:41 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>
May 18 18:16:41 localhost kernel[0]: BTCOEXIST on
May 18 18:16:41 localhost kernel[0]: wl0: Broadcom BCM4328 802.11 Wireless Controller
May 18 18:16:41 localhost kernel[0]: 5.10.38.35
May 18 18:16:41 localhost kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID 002241fffeecb6f4; max speed s800.
May 18 18:16:41 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AAKS-41YGA1 Media/IOGUIDPartitionScheme/Customer@2
May 18 18:16:41 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
May 18 18:16:41 localhost kernel[0]: [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
May 18 18:16:41 localhost kernel[0]: [Bluetooth::CSRHIDTransition] transition complete.
May 18 18:16:41 localhost kernel[0]: [HCIController][configurePM] power parent ready after 1 tries
May 18 18:16:41 localhost kernel[0]: Jettisoning kernel linker.
May 18 18:16:41 localhost kernel[0]: Resetting IOCatalogue.
May 18 18:16:41 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:1f:5b:3d:85:f4
May 18 18:16:41 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:1f:5b:3d:85:f5
May 18 18:16:41 localhost kernel[0]: AirPort_Brcm43xx: Ethernet address 00:1d:4f:ff:6e:1c
May 18 18:16:41 localhost kernel[0]: Matching service count = 0
May 18 18:16:41: --- last message repeated 5 times ---
May 18 18:16:41 localhost kernel[0]: Matching service count = 1
May 18 18:16:41 localhost com.apple.launchd[1] (com.apple.ftpd): Unknown key: SHAuthorizationRight
May 18 18:16:41 localhost com.apple.launchd[1] (com.openssh.sshd): Unknown key: SHAuthorizationRight
May 18 18:16:41 localhost kextd[10]: 428 cached, 0 uncached personalities to catalog
May 18 18:16:42 localhost kernel[0]: Previous Shutdown Cause: 5
May 18 18:16:42 localhost kernel[0]: AppleTyMCEDriver::probe(MacPro3,1)
May 18 18:16:42 localhost kernel[0]: AppleTyMCEDriver::probe fails
May 18 18:16:42 localhost kernel[0]: ** Device in slot: SLOT-1 **
May 18 18:16:42 localhost kernel[0]: AppleIntelCPUPowerManagement: initialization complete
May 18 18:16:46 localhost bootlog[44]: BOOT_TIME: 1242684997 0
May 18 18:16:46 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[32]: Login Window Application Started -- Threaded auth
May 18 18:16:46 localhost rpc.statd[28]: statd.notify - no notifications needed
May 18 18:16:46 localhost fseventsd[37]: bumping event counter to: 0x27d1af1 (current 0x0) from log file '00000000027cc671'
May 18 18:16:46 localhost com.paceap.pacesupport[48]: kextload: extension /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns/PACESupportLeopard.kext is already loaded
May 18 18:16:46 localhost blued[45]: Apple Bluetooth daemon started.
May 18 18:16:47 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:16:47: --- last message repeated 11 times ---
May 18 18:16:47 localhost synkd[49]: SchedulerRunner is running
May 18 18:16:47 localhost synkd[49]: Couldn't get mount path for bsd name disk0 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:16:47 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:16:47 localhost /usr/sbin/ocspd[76]: starting
May 18 18:16:47 localhost synkd[49]: synkd monitor server running
May 18 18:16:47 localhost synkd[49]: synkd status server running
May 18 18:16:47 localhost synkd[49]: Couldn't get mount path for bsd name disk0s1 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:16:47 localhost synkd[49]: Couldn't get mount path for bsd name disk2 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:16:47 localhost synkd[49]: Couldn't get mount path for bsd name disk2s1 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:16:47 localhost synkd[49]: Couldn't get mount path for bsd name disk1 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:16:47 localhost synkd[49]: Couldn't get mount path for bsd name disk1s1 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:16:48 localhost synkd[49]: Couldn't get mount path for bsd name disk3 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:16:48 localhost synkd[49]: Couldn't get mount path for bsd name disk3s1 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:16:48 localhost kernel[0]: ctl_enqueuedata: m_allocpacket_internal(2092) failed
May 18 18:16:48 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:16:48 localhost MacaroniTool[50]: Starting Macaroni daemon
May 18 18:16:49 localhost kernel[0]: Ethernet [Intel8254X]: Link down on en0 called by enableHardware() --
May 18 18:16:52 localhost synkd[49]: SchedulerRunner is running
May 18 18:16:53 localhost kernel[0]: Ethernet [Intel8254X]: Link down on en1 called by enableHardware() --
May 18 18:16:53 localhost kernel[0]: AirPort: Link Down on en2
May 18 18:16:53 galante-music configd[14]: setting hostname to "galante-music.local"
May 18 18:16:54 galante-music kernel[0]: Auth result for: 00:14:bf:f7:61:c8 MAC AUTH succeeded
May 18 18:16:54 galante-music kernel[0]: AirPort: Link Up on en2
May 18 18:16:56 galante-music kextd[10]: writing kernel link data to /var/run/mach.sym
May 18 18:16:58 galante-music com.apple.SystemStarter[26]: PACESupport - launchd already started us
May 18 18:16:58 galante-music com.apple.SystemStarter[26]: kextload: extension /System/Library/Extensions/DigiIO.kext appears to be loadable
May 18 18:16:58 galante-music com.apple.SystemStarter[26]: kextload: loading extension /System/Library/Extensions/DigiIO.kext
May 18 18:16:58 galante-music com.apple.SystemStarter[26]: kextload: extension /System/Library/Extensions/DigiIO.kext is already loaded
May 18 18:16:58 galante-music com.apple.SystemStarter[26]: kextload: extension /System/Library/Extensions/DigiDal.kext appears to be loadable
May 18 18:16:58 galante-music com.apple.SystemStarter[26]: kextload: loading extension /System/Library/Extensions/DigiDal.kext
May 18 18:16:58 galante-music com.apple.SystemStarter[26]: kextload: extension /System/Library/Extensions/DigiDal.kext is already loaded
May 18 18:19:32 galante-music loginwindow[32]: Login Window Started Security Agent
May 18 18:19:33 galante-music authorizationhost[116]: MechanismInvoke 0x126ca0 retainCount 2
May 18 18:19:33 galante-music SecurityAgent[117]: MechanismInvoke 0x1015f0 retainCount 1
May 18 18:19:33 galante-music loginwindow[32]: Login Window - Returned from Security Agent
May 18 18:19:33 galante-music SecurityAgent[117]: MechanismDestroy 0x1015f0 retainCount 1
May 18 18:19:33 galante-music authorizationhost[116]: MechanismDestroy 0x126ca0 retainCount 2
May 18 18:19:33 galante-music loginwindow[32]: USER_PROCESS: 32 console
May 18 18:19:33 galante-music com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[111]): Exited: Terminated
May 18 18:19:33 galante-music com.apple.launchd[1] (com.apple.ScreenSharing.server[110]): Exited: Terminated
May 18 18:19:33 galante-music com.apple.launchd[118] (com.apple.AirPortBaseStationAgent): Unknown key for boolean: EnableTransactions
May 18 18:19:33 galante-music com.apple.launchd[118] (org.x.startx): Unknown key for boolean: EnableTransactions
May 18 18:19:38 galante-music /System/Library/CoreServices/coreservicesd[56]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(STEFANO GALANTE's Public Folder) returned -14135
May 18 18:19:43 galante-music /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[132]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
May 18 18:19:43 galante-music /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[132]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
May 18 18:19:44 galante-music ProTools Pref and Database Helper[140]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
May 18 18:19:55: --- last message repeated 15 times ---
May 18 18:19:55 galante-music /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[133]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
May 18 18:19:55 galante-music /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[133]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
May 18 18:20:40 galante-music ProTools Pref and Database Helper[140]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
May 18 18:21:10: --- last message repeated 1 time --

stevegalante 05-18-2009 06:53 PM

Case 2 :
no Firewire, no Iloks, no Ethernet, 1 VGA monitor with 1mt cable, 1 mouse/key with extenders/boosters

console.log:

18/05/09 6:25:54 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist.disabled
18/05/09 6:25:54 PM com.apple.launchd[1] (net.decimus.synk.synkd) Unknown key: ServiceDescription
18/05/09 6:25:54 PM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
18/05/09 6:25:54 PM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
18/05/09 6:25:54 PM com.apple.launchd[1] (org.x.privileged_startx) Unknown key for boolean: EnableTransactions
18/05/09 6:25:55 PM com.apple.launchd[1] (com.apple.ftpd) Unknown key: SHAuthorizationRight
18/05/09 6:25:55 PM com.apple.launchd[1] (com.openssh.sshd) Unknown key: SHAuthorizationRight
18/05/09 6:26:00 PM com.paceap.pacesupport[49] kextload: extension /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns/PACESupportLeopard.kext is already loaded
18/05/09 6:26:07 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[99]) Exited: Terminated
18/05/09 6:26:07 PM com.apple.launchd[1] (com.apple.ScreenSharing.server[98]) Exited: Terminated
18/05/09 6:26:07 PM com.apple.launchd[90] (com.apple.AirPortBaseStationAgent) Unknown key for boolean: EnableTransactions
18/05/09 6:26:07 PM com.apple.launchd[90] (org.x.startx) Unknown key for boolean: EnableTransactions
18/05/09 6:26:09 PM com.apple.SystemStarter[26] PACESupport - launchd already started us
18/05/09 6:26:09 PM com.apple.SystemStarter[26] kextload: extension /System/Library/Extensions/DigiIO.kext appears to be loadable
18/05/09 6:26:09 PM com.apple.SystemStarter[26] kextload: loading extension /System/Library/Extensions/DigiIO.kext
18/05/09 6:26:09 PM com.apple.SystemStarter[26] kextload: extension /System/Library/Extensions/DigiIO.kext is already loaded
18/05/09 6:26:09 PM com.apple.SystemStarter[26] kextload: extension /System/Library/Extensions/DigiDal.kext appears to be loadable
18/05/09 6:26:09 PM com.apple.SystemStarter[26] kextload: loading extension /System/Library/Extensions/DigiDal.kext
18/05/09 6:26:09 PM com.apple.SystemStarter[26] kextload: extension /System/Library/Extensions/DigiDal.kext is already loaded
18/05/09 6:26:19 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:19 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:19 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:19 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:19 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:19 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:19 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:21 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:21 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:30 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:30 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:30 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:30 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:30 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:30 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:26:30 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:27:11 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:27:11 PM ProTools Pref and Database Helper[134] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.

stevegalante 05-18-2009 06:54 PM

Case 2 :
no Firewire, no Iloks, no Ethernet, 1 VGA monitor with 1mt cable, 1 mouse/key with extenders/boosters

system.log:

May 18 18:25:54 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist.disabled
May 18 18:25:54 localhost com.apple.launchd[1] (net.decimus.synk.synkd): Unknown key: ServiceDescription
May 18 18:25:54 localhost com.apple.launchd[1] (org.cups.cupsd): Unknown key: SHAuthorizationRight
May 18 18:25:54 localhost com.apple.launchd[1] (org.ntp.ntpd): Unknown key: SHAuthorizationRight
May 18 18:25:54 localhost com.apple.launchd[1] (org.x.privileged_startx): Unknown key for boolean: EnableTransactions
May 18 18:25:54 localhost kernel[0]: npvhash=4095
May 18 18:25:54 localhost DirectoryService[11]: Launched version 5.7 (v514.25)
May 18 18:25:54 localhost kernel[0]: hi mem tramps at 0xffe00000
May 18 18:25:54 localhost kernel[0]: PAE enabled
May 18 18:25:54 localhost kernel[0]: 64 bit mode enabled
May 18 18:25:54 localhost kernel[0]: Darwin Kernel Version 9.7.0: Tue Mar 31 22:52:17 PDT 2009; root:xnu-1228.12.14~1/RELEASE_I386
May 18 18:25:54 localhost kernel[0]: standard timeslicing quantum is 10000 us
May 18 18:25:54 localhost kernel[0]: vm_page_bootstrap: 2007498 free pages and 89654 wired pages
May 18 18:25:54 localhost kernel[0]: mig_table_max_displ = 79
May 18 18:25:54 localhost kernel[0]: 94 prelinked modules
May 18 18:25:54 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
May 18 18:25:54 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
May 18 18:25:54 localhost kernel[0]: AppleACPICPU: ProcessorApicId=2 LocalApicId=3 Enabled
May 18 18:25:54 localhost kernel[0]: AppleACPICPU: ProcessorApicId=3 LocalApicId=2 Enabled
May 18 18:25:54 localhost kernel[0]: AppleACPICPU: ProcessorApicId=4 LocalApicId=7 Enabled
May 18 18:25:54 localhost kernel[0]: AppleACPICPU: ProcessorApicId=5 LocalApicId=5 Enabled
May 18 18:25:54 localhost kernel[0]: AppleACPICPU: ProcessorApicId=6 LocalApicId=6 Enabled
May 18 18:25:54 localhost kernel[0]: AppleACPICPU: ProcessorApicId=7 LocalApicId=4 Enabled
May 18 18:25:54 localhost kernel[0]: Loading security extension com.apple.security.TMSafetyNet
May 18 18:25:54 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
May 18 18:25:54 localhost mDNSResponder mDNSResponder-176.3 (Jan 27 2009 14:51:58)[16]: starting
May 18 18:25:55 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
May 18 18:25:55 localhost kernel[0]: Loading security extension com.apple.nke.applicationfirewall
May 18 18:25:55 localhost kernel[0]: Loading security extension com.apple.security.seatbelt
May 18 18:25:55 localhost kernel[0]: calling mpo_policy_init for mb
May 18 18:25:55 localhost kernel[0]: Seatbelt MACF policy initialized
May 18 18:25:55 localhost kernel[0]: Security policy loaded: Seatbelt Policy (mb)
May 18 18:25:55 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
May 18 18:25:55 localhost kernel[0]: The Regents of the University of California. All rights reserved.
May 18 18:25:55 localhost kernel[0]: MAC Framework successfully initialized
May 18 18:25:55 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers
May 18 18:25:55 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
May 18 18:25:55 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
May 18 18:25:55 localhost kernel[0]: mbinit: done
May 18 18:25:55 localhost kernel[0]: Security auditing service present
May 18 18:25:55 localhost kernel[0]: BSM auditing present
May 18 18:25:55 localhost kernel[0]: rooting via boot-uuid from /chosen: F65537D6-AE3E-35A3-BCFE-1DC406724379
May 18 18:25:55 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>
May 18 18:25:55 localhost kernel[0]: BTCOEXIST on
May 18 18:25:55 localhost kernel[0]: wl0: Broadcom BCM4328 802.11 Wireless Controller
May 18 18:25:55 localhost kernel[0]: 5.10.38.35
May 18 18:25:55 localhost kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID 002241fffeecb6f4; max speed s800.
May 18 18:25:55 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5000AAKS-41YGA1 Media/IOGUIDPartitionScheme/Customer@2
May 18 18:25:55 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
May 18 18:25:55 localhost kernel[0]: USBF: 0.968 [0xbd86300] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in. It will keep retrying. (Port 2 of hub @ location: 0x3d000000)
May 18 18:25:55 localhost kernel[0]: [Bluetooth::CSRHIDTransition] switchToHCIMode (legacy)
May 18 18:25:55 localhost kernel[0]: [Bluetooth::CSRHIDTransition] transition complete.
May 18 18:25:55 localhost kernel[0]: [HCIController][configurePM] power parent ready after 1 tries
May 18 18:25:55 localhost kernel[0]: Jettisoning kernel linker.
May 18 18:25:55 localhost kernel[0]: Resetting IOCatalogue.
May 18 18:25:55 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:1f:5b:3d:85:f4
May 18 18:25:55 localhost kernel[0]: AppleIntel8254XEthernet: Ethernet address 00:1f:5b:3d:85:f5
May 18 18:25:55 localhost kernel[0]: AirPort_Brcm43xx: Ethernet address 00:1d:4f:ff:6e:1c
May 18 18:25:55 localhost kernel[0]: Matching service count = 0
May 18 18:25:55: --- last message repeated 5 times ---
May 18 18:25:55 localhost kernel[0]: Matching service count = 1
May 18 18:25:55 localhost kextd[10]: 428 cached, 0 uncached personalities to catalog
May 18 18:25:55 localhost com.apple.launchd[1] (com.apple.ftpd): Unknown key: SHAuthorizationRight
May 18 18:25:55 localhost kernel[0]: Previous Shutdown Cause: 5
May 18 18:25:55 localhost com.apple.launchd[1] (com.openssh.sshd): Unknown key: SHAuthorizationRight
May 18 18:25:55 localhost kernel[0]: AppleTyMCEDriver::probe(MacPro3,1)
May 18 18:25:55 localhost kernel[0]: AppleTyMCEDriver::probe fails
May 18 18:25:56 localhost kernel[0]: ** Device in slot: SLOT-1 **
May 18 18:25:56 localhost kernel[0]: USBF: 4.800 [0xbd86300] The IOUSBFamily was not able to enumerate a device.
May 18 18:25:56 localhost kernel[0]: AppleIntelCPUPowerManagement: initialization complete
May 18 18:26:00 localhost kernel[0]: Ethernet [Intel8254X]: Link down on en0 called by enableHardware() --
May 18 18:26:00 localhost bootlog[44]: BOOT_TIME: 1242685551 0
May 18 18:26:00 localhost rpc.statd[28]: statd.notify - no notifications needed
May 18 18:26:00 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[32]: Login Window Application Started -- Threaded auth
May 18 18:26:00 localhost kernel[0]: ctl_enqueuedata: m_allocpacket_internal(2092) failed
May 18 18:26:00 localhost com.paceap.pacesupport[49]: kextload: extension /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns/PACESupportLeopard.kext is already loaded
May 18 18:26:00 localhost fseventsd[37]: bumping event counter to: 0x27d2adc (current 0x0) from log file '00000000027d1af8'
May 18 18:26:00 localhost blued[45]: Apple Bluetooth daemon started.
May 18 18:26:01 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:26:01 localhost kernel[0]: ctl_enqueuedata: m_allocpacket_internal(2092) failed
May 18 18:26:00 localhost synkd[50]: SchedulerRunner is running
May 18 18:26:01 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:26:00 localhost synkd[50]: synkd monitor server running
May 18 18:26:01 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:26:00 localhost synkd[50]: synkd status server running
May 18 18:26:01 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:26:01 localhost synkd[50]: Couldn't get mount path for bsd name disk2 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:26:01 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:26:01 localhost synkd[50]: Couldn't get mount path for bsd name disk2s1 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:26:01 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:26:01 localhost synkd[50]: Couldn't get mount path for bsd name disk1 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:26:01 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:26:01 localhost synkd[50]: Couldn't get mount path for bsd name disk1s1 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:26:01 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:26:01 localhost synkd[50]: Couldn't get mount path for bsd name disk0 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:26:01 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:26:01 localhost /usr/sbin/ocspd[77]: starting
May 18 18:26:01 localhost synkd[50]: Couldn't get mount path for bsd name disk0s1 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:26:01 localhost kernel[0]: ALF ALERT: sockwall_cntl_updaterules ctl_enqueuedata rts err 55
May 18 18:26:02: --- last message repeated 4 times ---
May 18 18:26:02 localhost synkd[50]: Couldn't get mount path for bsd name disk3 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:26:02 localhost synkd[50]: Couldn't get mount path for bsd name disk3s1 (6419B0CA-7B81-4DE7-AEAB-001B2687BFD6)
May 18 18:26:02 localhost MacaroniTool[51]: Starting Macaroni daemon
May 18 18:26:04 localhost kernel[0]: Ethernet [Intel8254X]: Link down on en1 called by enableHardware() --
May 18 18:26:04 localhost kernel[0]: AirPort: Link Down on en2
May 18 18:26:04 galante-music configd[14]: setting hostname to "galante-music.local"
May 18 18:26:05 galante-music loginwindow[32]: Login Window Started Security Agent
May 18 18:26:06 galante-music kernel[0]: Auth result for: 00:14:bf:f7:61:c8 MAC AUTH succeeded
May 18 18:26:06 galante-music kernel[0]: AirPort: Link Up on en2
May 18 18:26:06 galante-music synkd[50]: SchedulerRunner is running
May 18 18:26:07 galante-music authorizationhost[104]: MechanismInvoke 0x126ae0 retainCount 2
May 18 18:26:07 galante-music SecurityAgent[105]: MechanismInvoke 0x101610 retainCount 1
May 18 18:26:07 galante-music SecurityAgent[105]: MechanismDestroy 0x101610 retainCount 1
May 18 18:26:07 galante-music loginwindow[32]: Login Window - Returned from Security Agent
May 18 18:26:07 galante-music authorizationhost[104]: MechanismDestroy 0x126ae0 retainCount 2
May 18 18:26:07 galante-music loginwindow[32]: USER_PROCESS: 32 console
May 18 18:26:07 galante-music com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[99]): Exited: Terminated
May 18 18:26:07 galante-music com.apple.launchd[1] (com.apple.ScreenSharing.server[98]): Exited: Terminated
May 18 18:26:07 galante-music com.apple.launchd[90] (com.apple.AirPortBaseStationAgent): Unknown key for boolean: EnableTransactions
May 18 18:26:07 galante-music com.apple.launchd[90] (org.x.startx): Unknown key for boolean: EnableTransactions
May 18 18:26:09 galante-music com.apple.SystemStarter[26]: PACESupport - launchd already started us
May 18 18:26:09 galante-music com.apple.SystemStarter[26]: kextload: extension /System/Library/Extensions/DigiIO.kext appears to be loadable
May 18 18:26:09 galante-music com.apple.SystemStarter[26]: kextload: loading extension /System/Library/Extensions/DigiIO.kext
May 18 18:26:09 galante-music com.apple.SystemStarter[26]: kextload: extension /System/Library/Extensions/DigiIO.kext is already loaded
May 18 18:26:09 galante-music com.apple.SystemStarter[26]: kextload: extension /System/Library/Extensions/DigiDal.kext appears to be loadable
May 18 18:26:09 galante-music com.apple.SystemStarter[26]: kextload: loading extension /System/Library/Extensions/DigiDal.kext
May 18 18:26:09 galante-music com.apple.SystemStarter[26]: kextload: extension /System/Library/Extensions/DigiDal.kext is already loaded
May 18 18:26:11 galante-music kextd[10]: writing kernel link data to /var/run/mach.sym
May 18 18:26:13 galante-music /System/Library/CoreServices/coreservicesd[57]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(STEFANO GALANTE's Public Folder) returned -14135
May 18 18:26:18 galante-music /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[125]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
May 18 18:26:18 galante-music /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[125]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
May 18 18:26:19 galante-music ProTools Pref and Database Helper[134]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
May 18 18:26:21: --- last message repeated 6 times ---
May 18 18:26:21 galante-music /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[126]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
May 18 18:26:21 galante-music /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[126]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
May 18 18:26:21 galante-music ProTools Pref and Database Helper[134]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
May 18 18:26:51: --- last message repeated 8 times ---
May 18 18:27:11 galante-music ProTools Pref and Database Helper[134]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.

stevegalante 05-18-2009 07:03 PM

From what I see, in the Case 1/console.log these are the main "pauses":

18/05/09 6:16:58 PM com.apple.SystemStarter[26] kextload: extension /System/Library/Extensions/DigiDal.kext is already loaded
18/05/09 6:19:33 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[111]) Exited: Terminated


18/05/09 6:19:54 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
18/05/09 6:20:40 PM ProTools Pref and Database Helper[140] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.


While in the Case 1/system.log these are the main "pauses":

May 18 18:16:58 galante-music com.apple.SystemStarter[26]: kextload: extension /System/Library/Extensions/DigiDal.kext is already loaded
May 18 18:19:32 galante-music loginwindow[32]: Login Window Started Security Agent


May 18 18:19:55 galante-music /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[133]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
May 18 18:20:40 galante-music ProTools Pref and Database Helper[140]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.


"ProTools Pref and Database Helper" is a little utility I use to load at booting time, I could not load it eventually, but it does not change that much...
The previous data relate to 1 monitor connected, with two the delays get longer up to 7-8 minutes.


All times are GMT -5. The time now is 09:23 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.