Missing option value after reboot ?

hello,
after already a while now, our Mac running 10.4 was shutdown due to voltage problems in the building.
after starting up, we wanted to continue our work as usually,
but uhh..... Mac didn't want to do so.
I have absolutely no idea what happened, but our mail refuses to work.
Server Admin says SMTP is working,
but POP and IMAP are always disabled.
log shows the following error:
Jul 6 14:39:28 hxxaxxex postfix/pipe[1371]: DC33C1B6C5B: to=<[email protected]>, relay=cyrus, delay=1216, status=deferred (temporary failure. Command output: 421 4.3.0 deliver: empty option value on line 19 of configuration file_ )
i tried to find errors in main.cf and master.cf,
couldn't find an error yet tho.
any suggestions/help greatly appreciated,
thanks in advance
G4

after some research and a lucky finding,
i was able to resolve the error.
too bad server admin seems to do an awful job.
neither did it reference to the correct file that was missing an entry,
nor did it save the conf file correctly, since the entry was already there before.
i found this article:
http://lists.apple.com/archives/macos-x-server/2005/May/msg01431.html
the file/line missing an entry was
File: imapd.conf
Line: tlscommonname:
and no, it's not 10.3 server admin, lol
i hope no1 else will ever encounter this problem,
if any1 does tho, may this article help.
kindest regards

Similar Messages

  • Sysprep and Windows 8.1 -- missing Metro apps after reboot?

    So, I'm trying to figure out an issue with Sysprep and a clean-install Windows 8.1 64 Enterprise system:
    When I sysprep the computer from my admin account with my unattend.xml file, when it reboots, I'm only getting 7 Metro apps at the start screen and
    14 Metro Apps at the "all apps" screen -- things like Weather, Maps, Calendar, Mail, etc are missing -- and actually look like they aren't installed
    as searching for something like "People" -- gives no results.
    From what I've been able to gather, the behavior of the start screen should controlled by an appsFolderLayout.bin file, but when I first set up the initial
    account (not "administrator", but the initial local admin account), that file does not exist anywhere.
    I've tried creating the file manually by running:
    Export-StartLayout -As Bin -Path C:\Temp\appsFolderLayout.bin
    and either putting it in \Users\<myadminaccount>\AppData\Local\Microsoft\Windows
    or \Users\Default\AppData\Local\Microsoft\Windows
    and sysprepping again (after restoring a snapshot to the pre-sysprep/post-clean install state), but this isn’t making any difference.
    When I run sysprep /generalize — the .bin file is deleted and replaced by some other default one — that I’m not sure where it is generated from.
    Does anybody have any suggestions here?    Windows 8.0 just worked with my unattend.xml file without having to mess with appsFolderLayout.bin, so I’m not sure what I’m missing.
    Thanks!

    If you are still having trouble, this is an outline of the full process I use that seems to be consistently producing good results:
    - Install Windows 8.1 Enterprise with autounattend.xml, in particular, blank administrator password, add user account test, auto-logon as Administrator, run "net user test /delete" immediately after logon to get back to just having the administrator account.
    There should be no reason why all that has to be done in autounattend.xml, but it is the way I do it. There are a few other mandatory settings if you want a fully-automated setup.
    - At this point in time the Administrator account only shows a few tiles on the start screen, all actions are performed using the Administrator account.
    - Run Schtasks.exe /change /disable /tn "\Microsoft\Windows\AppxDeploymentClient\Pre-staged app cleanup" before the task has had a chance to run.
    - Install all applications, updates and settings as you want.
    - Run Sysprep, in particular blank administrator password, add user account test, auto-logon as Administrator, run "net user test /delete" immediately after logon to get back to just having the administrator account. Also importantly we set CopyProfile to
    false under Microsoft-Windows-Shell-Setup specialize pass. I don't know because I haven't tried it, but I imagine that if you run this and copy the Administrator profile to the default user profile then the default user profile may be missing some apps. We
    do all customization of the default user profile explicitly by loading the registry hive and editing it directly.
    After the image is deployed the Admistrator account has all the standard tiles present, but two of them report errors (I think it is Music and Videos). Any other profiles have all tiles present and all apps work.
    The full sysprep XML is included below in case it is useful to anybody. The company-specific settings and passwords have been blanked out, but otherwise it is the full one we use and fairly generic apart from the Australian settings. Note that this one is
    for a 64-bit image.
    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="generalize">
    <component name="Microsoft-Windows-Security-SPP" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SkipRearm>0</SkipRearm>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ComputerName>*</ComputerName>
    <CopyProfile>false</CopyProfile>
    <ShowWindowsLive>false</ShowWindowsLive>
    <TimeZone>AUS Eastern Standard Time</TimeZone>
    </component>
    <component name="Microsoft-Windows-Security-SPP-UX" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SkipAutoActivation>true</SkipAutoActivation>
    </component>
    </settings>
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Work</NetworkLocation>
    <ProtectYourPC>1</ProtectYourPC>
    <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE>
    </OOBE>
    <UserAccounts>
    <AdministratorPassword>
    <Value>XXXXXXXXXXXXXXXXXX</Value>
    <PlainText>false</PlainText>
    </AdministratorPassword>
    <LocalAccounts>
    <LocalAccount wcm:action="add">
    <Password>
    <Value>XXXXXXXXXXXXXXXX</Value>
    <PlainText>false</PlainText>
    </Password>
    <Description>Temp Account We have to Add because setup requires it</Description>
    <Name>temp</Name>
    </LocalAccount>
    </LocalAccounts>
    </UserAccounts>
    <RegisteredOrganization>XXXXXX</RegisteredOrganization>
    <RegisteredOwner>XXXXXX</RegisteredOwner>
    <TimeZone>AUS Eastern Standard Time</TimeZone>
    <AutoLogon>
    <Password>
    <Value>XXXXXXXXXXXXXXXXXXX</Value>
    <PlainText>false</PlainText>
    </Password>
    <Domain>.</Domain>
    <Enabled>true</Enabled>
    <Username>Administrator</Username>
    <LogonCount>1</LogonCount>
    </AutoLogon>
    <FirstLogonCommands>
    <SynchronousCommand wcm:action="add">
    <CommandLine>net user temp /delete</CommandLine>
    <Description>Delete temp user account that we have to create</Description>
    <Order>1</Order>
    </SynchronousCommand>
    </FirstLogonCommands>
    </component>
    <component name="Microsoft-Windows-International-Core" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <InputLocale>en-US</InputLocale>
    <SystemLocale>en-AU</SystemLocale>
    <UILanguage>en-US</UILanguage>
    <UserLocale>en-AU</UserLocale>
    </component>
    </settings>
    </unattend>

  • Missing characteristics value after exporting to excel

    Hi
    I created a web template with WAD 7.0 that is using a button with Export to Excel functionality.
    The issue i have is that if I export to Excel, I don't see the characteristics/filter values e.g
    Cal. year / quar
    Company Code
    Fiscal year/period
    Vendor
    Vendor Account Group
    Structure
    It displays only the data.
    How do I get these characteristic values do display in excel.
    thanks

    Hi,
    thanks for your response. I have checked and couldn't find options for select Analysis grid or Filter grid.
    In the button, I used command * Export web application* and in the parameters I could find anything close to choosing the options you mentioned.
    thanks

  • Not able to get the profile option value

    Hi,
    Not able to get the profile option value after i changed the new value in the application.
    I am using fnd_global.apps_initialize to initialize the apps from PLSQL code to get the updated profile option value. But fnd_profile.value is not getting fetched the updated value. Still it is fetching the old one. I mean it is stored in database cache. Please any one let me know how to get the new value every time after i changed the value.
    Thanks

    What is the application release?
    Is this a custom or seeded profile option?
    Can you confirm that the value got changed from the application (query the profile option and verify the value)?
    Can you reproduce the issue if you use an API to update this profile option as per (How to Change Profile Option Value Without Forms? [ID 943710.1])?
    Thanks,
    Hussein

  • Missing Parameter Values CR2008 Optional Parameter

    Hi,
    I am getting "Missing Parameter Values" error
    "CrystalDecisions.CrystalReports.Engine.ParameterFieldCurrentValueException: Fehlende Parameterwerte. ---> System.Runtime.InteropServices.COMException (0x8004100E)"
    if I try to export a Report with an optional Parameter without setting the parametervalue.
    The Report works fine with ReportViewer.
    If I uncomment the "Parameterpart" and set a parametervalue it works fine, but it should works without a parametervalue too, its optional.
    I have tried many for a long time and read many Websites but it does not work !
    I use WinXP SP2 CR2008 with C# .NET 2.0 VS2005
    CrystalDecisions.CrystalReports.Engine.dll version 12.0.2000.683 Date: 2008-03-01
    CrystalDecisions.Shared.dll version 12.0.2000.683 Date: 2008-03-01
    Sorry my English is very Bad !
    Thanks a lot!
    ExportFormatType ExportType = ExportFormatType.PortableDocFormat;
                ReportDocument RD = new ReportDocument();
                RD.Load("C:\\ParaTest01.rpt");
                string strServer = "<ServerName>";
                string strDB = "<DBName>";
                string strUser = "<UserID>";
                string strPW = "<PW>";
                RD.SetDatabaseLogon(strUser, strPW, strServer, strDB);
                //ParameterFieldDefinitions crParameterFieldDefinitions = RD.DataDefinition.ParameterFields;
                //ParameterFieldDefinition crParameter1 = crParameterFieldDefinitions[0];
                //ParameterValues crParameter1Values = crParameter1.CurrentValues;
                //ParameterDiscreteValue crDiscrete1Value = new ParameterDiscreteValue();
                //crDiscrete1Value.Value = "GER";
                //crParameter1Values.Add(crDiscrete1Value);
                //crParameter1.ApplyCurrentValues(crParameter1Values);
                RD.ExportToDisk(ExportType, "C:\\Test2.pdf");
    RecordSelectionFormula in Report:
    (not HasValue({?Land}) OR {tab.location_code} = {?Land}) and
    {tab.sup} = "XXX" and
    {tab.Accounting_Period} = "200801"

    You need to be careful when using optional parameters. If you are using the optional parameter in a record selection formula you'll need to check and make sure it has a value before you use it. There is a function call HasValue() that you can use to do this.
    If you have an optional parameter in the record selection formula and you don't pass a value you'll need to make sure your selection formula can be completed with out it.
    This is an excerpt from our help file.
    Crystal Reports supports optional parameters. An optional parameter is a prompted value that does not have to be supplied by the user.
    Report designers should provide some guidance to the end user that a parameter is optional by adding this information to the prompt text.
    Optional parameters are treated by Crystal Reports as optional anywhere within the report that they are used. You cannot set one instance of the parameter to optional and another to mandatory.
    Note: After you set a parameter to optional, if you use the Select Expert, the system will automatically add the selection formula for you using the HasValue() function.
    The Formula Workshop Editor does not automatically add the formula. Only the Select Expert automatically adds the formula for you.
    If you change the parameter from optional to mandatory, the HasValue() function is not automatically removed from your formula.
    Handling a parameter with no value
    When the report engine evaluates any formula which references an optional parameter that does not have a value, it generates a runtime error. All formulas that reference an optional parameter should first use the HasValue() function to check if that parameter has a value before evaluating it. This includes record selection formulas and saved data formulas.
    Note: The system will not automatically drop a statement from the SQL WHERE clause. It is the report designeru2019s responsibility to decide which statement to leave out based on HasValue() testing.

  • How Can i retain the Shared Variable Values after PC rebooting

    Hi all,
    I am facing a paculiar problem with Shared Variables. I have an application in which shared variables are used for data communication.
    One of the application requirement is to retain the variable values eventhough PC is rebooted or started after crashing. 
    As per the my understanding, the variable values will retain eventhough the PC is rebooted. But here i can observe a paculiar problem like some library variables are retaing the values while some others not. I enabled logging for all the variables.
    I tried many ways. like logging enabled, logging disabled, changing variable names, changing process names etc... But i am not getting a consistent behaviour.
    I hope some you can help me in solving this issue.. "How Can i retain the Shared Variable Values after PC rebooting"
    Thanks and Regards,
    Mir

    Hi Blackperl,
    Thanks for the post and I hope your well. 
    What do you mean by not getting consistent behaviour.. this will all depend on excatly when the crash happens i.e. before the write or after. 
    Surely a better method would be to log the data to a file during the reboot...
    I beleived the value read back
    will be the default value for the shared variable's data type.
    The LabVIEW DSC 8.0 module adds more functionality to the shared variable, including initial values and alarms.
    If you enable an initial value on a shared variable, when the variable
    engine comes back on-line it will default to this value. Setting a bad
    status alarm for the shared variable is also a good way of handling
    this type of event. Additionally, if you are using a LabVIEW Real-Time
    target such as Compact RIO or Compact FieldPoint, it is appropriate to
    consider hosting the shared variable engine on the real-time target.
    These devices have watch-dog capabilities and are typically the
    hardware controlling the critical pieces of an application. Most
    Windows or PC-based targets do not have these fail-safes.
    I guess, if you could explain to me again that would be great. From my point of view, if I have a cRIO and a Windows PC. If the windows PC crashes, the cRIO will still update its shared variables. Then once the PC has started up its own shared variable engine, and the bindings are loaded, it will once again continue to update its copies of the variables.
    Please let me know what you think,
    Kind Regards,
    James.
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • View option doesn't work in Lion Finder after reboot

    Hi.
    Following problem:
    The Finder in Lion forgets the view options after a reboot.
    Example: If I set a folder in picture view after rebooting I get a list view.
    Or: All of my external HDs folder appears as standard folder (Download) not as folder before I reboot the system.
    I have changed the DS_Store files and substitute with my old Snow Leopard files from backup, deleted Finder plist etc., etc.
    No way to change this situation... .
    Anybody here with same problem and, maybe, with any kind of solution?
    Mactheny.

    have you tried removing the ~/Library/com.apple.Finder.plist?restart then test again

  • Also RAID 5 missing after reboot; RA Utilities non effective

    I am having a nearly identical problem as listed in the "RAID 5 missing after reboot; RA Utilities non effective" thread, with one or two small differences.
    We shut down our Xserve RAID normally on friday, started it back up on Monday to find that one of the arrays was no longer there. RAID 1 is still working perfectly, but RAID 2 now has all the drives listed as spare. Tried all the tools in RAID Admin, but nothing has worked. At the advice of Apple tech support i updated the firmware to 1.5, swapped out controllers and cables, and tried using the Recognize RAID command in utilities. Nothing has worked. Apple recomended bring the drives to Drive Savers to get the data recovered. Does anyone have any other ideas?
    Oh, also this raid was reporting a failed drive on friday before it was shut off, when powered back on the drive now claims to be fine.

    Guess I got lucky.... After a reboot of the Xserve RAID, RAID #2 mounted again. Did my backups, shut it back down, and updated firmware to 1.5 with no problems. All seems good now.
    Still wondering what happened.
    It appears that drive #8 failed, and after the rebuild with new replacement drive, it seems as though the controller needed to be restarted too. The odd thing is, before the restart, #2 was acting like it had three new drives and no array configured at all. After the reboot, there is the RAID 5 array, no rebuild or anything - ready to go.
    So here is my question:
    How often does everyone reboot their Xserve RAID? should it be done periodically? Every 3 months? Every month?
    Or is this just a hiccup with the parity rebuild, and nothing else to worry about, or even a firmware issue for the controller(s) that 1.5 may resolve?

  • Cookies missing after reboot

    I'm running windows XP and lately all cookies were deleted every time I reboot my computer. All cookies, and default settings are gone after reboot, I even switched back to IE8 and same issue noted on both IE8 and Firefox 3.6.12

    Again and again!!!I reformatted my usb drive and created a brand new safepoint.
    everyting was ok but two days after, the system has rebooted (no warning and I don't know why) and my Safepoints are missing in the dashboard.
    Obviosly in the WDMyCloud desktop app the SP are visible... Frustating! :-(

  • Disk label missing after reboot

    Everytime after reboot windows 2008 r2 , the secord disk label was missing? does anyone know the reason and how to slove it?
    thanks a lot.

    Hi MJ000111,
    Thanks for your post.
    This forum is to discuss problems of Application Compatibility for Windows Desktop Development . Your question is not related to the topic of this forum. I think you can post your issue to
    here for better response.
    Thanks for your understanding.
    Best Regards,
    Eileen
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Portcost value changes after reboot on Cat OS

    here is the command on my switch
    set spantree portcost 3/1-48 3019
    after reboot have noticed many times.. the value changes to someother random value..
    Can any one explain whats the reason behind this..
    Thanks.
    Mahesh.

    Hi Mahesh,
    Howdy!!
    Can you please confirm that after reboot there is a change in path cost of port cost. As you have manually configured the port cost is should not change for that switchport but yes path cost may change after reboot as switch may found some other best path to reach the root bridge. All depends on topology and your network design.
    Just want to confirm when the switch is rebooted does the value you have configured in the command changes in your config or you are checking this with a "sh spantree" command?
    Regards,
    Ankur

  • Closed all firefox windows by clicking the x 'cancel', then 'close tabs'. After reboot, couldn't recover open tabs, (options were not highlighted under History , i.e. Recently Closed Tabs or Recently Closed Windows). Why couldn't I recover my tabs?

    When rebooting mac, I closed all firefox windows by clicking the cancel "x" and then clicked "close tabs". After rebooting I could not recover my open tabs, as none of the options were highlighted under History , i.e. Recently Closed Tabs or Recently Closed Windows.

    We're sorry to hear that Firefox is crashing. In order to assist you better, please follow the steps below to provide us crash IDs to help us learn more about your crash.
    #Enter ''about:crashes'' in the Firefox address bar and press Enter. A Submitted Crash Reports list will appear, similar to the one shown below.
    #Copy the '''5''' most recent Report IDs that start with '''bp-''' and then go back to your forum question and paste that into the "Post a Reply" box. (Please don't take a screenshot of your crashes, just copy and paste the ID's. The below image is just an example of what your Firefox screen should look like)
    :[[Image:aboutcrashesFx29|width=500]]
    Thank you for your help!
    More information and further troubleshooting steps can be found in the [[Firefox crashes - Troubleshoot, prevent and get help fixing crashes]] article.

  • RAID 5 missing after reboot; RA Utilities non effective

    I had 7 drives formated in RAID 5, after reboot, on my Xserve I can not mount RAID.
    If I check with RAID admin, it seems everything to be o.k, but one event is strange:
    RAID Controller 1 Fibre LIP; A Fibre Channel Loop Initialization Primitive (LIP) was detected. This often occurs when a new device is connected to the Fibre Channel network.
    I did not connect any new devices... Same is with controller 2.
    Every one of drives is described as "spare" but they were in RAID 5 all of 7 drives. If I check the arrays tab, no arrays are present.
    If I try to Verify the array the "verify array" button is dimmed so I can not proceed.
    Same is with Rebuild parity data or recognize array on both controlers.
    Is there any possibility that I can establish RAID with all data?
    I did not found any terminal commands for that...
    Any idea? Any hint?

    Hi Milos,
    I was in the same situation few months ago. The same problems you reporting there, except of that, that my array dissapeared after successfull firmware update (and I had RAID3 on 6 disks). After unsuccessful technical support here I managed two trips of my disks to Apple engeneer in USA (I am from Czech Rep.) with no success. For the first time, they gave me back RAID 3 on 5 disks (not on 6 as I had before) and after second trip, thay gave me back 5 empty disks and the 6th one was damaged. So, my opinion as a man from Central Europe is, that we have no chance to have our datas back!
    Problem was, that first 64 kB were zeroed (metadata with RAID schema are placed there). They tried (in Apple) to restore these metadatas on disks back, but as I said before, thay probably had a bad days.
    Only one thing you can try is to find someone with XRAID at your place and try to put your disks there. May be your array will appear there, so you will be able to copy your data to some other disk. But if the first 64 kB on disks are zeroed ....
    Anyway, please let me know if you solve your problem. I still have my disks untouched waiting for some miracle...

  • Lion takes 15 seconds to log in after reboot on Macbook Pro 13" (early 2011)

    I have been having sluggish performance (repeated beachballs, etc.) on my Macbook Pro 13-inch (2.7 GHz Intel Core i7, 4 GB RAM), which I bought this summer pre-installed with Lion.
    I didn't migrate my old system, I just installed everything on my new machine. After about 9 years of OS X upgrades on various machines, I decided to start fresh and just installed my applications and transferred the data manually. It took some time, but I wanted it lean and clean.
    Within weeks though, things were starting to slow down. This morning, it took over 15 seconds after reboot before I could even log in to my user account (I clicked on the icon for my account, and after 4-5 seconds it beachballed for 10 seconds before the field for the password "slid" into place).
    I've tried checking and unchecking having Lion restore my previous session before rebooting; closing all applications before restarting; not closing applications before restarting. But consistently, right after logging in for several minutes, and then after several hours of use (and/or the next day, if I put my laptop to sleep instead of shutting it down) opening, saving documents, viewing mailboxes after opening Mail, or even viewing folder contents in the Finder can take from several to 30+ seconds.
    Here is the log from my most recent boot. I have Dropbox, LogMeIn, Default Folder, and Growl (the pre-App Store version), and I have Parallels (which I very rarely use), but I don't see why any of these would slow down my machine before I even log in. Besides this, I have pretty standard fair applications. I would very much appreciate any help/advice!
    06/12/11 02:57:20,000 bootlog: BOOT_TIME 1323161840 0
    06/12/11 02:57:35,567 UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built Jun 13 2011 17:29:21
    06/12/11 02:57:36,000 kernel: PMAP: PCID enabled
    06/12/11 02:57:35,578 UserEventAgent: CertsKeychainMonitor: configuring
    06/12/11 02:57:35,752 UserEventAgent: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 12551
    06/12/11 02:57:35,752 UserEventAgent: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    06/12/11 02:57:36,000 kernel: Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    06/12/11 02:57:36,000 kernel: vm_page_bootstrap: 987432 free pages and 52952 wired pages
    06/12/11 02:57:36,000 kernel: kext submap [0xffffff7f8072e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072e000]
    06/12/11 02:57:36,000 kernel: zone leak detection enabled
    06/12/11 02:57:36,000 kernel: standard timeslicing quantum is 10000 us
    06/12/11 02:57:36,000 kernel: mig_table_max_displ = 73
    06/12/11 02:57:36,000 kernel: TSC Deadline Timer supported and enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    06/12/11 02:57:36,000 kernel: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    06/12/11 02:57:36,000 kernel: calling mpo_policy_init for TMSafetyNet
    06/12/11 02:57:36,000 kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    06/12/11 02:57:36,000 kernel: calling mpo_policy_init for Sandbox
    06/12/11 02:57:36,000 kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    06/12/11 02:57:36,000 kernel: calling mpo_policy_init for Quarantine
    06/12/11 02:57:36,000 kernel: Security policy loaded: Quarantine policy (Quarantine)
    06/12/11 02:57:36,000 kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    06/12/11 02:57:36,000 kernel: The Regents of the University of California. All rights reserved.
    06/12/11 02:57:36,000 kernel: MAC Framework successfully initialized
    06/12/11 02:57:36,000 kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    06/12/11 02:57:36,000 kernel: IOAPIC: Version 0x20 Vectors 64:87
    06/12/11 02:57:36,000 kernel: ACPI: System State [S0 S3 S4 S5] (S3)
    06/12/11 02:57:36,000 kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    06/12/11 02:57:36,000 kernel: [ PCI configuration begin ]
    06/12/11 02:57:36,000 kernel: AppleIntelCPUPowerManagement: Turbo Ratios 0057
    06/12/11 02:57:36,000 kernel: AppleIntelCPUPowerManagement: (built 21:08:10 Aug  9 2011) initialization complete
    06/12/11 02:57:36,000 kernel: console relocated to 0xf10000000
    06/12/11 02:57:36,000 kernel: PCI configuration changed (bridge=16 device=4 cardbus=0)
    06/12/11 02:57:36,000 kernel: [ PCI configuration end, bridges 12 devices 16 ]
    06/12/11 02:57:36,000 kernel: mbinit: done [64 MB total pool size, (42/21) split]
    06/12/11 02:57:36,000 kernel: Pthread support ABORTS when sync kernel primitives misused
    06/12/11 02:57:36,000 kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    06/12/11 02:57:36,000 kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    06/12/11 02:57:36,000 kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    06/12/11 02:57:36,000 kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    06/12/11 02:57:36,000 kernel: AppleIntelCPUPowerManagementClient: ready
    06/12/11 02:57:36,000 kernel: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID a4b197fffe1f2470; max speed s800.
    06/12/11 02:57:36,000 kernel: BTCOEXIST off
    06/12/11 02:57:36,000 kernel: wl0: Broadcom BCM4331 802.11 Wireless Controller
    06/12/11 02:57:36,000 kernel: 5.100.98.75
    06/12/11 02:57:36,000 kernel: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    06/12/11 02:57:36,000 kernel: rooting via boot-uuid from /chosen: 96C21F61-797D-3976-A440-77523146C652
    06/12/11 02:57:36,000 kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    06/12/11 02:57:36,000 kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK7559GSXF Media/IOGUIDPartitionScheme/Customer@2
    06/12/11 02:57:36,000 kernel: BSD root: disk0s2, major 14, minor 2
    06/12/11 02:57:36,000 kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    06/12/11 02:57:36,000 kernel: Kernel is LP64
    06/12/11 02:57:22,205 com.apple.launchd: *** launchd[1] has started up. ***
    06/12/11 02:57:35,250 com.apple.launchd: (com.parallels.desktop.launchdaemon) Unknown key for boolean: HopefullyExitsFirst
    06/12/11 02:57:35,250 com.apple.launchd: (com.stclairsoft.DefaultFolderXAgent) Unknown key for string: Version
    06/12/11 02:57:35,250 com.apple.launchd: (com.stclairsoft.DefaultFolderXAgent) Unknown key: Version
    06/12/11 02:57:38,000 kernel: BCM5701Enet: Ethernet address 3c:07:54:11:19:ea
    06/12/11 02:57:38,000 kernel: AirPort_Brcm4331: Ethernet address 28:cf:da:d7:d5:9c
    06/12/11 02:57:38,000 kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    06/12/11 02:57:38,000 kernel: IO80211Interface::efiNVRAMPublished(): 
    06/12/11 02:57:39,000 kernel: Previous Shutdown Cause: 5
    06/12/11 02:57:39,000 kernel: DSMOS has arrived
    06/12/11 02:57:39,082 airportd: _processDLILEvent: en1 attached (down)
    06/12/11 02:57:40,000 kernel: Created virtif 0xffffff800ba49c00 p2p0
    06/12/11 02:57:40,000 kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    06/12/11 02:57:40,124 UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    06/12/11 02:57:40,124 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    06/12/11 02:57:40,124 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06/12/11 02:57:40,125 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06/12/11 02:57:40,125 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    06/12/11 02:57:40,125 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06/12/11 02:57:40,125 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06/12/11 02:57:40,132 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    06/12/11 02:57:40,516 com.apple.SecurityServer: Session 100000 created
    06/12/11 02:57:41,763 configd: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    06/12/11 02:57:41,763 configd: DHCP en1: INIT-REBOOT transmit failed
    06/12/11 02:57:41,778 configd: setting hostname to "MacBook-Pro-dAutrefois.local"
    06/12/11 02:57:41,782 configd: network configuration changed.
    06/12/11 02:57:41,934 mDNSResponder: mDNSResponder mDNSResponder-320.10 (Aug  2 2011 19:56:51) starting OSXVers 11
    06/12/11 02:57:44,952 com.apple.SecurityServer: Entering service
    06/12/11 02:57:45,892 systemkeychain: done file: /var/run/systemkeychaincheck.done
    06/12/11 02:57:45,905 configd: network configuration changed.
    06/12/11 02:57:45,907 configd: network configuration changed.
    06/12/11 02:57:45,908 mDNSResponder: D2D_IPC: Loaded
    06/12/11 02:57:45,908 mDNSResponder: D2DInitialize succeeded
    06/12/11 02:57:45,910 mDNSResponder: Adding registration domain autrefois.members.mac.com.
    06/12/11 02:57:46,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:46,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:46,425 com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    06/12/11 02:57:46,425 com.apple.pfctl: No ALTQ support in kernel
    06/12/11 02:57:46,425 com.apple.pfctl: ALTQ related functions disabled
    06/12/11 02:57:46,548 Parallels: Loading kernel extension  prl_hypervisor.kext
    06/12/11 02:57:47,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:47,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:47,000 kernel: AppleBCM5701Ethernet:        0        0 setFixedSpeed - logic error, speed any?
    06/12/11 02:57:48,000 kernel: en1: 802.11d country code set to 'US'.
    06/12/11 02:57:48,000 kernel: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    06/12/11 02:57:48,000 kernel: MacAuthEvent en1   Auth result for: 00:25:bc:8d:98:b5  MAC AUTH succeeded
    06/12/11 02:57:48,000 kernel: wlEvent: en1 en1 Link UP
    06/12/11 02:57:48,000 kernel: AirPort: Link Up on en1
    06/12/11 02:57:48,000 kernel: en1: BSSID changed to 00:25:bc:8d:98:b5
    06/12/11 02:57:48,423 Parallels: Loading kernel extension  prl_hid_hook.kext
    06/12/11 02:57:48,946 awacsd: Starting awacsd connectivity-47 (Jul  7 2011 20:52:38)
    06/12/11 02:57:48,956 awacsd: Connecting AWACS client: autrefois
    06/12/11 02:57:49,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:49,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:49,000 kernel: AirPort: RSN handshake complete on en1
    06/12/11 02:57:49,000 kernel: /drv/ HypApic.c:230   Host APIC  phy 0xFEE00000  lin 0xffffff807edde000  ver 0x15
    06/12/11 02:57:49,000 kernel: /drv/ HypVtd.c:3718   [vtdInit]
    06/12/11 02:57:49,000 kernel: /drv/ HypVtd.c:3734   [vtdInit] VTD initialization disabled
    06/12/11 02:57:49,000 kernel: /drv/ HypLowCache.c:173   Low cache initialized (6848 kB for 8 VMs on 4096 MB)
    06/12/11 02:57:49,000 kernel: /drv/ HypSMBios.c:54   Failed to find SMBios entry point
    06/12/11 02:57:49,000 kernel: /drv/ HypModule.c:174   Parallels IPI irq = 0 ipi = 0(0x0)
    06/12/11 02:57:49,000 kernel: /drv/ HypModule.c:181   Parallels Hypervisor 6.0.12094.676494 loaded.
    06/12/11 02:57:49,241 com.apple.usbmuxd: usbmuxd-263 on Aug 23 2011 at 00:44:06, running 64 bit
    06/12/11 02:57:49,422 UserEventAgent: ServermgrdRegistration cannot load config data
    06/12/11 02:57:49,462 rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    06/12/11 02:57:50,516 Parallels: Loading kernel extension  prl_usb_connect.kext
    06/12/11 02:57:51,000 kernel: /prl_hid/ Parallels HID Helper started.
    06/12/11 02:57:51,314 xpchelper: for uid: 222 -- timeout while waiting on FSEvents flush; clearing cache.
    06/12/11 02:57:53,488 xpchelper: for uid: 0 -- timeout while waiting on FSEvents flush; clearing cache.
    06/12/11 02:57:53,662 loginwindow: Login Window Application Started
    06/12/11 02:57:54,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:54,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:57:54,460 Parallels: Trying to load kernel extensions, exit status: 0
    06/12/11 02:57:57,520 mds: (Normal) FMW: FMW 0 0
    06/12/11 02:57:58,384 Parallels: Starting Parallels networking...
    06/12/11 02:57:58,484 configd: network configuration changed.
    06/12/11 02:57:58,500 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    06/12/11 02:57:58,500 UserEventAgent: CaptiveNetworkSupport:CNSPreferencesBuildSSIDLookup:278 ssidLookup:
    06/12/11 02:57:58,500 UserEventAgent:   <empty>
    06/12/11 02:58:11,435 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    06/12/11 02:58:11,436 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    06/12/11 02:58:11,496 mds: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    06/12/11 02:58:11,572 com.apple.launchd: (com.apple.netbiosd[99]) Exited abnormally: Hangup: 1
    06/12/11 02:58:12,198 Parallels: Loading kernel extension  prl_netbridge.kext
    06/12/11 02:58:12,644 airportd: _doAutoJoin: Already associated to “Merrol's Network”. Bailing on auto-join.
    06/12/11 02:58:12,652 airportd: _doAutoJoin: Already associated to “Merrol's Network”. Bailing on auto-join.
    06/12/11 02:58:16,412 UserEventAgent: servermgr_certs[11] -[CertsRequestHandler(HelperAdditions) identitiesFromKeychain:]:          SecItemCopyMatching (err = -25300)
    06/12/11 02:58:16,414 com.apple.UserEventAgent-System: SecItemCopyMatching: L’élément spécifié est introuvable dans le trousseau.
    06/12/11 02:58:16,417 UserEventAgent: servermgr_certs[11] -[CertsRequestHandler(HelperAdditions) identitiesFromKeychain:]:          SecItemCopyMatching (err = -25300)
    06/12/11 02:58:16,417 com.apple.UserEventAgent-System: SecItemCopyMatching: L’élément spécifié est introuvable dans le trousseau.
    06/12/11 02:58:16,417 UserEventAgent: CertsKeychainMonitor: ready to process keychain & timer events
    06/12/11 02:58:17,960 Parallels: Loading kernel extension  prl_vnic.kext
    06/12/11 02:58:18,000 kernel: com.parallels.kext.prlnet 6.0.12094.676494 has started.
    06/12/11 02:58:19,946 ntpd: proto: precision = 1.000 usec
    06/12/11 02:58:21,000 kernel: macx_swapon SUCCESS
    06/12/11 02:58:22,652 UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on Merrol's Network because it is protected and not on the exception list
    06/12/11 02:58:22,655 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    06/12/11 02:58:22,000 kernel: com.parallels.kext.vnic 6.0.12094.676494 has started.
    06/12/11 02:58:22,656 configd: network configuration changed.
    06/12/11 02:58:23,000 kernel: utun_ctl_connect: creating interface utun0
    06/12/11 02:58:24,000 kernel: nspace-handler-set-snapshot-time: 1323161906
    06/12/11 02:58:24,757 awacsd: RouteDiscovery: sendmsg error (6): Device not configured
    06/12/11 02:58:25,000 kernel: utun_ctl_connect: creating interface utun0
    06/12/11 02:58:25,000 kernel: utun0: attached with 0 suspended link-layer multicast membership(s)
    06/12/11 02:58:26,838 loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    06/12/11 02:58:27,206 com.apple.mtmfs: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//mtmfsMap64
    06/12/11 02:58:27,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:58:30,892 com.apple.launchd: (com.logmein.logmeinguiagent) Unknown key for boolean: UseLMILaunchAgentFixer
    06/12/11 02:58:30,895 com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    06/12/11 02:58:32,589 airportd: _doAutoJoin: Already associated to “Merrol's Network”. Bailing on auto-join.
    06/12/11 02:58:32,791 com.apple.SecurityServer: Session 100005 created
    06/12/11 02:58:32,792 loginwindow: Login Window Started Security Agent
    06/12/11 02:58:33,175 SecurityAgent: Echo enabled
    06/12/11 02:58:33,175 SecurityAgent: Echo enabled
    06/12/11 02:58:37,449 SecurityAgent: User info context values set for autrefois
    06/12/11 02:58:37,449 SecurityAgent: User info context values set for autrefois
    06/12/11 02:58:38,379 authorizationhost: Failed to authenticate user <autrefois> (error: 9).
    06/12/11 02:58:42,604 vpnagent: Cisco AnyConnect VPN Client Agent started, version 2.5.3041
    06/12/11 02:58:42,680 vpnagent: Function: initMsgCatalog File: i18n/MsgCatalog.cpp Line: 179 Current locale: en-us
    06/12/11 02:58:42,681 vpnagent: Function: loadProfiles File: ProfileMgr.cpp Line: 112 No profile is available.
    06/12/11 02:58:42,682 vpnagent: Function: fileExists File: Utility/sysutils.cpp Line: 500 Invoked Function: _tstat Return Code: 2 (0x00000002) Description: unknown File: /opt/cisco/vpn/AnyConnectLocalPolicy.xml Error: No such file or directory
    06/12/11 02:58:44,239 vpnagent: Current Preference Settings: CertificateStoreOverride: false CertificateStore: All ShowPreConnectMessage: false AutoConnectOnStart: false MinimizeOnConnect: true LocalLanAccess: false AutoReconnect: true AutoReconnectBehavior: DisconnectOnSuspend AutoUpdate: true ProxySettings: Native AllowLocalProxyConnections: true PPPExclusion: Disable PPPExclusionServerIP:  AutomaticVPNPolicy: false TrustedNetworkPolicy: Disconnect UntrustedNetworkPolicy: Connect TrustedDNSDomains:  TrustedDNSServers:  AlwaysOn: false ConnectFailurePolicy: Closed AllowCaptivePortalRemediation: false CaptivePortalRemediationTimeout: 5 ApplyLastVPNLocalResourceRules: false AllowVPNDisconnect: true EnableScripting: false TerminateScriptOnNextEvent: false EnableAutomaticServerSelection: false AutoServerSelectionImprovement: 20 AutoServerSelectionSuspendTime: 4 AuthenticationTimeout: 12
    06/12/11 02:58:44,617 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:44,617 vpnagent: Function: logInterfaces File: RouteMgr.cpp Line: 2076 Invoked Function: logInterfaces Return Code: 0 (0x00000000) Description: IP Address Interface List: 
    06/12/11 02:58:44,617 vpnagent: Function: readConfigParamFromFile File: vpnconfig.cpp Line: 3171 The specified configuration file for MUS service does not exist
    06/12/11 02:58:44,617 vpnagent: Default route not cleared, no store
    06/12/11 02:58:44,725 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:44,725 vpnagent: Function: applyHostConfigForNoVpn File: MainThread.cpp Line: 7570 No network interface is available, will not apply the noVPN host configuration.
    06/12/11 02:58:44,725 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:44,793 com.logmein.logmeinguiagent: 2011-12-06 02:58:44.792 - Info      - LMIGUIAgent - Main - starting...
    06/12/11 02:58:44,793 com.logmein.logmeinguiagent: 2011-12-06 02:58:44.792 - Info      - LMIGUIAgent - Main - started:159 uid:0 (parent:1 launchd)
    06/12/11 02:58:44,793 com.logmein.logmeinguiagent: 2011-12-06 02:58:44.792 - Info      - LMIGUIAgent - Main - waiting for window server connection
    06/12/11 02:58:45,244 com.logmein.logmeinguiagent: 2011-12-06 02:58:45.244 - Info      - LMIGUIAgent - Main - waiting for window server session
    06/12/11 02:58:45,497 com.logmein.logmeinguiagent: 2011-12-06 02:58:45.496 - Info      - LMIGUIAgent - Main - connecting to session manager
    06/12/11 02:58:45,812 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,813 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,813 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,000 kernel: com_parallels_kext_prl_vnic: created vnic0
    06/12/11 02:58:45,000 kernel: com_parallels_kext_prl_vnic: created vnic1
    06/12/11 02:58:45,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:58:45,814 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,815 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,815 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:45,891 Parallels: Parallels networking sucessfully started
    06/12/11 02:58:45,893 Parallels: Restarting CiscoVPN
    06/12/11 02:58:46,093 SystemStarter: Unknown service: CiscoVPN
    06/12/11 02:58:46,096 Parallels: Starting Parallels Dispatcher Service
    06/12/11 02:58:46,099 Parallels: Parallels Dispatcher Server sucessfully started
    06/12/11 02:58:46,944 ntpd: bind(32) AF_INET6 fe80::21c:42ff:fe00:8%9#123 flags 0x11 failed: Can't assign requested address
    06/12/11 02:58:46,944 ntpd: unable to create socket on vnic0 (11) for fe80::21c:42ff:fe00:8#123
    06/12/11 02:58:46,944 ntpd: bind(32) AF_INET6 fec0:0:0:fea9::1#123 flags 0x11 failed: Can't assign requested address
    06/12/11 02:58:46,944 ntpd: unable to create socket on vnic0 (12) for fec0:0:0:fea9::1#123
    06/12/11 02:58:46,944 ntpd: bind(33) AF_INET6 fe80::21c:42ff:fe00:9%10#123 flags 0x11 failed: Can't assign requested address
    06/12/11 02:58:46,945 ntpd: unable to create socket on vnic1 (14) for fe80::21c:42ff:fe00:9#123
    06/12/11 02:58:46,945 ntpd: bind(33) AF_INET6 fec0:0:0:feaa::1#123 flags 0x11 failed: Can't assign requested address
    06/12/11 02:58:46,945 ntpd: unable to create socket on vnic1 (15) for fec0:0:0:feaa::1#123
    06/12/11 02:58:47,155 prl_naptd: Starting Parallels Network Daemon
    06/12/11 02:58:48,686 prl_naptd: vnic0: DHCP/NAT for 10.211.55.1-10.211.55.254 netmask 255.255.255.0
    06/12/11 02:58:48,687 prl_naptd: vnic1: DHCP for 10.37.129.1-10.37.129.254 netmask 255.255.255.0
    06/12/11 02:58:49,000 kernel: vnic0: promiscuous mode enable failed
    06/12/11 02:58:49,000 kernel: vnic1: promiscuous mode enable failed
    06/12/11 02:58:49,726 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:49,726 vpnagent: Function: applyHostConfigForNoVpn File: MainThread.cpp Line: 7570 No network interface is available, will not apply the noVPN host configuration.
    06/12/11 02:58:49,726 vpnagent: Function: if_get_interfaces File: Utility/if_unix.cpp Line: 185 Invoked Function: ioctl Return Code: -1 (0xFFFFFFFF) Description: unknown (SIOCGIFDSTADDR) for interface "utun0"
    06/12/11 02:58:50,000 kernel: utun_ctl_connect: creating interface utun1
    06/12/11 02:58:50,000 kernel: SIOCPROTODETACH_IN6: utun1 error=6
    06/12/11 02:58:51,075 com.logmein.logmeinguiagent: 2011-12-06 02:58:51.075 - Debug     - LMIGUIAgent - SessionManager - SessionAgentStarted
    06/12/11 02:58:51,472 com.logmein.logmeinguiagent: Cannot create socket:/var/tmp/com.logmein.LMIServer/AgentSocket errno: (61) Connection refused
    06/12/11 02:58:52,843 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.842 - Info      - LMIGUIAgent - Main - starting...
    06/12/11 02:58:52,843 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.843 - Info      - LMIGUIAgent - Main - started:204 uid:0 (parent:1 launchd)
    06/12/11 02:58:52,843 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.843 - Info      - LMIGUIAgent - Main - waiting for window server connection
    06/12/11 02:58:52,843 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.843 - Info      - LMIGUIAgent - Main - waiting for window server session
    06/12/11 02:58:52,844 com.logmein.logmeinguiagent: 2011-12-06 02:58:52.843 - Info      - LMIGUIAgent - Main - connecting to session manager
    06/12/11 02:58:53,365 com.logmein.logmeinguiagent: 2011-12-06 02:58:53.365 - Debug     - LMIGUIAgent - SessionManager - SessionAgentStarted
    06/12/11 02:58:53,365 com.logmein.logmeinguiagent: Cannot create socket:/var/tmp/com.logmein.LMIServer/AgentSocket errno: (61) Connection refused
    06/12/11 02:58:53,367 com.apple.launchd: (com.logmein.logmeinguiagent) Throttling respawn: Will start in 10 seconds
    06/12/11 02:58:56,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:58:56,000 kernel: /drv/ HypIoctls.c:912   Ioctl VT-d status: 0
    06/12/11 02:58:58,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:58:58,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:58:58,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:58:59,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:59:00,000 kernel: /drv/ MacDevice.cpp:608   com_parallels_hypervisor_client::powerDownHandler: message e0000340
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.387 - Info      - LMIGUIAgent - Main - starting...
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.387 - Info      - LMIGUIAgent - Main - started:206 uid:0 (parent:1 launchd)
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.387 - Info      - LMIGUIAgent - Main - waiting for window server connection
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.387 - Info      - LMIGUIAgent - Main - waiting for window server session
    06/12/11 02:59:03,388 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.388 - Info      - LMIGUIAgent - Main - connecting to session manager
    06/12/11 02:59:03,910 com.logmein.logmeinguiagent: 2011-12-06 02:59:03.909 - Debug     - LMIGUIAgent - SessionManager - SessionAgentStarted
    06/12/11 02:59:03,910 com.logmein.logmeinguiagent: Cannot create socket:/var/tmp/com.logmein.LMIServer/AgentSocket errno: (61) Connection refused
    06/12/11 02:59:03,911 com.apple.launchd: (com.logmein.logmeinguiagent) Throttling respawn: Will start in 10 seconds
    06/12/11 02:59:04,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:59:06,880 SecurityAgent: User info context values set for autrefois
    06/12/11 02:59:06,880 SecurityAgent: User info context values set for autrefois
    06/12/11 02:59:08,197 SecurityAgent: Login Window login proceeding
    06/12/11 02:59:08,197 SecurityAgent: Login Window login proceeding
    06/12/11 02:59:08,550 loginwindow: Login Window - Returned from Security Agent
    06/12/11 02:59:08,557 loginwindow: USER_PROCESS: 68 console
    06/12/11 02:59:08,588 airportd: _doAutoJoin: Already associated to “Merrol's Network”. Bailing on auto-join.
    06/12/11 02:59:08,667 applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    06/12/11 02:59:08,793 com.apple.launchd.peruser.501: (com.logmein.logmeingui) Unknown key for boolean: UseLMILaunchAgentFixer
    06/12/11 02:59:08,793 com.apple.launchd.peruser.501: (com.logmein.logmeinguiagent) Unknown key for boolean: UseLMILaunchAgentFixer
    06/12/11 02:59:08,794 com.apple.launchd.peruser.501: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    06/12/11 02:59:08,796 com.apple.launchctl.Aqua: load: option requires an argument -- D
    06/12/11 02:59:08,796 com.apple.launchctl.Aqua: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    06/12/11 02:59:09,568 UserEventAgent: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 19471
    06/12/11 02:59:09,741 com.apple.launchd.peruser.501: (com.apple.launchctl.Aqua[210]) Exited with code: 1
    06/12/11 02:59:12,510 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.421 - Info      - LMIGUIAgent - Main - starting...
    06/12/11 02:59:12,510 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.508 - Info      - LMIGUIAgent - Main - started:243 uid:501 (parent:176 launchd)
    06/12/11 02:59:12,510 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.508 - Info      - LMIGUIAgent - Main - waiting for window server connection
    06/12/11 02:59:12,511 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.510 - Info      - LMIGUIAgent - Main - waiting for window server session
    06/12/11 02:59:12,511 com.logmein.logmeinguiagent: 2011-12-06 02:59:12.510 - Info      - LMIGUIAgent - Main - connecting to session manager
    06/12/11 02:59:12,511 prl_naptd: Starting Parallels Network Daemon
    06/12/11 02:59:13,488 LogMeInGUI: LogMeIn GUI started
    06/12/11 02:59:14,000 com.logmein.logmeinguiagent: 2011-12-06 02:59:13.999 - Debug     - LMIGUIAgent - SessionManager - SessionAgentStarted
    06/12/11 02:59:17,283 sudo:     root : TTY=unknown ; PWD=/ ; USER=autrefois ; COMMAND=/bin/launchctl load /Library/LaunchAgents/com.parallels.vm.prl_pcproxy.plist
    06/12/11 02:59:17,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 02:59:17,832 [0x0-0x14014].com.elgato.eyetvhelper: EyeTV Helper version 3.5.2 build 306
    06/12/11 02:59:18,596 LogMeInGUI: Config watcher thread started
    06/12/11 02:59:18,650 LogMeInGUI: applicationDidFinishLaunching
    06/12/11 02:59:18,664 sudo:     root : TTY=unknown ; PWD=/ ; USER=autrefois ; COMMAND=/bin/launchctl start com.parallels.vm.prl_pcproxy
    06/12/11 02:59:19,820 LogMeInGUI: remoteControl:INACTIVE
    06/12/11 02:59:19,843 LogMeInGUI: processLine:ACCESSMASK: 18446743936270597119
    06/12/11 02:59:25,431 Mail: Using V2 Layout
    06/12/11 02:59:27,111 SystemUIServer: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 02:59:27,112 com.apple.SystemUIServer.agent: SystemUIServer: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 02:59:27,123 Dock: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 02:59:27,123 com.apple.Dock.agent: Dock: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 02:59:27,400 Finder: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 02:59:27,400 com.apple.Finder: Finder: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: Entered INJECT_pthread_entry
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: Installing event loop timer
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: proc: 0x1078e3e5b
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: upp: 0x1078e3e5b
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: InstallEventLoopTimer: 0x7fff898b10de
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: GetMainEventLoop: 0x7fff89872861
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: Loading /Library/DropboxHelperTools/Dropbox_u501/DropboxBundle.bundle/Contents/MacOS/Dr opboxBundle
    06/12/11 02:59:27,907 com.apple.Finder: Dropbox: timer installed!
    06/12/11 02:59:27,908 com.apple.Finder: Dropbox: dlopen returned: 0x7ff29bd821b0
    06/12/11 02:59:27,908 com.apple.Finder: module initializer in main thread?: 1
    06/12/11 02:59:32,294 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 02:59:32,637 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 02:59:33,219 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 02:59:48,648 Mail: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 02:59:48,648 [0x0-0x1e01e].com.apple.mail: Mail: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 02:59:58,932 LKDCHelper: Starting (uid=501)
    06/12/11 03:01:58,164 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.164 - Debug     - LMIGUIAgent - SessionManager - sessionTerminating
    06/12/11 03:01:58,164 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.164 - Debug     - LMIGUIAgent - SessionManager - DisplayServer stop
    06/12/11 03:01:58,164 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.164 - Debug     - LMIGUIAgent - SessionManager - DisplayServer close
    06/12/11 03:01:58,164 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.164 - Debug     - LMIGUIAgent - GUIAgent - DisplayServerStopped.Sent[243]
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: Session - Error occured:read errno: (9) Bad file descriptor
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.165 - Debug     - LMIGUIAgent - SessionManager - Connection closed
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.165 - Debug     - LMIGUIAgent - SessionManager - Closing DisplayServer
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.165 - Debug     - LMIGUIAgent - SessionManager - DisplayServer close
    06/12/11 03:01:58,166 com.logmein.logmeinguiagent: 2011-12-06 03:01:58.165 - Debug     - LMIGUIAgent - SessionManager - Exiting
    06/12/11 03:01:59,168 com.apple.launchd.peruser.501: (com.logmein.logmeinguiagent[243]) Exited with code: 1
    06/12/11 03:02:02,557 com.logmein.logmeingui: Determine OS version
    06/12/11 03:02:02,557 com.logmein.logmeingui: leopard
    06/12/11 03:02:02,557 com.logmein.logmeingui:   Executing command:unload -S Aqua /Library/LaunchAgents/com.logmein.logmeinguiagent.plist on launchd with sessiontype::Aqua
    06/12/11 03:02:02,557 com.logmein.logmeingui:   In session:Aqua
    06/12/11 03:02:02,557 com.logmein.logmeingui: Executing command:/bin/launchctl unload -w "/Library/LaunchDaemons/com.logmein.logmeinserver.plist" 2>&1 euid:0 uid:0
    06/12/11 03:03:02,059 com.apple.launchd.peruser.501: ([0x0-0x16016].com.getdropbox.dropbox[253]) Exited: Killed: 9
    06/12/11 03:03:09,151 com.apple.Finder: Dropbox: Not loading image DropboxBundle because it's already loaded.
    06/12/11 03:03:10,249 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 03:03:10,536 osascript: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 03:03:29,189 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:35,292 WindowServer: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    06/12/11 03:03:47,755 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CRDC200.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:47,755 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CRDC200.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:48,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 03:03:49,964 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:49,965 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:50,445 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409MSau02.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:50,445 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409MSau02.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:51,439 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409MSau02.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:51,439 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409MSau02.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:51,849 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CMSOf14.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:51,849 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CMSOf14.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:52,219 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CMSOf14.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:52,219 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CMSOf14.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:52,816 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409Merp2.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:52,816 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409Merp2.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:03:53,882 Microsoft AU Daemon: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409Merp2.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:03:53,882 Microsoft AU Daemon: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409Merp2.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:01,187 Microsoft AutoUpdate: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 03:04:01,826 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CRDC200.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:01,826 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CRDC200.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:06,039 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409MSau02.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:06,040 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409MSau02.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:06,907 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409MSau02.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:06,907 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409MSau02.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:07,304 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CMSOf14.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:07,304 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CMSOf14.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:07,311 Microsoft Outlook: Initializer-based scripting additions are no longer supported. "/Library/ScriptingAdditions/Adobe Unit Types.osax" not loaded.
    06/12/11 03:04:08,028 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/040CMSOf14.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:08,028 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/040CMSOf14.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:08,526 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409Merp2.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:08,527 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409Merp2.cat' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:09,055 Microsoft AutoUpdate: CFURLCreateWithString was passed this invalid URL string: '/mac/autoupdate/0409Merp2.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:09,055 Microsoft AutoUpdate: CFURLCreateWithBytes was passed these invalid URLBytes: '/mac/autoupdate/0409Merp2.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:15,917 Mail: -[POP3Connection fetchMessages:totalBytes:] failed: Error Domain=NSPOSIXErrorDomain Code=54 "Échec de la tentative d’envoi de données vers le serveur « (null) »." UserInfo=0x7f8b2951df10 {NSLocalizedDescription=Échec de la tentative d’envoi de données vers le serveur « (null) ».}
    06/12/11 03:04:23,226 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:24,030 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:24,215 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:24,978 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:24,980 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:24,980 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:25,070 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:25,372 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:25,523 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/oab.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:25,540 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:26,536 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/oab.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:26,946 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:27,853 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/oab.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:28,034 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:28,802 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,000 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-26.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:29,000 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-26.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,047 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,167 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:29,434 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,558 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:29,558 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:29,914 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-25.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:29,914 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-25.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:30,684 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:30,685 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:30,878 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:30,900 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:31,098 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-24.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:04:31,098 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-24.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:31,123 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/autodiscover/autodiscover.xml' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:04:42,094 Safari: Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
              /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
    06/12/11 03:04:42,094 [0x0-0x24024].com.apple.Safari: Safari: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
    06/12/11 03:05:00,000 kernel: nstat_lookup_entry failed: 2
    06/12/11 03:05:04,207 com.apple.launchd.peruser.0: Background: Bug: launchd_core_logic.c:3059 (25247):3
    06/12/11 03:05:04,207 com.apple.launchd.peruser.0: Background: job_mig_intran() was confused by PID 388 UID 0 EUID 0 Mach Port 0x1a07:
    06/12/11 03:05:04,207 com.apple.launchd.peruser.0: Bug: launchd_core_logic.c:8610 (25247):3: j != NULL
    06/12/11 03:05:10,381 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:10,527 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:05:10,960 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-23.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:10,960 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/OAB/41b159ae-659a-4263-aa94-2dc96ab09af2/ddba70fe-e20a-4024-9fea-3770413daf4d -binpatch-23.lzx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:05:11,237 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:11,372 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:05:13,629 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:13,630 Microsoft Outlook: CFURLCreateWithBytes was passed these invalid URLBytes: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateFromFileSystemRepresentation should be used instead.
    06/12/11 03:05:15,156 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:15,245 Microsoft Outlook: CFURLCreateWithString was passed this invalid URL string: '/EWS/Exchange.asmx' (a file system path instead of an URL string). The URL created will not work with most file URL functions. CFURLCreateWithFileSystemPath or CFURLCreateWithFileSystemPathRelativeToBase should be used instead.
    06/12/11 03:05:15,347 Microsoft Outlook: CFURLCreateWithBytes w

    After biting the bullet and ordering more RAM, my computer now is working a ton better. So that must have been the main issue. With 8 GB RAM, I can now even run Parallels fluidly (better than my work PC!) where before simple things like logging in to my MBP after reboot could take forever.
    The place I went to had several other people getting RAM upgrades at the same time as me, so between this and other comments I've seen in discussions here and elsewhere on the Internets, I take it to mean that either Apple should bump up the base RAM on its new machines, and/or stop charging so much for additional RAM.
    I refused to believe a Pro machine bought with Lion installed would come with too little RAM for light to medium usage, but it was apparently the case. I'll mark this as a correct answer and hope some other poor soul will come across this thread and be helped by it.

  • Error: Missing Parameter Values on

    I've started experiencing the "Missing Parameter Values" error on a report containing a subreport. All of my other reports can export just fine, but just not the one with the subreport. The report (and the subreport) both use a stored procedure to retrieve their data, with 4 parameters. The first three parameters are linked directly from the report to the subreport. The 4th parameter is optional, and is linked to the subreport with a Formula Field.
    When I delete the subreport, the report exports just fine, so the issue is definitely with the subreport ?configuration?
    I'm using Visual Studio 2005, with Crystal Reports for VS 2005. I've been searching the forums, and I downloaded and installed a package: crnet20win32x86_en_chf.zip, but it didn't solve my problem. Just to be sure, I restarted and installed it with nothing running, in case that could be a factor.
    Is there anything I can do to work through this? Any other fix I'm missing?
    Thanks
    Alex

    Thanks for the tip. I did that just now, and I found the [Hot Fix|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313339333533393334%7D.do]
    That particular Hot Fix describes my situation exactly, in that a report Stored Procedure parameter is "supposed" to be passed on to the Subreport. However, the Hot Fix describes prompting, which isn't occurring in my case, since I'm exporting the report entirely in code. My situation is just the error, Missing Parameter Values.
    In any case, I've already run that entire Hot Fix package (twice), and I've found that I have 2 of the crpe32.dlls. Neither one is the version specified in the Hot Fix, (Version 10.2.0.1256). The second dll listed below seems to be of a version prior to the Hot Fix, I don't know if it could be the reason why it still doesn't work after applying the Hot Fix.
    C:Program FilesCommon FilesBusiness Objects2.7Bin (Date 1/11/2007, version: 10.2.0.1624) and
    C:Program FilesCommon FilesCrystal Decisions2.5Bin (Date 10/5/2005, version: 10.0.5.1177).
    I've checked all the versions of references in my projects, and they all reference the 2.7 dlls, but I'd like to know if there is a way to replace the 2.5 version, just in case.
    As far as the other search results, they hinted at things I've already tried. What else can I try?
    Thanks,
    Alex

Maybe you are looking for

  • New to the HP Pavilion Dv9000 (Dv9310ca) Help?

    Normally I use a mac but today after fixing my aunts Dell Desktop PC (Bad RAM) She gave me her old HP Pavilion Dv9000 with the HP xb3000 Notebook Expansion Base. The laptop displays no video and the hard drive makes a repetitive clicking noise. I rem

  • How can I add images from collection after the book is saved?

    I am new to the Book module on Lightroom 5. I prepared a rough draft of a book and saved it with the tab on the right hand top of the main screen. Unfortunately, I saved it with the option of only saving the used images from the original collection.

  • Sound tracking off when editing clips

    Hi!  I am a new user of Premier Pro CC.   I am trying to import and edit a video.  I imported a video, put it in a sequence, and the extracted a clip, however after doing so, the sound is out of sync with the video.  The video and audio tracks are li

  • No. of connections on a port--need a count

    Hi, I want a program using that i have to know the count of no of connections are opened on a particular port. Ex/- tomcat is running on 8080 and i opened in 3 browsers http://localhost:8080. Is there any way that i can find the no of connections ope

  • Simply question: how can I change color of validation message ?

    After validation user has got for example text: "Wrong data" in black color. How can I change this color on red ?