Ich bin einen Schritt weiter.
Mit diesem Befehl im Terminal erstelle ich eine System.log und kann mir alle Konsolenmeldungen ansehen.
|
Quellcode
|
1
|
cp /var/log/system.log ./Desktop
|
Ich habe Snow Leopard im Verbose Mode gestartet und mit einer Uhr, Stift und Zettel notiert, wann etwas passiert.
Um genau 15:15:44 friert das Bild auf dem Bildschirm sozusagen ein, da keine neuen Zeilen ausgegeben werden.
Um 15:16:22-23 wird der Bildschirm blau und daraufhin gelange ich auf die Arbeitsoberfläche. Natürlich dauert es daraufhin noch einige Sekunden bis alles fertig geladen ist.
Das hier müsste der interessante Teil der Meldungen dafür sein:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
Jan 5 15:15:24 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
Jan 5 15:15:24 localhost com.apple.launchd[1]: *** Verbose boot, will log to /dev/console. ***
Jan 5 15:15:28 localhost com.apple.launchd[1] (com.apple.instruments.server.mig): Unknown key: POSIXSpawnType
Jan 5 15:15:28 localhost DirectoryService[17]: Improper shutdown detected
Jan 5 15:15:33 localhost com.apple.launchd[1] (com.apple.metadata.mds[29]): posix_spawn("/System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Support/mds", ...): Bad executable (or shared library)
Jan 5 15:15:33 localhost com.apple.launchd[1] (com.apple.loginwindow[31]): posix_spawn("/System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow", ...): Bad executable (or shared library)
Jan 5 15:15:33 localhost com.apple.launchd[1] (com.apple.loginwindow[31]): Exited with exit code: 1
Jan 5 15:15:33 localhost com.apple.launchd[1] (com.apple.loginwindow): Throttling respawn: Will start in 10 seconds
Jan 5 15:15:33 localhost com.apple.launchd[1] (com.apple.metadata.mds[29]): Exited with exit code: 1
Jan 5 15:15:33 localhost com.apple.launchd[1] (com.apple.metadata.mds): Throttling respawn: Will start in 10 seconds
Jan 5 15:15:34 localhost fseventsd[35]: event logs in /.fseventsd out of sync with volume. destroying old logs. (1993 16 2064)
Jan 5 15:15:34 localhost bootlog[42]: BOOT_TIME: 1325772915 0
Jan 5 15:15:34 localhost fseventsd[35]: log dir: /.fseventsd getting new uuid: 2E562FEB-EDE8-40C5-B4CE-53E50749BB71
Jan 5 15:15:35 localhost blued[43]: Apple Bluetooth daemon started
Jan 5 15:15:36 localhost mDNSResponder[30]: mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) starting
Jan 5 15:15:36 localhost com.apple.usbmuxd[23]: usbmuxd-263 on Nov 14 2011 at 18:58:10, running 32 bit
Jan 5 15:15:37 localhost com.apple.launchd[1] (com.apple.metadata.mds): Throttling respawn: Will start in 7 seconds
Jan 5 15:15:37 localhost com.apple.launchd[1] (com.apple.loginwindow): Throttling respawn: Will start in 7 seconds
Jan 5 15:15:37 localhost com.apple.launchd[1] (com.apple.fontd[77]): posix_spawn("/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/fontd", ...): Bad executable (or shared library)
Jan 5 15:15:37 localhost com.apple.launchd[1] (com.apple.fontd[77]): Exited with exit code: 1
Jan 5 15:15:37 localhost com.apple.launchd[1] (com.apple.fontd): Throttling respawn: Will start in 10 seconds
Jan 5 15:15:38 localhost configd[15]: network configuration changed.
Jan 5 15:15:38 Mein-Name-Mac configd[15]: setting hostname to "Mein-Name-Mac.local"
Jan 5 15:15:41 Mein-Name-Mac configd[15]: network configuration changed.
Jan 5 15:15:44 Mein-Name-Mac com.apple.launchd[1] (com.apple.fontd): Throttling respawn: Will start in 4 seconds
Jan 5 15:15:44 Mein-Name-Mac /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[85]: Login Window Application Started
Jan 5 15:15:44 Mein-Name-Mac com.apple.launchd[1] (com.apple.fontd): Throttling respawn: Will start in 4 seconds
Jan 5 15:16:23 Mein-Name-Mac loginwindow[85]: Login Window Started Security Agent
Jan 5 15:16:26 Mein-Name-Mac loginwindow[85]: Login Window - Returned from Security Agent
Jan 5 15:16:26 Mein-Name-Mac loginwindow[85]: USER_PROCESS: 85 console
Jan 5 15:16:26 Mein-Name-Mac com.apple.launchd.peruser.501[127] (com.apple.ReportCrash): Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
|
Außerdem in einem anderen Log zur selben Zeit:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
05.01.12 15:15:40 kernel FakeSMC: key info not found MSDS, length - 6
05.01.12 15:15:41 configd[15] network configuration changed.
05.01.12 15:15:44 com.apple.launchd[1] (com.apple.fontd) Throttling respawn: Will start in 4 seconds
05.01.12 15:15:44 kernel ACPI_SMC_PlatformPlugin::start - waitForService(resourceMatching(AppleIntelCPUPowerManagement) timed out
05.01.12 15:15:44 kernel WARNING: IOPlatformPluginUtil : getCPUIDInfo unknown CPU family: family 0xf, model 0x43
05.01.12 15:15:44 kernel -- power management may be incomplete or unsupported
05.01.12 15:15:44 kernel Refusing new kext com.apple.iokit.IOPCIFamily, v2.6.5: already have loaded v6.6.
05.01.12 15:15:44 kernel Refusing new kext com.apple.iokit.IOPCIFamily, v2.6.5: already have loaded v6.6.
05.01.12 15:15:44 kernel Refusing new kext com.apple.iokit.IOPCIFamily, v2.6.5: already have loaded v6.6.
05.01.12 15:15:44 kernel Refusing new kext com.apple.iokit.IOPCIFamily, v2.6.5: already have loaded v6.6.
05.01.12 15:15:44 kernel DSMOS has arrived
05.01.12 15:15:44 kernel Refusing new kext com.apple.iokit.IOPCIFamily, v2.6.5: already have loaded v6.6.
05.01.12 15:15:44 kernel NTFS driver 3.4 [Flags: R/W].
05.01.12 15:15:44 kernel NTFS volume name Windows , version 3.1.
05.01.12 15:15:44 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[85] Login Window Application Started
05.01.12 15:15:44 com.apple.launchd[1] (com.apple.fontd) Throttling respawn: Will start in 4 seconds
05.01.12 15:15:45 kernel NTFS volume name Data, version 3.1.
05.01.12 15:16:22 com.apple.SecurityServer[26] Session 0x20e400 created
05.01.12 15:16:22 com.apple.SecurityServer[26] Session 0x20e400 attributes 0x30
05.01.12 15:16:23 loginwindow[85] Login Window Started Security Agent
05.01.12 15:16:23 SecurityAgent[105] User info context values set for YugoMac
05.01.12 15:16:23 SecurityAgent[105] Login Window login proceeding
05.01.12 15:16:24 kernel hfs: early journal init: volume on disk2s1 is read-only and journal is dirty. Can not mount volume.
05.01.12 15:16:24 kernel NTFS volume name eXtern, version 3.1.
05.01.12 15:16:25 fseventsd[35] event logs in /Volumes/Time Machine-Backups/.fseventsd out of sync with volume. destroying old logs. (1522 0 2120)
05.01.12 15:16:26 fseventsd[35] log dir: /Volumes/Time Machine-Backups/.fseventsd getting new uuid: 2667E02A-E86C-46FA-BD62-ACD47BA5AF43
05.01.12 15:16:26 kernel jnl: disk2s1: replay_journal: from: 2178560 to: 3009536 (joffset 0x273000)
05.01.12 15:16:26 kernel jnl: disk2s1: journal replay done.
05.01.12 15:16:26 SecurityAgent[105] Login Window done
05.01.12 15:16:26 loginwindow[85] Login Window - Returned from Security Agent
05.01.12 15:16:26 loginwindow[85] USER_PROCESS: 85 console
05.01.12 15:16:26 com.apple.launchd.peruser.501[127] (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
|
Mir fällt auf, dass die Meldung "Throttling respawn: Will start in X seconds" häufiger vorkommt. Könnte das die Wartezeit (15:15:44 - 15:16:23) auslösen, da die Ausführung des Codes um einige Sekunden nach hinten verschoben wird?
Als zweites fällt mir auf, dass die Login Window Application um 15:15:44 gestartet wird, also genau dann, ab dem nichts mehr passiert bzw. die Wartezeit einsetzt.
|
Quellcode
|
1
|
05.01.12 15:15:44 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[85] Login Window Application Started
|
Und sich genau dann wiedermeldet, wenn ich auf die Arbeitsoberfläche gelange.
|
Quellcode
|
1
2
|
Jan 5 15:16:23 Mein-Name-Mac loginwindow[85]: Login Window Started Security Agent
Jan 5 15:16:26 Mein-Name-Mac loginwindow[85]: Login Window - Returned from Security Agent
|
Könnt ihr mir hier weiterhelfen, oder soll ich mich an jemanden anders wenden?
Danke.