Error in Weekly.out log file

I was just about to clone my MacintoshHD to a new SSD drive for my boot volume, so did a search for any basic cleanup tools or scripts or anything else I could do before creating the clone
I came across the fact that there are the daily weekly and monthly scripts that run by default within OS X.
On checking the logs I cam across this  and it has been happening every week since Sat Sep 12 12:51:09 BST 2009
Here it is:
Mon 14 Nov 2011 12:02:35 GMT
Rebuilding whatis database:
Running /etc/weekly.local:
-n Rotating psync log files:
/etc/weekly.local: line 17: syntax error near unexpected token `)'
/etc/weekly.local: line 17: `if [ -f /var/run/syslog.pid ]; then kill -HUP 0 101 80 79 102 103 81 98 106 104 0cat /var/run/syslog.pid | head -1); fi'
-- End of weekly output --
Is this an issue? obviously not a great one since I had not noticed it before..and as far as I know it has not created any issues to my use of the machine...just interested, that is all, and if I need to anything about it
Thanks

OK, thnaks for that.
I guess just deleting it is the answer, but if I do, will the in built scripts still run, just wondering where that script is called from when it runs, and did maybe the app that installed it, delete the entry that runs the in built scripts?
He is the offending script  and it loooks liek it came from a backup app called PsyncX
echo ""
echo -n "Rotating psync log files:"
cd /var/log
for i in psync.log; do
    if [ -f "" ]; then
        echo -n " "
        if [ -x /usr/bin/gzip ]; then gzext=".gz"; else gzext=""; fi
        if [ -f ".3" ]; then mv -f ".3" ".4"; fi
        if [ -f ".2" ]; then mv -f ".2" ".3"; fi
        if [ -f ".1" ]; then mv -f ".1" ".2"; fi
        if [ -f ".0" ]; then mv -f ".0" ".1"; fi
        if [ -f "" ]; then mv -f "" ".0" && if [ -x /usr/bin/gzip ]; then gzip -9 ".0"; fi; fi
        touch "" && chmod 640 "" && chown root:admin ""
    fi
done
if [ -f /var/run/syslog.pid ]; then kill -HUP 0 101 80 79 102 103 81 98 106 104 0cat /var/run/syslog.pid | head -1); fi
In my /private/etc/periodic/weekly folder there are two files
320.whatis
999.local

Similar Messages

  • Mackeeper and daily.out log file

    This is not a question, but a tutorial garnered bits and pieces from the communtiy.
    If you have downloaded Mackeeper, you should check your daily.out file. It continues to try to run every 10 sec. even when you have trashed it (via their uninstall instructions) and will fill up that file over time. ( 10.4 gigs in my case on the daily.out log file....).
    Disclaimer note: I am using OSX 10.6.7 but this should work for most OSX systems with this bug.
    I recently found this recurring cycle.
    Fri Mar 29 06:42:29 admin-admins-power-mac-g4-3 com.apple.launchd.peruser.502[103] (com.zeobit.MacKeeper.Helper) <Warning>: Throttling respawn: Will start in 10 seconds
    Fri Mar 29 06:42:39 admin-admins-power-mac-g4-3 com.apple.launchd.peruser.502[103] (com.zeobit.MacKeeper.Helper[19883]) <Warning>: Exited with exit code: 1
    Fri Mar 29 06:42:39 admin-admins-power-mac-g4-3 com.apple.launchd.peruser.502[103] (com.zeobit.MacKeeper.Helper) <Warning>: Throttling respawn: Will start in 10 seconds
    Fri Mar 29 06:42:49 admin-admins-power-mac-g4-3 com.apple.launchd.peruser.502[103] (com.zeobit.MacKeeper.Helper[19884]) <Warning>: Exited with exit code:
    ....and could only see it happening by watching it log every 10 sec. in the Mac Console.app. (Was not registering in Activity Monitor.app). This apparently has been going on for over 2 years even though I thought I had uninstalled Mackeeper via their own instructions.
    This has the unfortunate consequence of filling up your daily.out log over time (mine was at 10.3 gigabytes after a little over 2 years... imagine infinite pages upon pages of the same stupid recurring message).
    If you have ever downloaded MacKeeper, I strongly suggest you view your daily.out log file via Console.app. You can see Mackeeper working simply by viewing “All Messeages” in Console if it’s still running... or trying to run (every 10 sec.), that is the problem, and follow carefully all the steps listed here:  http://applehelpwriter.com/2011/09/21/how-to-uninstall-mackeeper-malware/  .Use the 2nd portion of the tutorial. Do not trust that by simply dragging and dropping the app. file into trash you have gotten rid of this beast (even though Mackeeper says you can).
    Ironically, I found this anomaly using the freeware GrandPerspective (1.5.1) http://grandperspectiv.sourceforge.net/  and noticed a huge, very pretty, yet clear (not subdivided) block in the colored rectangles right away (the software was so intuitive, I simply clicked the block and then the “Reveal” button) and saw that my daily.out file (a file I didn’t even know I had) was at 10.3 gigs.
    The highlighted large light yellow area is my daily.out log file.
    (Note: you can give a donation to sourceforge.net if you think it helped you.) I find it ironic simply because I’m using freeware to free up hard disk space and speed up the computer, by getting rid of malware that claimed to do the same (Mackeeper) for a fee.
    Onward... You then need to go into terminal (something I’ve never done before... just be careful and unintimidated) and follow these instructions to delete or empty your daily.out log file. (cannot be done with a simple drag and drop to trash). I found terminal instructions for deleting (not harmful and will reconstruct) or emptying the daily.out files here: http://forums.macrumors.com/showthread.php?t=1229894
    After a try or two, this did not work for me somehow... (user error?) but this did...
    Some files are locked. In order to delete locked files, go to Apps/Utilities/Terminal, use Terminal command line :  sudo rm -rf    ...add one space after “f” then drag the file “daily.out” that grandperspective “revealed”  into the terminal, hit “return/enter” type admin. password. Hit “return” again.
    The files should delete. You will see more HD space (in my case 10.3 gigs... small these days perhaps, but can throw an almost full HD off). The daily.out log file should reconstruct on your mac’s next scheduled daily. Obviously, you should read your daily.out log file via Console.app first before delete to determine the problem.
    Hope this helps.
    (Disclaimer: I don't work for sourceforge, I am a mere musician trying to get the job done.) Thanks to all the other posters.

    Hmm. So your weekly and monthly clean-ups are running normally - I had thought there might be something wrong with them. It seems to be alot of kernel debugging entries that are making it grow so much. Did you deliberately do something to turn it on? You could try, in terminal,
    sudo rm /var/log/daily.out
    - it will ask for your admin password to confirm it. Then maybe do a system shutdown/restart to see if that kills the debugger logging. I don't know how to turn it off.

  • What to do about NodeManager's .out log file?

    Hi all,
    in your production environments, how do you handle <server name>.out log file created by NodeManager?
    Do you let it run in gigabytes size? Currently our applications are a bit verbatim on stdout which in our test
    environment creates quite large .out files, since the server is not restarted for many weeks. How could
    we handle this? Reduce stdout output? Do not start the managed server through NodeManager? Create a
    separate process to delete the file every few days?
    I've check in the documentation and it says that I can't limit the size of the file.
    Thanks

    You cannot rotate the stdout file unless you are starting weblogic as windows service.
    Link : http://e-docs.bea.com/wls/docs81/adminguide/winservice.html#1188735
    You can use third party log rotation utilities in unix platforms :-
    http://linuxcommand.org/man_pages/logrotate8.html

  • Help on printing error messages to a log file

    Hi, may I know whether is there any way to print the error messages to a log file? Thanks for your help!

    noobboy,
    Please refrain from crossposting all of your questions into multiple forums. You were asked to stop this the last time you did this as well. Please be more considerate in future.

  • Repeatedly the same error in the omsca.log file during 11g installation

    Hi Experts,
    One of my customer is getting the below error in the OMSCA.log file:
    java.lang.Exception: CREATING_WEBTIER_INST_FAILED
         at oracle.sysman.omsca.adapter.wls.OMSWLSAdapter.adapterConfigWebTier(OMSWLSAdapter.java:1808)
         at oracle.sysman.omsca.framework.OMSGenericAdapter.configWebTier(OMSGenericAdapter.java:306)
    I have checked his setup and pre-reqs,all seems to be perfectly fine.
    Kindly let me some pointers related to this issue.
    SR:3-4090870221
    I have uploaded the log file here.
    Regards
    Sumani
    Edited by: 893642 on Oct 28, 2011 1:13 AM

    Here some screenshots, this error came back all few minutes!

  • 8g touch updated 4.2.1, problems synching apps and music. gives multiple errors; device times out, internal device errors, network times out, duplicate file, too many files open. itunes diagnostics ok. what to do?

    have an 8g ipod touch which has had problems trying to play games and downloading update 4.2.1. went to the apple store who kindly downloaded the software update but now can't synch and generates multiple error messages; device times out, internal device error, network times out, duplicate file and too many files open etc etc. have latest i tunes download and diagnostic test ok. what can i do?

    Does the ext directory have the php_oci8.dll? In the original steps the PHP dir is renamed. In the given php.in the extension_dir looks like it has been updated correctly. Since PHP distributes php_oci8.dll by default I reckon there would be a very good chance that the problem was somewhere else. Since this is an old thread I don't think we'll get much value from speculation.
    -- cj

  • SMTP Error in concurrent program log file

    Hi All,
    Please help me on this asap.
    I need to send an excel file as attachment in a mail through a concurrent request submission. But after run the program I am getting the following error in log file.
    'Error in Send Mail: ORA-29279: SMTP permanent error: 501 5.5.4 Invalid Address' for any email id.
    Please let me know how can I resolve this issue. Appreciate your help.
    Thanks,
    JP

    Thanks for the reply.
    My OS is windows, EBS is 11.5.10.2. It is a custom concurrent program. We have SMTP server and this the first time I am working on mail sending. I am using the same code existed in my production env which sends mail for different purpose. I did not identified where the issue casues.
    IF fexists THEN
    fnd_file.put_line (FND_FILE.LOG,'File Exist');
    if file_length > 1 then
    fnd_file.put_line (FND_FILE.LOG,'File Size: '||file_length);
    fnd_file.put_line (FND_FILE.LOG,'Block Size: '||block_size);
    l_mail_error:= SendMailJPkg.SENDMAIL(
    SMTPServerName => 'mocrsmtp',
    Sender => '[email protected]',
    Recipient => [email protected],
    CcRecipient => '',
    BccRecipient => '',
    Subject => 'testmail',
    Body => 'Dear Super User, '
    ||chr(13)
    ||chr(13)
    ||'Testing mail sending'
    ||chr(13)
    ||chr(13)
    ||'Thank you for your cooperation.',
    ErrorMessage => l_mail_error,
    Attachments => SendMailJPkg.ATTACHMENTS_LIST(v_file_path, NULL));
    ELSE
    fnd_file.put_line (FND_FILE.LOG,'File Size Else: '||file_length);
    fnd_file.put_line (FND_FILE.LOG,'Block Size Else: '||block_size);
    ots_send_mail_pkg.send
    ( p_sender_email => '[email protected]',
    p_from => '[email protected]',
    p_to => ots_send_mail_pkg.array('[email protected]'),
    -- p_cc => ots_send_mail_pkg.array('[email protected]'),
    p_bcc => ots_send_mail_pkg.array(''),
    p_subject => v_subject_error,
    p_body => v_body_error||v_file_name||'PDF' );
    END IF;
    ELSE
    fnd_file.put_line (FND_FILE.LOG,'File Does Not Exist 1');
    ots_send_mail_pkg.send
    ( p_sender_email => '[email protected]',
    p_from => '[email protected]',
    p_to => ots_send_mail_pkg.array('[email protected]'),
    -- p_cc => ots_send_mail_pkg.array('[email protected]'),
    p_bcc => ots_send_mail_pkg.array(''),
    p_subject => v_subject_error_c,
    p_body => v_body_error_c||v_file_name||'PDF' );
    END IF;
    ELSIF v_file_type = 'EXCEL' then
    v_file_path := 'e:\oracle\uatcomn\admin\out\UAT_a7erpdb\'||v_file_name||'EXCEL';
    utl_file.fgetattr('e:\oracle\uatcomn\admin\out\UAT_a7erpdb',
    v_file_name||'EXCEL',
    fexists,
    file_length,
    block_size);
    I changed the original mail id. Please look into this code and correct me...thank you so much
    Regards
    JP

  • Error for Generating a log file

    Hi Cezar sanos,
    i am trying to generate a log file for ODI with details like who logged in and what is is doing kind of things.
    For this i am executing the command like
    lagentscheduler.bat "-PORT=20910" "-NAME=localagent" "-V=2" > C:\OraHome_1\logs\agent1.log.
    But its getting the error like
    A JDK is required to execute Web Services with OracleDI. You are currently using a JRE.
    OracleDI: Starting Scheduler Agent ...
    Starting Oracle Data Integrator Agent...
    Version : 10.1.3.5 - 10/11/2008
    DwgJv.main: Exit. Return code:-1

    Just in case,
    the following message :
    A JDK is required to execute Web Services with OracleDI. You are currently using a JRE.
    is only a warning and not an error message....

  • Getting the error while transporting the log file

    Hi,
    I have the primary and physical standby setup on my pc. i want to transport the log file by using the command on primary database
    alter system archive current log;
    alter system swicth archive logfile;
    i am recieving error not able to find the log sequence 15 #.
    Thanks
    vj0011590

    OCI requires a native library.
    Native libraries must be in the shared library path of the application (this is a feature of the OS not java.)

  • Ipod touch 4g is in recovery mode, whey try to restore it thorugh iTunes, I get error 40 below is log file....

    pls help me to fix this problem.
    log file...
    2014-02-24 14:04:20.396 [1192:14d4]: restore library built Jan  7 2014 at 02:02:33
    2014-02-24 14:04:20.397 [1192:14d4]: iTunes: iTunes 11.1.4.62
    2014-02-24 14:04:20.397 [1192:14d4]: iTunes: Software payload version: 10B500
    2014-02-24 14:04:20.397 [1192:14d4]: iTunes: Using iTunes state machine
    2014-02-24 14:12:16.573 [1192:10d0]: iTunes: Specifying UOI boot image
    2014-02-24 14:12:16.774 [1192:10d0]: requested restore behavior: Erase
    2014-02-24 14:12:16.774 [1192:10d0]: requested variant: Erase
    2014-02-24 14:12:16.997 [1192:10d0]: *** UUID B30995A9-9CBE-F743-9507-039BDD0D56EF ***
    2014-02-24 14:12:17.390 [1192:10d0]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:12:22.429 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is True
    2014-02-24 14:12:22.429 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreLogo" Digest = "<CFData 063BE060 [720A907C]>{length = 20, capacity = 20, bytes = 0x3ced32535b4f03e3cdd4f55d4d29e16bdf6b3536}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreDeviceTree" Digest = "<CFData 063BFF08 [720A907C]>{length = 20, capacity = 20, bytes = 0x8b90263d2d4d916029bb28321fe214b7056dab33}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreKernelCache" Digest = "<CFData 063BECC0 [720A907C]>{length = 20, capacity = 20, bytes = 0x7788d3144dbc9f173ff12878570d11c0cdff4e35}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RestoreRamDisk" Digest = "<CFData 063BFDE8 [720A907C]>{length = 20, capacity = 20, bytes = 0x947ce636269ab8f999739b5a72d820c70102912a}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBEC" Digest = "<CFData 063BEC78 [720A907C]>{length = 20, capacity = 20, bytes = 0x86aa6a33d416b8183226d0b9188df879c0666e8a}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBSS" Digest = "<CFData 063BF890 [720A907C]>{length = 20, capacity = 20, bytes = 0xd1534e338ae80b9b4addae3c77a83a6186fe75ab}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "KernelCache" Digest = "<CFData 063BFE78 [720A907C]>{length = 20, capacity = 20, bytes = 0x7788d3144dbc9f173ff12878570d11c0cdff4e35}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow1" Digest = "<CFData 063BF338 [720A907C]>{length = 20, capacity = 20, bytes = 0x79be5d2f2f7054aa2d7bdd5b66e3a0eca07a725b}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryLow0" Digest = "<CFData 063BFE30 [720A907C]>{length = 20, capacity = 20, bytes = 0x1abed33b398f978c681b346ea167eb26eaf3b38e}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "LLB" Digest = "<CFData 063BDF88 [720A907C]>{length = 20, capacity = 20, bytes = 0x21abcad73c393fb9d197b34403d52ec82643ffc4}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "iBoot" Digest = "<CFData 063BEC30 [720A907C]>{length = 20, capacity = 20, bytes = 0xfa0dc3003aeb828feda55a4ffb8027d10f054bce}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "DeviceTree" Digest = "<CFData 063BFDA0 [720A907C]>{length = 20, capacity = 20, bytes = 0x8b90263d2d4d916029bb28321fe214b7056dab33}"
    2014-02-24 14:12:22.430 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging1" Digest = "<CFData 063BFD58 [720A907C]>{length = 20, capacity = 20, bytes = 0xc504724a963b954e32478d6920311a32baca15b9}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging" Digest = "<CFData 063BFC38 [720A907C]>{length = 20, capacity = 20, bytes = 0x808a3980c646bd6d87921c9dba79c54a7759395a}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "AppleLogo" Digest = "<CFData 063BED08 [720A907C]>{length = 20, capacity = 20, bytes = 0x3ced32535b4f03e3cdd4f55d4d29e16bdf6b3536}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryPlugin" Digest = "<CFData 063BF578 [720A907C]>{length = 20, capacity = 20, bytes = 0x62d392da7901734968084e882ab8d687bc917be8}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryFull" Digest = "<CFData 063BFBA8 [720A907C]>{length = 20, capacity = 20, bytes = 0x059a392a0e7dccbfdc2f918cd59f4f5b4b140df8}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "BatteryCharging0" Digest = "<CFData 063BF410 [720A907C]>{length = 20, capacity = 20, bytes = 0x421d229710239b268c3a2544a4fb161a3d6288aa}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: personalizing "RecoveryMode" Digest = "<CFData 063BF3C8 [720A907C]>{length = 20, capacity = 20, bytes = 0xa01b8483c6d2f2355569951d0e72df454f4432a7}"
    2014-02-24 14:12:22.431 [1192:10d0]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: using UniqueBuildID <CFData 063C3700 [720A907C]>{length = 20, capacity = 20, bytes = 0x9738ff132ae5b77833acdf2aa72af1558c4734d2}
    2014-02-24 14:12:22.431 [1192:10d0]: amai: AMAuthInstallRequestSendSync: SSO function returned NULL, SSO disabled.
    2014-02-24 14:12:22.685 [1192:10d0]: amai: AMAuthInstallDebugWriteObject: debug object written: file://localhost/C:/Users/RAKESH~1/AppData/Local/Temp/Per76A5.tmp/amai/debug/ts s-request.plist
    2014-02-24 14:12:24.350 [1192:10d0]: amai: tss_submit_job: HttpQueryInfo returned 200
    2014-02-24 14:12:25.032 [1192:10d0]: amai: AMAuthInstallRequestSendSync: received tss response (server version: 2.1.0)
    2014-02-24 14:12:25.078 [1192:10d0]: amai: AMAuthInstallDebugWriteObject: debug object written: file://localhost/C:/Users/RAKESH~1/AppData/Local/Temp/Per76A5.tmp/amai/debug/ts s-response.plist
    2014-02-24 14:12:26.597 [1192:10d0]: amai: _AMAuthInstallBundlePopulatePersonalizedBundle: no entry in manifest found for "Diags"
    2014-02-24 14:12:27.466 [1192:3a4]: iBoot build-version = iBoot-1537.9.55
    2014-02-24 14:12:27.467 [1192:3a4]: iBoot build-style = RELEASE
    2014-02-24 14:12:27.468 [1192:3a4]: requested restore behavior: Erase
    2014-02-24 14:12:27.469 [1192:3a4]: requested restore behavior: Erase
    2014-02-24 14:12:27.471 [1192:3a4]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:27.472 [1192:3a4]: found device map entry for 0x00008930 0x00000008. boardConfig=n81ap platform=s5l8930x
    2014-02-24 14:12:27.473 [1192:3a4]: _AMRestoreCopyDeviceMapPlistEntryForHardware: firmwareDirectory not in options
    2014-02-24 14:12:27.474 [1192:3a4]: AMDeviceIoControl: GetOverlappedResult failed
    2014-02-24 14:12:27.475 [1192:3a4]: AMDeviceIoControl: pipe stall
    2014-02-24 14:12:27.476 [1192:3a4]: USBControlTransfer: error 31, usbd status c0000004
    2014-02-24 14:12:27.477 [1192:3a4]: command device request for 'getenv radio-error' failed: 2008
    2014-02-24 14:12:27.477 [1192:3a4]: radio-error not set
    2014-02-24 14:12:27.478 [1192:3a4]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:27.480 [1192:3a4]: <Recovery Mode Device 025E0430>: production fused device
    2014-02-24 14:12:27.481 [1192:3a4]: requested restore behavior: Erase
    2014-02-24 14:12:27.481 [1192:3a4]: requested restore behavior: Erase
    2014-02-24 14:12:27.482 [1192:3a4]: interface has 1 endpoints, file pipe = 1
    2014-02-24 14:12:27.482 [1192:3a4]: <Recovery Mode Device 025E0430>: operation 4 progress -1
    2014-02-24 14:12:30.448 [1192:3a4]: bootstrapping restore with iBEC
    2014-02-24 14:12:30.449 [1192:3a4]: requested restore behavior: Erase
    2014-02-24 14:12:30.463 [1192:3a4]: <Recovery Mode Device 025E0430>: operation 31 progress -1
    2014-02-24 14:12:31.463 [1192:3a4]: <Recovery Mode Device 025E0430>: Recovery mode succeeded
    2014-02-24 14:12:37.516 [1192:17a4]: WinAMRestore::OnInterfaceRemoval: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#7caf03a 3
    2014-02-24 14:12:37.521 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4
    2014-02-24 14:12:37.590 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:37.622 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:37.651 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:37.664 [1192:17a4]: AppleDevice::SetNotification: CONNECT, interface type: 1, id: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4, inst: 0x10bf1a50
    2014-02-24 14:12:37.664 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList, new device
    2014-02-24 14:12:37.665 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4
    2014-02-24 14:12:37.692 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:37.716 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:37.739 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:37.869 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList, device already connected, new interface
    2014-02-24 14:12:37.869 [1192:17a4]: AppleDevice::SetDeviceID: AMD_INTERFACE_IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4, inst: 0x10bf1a50
    2014-02-24 14:12:37.869 [1192:17a4]: AppleDevice::SetNotification: CONNECT, interface type: 1, id: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4, inst: 0x10bf1a50
    2014-02-24 14:12:37.869 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 2, connected: 1
    2014-02-24 14:12:37.869 [1192:17a4]: AppleDevice::NotifyDisconnect: IBOOT, IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#7caf03a 3, inst: 0x63eb870
    2014-02-24 14:12:37.869 [1192:17a4]:                                IBOOT, DFU \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3, inst: 0x63eb870
    2014-02-24 14:12:37.869 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 1, connected: 0
    2014-02-24 14:12:37.869 [1192:17a4]: AppleDevice::NotifyConnect: Device type: 2, Interfaces total: 2, arrived: 2
    2014-02-24 14:12:37.870 [1192:17a4]: AppleDevice::NotifyConnect: IBOOT, IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4, inst: 0x10bf1a50
    2014-02-24 14:12:37.870 [1192:17a4]:                             IBOOT, DFU \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4, inst: 0x10bf1a50
    2014-02-24 14:12:37.874 [1192:1558]: Recovery mode device disconnected
    2014-02-24 14:12:37.874 [1192:1558]: Recovery mode device disconnected
    2014-02-24 14:12:37.877 [1192:1558]: Recovery mode device connected
    2014-02-24 14:12:37.877 [1192:1558]: Found new device.
    2014-02-24 14:12:37.880 [1192:1450]: _AMRecoveryModeDeviceFinalize: 025E0430
    2014-02-24 14:12:37.881 [1192:14d4]: iTunes: SCEP 2
    2014-02-24 14:12:37.969 [1192:544]: iBoot build-version = iBoot-1537.9.55
    2014-02-24 14:12:37.970 [1192:544]: iBoot build-style = RELEASE
    2014-02-24 14:12:37.970 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 44 progress -1
    2014-02-24 14:12:37.970 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:37.970 [1192:544]: requested variant: Erase
    2014-02-24 14:12:37.971 [1192:544]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is False
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RestoreLogo"
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RestoreDeviceTree"
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreKernelCache" has been previously personalized; skipping it
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreRamDisk" has been previously personalized; skipping it
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBEC" has been previously personalized; skipping it
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBSS" has been previously personalized; skipping it
    2014-02-24 14:12:38.674 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "KernelCache" has been previously personalized; skipping it
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryLow1"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryLow0"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "LLB" has been previously personalized; skipping it
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "iBoot"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "DeviceTree"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging1"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "AppleLogo"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryPlugin"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryFull"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging0"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RecoveryMode"
    2014-02-24 14:12:38.675 [1192:544]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: nothing to be done
    2014-02-24 14:12:38.675 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:38.676 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:38.676 [1192:544]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:38.677 [1192:544]: found device map entry for 0x00008930 0x00000008. boardConfig=n81ap platform=s5l8930x
    2014-02-24 14:12:38.677 [1192:544]: _AMRestoreCopyDeviceMapPlistEntryForHardware: firmwareDirectory not in options
    2014-02-24 14:12:38.677 [1192:544]: AMDeviceIoControl: GetOverlappedResult failed
    2014-02-24 14:12:38.677 [1192:544]: AMDeviceIoControl: pipe stall
    2014-02-24 14:12:38.677 [1192:544]: USBControlTransfer: error 31, usbd status c0000004
    2014-02-24 14:12:38.677 [1192:544]: command device request for 'getenv radio-error' failed: 2008
    2014-02-24 14:12:38.677 [1192:544]: radio-error not set
    2014-02-24 14:12:38.677 [1192:544]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:38.678 [1192:544]: <Recovery Mode Device 025DFDD0>: production fused device
    2014-02-24 14:12:38.678 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:38.678 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:38.679 [1192:544]: interface has 1 endpoints, file pipe = 1
    2014-02-24 14:12:38.679 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 4 progress -1
    2014-02-24 14:12:41.655 [1192:544]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:41.656 [1192:544]: found device map entry for 0x00008930 0x00000008. boardConfig=n81ap platform=s5l8930x
    2014-02-24 14:12:41.656 [1192:544]: _AMRestoreCopyDeviceMapPlistEntryForHardware: firmwareDirectory not in options
    2014-02-24 14:12:41.656 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:41.659 [1192:544]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:12:41.661 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:41.664 [1192:544]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:12:41.666 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 42 progress -1
    2014-02-24 14:12:41.666 [1192:544]: requested restore behavior: Erase
    2014-02-24 14:12:41.669 [1192:544]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:12:42.160 [1192:17a4]: WinAMRestore::OnInterfaceRemoval: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3
    2014-02-24 14:12:42.163 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4
    2014-02-24 14:12:42.231 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:42.285 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:42.340 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:42.364 [1192:17a4]: AppleDevice::SetNotification: NONE, interface type: 0, id: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4, inst: 0x10bf1a50
    2014-02-24 14:12:42.367 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4
    2014-02-24 14:12:42.432 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:42.487 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:42.541 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:42.566 [1192:17a4]: AppleDevice::SetNotification: NONE, interface type: 0, id: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4, inst: 0x10bf1a50
    2014-02-24 14:12:42.567 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 2, connected: 0
    2014-02-24 14:12:42.567 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 0, connected: 1
    2014-02-24 14:12:42.706 [1192:544]: AMDeviceIoControl: GetOverlappedResult failed
    2014-02-24 14:12:42.706 [1192:544]: AMDeviceIoControl: pipe stall
    2014-02-24 14:12:42.706 [1192:544]: USBControlTransfer: error 31, usbd status c0000004
    2014-02-24 14:12:42.706 [1192:544]: command device request for 'getenv ramdisk-size' failed: 2008
    2014-02-24 14:12:42.707 [1192:544]: Unable to query iBoot ramdisk-size. Libusbrestore error : 67108864
    2014-02-24 14:12:42.707 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 5 progress -1
    2014-02-24 14:12:43.100 [1192:544]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:43.100 [1192:544]: found device map entry for 0x00008930 0x00000008. boardConfig=n81ap platform=s5l8930x
    2014-02-24 14:12:43.100 [1192:544]: _AMRestoreCopyDeviceMapPlistEntryForHardware: firmwareDirectory not in options
    2014-02-24 14:12:43.102 [1192:544]: AMDeviceIoControl: GetOverlappedResult failed
    2014-02-24 14:12:43.102 [1192:544]: AMDeviceIoControl: pipe stall
    2014-02-24 14:12:43.102 [1192:544]: USBControlTransfer: error 31, usbd status c0000004
    2014-02-24 14:12:43.102 [1192:544]: command device request for 'getenv ramdisk-delay' failed: 2008
    2014-02-24 14:12:44.141 [1192:17a4]: WinAMRestore::OnInterfaceArrival: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4
    2014-02-24 14:12:44.141 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4
    2014-02-24 14:12:44.187 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:44.227 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:44.260 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:44.272 [1192:17a4]: AppleDevice::SetNotification: NONE, interface type: 0, id: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4, inst: 0x10bf1a50
    2014-02-24 14:12:44.272 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 2, connected: 0
    2014-02-24 14:12:44.272 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 0, connected: 1
    2014-02-24 14:12:44.361 [1192:17a4]: WinAMRestore::OnInterfaceArrival: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4
    2014-02-24 14:12:44.361 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4
    2014-02-24 14:12:44.389 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:44.412 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:44.435 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:12:44.446 [1192:17a4]: AppleDevice::SetNotification: NONE, interface type: 0, id: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4, inst: 0x10bf1a50
    2014-02-24 14:12:44.446 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 2, connected: 0
    2014-02-24 14:12:44.446 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 0, connected: 1
    2014-02-24 14:12:45.138 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 6 progress -1
    2014-02-24 14:12:46.148 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 7 progress -1
    2014-02-24 14:12:46.482 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 8 progress -1
    2014-02-24 14:12:46.483 [1192:544]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:12:46.484 [1192:544]: found device map entry for 0x00008930 0x00000008. boardConfig=n81ap platform=s5l8930x
    2014-02-24 14:12:46.484 [1192:544]: _AMRestoreCopyDeviceMapPlistEntryForHardware: firmwareDirectory not in options
    2014-02-24 14:12:46.485 [1192:544]: <Recovery Mode Device 025DFDD0>: operation 9 progress -1
    2014-02-24 14:12:46.485 [1192:544]: <Recovery Mode Device 025DFDD0>: Recovery mode succeeded
    2014-02-24 14:12:48.195 [1192:17a4]: WinAMRestore::OnInterfaceRemoval: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4
    2014-02-24 14:12:48.200 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 2, connected: 0
    2014-02-24 14:12:48.201 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 2, connected: 1
    2014-02-24 14:12:48.201 [1192:17a4]: AppleDevice::NotifyDisconnect: IBOOT, IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#3702aee 4, inst: 0x10bf1a50
    2014-02-24 14:12:48.201 [1192:17a4]:                                IBOOT, DFU \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4, inst: 0x10bf1a50
    2014-02-24 14:12:48.210 [1192:1450]: Recovery mode device disconnected
    2014-02-24 14:12:48.211 [1192:1450]: Recovery mode device disconnected
    2014-02-24 14:12:48.214 [1192:1558]: _AMRecoveryModeDeviceFinalize: 025DFDD0
    2014-02-24 14:12:48.382 [1192:17a4]: WinAMRestore::OnInterfaceRemoval: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#3702aee4
    2014-02-24 14:12:48.384 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 2, connected: 0
    2014-02-24 14:12:48.384 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 2, connected: 0
    2014-02-24 14:13:00.982 [1192:cfc]: Mux version 3 event happened
    2014-02-24 14:13:00.982 [1192:cfc]: Passing control to mux version 2 handler
    2014-02-24 14:13:00.983 [1192:cfc]: Muxed mode device connected
    2014-02-24 14:13:01.049 [1192:e7c]: <Restore Device 0641A9E8>: operation 3 progress -1
    2014-02-24 14:13:01.055 [1192:e7c]: <Restore Device 0641A9E8>: operation 4 progress -1
    2014-02-24 14:13:01.266 [1192:1664]: received kAMDeviceAttached action, device id E80CE514C875BC07 (0641AB88), AFC error 0XE8000028
    2014-02-24 14:13:01.266 [1192:1664]: iTunes: Restore-mode device appeared, device 0641AB88
    2014-02-24 14:13:01.266 [1192:1664]: iTunes: Creating restore mode device with usbMuxDeviceID 0X1
    2014-02-24 14:13:01.267 [1192:1664]: <Restore Device 06F59780>: operation 3 progress -1
    2014-02-24 14:13:01.272 [1192:1664]: <Restore Device 06F59780>: operation 4 progress -1
    2014-02-24 14:13:01.297 [1192:e7c]: Supports value queries: 1
    2014-02-24 14:13:01.300 [1192:1664]: Supports value queries: 1
    2014-02-24 14:13:01.314 [1192:e7c]: value query for 'SerialNumber' returned 'C3VDMTBQDCP9'
    2014-02-24 14:13:01.314 [1192:e7c]: <Restore Device 0641A9E8>: operation 3 progress -1
    2014-02-24 14:13:01.321 [1192:e7c]: <Restore Device 0641A9E8>: operation 4 progress -1
    2014-02-24 14:13:01.326 [1192:e7c]: Supports value queries: 1
    2014-02-24 14:13:01.336 [1192:1154]: Found new device
    2014-02-24 14:13:01.368 [1192:f44]: <Restore Device 06F59780>: operation 44 progress -1
    2014-02-24 14:13:01.368 [1192:f44]: requested restore behavior: Erase
    2014-02-24 14:13:01.368 [1192:f44]: requested variant: Erase
    2014-02-24 14:13:01.372 [1192:f44]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: withApTicket is False
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RestoreLogo"
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RestoreDeviceTree"
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreKernelCache" has been previously personalized; skipping it
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "RestoreRamDisk" has been previously personalized; skipping it
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBEC" has been previously personalized; skipping it
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "iBSS" has been previously personalized; skipping it
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "KernelCache" has been previously personalized; skipping it
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryLow1"
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryLow0"
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: entry "LLB" has been previously personalized; skipping it
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "iBoot"
    2014-02-24 14:13:02.146 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "DeviceTree"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging1"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "AppleLogo"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryPlugin"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryFull"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "BatteryCharging0"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: not personalizing "RecoveryMode"
    2014-02-24 14:13:02.147 [1192:f44]: amai: _AMAuthInstallBundleCreateServerRequestDictionary: nothing to be done
    2014-02-24 14:13:02.147 [1192:f44]: requested restore behavior: Erase
    2014-02-24 14:13:02.149 [1192:f44]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:13:02.166 [1192:f44]: fixed TcpWindowSize (65535) can cause restore failure if too large
    2014-02-24 14:13:02.238 [1192:f44]: device did not return saved USB log
    2014-02-24 14:13:02.238 [1192:f44]: device had saved panic logs: panic(cpu 0 caller 0x80632111): "partition scheme present; however, no partition devices were created"@/SourceCache/IOFlashStorage/IOFlashStorage-558.4/IOFlashPartitionSchem e.cpp:267
    Debugger message: panic
    OS version: 9A405
    Kernel version: Darwin Kernel Version 11.0.0: Tue Nov  1 20:33:58 PDT 2011; root:xnu-1878.4.46~1/RELEASE_ARM_S5L8930X
    iBoot version: iBoot-1219.43.32
    secure boot?: YES
    Paniclog version: 1
    Epoch Time:        sec       usec
      Boot    : 0x526e9493 0x00000000
      Sleep   : 0x00000000 0x00000000
      Wake    : 0x00000000 0x00000000
      Calendar: 0x526e94a6 0x000e2944
    Task 0xc0562d20: 2451 pages, 81 threads: pid 0: kernel_task
              thread 0xc064b230
                        kernel backtrace: cb643e2c
                          lr: 0x8007cc6b  fp: 0xcb643e58
                          lr: 0x8007d26f  fp: 0xcb643e88
                          lr: 0x80016391  fp: 0xcb643ea0
                          lr: 0x80632111  fp: 0xcb643ecc
                          lr: 0x806323b9  fp: 0xcb643ee0
                          lr: 0x8020dd3b  fp: 0xcb643f18
                          lr: 0x8020db31  fp: 0xcb643f5c
                          lr: 0x8020e509  fp: 0xcb643f80
                          lr: 0x8020e2e5  fp: 0xcb643fa8
                          lr: 0x8007b37c  fp: 0x00000000
    Task 0xc0562ac0: 283 pages, 3 threads: pid 1: launchd
    Task 0xc0562860: 515 pages, 1 threads: pid 2: launchctl
    Task 0xc0562600: 690 pages, 1 threads: pid 3: restored_externa
    Task 0xc05623a0: 3000 pages, 2 threads: pid 4: restored_externa
    2014-02-24 14:13:02.248 [1192:f44]: connected to service com.apple.mobile.restored
    2014-02-24 14:13:02.248 [1192:f44]: using protocol version 12
    2014-02-24 14:13:02.256 [1192:f44]: unable to open device_map.txt: No such file or directory
    2014-02-24 14:13:02.257 [1192:f44]: board config = n81ap
    2014-02-24 14:13:02.264 [1192:f44]: no value returned for BootArgs
    2014-02-24 14:13:02.264 [1192:f44]: _copyDeviceProperty() failed for restore bootargs
    2014-02-24 14:13:02.272 [1192:f44]: no value returned for MarketingPartNumber
    2014-02-24 14:13:02.272 [1192:f44]: _copyDeviceProperty() failed for mpn
    2014-02-24 14:13:02.273 [1192:f44]: requested restore behavior: Erase
    2014-02-24 14:13:02.274 [1192:f44]: amai: AMAuthInstallBundleCopyBuildIdentityForVariant: No baseband chipid reported. Will match Build Identity based on ap chipid and boardid only.
    2014-02-24 14:13:02.285 [1192:f44]: value query for 'HardwareModel' returned 'N81AP'
    2014-02-24 14:13:32.300 [1192:f44]: <Restore Device 06F59780>: operation 28 progress -1
    2014-02-24 14:13:32.364 [1192:f44]: device returned CFError with code 40
    2014-02-24 14:13:32.364 [1192:f44]: dumping CFError returned by restored:
    2014-02-24 14:13:32.364 [1192:f44]: CFError domain:AMRestoreErrorDomain code:40 description:storage device did not become available
    2014-02-24 14:13:32.384 [1192:f44]:
    ==== device restore output ====
    "P=N81 m=2.2 V=m"
    AppleBCMWLANBusInterfaceSdio::start(): Started by: IOSDIOIoCardDevice, AppleBCMWLANV2-169.10 Feb 13 2013 22:10:14
    AppleBCMWLANCore::init(): AppleBCMWLANV2-169.10 Feb 13 2013 22:10:17
    000522.906303 wlan.W[0] AppleBCMWLANProvisioningManager::parseApplePrivateCIS():  @24 - Invalid 2.4 GHz Cal data in tuple 0x02
    000522.907778 wlan.N[1] AppleBCMWLANProvisioningManager::handleBluetoothRegistrationGated():  Wrote bluetooth Mac Addr <<<mac address>>>
    000522.909596 wlan.N[2] AppleBCMWLANConfigManager::gatherParameterData():  AWDL is not supported.
    000522.914563 wlan.N[3] AppleBCMWLANCore:start(): Starting with MAC Address: <<<mac address>>>
    000522.914795 wlan.W[4] AppleBCMWLANCore::apple80211Request():  Rejecting ioctl 80, error 61 (state 0x20)
    IO80211PeerManager::initWithInterface cant add monitoring timer
    IO80211PeerManager::initWithInterface: inited peer manager
    IO80211Interface::init peerManager=0x916e0600
    000522.916824 wlan.N[5] AppleBCMWLANCore::setPowerStateGated():   powerState 1, fStateFlags 0x20, dev 0x83b41000 (this 1, provider 0)
    000522.916944 wlan.N[6] AppleBCMWLANCore::setPowerStateGated():  Received power state change before driver has initialized, ignoring
    display-scale = 2
    display-rotation = 0
    found suitable IOMobileFramebuffer: AppleCLCD
    display: 640 x 960
    found PTP interface
    AppleSynopsysOTGDevice - Configuration: PTP
    AppleSynopsysOTGDevice          Interface: PTP
    AppleSynopsysOTGDevice - Configuration: iPod USB Interface
    AppleSynopsysOTGDevice          Interface: USBAudioControl
    AppleSynopsysOTGDevice          Interface: USBAudioStreaming
    AppleSynopsysOTGDevice          Interface: IapOverUsbHid
    AppleSynopsysOTGDevice - Configuration: PTP + Apple Mobile Device
    AppleSynopsysOTGDevice          Interface: PTP
    AppleSynopsysOTGDevice          Interface: AppleUSBMux
    AppleSynopsysOTGDevice - Configuration: PTP + Apple Mobile Device + Apple USB Ethernet
    AppleSynopsysOTGDevice          Interface: PTP
    AppleSynopsysOTGDevice          Interface: AppleUSBMux
    AppleSynopsysOTGDevice          Interface: AppleUSBEthernet
    AppleSynopsysOTGDevice::gated_registerFunction Register function USBAudioControl
    AppleSynopsysOTGDevice::gated_registerFunction Register function USBAudioStreaming
    IOAccessoryPortUSB::start
    AppleSynopsysOTGDevice::gated_registerFunction Register function IapOverUsbHid
    virtual bool AppleUSBDeviceMux::start(IOService *) build: Feb 13 2013 22:02:59
    init_waste
    AppleSynopsysOTGDevice::gated_registerFunction Register function AppleUSBMux
    AppleSynopsysOTGDevice::gated_registerFunction Register function AppleUSBEthernet
    AppleSynopsysOTGDevice::gated_registerFunction Register function PTP
    AppleSynopsysOTGDevice::startUSBStack Starting usb stack
    IOReturn AppleUSBDeviceMux::setPropertiesGated(OSObject *) setting debug level to 7
    read new style signature 0x43313131 (line:389)
    [FTL:MSG] VSVFL Register  [OK]
    [WMR:MSG] Metadata whitening is set in NAND signature
    [FTL:MSG] VFL Init            [OK]
    [VFL:ERR] _LoadVFLCxt(line:1479) fail CS 1!
    [VFL:ERR]  _LoadVFLCxt(wCSIdx:1)(line 1779) fail!
    [WMR:ERR] VFL_Open failed
    AppleNANDLegacyFTL::start: AND init failed
    AppleUSBDeviceMux::handleConnectResult new session 0x90fcce70 established 62078<-lo0->49152 62078<-usb->512
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(12, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(15, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(18, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x90fcce70
    AppleUSBDeviceMux::handleConnectResult new session 0x90fcce70 established 62078<-lo0->49153 62078<-usb->768
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x90fcce70
    AppleUSBDeviceMux::handleConnectResult new session 0x90fcce70 established 62078<-lo0->49154 62078<-usb->1024
    AppleUSBDeviceMux::handleConnectResult new session 0x91816210 established 62078<-lo0->49155 62078<-usb->1280
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x91816210
    AppleUSBDeviceMux::handleConnectResult new session 0x91816210 established 62078<-lo0->49156 62078<-usb->1536
    AppleUSBDeviceMux::handleConnectResult new session 0x91816268 established 62078<-lo0->49157 62078<-usb->1792
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49158 62078<-usb->2048
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x91816268
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x90fcce70
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x90fcce70 established 62078<-lo0->49159 62078<-usb->2304
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49160 62078<-usb->2560
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49161 62078<-usb->2816
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49162 62078<-usb->3072
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49163 62078<-usb->3328
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49164 62078<-usb->3584
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    unrecognized key 'BootArgs' in value query
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    unrecognized key 'MarketingPartNumber' in value query
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    recv(9, 4) failed: connection closed
    unable to read message size: -1
    could not receive message
    client protocol version 13
    *** UUID B30995A9-9CBE-F743-9507-039BDD0D56EF ***
    Restore options:
              UUID                           => <CFString 0x1ed27a50 [0x32b100]>{contents = "B30995A9-9CBE-F743-9507-039BDD0D56EF"}
              MinimumSystemPartition         => <CFNumber 0x1ed279a0 [0x32b100]>{value = +1152, type = kCFNumberSInt64Type}
              SystemPartitionSize            => <CFNumber 0x1ed28300 [0x32b100]>{value = +1152, type = kCFNumberSInt64Type}
              SystemPartitionPadding         => <CFBasicHash 0x1ed27470 [0x32b100]>{type = mutable dict, count = 5,
    entries =>
              2 : <CFString 0x1ed277b0 [0x32b100]>{contents = "128"} = <CFNumber 0x1ed279d0 [0x32b100]>{value = +1280, type = kCFNumberSInt64Type}
              3 : <CFString 0x1ed27ce0 [0x32b100]>{contents = "16"} = <CFNumber 0x1ed27a00 [0x32b100]>{value = +160, type = kCFNumberSInt64Type}
              4 : <CFString 0x1ed1f1a0 [0x32b100]>{contents = "32"} = <CFNumber 0x1ed274d0 [0x32b100]>{value = +320, type = kCFNumberSInt64Type}
              5 : <CFString 0x1ed27100 [0x32b100]>{contents = "8"} = <CFNumber 0x1ed282f0 [0x32b100]>{value = +80, type = kCFNumberSInt64Type}
              8 : <CFString 0x1ed274e0 [0x32b100]>{contents = "64"} = <CFNumber 0x1ed27340 [0x32b100]>{value = +640, type = kCFNumberSInt64Type}
    entering partition_nand_device
    device supports boot-from-NAND
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49165 62078<-usb->3840
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49166 62078<-usb->4096
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49167 62078<-usb->4352
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49168 62078<-usb->4608
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    AppleUSBDeviceMux::handleConnectResult new session 0x918160b0 established 62078<-lo0->49169 62078<-usb->4864
    void AppleUSBDeviceMux::handleMuxTCPInput(mbuf_t) received reset, closing 0x918160b0
    [IOFlashPartitionScheme:ERR] AppleNANDFTL initialization failed
    [nand_part_core:ERR@ 429] no fbbt service available
    [nand_part_core:BUG@3024] failed to create partition devices
    unable to check is-bfn-partitioned property
    nand device is already partitioned
    entering wait_for_storage_device
    Searching for NAND service
    Found NAND service: IOFlashStoragePartition
    NAND failed to initialize: No additional error message.
    ==== end of device restore output ====
    2014-02-24 14:13:32.384 [1192:f44]: AMRAuthInstallDeletePersonalizedBundle
    2014-02-24 14:13:32.892 [1192:f44]: <Restore Device 06F59780>: Restore failed (result = 40)
    2014-02-24 14:13:33.517 [1192:14d4]: iTunes: Restore error 40
    2014-02-24 14:15:03.369 [1192:120]: Looking up device with muxID:1
    2014-02-24 14:15:03.369 [1192:120]: Muxed device disconnected
    2014-02-24 14:15:03.369 [1192:120]: RestoreOS mode device disconnected
    2014-02-24 14:15:09.873 [1192:17a4]: WinAMRestore::OnInterfaceArrival: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#7caf03a 3
    2014-02-24 14:15:09.873 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#7caf03a 3
    2014-02-24 14:15:09.916 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:15:09.955 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:15:09.993 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:15:10.011 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList, old disconnected device connects again
    2014-02-24 14:15:10.011 [1192:17a4]: AppleDevice::SetNotification: CONNECT, interface type: 1, id: \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#7caf03a 3, inst: 0x63eb870
    2014-02-24 14:15:10.011 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 1, connected: 0
    2014-02-24 14:15:10.011 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 2, connected: 0
    2014-02-24 14:15:10.011 [1192:17a4]: AppleDevice::NotifyConnect: Device type: 2, Interfaces total: 2, arrived: 1
    2014-02-24 14:15:10.011 [1192:17a4]: AppleDevice::NotifyConnect: Interfaces total != arrived, no notification
    2014-02-24 14:15:10.123 [1192:17a4]: WinAMRestore::OnInterfaceArrival: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3
    2014-02-24 14:15:10.123 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3
    2014-02-24 14:15:10.165 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:15:10.188 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:15:10.211 [1192:17a4]: AppleDevice::EnumerateHubPorts: DoesDriverNameMatchDeviceID failed
    2014-02-24 14:15:10.223 [1192:17a4]: WinAMRestore::AddAppleDeviceToDeviceList, device already connected, new interface
    2014-02-24 14:15:10.223 [1192:17a4]: AppleDevice::SetDeviceID: AMD_INTERFACE_DFU \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3, inst: 0x63eb870
    2014-02-24 14:15:10.223 [1192:17a4]: AppleDevice::SetNotification: CONNECT, interface type: 1, id: \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3, inst: 0x63eb870
    2014-02-24 14:15:10.223 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x063eb870, notify: 1, connected: 1
    2014-02-24 14:15:10.223 [1192:17a4]: WinAMRestore::ProcessDevNodesChanges: device: 0x10bf1a50, notify: 2, connected: 0
    2014-02-24 14:15:10.223 [1192:17a4]: AppleDevice::NotifyConnect: Device type: 2, Interfaces total: 2, arrived: 2
    2014-02-24 14:15:10.223 [1192:17a4]: AppleDevice::NotifyConnect: IBOOT, IBOOT \\?\USB#VID_05AC&PID_1281#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000#7caf03a 3, inst: 0x63eb870
    2014-02-24 14:15:10.223 [1192:17a4]:                             IBOOT, DFU \\?\USB#VID_05AC&PID_1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#7caf03a3, inst: 0x63eb870
    2014-02-24 14:15:10.230 [1192:1230]: Recovery mode device connected
    2014-02-24 14:15:10.231 [1192:1230]: Found new device.
    2014-02-24 14:15:10.241 [1192:14d4]: iTunes: SCEP 2

    Update Server
    Try:
    - Powering off and then back on your router.
    - iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - For one user uninstalling/reinstalling iTunes resolved the problem
    - Try on another computer/network
    - Wait if it is an Apple problem

  • 500 Internal Server Error again pleas (including log file)..please help

    1. After i unziped and installed jdeveloper to:
    C:\Jdevstudio successfully
    2. Then i created the untitled1.jsp page ---> only showed Hello world and save
    3. the Embedded OC4J Server compiled successfully ..i thought this meant nothing wrong with the code.
    Successful compilation:0 errors, 0 warnings..
    4. But when i looked into the Embedded OC4J Server-Log
    i found the error :
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Jdevstudio\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config>
    C:\Jdevstudio\jdk\bin\javaw.exe -client -classpath C:\Jdevstudio\j2ee\home\oc4j.jar;C:\Jdevstudio\jdev\lib\jdev-oc4j-embedded.jar -Dhttp.proxyHost=wwwcache.aber.ac.uk -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=*.aber.ac.uk|localhost|127.0.0.1|win2006 -Dhttps.proxyHost=wwwcache.aber.ac.uk -Dhttps.proxyPort=8080 -Dhttps.nonProxyHosts=*.aber.ac.uk|localhost|127.0.0.1|win2006 -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\Jdevstudio\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    14 ส.ค. 2551 15:30:33 com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    14 ส.ค. 2551 15:30:34 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    14 ส.ค. 2551 15:30:34 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 7813 ms.
    Target URL -- http://144.124.120.45:8988/Application1-view-context-root/faces/untitled1.jsp
    51/08/14 15:30:38 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    This caused 500 Internal Server error
    5. Then i went to Tools--> Preferences--> Deployment--> unchecked Bundle Default data-source.xml During Deployment...
    I got less error showing:
    C:\Jdevstudio\jdk\bin\javaw.exe -jar C:\Jdevstudio\j2ee\home\admin.jar ormi://144.124.120.45:23891 oc4jadmin **** -updateConfig
    14 ส.ค. 2551 15:33:58 com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl preInitApplicationServer
    WARNING: ORB ignoring configuration changes. Restart OC4J to apply new ORB configuration.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 8109 ms.
    Target URL -- http://144.124.120.45:8988/Application1-view-context-root/faces/untitled1.jsp
    This still caused 500 Internal Server Error
    6. I still did know the real problems then i read the installation guide of jdev
    is it necessary to set the JavaHome in C:\Jdevstudio\jdev\bin\jdev.conf
    or do i need to set ORACLEHome in this file
    7. from the log file the server called Jdk under Jdevstudio\jdk\bin\javaw.exe -jar
    it seemed fine...
    8. Anything wrong with admin.jar....
    9. is the problem from setting not setting jdk (javahome) or admin.jar...or OC4J problems please help
    i would appreciate you help
    thank you

    i deleted pesistence directory like what you said but i found the bigger error in the log ...
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\Jdevstudio\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config>
    C:\Jdevstudio\jdk\bin\javaw.exe -client -classpath C:\Jdevstudio\j2ee\home\oc4j.jar;C:\Jdevstudio\jdev\lib\jdev-oc4j-embedded.jar -Dhttp.proxyHost=wwwcache.aber.ac.uk -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=*.aber.ac.uk|localhost|127.0.0.1|win2006 -Dhttps.proxyHost=wwwcache.aber.ac.uk -Dhttps.proxyPort=8080 -Dhttps.nonProxyHosts=*.aber.ac.uk|localhost|127.0.0.1|win2006 -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\Jdevstudio\jdev\system\oracle.j2ee.10.1.3.39.84\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    14 ส.ค. 2551 17:05:46 com.evermind.server.jms.JMSMessages log
    SEVERE: Failed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConfig[file:/C:/Jdevstudio/jdev/system/oracle.j2ee.10.1.3.39.84/embedded-oc4j/config/jms.xml]
    java.lang.InstantiationException: The system cannot find the path specified
         at com.evermind.server.jms.JMSUtils.make(JMSUtils.java:1072)
         at com.evermind.server.jms.JMSUtils.toInstantiationException(JMSUtils.java:1237)
         at com.evermind.server.jms.JMSServer.recoverState(JMSServer.java:1831)
         at com.evermind.server.jms.JMSServer.internalSetConfig(JMSServer.java:209)
         at com.evermind.server.jms.JMSServer.setConfig(JMSServer.java:182)
         at com.evermind.server.ApplicationServer.initializeJMS(ApplicationServer.java:2412)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:955)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.IOException: The system cannot find the path specified
         at java.io.WinNTFileSystem.createFileExclusively(Native Method)
         at java.io.File.createNewFile(File.java:850)
         at com.evermind.server.jms.ServerFile.safeOpenFile(ServerFile.java:775)
         at com.evermind.server.jms.ServerFile.access$000(ServerFile.java:77)
         at com.evermind.server.jms.ServerFile$2.run(ServerFile.java:719)
         at oracle.oc4j.security.OC4JSecurity.doUnprivileged(OC4JSecurity.java:325)
         at com.evermind.server.jms.ServerFile.openFile(ServerFile.java:716)
         at com.evermind.server.jms.ServerFile.<init>(ServerFile.java:133)
         at com.evermind.server.jms.PersistentMap.loadFile(PersistentMap.java:100)
         at com.evermind.server.jms.PersistentMap.<init>(PersistentMap.java:61)
         at com.evermind.server.jms.JMSServer.recoverState(JMSServer.java:1823)
         ... 6 more
    51/08/14 17:05:46 *** (SEVERE) Failed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConfig[file:/C:/Jdevstudio/jdev/system/oracle.j2ee.10.1.3.39.84/embedded-oc4j/config/jms.xml]
    14 ส.ค. 2551 17:05:46 com.evermind.server.ServerMessages severeJmsServerStartupException
    SEVERE: JMS: Failed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConfig[file:/C:/Jdevstudio/jdev/system/oracle.j2ee.10.1.3.39.84/embedded-oc4j/config/jms.xml]
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 7719 ms.
    Target URL -- http://144.124.120.45:8988/Application1-view-context-root/faces/untitled1.jsp
    51/08/14 17:05:50 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    anything problems that came from admin.jar..????

  • "Error in the alert log file " - please help

    Hi ALL,
    I am getting following errors in the alert log frequently.
    My database version is:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.1.0 - Productio
    NLSRTL Version 10.2.0.1.0 - Production
    Thu Aug 30 16:58:19 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 2172K exceeds notification threshold (2048K)
    KGL object name :select object_name from all_objects where object_name='TOAD_PROFILER' and object_type='PACKAGE'
    Thu Aug 30 17:09:36 2007
    ************************************************************************************

    Additionally you can visit here:
    Alert Error from trc files--Heap size 5236K exceeds notification threshold
    geting error in alert log file
    Adith

  • Error message in the log file

    Hi,
    I'm running CF 7.0.2. The app is using Flash forms.
    I have this onError function in my Application.cfc.
    <cffunction name="onError">
    <cfargument name="Except" required="yes">
    <cfargument name="EventName" type="string"
    required="yes">
    <cflog file="#This.Name#" type="error" text="Event Name:
    #EventName#" time="yes">
    <cflog file="#This.Name#" type="error" text="Messsage:
    #except.message#" time="yes">
    <cflocation url="errorPage.cfm" addtoken="no">
    <cfabort>
    </cffunction>
    The app is working fine but my log file is full of errors:
    Event Name: onRequestStart
    Messsage: Event Handler Exception
    Any idea what's wrong?
    Is there any way to get more specific error message?
    Thanks,
    b.

    I have the same problem and it does not have to do with firefox. Do you have any idea how to fix it through?

  • Repeated Errors in SQL Server log file

    I have hundreds of these errors saying 'Login failed for user 'Reporting' The user is not associated with a trusted SQL Server connection [CLIENT: ip address]
    The ip address is that of the server that sql server is installed on.
    Looking in my log file, all looks good until I get to Service Broker manager has started, then I get Error: 18452, Severity: 14 State: 1 then these two lines repeat about every minute, for the last 3 days!
    I think I must have just missed a tick box somewhere, but where?
    I have been into one of the databases, and input  and checked data, both via an application I wrote and SQL Server Management Studio.
    I am also having trouble connecting using my application to connect to the database, I can only connect if I use a Windows administrator account (this SQL Server 2005 running on a Windows 2003 Server, with the app on PC running Windows 2000)

    Hello Graham,
    did you find any solutions for that problem? I'm discovering a similar problem. The state of my error message is 5. According to the following source http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx this means the user is not known. This is correct. Neither the SQL-Server nor the Windows system has such a userid.
    The faulty user name is 'Reporting'. What is that user used for? I have set up other SQL Server 2005 servers but was never asked for such a name.
    Greetings,
    Frank

  • Errors appeared in alert log file should send an email

    Hi,
    I have one requirement to do, as i am new dba, i dont know how to do this,
    sendmail is configured on my unix machine, but dont know how to send the errors appeared in alert logfile should send an email to administrator.
    daily, it has to check the errors in alert log file, if any errors occurs(ORA- errors or WARNING errors) should send an email to administrator.
    please help me how to do it

    Hi,
    There are many methods for interrogating the alert log and sending e-mail. Here are my notes:
    http://www.dba-oracle.com/t_alert_log_monitoring_errors.htm
    - PL/SQL or Java with e-mail alert: http://www.dba-village.com/village/dvp_papers.PaperDetails?PaperIdA=2383
    - Shell script - Database independent and on same level as alert log file and e-mail.
    - OEM - Too inflexible for complex alert log analysis rules
    - SQL against the alert log - You can define the alert log file as an external table and detect messages with SQL and then e-mail.
    Because the alert log is a server side flat file and because e-mail is also at the OS-level, I like to use a server side scell script. It's also far more robust then OEM, especially when combining and evaluating multiple alert log events. Jon Emmons has great notes on this:
    http://www.lifeaftercoffee.com/2007/12/04/when-to-use-shell-scripts/
    If you are on Windows, see here:
    http://www.dba-oracle.com/t_windows_alert_log_script.htm
    For UNIX, Linux, Jon Emmons has a great alert log e-mail script.
    Hope this helps . . . .
    Donald K. Burleson
    Oracle Press author

Maybe you are looking for

  • Doubt in Import

    Hi experts, I am having the export dump for the whole database but i have to import into another database without any data in the tables... can any one guide me

  • TS1630 i got a new phone tonight and i was talking on it when suddenly my friend could not here me

    I have done a complete reset and i dont know what happened but it cannot be heard from another phone

  • Bad quality + poor service=Bad business

    I've just had a very poor tech support experience tonight on my HP desktop computer. After an HP tech told me a couple of days ago that I had to do a complete system recovery because my USB ports weren't working, and he guided me through the process,

  • Rule based on background colour?

    Hi, The rules feature is pretty simplistic so I think I already know the answer but worth asking anyway: is it possible to have a rule that acts on the background colour of an email? For example emails that need an action I want set to Green and emai

  • Help with new hard drive

    Only a select few of us have found ourselves in this position. I am a student who takes his laptop to school for learning purposes however after doing a long night as the sound technician at a school show I put my MacBook Pro (Mid 2012 13" 4GB RAM In