getaddrinfo() returns EAI_NONAME
getaddrinfo() returns EAI_NONAME
- Subject: getaddrinfo() returns EAI_NONAME
- From: Satish Kilaru <email@hidden>
- Date: Fri, 28 Aug 2009 13:07:47 -0400
- Acceptlanguage: en-US
- Thread-topic: getaddrinfo() returns EAI_NONAME
HI All
I have a service that starts at boot time. Upon machine reboot my service starts up. But getaddrinfo() returns EAI_NONAME. If I kill the service and start It again from a login shell, getaddrinfo() works fine.
What could be the reason? Is it because my service is starting before some system service?
Here is my StartupParameters.plist.
{
Description = "My test service";
Provides = ("TestService");
OrderPreference = "None";
}
My system.log upon reboot
--------------------------
Aug 27 14:14:32 mp02 shutdown[8738]: reboot by zadmin:
Aug 27 14:14:32 mp02 com.apple.loginwindow[8590]: Shutdown NOW!
Aug 27 14:14:32 mp02 mDNSResponder mDNSResponder-176.3 (Jun 17 2009 18:57:49)[90]: stopping
Aug 27 14:14:32 mp02 com.apple.loginwindow[8590]: System shutdown time has arrived^G^G
Aug 27 14:14:32 mp02 SystemStarter[83]: "/Library/StartupItems/TestService" failed sanity check: path was created after boot up
Aug 27 14:14:32 mp02 com.apple.SystemStarter[83]: Stopping ProTecV Server
Aug 27 14:14:32 mp02 com.apple.SystemStarter[83]: Stopping McAfee Agent
Aug 27 14:14:32 mp02 shutdown[8738]: SHUTDOWN_TIME: 1251396872 304409
Aug 27 14:15:20 localhost com.apple.launchctl.System[2]: kern.sysv.shmmax: 4194304 -> 2147479552
Aug 27 14:15:20 localhost com.apple.launchctl.System[2]: kern.sysv.shmall: 1024 -> 524287
Aug 27 14:15:20 localhost com.apple.launchctl.System[2]: kern.sysv.shmmin: 1 -> 1
Aug 27 14:15:20 localhost com.apple.launchctl.System[2]: kern.sysv.shmmni: 32 -> 1312
Aug 27 14:15:20 localhost com.apple.launchctl.System[2]: kern.sysv.shmseg: 8 -> 1288
Aug 27 14:15:20 localhost com.apple.launchctl.System[2]: kern.sysv.semmns: 87381 -> 88661
Aug 27 14:15:20 localhost com.apple.launchctl.System[2]: kern.sysv.semmni: 87381 -> 87381
Aug 27 14:15:20 localhost com.apple.launchctl.System[2]: kern.sysv.semmsl: 87381 -> 88661
Aug 27 14:15:22 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
Aug 27 14:15:22 localhost com.apple.launchd[1] (com.apple.RemoteDesktop.PrivilegeProxy): Unknown key for boolean: EnableTransactions
Aug 27 14:15:22 localhost com.apple.launchd[1] (com.apple.usbmuxd): Unknown key for boolean: EnableTransactions
Aug 27 14:15:22 localhost com.apple.launchd[1] (org.cups.cupsd): Unknown key: SHAuthorizationRight
Aug 27 14:15:22 localhost com.apple.launchd[1] (org.ntp.ntpd): Unknown key: SHAuthorizationRight
Aug 27 14:15:22 localhost com.apple.launchd[1] (org.x.privileged_startx): Unknown key for boolean: EnableTransactions
Aug 27 14:15:23 localhost kernel[0]: npvhash=4095
Aug 27 14:15:23 localhost kextd[18]: 419 cached, 0 uncached personalities to catalog
Aug 27 14:15:23 localhost kernel[0]: hi mem tramps at 0xffe00000
Aug 27 14:15:23 localhost kernel[0]: PAE enabled
Aug 27 14:15:23 localhost kernel[0]: 64 bit mode enabled
Aug 27 14:15:23 localhost kernel[0]: Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
Aug 27 14:15:23 localhost kernel[0]: standard timeslicing quantum is 10000 us
Aug 27 14:15:23 localhost kernel[0]: vm_page_bootstrap: 1489488 free pages and 83376 wired pages
Aug 27 14:15:23 localhost kernel[0]: mig_table_max_displ = 79
Aug 27 14:15:23 localhost kernel[0]: Extension "com.apple.driver.AppleACPIPlatform" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
Aug 27 14:15:23 localhost kernel[0]: Extension "com.apple.driver.AppleIntelCPUPowerManagement" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=16 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=2 LocalApicId=2 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=3 LocalApicId=18 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=4 LocalApicId=4 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=5 LocalApicId=20 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=6 LocalApicId=6 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=7 LocalApicId=22 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=8 LocalApicId=1 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=9 LocalApicId=17 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=10 LocalApicId=3 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=11 LocalApicId=19 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=12 LocalApicId=5 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=13 LocalApicId=21 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=14 LocalApicId=7 Enabled
Aug 27 14:15:23 localhost kernel[0]: AppleACPICPU: ProcessorApicId=15 LocalApicId=23 Enabled
Aug 27 14:15:23 localhost kernel[0]: Loading security extension com.apple.security.TMSafetyNet
Aug 27 14:15:23 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
Aug 27 14:15:23 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
Aug 27 14:15:23 localhost kernel[0]: Loading security extension com.apple.nke.applicationfirewall
Aug 27 14:15:23 localhost kernel[0]: Loading security extension com.apple.security.seatbelt
Aug 27 14:15:23 localhost kernel[0]: calling mpo_policy_init for mb
Aug 27 14:15:23 localhost kernel[0]: Seatbelt MACF policy initialized
Aug 27 14:15:23 localhost kernel[0]: Security policy loaded: Seatbelt Policy (mb)
Aug 27 14:15:23 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
Aug 27 14:15:23 localhost kernel[0]: The Regents of the University of California. All rights reserved.
Aug 27 14:15:23 localhost kernel[0]: MAC Framework successfully initialized
Aug 27 14:15:23 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers
Aug 27 14:15:23 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
Aug 27 14:15:23 localhost kernel[0]: Extension "com.apple.driver.AppleACPIPlatform" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
Aug 27 14:15:23 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
Aug 27 14:15:23 localhost kernel[0]: Extension "com.apple.driver.AppleACPIPlatform" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
Aug 27 14:15:23: --- last message repeated 1 time ---
Aug 27 14:15:23 localhost kernel[0]: mbinit: done
Aug 27 14:15:23 localhost kernel[0]: Security auditing service present
Aug 27 14:15:23 localhost kernel[0]: BSM auditing present
Aug 27 14:15:23 localhost kernel[0]: rooting via boot-uuid from /chosen: 559D990C-8006-3982-AB71-0F2732C09962
Aug 27 14:15:23 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 27 14:15:23 localhost kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID 00254bfffef9d760; max speed s800.
Aug 27 14:15:23 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2@2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/WDC WD5001AALS-00L3B2 Media/IOGUIDPartitionScheme/Apple_RAID_OfflineV2_Untitled_3@2/AppleRAIDMember/AppleRAIDMirrorSet/MP-02@0
Aug 27 14:15:23 localhost kernel[0]: BSD root: disk3, major 14, minor 13
Aug 27 14:15:23 localhost kernel[0]: Extension "com.apple.driver.AppleHIDKeyboard" has no explicit kernel dependency; using version 6.0.
Aug 27 14:15:23 localhost kernel[0]: [HCIController][configurePM] power parent ready after 1 tries
Aug 27 14:15:23 localhost kernel[0]: Jettisoning kernel linker.
Aug 27 14:15:23 localhost kernel[0]: Resetting IOCatalogue.
Aug 27 14:15:23 localhost kernel[0]: PXS1: family specific matching fails
Aug 27 14:15:23 localhost kernel[0]: Matching service count = 1
Aug 27 14:15:23 localhost kernel[0]: Matching service count = 2
Aug 27 14:15:23: --- last message repeated 4 times ---
Aug 27 14:15:23 localhost kernel[0]: Matching service count = 3
Aug 27 14:15:23 localhost kernel[0]: MacPro4,1: stalling for module
Aug 27 14:15:23 localhost kernel[0]: Matching service count = 1
Aug 27 14:15:23 localhost kernel[0]: AppleTyMCEDriver::probe(MacPro4,1)
Aug 27 14:15:23 localhost kernel[0]: AppleTyMCEDriver::start(MacPro4,1) <1>
Aug 27 14:15:23 localhost kernel[0]: AppleTyMCEDriver::start coreVIDPID = 0x2c408086 Number of packages = 2 Number of cpus = 16
Aug 27 14:15:23 localhost kernel[0]: AppleTyMCEDriver::start memory monitor trough PCI
Aug 27 14:15:23 localhost kernel[0]: AppleTyMCEDriver::start 4 dimm slots per package
Aug 27 14:15:23 localhost kernel[0]: Previous Shutdown Cause: 0
Aug 27 14:15:23 localhost kernel[0]: AppleIntelCPUPowerManagement: initialization complete
Aug 27 14:15:24 localhost kernel[0]: NVDANV50HAL loaded and registered.
Aug 27 14:15:24 localhost kernel[0]: PXS1: family specific matching fails
Aug 27 14:15:25 localhost kernel[0]: Initializing Intel82574L: Version 1.0.1b47 Built Jul 15 2009 17:21:45 -- running on device at b9d0f0
Aug 27 14:15:25 localhost kernel[0]: Initializing Intel82574L: Version 1.0.1b47 Built Jul 15 2009 17:21:45 -- running on device at b10d0f0
Aug 27 14:15:25 localhost kernel[0]: PXS1: family specific matching fails
Aug 27 14:15:25: --- last message repeated 2 times ---
Aug 27 14:15:25 localhost kernel[0]: Matching service count = 0
Aug 27 14:15:30 localhost DirectoryService[19]: Launched version 5.7 (v514.25)
Aug 27 14:15:31 localhost mDNSResponder mDNSResponder-176.3 (Jun 17 2009 18:57:49)[48]: starting
Aug 27 14:15:32 localhost kernel[0]: Intel82574L: Ethernet address 00:25:00:ef:04:57
Aug 27 14:15:32 localhost kernel[0]: Intel82574L: Ethernet address 00:25:00:ef:43:38
Aug 27 14:15:32 localhost com.apple.launchd[1] (com.openssh.sshd): Unknown key: SHAuthorizationRight
Aug 27 14:15:32 MP02 configd[47]: setting hostname to "MP02.local"
Aug 27 14:15:33 MP02 com.apple.launchctl.System[2]: kextcache: WARNING: readCaches got mount point after 1 tries
Aug 27 14:15:33 MP02 kernel[0]: GbE en0: en0 Link down
Aug 27 14:15:33 MP02 bootlog[105]: BOOT_TIME: 1251396919 0
Aug 27 14:15:33 MP02 com.aladdin.hasplmd[113]: hasplmd(113,0x8fe651e0) malloc: *** can't protect(0x0) region for prelude guard page at 0x365000
Aug 27 14:15:33 MP02 fseventsd[99]: bumping event counter to: 0x713ae8 (current 0x0) from log file '00000000006fba9a'
Aug 27 14:15:33 MP02 com.aladdin.hasplmd[113]: hasplmd(113,0x8fe651e0) malloc: *** can't protect(0x0) region for postlude guard page at 0x367000
Aug 27 14:15:33 MP02 com.aladdin.hasplmd[113]: HASP LM v12.46.1.12057 loaded
Aug 27 14:15:33 MP02 blued[106]: Apple Bluetooth daemon started.
Aug 27 14:15:33 MP02 com.aladdin.hasplmd[113]: kextload serialization lock busy; sleeping (89 retries left)
Aug 27 14:15:33 MP02 com.apple.usbmuxd[87]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit
Aug 27 14:15:33 MP02 rpc.statd[91]: statd.notify - no notifications needed
Aug 27 14:15:33 MP02 com.mcafee.virusscan.ScanManager[112]: kextload serialization lock busy; sleeping (89 retries left)
Aug 27 14:15:33 MP02 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[95]: Login Window Application Started -- Threaded auth
Aug 27 14:15:33 MP02 fseventsd[99]: bumping event counter to: 0x713ba5 (current 0x713ae8) from log file '00000000006f9fc0'
Aug 27 14:15:33 MP02 /usr/sbin/ocspd[124]: starting
Aug 27 14:15:34 MP02 org.ntp.ntpd[86]: Error : nodename nor servname provided, or not known
Aug 27 14:15:34 MP02 ntpdate[126]: can't find host sgi-02
Aug 27 14:15:34 MP02 ntpdate[126]: no servers can be used, exiting
Aug 27 14:15:34 MP02 com.apple.SystemStarter[89]: Starting McAfee Agent
Aug 27 14:15:34 MP02 com.apple.SystemStarter[89]: Starting ProTecVb Server
Aug 27 14:15:34 MP02 com.apple.SystemStarter[89]: Enabling DYLD_BIND_AT_LAUNCH
Aug 27 14:15:34 MP02 com.mcafee.virusscan.ScanManager[112]: kextload serialization lock busy; sleeping (88 retries left)
Aug 27 14:15:34 MP02 com.apple.SystemStarter[89]: Cleaning up /opt/testservice/Base/Temp ...
Aug 27 14:15:34 MP02 com.apple.SystemStarter[89]: Starting Test Service ...
Aug 27 14:15:35 MP02 kernel[0]: Ethernet [Intel82574L]: Link up on en0, 1-Gigabit, Full-duplex, No flow-control, Debug [796d,ac08,0de1,0200,c1e1,7800]
Aug 27 14:15:35 MP02 com.mcafee.virusscan.ScanManager[112]: kextload serialization lock busy; sleeping (87 retries left)
Aug 27 14:15:35 MP02 com.aladdin.hasplmd[113]: kextload: extension /Library/Application Support/HASP/kexts/aksfridge.kext appears to be loadable
Aug 27 14:15:35 MP02 com.aladdin.hasplmd[113]: kextload: /Library/Application Support/HASP/kexts/aksfridge.kext loaded successfully
Aug 27 14:15:36 MP02 kernel[0]: aksfridge version 1.0.1.12038 successfully loaded
Aug 27 14:15:36 MP02 com.mcafee.virusscan.ScanManager[112]: kextload: /usr/local/vscanx/Extensions/Virex.kext/ loaded successfully
Aug 27 14:15:36 MP02 kernel[0]: Virex Kext: "Loading Phoenix kernel extension"
Aug 27 14:15:36 MP02 kernel[0]: Virex Kext: "installShutdownCallback: installed shutdown callback"
Aug 27 14:15:41 MP02 loginwindow[95]: Login Window Started Security Agent
Aug 27 14:15:41 MP02 kextd[18]: writing kernel link data to /var/run/mach.sym
Aug 27 14:16:08 MP02 SecurityAgent[231]: NSExceptionHandler has recorded the following exception:\nNSRangeException -- *** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)\nStack trace: 0x3719a 0x91646e3b 0x96334dcb 0x96334e0a 0x921f2fcf 0x92170788 0x7089b 0x710da 0x5a46d 0x6eb58 0x6267b 0x639ca 0x6c215 0x94664e8f 0x94664dcc 0x946acddf 0x946ab149 0x94661af7 0x749d2 0x9462e6a5 0x9458bfe7 0x10fc7 0x202a 0x1
Aug 27 14:16:12 mp02 configd[47]: setting hostname to "mp02.sg-inc.local"
Aug 27 14:16:13 mp02 authorizationhost[230]: MechanismInvoke 0x124db0 retainCount 2
Aug 27 14:16:13 mp02 SecurityAgent[231]: MechanismInvoke 0x101670 retainCount 1
Aug 27 14:16:14 mp02 SecurityAgent[231]: NSSecureTextFieldCell detected a field editor ((null)) that is not a NSTextView subclass designed to work with the cell. Ignoring...
Aug 27 14:16:14 mp02 SecurityAgent[231]: NSExceptionHandler has recorded the following exception:\nNSRangeException -- *** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)\nStack trace: 0x3719a 0x91646e3b 0x96334dcb 0x96334e0a 0x921f2fcf 0x92170788 0x7089b 0x710da 0x5a46d 0x6eb58 0x6267b 0x65a4e 0x67781 0x77760 0xd648 0x12c40 0x129f3 0xd18a 0x921afd93 0x96296ff5 0x962bb6b8 0x962bbaa8 0x90b642ac 0x90b640c5 0x90b63f39 0x945936d5 0x94592f88 0x9458bf9f 0x10fc7 0x202a 0x1
Aug 27 14:16:14 mp02 loginwindow[95]: Login Window - Returned from Security Agent
Aug 27 14:16:14 mp02 SecurityAgent[231]: MechanismDestroy 0x101670 retainCount 1
Aug 27 14:16:14 mp02 authorizationhost[230]: MechanismDestroy 0x124db0 retainCount 2
Aug 27 14:16:14 mp02 loginwindow[95]: USER_PROCESS: 95 console
Aug 27 14:16:15 mp02 com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[225]): Exited: Terminated
Aug 27 14:16:15 mp02 com.apple.launchd[239] (com.apple.AirPortBaseStationAgent): Unknown key for boolean: EnableTransactions
Aug 27 14:16:15 mp02 com.apple.launchd[239] (org.x.startx): Unknown key for boolean: EnableTransactions
Aug 27 14:16:18 mp02 /System/Library/CoreServices/coreservicesd[119]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Dawn Rector's Public Folder) returned -14135
Aug 27 14:16:18 mp02 /System/Library/CoreServices/coreservicesd[119]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(zadmin's Public Folder) returned -14135
Aug 27 14:16:20 mp02 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[260]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
Aug 27 14:16:20 mp02 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[260]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
Aug 27 14:16:39 mp02 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[261]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
Aug 27 14:16:39 mp02 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[261]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
Aug 27 14:16:46 mp02 /Applications/Microsoft Office 2008/Microsoft Entourage.app/Contents/MacOS/Microsoft Entourage[278]: Warning: accessing obsolete X509Anchors.
Aug 27 14:17:16: --- last message repeated 4 times ---
Aug 27 14:17:29 mp02 loginwindow[95]: sendQuitEventToApp (FMCore): AESendMessage returned error -1712
Aug 27 14:17:29 mp02 loginwindow[95]: ERROR | -[ApplicationManager quitPrivateProcesses] | Application "FMCore" did not respond to quit event
Aug 27 14:17:29 mp02 loginwindow[95]: DEAD_PROCESS: 0 console
Aug 27 14:17:29 mp02 ARDAgent[247]: CGSShutdownServerConnections: Detaching application from window server
Aug 27 14:17:29 mp02 com.apple.loginwindow[95]: Thu Aug 27 14:17:29 mp02.sg-inc.local loginwindow[95] <Warning>: CGSShutdownServerConnections: Detaching application from window server
Aug 27 14:17:29 mp02 ARDAgent[247]: CGSDisplayServerShutdown: Detaching display subsystem from window server
Aug 27 14:17:29 mp02 com.apple.RemoteDesktop.agent[247]: Thu Aug 27 14:17:29 mp02.sg-inc.local ARDAgent[247] <Warning>: CGSShutdownServerConnections: Detaching application from window server
Aug 27 14:17:29 mp02 com.apple.RemoteDesktop.agent[247]: Thu Aug 27 14:17:29 mp02.sg-inc.local ARDAgent[247] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
Aug 27 14:17:29 mp02 com.apple.RemoteDesktop.agent[247]: Thu Aug 27 14:17:29 mp02.sg-inc.local AppleVNCServer[252] <Warning>: CGSShutdownServerConnections: Detaching application from window server
Aug 27 14:17:29 mp02 com.apple.RemoteDesktop.agent[247]: Thu Aug 27 14:17:29 mp02.sg-inc.local AppleVNCServer[252] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
Aug 27 14:17:29 mp02 AppleVNCServer[252]: CGSShutdownServerConnections: Detaching application from window server
Aug 27 14:17:29 mp02 AppleVNCServer[252]: CGSDisplayServerShutdown: Detaching display subsystem from window server
Aug 27 14:17:29 mp02 loginwindow[95]: CGSShutdownServerConnections: Detaching application from window server
Aug 27 14:17:29 mp02 AppleVNCServer[252]: CGSGetNextEventRecord err 1002
Aug 27 14:17:29 mp02 FMCore[274]: CGSShutdownServerConnections: Detaching application from window server
Aug 27 14:17:29 mp02 FMCore[274]: CGSDisplayServerShutdown: Detaching display subsystem from window server
Aug 27 14:17:29 mp02 loginwindow[95]: CGSDisplayServerShutdown: Detaching display subsystem from window server
Aug 27 14:17:29 mp02 [0x0-0xf00f].com.extensis.SFCoreHelper[0]: Thu Aug 27 14:17:29 mp02.sg-inc.local FMCore[274] <Warning>: CGSShutdownServerConnections: Detaching application from window server
Aug 27 14:17:29 mp02 [0x0-0xf00f].com.extensis.SFCoreHelper[0]: Thu Aug 27 14:17:29 mp02.sg-inc.local FMCore[274] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
Aug 27 14:17:29 mp02 SyncServer[287]: Handling SIGTERM in kqueue callback from runloop
Aug 27 14:17:29 mp02 com.apple.loginwindow[95]: Thu Aug 27 14:17:29 mp02.sg-inc.local loginwindow[95] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
Aug 27 14:17:29 mp02 com.apple.launchd[239] ([0x0-0x15015].com.apple.AppleSpell[284]): Exited: Terminated
Aug 27 14:17:29 mp02 com.apple.launchd[239] (com.apple.pboard[256]): Exited: Terminated
Aug 27 14:17:29 mp02 com.apple.launchd[239] (com.apple.UserEventAgent-Aqua[250]): Exited: Terminated
Aug 27 14:17:29 mp02 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[291]: Login Window Application Started -- Threaded auth
Aug 27 14:17:29 mp02 loginwindow[291]: Login Window Started Security Agent
Aug 27 14:17:34 mp02 SecurityAgent[302]: NSExceptionHandler has recorded the following exception:\nNSRangeException -- *** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)\nStack trace: 0x3719a 0x91646e3b 0x96334dcb 0x96334e0a 0x921f2fcf 0x92170788 0x7089b 0x710da 0x5a46d 0x6eb58 0x6267b 0x639ca 0x6c215 0x94664e8f 0x94664dcc 0x946acddf 0x946ab149 0x94661af7 0x749d2 0x9462e6a5 0x9458bfe7 0x10fc7 0x202a 0x1
Aug 27 14:17:39 mp02 authorizationhost[301]: MechanismInvoke 0x12e8d0 retainCount 2
Aug 27 14:17:39 mp02 SecurityAgent[302]: MechanismInvoke 0x101670 retainCount 1
Aug 27 14:17:39 mp02 SecurityAgent[302]: NSSecureTextFieldCell detected a field editor ((null)) that is not a NSTextView subclass designed to work with the cell. Ignoring...
Aug 27 14:17:39 mp02 SecurityAgent[302]: NSExceptionHandler has recorded the following exception:\nNSRangeException -- *** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)\nStack trace: 0x3719a 0x91646e3b 0x96334dcb 0x96334e0a 0x921f2fcf 0x92170788 0x7089b 0x710da 0x5a46d 0x6eb58 0x6267b 0x65a4e 0x67781 0x77760 0xd648 0x12c40 0x129f3 0xd18a 0x921afd93 0x96296ff5 0x962bb6b8 0x962bbaa8 0x90b642ac 0x90b640c5 0x90b63f39 0x945936d5 0x94592f88 0x9458bf9f 0x10fc7 0x202a 0x1
Aug 27 14:17:39 mp02 loginwindow[291]: Login Window - Returned from Security Agent
Aug 27 14:17:39 mp02 SecurityAgent[302]: MechanismDestroy 0x101670 retainCount 1
Aug 27 14:17:39 mp02 authorizationhost[301]: MechanismDestroy 0x12e8d0 retainCount 2
Aug 27 14:17:39 mp02 loginwindow[291]: USER_PROCESS: 291 console
Aug 27 14:17:39 mp02 com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[296]): Exited: Terminated
Aug 27 14:17:39 mp02 com.apple.launchd[307] (com.apple.AirPortBaseStationAgent): Unknown key for boolean: EnableTransactions
Aug 27 14:17:39 mp02 com.apple.launchd[307] (org.x.startx): Unknown key for boolean: EnableTransactions
Aug 27 14:17:40 mp02 /System/Library/CoreServices/coreservicesd[119]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Dawn Rector's Public Folder) returned -14135
Aug 27 14:17:40 mp02 /System/Library/CoreServices/coreservicesd[119]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(zadmin's Public Folder) returned -14135
Aug 27 14:17:40 mp02 SystemUIServer[323]: \n MenuCracker\n see http://sourceforge.net/projects/menucracker\n MenuCracker is now loaded. Ready to accept new menus. Ignore the failure message that follow.
Aug 27 14:17:40 mp02 SystemUIServer[323]: failed to load Menu Extra: NSBundle </Users/zadmin/.webex/830/Sharing.app/Contents/Resources/WebexAppshare.menu/Contents/Resources/MenuCracker.menu> (loaded)
Aug 27 14:17:41 mp02 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[323]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
Aug 27 14:17:41 mp02 /System/Library/CoreServices/SystemUIServer.app/Contents/MacOS/SystemUIServer[323]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
Aug 27 14:17:51 mp02 login[342]: USER_PROCESS: 342 ttys000
Aug 27 14:17:51 mp02 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[324]: CPSGetProcessInfo(): This call is deprecated and should not be called anymore.
Aug 27 14:17:51 mp02 /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[324]: CPSPBGetProcessInfo(): This call is deprecated and should not be called anymore.
Aug 27 14:17:52 mp02 login[342]: DEAD_PROCESS: 342 ttys000
Aug 27 14:17:52 mp02 com.apple.launchd[307] ([0x0-0x28028].com.apple.Terminal[341]): Exited: Terminated
Aug 27 14:17:58 mp02 com.apple.usbmuxd[87]: stopping.
Aug 27 14:17:58 mp02 com.apple.usbmuxd[359]: usbmuxd-167.1 built for iTunesEightTwo on Jul 9 2009 at 14:02:00, running 32 bit
Any suggestion is welcome.
Thank you.
--Satish
******************Legal Disclaimer***************************
"This communication may contain confidential and privileged material
for the sole use of the intended recipient. Any unauthorized review,
use or distribution by others is strictly prohibited. If you have
received the message in error, please advise the sender by reply
email and delete the message. Thank you."
****************************************************************
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden