Duplicated lines in PLD

Hi All,
Our customer's A/R invoices are copied from SO#. So for each line in A/R invoice, we can find a 'Base document key'.
They would like to have the  'Base document key' of the first line in the A/R invoice in PLD header. That is ok.
And they would like to have the 'Posting Date' for the SO against the 'Base document key' on PLD header as well.
I have to find out the posting date in ORDR table. That is ok too. But, then I found I have the lines in the A/R invoice duplicated.
How many SO I have in the system how many duplicated lines I have in A/R invoice.
However, the header info is good. Anybody has idea on that?
In a word, they would like to have the SO# and Posting Date in A/R invoice. SO number is in A/R invoice table. Posting date is in SO table. After I add 'Posting Date' in the header, the lines in A/R invoice are duplicated.
I have a screen shot but I don't know how to paste it here. What I did is here (In the header):
1) Field 1: Database >> A/R invoice - Rows >> Base Document Key
2) Field 2: Database >> A/R invoice - Rows >> Row Number
3) Field 3: Formula >> Field 2 == 0 (Link the other fields to this field. Then only the first line shown up. Actually I think we don't have to do this. The system will only show the info in first line if we put the line info field in the header. )
4) Field 4: Database >> Sales Order >> Posting Date >> Related to 'Field 1'
After I add field 4, the line items duplicated. Thanks.
Regards,
Yuka

Then what type should the UDF be? Date or Time?
Is this user query good for FMS? I have a Date type UDF and FMS, but I cannot carry the Posting date from the ORDR table. Thanks a lot.
SELECT T0.DocDate FROM ORDR T0 WHERE T0.[DocEntry] = $[$38.1.45]

Similar Messages

  • In query designer, an hierarchy(structure)  duplicating lines in level 2.

    Here we are at version 7.0 - SP 10, I have created a structure hierarchy in BEX, and when I execute this query the result is ok ... until I tried to closed or open the second level.
    At first, it doesn't close, and the worst if I tried to open  it's
    duplicating the lines of the second level.
    In query designer, creating an hierarchy(structure) something like this:
    > total division 1    
    ...> division 1.1     
    ...> division 1.2     
    > total division 2    
    ...> division 2.1     
    ...> division 2.2     
    and after the execution, if I tried to close or open the level of division 2 the result will duplicates the lines division 2.1 and division  2.2. the result is like this:
    > total division 1    
    ...> division 1.1     
    ...> division 1.2     
    > total division 2    
    ...> division 2.1     
    ...> division 2.2
    <b>...> division 2.1     
    ...> division 2.2</b>
    The stange is in excel it works normaly.
    Best regards,
    Silvio Meurer

    Hi,
    An Heirarchy is always an addition of the below nodes. hence. WBS 1 = WBS 1.1 + WBS 1.2. since youre looking at durations. it will add up 7+9 instead of looking at earliest start and latest end dates.
    dont know if itll work but a suggestion would be to get the start date and end date for WBS 1 and then do the calculation for duration in a formula in query designer.
    regards,
    Dilanke

  • Report has two duplicated line

    Hi experts,
    in A/P invoice, I new a document with only one item. but when I preview the print of the document. it appears two item line. the second item and quantity is the same with the first one but without price and total. the format is like below: How do I make the second line disappear?
                            Purchase Order
    Id:123
    Item1        1600 pcs     0.98USD       1568USD
    Item1        1600 pcs
      total        3200
    PS, In database and A/P invoice, there is only one item(record). but 2 in printed report.
    Thanks...

    Hi,
    When a line in print preview is showing 2 or more times in repetitive area, then most of the time it is due to a field which is present not related to rows table or it is not in the active form.
    I would suggest is check all the fields in the repetitive area, make sure even hidden fields are from rows table and it is from A/P Invoice itself.
    hope this helps you out
    regards,
    Shreyas

  • Incoming Payments Layout - Duplicated lines

    Hi all,
    I'm using 'Receipt(System)' template on SAP B1 2007A.
    This template has two tables, one that only shows up when we are paying in checks and the other one saying what documents are we paying.
    The problem is that in this table with the paid documents, i changed some of the fields. I´m using 3 fields with system variables 61,62 and 63.
    The values are all ok, but it duplicates the table. For example, if I'm paying 2 invoices, it will show 4 invoices. If I'm paying 1 invoice it shows 2 invoices.
    Same happens when the payment is with check, the table of the checks duplicates the lines too.
    Anyone can help me with this? Thanks.
    Kind regards,
    Pedro Santos

    I found what the problem was. There were some fields on the header, with vendor related info, and when I deleted them it started working normally.
    I don't have any ideia of what caused it, but now it's working with those fields again. Thanks anyway
    Regards,
    Pedro Santos

  • [SOLVED] Duplicity getting 'stuck' when attempting to restart a backup

    Hey all,
    After a backup attempt failed partway through (first-time full backup) with this error:
    AsyncScheduler: scheduling task for asynchronous execution
    No handlers could be found for logger "paramiko.transport"
    AsyncScheduler: a previously scheduled task has failed; propagating the result immediately
    AsyncScheduler: task execution done (success: False)
    Backend error detail: Traceback (most recent call last):
    File "/usr/bin/duplicity", line 1391, in <module>
    with_tempdir(main)
    File "/usr/bin/duplicity", line 1384, in with_tempdir
    fn()
    File "/usr/bin/duplicity", line 1354, in main
    full_backup(col_stats)
    File "/usr/bin/duplicity", line 500, in full_backup
    globals.backend)
    File "/usr/bin/duplicity", line 399, in write_multivol
    (tdp, dest_filename, vol_num)))
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 151, in schedule_task
    return self.__run_asynchronously(fn, params)
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 215, in __run_asynchronously
    with_lock(self.__cv, wait_for_and_register_launch)
    File "/usr/lib/python2.7/site-packages/duplicity/dup_threading.py", line 100, in with_lock
    return fn()
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 207, in wait_for_and_register_launch
    check_pending_failure() # raise on fail
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 191, in check_pending_failure
    self.__failed_waiter()
    File "/usr/lib/python2.7/site-packages/duplicity/dup_threading.py", line 201, in caller
    value = fn()
    File "/usr/lib/python2.7/site-packages/duplicity/asyncscheduler.py", line 183, in <lambda>
    (waiter, caller) = async_split(lambda: fn(*params))
    File "/usr/bin/duplicity", line 398, in <lambda>
    async_waiters.append(io_scheduler.schedule_task(lambda tdp, dest_filename, vol_num: put(tdp, dest_filename, vol_num),
    File "/usr/bin/duplicity", line 296, in put
    backend.put(tdp, dest_filename)
    File "/usr/lib/python2.7/site-packages/duplicity/backends/sshbackend.py", line 191, in put
    raise BackendException("sftp put of %s (as %s) failed: %s" % (source_path.name,remote_filename,e))
    BackendException: sftp put of /tmp/duplicity-9_jssu-tempdir/mktemp-uqQRIn-42 (as duplicity-full.20120507T060530Z.vol41.difftar
    .gpg) failed: Server connection dropped:
    BackendException: sftp put of /tmp/duplicity-9_jssu-tempdir/mktemp-uqQRIn-42 (as duplicity-full.20120507T060530Z.vol41.difftar
    .gpg) failed: Server connection dropped:
    the process keeps getting stuck when I try to restart it. There's almost no CPU use and no useful error messages. Here's the output (the version and parameters are included) with -v debug:
    Using archive dir: /root/.cache/duplicity/1498ef4c9557164d69523e5aec4c78ce [83/4524]
    Using backup name: 1498ef4c9557164d69523e5aec4c78ce
    Import of duplicity.backends.sshbackend Succeeded
    Import of duplicity.backends.rsyncbackend Succeeded
    Import of duplicity.backends.botobackend Succeeded
    Import of duplicity.backends.webdavbackend Succeeded
    Import of duplicity.backends.hsibackend Succeeded
    Import of duplicity.backends.localbackend Succeeded
    Import of duplicity.backends.ftpsbackend Succeeded
    Import of duplicity.backends.giobackend Failed: No module named gio
    Import of duplicity.backends.ftpbackend Succeeded
    Import of duplicity.backends.cloudfilesbackend Succeeded
    Import of duplicity.backends.u1backend Succeeded
    Import of duplicity.backends.tahoebackend Succeeded
    Import of duplicity.backends.imapbackend Succeeded
    Import of duplicity.backends.gdocsbackend Succeeded
    Main action: inc
    ================================================================================
    duplicity 0.6.18 (February 29, 2012)
    Args: /usr/bin/duplicity --use-agent -vdebug --encrypt-key YYYYYYYY --sign-key XXXXXXX --full-if-older-than 60D --exclude /mn
    t/backup/bfd-training-data --exclude /mnt/backup/fsarchiver --exclude /mnt/backup/media --exclude /mnt/backup/usapparel --asyn
    chronous-upload /mnt/backup scp://[email protected]//backups/homeserver
    Linux homeserver 3.0.29-1-lts #1 SMP PREEMPT Mon Apr 23 09:41:11 CEST 2012 x86_64 AMD Sempron(tm) Processor 3400+
    /usr/bin/python2 2.7.3 (default, Apr 24 2012, 00:00:54)
    [GCC 4.7.0 20120414 (prerelease)]
    ================================================================================
    Using temporary directory /tmp/duplicity-OjWCPd-tempdir
    Registering (mkstemp) temporary file /tmp/duplicity-OjWCPd-tempdir/mkstemp-GZ2ieI-1
    Temp has 490532864 available, backup will use approx 60293120.
    Local and Remote metadata are synchronized, no sync needed.
    41 files exist on backend
    2 files exist in cache
    Extracting backup chains from list of files: ['duplicity-full.20120507T060530Z.manifest.part', 'duplicity-full-signat[51/4524]
    0507T060530Z.sigtar.part', 'duplicity-full.20120507T060530Z.vol1.difftar.gpg', 'duplicity-full.20120507T060530Z.vol2.difftar.g
    pg', 'duplicity-full.20120507T060530Z.vol3.difftar.gpg', 'duplicity-full.20120507T060530Z.vol4.difftar.gpg', 'duplicity-full.2
    0120507T060530Z.vol5.difftar.gpg', 'duplicity-full.20120507T060530Z.vol6.difftar.gpg', 'duplicity-full.20120507T060530Z.vol7.d
    ifftar.gpg', 'duplicity-full.20120507T060530Z.vol8.difftar.gpg', 'duplicity-full.20120507T060530Z.vol9.difftar.gpg', 'duplicit
    y-full.20120507T060530Z.vol10.difftar.gpg', 'duplicity-full.20120507T060530Z.vol11.difftar.gpg', 'duplicity-full.20120507T0605
    30Z.vol12.difftar.gpg', 'duplicity-full.20120507T060530Z.vol13.difftar.gpg', 'duplicity-full.20120507T060530Z.vol14.difftar.gp
    g', 'duplicity-full.20120507T060530Z.vol15.difftar.gpg', 'duplicity-full.20120507T060530Z.vol16.difftar.gpg', 'duplicity-full.
    20120507T060530Z.vol17.difftar.gpg', 'duplicity-full.20120507T060530Z.vol18.difftar.gpg', 'duplicity-full.20120507T060530Z.vol
    19.difftar.gpg', 'duplicity-full.20120507T060530Z.vol20.difftar.gpg', 'duplicity-full.20120507T060530Z.vol21.difftar.gpg', 'du
    plicity-full.20120507T060530Z.vol22.difftar.gpg', 'duplicity-full.20120507T060530Z.vol23.difftar.gpg', 'duplicity-full.2012050
    7T060530Z.vol24.difftar.gpg', 'duplicity-full.20120507T060530Z.vol25.difftar.gpg', 'duplicity-full.20120507T060530Z.vol26.diff
    tar.gpg', 'duplicity-full.20120507T060530Z.vol27.difftar.gpg', 'duplicity-full.20120507T060530Z.vol28.difftar.gpg', 'duplicity
    -full.20120507T060530Z.vol29.difftar.gpg', 'duplicity-full.20120507T060530Z.vol30.difftar.gpg', 'duplicity-full.20120507T06053
    0Z.vol31.difftar.gpg', 'duplicity-full.20120507T060530Z.vol32.difftar.gpg', 'duplicity-full.20120507T060530Z.vol33.difftar.gpg
    ', 'duplicity-full.20120507T060530Z.vol34.difftar.gpg', 'duplicity-full.20120507T060530Z.vol35.difftar.gpg', 'duplicity-full.2
    0120507T060530Z.vol36.difftar.gpg', 'duplicity-full.20120507T060530Z.vol37.difftar.gpg', 'duplicity-full.20120507T060530Z.vol3
    8.difftar.gpg', 'duplicity-full.20120507T060530Z.vol39.difftar.gpg', 'duplicity-full.20120507T060530Z.vol40.difftar.gpg', 'dup
    licity-full.20120507T060530Z.vol41.difftar.gpg']
    File duplicity-full.20120507T060530Z.manifest.part is not part of a known set; creating new set
    File duplicity-full-signatures.20120507T060530Z.sigtar.part is not part of a known set; creating new set
    Ignoring file (rejected by backup set) 'duplicity-full-signatures.20120507T060530Z.sigtar.part'
    File duplicity-full.20120507T060530Z.vol1.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol2.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol3.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol4.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol5.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol6.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol7.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol8.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol9.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol10.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol11.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol12.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol13.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol14.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol15.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol16.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol17.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol18.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol19.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol20.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol21.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol22.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol23.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol24.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol25.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol26.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol27.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol28.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol29.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol30.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol31.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol32.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol33.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol34.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol35.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol36.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol37.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol38.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol39.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol40.difftar.gpg is part of known set
    File duplicity-full.20120507T060530Z.vol41.difftar.gpg is part of known set
    Found backup chain [Sun May 6 23:05:30 2012]-[Sun May 6 23:05:30 2012]
    Last full backup left a partial set, restarting.
    Last full backup date: Sun May 6 23:05:30 2012
    Collection Status
    Connecting with backend: SftpBackend
    Archive dir: /root/.cache/duplicity/1498ef4c9557164d69523e5aec4c78ce
    Found 0 secondary backup chains.
    Found primary backup chain with matching signature chain:
    Chain start time: Sun May 6 23:05:30 2012
    Chain end time: Sun May 6 23:05:30 2012
    Number of contained backup sets: 1
    Total number of contained volumes: 41
    Type of backup set: Time: Num volumes:
    Full Sun May 6 23:05:30 2012 41
    No orphaned or incomplete backup sets found.
    RESTART: Volumes 41 to 42 failed to upload before termination.
    Restarting backup at volume 41.
    Registering (mktemp) temporary file /tmp/duplicity-OjWCPd-tempdir/mktemp-Fx_YTQ-2
    ^CRemoving still remembered temporary file /tmp/duplicity-OjWCPd-tempdir/mktemp-Fx_YTQ-2
    Removing still remembered temporary file /tmp/duplicity-OjWCPd-tempdir/mkstemp-GZ2ieI-1
    INT intercepted...exiting.
    Does anyone have some experience with this? It's a fairly good sized backup (well, for me at least) so I'd really hate to have to start over every time one fails!
    Thanks,
    Scott
    Last edited by firecat53 (2012-05-08 18:23:19)

    Ok, solved-ish. There were actually 3 issues:
    1. There's a problem in the 0.6.18 new python paraminko ssh internals that was preventing it from uploading more than about 1GB at a time, possibly because it's reusing the same ssh connection which some webhosts will kick off after a certain time or amount.
    2. The --num-retries parameter wasn't being read by the ssh backend
    3. There's a bug in some encryption validation code that had to be removed before a 'resume backup' operation would work correctly (it won't read the GPG encryption key correctly).
    So I reverted to 0.6.17 and removed a previously applied patch from the code found here.
    So far it seems to be working. The dev who answered me on Launchpad said that there's a memory leak with 0.6.17 so watch out when doing any backups over ~100GB or so.
    Scott

  • How to create a tileable line pattern?

    Hello,
    How can I create a tileable line pattern like the one on the image? (Illustrator CS5)
    Is there a more practical way than drawing and duplicating lines? When I do that, and fill a shape with the pattern, I see gaps between tiles. Do you remember the same pattern on Microsoft Word? I want to create that, on Illustrator. Which method should I follow?
    Thanks.

    Draw a horizontal line and apply a stroke. Duplicate that line exact vertically, apply no fill, no stroke.
    Drag both of them into the swatches panel. This is the pattern. Apply to a shape and then rotate only the pattern in your shape.

  • Accidental Line to Shape

    Hi,
    I drew an image with the pencil tool in Illustrator CS4. I used the divide function in pathfinder to save myself some work.
    Once finsihed I saved and came back later. Some times when using divide I accidentally leave behind extra copies of a shape.
    So when I saw the darker lines I assumed that was the case. However when I inspected it the single pencil lines were now dual paths.
    The lines were now shapes. It is like the centerline has been outlined on both sides then the center line removed.
    I was hoping for a  fix so I don't have to redraw the thing.
    Thanks for reading!

    (fyi, you can post screenshots inline using the camera icon)
    I'm not clear on how you got from the pencil to here.  Did you also Outline Stroke?  Are you showing both correct and incorrect in this screenshot?  If all you need to do is get rid of the duplicated lines, can't you just select and delete them?  Also, I see that either most of the objects are selected, or that you have an offset path applied to some of them as well.  Select just one of the trouble spots and take another screenshot with the appearance panel visible, so we can see what's going on there.

  • How to use dimension property in REC statement?

    Hi,
    In dimension ACCOUNT I have created additional property ZACC where I store "alternative" account numbers.
    After I load actuals from BW to "regular" accounts I want to copy values to "alternative" accounts.
    Regular accounts are hierarchy nodes and alternative are base members.
    ACCOUNT dim values looks like that:
    ID     ZACC
    A1     A.1
    A2     A.2
    A.1
    A.2
    etc.
    I wrote code below for that but when I validate I get message:
    UJK_VALIDATION_EXCEPTION:Invalid dimension "ACCOUNT].[ZACC" in model ZXC
    *XDIM_MEMBERSET TIME=2012.01
    *XDIM_MEMBERSET ZKEYFIGURE=ZBALANCE
    *SELECT(%ACC%,"[ID]",ACCOUNT,"[ZACC]<>' '")
    *FOR %AC%=%ACC%
    *WHEN ACCOUNT
    *IS BAS(%AC%)
    *REC(ACCOUNT=[ACCOUNT].[ZACC])
    *ENDWHEN
    *NEXT
    Can you suggest me how to fix my code?
    Thanks,
    Andrzej
    Message was edited by: A Ksik

    Hi Andzej,
    I will try to explain in details. If we are talking about target member override in REC like:
    *REC(EXPRESSION=%VALUE%,SOMEDIM=TARGETMEMBER,...)
    TARGETMEMBER can be:
    1. Some fixed single member
    2. Variable like %VAR%, but this %VAR% will get the value from FOR/NEXT loop (simply duplicating lines of code).
    Something like:
    *WHEN SOMEDIM
    *FOR %VAR%=MEM1,MEM2,MEM3 //lines between FOR and NEXT are duplicated
    *IS %VAR%
    *REC(EXPRESSION=%VALUE%,SOMEDIM=PREFIX%VAR%SUFFIX)
    *NEXT
    *ENDWHEN
    Where PREFIX%VAR%SUFFIX - is the target containing fixed prefix or suffix and contents of %VAR%
    The result of code processing this code will be evaluated to:
    *WHEN SOMEDIM
    *IS MEM1
    *REC(EXPRESSION=%VALUE%,SOMEDIM=PREFIXMEM1SUFFIX)
    *ENDWHEN
    *WHEN SOMEDIM
    *IS MEM2
    *REC(EXPRESSION=%VALUE%,SOMEDIM=PREFIXMEM2SUFFIX)
    *ENDWHEN
    *WHEN SOMEDIM
    *IS MEM3
    *REC(EXPRESSION=%VALUE%,SOMEDIM=PREFIXMEM3SUFFIX)
    *ENDWHEN
    This code is VERY slow and ineffective!
    In you case the code can be:
    *FOR %AC%=%ACC% //list of nodes
    //or *XDIM_MEMBERSET ACCOUNT=BAS(%AC%)
    *WHEN ACCOUNT
    *IS BAS(%AC%) //or * if XDIM
    *REC(EXPRESSION=%VALUE%,ACCOUNT="PREFIX%AC%")
    *ENDWHEN
    *NEXT
    but you will need special coding for target to support PREFIX
    3. Member property containing correct member ID, like
    SOMEDIM.SOMEPROPERTY
    In this case the member property of the current record of WHEN/ENDWHEN loop will be used as a target.
    Hope it's clear!
    B.R. Vadim

  • Outlook 2010 / iCloud Sync - Outlook crashing while adding address to contact

    We have a very odd problem with one client where adding an address to the iCloud contacts field through Outlook 2010 causes outlook to crash. We've tried the following and to no avail:
    Made sure Windows 7 has all updates
    Made sure Outlook 2010 has all updates
    Create new Outlook profile
    Create new Outlook data file
    Uninstall / Reinstall iCloud app and resetup sync
    The only problem I've narrowed it down to is that it is related to the Calendar & Tasks syncing in iCloud. When the Contacts sync is on ONLY it is ok; as soon as I turn on the Calendars & Tasks then it causes the crash above.
    In the meantime, I've advised the client to update the address field through www.icloud.com or on their iPhone but not through their PC.

    Update: I removed all the duplicated lines and other errors (approx. 2000 contacts) and noticed that there were varying extra spaces between city/state and state/zip, which may have caused the different sorts of errors I saw. it's possible that it started with iOS 5/Exchange on the 3GS and I hadn't realized it, my guess is that little errors that iOS4 would overlook, iOS5 and the Exchange process won't.
    I believe that the different permutations were due to the variance of the extra spaces between city/state and state/zip which seemed to have been caused by some portion of this error, although because it's pretty subtle, the spaces could have been there before and I didn't notice. I have gone through the approx 2000 contacts and removed the spaces (as well as the extra lines) and although it looks fine at a quick glance, by the time it gets to the iPhone, all of the fields besides the country field are ending up in the address field, not populating to the city, state and zip fields. I also set my MacBook to access Google as a test and as near as I can tell, the Exchange process is not adequately understanding what is a street address, what is a city, state, zip, etc., since Google doesn't have these fields separated out.
    I have also sent an email to GSyncIt support for their thoughts. I hope this is clear, I'm a little boggled at this point.

  • SCCM console and CCM component Version matching after 2012 R2 upgrade

    Do you know why I am seeing two different versions of admin console after upgraded to '12 R2?
    I see the new version 5.0.7958.1401 when I click on about SCCM from the console.
    Any help would be greatly appreciated

    I checked the ccmexec.log and also included here. I removed some duplicated lines from the logs to cut short. Thanks
    CcmNotificationAgent.log
    Bgb client agent is disabled BgbAgent
    12/15/2014 9:16:42 AM 6896 (0x1AF0)
    TCP Listener is disabled. BgbAgent
    12/15/2014 9:16:42 AM 6896 (0x1AF0)
    BgbController main thread is started with settings: {bgb enable = 0}, {tcp enabled = 0}, {tcp port = 0} and {http enabled = 0}.
    BgbAgent 12/15/2014 9:16:42 AM
    6896 (0x1AF0)
    Wait 3600 seconds for event notification. BgbAgent
    12/15/2014 9:16:42 AM 6780 (0x1A7C)
    * (Manually removed the 22 lines of duplicates to above line)
    Bgb client agent is stopping BgbAgent
    12/16/2014 8:24:49 AM 5572 (0x15C4)
    Waiting for the main bgb thread to exit. BgbAgent
    12/16/2014 8:24:49 AM 5572 (0x15C4)
    ===========================================================
    BgbAgent 12/16/2014 8:24:49 AM
    5572 (0x15C4)
    ===========================================================
    BgbAgent 12/16/2014 8:25:35 AM
    3684 (0x0E64)
    Bgb client agent is starting... BgbAgent
    12/16/2014 8:25:35 AM 3684 (0x0E64)
    Bgb client agent is disabled BgbAgent
    12/16/2014 8:25:35 AM 3684 (0x0E64)
    TCP Listener is disabled. BgbAgent
    12/16/2014 8:25:35 AM 3684 (0x0E64)
    BgbController main thread is started with settings: {bgb enable = 0}, {tcp enabled = 0}, {tcp port = 0} and {http enabled = 0}.
    BgbAgent 12/16/2014 8:25:35 AM
    3684 (0x0E64)
    Wait 3600 seconds for event notification. BgbAgent
    12/16/2014 8:25:35 AM 7032 (0x1B78)
    * (Manually removed the 70 lines of duplicates to above line)
    Bgb client agent is stopping BgbAgent
    12/19/2014 7:45:00 AM 5388 (0x150C)
    Waiting for the main bgb thread to exit. BgbAgent
    12/19/2014 7:45:00 AM 5388 (0x150C)
    ===========================================================
    BgbAgent 12/19/2014 7:45:00 AM
    5388 (0x150C)
    ===========================================================
    BgbAgent 12/19/2014 7:45:48 AM
    4456 (0x1168)
    Bgb client agent is starting... BgbAgent
    12/19/2014 7:45:48 AM 4456 (0x1168)
    Bgb client agent is disabled BgbAgent
    12/19/2014 7:45:48 AM 4456 (0x1168)
    TCP Listener is disabled. BgbAgent
    12/19/2014 7:45:48 AM 4456 (0x1168)
    BgbController main thread is started with settings: {bgb enable = 0}, {tcp enabled = 0}, {tcp port = 0} and {http enabled = 0}.
    BgbAgent 12/19/2014 7:45:48 AM
    4456 (0x1168)
    Wait 3600 seconds for event notification. BgbAgent
    12/19/2014 7:45:48 AM 7320 (0x1C98)
    * (Manually removed the 4 lines of duplicates to above line)
    Bgb client agent is stopping BgbAgent
    12/19/2014 12:42:34 PM 4936 (0x1348)
    Waiting for the main bgb thread to exit. BgbAgent
    12/19/2014 12:42:34 PM 4936 (0x1348)
    ===========================================================
    BgbAgent 12/19/2014 12:42:34 PM
    4936 (0x1348)
    ===========================================================
    BgbAgent 12/19/2014 12:46:52 PM
    2216 (0x08A8)
    Bgb client agent is starting... BgbAgent
    12/19/2014 12:46:52 PM 2216 (0x08A8)
    Bgb client agent is disabled BgbAgent
    12/19/2014 12:46:52 PM 2216 (0x08A8)
    TCP Listener is disabled. BgbAgent
    12/19/2014 12:46:52 PM 2216 (0x08A8)
    BgbController main thread is started with settings: {bgb enable = 0}, {tcp enabled = 0}, {tcp port = 0} and {http enabled = 0}.
    BgbAgent 12/19/2014 12:46:52 PM
    2216 (0x08A8)
    Wait 3600 seconds for event notification. BgbAgent
    12/19/2014 12:46:52 PM 1828 (0x0724)
    Wait 3600 seconds for event notification. BgbAgent
    12/19/2014 1:46:52 PM 1828 (0x0724)
    Bgb client agent is stopping BgbAgent
    12/19/2014 2:05:29 PM 2204 (0x089C)
    Waiting for the main bgb thread to exit. BgbAgent
    12/19/2014 2:05:29 PM 2204 (0x089C)
    ===========================================================
    BgbAgent 12/19/2014 2:05:29 PM
    2204 (0x089C)
    ===========================================================
    BgbAgent 12/19/2014 2:09:19 PM
    2076 (0x081C)
    Bgb client agent is starting... BgbAgent
    12/19/2014 2:09:19 PM 2076 (0x081C)
    Bgb client agent is disabled BgbAgent
    12/19/2014 2:09:19 PM 2076 (0x081C)
    TCP Listener is disabled. BgbAgent
    12/19/2014 2:09:19 PM 2076 (0x081C)
    BgbController main thread is started with settings: {bgb enable = 0}, {tcp enabled = 0}, {tcp port = 0} and {http enabled = 0}.
    BgbAgent 12/19/2014 2:09:19 PM
    2076 (0x081C)
    Wait 3600 seconds for event notification. BgbAgent
    12/19/2014 2:09:19 PM 1328 (0x0530)
    Wait 3600 seconds for event notification. BgbAgent
    12/19/2014 3:09:19 PM 1328 (0x0530)
    Bgb client agent is stopping BgbAgent
    12/19/2014 3:23:29 PM 3864 (0x0F18)
    Waiting for the main bgb thread to exit. BgbAgent
    12/19/2014 3:23:29 PM 3864 (0x0F18)
    ===========================================================
    BgbAgent 12/19/2014 3:23:29 PM
    3864 (0x0F18)
    ===========================================================
    BgbAgent 12/19/2014 3:24:17 PM
    1636 (0x0664)
    Bgb client agent is starting... BgbAgent
    12/19/2014 3:24:17 PM 1636 (0x0664)
    Bgb client agent is disabled BgbAgent
    12/19/2014 3:24:17 PM 1636 (0x0664)
    TCP Listener is disabled. BgbAgent
    12/19/2014 3:24:17 PM 1636 (0x0664)
    BgbController main thread is started with settings: {bgb enable = 0}, {tcp enabled = 0}, {tcp port = 0} and {http enabled = 0}.
    BgbAgent 12/19/2014 3:24:17 PM
    1636 (0x0664)
    Wait 3600 seconds for event notification. BgbAgent
    12/19/2014 3:24:17 PM 2856 (0x0B28)
    Wait 3600 seconds for event notification. BgbAgent
    12/19/2014 4:24:17 PM 2856 (0x0B28)
    Wait 3600 seconds for event notification. BgbAgent
    12/19/2014 5:24:18 PM 2856 (0x0B28)
    ===========================================================
    BgbAgent 12/20/2014 9:38:25 AM
    2264 (0x08D8)
    Bgb client agent is starting... BgbAgent
    12/20/2014 9:38:25 AM 2264 (0x08D8)
    Bgb client agent is disabled BgbAgent
    12/20/2014 9:38:25 AM 2264 (0x08D8)
    TCP Listener is disabled. BgbAgent
    12/20/2014 9:38:25 AM 2264 (0x08D8)
    BgbController main thread is started with settings: {bgb enable = 0}, {tcp enabled = 0}, {tcp port = 0} and {http enabled = 0}.
    BgbAgent 12/20/2014 9:38:25 AM
    2264 (0x08D8)
    Wait 3600 seconds for event notification. BgbAgent
    12/20/2014 9:38:25 AM 2528 (0x09E0)
    * (Manually removed the 23 lines of duplicates to above line)
    Wait 3600 seconds for event notification
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ccmexec.log
    Notifying endpoint 'updatesmgr' of __InstanceDeletionEvent settings change on object SMS_MaintenanceTaskRequests.TaskID="{1CE74123-2121-512B-7745-12CBBE74ABF4A}" for user 'S-1-5-18'.
    CCMEXEC 2/1/2015 23:17
    608 (0x0260)
    *** System is now free to go to sleep CcmExec
    2/1/2015 23:17 3088 (0x0C10)
    Notifying endpoint 'ExternalEventAgent' of __InstanceModificationEvent settings change on object AntimalwareHealthStatus=@ for user 'S-1-5-18'.
    CCMEXEC 2/1/2015 23:19
    608 (0x0260)
    No logged on cached user during monitor task, trying to select.
    CcmExec 2/1/2015 23:21
    4968 (0x1368)
    Notifying endpoint 'ExternalEventAgent' of __InstanceModificationEvent settings change on object AntimalwareHealthStatus=@ for user 'S-1-5-18'.
    CCMEXEC 2/2/2015 0:19
    4340 (0x10F4)
    *** Keep the system awake CcmExec
    2/2/2015 0:20 4536 (0x11B8)
    Notifying endpoint 'updatesmgr' of __InstanceModificationEvent settings change on object SMS_MaintenanceTaskRequests.TaskID="{1CE74123-2121-512B-7745-12CBBE74ABF4A}" for user 'S-1-5-18'.
    CCMEXEC 2/2/2015 0:21
    4532 (0x11B4)
    No logged on cached user during monitor task, trying to select.
    CcmExec 2/2/2015 0:21
    4152 (0x1038)
    Notifying endpoint 'ExternalEventAgent' of __InstanceModificationEvent settings change on object AntimalwareHealthStatus=@ for user 'S-1-5-18'.
    CCMEXEC 2/2/2015 0:21
    2960 (0x0B90)
    CancelTask failed with error 87d00215 CcmExec
    2/2/2015 0:22 2504 (0x09C8)
    Notifying endpoint 'ExternalEventAgent' of __InstanceModificationEvent settings change on object AntimalwareHealthStatus=@ for user 'S-1-5-18'.
    CCMEXEC 2/2/2015 0:22
    2960 (0x0B90)
    Notifying endpoint 'updatesmgr' of __InstanceDeletionEvent settings change on object SMS_MaintenanceTaskRequests.TaskID="{1CE74123-2121-512B-7745-12CBBE74ABF4A}" for user 'S-1-5-18'.
    CCMEXEC 2/2/2015 0:22
    2960 (0x0B90)
    *** System is now free to go to sleep CcmExec
    2/2/2015 0:22 4536 (0x11B8)
    Notifying endpoint 'ExternalEventAgent' of __InstanceModificationEvent settings change on object AntimalwareHealthStatus=@ for user 'S-1-5-18'.
    CCMEXEC 2/2/2015 0:23
    2960 (0x0B90)
    No logged on cached user during monitor task, trying to select.
    CcmExec 2/2/2015 0:31
    4776 (0x12A8)
    Notifying endpoint 'ExternalEventAgent' of __InstanceModificationEvent settings change on object AntimalwareHealthStatus=@ for user 'S-1-5-18'.
    CCMEXEC 2/2/2015 0:43
    4476 (0x117C)
    No logged on cached user during monitor task, trying to select.
    CcmExec 2/2/2015 0:51
    3752 (0x0EA8)
    Notifying endpoint 'ExternalEventAgent' of __InstanceModificationEvent settings change on object AntimalwareHealthStatus=@ for user 'S-1-5-18'.
    CCMEXEC 2/2/2015 0:58
    4992 (0x1380)
    No logged on cached user during monitor task, trying to select.
    CcmExec 2/2/2015 1:01
    3988 (0x0F94)
    *** Keep the system awake CcmExec
    2/2/2015 2:14 1728 (0x06C0)
    *** System is now free to go to sleep CcmExec
    2/2/2015 2:15 1728 (0x06C0)
    Notifying endpoint 'EndpointProtectionAgent' of __InstanceModificationEvent settings change on object CCM_AntiMalwarePolicyPlaceHolder.SiteSettingsKey="{5e88e693-0fae-4fcc-9a5a-864a626d88de}" for user 'S-1-5-18'.
    CCMEXEC 2/2/2015 2:15
    1312 (0x0520)
    No logged on cached user during monitor task, trying to select.
    CcmExec 2/2/2015 2:21
    4620 (0x120C)
    Notifying endpoint 'ExternalEventAgent' of __InstanceModificationEvent settings change on object AntimalwareHealthStatus=@ for user 'S-1-5-18'.
    CCMEXEC 2/2/2015 3:12
    3880 (0x0F28)
    No logged on cached user during monitor task, trying to select.
    CcmExec 2/2/2015 3:21
    4708 (0x1264)
    Notifying endpoint 'ExternalEventAgent' of __InstanceModificationEvent settings change on object AntimalwareHealthStatus=@ for user 'S-1-5-18'.
    CCMEXEC 2/2/2015 7:42
    1568 (0x0620)
    No logged on cached user during monitor task, trying to select.
    CcmExec 2/2/2015 7:51
    4172 (0x104C)
    Added CCM (user, session) is: (S-1-5-21-57989841-261478967-725345543-46592,2).
    CCMEXEC 2/2/2015 8:09
    2376 (0x0948)
    New CCM (user, session) is: (S-1-5-21-57989841-261478967-725345543-46592,2).
    CCMEXEC 2/2/2015 8:09
    2376 (0x0948)
    SystemTaskProcessor::QueueEvent(Logon, 0) CCMEXEC
    2/2/2015 8:09 2376 (0x0948)
    BEGIN ExecuteSystemTasks('Logon') CcmExec
    2/2/2015 8:09 2376 (0x0948)
    Invoking system task 'FileBITSLogon' via ICcmSystemTask2 interface.
    CcmExec 2/2/2015 8:09
    3048 (0x0BE8)
    Invoking system task 'ExecmgrLogon' via ICcmSystemTask2 interface.
    CcmExec 2/2/2015 8:09
    3048 (0x0BE8)
    Invoking system task 'SchedulerLogon' via ICcmSystemTask2 interface.
    CcmExec 2/2/2015 8:09
    3048 (0x0BE8)
    Invoking system task 'SrcUpdateLogon' via ICcmSystemTask2 interface.
    CcmExec 2/2/2015 8:09
    3048 (0x0BE8)
    Invoking system task 'UserAffinityTaskLogon' via ICcmSystemTask2 interface.
    CcmExec 2/2/2015 8:09
    3048 (0x0BE8)
    Invoking system task 'DTSLogon' via ICcmSystemTask2 interface.
    CcmExec 2/2/2015 8:09
    3952 (0x0F70)
    Invoking system task 'SCUpdateMgrLogOn' via ICcmSystemTask2 interface.
    CcmExec 2/2/2015 8:09
    2648 (0x0A58)
    Invoking system task 'PolicyEvaluator_Logon' via ICcmSystemTask2 interface.
    CcmExec 2/2/2015 8:09
    2648 (0x0A58)
    Invoking system task 'RebootCoordLogon' via ICcmSystemTask2 interface.
    CcmExec 2/2/2015 8:09
    4052 (0x0FD4)
    Invoking system task 'PwrAgentLogonTask'. CcmExec
    2/2/2015 8:09 2648 (0x0A58)
    Invoking system task 'UpdatesDeploymentLogonTask' via ICcmSystemTask2 interface.
    CcmExec 2/2/2015 8:09
    4648 (0x1228)
    Invoking system task 'DCMAgent_Logon' via ICcmSystemTask2 interface.
    CcmExec 2/2/2015 8:09
    4648 (0x1228)
    Invoking system task 'SCLogOn' via ICcmSystemTask2 interface.
    CcmExec 2/2/2015 8:09
    4052 (0x0FD4)
    END ExecuteSystemTasks('Logon') CcmExec
    2/2/2015 8:09 2376 (0x0948)
    Check and install Wakeup Proxy hotfix CcmExec
    2/2/2015 8:10 4648 (0x1228)
    Retry Wakeup Proxy install/uninstall #1 CcmExec
    2/2/2015 8:10 4648 (0x1228)
    Wakeup Proxy disabled, service not installed -> Remove timer
    CcmExec 2/2/2015 8:10
    4648 (0x1228)
    Sending State Message with topic type = 2100, state id = 1, run state = 0, and error code = 0x73934428
    CcmExec 2/2/2015 8:10
    4648 (0x1228)
    Skip sending state message due to same state message already exists.
    CcmExec 2/2/2015 8:10
    4648 (0x1228)
    Notifying endpoint 'ExternalEventAgent' of __InstanceModificationEvent settings change on object AntimalwareHealthStatus=@ for user 'S-1-5-18'.
    CCMEXEC 2/2/2015 8:10
    3256 (0x0CB8)
    *** Keep the system awake CcmExec
    2/2/2015 8:10 4648 (0x1228)
    *** System is now free to go to sleep CcmExec
    2/2/2015 8:10 4648 (0x1228)
    ~~~~~~~~~~~~~~~~~~~~~~~~~

  • Questions on Still Image Export

    I shot a wedding where the photog's Hasselblad failed. Only the first two frames of each roll where successful. I need to export around 100 images as stills. Each time I use QT Conversion I have to select "still images" from the format drop down box. Is there a way to set "still" as a default?
    Secondly, the exported image looks a bit "wide" compared to the images in FCP's canvas. How do I adjust for this. In FCP? In Photoshop? I'm sure this is remedial but I'm a bit of a novice. Thanks in advance for any help.
    Frank, Cranford, NJ

    Studio X wrote:
    2. When you start with DV material, the highest res
    you can get is 720x480 (non-square) or the equivalent
    of a really bad quality cheepo still camera.
    (~640x480 square pixels)
    To avoid the need to deinterlace, (the horrors of
    which are described below) find sections in your
    video that have VERY LITTLE motion, i.e.
    everyone/thing standing/existing absolutely still
    with the camera locked down on a tripod. These
    sections will yield the very best possible still
    images.
    If you have motion, the still images will exhibit
    'tearing' which comes from the two fields of video
    being recorded ~1/60 second apart. The second field
    shows elements displaced from the first field - hence
    a kind of internal image shifting going on. The only
    real way to deal with these kind of images is to
    deinterlace them - that is - decide which field you
    are going to keep and throw away the other.
    When you have deinterlaced the image, you have in
    effect reduced it from a 720x480 image to a 720x240
    image. The image pixel count REMAINS 720x480 but with
    half the vertical information as the remaining lines
    are doubled or interpolated to build back to 480
    lines.
    I take your explanation to mean that when you export a frame from FCE you get both fields. I am confused by the use of the term "de-interlace", since in television displays that term is defined as obtaining a full frame picture either by a) combining the two fields (called "weave"); b) duplicating lines of a single field (called "bob") or c) using some form of interpolation to derive the alternate lines.
    From this point of view, the term "de-interlace" as applied to the filter in FCE does not have the same meaning. Exporting without filtering produces what the TV interpretation would be a picture "de-interlaced" according to process a); applying the de-interlace filter produces an image containing one field only, and de-nterlacing that in Photoshop amounts to the application of either b) or c) above.
    Am I correct on this?
    867 MHz PowerPC G4   Mac OS X (10.3.9)  

  • Sent messages help!?

    I have two copies of sent messages on Nokia PC Suite. I want to make those two backups (sent messages only) merge together. However I found that to be impossible. I also tried to use Nokia Communication Center, by copying the sent messages to draft then exporting it. Then I restored the other backup, and did the same thing, later one I added them two sent messages together in drafts, however i cant copy/import from drafts to sent messages folder.
    How can i add them two sent messages backups together?
    Thanks,
    Kawa

    You can't merge the backups, but what you could do is export them to a CSV file using Communication Centre in PC Suite, copy/paste them into a single document, then import them back into the phone. then you could make a complete backup of all of the messages if that's what you aim to do.
    If the messages in your phone are not the same ones included in the backup, then make a backup of them to protect. 
    Now remove those messages and remove the lmessages from one of the old backup files to the phone.
    Go to Communication Centre and select the folder you want, then go Edit>Select All, then File>Expor. Choose a filename and make sure that CSV is selected as the file format.
    No delete those messages from the phone, and restoremessages from the other oldbackup to the phone and repeat the same process. You can then open both files in a CSV-compatibleprogram such as Excel, and copy/paste into a single document which you save; making sure to preserve the CSV format. You might want to sort the file into order by the date columne so you can check if there are any messages that existed in both backups - delete any duplicated lines and save again (if using Excel, sort by selecting Sort from the Data menu).
    Now delete messages from the phone, go to Communication Centre again and select File>Import, search for the new file and select it. 
    This is fiddly to do, but it's a handy way to merge two lots of message data.

  • Mac freezing - what to do?

    Hi,
    Few weeks ago my Mac started freezing. Now it happens few times a week and I need to solve this issue. The problem started few weeks before Yosemite install, so I guess it isn't releted to Yosemite. If I've done a good observation it only freezes when using Safari.
    How to figure out what may be wrong and then fix it?
    I have MacBook Pro (Retina, Mid 2012) and OS X Yosemite (10.10), Safari 8.0
    BR, Andrej

    Hi Linc, thank you. I've removed duplicated lines in "All Messages". Additional information: in today's freez the computer has restarted by his own after cca. 15 seconds. I wasn't holding the "Power" button. Not shure if it is important.
    “All Messages” ////////////////////////////////////////////////////////////////
    06/11/14 10:55:08,262 com.apple.iCloudHelper[7649]: objc[7649]: Class FALogging is implemented in both /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircl e and /System/Library/PrivateFrameworks/FamilyNotification.framework/Versions/A/Famil yNotification. One of the two will be used. Which one is undefined.
    06/11/14 10:55:40,369 WindowServer[6245]: Surface testing disallowed updates for 10 sequential attempts...
    06/11/14 10:55:40,378 WindowServer[6245]: Surface test allowed updates after 11 attempts
    06/11/14 10:55:41,115 com.apple.WebKit.WebContent[7657]: BUG in libdispatch: 14A389 - 2943 - 0x4
    06/11/14 10:55:41,117 com.apple.xpc.launchd[1]: (com.apple.WebKit.WebContent.C6554162-1EB0-41A3-8093-DEF3DD460F89[7657]) Service exited with abnormal code: 1
    06/11/14 10:55:42,774 sharingd[6282]: 10:55:42.773 : Stopping Handoff advertising
    06/11/14 10:55:44,722 sharingd[6282]: 10:55:44.722 : Starting Handoff advertising
    06/11/14 10:55:49,155 lsuseractivityd[6301]: -[LSUserActivityClientProcess doUpdateUserActivityInfo:makeCurrent:completionHandler:], refusing to register user activity from client, and returning error Error Domain=LSContinuityErrorDomain Code=-108 "The operation couldn’t be completed. (LSContinuityErrorDomain error -108.)" for item <__NSConcreteUUID 0x7f8abbe0a020> 99C7ADDB-2652-4E6D-84DA-F6DF54179BDA NSUserActivityTypeBrowsingWeb (LSUserActivityClientProcess.m #1148)
    06/11/14 10:57:30,053 com.apple.xpc.launchd[1]: (com.apple.quicklook[7667]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook
    06/11/14 11:00:58,050 com.apple.usbmuxd[52]: LOCKDOWN_V2_BONJOUR_SERVICE_NAME is _apple-mobdev2._tcp,91ab0809
    06/11/14 11:01:17,270 Safari[7522]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 3. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    06/11/14 11:01:22,008 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    06/11/14 11:01:29,015 discoveryd[49]: Basic DNSResolver UDNSServer::ProcessEvent unknown event type: 7!
    06/11/14 11:01:34,515 com.apple.usbmuxd[52]: LOCKDOWN_V2_BONJOUR_SERVICE_NAME is _apple-mobdev2._tcp,91ab0809
    06/11/14 11:01:36,068 com.apple.SpeechRecognitionCore.brokerd[2478]: minion(7624) recycled.
    06/11/14 11:01:36,069 com.apple.SpeechRecognitionCore.speechrecognitiond[7624]: peer(7623) is first peer alive
    06/11/14 11:01:40,075 DictationIM[7623]: client received XPC_ERROR_CONNECTION_INVALID
    06/11/14 11:01:40,075 com.apple.SpeechRecognitionCore.speechrecognitiond[7624]: peer(7623) was last peer alive
    06/11/14 11:01:41,361 sharingd[6282]: 11:01:41.360 : Starting Handoff advertising
    06/11/14 11:01:41,522 com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    06/11/14 11:01:47,699 Safari[7522]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 3. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    06/11/14 11:01:50,026 com.apple.SpeechRecognitionCore.brokerd[2478]: daemon(0) XPC_ERROR_CONNECTION_INTERRUPTED
    06/11/14 11:02:43,839 discoveryd[49]: Basic DNSResolver UDNSServer::ProcessEvent unknown event type: 7!
    06/11/14 11:02:49,341 com.apple.usbmuxd[52]: LOCKDOWN_V2_BONJOUR_SERVICE_NAME is _apple-mobdev2._tcp,91ab0809
    06/11/14 11:02:52,861 com.apple.xpc.launchd[1]: (com.apple.bsd.dirhelper[7695]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.bsd.dirhelper
    06/11/14 11:02:53,566 sharingd[6282]: 11:02:53.565 : Starting Handoff advertising
    06/11/14 11:02:58,793 spindump[7727]: Saved diag report for powerstats version com.apple.SystemStats.Daily to /Library/Logs/DiagnosticReports/powerstats_2014-11-06-110258_Andrejs-MacBook-Pr o.diag
    06/11/14 11:02:59,725 spindump[7729]: Saved diag report for powerstats version com.apple.SystemStats.TopPowerEvent to /Library/Logs/DiagnosticReports/powerstats_2014-11-06-110259_Andrejs-MacBook-Pr o.diag
    06/11/14 11:04:24,000 bootlog[0]: BOOT_TIME 1415268264 0
    ".crash" ////////////////////////////////////////////////////////////////
    Process:               WindowServer [4798]
    Path:                  /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/WindowSe rver
    Identifier:            WindowServer
    Version:               1
    Code Type:             X86-64 (Native)
    Parent Process:        launchd [1]
    Responsible:           WindowServer [4798]
    User ID:               88
    Date/Time:             2014-10-31 20:41:29.285 +0100
    OS Version:            Mac OS X 10.10 (14A389)
    Report Version:        11
    Anonymous UUID:        12345678-1234-1234-1234-0123456781234
    Sleep/Wake UUID:       30BEE80C-2D07-42A4-83BC-42528D55ACD7
    Time Awake Since Boot: 23000 seconds
    Time Since Wake:       1100 seconds
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    Application Specific Signatures:
    Graphics hardware encountered an error and was reset: 0x00008003
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff933a0282 __pthread_kill + 10
    1   libsystem_c.dylib             0x00007fff93153b73 abort + 129
    2   libGPUSupportMercury.dylib     0x00007fff8893abd9 gpusGenerateCrashLog + 173
    3   com.apple.driver.AppleIntelHD4000GraphicsGLDriver 0x000012340035d50d gpusKillClient + 9
    4   libGPUSupportMercury.dylib     0x00007fff8893c0c0 gpusSubmitDataBuffers + 500
    5   com.apple.driver.AppleIntelHD4000GraphicsGLDriver 0x0000123400363f40 IntelCommandBuffer::getNew(GLDContextRec*) + 48
    6   com.apple.driver.AppleIntelHD4000GraphicsGLDriver 0x0000123400363dbd intelSubmitCommands + 202
    7   com.apple.CoreGraphics         0x00007fff91e8f3e7 CGXGLAccelFinish + 142
    8   com.apple.CoreGraphics         0x00007fff91ea863a CGXReleaseDisplayDeviceSurface + 296
    9   com.apple.CoreGraphics         0x00007fff91d345ec CGXBeginSurfaceLayerUpdate + 8638
    10  com.apple.CoreGraphics         0x00007fff91d02cd7 prepare_CoreAnimation_update_state + 368
    11  com.apple.CoreGraphics         0x00007fff91cfeaeb CGXUpdateDisplay + 468
    12  com.apple.CoreGraphics         0x00007fff91cfe861 update_display_callback + 160
    13  com.apple.CoreGraphics         0x00007fff91de4067 run_timer_pass + 412
    14  com.apple.CoreGraphics         0x00007fff91bacc31 CGXRunOneServicesPass + 155
    15  com.apple.CoreGraphics         0x00007fff91bad48b CGXServer + 839
    16  WindowServer                   0x000000010ee64f7e 0x10ee64000 + 3966
    17  libdyld.dylib                 0x00007fff912815c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff933a122e kevent64 + 10
    1   libdispatch.dylib             0x00007fff914b4a6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff9339b52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9339a69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff905d7b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff905d6fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff905d6838 CFRunLoopRunSpecific + 296
    5   com.apple.CoreFoundation       0x00007fff9068ced1 CFRunLoopRun + 97
    6   com.apple.CoreGraphics         0x00007fff91b4434a eventThread + 218
    7   libsystem_pthread.dylib       0x00007fff96c372fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff96c37279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff96c354b1 thread_start + 13
    Thread 3:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x00007fff9339b52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff9339a69f mach_msg + 55
    2   com.apple.QuartzCore           0x00007fff925f7d63 CA::Render::Server::server_thread(void*) + 198
    3   com.apple.QuartzCore           0x00007fff925f7c96 thread_fun + 25
    4   libsystem_pthread.dylib       0x00007fff96c372fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff96c37279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff96c354b1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff50d8a6b8  rdx: 0x0000000000000000
      rdi: 0x0000000000000a13  rsi: 0x0000000000000006  rbp: 0x00007fff50d8a6e0  rsp: 0x00007fff50d8a6b8
       r8: 0x0000000000000000   r9: 0x00007fff9317dd90  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x0000000000000000  r13: 0x00007feccb80ece0  r14: 0x00007fff79a8f300  r15: 0x00007feccb80b000
      rip: 0x00007fff933a0282  rfl: 0x0000000000000206  cr2: 0x00007fff791cafd8
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x10ee64000 -        0x10ee64fff  WindowServer (1) <DE442EA4-37E9-305A-849A-B9A9D8C57AD2> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/CoreGraphic s.framework/Resources/WindowServer
           0x10efaf000 -        0x10efb0fff  com.apple.driver.IOAccelerator2D (156.4 - 156.4) <1BEA4BB2-3462-3263-8A39-D625E3049440> /System/Library/Extensions/IOAccelerator2D.plugin/Contents/MacOS/IOAccelerator2 D
           0x10efbc000 -        0x10efc3ff7  com.apple.AmbientDisplay (1.0 - 1) <556264AD-7AAB-3F4A-881B-9C5D9E2171C8> /System/Library/PrivateFrameworks/AmbientDisplay.framework/AmbientDisplay
           0x165277000 -        0x165287fff  com.apple.AppleGVACoreFramework (8.0.74 - 8.0.74) <71D3D411-BD9A-302C-AB8C-3A51C4F8CA88> /System/Library/PrivateFrameworks/AppleGVACore.framework/AppleGVACore
        0x123400000000 -     0x123400497fff  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (10.0.86 - 10.0.0) <A443198D-E30D-3CF1-AA3E-E2EB52DFD922> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
        0x123440000000 -     0x123440864fff  com.apple.GeForceGLDriver (10.0.43 - 10.0.0) <4E749711-614F-32F8-8373-1F0307082D7B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff69dad000 -     0x7fff69de3837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff8762a000 -     0x7fff87640ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
        0x7fff87697000 -     0x7fff876c0ffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
        0x7fff87776000 -     0x7fff877d1fff  libTIFF.dylib (1231) <ACC9ED11-EED8-3A23-B452-3F40FF7EF435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff877d2000 -     0x7fff87848fe7  libcorecrypto.dylib (233.1.2) <E1789801-3985-3949-B736-6B3378873301> /usr/lib/system/libcorecrypto.dylib
        0x7fff87cf7000 -     0x7fff87e34fff  com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff880e2000 -     0x7fff880ecff7  com.apple.CrashReporterSupport (10.10 - 629) <EC97EA5E-3190-3717-A4A9-2F35A447E7A6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff88384000 -     0x7fff883acfff  libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
        0x7fff88422000 -     0x7fff8845afff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff88498000 -     0x7fff885bffff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff885c0000 -     0x7fff885c8ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
        0x7fff88771000 -     0x7fff88776fff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff88780000 -     0x7fff88789fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8881c000 -     0x7fff8884cfff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
        0x7fff88931000 -     0x7fff88938fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff88939000 -     0x7fff88945ff7  libGPUSupportMercury.dylib (11.0.7) <C04F6E18-3043-3096-A6E6-F6431ADC41D3> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
        0x7fff88946000 -     0x7fff88960ff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8897a000 -     0x7fff8897bff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8897c000 -     0x7fff88c7efff  com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff88c86000 -     0x7fff88c8bff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
        0x7fff88c8c000 -     0x7fff88c99ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
        0x7fff88ce8000 -     0x7fff88cf9ff7  libsystem_coretls.dylib (35.1.2) <EBBF7EF6-80D8-3F8F-825C-B412BD6D22C0> /usr/lib/system/libsystem_coretls.dylib
        0x7fff88d16000 -     0x7fff88d17fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff88dac000 -     0x7fff88dbdff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
        0x7fff88e1b000 -     0x7fff88e53ffb  libsystem_network.dylib (411) <C0B2313D-47BE-38A9-BEE6-2634A4F5E14B> /usr/lib/system/libsystem_network.dylib
        0x7fff88e54000 -     0x7fff88e5afff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff88e5c000 -     0x7fff88f1fff7  libvMisc.dylib (512) <A4E39464-52EA-34CB-9FFE-53E79B3C65F5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff88f74000 -     0x7fff89012fff  com.apple.Metadata (10.7.0 - 916) <DA8A1D18-19FE-37B3-BE12-85C5B0A00736> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff89013000 -     0x7fff89027ff7  com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff89e98000 -     0x7fff8a100ffb  com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8a104000 -     0x7fff8a3ebffb  com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8a3ec000 -     0x7fff8a3f2fff  libsystem_trace.dylib (72.1.3) <A9E6B7D8-C327-3742-AC54-86C94218B1DF> /usr/lib/system/libsystem_trace.dylib
        0x7fff8a421000 -     0x7fff8a488ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8a4c2000 -     0x7fff8a4d5ff7  com.apple.CoreBluetooth (1.0 - 1) <FA9B43B3-E183-3040-AE25-66EF9870CF35> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff8a4d6000 -     0x7fff8a4fcff7  com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8a54a000 -     0x7fff8a57affb  com.apple.GSS (4.0 - 2.0) <D033E7F1-2D34-339F-A814-C67E009DE5A9> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8a57b000 -     0x7fff8a709fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8a78b000 -     0x7fff8a7acfff  com.apple.framework.Apple80211 (10.0 - 1000.57.3) <F64EB1A1-57F3-3ABA-97D0-DB7C926FD07F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8a8fa000 -     0x7fff8a902fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
        0x7fff8a903000 -     0x7fff8ad33fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8ad34000 -     0x7fff8ae26ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
        0x7fff8af40000 -     0x7fff8af7bfff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8af7c000 -     0x7fff8af83ff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8af84000 -     0x7fff8afaffff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
        0x7fff8afc3000 -     0x7fff8afe6fff  com.apple.Sharing (328.3 - 328.3) <FDEE49AD-8804-3760-9C14-8D1D10BBEA37> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff8afe7000 -     0x7fff8b261fff  com.apple.CoreData (110 - 526) <AEEDAF00-D38F-3A15-B3C9-73732940CC55> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8bc6c000 -     0x7fff8bc75fff  libGFXShared.dylib (11.0.7) <EC449E3A-D9D2-3494-8B6C-DEB7B11EEDAB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8bcaa000 -     0x7fff8bd4cfff  com.apple.Bluetooth (4.3.0 - 4.3.0f10) <70922125-2A01-37AE-9CB8-D8A9578092E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff8bd53000 -     0x7fff8bd94fff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8be68000 -     0x7fff8bec7ff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8bec8000 -     0x7fff8bed3ff7  libkxld.dylib (2782.1.97) <CB1A1B57-54BE-3573-AE0C-B90ED6BAEEE2> /usr/lib/system/libkxld.dylib
        0x7fff8bed4000 -     0x7fff8bed7fff  com.apple.IOSurface (97 - 97) <D4B4D2B2-7B16-3174-9EA6-55E0A10B452D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8c4a6000 -     0x7fff8c4c0ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
        0x7fff8c4c1000 -     0x7fff8d002fff  com.apple.AppKit (6.9 - 1343.14) <1732C412-257B-340E-8863-B8162D4EB2E2> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8d085000 -     0x7fff8d08eff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
        0x7fff8d17a000 -     0x7fff8d329fff  GLEngine (11.0.7) <3CB7447A-1A1D-3D55-A6A4-4814B49F6678> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundl e/GLEngine
        0x7fff8d336000 -     0x7fff8d3bffff  com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8d3d3000 -     0x7fff8d420ff3  com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8d4a1000 -     0x7fff8d523fff  com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff8d65c000 -     0x7fff8d696ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff8d697000 -     0x7fff8d6a6fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8d79e000 -     0x7fff8d7a2fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
        0x7fff8d7a3000 -     0x7fff8d7bdff7  com.apple.AppleVPAFramework (1.0.30 - 1.0.30) <D47A2125-C72D-3298-B27D-D89EA0D55584> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff8e78f000 -     0x7fff8e799ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8e79a000 -     0x7fff8e88cfff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
        0x7fff8e8c2000 -     0x7fff8e9d1ffb  com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8e9d2000 -     0x7fff8f25aff7  libclh.dylib (4.0.3 - 4.0.3) <E6B05F65-EC4F-3CCB-9D70-5E0844877660> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff8f25b000 -     0x7fff8f3c6ff7  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8f414000 -     0x7fff8f42fff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
        0x7fff8f430000 -     0x7fff8f434fff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
        0x7fff8f435000 -     0x7fff8f436fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
        0x7fff8f437000 -     0x7fff8f4b4fff  com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8f4b5000 -     0x7fff8f4c0fff  libcommonCrypto.dylib (60061) <D381EBC6-69D8-31D3-8084-5A80A32CB748> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8f758000 -     0x7fff8f7c9ff7  com.apple.framework.IOKit (2.0.2 - 1050.1.21) <ED3B0B22-AACC-303B-BFC8-20ECD1AF6BA2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8f7ca000 -     0x7fff8f7cfff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff8f887000 -     0x7fff8f8a7fff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconService s
        0x7fff8fc8c000 -     0x7fff8fd00fff  com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8fd01000 -     0x7fff8fd01fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <A48738CA-5B6F-3D14-97E9-2BFDFC3DCC06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8ff09000 -     0x7fff8ff0bff7  libquarantine.dylib (76) <DC041627-2D92-361C-BABF-A869A5C72293> /usr/lib/system/libquarantine.dylib
        0x7fff8ff0c000 -     0x7fff8ff60fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
        0x7fff8ff61000 -     0x7fff900f0fff  libGLProgrammability.dylib (11.0.7) <AF37E7F3-16C8-3747-9CC6-A442C0153DC6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff900fe000 -     0x7fff9013eff7  libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff90380000 -     0x7fff9038dff7  libxar.1.dylib (254) <CE10EFED-3066-3749-838A-6A15AC0DBCB6> /usr/lib/libxar.1.dylib
        0x7fff9038e000 -     0x7fff90392fff  libCoreVMClient.dylib (79) <FC4E08E3-749E-32FF-B5E9-211F29864831> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff90396000 -     0x7fff903fdff7  com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff90565000 -     0x7fff908fbfff  com.apple.CoreFoundation (6.9 - 1151.16) <F2B088AF-A5C6-3FAE-9EB4-7931AF6359E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff90c51000 -     0x7fff90c51fff  com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff90c67000 -     0x7fff90c68fff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
        0x7fff90c69000 -     0x7fff90c94ff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
        0x7fff90c95000 -     0x7fff90c99ff7  libGIF.dylib (1231) <A349BA73-301E-3EDE-8A31-8ACE827C289E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff90cd2000 -     0x7fff90cd8ff7  libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff90cd9000 -     0x7fff90cd9ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff90ce2000 -     0x7fff90d81df7  com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff90d82000 -     0x7fff90deefff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <ACBAAB0A-BCC7-37CF-AAFB-2DA1733F2682> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff90e58000 -     0x7fff90e68ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
        0x7fff90f07000 -     0x7fff90f4dffb  libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff90f4e000 -     0x7fff90f6afff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff9100e000 -     0x7fff91010ff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff91128000 -     0x7fff9112bfff  com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff911f3000 -     0x7fff911f3fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff9124f000 -     0x7fff9124fff7  liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
        0x7fff91250000 -     0x7fff91252ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff91253000 -     0x7fff9125afff  libCGCMS.A.dylib (772) <E64DC779-A6CF-3B1F-8E57-C09C0B10670F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS .A.dylib
        0x7fff9125b000 -     0x7fff9125dfff  libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff9127e000 -     0x7fff91281ff7  libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
        0x7fff91282000 -     0x7fff9129eff7  libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
        0x7fff9129f000 -     0x7fff914a2ff3  com.apple.CFNetwork (720.0.9 - 720.0.9) <78EE1B88-394F-3BB8-93A6-E068990559EC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff914a3000 -     0x7fff914abffb  com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvent s.framework/Versions/A/FSEvents
        0x7fff914b0000 -     0x7fff914daff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
        0x7fff91510000 -     0x7fff91510fff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff91577000 -     0x7fff915ebff3  com.apple.securityfoundation (6.0 - 55126) <E7FB7A4E-CB0B-37BA-ADD5-373B2A20A783> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff915ec000 -     0x7fff915edffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff91774000 -     0x7fff91791ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff91792000 -     0x7fff91794fff  com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff91795000 -     0x7fff91799fff  com.apple.IOAccelerator (156.4 - 156.4) <56092CAF-5F0F-3DCA-9047-4F6B93425BFD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
        0x7fff9179a000 -     0x7fff9179fffb  libheimdal-asn1.dylib (398.1.2) <F9463B34-AAF5-3488-AD0C-85937C81FC5E> /usr/lib/libheimdal-asn1.dylib
        0x7fff917a0000 -     0x7fff91818ff7  com.apple.SystemConfiguration (1.14 - 1.14) <C269BCFD-ACAB-3331-BC7C-0430F0E84817> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff91819000 -     0x7fff9181bfff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff91829000 -     0x7fff91842ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff91843000 -     0x7fff91843fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff9184a000 -     0x7fff91853ff3  com.apple.CommonAuth (4.0 - 2.0) <F4C266BE-2E0E-36B4-9DE7-C6B4BF410FD7> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff919a8000 -     0x7fff921ffff3  com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff92200000 -     0x7fff92211fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
        0x7fff92212000 -     0x7fff9221afff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff9221b000 -     0x7fff92549ff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff925d0000 -     0x7fff92780ff7  com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff92781000 -     0x7fff92815fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff92e03000 -     0x7fff92e07ff7  com.apple.TCC (1.0 - 1) <AFC32F8F-BCD5-313C-B66E-5AB8591EC066> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff92eb5000 -     0x7fff92ec3ff7  com.apple.opengl (11.0.7 - 11.0.7) <B5C4DF85-37BD-3984-98D1-90A5043DA984> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff93071000 -     0x7fff9309cfff  com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff930f6000 -     0x7fff93182fff  libsystem_c.dylib (1044.1.2) <C185E862-7424-3210-B528-6B822577A4B8> /usr/lib/system/libsystem_c.dylib
        0x7fff9323f000 -     0x7fff93360fff  com.apple.LaunchServices (644.10 - 644.10) <0B1C68BC-0AEB-38E2-ABC8-E92728FEC475> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff9338a000 -     0x7fff933a7fff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
        0x7fff937a2000 -     0x7fff937b9ff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
        0x7fff93912000 -     0x7fff93912fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff93914000 -     0x7fff93a2cffb  com.apple.CoreText (352.0 - 454.1) <AB07DF12-BB1F-3275-A8A3-45F14BF872BF> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff93a76000 -     0x7fff93e83ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff93e84000 -     0x7fff93e84ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
        0x7fff93e8d000 -     0x7fff93ed3ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
        0x7fff93ed4000 -     0x7fff93edffff  libGL.dylib (11.0.7) <C53344AD-8CE6-3111-AB94-BD4CA89ED84E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff93ee0000 -     0x7fff93f05ff7  libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff93f06000 -     0x7fff93f9bff7  com.apple.ColorSync (4.9.0 - 4.9.0) <F06733BD-A10C-3DB3-B050-825351130392> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff93f9c000 -     0x7fff943effc7  com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff94455000 -     0x7fff944a1ff7  libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
        0x7fff9469f000 -     0x7fff946dafff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff946db000 -     0x7fff948c0267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
        0x7fff9491c000 -     0x7fff94a0fff7  libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff951a4000 -     0x7fff951a4fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff951b4000 -     0x7fff951b5fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
        0x7fff9546b000 -     0x7fff95498fff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff95499000 -     0x7fff95507ffb  com.apple.Heimdal (4.0 - 2.0) <B852ACA1-4C64-3E2A-A9D3-6D4C80AD9429> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff95508000 -     0x7fff95522ff7  libextension.dylib (55) <17514AB2-C503-3D49-A725-EBC1140567A6> /usr/lib/libextension.dylib
        0x7fff95523000 -     0x7fff95708ff3  libicucore.A.dylib (531.30) <EF0E7544-E317-3550-A962-6AE65E78AF17> /usr/lib/libicucore.A.dylib
        0x7fff95709000 -     0x7fff957fdff7  libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff9583f000 -     0x7fff95864ff7  libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff95865000 -     0x7fff95869fff  libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
        0x7fff9586a000 -     0x7fff95b9dfff  libmecabra.dylib (666) <2CE5540A-D412-3D53-9E11-86C24D61713B> /usr/lib/libmecabra.dylib
        0x7fff95ba8000 -     0x7fff95bb3ff7  com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff95bb6000 -     0x7fff95c07ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <AF72B06E-C6C1-3FAE-8B47-AF461CAE0E22> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff95c8a000 -     0x7fff95da1fe7  libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff95eb3000 -     0x7fff96182ff3  com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff96260000 -     0x7fff9627aff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff9636f000 -     0x7fff9649ffff  com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundatio n
        0x7fff964a0000 -     0x7fff964efff7  com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff9659f000 -     0x7fff965e8ff3  com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff966d8000 -     0x7fff96732ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/Languag eModeling
        0x7fff96760000 -     0x7fff96788fff  libsystem_info.dylib (459) <B85A85D5-8530-3A93-B0C3-4DEC41F79478> /usr/lib/system/libsystem_info.dylib
        0x7fff967a3000 -     0x7fff967afff7  com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff967bb000 -     0x7fff967c8fff  com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/Sp eechRecognitionCore
        0x7fff967c9000 -     0x7fff96838fff  com.apple.SearchKit (1.4.0 - 1.4.0) <BFD6D876-36BA-3A3B-9F15-3E2F7DE6E89D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff96a97000 -     0x7fff96a99fff  libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
        0x7fff96af1000 -     0x7fff96c33fff  libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
        0x7fff96c34000 -     0x7fff96c3dfff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
        0x7fff96c3e000 -     0x7fff96cfdfff  com.apple.backup.framework (1.6 - 1.6) <5C38C168-5E9B-335D-9570-91AF8604BB10> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 4
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 189785
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=198.6M resident=90.3M(45%) swapped_out_or_unallocated=108.3M(55%)
    Writable regions: Total=2.1G written=93.1M(4%) resident=377.4M(18%) swapped_out=12.2M(1%) unallocated=1.7G(82%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                  77.6M
    CG framebuffers                   810.0M
    CG image                            404K
    CG shared images                   2736K
    CoreAnimation                     198.7M
    CoreGraphics                        108K
    CoreUI image data                   264K
    Dispatch continuations             16.0M
    IOKit                             360.7M
    IOKit (reserved)                  512.0M        reserved VM address space (unallocated)
    Image IO                           1188K
    Kernel Alloc Once                     8K
    MALLOC                            166.0M
    MALLOC (admin)                       32K
    Memory Tag 252                     99.9M
    OpenGL GLSL                         256K
    STACK GUARD                        56.0M
    Stack                              9304K
    VM_ALLOCATE                        2104K
    __CGSERVER                            4K
    __DATA                             24.5M
    __GLSLBUILTINS                     2588K
    __IMAGE                             528K
    __LINKEDIT                         71.9M
    __TEXT                            126.6M
    __UNICODE                           544K
    mapped file                        22.5M
    shared memory                        68K
    ===========                      =======
    TOTAL                               2.5G
    TOTAL, minus reserved VM space      2.0G
    System Profile:
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (7.15.124.12.8)
    Bluetooth: Version 4.3.0f10 14890, 3 services, 27 devices, 1 incoming serial ports
    Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
    USB Device: Hub
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Serial ATA Device: APPLE SSD SM256E, 251 GB
    Model: MacBookPro10,1, BootROM MBP101.00EE.B05, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f36
    Network Service: Wi-Fi, AirPort, en0
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    ".panic" ////////////////////////////////////////////////////////////////
    Anonymous UUID:       12345678-1234-1234-1234-123456781234
    Fri Oct 31 20:42:35 2014
    *** Panic Report ***
    panic(cpu 2 caller 0xffffff802561e80a): Kernel trap at 0xffffff7fa615aa87, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffff81772ca000, CR3: 0x000000002890c000, CR4: 0x00000000001626e0
    RAX: 0xffffff8136c05000, RBX: 0xffffff803bfb7008, RCX: 0x00000000101b1400, RDX: 0xffffff803bfb7370
    RSP: 0xffffff8133153230, RBP: 0xffffff8133153230, RSI: 0xffffff803bfb7008, RDI: 0xffffff803bfad008
    R8:  0x00000000003fd201, R9:  0xffffff8133153244, R10: 0xffffff80f82b9050, R11: 0x0000000000ffefff
    R12: 0x00000000406c5000, R13: 0xffffff803bfb7370, R14: 0x0000000000000000, R15: 0xffffff803bfad008
    RFL: 0x0000000000010206, RIP: 0xffffff7fa615aa87, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff81772ca000, Error code: 0x0000000000000002, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff8133152ee0 : 0xffffff802553a811
    0xffffff8133152f60 : 0xffffff802561e80a
    0xffffff8133153120 : 0xffffff802563a443
    0xffffff8133153140 : 0xffffff7fa615aa87
    0xffffff8133153230 : 0xffffff7fa6224ce6
    0xffffff8133153270 : 0xffffff7fa63a3145
    0xffffff8133153310 : 0xffffff7fa639fb7e
    0xffffff81331533b0 : 0xffffff7fa639f55c
    0xffffff8133153410 : 0xffffff7fa63fe8a8
    0xffffff8133153610 : 0xffffff7fa63a3641
    0xffffff8133153710 : 0xffffff7fa63a3331
    0xffffff8133153780 : 0xffffff7fa612ec40
    0xffffff8133153840 : 0xffffff7fa612e5b8
    0xffffff81331538f0 : 0xffffff7fa6136ea8
    0xffffff81331539a0 : 0xffffff7fa615f7e4
    0xffffff8133153ba0 : 0xffffff7fa6161090
    0xffffff8133153c90 : 0xffffff7fa77739c7
    0xffffff8133153cb0 : 0xffffff7fa7788e25
    0xffffff8133153cc0 : 0xffffff7fa7771002
    0xffffff8133153cf0 : 0xffffff7fa773b13a
    0xffffff8133153d10 : 0xffffff7fa773a6cc
    0xffffff8133153d40 : 0xffffff7fa774de0e
    0xffffff8133153d70 : 0xffffff7fa76c26a0
    0xffffff8133153da0 : 0xffffff7fa76e633d
    0xffffff8133153de0 : 0xffffff8025ab15da
    0xffffff8133153e40 : 0xffffff8025ad566e
    0xffffff8133153e80 : 0xffffff7fa8081a9f
    0xffffff8133153ec0 : 0xffffff7fa808108b
    0xffffff8133153f10 : 0xffffff7fa8077444
    0xffffff8133153f40 : 0xffffff8025ad507d
    0xffffff8133153f80 : 0xffffff8025ad5146
    0xffffff8133153fb0 : 0xffffff80256192c7
          Kernel Extensions in backtrace:
             com.apple.iokit.IOAcceleratorFamily2(156.4)[20DDCE61-E3EC-3CC1-8B79-170CEF2B603 A]@0xffffff7fa76ba000->0xffffff7fa7726fff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[766FC23F-452C-3B74-951C-598BB17BCF06]@0xffffff 7fa5d24000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[6D99A3BE-D531-3780-880B-13F2FC894A4A]@0 xffffff7fa60ad000
             com.apple.driver.AppleMuxControl(3.7.21)[32B7E2DE-1F9D-3555-B687-7A76A62B81D2]@ 0xffffff7fa8076000->0xffffff7fa8089fff
                dependency: com.apple.driver.AppleGraphicsControl(3.7.21)[62689710-EEA7-307A-AC83-B8F25DA88 A6A]@0xffffff7fa806e000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[70E2B65E-A91A-3522-A1A0-79FD63EABB4C]@0xfffff f7fa6ac1000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[766FC23F-452C-3B74-951C-598BB17BCF06]@0xffffff 7fa5d24000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[6D99A3BE-D531-3780-880B-13F2FC894A4A]@0 xffffff7fa60ad000
                dependency: com.apple.driver.AppleBacklightExpert(1.1.0)[0183904C-6A16-32C4-9405-EEFD7F820B 02]@0xffffff7fa8071000
             com.apple.nvidia.driver.NVDAResman(10.0)[53CC0E05-7382-336C-8239-AE884D6CA71A]@ 0xffffff7fa610a000->0xffffff7fa637ffff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[766FC23F-452C-3B74-951C-598BB17BCF06]@0xffffff 7fa5d24000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[F4738C55-B507-3627-A9CA-3D29A5230A03]@0xff ffff7fa60f4000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[6D99A3BE-D531-3780-880B-13F2FC894A4A]@0 xffffff7fa60ad000
                dependency: com.apple.AppleGraphicsDeviceControl(3.7.21)[4700601D-3FEB-3B86-B2BA-8D71AF84D1 C4]@0xffffff7fa6104000
             com.apple.GeForce(10.0)[26D2EC64-4AF8-32C8-BF74-5B1E80772FAA]@0xffffff7fa773500 0->0xffffff7fa77cafff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[766FC23F-452C-3B74-951C-598BB17BCF06]@0xffffff 7fa5d24000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[F4738C55-B507-3627-A9CA-3D29A5230A03]@0xff ffff7fa60f4000
                dependency: com.apple.nvidia.driver.NVDAResman(10.0.0)[53CC0E05-7382-336C-8239-AE884D6CA71A ]@0xffffff7fa610a000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[6D99A3BE-D531-3780-880B-13F2FC894A4A]@0 xffffff7fa60ad000
                dependency: com.apple.iokit.IOAcceleratorFamily2(156.4)[20DDCE61-E3EC-3CC1-8B79-170CEF2B603 A]@0xffffff7fa76ba000
             com.apple.nvidia.driver.NVDAGK100Hal(10.0)[DC43029D-568A-3B7C-976B-E922C17F5143 ]@0xffffff7fa638b000->0xffffff7fa6538fff
                dependency: com.apple.nvidia.driver.NVDAResman(10.0.0)[53CC0E05-7382-336C-8239-AE884D6CA71A ]@0xffffff7fa610a000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[766FC23F-452C-3B74-951C-598BB17BCF06]@0xffffff 7fa5d24000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    14A389
    Kernel version:
    Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    Kernel UUID: 89E10306-BC78-3A3B-955C-7C4922577E61
    Kernel slide:     0x0000000025200000
    Kernel text base: 0xffffff8025400000
    __HIB  text base: 0xffffff8025300000
    System model name: MacBookPro10,1 (Mac-C3EC7CD22292981F)
    System uptime in nanoseconds: 23078322635843
    last loaded kext at 21218345166971: com.apple.driver.AppleUSBTCKeyEventDriver 240.2 (addr 0xffffff7fa8189000, size 12288)
    last unloaded kext at 21343475974550: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7fa8183000, size 16384)
    loaded kexts:
    com.Cycling74.driver.Soundflower 1.6.6
    com.apple.filesystems.smbfs 3.0.0
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.filesystems.autofs 3.0
    com.apple.driver.ApplePlatformEnabler 2.1.0d1
    com.apple.driver.AGPM 100.14.37
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.driver.AudioAUUC 1.70
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.0f10
    com.apple.iokit.IOBluetoothSerialManager 4.3.0f10
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleMikeyDriver 266.5
    com.apple.driver.AppleHDA 266.5
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.GeForce 10.0.0
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.driver.AppleIntelHD4000Graphics 10.0.0
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleMuxControl 3.7.21
    com.apple.driver.AppleMCCSControl 1.2.10
    com.apple.driver.AppleIntelFramebufferCapri 10.0.0
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.5
    com.apple.driver.AppleUSBHub 705.4.1
    com.apple.driver.AppleSDXC 1.6.5
    com.apple.driver.AirPort.Brcm4360 900.19.8
    com.apple.driver.AppleAHCIPort 3.0.7
    com.apple.driver.AppleUSBEHCI 705.4.14
    com.apple.driver.AppleUSBXHCI 705.4.14
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.0f10
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.DspFuncLib 266.5
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOAudioFamily 200.6
    com.apple.vecLib.kext 1.2.0
    com.apple.nvidia.driver.NVDAGK100Hal 10.0.0
    com.apple.nvidia.driver.NVDAResman 10.0.0
    com.apple.iokit.IOSurface 97
    com.apple.iokit.IOBluetoothFamily 4.3.0f10
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleHDAController 266.5
    com.apple.iokit.IOHDAFamily 266.5
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.IOPlatformPluginFamily 5.8.0d49
    com.apple.driver.AppleGraphicsControl 3.7.21
    com.apple.driver.AppleBacklightExpert 1.1.0
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.iokit.IOAcceleratorFamily2 156.4
    com.apple.AppleGraphicsDeviceControl 3.7.21
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleUSBMultitouch 245.2
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.0
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.CoreStorage 471
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.iokit.IO80211Family 700.52
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.7.0
    com.apple.iokit.IOUSBFamily 705.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.securi

  • N's in address book

    Address Book displaying "n's". What's up?

    R.E. Smith and thousands of other users are frustrated with the insertion of "n" between duplicated NOTES fields in Address Book.  If you had 10 lines of text in your NOTES field after iCloud did a sync cycle you would end up with two sets of the 10 lines with an "n" between the two.  I have some address book entries with up to 6 duplicated sets of notes with "n" between each set of the duplicated lines.  This behavior started when iCloud syncing of address book records was introduced.  It seems to occur, for me, when I turn on iCloud on each device.  Since I have an iPhone, iPad and 3 Macs, I end up with a lot of duplicated notes fields with "n's" in between.
    I've learned to go into EDIT mode before touching the NOTES field to keep any sync actions from starting while I'm editing.

  • Deja-dup failed to restore with an unknown error.

    Hi. I recently installed arch after running sabayon linux (a gentoo based noob distro like ubuntu) for a while. Just before I wiped my hard drive to install arch, I backed up my sabayon's home directory to my external hard drive using deja dup. However when I opened up my hard drive on arch, and try to restore the backup from its location, it says:
    Restore Failed: Restore failed with an unknown error
    Is there a way to fix this?

    It still doesn't work which is weird because it should work because my hard drive has 265 GB of free space which should be more than enough. I type:
    sudo duplicity --tempdir=~/ --gio file:///run/media/imran/Imran/Restore /tmp/Rstr
    And get:
    Import of duplicity.backends.u1backend Failed: No module named httplib2
    Synchronizing remote metadata to local cache...
    GnuPG passphrase:
    Copying duplicity-full-signatures.20130201T230454Z.sigtar.gpg to local cache.
    Copying duplicity-full.20130201T230454Z.manifest.gpg to local cache.
    Copying duplicity-inc.20130201T230454Z.to.20130214T030723Z.manifest.gpg to local cache.
    Copying duplicity-inc.20130214T030723Z.to.20130222T071645Z.manifest.gpg to local cache.
    Copying duplicity-inc.20130222T071645Z.to.20130226T161103Z.manifest.gpg to local cache.
    Copying duplicity-new-signatures.20130201T230454Z.to.20130214T030723Z.sigtar.gpg to local cache.
    Copying duplicity-new-signatures.20130214T030723Z.to.20130222T071645Z.sigtar.gpg to local cache.
    Copying duplicity-new-signatures.20130222T071645Z.to.20130226T161103Z.sigtar.gpg to local cache.
    Last full backup date: Sat Feb 2 02:04:54 2013
    Traceback (most recent call last):
    File "/usr/bin/duplicity", line 1403, in <module>
    with_tempdir(main)
    File "/usr/bin/duplicity", line 1396, in with_tempdir
    fn()
    File "/usr/bin/duplicity", line 1330, in main
    restore(col_stats)
    File "/usr/bin/duplicity", line 624, in restore
    restore_get_patched_rop_iter(col_stats)):
    File "/usr/lib/python2.7/site-packages/duplicity/patchdir.py", line 528, in Write_ROPaths
    ITR( ropath.index, ropath )
    File "/usr/lib/python2.7/site-packages/duplicity/lazy.py", line 335, in __call__
    last_branch.fast_process, args)
    File "/usr/lib/python2.7/site-packages/duplicity/robust.py", line 37, in check_common_error
    return function(*args)
    File "/usr/lib/python2.7/site-packages/duplicity/patchdir.py", line 581, in fast_process
    ropath.copy( self.base_path.new_index( index ) )
    File "/usr/lib/python2.7/site-packages/duplicity/path.py", line 425, in copy
    other.writefileobj(self.open("rb"))
    File "/usr/lib/python2.7/site-packages/duplicity/path.py", line 604, in writefileobj
    fout.write(buf)
    IOError: [Errno 28] No space left on device
    ^CException KeyboardInterrupt in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
    [imran@arch ~]$ sudo duplicity --tempdir=~/ --gio file:///run/media/imran/Imran/Restore /tmp/Rstr
    Import of duplicity.backends.u1backend Failed: No module named httplib2
    Restore destination directory /tmp/Rstr already exists.
    Will not overwrite.
    [imran@arch ~]$ sudo duplicity --tempdir=~/ --gio file:///run/media/imran/Imran/Restore /tmp/Rstr
    Import of duplicity.backends.u1backend Failed: No module named httplib2
    Local and Remote metadata are synchronized, no sync needed.
    Last full backup date: Sat Feb 2 02:04:54 2013
    GnuPG passphrase:
    Traceback (most recent call last):
    File "/usr/bin/duplicity", line 1403, in <module>
    with_tempdir(main)
    File "/usr/bin/duplicity", line 1396, in with_tempdir
    fn()
    File "/usr/bin/duplicity", line 1330, in main
    restore(col_stats)
    File "/usr/bin/duplicity", line 624, in restore
    restore_get_patched_rop_iter(col_stats)):
    File "/usr/lib/python2.7/site-packages/duplicity/patchdir.py", line 528, in Write_ROPaths
    ITR( ropath.index, ropath )
    File "/usr/lib/python2.7/site-packages/duplicity/lazy.py", line 335, in __call__
    last_branch.fast_process, args)
    File "/usr/lib/python2.7/site-packages/duplicity/robust.py", line 37, in check_common_error
    return function(*args)
    File "/usr/lib/python2.7/site-packages/duplicity/patchdir.py", line 581, in fast_process
    ropath.copy( self.base_path.new_index( index ) )
    File "/usr/lib/python2.7/site-packages/duplicity/path.py", line 425, in copy
    other.writefileobj(self.open("rb"))
    File "/usr/lib/python2.7/site-packages/duplicity/path.py", line 604, in writefileobj
    fout.write(buf)
    IOError: [Errno 28] No space left on device

Maybe you are looking for