DNS doesn't resolve anymore under latest update.

I am having this new problem. I have about 10 network interfaces. en0 ..... en10,en11. This is from working different locations with different Thunderbolt, USB 3.0 gigabit adapters. Each time I use a new adapter, a new network interface is created.
Now my DNS no longer resolves. I manually set my IP and DNS to 8.8.8.8. 8.8.4.4 (Google's DNS) which works in the past.
I can't ping anything. I can't get on the public internet.
I've deleted all the network interfaces in the GUI and in the terminal.
E.G. can't ping yahoo.com, google.com or apple.com
When I do nslookup like
bash-3.2# nslookup apple.com 8.8.8.8
Server:                    8.8.8.8
Address:          8.8.8.8#53
Non-authoritative answer:
Name:          apple.com
Address: 17.149.160.49
Name:          apple.com
Address: 17.178.96.59
Name:          apple.com
Address: 17.172.224.47
It resolves. But when I ping it, I get
bash-3.2# ping apple.com
ping: cannot resolve apple.com: Unknown host
Here is my /etc/resolv.conf
# Mac OS X Notice
# This file is not used by the host name and address resolution
# or the DNS query routing mechanisms used by most processes on
# this Mac OS X system.
# This file is automatically generated.
nameserver 8.8.8.8
nameserver 8.8.4.4
I can ping anything by IP address. I just access anything by DNS. I can access by IP.
I zapped my PRAM. I did the old trick of deleting all my network interfaces in /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist.
I removed my byhost file. rebooted.
Went into the GUI and deleted/disabled all the network interfaces.
I know just have en0, en1/en2 (Thunderbolt Bridge). I disabled en1/en2
I just have lo0,stf0,gif0,p2p0,en0 when I do ifconfig.
ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
          options=3<RXCSUM,TXCSUM>
          inet6 ::1 prefixlen 128
          inet 127.0.0.1 netmask 0xff000000
          inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
          nd6 options=1<PERFORMNUD>
gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
          ether xxxxxx
          inet6 xxxxx
          inet 192.168.0.54 netmask 0xffffff00 broadcast 192.168.0.255
          nd6 options=1<PERFORMNUD>
          media: autoselect
          status: active
en1: flags=8822<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500
          options=60<TSO4,TSO6>
          ether xxxxx
          media: autoselect <full-duplex>
          status: inactive
en2: flags=8822<BROADCAST,SMART,SIMPLEX,MULTICAST> mtu 1500
          options=60<TSO4,TSO6>
          ether xxxxxx
          media: autoselect <full-duplex>
          status: inactive
p2p0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 2304
          ether xxxxxxxx
          media: autoselect
          status: inactive
I create another user, logged in as that user and no-go.
I have 14 other machines on the network, I can set IPs manually or DHCP and they all work.
My Macbook Retina no longer works. I don't want to do a reinstall.
my /etc/hosts file is clean
127.0.0.1       localhost
255.255.255.255 broadcasthost
::1             localhost
fe80::1%lo0     localhost
I've disabled IPV6 (set it to local link only).

IP is:
192.168.0.154 (or whatever DHCP or manual IP I set in 192.168.0.X)
Router: 192.168.0.1
Netmask: 255.255.255.0
DNS: 8.8.8.8, 8.8.4.4
I can ping the router, access every IP on my network. I can access public FTP servers by their IP. My mail server by IP.
Machines on the network can access my machine by IP.
The DNS can't resolve internally.
Crash.log shows mDNSResponder crashing every second. Seems it may be corrupt.
I've killed it, dscachecutil --flush(whatever the command was),
I killed it -9, -HUP, etc.
I've copied the plist and launcdaemons from another working macbook.
Interestingly, Chrome works. In the crash logs, when chrome sees the mDNSresponder failing, it uses something else and internally routes the DNS to a different proxy.
I can surf the web with Chrome. Chrome doesn't use mDNSResponder in the event of a failure. That is how I posted my question.
Nothing else works. Firefox, Safari, iTunes, AppStore, FTP clients, Command line terminal.
Is there a way to re-install mDNSResponder.

Similar Messages

  • Wine doesn't start utorrent anymore after latest update [SOLVED]

    Like the subject says, wine doesn't start utorrent anymore after latest update.  The output I get is the following:
    $ wine /mnt/data/utorrent/utorrent-1.6.1-beta-build-478.exe
    fixme:vxd:VXD_Open Unknown/unsupported VxD L"sice.vxd". Try setting Windows version to 'nt40' or 'win31'.
    fixme:vxd:VXD_Open Unknown/unsupported VxD L"ntice.vxd". Try setting Windows version to 'nt40' or 'win31'.
    err:imagelist:ImageList_LoadImageW Error loading image!
    err:imagelist:ImageList_LoadImageW Error loading image!
    err:imagelist:ImageList_LoadImageW Error loading image!
    fixme:listview:LISTVIEW_SetColumnOrderArray iCount 16 lpiArray 0x33e7b8
    fixme:keyboard:UnregisterHotKey (0x30024,1): stub
    and then it hangs.  If I change my Windows version in winecfg to for instance Windows XP, the first 2 errors disappear, but wine still hangs:
    $ wine /mnt/data/utorrent/utorrent-1.6.1-beta-build-478.exe
    err:imagelist:ImageList_LoadImageW Error loading image!
    err:imagelist:ImageList_LoadImageW Error loading image!
    err:imagelist:ImageList_LoadImageW Error loading image!
    fixme:listview:LISTVIEW_SetColumnOrderArray iCount 16 lpiArray 0x33edf8
    fixme:keyboard:UnregisterHotKey (0x30026,1): stub
    The vm.legacy_va_layout sysctl is not enabled:
    # sysctl vm.legacy_va_layout
    vm.legacy_va_layout = 0
    Does anybody have an idea to what might be going on?
    Enabling DRI and disabling DRI doesn't help.  Updating to the latest wine 0.9.30-1 also didn't change anything.
    Last edited by tunkaflux (2007-01-31 12:45:44)

    Problem is solved.  Had to delete the .wine folder.  Lost all utorrent settings, but it works again now.

  • Populair Podcast doesn't work since the latest update

    Mine populair podcast does not work anymore since the latest update. Every-time I try to access this menu-item I get an error in French that this isn't available from the iTunes Store.
    The error message is very strange because that's the only item displayed in French. All the other menu-items are in the language that I want (Dutch).
    Are there some other having the same problems with populaire podcasts?

    On Vista Home premium, uninstalling and reinstalling buth iTunes and Apple Applicatioon Support did NOT work for me.
    What did work for me was manually copyting CoreVideo.dll from the Apple Application Support folder into my iTunes folders (actually, to both of them - under Program Files and Program Files (x86)) as per advice posted in a Windows forum, found after an hour or more of frustration and failure.
    This appears to be a bug in the 10.1 installation scriptimng - what's going on?

  • Why doesn't FF make the latest Update compatible with a Power PC G4?

    I've got a Power PC G4 Mac, which apparently doesn't meet the System Requirements for the latest Update of Firefox: why not? In this Economy, I'm sure there are a lot of people like me still running Power PC's, yet now I can't even "suggest" to FF that they include us in the Update, because I "don't have the latest version"! I run my whole Office from my Mac, so it's still pretty darn good. What's with the disrespect?

    Firefox 4 and later require at least OS X 10.5 and an Intel Mac.
    *http://www.mozilla.org/firefox/10.0/system-requirements/
    For an unofficial Firefox 10 compatible version (TenFourFox) that runs on PowerPC Macs with OS X 10.4.11 or OS X 10.5.8 you can look at:
    *http://www.floodgap.com/software/tenfourfox/
    *http://www.macupdate.com/app/mac/37761/tenfourfox
    *http://code.google.com/p/tenfourfox/wiki/ReleaseNotes100
    *http://code.google.com/p/tenfourfox/wiki/PluginsNoLongerSupported
    *http://code.google.com/p/tenfourfox/wiki/AAATheFAQ
    Firefox 3.6.26 has been released, so you can update to that version.<br />
    Latest Firefox 3.6.x (Mac OS X 10.4 and later) can be found here:
    * http://www.mozilla.com/en-US/firefox/all-older.html

  • Tethering doesn´t work anymore since I updated to IOS 7.1

    Since I updated to IOS 7.1 the tethering function doesn´t work anymore on my Iphone 4.
    I have recently purchased an IPAD Mini, as the iphone has become so incredibly slow after update to IOS 7.0. I am travelling a lot and use the tethering function to access the internet. And now, after update to IOS 7.1  I can´t even use my IPAD anymore when travelling.
    I must say, enough is enough. My patience is at it´s end. A professional company doesn´t work like this !
    Apple, please react and get this problem solved.
    regards
    Richard

    What Apple wants from his customers?
    1) I've paid my iPhone 4S 900 euros;
    2) I'm used to buy music and apps from iTunes store;
    3) my iCloud space costs 32 euros per year
    and, like me, millions of customers around the world!
    and Apple does not allow me (and many others) to use the internet traffic for which I (we) pay my (our) provider, that's not among those that directly sell iPhone??? Is this your idea of a really unblocked device as you falsely declsre from the pages of Apple online store ?!? Shame on you!
    If I had know that the 7.1 led to this I'd never updated my iPhone. No one (Apple and the sites that live because of her) told about this issue in their enthusiastic comments on the new, updated version, of iOS. Shame on you!
    This would claim a class action against such a behaviour!
    I'm disgusted
    thank you
    Giacomo - ITALY

  • [SOLVED] UEFI-System doesn't start anymore after rEFInd update

    Hi there,
    got some problem with my UEFI system after todays update of refind-efi: Arch doesn't boot anymore
    What have I done:
    At first I did a
    $ sudo pacman -Syu
    During the update I was presented with the usual information concerning copying some files from /usr/lib/refind/*. So I did this:
    $ sudo cp /usr/lib/refind/refind_x64.efi /boot/efi/EFI/refind/refind_x64.efi
    Than I did:
    $ sudo cp /usr/lib/refind/config/refind.conf /boot/efi/EFI/refind/refind.conf
    $ sudo cp -r /usr/share/refind/icons /boot/efi/EFI/refind/icons
    After that I rebooted my computer and was presented with an "Asrock" writing that doesn't change to the rEFInd-screen as it should.
    Question: What can I do now? (And what did I wrong?)
    Last edited by swordfish (2013-01-11 17:01:54)

    Hi Rod,
    thanks for your quick answer !
    Ok, you write:
    srs5694 wrote:
    The 0.6.3 package changes the name of the rEFInd binary from refindx64.efi to refind_x64.efi. This is done because the official rEFInd release uses the latter name, and it includes support scripts that work correctly only if that name is used. Thus, if you deleted your old binary and copied the new one in place without renaming it to the old name, it would stop working, since the NVRAM entry would still point to the old name. There are two solutions:
    Rename the new binary to the old name (refindx64.efi). If you do this, you'll need to keep doing it in the future or eventually do the next thing. Also, this might not work if your firmware has "helpfully" removed the existing entry. Thus, the next option is probably better...
    Use efibootmgr to add a new entry for the new name. The Arch wiki has details on this here and probably elsewhere, too.
    Jepp, I've seen the new name "refind_x64.efi". During my attempt to perform a proper install I did what you assume in your first solution - renaming the new binary to the old name (refindx64.efi).
    After that my system didn't reboot ...
    After that I booted from my USB stick with which I've installed my Arch system. I mounted my system partitions to /mnt, loaded the efivars module and arch-chrooted into the system. From there I copied the new binary from /usr/lib/refind/refind_x64.efi to /boot/efi/EFI/refind/refind_x64.efi and did this:
    # efibootmgr -c -g -d /dev/sda -p 1 -w -L "rEFInd" -l '\EFI\refind\refind_x64.efi'
    /boot/efi is mounted to /dev/sda1
    But even after I did this a reboot only led to the well known green "Asrock" writing - no rEFInd appeared
    Using the efi shell I can see that the boot entries seem to be okay.
    srs5694 wrote:rEFInd 0.6.3 has a known bug that causes it to crash on some systems. Upgrading to 0.6.4 may be necessary if you're affected by this bug. The usual symptom is a system hang, though, not a return to the firmware menu, so I suspect this isn't the problem. If it is, you can grab the official non-Arch rEFInd package and copy the refind_x64.efi file from it over the one on your ESP.
    Hm, seems as if I have to try this ...

  • Netflix will not play on my Mac anymore after latest update...HELP!!

    After latest update, Netflix will no longer play.  When I select a movie, it prompts me to install Microsoft Silverlight, which I have repeatedly done.  Netflix claims the latest MAC update is to blame, not a Netflix issue....PLEASE, any assistance is greatly appreciated.

    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    Profile Backup and Restore
    *http://kb.mozillazine.org/Profile_backup
    *https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Ctrl+alt+backspace doesn't work anymore after system update

    After a recent system update (xorg got updated among other packages), ctrl+alt+backspace doesn't restart gdm anymore.
    Before you say it, I have the following in my /etc/X11/xorg.conf
    Section "ServerFlags"
    Option "DontZap" "false"
    EndSection
    Here is the relevant portion from my /var/log/pacman.log and as you can see, xorg-server did get updated.
    [2009-05-29 18:37] starting full system upgrade
    [2009-05-29 18:39] upgraded dhcpcd (5.0.2-1 -> 5.0.4-1)
    [2009-05-29 18:39] NOTE
    [2009-05-29 18:39] ----
    [2009-05-29 18:39] Add your user to group 'camera' to use camera devices.
    [2009-05-29 18:39] upgraded libgphoto2 (2.4.5-1 -> 2.4.6-1)
    [2009-05-29 18:39] upgraded gphoto2 (2.4.4-1 -> 2.4.5-1)
    [2009-05-29 18:39] upgraded gtkam (0.1.15-1 -> 0.1.16.1-1)
    [2009-05-29 18:39] upgraded lib32-glibc (2.9-4 -> 2.10.1-2)
    [2009-05-29 18:39] upgraded lib32-alsa-lib (1.0.19-1 -> 1.0.20-1)
    [2009-05-29 18:39] upgraded lib32-gcc-libs (4.3.3-1 -> 4.4.0-2)
    [2009-05-29 18:39] upgraded lib32-libdrm (2.4.9-1 -> 2.4.11-1)
    [2009-05-29 18:39] upgraded lib32-libgl (7.4.1-1 -> 7.4.2-2)
    [2009-05-29 18:39] upgraded lib32-mesa (7.4.1-1 -> 7.4.2-1)
    [2009-05-29 18:39] upgraded libdrm (2.4.11-1 -> 2.4.11-2)
    [2009-05-29 18:39] upgraded live-media (2009.02.23-1 -> 2009.04.20-1)
    [2009-05-29 18:39] upgraded qt (4.5.1-2 -> 4.5.1-3)
    [2009-05-29 18:39] upgraded phonon (4.3.1-1 -> 4.3.1-2)
    [2009-05-29 18:39] upgraded pygobject (2.16.1-1 -> 2.18.0-1)
    [2009-05-29 18:39] upgraded python-numpy (1.3.0-1 -> 1.3.0-2)
    [2009-05-29 18:39] upgraded qt3 (3.3.8-10 -> 3.3.8-11)
    [2009-05-29 18:39] upgraded whois (4.7.33-1 -> 4.7.33-2)
    [2009-05-29 18:39] upgraded xkeyboard-config (1.5-1 -> 1.6-1)
    [2009-05-29 18:39] upgraded xorg-server (1.6.1-1 -> 1.6.1.901-1)

    Check out http://bbs.archlinux.org/viewtopic.php?id=73064

  • WiFi problem - DNS doesn't resolve, though settings look good

    I am having trouble with wifi at the college where I work, though it's worked fine at several other locations.
    The iPhone has been registered on the college network (the sys admin entered my MAC address in a database) and when I connect to the college WiFi I get a good IP address and also get good IPs for DNS.
    But even though all looks good, the iPhone is clearly having trouble with resolving DNS. Any time I try to browse to a web site I get a "cannot connect to server" message. If I enter an IP address in the address bar of Safari, I do get to the site. Also, if I turn off WiFi and connect to a site with EDGE and then turn WiFi back on, I can continue to browse on that site with the WiFi. But I still can't go to any other site (unless I know its IP address).
    I've seen other posts where people have trouble with DNS but in those cases it appears that the router is not passing DNS info to the iPhone and entering the DNS in the iPhone manually solves their issue. In my case, though, the correct DNS info is already there.
    I've worked with the tech folks at the college and we're all stumped. The college system is up and running and working properly on my macbook, but there's no luck with the iPhone.
    While it won't be the end of the world if I can't use WiFi at work, we expect there will be students arriving with iPhones in the fall, so it would be good if we could find a solution to this problem now.
    Any suggestions?
    Susan

    I can check, but I'm pretty sure there are no repeaters in the building I'm in. There's only one access point in the building, and I've been sitting right under it for most of my testing.
    I do have a repeater at home, though, and haven't experienced any problems. The base station is upstairs and the airport express, set as a repeater, is here in the room with me. Here at home I can connect just fine with the iPhone.
    I did discover something yesterday, though. I tried the OpenDNS numbers last week and went back to their website yesterday. The statistics logged for my attempt to use OpenDNS from the college show that they had received a request for the address 1.0.0.127.dnsbugtest.1.0.0.127.in-addr.arpa from the iphone last week. I googled this address and found that it's an exploratory request that's sent out to a DNS server. Since OpenDNS logs didn't show requests from the iphone for any other addresses, I'm guessing that the "answer" sent back to the phone never arrived.
    But why not? If I use OpenDNS with a macbook pro on the college wireless network, all works well. If I use OpenDNS with the iPhone on my home network, all works well. But the combination of iPhone and college network is just not working.
    Susan

  • Sending fax over hp laserjet 1536 ? Doesn't works anymore under 10.9.4

    Hello
    Since the Update to 10.9.4 it isn't possible anymore to fax from my mac over the HP LaserJet 1536. I used this funktion maybe 10 times a year. The receiving of the fax I have never used because this is done by the Router (Fritzbox 7390).
    Their is no software availible on the apple side which isn't already installiert. I feel not comfortable to load a much older Software from the original CD or the HP Site.
    Any idea how to fix this, or has apple killed this functionality in mavericks 10.9.4?
    Regards

    It says in this document that the Fax driver (HP LaserJet M1530 MFP Series. Fax) is available:
    OS X: Printer and scanner software available for download
    Try resetting the Printing system, which forces OS X to re-find available drivers, both on Apple servers and already installed:
    OS X Mavericks: Reset the printing system
    I don't have that printer, but it looks like you have to add ( + ) it twice (one for fax) in Print & Scan prefs.

  • Color Range doesn't work correctly with latest update

    as the title suggests, I'm having difficulty using the color range tool properly. It worked perfect just before the most recent update (13.1) and now works very strangely.
    It seems to select whatever color it feels like except the one I need. And then it is very very selective if it will even select anything at all. I'm not sure how else to explain this so it is clearer and easier to be understood. I will post the System Info from Photoshop below.
    Adobe Photoshop Version: 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: AMD CPU Family:15, Model:1, Stepping:2 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 4551 MHz
    Built-in memory: 16330 MB
    Free memory: 9473 MB
    Memory available to Photoshop: 14677 MB
    Memory used by Photoshop: 74 %
    Image tile size: 1028K
    Image cache levels: 6
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenCL Version: 3.0
    OpenGL Version: 3.0
    Video Rect Texture Size: 16384
    OpenGL Memory: 1024 MB
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: AMD Radeon HD 7700 Series
    Display: 2
    Display Bounds: top=0, left=1920, bottom=900, right=3360
    Display: 1
    Display Bounds: top=0, left=0, bottom=1080, right=1920
    Video Card Number: 1
    Video Card: AMD Radeon HD 7700 Series
    Driver Version: 8.980.0.0
    Driver Date: 20120611000000.000000-000
    Video Card Driver: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: AMD Radeon HD 7700 Series
    Video Card Memory: 1024 MB
    Serial number: 90970601443459613369
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\Users\GGARTD~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 223.5G, 106.8G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       ACE.dll   ACE 2012/06/05-15:16:32   66.507768   66.507768
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/09/10-12:31:21   5.0.4   79.517869
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   7.0.0.1686  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/06/05-15:16:32   66.507768   66.507768
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/06/05-15:16:32   66.507768   66.507768
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/06/05-15:16:32   66.507768   66.507768
       BIBUtils.dll   BIBUtils 2012/06/05-15:16:32   66.507768   66.507768
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.1.0.20577   2.1.0.20577
       CoolType.dll   CoolType 2012/06/05-15:16:32   66.507768   66.507768
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   2.1.2.1681  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
    Required plug-ins:
       3D Studio 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       Adobe 3D Printing 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Angled Strokes 13.0
       Average 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.3
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Clouds 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Collada 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Dicom 13.0
       Difference Clouds 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Embed Watermark 4.0
       Entropy 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Extrude 13.0
       FastCore Routines 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Flash 3D 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Google Earth 4 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Kurtosis 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Maximum 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Mean 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Measurement Core 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Median 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Mezzotint 13.0
       Minimum 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       MMXCore Routines 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Picture Package Filter 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Pinch 13.0
       Pixar 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Range 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.1
       Shear 13.0
       Skewness 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Standard Deviation 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       STL 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Sumi-e 13.0
       Summation 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variance 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Variations 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       Wavefront|OBJ 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       WIA Support 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       Wind 13.0
       Wireless Bitmap 13.1 (13.1 20121126.r.220 2012/11/26:23:00:00)
       ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Adobe Paper Texture
       TypeDNA Plugged-in
       Mini Bridge
       Kuler
       Adobe Exchange
    Installed TWAIN devices: NONE

    Possibly you are missing something in the way you apply this command. Here's how I use it to select patchy clouds with ragged edges and continuously varying shades of gray:
    Select the eyedropper tool on the Toolbar and on the options bar set the sample size to 3x3.
    Activate the Color Range command. Activate the "selection" radio button and choose "none" in the selection preview. In the "select" box, choose "sampled colors".
    Set a trial fuzziness of,say,50. Click with the eyedropper on a point in the midst of the color you want to select. That's your "base" color.
    Then switch to the "Color Added" (plus) eyedropper, holding the left mouse button down while dragging it over areas deviating from the base color but which you want included.
    If there are non-contiguous areas with still different colors you also want to include, release the mouse and move the cursor to those areas before dragging again.
    All the while, keep an eye on the dialog box display which shows what you've selected, albeit crudely. If you pick up unwanted colors, switch to the "subtract from sample" (minus) eyedropper and drag it over those areas.
    When you think you've got it about right, experiment with the fuzziness slider to see if you can improve things by increasing or decreasing fuzziness.
    Don't re-use the plain eyedropper unless you want to start all over again. Optionally, instead of switching among the 3 eyedroppers, you can activate only the plain eyedropper but use it with SHIFT to add or ALT to subtract.

  • Itunes will not open anymore since latest update?????

    i did the new itunes update a short time ago and now i cant open it at all???????????? please help

    Can you check something for me please?
    Restart your PC. after the PC restarts, bring up your Task manager, and go to the "Processes" tab. Click "Image name" to sort the processes alphabetically.
    Now try to launch iTunes.
    Does an itunes.exe process appear? If so, does it vanish after a second or so, or does it persist in the Processes tab (even though iTunes itself never shows up)?

  • My imovie doesn't open after the latest update of the system

    have recently updated both iMovie as well as Mavericks OS and now I am having trouble opening iMovie.  When I click on the icon, it bounces for a few seconds as normal but then nothing loads.  When I left click on the icon I am given options including Force Quit of which I click.  It then asks if I wish to send a report and below are the details of the report.  Any help would be appreciated.
    Date/Time:       2014-05-18 21:17:37 +0200
    OS Version:      10.9.3 (Build 13D65)
    Architecture:    x86_64
    Report Version:  18
    Command:         iMovie
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Version:         10.0.3 (245586)
    Build Version:   1
    Project Name:    iMovieX
    Source Version:  24558006035000000
    App Item ID:     408981434
    App External ID: 521012678
    Parent:          launchd [283]
    PID:             848
    Event:           hang
    Duration:        0.76s (process was unresponsive for 10 seconds before sampling)
    Steps:           8 (100ms sampling interval)
    Hardware model:  MacBookPro8,1
    Active cpus:     4
    Fan speed:       2009 rpm
    Free pages:      10802 pages (-5669)
    Pageins:         1 pages
    Pageouts:        0 pages
    Swapins:         0 pages
    Swapouts:        0 pages
    Process:         iMovie [848]
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Architecture:    x86_64
    Parent:          launchd [283]
    UID:             501
    Task size:       61715 pages (+4613)
    CPU Time:        0.733s
    Note:            Unresponsive for 10 seconds before sampling

    same here. official cd, license but no app opens. uninstalled installed restarted etc etc no result. Microsoft wants us to move to 2013, but 2011 is fine with me and I don't want a subscription on 99 Euro a year

  • LG Spectrum doesn't hold charge after latest update

    About 2 weeks ago my phone automatically updated overnight.  I was surprised the next morning to find a different look on my phone and having to change things back to my settings.  Since then, my phone won't hold a charge for more than 5-6 hours.  It's fully charged when I go to work in the morning and by 12 noon, it's almost dead.  Anyone else having these same issues?  Anyone know what to do to fix it?  I've closed all programs.  The one program that it keeps saying is taking up the battery is Google Maps and I'm not even using it.  HELP! 

    Did you ever get an answer on this?  Mine acts the same way.....these phones are the biggest pain I have ever had.  The sales guy must have been getting commission on them when he pushed us into getting these specific phones.
    >Posted edited to remove Acronym<
    Message was edited by: Verizon Moderator ><

  • Tcpdump doesn't work anymore in latest ISE ?

    ISE Version 1.2
    Patch 1 & Patch 2 installed.
    When i do a TCP dump in RAW format, Wireshark can't open the PCAP file ?? doh ??
    Dump of file shows it is in Text form, even when i specify "Raw format".
    Browser used: IE8
    >cat TCPdump.pcap | more
    10:34:40.435767 IP (tos 0x0, ttl  64, id 6848, offset 0, flags [DF], proto: TCP (6), length: 669) ise.https > xxxxxx.36152: P 22
    91174308:2291174937(629) ack 2847270850 win 60
    10:34:40.440341 IP (tos 0x0, ttl  64, id 37426, offset 0, flags [DF], proto: UDP (17), length: 71) ise.45102 > xxxxxxxm.
    domain:  39538+ PTR? 65.66.100.10.in-addr.arpa. (43)
    Anyone seen this also ?

    This is a known issue.  Patch 2 actually "broke" this functionality.  This is fixed in Patch 3
    CSCuj51094 - Captured TCPDump file is not working on Patch-2 Alpha
    120 patch 3 will be released towards end of this month.
    If you open the "raw" file in notepad, it's actually the human readable format.

Maybe you are looking for

  • Shell Script or Applescript to run disk permissions repair

    Tried doing this Applescript in Automator: do shell script "sudo diskutil repairPermissions /" ¬   password "yourAdminPassword" with administrator privileges This works, but the process appears to run without shutting down when it's done. Can anybody

  • I have a MBP 5.1 and I get the following kernel panics:

    MBP 2,4 GHz Intel Core 2 Duo, 8 GB 1333 MHz DDR3 ram and I am running Maveriks and eversince I have upgraded to Maveriks I have kernel panics. I have deleted a few apps that cause some of the panics and it seemed to solve it for a day or two. But I a

  • IWeb 09 and my website?

    I recently installed Leopard and ilife 09, which included iWeb 09. I have always backed up my site when making any changes to it using iWeb expander. The back ups are saved to my external HD. I just opened iWeb to make new changes and an older saved

  • Fetch the ip address of tha domain controller

    Hi, Is it possible to get the ipaddress of the domain controller of a the local machine by running a java program in the local machine?

  • Transport of package links in BPC NW 10.0

    Hello Experts, I have observed something strange that not all package links seem to be transporting to target system. Though i have collected 6 package links through RSA1 granular transport methodology ... i see only 2 have been  imported into Q. I c