Malware?  Something has my Mac in a knot!

https://discussions.apple.com/thread/3217174?start=15&tstart=0
The above discussion seems to be very similar to my scenario.  Just different website and different prize. I will reference this posting on that discussion.  But, that discussion was six months ago, and is very long.... so I felt it worthy to try to summarize best I could.  And, with taking the information, I wasn't even sure what process to do first?  So, although I state in this post below as fact, realize I am siting other users information from the post mentioned above. 
So, in a nutshell, I am asking you all:
Is the below information accurate?
What items do I do first?  What items do I not do at all?
My story:  I was searching for some stuff on the planet Jupiter for my daughter's class project.  And, bam, a pop-up came up saying I was a Michigan winner.  How the heck does this pop up know I am from Michigan????
What was worse, the pop-up could not be closed (the three dots were not present in the upper left-hand corner), I could not access any menu items, etc.in Safari.  As this other post above mentioned, "my computer/Safari has been hijacked".
I have Lion, so naturally, any force closing, and/or rebooting just brings up the same pages once again.  However, along the way, it had asked for an administrator name and password.  I didn't think of it too much as I had been moving between users that day so my other daughter could be surfing the web on her restricted account.  So, I thought it had to do with that.
After reading the above-referenced post, I can summarize the plethora of information into the following:
I probably came across a similar malware issue
I probably gave my password to an enemy
And, my Mac is currently setting power-off awaiting my decision on what to do.  And, am having to write this post on my husband's Windows PC.  Not happy!
Issues and/or solutions:
I might be able to hold down the shift key when entering Safari to disable the "resume pages" option on Lion.  (however, that doesn't mean the issue is gone... just that I might be able to access websites and the menu again.)
I am gonna need to delete some files perhaps outside of Safari (downloads.plist; history.plist; historyindex.sk; lastsession.plist; topsites.plist; webpageicons.db;)   THEN EMPTY THE TRASH.
I am sure I need to make sure that my Apple software is up to date, including security definitions.  (no one in the other post even mentioned this, I don't think, but I would think this would be very helpful.)
I am going to have to address Flash cookies (.sol files)
delete them from home/library/preferences/macromedia/flash player/#sharedobjects
settings need to be adjusted in home/library/preferences/macromedia/flash player/macromedia.com/support/flashplayer/sys
FYI: the home>library folder is now hidden.... so will need to discover how to access that
Or use the Flush app to remove all flash cookies; Or use Safaricookies app to be selective on what flash cookies I'd want to keep
Adobe flash player now puts a system preference in system preferences folder for flash player, including a simple way to delete all flash cookiesThe old version of FP you have to go to the adobe flash player support page to view the control panel that lets you do this.  The new one, lets you control it on your Mac.--Supposedly you can access this control panel via double clicking the FP icon
Tracker cookies scare me:
If I installed this Trojan(OSX/DNSChanger) by providing my password, my DNS records can be modified, redirecting incoming internet traffic through the attacker's servers, where it can be hijacked and injected with malicious websites and pornographic advertisements.  (BTW, I moved to a Mac a couple years ago because my Windows laptop got one of these things on them... thought I was immune on a Mac.  So wrong!)
It concerns me that this attacker could be monitoring my passwords, etc on my banks, etc.  Not sure if this is true or not...
SecureMac app has a free Trojan Detection Tool for Mac OS X.  The software to remove it has a 30-day trial and then costs $30US.
It goes on to talk about Windows viruses that can be passed on through emails to other Windows users, which CLAMXAV app can fix.  Uncertain if available for Lion per the contributor's remarks, but is also difficult to remove from your Mac.  The contributor also alerted us to not install Norton on the Mac as it is damaging to the OS.
Some users did the shift button with the Safari button thinking they were done with the whole thing, but realized there was a Trojan on their Mac, still alive.  Sending to trash and emptying trash- not sure if that is all you need to do finding it using spotlight?
Things that didn't work for other users and other threads to read:
VirusBarrier Plus didn't detect anything on a users computer.
https://discussions.apple.com/thread/3198419?tstart=0
Any help on this would be greatly appreciated!!!!!
An additional question I have:
I have a Time Capsule.  Could I just restore from two days ago and not have to worry about any of the above actions?

Please read this whole message before doing anything.
This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software – potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions – they’re easy to carry out and won’t change anything on your Mac.
These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing.
Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects.
Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands.
Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
Launch the Terminal application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, press the key combination shift-command-U. The application is in the folder that opens.
☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” (without the quotes) and press return. You should then get a new line ending in a dollar sign.
Step 1
Copy or drag – do not type – the line below into the Terminal window, then press return:
kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.)
Step 2
Repeat with this line:
sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}'
This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning.
Step 3
launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
Step 4
ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null
Important: If you synchronize with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting.
Step 5
osascript -e 'tell application "System Events" to get name of every login item'
Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer – no typing, except your password. Also remember to post the output.
You can then quit Terminal.

Similar Messages

  • My wife has been having problems with Safari, and many third party software and malware programs infecting her Mac Book Pro.

    My wife has been having problems with Safari, and many third party software and malware programs infecting her Mac Book Pro. I have tried to reset Safari but it keeps coming back, taking over Safari, changing defaults, start pages, and search engines, Etc.
    Is it safe to use programs like MacKeeper, who keeps send my wife's computer message and alerts, or should I just wipe the drive and start over?
    Skip

    I am having lot's of lag time with Safari, etc..
    I'll type in a website.. and it will take 15-20 seconds to start..
    Start time: 17:51:37 12/02/14
    Model Identifier: MacBookPro11,3
    System Version: OS X 10.10.1 (14B25)
    Kernel Version: Darwin 14.0.0
    Time since boot: 14 days 3:02
    USB
       My Passport 07B8 (Western Digital Technologies, Inc.)
    Diagnostic reports
       2014-11-13 QuickLookSatellite crash x2
       2014-11-21 com.apple.WebKit.Plugin.64 crash
    Log
       Nov 30 21:32:39 PM notification timeout (pid 345, Adobe CEF Helper)
       Nov 30 21:32:39 PM notification timeout (pid 99018, CEPHtmlEngine)
       Nov 30 21:32:39 PM notification timeout (pid 99019, CEPHtmlEngine He)
       Dec  1 09:09:03 [[0xffffff802bfa4000]  OpCode 0x0C01 (Set Event Mask) from: kernel_task (0)  Synchronous  status: 0x00 (kIOReturnSuccess) state: 2 (BUSY) timeout: 5000] Bluetooth warning: An HCI Req timeout occurred.
       Dec  1 09:52:03 PM notification timeout (pid 266, Creative Cloud)
       Dec  1 09:52:03 PM notification timeout (pid 346, Adobe CEF Helper)
       Dec  1 09:52:03 PM notification timeout (pid 345, Adobe CEF Helper)
       Dec  1 10:04:37 process WindowServer[114] caught causing excessive wakeups. Observed wakeups rate (per sec): 170; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 12755007
       Dec  1 10:31:08 ALF: ifnet_get_address_list_family error 12
       Dec  1 10:59:17 process Meeting Center[2921] caught causing excessive wakeups. Observed wakeups rate (per sec): 647; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45104
       Dec  1 12:24:35 process com.apple.WebKit[4567] caught causing excessive wakeups. Observed wakeups rate (per sec): 297; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 76962
       Dec  1 14:31:01 process com.apple.WebKit[7400] caught causing excessive wakeups. Observed wakeups rate (per sec): 397; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 53188
       Dec  1 14:43:52 process com.apple.WebKit[7400] caught causing excessive wakeups. Observed wakeups rate (per sec): 224; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 150084
       Dec  1 14:47:34 process com.apple.WebKit[7400] caught causing excessive wakeups. Observed wakeups rate (per sec): 332; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 222103
       Dec  1 15:03:29 process com.apple.WebKit[7400] caught causing excessive wakeups. Observed wakeups rate (per sec): 214; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 370572
       Dec  1 16:38:03 SIOCPROTODETACH_IN6: utun2 error=6
       Dec  1 16:38:08 SIOCPROTODETACH_IN6: utun2 error=6
       Dec  1 20:08:30 jnl: disk3s2: replay_journal: from: 112328704 to: 113115136 (joffset 0x3a38000)
       Dec  1 20:08:30 jnl: disk3s2: journal replay done.
       Dec  1 20:27:11 com.adobe.acc.AdobeCreativeCloud.75292.UUID: Service exited with abnormal code: 5
       Dec  2 08:23:00 process com.apple.WebKit[11891] caught causing excessive wakeups. Observed wakeups rate (per sec): 161; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 527508
       Dec  2 09:29:37 firefox (map: 0xffffff80317c5960) triggered DYLD shared region unnest for map: 0xffffff80317c5960, region 0x7fff9ae00000->0x7fff9b000000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
       Dec  2 10:04:39 SIOCPROTODETACH_IN6: utun2 error=6
       Dec  2 10:04:44 SIOCPROTODETACH_IN6: utun2 error=6
       Dec  2 16:42:24 process com.apple.WebKit[26151] caught causing excessive wakeups. Observed wakeups rate (per sec): 153; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45002
    Swap (MiB): 41556
    Activity
       Net: 210 in, 20 out (KiB/s)
    Memory: kernel_task (UID 0) is using 1632 MB
    kexts
       com.cisco.kext.acsock (1.1.0)
       com.wdc.driver.USB.64.10.9 (1.0.1)
    Daemons
       com.cisco.anyconnect.vpnagentd
       com.oracle.java.JavaUpdateHelper
       com.apple.installer.osmessagetracing
       com.microsoft.office.licensing.helper
       com.google.keystone.daemon
       com.wdc.WDSmartWareService
       com.oracle.java.Helper-Tool
       com.adobe.fpsaud
       com.wdc.SmartwareDriveService
    Agents
       com.adobe.AdobeCreativeCloud
       com.zimbra.desktop
       com.citrix.ServiceRecords
       com.google.keystone.system.agent
       com.apple.photostream-agent
       com.genieo.completer.download
       com.genieo.completer.update
       com.cisco.anyconnect.gui
       com.citrix.ReceiverHelper
       com.citrix.AuthManager_Mac
       com.citrix.FMDAgent.14800.UUID
       com.oracle.java.Java-Updater
       com.fiplab.MailTabProHelper
       com.adobe.PDApp.AAMUpdatesNotifier.74724.UUID
       com.citrixonline.GoToMeeting.G2MUpdate
       com.apple.AirPortBaseStationAgent
       com.microsoft.SyncServicesAgent
    Startup items
       /System/Library/StartupItems/ciscod/ciscod
       /System/Library/StartupItems/ciscod/StartupParameters.plist
    Bundles
       /System/Library/Extensions/hp_fax_io.kext
       - com.hp.kext.hp-fax-io
       /System/Library/Extensions/hp_Inkjet1_io_enabler.kext
       - com.hp.print.hpio.Inkjet1.kext
       /System/Library/Extensions/hp_Inkjet4_io_enabler.kext
       - com.hp.print.hpio.Inkjet4.kext
       /System/Library/Extensions/hp_Inkjet8_io_enabler.kext
       - com.hp.print.hpio.inkjet8.kext
       /System/Library/Extensions/JMicronATA.kext
       - com.jmicron.JMicronATA
       /System/Library/Extensions/WD1394_64_109HPDriver.kext
       - com.wdc.driver.1394.64.10.9
       /System/Library/Extensions/WDUSB_64_109HPDriver.kext
       - com.wdc.driver.USB.64.10.9
       /Library/Extensions/hp_io_printerclassdriver_enabler.kext
       - com.hp.hpio.hp-io-printerclassdriver-enabler
       /Library/Internet Plug-Ins/AdobeAAMDetect.plugin
       - com.AdobeAAMDetectLib.AdobeAAMDetect
       /Library/Internet Plug-Ins/CitrixICAClientPlugIn.plugin
       - com.citrix.citrixicaclientplugIn
       /Library/Internet Plug-Ins/Flash Player.plugin
       - N/A
       /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
       - com.google.googletalkbrowserplugin
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
       - com.oracle.java.JavaAppletPlugin
       /Library/Internet Plug-Ins/npg.plugin
       - npg.graphon.com
       /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
       - com.google.o1dbrowserplugin
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
       - com.microsoft.sharepoint.browserplugin
       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
       - com.microsoft.sharepoint.webkitplugin
       /Library/Internet Plug-Ins/Silverlight.plugin
       - com.microsoft.SilverlightPlugin
       /Library/Internet Plug-Ins/SlingPlayer.plugin
       - com.slingmedia.slingplayer.plugin.nspapi
       /Library/PreferencePanes/Flash Player.prefPane
       - com.adobe.flashplayerpreferences
       /Library/PreferencePanes/FMDSysPrefPane.prefPane
       - Citrix.FMDSysPrefPane
       /Library/PreferencePanes/JavaControlPanel.prefPane
       - com.oracle.java.JavaControlPanel
       /Library/PreferencePanes/WDQuickViewPrefsPane.prefPane
       - com.westerndigital.quickview.prefpanel
       /Library/PreferencePanes/Zimbra.prefPane
       - com.zimbra.prefpanel
       /Library/ScriptingAdditions/Adobe Unit Types.osax
       - N/A
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
       - com.skype.skypeabdialer
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
       - com.skype.skypeabsms
       Library/Internet Plug-Ins/CitrixOnlineWebDeploymentPlugin.plugin
       - com.citrixonline.mac.WebDeploymentPlugin
       Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
       - com.Google.GoogleEarthPlugin.plugin
       Library/Internet Plug-Ins/WebEx.plugin
       - com.webex.WebEx
       Library/Internet Plug-Ins/WebEx.plugin/Contents/Resources
       - com.webex.WebEx
       Library/Internet Plug-Ins/WebEx64.plugin
       - com.cisco_webex.plugin.gpc64
    dylibs
       /usr/lib/libaudioc.dylib
       /usr/lib/libclipc.dylib
       /usr/lib/libcs.dylib
       /usr/lib/libdc.dylib
       /usr/lib/libfilec.dylib
       /usr/lib/libMonoPosixHelper.dylib
       /usr/lib/libpbr.dylib
       /usr/lib/libprintc.dylib
       /usr/lib/libsc.dylib
       /usr/lib/libSFFileMonitor.32.dylib
       /usr/lib/libSFIPC.32.dylib
       /usr/lib/libSFIPC.I.dylib
       /usr/lib/libSFsqlite3.7.4.dylib
       /usr/lib/libSFSyncEngine.I.dylib
       /usr/lib/libupc.dylib
    App extensions
       it.bloop.airmail.beta10.Airmail-Today-Beta
       it.bloop.airmail.beta10.Airmail-Composer-Beta
       com.wunderkinder.wunderlistdesktop.sharingextension
       com.wunderkinder.wunderlistdesktop.todayextension
       com.readitlater.PocketMac.AddToPocketShareExtension
       com.stylemac.instadesk.Photodesk-Feed
       it.bloop.airmail.beta10.Airmail-Share-Beta
    Apps
       /Applications/Uninstall IM Completer.app
    Contents of /Library/LaunchAgents/com.cisco.anyconnect.gui.plist (checksum 1087717482)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>KeepAlive</key>
        <dict>
        <key>PathState</key>
        <dict>
        <key>/opt/cisco/anyconnect/gui_keepalive</key>
        <true/>
        </dict>
        </dict>
        <key>Label</key>
        <string>com.cisco.anyconnect.gui</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
        <string>open</string>
        <string>--wait-apps</string>
        <string>/Applications/Cisco/Cisco AnyConnect Secure Mobility Client.app</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.citrix.AuthManager_Mac.plist (checksum 1591517921)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>ServiceIPC</key>
        <true/>
        <key>MachServices</key>
        <dict>
        <key>com.citrix.AuthManager_Mac</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.citrix.AuthManager_Mac</string>
        <key>WaitForDebugger</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/libexec/AuthManager_Mac.app/Contents/MacOS/AuthManager_Mac</ string>
        </array>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Disabled</key>
        <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.citrix.ReceiverHelper.plist (checksum 676087606)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.citrix.ReceiverHelper</string>
        <key>RunAtLoad</key>
        <true/>
        <key>KeepAlive</key>
        <dict>
        <key>SuccessfulExit</key>
        <false/>
        </dict>
        <key>WaitForDebugger</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/libexec/ReceiverHelper.app/Contents/MacOS/ReceiverHelper</st ring>
        </array>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Disabled</key>
        <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.citrix.ServiceRecords.plist (checksum 1445213025)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>ServiceIPC</key>
        <true/>
        <key>MachServices</key>
        <dict>
        <key>com.citrix.Beacons</key>
        <true/>
        <key>com.citrix.ServiceRecords</key>
        <true/>
        </dict>
        <key>Label</key>
        <string>com.citrix.ServiceRecords</string>
        <key>RunAtLoad</key>
        <true/>
        <key>KeepAlive</key>
        <true/>
        <key>WaitForDebugger</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/usr/local/libexec/ServiceRecords.app/Contents/MacOS/ServiceRecords</st ring>
        </array>
       ...and 8 more line(s)
    Contents of /Library/LaunchAgents/com.oracle.java.Java-Updater.plist (checksum 3453356730)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.oracle.java.Java-Updater</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/Java Updater.app/Contents/MacOS/Java Updater</string>
        <string>-bgcheck</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
        <key>StartCalendarInterval</key>
        <dict>
        <key>Hour</key>
        <integer>9</integer>
        <key>Minute</key>
        <integer>57</integer>
        <key>Weekday</key>
        <integer>3</integer>
        </dict>
       </dict>
       ...and 1 more line(s)
    Contents of /Library/LaunchDaemons/com.cisco.anyconnect.vpnagentd.plist (checksum 2630047092)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN
       http://www.apple.com/DTDs/PropertyList-1.0.dtd >
       <plist version="1.0">
       <dict>
            <key>Label</key>
            <string>com.cisco.anyconnect.vpnagentd</string>
            <key>ProgramArguments</key>
            <array>
                 <string>/opt/cisco/anyconnect/bin/vpnagentd</string>
                 <string>-execv_instance</string>
            </array>
            <key>KeepAlive</key>
            <true/>
            <key>RunAtLoad</key>
            <true/>
            <key>AbandonProcessGroup</key>
            <true/>
            <key>EnableTransactions</key>
            <false/>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.wdc.SmartwareDriveService.plist (checksum 2733252498)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.wdc.SmartwareDriveService</string>
        <key>Program</key>
        <string>/Library/Application Support/WD SmartWare Services/SmartwareDriveService</string>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.wdc.WDSmartWareService.plist (checksum 1153517838)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.wdc.WDSmartWareService</string>
       <!-- <key>Program</key>
        <string>/Library/Application Support/WD SmartWare Services/SmartwareServerApp.app/Contents/MacOS/SmartwareServiceApp</string> -->
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/WD SmartWare Services/SmartwareServiceApp.app/Contents/MacOS/SmartwareServiceApp</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.genieo.completer.download.plist (checksum 1894818845)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.genieo.completer.download</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Library/Application Support/com.genieoinnovation.Installer/Completer.app/Contents/MacOS/Installer</ string>
        <string>-trigger</string>
        <string>download</string>
        <string>-isDev</string>
        <string>0</string>
        <string>-installVersion</string>
        <string>15886</string>
        <string>-firstAppId</string>
        <string>19340001</string>
        </array>
        <key>WatchPaths</key>
        <array>
        <string>/Users/USER/Downloads</string>
        </array>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.genieo.completer.update.plist (checksum 2339121592)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>Label</key>
        <string>com.genieo.completer.update</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Users/USER/Library/Application Support/com.genieoinnovation.Installer/Completer.app/Contents/MacOS/Installer</ string>
        <string>-trigger</string>
        <string>update</string>
        <string>-isDev</string>
        <string>0</string>
        <string>-installVersion</string>
        <string>15886</string>
        <string>-firstAppId</string>
        <string>19340001</string>
        </array>
        <key>StartInterval</key>
        <integer>86400</integer>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.microsoft.LaunchAgent.SyncServicesAgent.plist (checksum 3051698494)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
        <key>KeepAlive</key>
        <false/>
        <key>Label</key>
        <string>com.microsoft.SyncServicesAgent</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Microsoft Office 2011/Office/SyncServicesAgent.app/Contents/MacOS/SyncServicesAgent</string>
        </array>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.zimbra.desktop.plist (checksum 3676173668)
       <?xml version="1.0" encoding="UTF-8"?>
       <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
       <plist version="1.0">
       <dict>
               <key>Label</key>
               <string>com.zimbra.desktop</string>
               <key>ProgramArguments</key>
               <array>
                       <string>/Users/USER/Library/Zimbra Desktop/bin/zdesktop</string>
                       <string>start</string>
                       <string>-w</string>
               </array>
       

  • What is going on with Lion???? Something has happened to my Mac Pro since I got Lion! I cannot save documents in Word and as a consequence have lost files....God knows where they are!!! HELP!

    What is going on with Lion??? Something has happened to my Mac Pro since I got Lion!  I cannot save documents in Word, or at least if I do I have no idea where they are after I save then, Word does not know either! I have never seen this before? As a conseqience I have lost files despite saving them in the usual way......God knows where they are! In the middle of all this I am suddenly asked for my Mobile Me password,,,,,in Word??? What is going on? Help!

    Update to latest patched version that no longer relies on Rosetta and PowerPC
    Visit www.RoaringApps.com for a list and table of what version is supported, can be updated and which are not.
    A year ago this was news.
    Hopefully people kept a boot drive with the old OS so they could dual boot for a month or two whiile sorting out the changes and updates.

  • HT5244 How does Flashback Malware get into a Mac?

    How does Flashback Malware get into a Mac?

    The ‘Flashback Trojan’:
    A version of an existing Trojan Horse posing as a legitimate Flash Player installer (named “Flashback.A” by a security firm) is designed to disable updates to the default Mac OS X anti-malware protection system, potentially leaving the system open to the manual installation of other malware without any system warnings. The most recent versions bypass any user action and automatically installs itself after an affected website is visited.
    http://www.appleinsider.com/articles/11/10/19/fake_adobe_flash_malware_seeks_to_ disable_mac_os_x_anti_malware_protection.html
    (Adobe is aware of malware posing as its Flash Player and warns users to ignore any updates that didn't originate on its own servers. "Do not download Flash Player from a site other than adobe.com," said David Lenoe, Adobe's product security program manager, in an entry on Adobe Product Security Incident Response Team's PSIRT blog. "This goes for any piece of software (Reader, Windows Media Player, QuickTime, etc). If you get a notice to update, it's not a bad idea to go directly to the site of the software vendor and download the update directly from the source. If the download is from an unfamiliar URL or an IP address, you should be suspicious.")
    Flashback Trojan - Prevention of infection:
    In order to prevent a potential infection with “Flashback” Trojans, Mac users should always obtain their copy of Adobe Flash Player directly from Adobe’s official website and to disable the "Open 'safe' files after downloading" option in Safari Preferences/General to avoid automatically running files downloaded from the Internet. Also, do not turn on Java in Safari Preferences/Security. Few websites use Java. Javascript is something entirely different and should be left active.
    The Flashback Trojan does not affect PPC (non-Intel) Macs, nor has it been noted to affect users running Tiger OS 10.4.11 or Leopard OS 10.5.8.
    Last, but by no means least, using Open DNS is the simplest way of preventing infection in the first place. Open DNS also protects against phishing attacks, re-directs, speeds up your internet connection, and works for all users of OS X from Tiger upwards:
    http://blog.opendns.com/2012/04/09/worried-about-mac-malware-just-set-up-opendns /
    How to get it:
    https://store.opendns.com/get/home-free
    Flashback Trojan - Detection and Removal
    Users with Intel Macs running Snow Leopard OS 10.6 or Lion OS 10.7 should ensure that they have downloaded all the recent Java updates from Apple, which are designed to prevent infection and also remove any infection already present.
    New Macs running Lion do not have either Flash Player nor Java installed. If you running Lion and have not already downloaded and installed Java, you should download the ‘Flashback malware removal tool’ from Apple:  http://support.apple.com/kb/HT5246  (356KB) which includes the same code as the Java update that plugged a security hole which allowed the malware to automatically install itself without admin authorization.
    You can also use this to check whether you have been infected (for Intel Macs only) and remove it if required:
    http://www.macupdate.com/app/mac/42571/anti-flashback-trojan
    Flashback Trojan - Detection, and how to remove (with caution) if you are running other browsers than Safari:
    http://www.f-secure.com/v-descs/trojan-downloader_osx_flashback_i.shtml

  • Something has happen my ipad air 2 it wont let me download or update any apps, when I press the button do update or download it looks like it is but it doesn't so if anyone knows what's going wind please help me

    Something has happen my ipad air 2 it wont let me download or update any apps, when I press the button do update or download it looks like it is but it doesn't so if anyone knows what's going wind please help me

    Do you have any restrictions for purchasing apps on the phone? Settings > General > Restrictions. If you have a Mac computer or another Apple device can you purchase things in the App Store using the same Apple ID on something else?

  • HT5318 Ever since I updated what looked like iTunes 10.6.1 my computer has been corrupted with Malware, which has filled up all available space on my hard drive.  What do I do to get rid of the Malware?

    Ever since I updated what looked like iTunes 10.6.1 my computer has been corrupted with Malware, which has filled up all available space on my hard drive.  What do I do to get rid of the Malware?

    First, reboot. That will temporarily free up some space. According to Apple documentation, you need at least 9 GB free for normal operation. You also need enough space left over to allow for growth of your data.
    Use a tool such as OmniDiskSweeper to explore your volume and find out what's taking up the space.
    Proceed further only if the problem hasn't been solved.
    ODS can't see the whole filesystem when you run it just by double-clicking; it only sees files that you have permission to read. To really see everything, you have to run it as root.
    First, back up all data if you haven't already done so. No matter what happens, you should be able to restore your system to the state it was in at the time of that backup.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ If you’re running Mac OS X 10.7 or later, open LaunchPad. Click Utilities, then Terminal in the page that opens.
    After installing ODS in the Applications folder, drag or copy — do not type — the following line into the Terminal window, then press return:
    sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up.
    I don't recommend that you make a habit of this. Don't delete anything while running ODS as root. When you're done with it, quit it and also quit Terminal.

  • I have a Linksys WRT54G wireless router that has a MAC address

    A month ago, I could print from my PC and my Mac to my Epson printer over my Linksys WRT54G wireless network.  Now, for some reason, I cannot connect and print from either computer.  An Epson tech asked me to check the MAC address of the Mac and the printer to see if they were the same.  They were not.  He then opined that might be why I couldn't print.
    I don't know what changed a month or so ago or why it changed.  I have not done anything to change the MAC address on either the MAC or the printer.
    The Epson guy said the problem might be fixed by adding my printer's MAC address to my router's MAC address.  Something about "enabling MAC address filtering".  Then he told me that was an issue to pursue with my router manufacturer.  Naturally.
    Speaking of that problem...someone else had it, too...another technician at another site wrote: "...by default, routers don't come with mac address filtering enabled...and if that's the case....then adding the printer's MAC will not solve any issue that you may be having..." 
    So, three qustions:
    (1)  Can I add my Epson Workforce 545 printer's MAC address to my Linksys router?  Is that possible? 
    (2)  If I can do it, how do I do it?  I saw no "add" or "edit" functions on the Linksys WRT54G Status Page.
    (3)  What causes MAC address mismatching to happen?   What is unstable in that assembly?
    Solved!
    Go to Solution.

    Mac addresses with different devices will differ. No two devices will have the same mac address. this is also called the hardware address. This is designed so that it will serve as a unique identifier of your devices in the network which you can check thru the router. Now it is possible that wireless mac filter might be blocking it from connecting to the network. But it would be best to check as well and make sure that the printer is connected to your network and has the same ip address segment as your router.
    How to check if mac filter is enabled:
    Setting up wireless MAC Filtering to permit users to connect to the wireless network on your Linksys...
    Setting up wireless MAC Filtering to prevent users from connecting to the wireless network on your L...

  • Is it worth installing anti malware software on my mac?

    Is it worth installing anti malware software on my Mac?

    The best defense against malware is common sense.
    If you didn't ask for something, don't accept it.
    If browsing web and told to update something, never click yes.  Always
    go to the vendor site for the item in question and verify that there is indeed an update.
    Only download apps directly from a vendor site or from the MacApp Store.
    Never, ever click links in emails unless it is a verification type from a site that you are
    expecting to receive one from.  Always go directly to a site in question.  Phishers
    can be very sophisticated in creating "official" looking emails and even very "official"
    looking webpages that those links lead you to in hopes of extorting important personal
    information.

  • HELP I have to create something on my MAC for Photoshop

    I have to create something with my MAC that someone with a PC can open in Adobe Photoshop. Can anyone help me? Is that even possible?

    DarrenandAmySe wrote:
    I do not have photoshop for my MAC. I need to create something that SOMEONE else with photoshop can open. I was told that I have to have created something in photoshop for someone else with photoshop to read my file. But since I don't have photoshop couldn't I just create something and save it as JPEG or something else that they could then open with photoshop and adjust if need be?
    Yes with caveats......
    If you were asked to create an image in Photoshop because it needs transparency, then PNG24 would be a better format.
    If you were asked to create an image in Photoshop so it has layers, then only Photoshop will work.

  • Ccplauncher will not install on my iMac with os 10.9.3 get message Oops something has gone wrong, please try again

    Tried to install the mac version of ccplauncher i then got a message oops something has gone wrong, please try again.

    I have allow apps from anywhere already set on my packaging system. And it was working prior to the update. It went through a self updating process and now gives this error. It's almost like a networking issue, like it can't complete communicating with adobe, because a reinstall doesn't resolve the issue.

  • Something has gone wrong with my version of pages since I did an update on 18th January

    Something has gone wrong with my version of pages since I did an update on 18th January. I get an error message
    "You need a newer version of Pages to open this document"

    You have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You have a problem when opening a file with the wrong version.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Note: Apple has removed over 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

  • My sister has a mac and i want to update my phone onto the computer but i dont want her to see all my stuff can you somehow have more than one itunes account on the same computer so my stuff with save?

    my sister has a mac and i want to update my phone onto the computer but i dont want her to see all my stuff can you somehow have more than one itunes account on the same macbook so my stuff with save?

    How to use multiple iPhone, iPad, or iPod devices with one computer. The only way is for you to have a separate user account to log into on that computer.

  • Gnome won't start: Oh no! Something has gone wrong.

    Hello,
    after a week holyday i installed all new updates on my Notebook (Asus UX31). During shutdown it freezed and i had to switch off the Notebook. Now if i start i can login with Slim and than gnome starts with an error display: "Oh no! Something has gone wrong. A problem has occured and the system can't recover. All extensions have been disabled as precaution." I can klick on a Log Out Button but if i log in again, the same is happening. It's funny that there appear reminders from evolution and the dialog to unlock the keyring.
    Any suggestions?
    Here are some logs:
    /var/log/Xorg.0.log
    [ 16.074]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 16.074] X Protocol Version 11, Revision 0
    [ 16.074] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 16.074] Current Operating System: Linux oliver-zen 3.10.3-1-ARCH #1 SMP PREEMPT Fri Jul 26 11:26:59 CEST 2013 x86_64
    [ 16.074] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=cd85b266-a33f-4abf-93d6-7ac918f8ff26 ro quiet add_efi_memmap i915.i915_enable_rc6=1 drm.vblankoffdelay=1 i915.semaphores=1
    [ 16.074] Build Date: 01 July 2013 10:48:42AM
    [ 16.074]
    [ 16.074] Current version of pixman: 0.30.0
    [ 16.074] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 16.074] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 16.074] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 3 19:37:30 2013
    [ 16.075] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 16.075] (==) No Layout section. Using the first Screen section.
    [ 16.075] (==) No screen section available. Using defaults.
    [ 16.075] (**) |-->Screen "Default Screen Section" (0)
    [ 16.075] (**) | |-->Monitor "<default monitor>"
    [ 16.076] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 16.076] (**) | |-->Device "Card0"
    [ 16.076] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 16.076] (==) Automatically adding devices
    [ 16.076] (==) Automatically enabling devices
    [ 16.076] (==) Automatically adding GPU devices
    [ 16.076] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 16.076] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 16.076] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 16.076] (II) Loader magic: 0x7fdc20
    [ 16.076] (II) Module ABI versions:
    [ 16.076] X.Org ANSI C Emulation: 0.4
    [ 16.076] X.Org Video Driver: 14.1
    [ 16.076] X.Org XInput driver : 19.1
    [ 16.076] X.Org Server Extension : 7.0
    [ 16.077] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 16.079] (--) PCI:*(0:0:2:0) 8086:0116:1043:1427 rev 9, Mem @ 0xddc00000/4194304, 0xc0000000/268435456, I/O @ 0x0000e000/64
    [ 16.079] Initializing built-in extension Generic Event Extension
    [ 16.079] Initializing built-in extension SHAPE
    [ 16.079] Initializing built-in extension MIT-SHM
    [ 16.079] Initializing built-in extension XInputExtension
    [ 16.079] Initializing built-in extension XTEST
    [ 16.079] Initializing built-in extension BIG-REQUESTS
    [ 16.079] Initializing built-in extension SYNC
    [ 16.079] Initializing built-in extension XKEYBOARD
    [ 16.079] Initializing built-in extension XC-MISC
    [ 16.079] Initializing built-in extension SECURITY
    [ 16.079] Initializing built-in extension XINERAMA
    [ 16.079] Initializing built-in extension XFIXES
    [ 16.079] Initializing built-in extension RENDER
    [ 16.079] Initializing built-in extension RANDR
    [ 16.079] Initializing built-in extension COMPOSITE
    [ 16.079] Initializing built-in extension DAMAGE
    [ 16.079] Initializing built-in extension MIT-SCREEN-SAVER
    [ 16.079] Initializing built-in extension DOUBLE-BUFFER
    [ 16.079] Initializing built-in extension RECORD
    [ 16.079] Initializing built-in extension DPMS
    [ 16.079] Initializing built-in extension X-Resource
    [ 16.079] Initializing built-in extension XVideo
    [ 16.079] Initializing built-in extension XVideo-MotionCompensation
    [ 16.079] Initializing built-in extension XFree86-VidModeExtension
    [ 16.079] Initializing built-in extension XFree86-DGA
    [ 16.080] Initializing built-in extension XFree86-DRI
    [ 16.080] Initializing built-in extension DRI2
    [ 16.080] (II) LoadModule: "glx"
    [ 16.080] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 16.080] (II) Module glx: vendor="X.Org Foundation"
    [ 16.081] compiled for 1.14.2, module version = 1.0.0
    [ 16.081] ABI class: X.Org Server Extension, version 7.0
    [ 16.081] (==) AIGLX enabled
    [ 16.081] Loading extension GLX
    [ 16.081] (II) LoadModule: "intel"
    [ 16.081] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 16.081] (II) Module intel: vendor="X.Org Foundation"
    [ 16.081] compiled for 1.14.2, module version = 2.21.13
    [ 16.081] Module class: X.Org Video Driver
    [ 16.081] ABI class: X.Org Video Driver, version 14.1
    [ 16.082] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), HD Graphics, HD Graphics 4600,
    Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
    Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
    Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
    HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
    HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
    Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
    Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
    HD Graphics 4600, Iris(TM) Pro Graphics 5200,
    Haswell CRW Server (GT1), Haswell CRW Server (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, ValleyView PO board
    [ 16.084] (++) using VT number 7
    [ 16.096] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 16.096] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 16.096] (==) intel(0): RGB weight 888
    [ 16.096] (==) intel(0): Default visual is TrueColor
    [ 16.096] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2)
    [ 16.096] (**) intel(0): Relaxed fencing enabled
    [ 16.096] (**) intel(0): Wait on SwapBuffers? enabled
    [ 16.096] (**) intel(0): Triple buffering? enabled
    [ 16.096] (**) intel(0): Framebuffer tiled
    [ 16.096] (**) intel(0): Pixmaps tiled
    [ 16.096] (**) intel(0): 3D buffers tiled
    [ 16.096] (**) intel(0): SwapBuffers wait enabled
    [ 16.096] (==) intel(0): video overlay key set to 0x101fe
    [ 16.096] (II) intel(0): Output eDP1 has no monitor section
    [ 16.097] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 16.098] (II) intel(0): Output VGA1 has no monitor section
    [ 16.098] (II) intel(0): Output HDMI1 has no monitor section
    [ 16.099] (II) intel(0): Output DP1 has no monitor section
    [ 16.099] (II) intel(0): EDID for output eDP1
    [ 16.099] (II) intel(0): Manufacturer: COR Model: 17db Serial#: 0
    [ 16.099] (II) intel(0): Year: 2011 Week: 20
    [ 16.099] (II) intel(0): EDID Version: 1.4
    [ 16.099] (II) intel(0): Digital Display Input
    [ 16.099] (II) intel(0): 6 bits per channel
    [ 16.099] (II) intel(0): Digital interface is DisplayPort
    [ 16.099] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
    [ 16.099] (II) intel(0): Gamma: 2.20
    [ 16.099] (II) intel(0): No DPMS capabilities specified
    [ 16.099] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 16.099] (II) intel(0): First detailed timing is preferred mode
    [ 16.099] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 16.099] (II) intel(0): redX: 0.574 redY: 0.341 greenX: 0.352 greenY: 0.564
    [ 16.099] (II) intel(0): blueX: 0.162 blueY: 0.118 whiteX: 0.313 whiteY: 0.329
    [ 16.099] (II) intel(0): Manufacturer's mask: 0
    [ 16.099] (II) intel(0): Supported detailed timing:
    [ 16.099] (II) intel(0): clock: 97.8 MHz Image Size: 293 x 164 mm
    [ 16.099] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1760 h_border: 0
    [ 16.099] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 926 v_border: 0
    [ 16.099] (II) intel(0): Supported detailed timing:
    [ 16.099] (II) intel(0): clock: 97.8 MHz Image Size: 293 x 164 mm
    [ 16.099] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1760 h_border: 0
    [ 16.099] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 926 v_border: 0
    [ 16.099] (II) intel(0): CPT
    [ 16.099] (II) intel(0): Unknown vendor-specific block 0
    [ 16.099] (II) intel(0): EDID (in hex):
    [ 16.099] (II) intel(0): 00ffffffffffff000df2db1700000000
    [ 16.099] (II) intel(0): 14150104951d10780a129593575a9029
    [ 16.099] (II) intel(0): 1e505400000001010101010101010101
    [ 16.099] (II) intel(0): 010101010101322640a060841a303020
    [ 16.099] (II) intel(0): 350025a410000018322640a060841a30
    [ 16.099] (II) intel(0): 3020350025a410000018000000fe0043
    [ 16.099] (II) intel(0): 50542020202020202020202000000000
    [ 16.099] (II) intel(0): 004e4c41413133335541303241200044
    [ 16.100] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 16.100] (II) intel(0): Printing probed modes for output eDP1
    [ 16.100] (II) intel(0): Modeline "1600x900"x60.0 97.78 1600 1648 1680 1760 900 903 908 926 -hsync -vsync (55.6 kHz eP)
    [ 16.100] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 16.100] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 16.100] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 16.100] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 16.101] (II) intel(0): EDID for output VGA1
    [ 16.102] (II) intel(0): EDID for output HDMI1
    [ 16.102] (II) intel(0): EDID for output DP1
    [ 16.102] (II) intel(0): Output eDP1 connected
    [ 16.102] (II) intel(0): Output VGA1 disconnected
    [ 16.102] (II) intel(0): Output HDMI1 disconnected
    [ 16.102] (II) intel(0): Output DP1 disconnected
    [ 16.102] (II) intel(0): Using exact sizes for initial modes
    [ 16.102] (II) intel(0): Output eDP1 using initial mode 1600x900
    [ 16.102] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 16.102] (II) intel(0): Kernel page flipping support detected, enabling
    [ 16.102] (==) intel(0): DPI set to (96, 96)
    [ 16.102] (II) Loading sub module "fb"
    [ 16.102] (II) LoadModule: "fb"
    [ 16.102] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 16.103] (II) Module fb: vendor="X.Org Foundation"
    [ 16.103] compiled for 1.14.2, module version = 1.0.0
    [ 16.103] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.103] (II) Loading sub module "dri2"
    [ 16.103] (II) LoadModule: "dri2"
    [ 16.103] (II) Module "dri2" already built-in
    [ 16.103] (==) Depth 24 pixmap format is 32 bpp
    [ 16.103] (II) intel(0): [DRI2] Setup complete
    [ 16.103] (II) intel(0): [DRI2] DRI driver: i965
    [ 16.103] (II) intel(0): Allocated new frame buffer 1600x900 stride 6656, tiled
    [ 16.105] (II) UXA(0): Driver registered support for the following operations:
    [ 16.105] (II) solid
    [ 16.105] (II) copy
    [ 16.105] (II) composite (RENDER acceleration)
    [ 16.105] (II) put_image
    [ 16.105] (II) get_image
    [ 16.105] (==) intel(0): Backing store disabled
    [ 16.105] (==) intel(0): Silken mouse enabled
    [ 16.105] (II) intel(0): Initializing HW Cursor
    [ 16.105] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 16.107] (==) intel(0): DPMS enabled
    [ 16.107] (==) intel(0): Intel XvMC decoder enabled
    [ 16.107] (II) intel(0): Set up textured video
    [ 16.108] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 16.108] (II) intel(0): direct rendering: DRI2 Enabled
    [ 16.108] (==) intel(0): hotplug detection: "enabled"
    [ 16.130] (--) RandR disabled
    [ 16.144] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/i965_dri.so failed (/usr/lib/xorg/modules/dri/i965_dri.so: invalid ELF header)
    [ 16.144] (EE) AIGLX: reverting to software rendering
    [ 16.144] (II) AIGLX: Screen 0 is not DRI capable
    [ 16.174] (II) AIGLX: Loaded and initialized swrast
    [ 16.174] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 16.175] (II) intel(0): Setting screen physical size to 423 x 238
    [ 16.402] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 16.402] (**) Video Bus: Applying InputClass "system-keyboard"
    [ 16.402] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 16.402] (**) Video Bus: Applying InputClass "keyboard"
    [ 16.402] (II) LoadModule: "evdev"
    [ 16.403] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 16.403] (II) Module evdev: vendor="X.Org Foundation"
    [ 16.403] compiled for 1.14.2, module version = 2.8.1
    [ 16.403] Module class: X.Org XInput Driver
    [ 16.403] ABI class: X.Org XInput driver, version 19.1
    [ 16.403] (II) Using input driver 'evdev' for 'Video Bus'
    [ 16.403] (**) Video Bus: always reports core events
    [ 16.403] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 16.403] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 16.403] (--) evdev: Video Bus: Found keys
    [ 16.403] (II) evdev: Video Bus: Configuring as keyboard
    [ 16.403] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11/event11"
    [ 16.403] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [ 16.403] (**) Option "xkb_rules" "evdev"
    [ 16.404] (**) Option "xkb_model" "pc104"
    [ 16.404] (**) Option "xkb_layout" "de"
    [ 16.464] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 16.464] (**) Power Button: Applying InputClass "system-keyboard"
    [ 16.464] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 16.464] (**) Power Button: Applying InputClass "keyboard"
    [ 16.464] (II) Using input driver 'evdev' for 'Power Button'
    [ 16.464] (**) Power Button: always reports core events
    [ 16.464] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 16.464] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 16.464] (--) evdev: Power Button: Found keys
    [ 16.464] (II) evdev: Power Button: Configuring as keyboard
    [ 16.464] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 16.464] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 16.464] (**) Option "xkb_rules" "evdev"
    [ 16.464] (**) Option "xkb_model" "pc104"
    [ 16.464] (**) Option "xkb_layout" "de"
    [ 16.466] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 16.466] (II) No input driver specified, ignoring this device.
    [ 16.466] (II) This device may have been added with another device file.
    [ 16.466] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 16.466] (**) Sleep Button: Applying InputClass "system-keyboard"
    [ 16.466] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 16.466] (**) Sleep Button: Applying InputClass "keyboard"
    [ 16.466] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 16.466] (**) Sleep Button: always reports core events
    [ 16.466] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 16.466] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 16.466] (--) evdev: Sleep Button: Found keys
    [ 16.466] (II) evdev: Sleep Button: Configuring as keyboard
    [ 16.467] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 16.467] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 16.467] (**) Option "xkb_rules" "evdev"
    [ 16.467] (**) Option "xkb_model" "pc104"
    [ 16.467] (**) Option "xkb_layout" "de"
    [ 16.467] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 16.468] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
    [ 16.468] (II) No input driver specified, ignoring this device.
    [ 16.468] (II) This device may have been added with another device file.
    [ 16.469] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6)
    [ 16.469] (II) No input driver specified, ignoring this device.
    [ 16.469] (II) This device may have been added with another device file.
    [ 16.469] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event7)
    [ 16.469] (II) No input driver specified, ignoring this device.
    [ 16.469] (II) This device may have been added with another device file.
    [ 16.470] (II) config/udev: Adding input device USB2.0 VGA Webcam (/dev/input/event9)
    [ 16.470] (**) USB2.0 VGA Webcam: Applying InputClass "system-keyboard"
    [ 16.470] (**) USB2.0 VGA Webcam: Applying InputClass "evdev keyboard catchall"
    [ 16.470] (**) USB2.0 VGA Webcam: Applying InputClass "keyboard"
    [ 16.470] (II) Using input driver 'evdev' for 'USB2.0 VGA Webcam'
    [ 16.470] (**) USB2.0 VGA Webcam: always reports core events
    [ 16.470] (**) evdev: USB2.0 VGA Webcam: Device: "/dev/input/event9"
    [ 16.470] (--) evdev: USB2.0 VGA Webcam: Vendor 0x13d3 Product 0x5719
    [ 16.470] (--) evdev: USB2.0 VGA Webcam: Found keys
    [ 16.470] (II) evdev: USB2.0 VGA Webcam: Configuring as keyboard
    [ 16.470] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input9/event9"
    [ 16.470] (II) XINPUT: Adding extended input device "USB2.0 VGA Webcam" (type: KEYBOARD, id 9)
    [ 16.470] (**) Option "xkb_rules" "evdev"
    [ 16.470] (**) Option "xkb_model" "pc104"
    [ 16.470] (**) Option "xkb_layout" "de"
    [ 16.471] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
    [ 16.472] (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
    [ 16.472] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 16.472] (**) Asus WMI hotkeys: Applying InputClass "keyboard"
    [ 16.472] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
    [ 16.472] (**) Asus WMI hotkeys: always reports core events
    [ 16.472] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event8"
    [ 16.472] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
    [ 16.472] (--) evdev: Asus WMI hotkeys: Found keys
    [ 16.472] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
    [ 16.472] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input8/event8"
    [ 16.472] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 10)
    [ 16.472] (**) Option "xkb_rules" "evdev"
    [ 16.472] (**) Option "xkb_model" "pc104"
    [ 16.472] (**) Option "xkb_layout" "de"
    [ 16.473] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 16.473] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    [ 16.473] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 16.473] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
    [ 16.473] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 16.473] (**) AT Translated Set 2 keyboard: always reports core events
    [ 16.473] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 16.473] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 16.473] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 16.473] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 16.473] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 16.473] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 16.474] (**) Option "xkb_rules" "evdev"
    [ 16.474] (**) Option "xkb_model" "pc104"
    [ 16.474] (**) Option "xkb_layout" "de"
    [ 16.475] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event10)
    [ 16.475] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 16.475] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 16.475] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    [ 16.475] (II) LoadModule: "synaptics"
    [ 16.475] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 16.475] (II) Module synaptics: vendor="X.Org Foundation"
    [ 16.475] compiled for 1.14.1, module version = 1.7.1
    [ 16.475] Module class: X.Org XInput Driver
    [ 16.475] ABI class: X.Org XInput driver, version 19.1
    [ 16.475] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
    [ 16.475] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 16.475] (**) Option "Device" "/dev/input/event10"
    [ 16.596] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3260 (res 32)
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2119 (res 32)
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 16.597] (**) Option "TapButton1" "1"
    [ 16.597] (**) Option "TapButton2" "2"
    [ 16.597] (**) Option "TapButton3" "3"
    [ 16.597] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 16.597] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 16.597] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 16.631] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input10/event10"
    [ 16.631] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 12)
    [ 16.631] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
    [ 16.631] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
    [ 16.631] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.051
    [ 16.632] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 16.632] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
    [ 16.632] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 16.632] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 16.632] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 16.633] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 16.633] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 16.633] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 16.633] (II) No input driver specified, ignoring this device.
    [ 16.633] (II) This device may have been added with another device file.
    [ 30.465] (II) UnloadModule: "synaptics"
    [ 30.465] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: Asus WMI hotkeys: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: USB2.0 VGA Webcam: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: Sleep Button: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: Power Button: Close
    [ 30.465] (II) UnloadModule: "evdev"
    [ 30.465] (II) evdev: Video Bus: Close
    [ 30.466] (II) UnloadModule: "evdev"
    [ 30.480] (EE) Server terminated successfully (0). Closing log file.
    ~/.xsession-errors
    Tracker-Message: Setting up monitor for changes to config file:'/home/oliver/.config/tracker/tracker-store.cfg'
    Tracker-Message: Setting up monitor for changes to config file:'/home/oliver/.config/tracker/tracker-store.cfg'
    gnome-session[1818]: WARNING: Failed to start app: Unable to start application: Kindprozess »dropboxd« konnte nicht ausgeführt werden (Datei oder Verzeichnis nicht gefunden)
    Tracker-Message: Setting up monitor for changes to config file:'/home/oliver/.config/tracker/tracker-miner-fs.cfg'
    ** Message: applet now removed from the notification area
    ** Message: using fallback from indicator to GtkStatusIcon
    (tracker-miner-fs:1925): Tracker-WARNING **: Invalid desktop file: 'file:///usr/share/desktop-directories/X-Unity-All-Applications.directory'
    (tracker-miner-fs:1925): Tracker-WARNING **: Couldn't get name, missing key (Name)
    JS ERROR: !!! WARNING: 'anonymous function does not always return a value'
    JS ERROR: !!! WARNING: file '/home/oliver/.local/share/gnome-shell/extensions/[email protected]/extension.js' line 597 exception 0 number 157
    JS ERROR: !!! WARNING: 'anonymous function does not always return a value'
    JS ERROR: !!! WARNING: file '/home/oliver/.local/share/gnome-shell/extensions/[email protected]/extension.js' line 1012 exception 0 number 157
    (gnome-shell:1897): Clutter-CRITICAL **: clutter_actor_insert_child_at_index: assertion `child->priv->parent == NULL' failed
    ** Message: applet now embedded in the notification area
    Fensterverwalter-Warnung:CurrentTime used to choose focus window; focus window may not be correct.
    Fensterverwalter-Warnung:Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    (gnome-shell:1897): folks-WARNING **: Failed to find primary PersonaStore with type ID 'eds' and ID 'system'.
    Individuals will not be linked properly and creating new links between Personas will not work.
    The configured primary PersonaStore's backend may not be installed. If you are unsure, check with your distribution.
    gnome-session[1818]: WARNING: Could not launch application 'gdu-notification-daemon.desktop': Unable to start application: Kindprozess »/usr/lib/gnome-disk-utility/gdu-notification-daemon« konnte nicht ausgeführt werden (Datei oder Verzeichnis nicht gefunden)
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Bilder/Bildschirmfoto%20von%20%C2%BB2013-06-18%2022:43:01%C2%AB.png" was not found, exec: gnome-settings-daemon, mime_type: image/png
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/yi.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/Mabu.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/Sommerlager.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/MabuChongquan.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/basketball/klein/Basketball1.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/basketball/klein/Basketball2.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    (gnome-settings-daemon:1878): GLib-CRITICAL **: g_variant_get_int32: assertion `g_variant_is_of_type (value, G_VARIANT_TYPE_INT32)' failed
    ** (update-notifier:2110): WARNING **: log file empty (logrotate?) /var/log/dpkg.log
    ** (update-notifier:2110): WARNING **: log file empty (logrotate?) /var/log/apt/term.log
    WARNING:root:timeout reached, exiting
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Bilder/Bildschirmfoto%20von%20%C2%BB2013-06-18%2022:43:01%C2%AB.png" was not found, exec: gnome-settings-daemon, mime_type: image/png
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/yi.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/Mabu.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/Sommerlager.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/Kung%20Fu/MabuChongquan.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/basketball/klein/Basketball1.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    ** (zeitgeist-datahub:2032): WARNING **: recent-manager-provider.vala:133: Desktop file for "file:///home/oliver/Tempel%20Steyr/Kindersportmesse/Fotos/basketball/klein/Basketball2.jpg" was not found, exec: plugin-container, mime_type: image/jpeg
    Fensterverwalter-Warnung:Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2600003 (Rhythmbox)
    Fensterverwalter-Warnung:meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    Fensterverwalter-Warnung:Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2600003 (Rhythmbox)
    Fensterverwalter-Warnung:meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    Fensterverwalter-Warnung:Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2600003 (Rhythmbox)
    Fensterverwalter-Warnung:meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    (gnome-settings-daemon:1878): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (gnome-settings-daemon:1878): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (nm-applet:1933): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    (update-notifier:2110): Gdk-WARNING **: update-notifier: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    (evolution-alarm-notify:2061): Gdk-WARNING **: evolution-alarm-notify: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    (gnome-screensaver:2031): Gdk-WARNING **: gnome-screensaver: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    Fensterverwalter-Warnung:Log level 16: gnome-shell: Fatal IO error 0 (Erfolg) on X server :0.
    (gnome-shell-calendar-server:1967): Gdk-WARNING **: gnome-shell-calendar-server: Fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X server :0.
    ** (zeitgeist-datahub:2032): WARNING **: zeitgeist-datahub.vala:227: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
    (tracker-miner-fs:1925): Tracker-CRITICAL **: Could not execute sparql: Verbindung ist geschlossen
    (tracker-miner-fs:1925): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: Verbindung ist geschlossen
    (tracker-miner-fs:1925): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: Verbindung ist geschlossen
    (tracker-miner-fs:1925): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: Verbindung ist geschlossen
    XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
    after 1788 requests (1788 known processed) with 0 events remaining.

    Meanwhile i found out that tracker could be the source of this problem. If not, tracker has a problem. first i tried to reinstall tracker, output was a lot of lines with:
    tracker: /usr/share/ tracker-concerning-files exist in filesystem
    then i deinstalled it. now when i want to install it, a similar output like obove comes.
    Last edited by meson11 (2013-08-05 16:29:52)

  • Something has changed on my iPod. When I sync it now it scrambles music between playlists. So, I will be listening to my jazz playlist when suddenly holiday music from another playlist is there. When I go to iTunes, however, the playlist is as it should b

    Something has changed on my iPod. When I sync it now it scrambles music between playlists. So, I will be listening to my jazz playlist when suddenly holiday music from another playlist is there. When I go to iTunes, however, the playlist is as it should be--jazz in the jazz playlist, holiday music in the holiday music playlist. I have two iPods--one is syncing properly while the older one is not. Any thoughts?

    You are currently managing your music manually. You can either sync or manage the music manually, not both. If you want to sync, all the music currently on your phone will be erased and replaced with whatever you decide to sync to it.

  • Do i need to do "something" for my mac mini to see my sata drive?

    Hi guys
    Problem: After replacing a failing HDD, I have connected a sata cable from inside my mini to an external sata drive and my mini does not recognise my new drive as an internal drive or in disk utility.
    Modification: I have removed my failing internal 320 gb HDD and am presently booting up via an external USB drive.  I have modified a sata to esata cable so that it fits the internal sata connection of the mini. ( i have carefully cut excess plastic off the sides of one end, so that it fits into the connection. )  I have a 1.5tb sata drive inside an external sata/firewire/usb enclosure.  The drive has been mac formatted on another machine, with 3 partitions (boot, back up & media)
    Tests: In disk utility, i can not view my sata connected drive. However, when i connect the drive via firewire or usb, the drive is recognised and all 3 partitions show up. Disk Utlity shows that this connection is made via USB/Firewire.
    System Info: 2008 Mac Mini 2ghz with 2gig Ram.  Did have a 320gb internal Drive, but it crashed.  Replacing it with a western digital 1.5tb sata hard drive. The enclosure is a standard non branded silver enclosure.  There is no physical switch on the enclosure that controls the connection type. The cable is a regular sata to esata cable.
    Do i need to do anything for my mini to recognise this new drive?
    Thanks for reading

    After re-watching the Youtube clip that i followed, i think i have modified the wrong cable.
    The cable that i modified is this sata to esata cable
    The cable on the YouTube clip looks like the metal connectors are like a series of long rectangles. As does the connector on the broken hard drive that i have.  The cable i am using, the metal connector points are a series of small dots/balls at the ends.
    The Youtube clip makes his own sata enclosure, where as i am using an enclosure that already has the connections.
    Can anybody advise what connectors then, i should use, if i am using the wrong one.
    Thanks alot

Maybe you are looking for

  • Can't Run Stored Procedure in Package

    Hi, I am trying to run a stored procedure that has multiple in and out paramaters. The procedure can only be viewed in my Connections panel by navigating Oher Users | <user> | Packages | <package> | <procedure> If I right click <procedure>, the menu

  • How to resize the calendar height and width

    Hi, how to re size the calendar height and width... Ie i need to fix this calendar region  7 cross 4 format in my page Regards, Pavan

  • Seconds To Date/Time

    在my rio下Seconds To Date/Time讀取的數值是錯誤的為什麼?(小時的部分)

  • Goods Issue activity creation for Funds Management Actuals Budgeting

    Hi All, We have implemented the commitment budget (PR/PO/GRIR) process at our workplace, and now we need to budget the actual consumption too (Goods Issue) While trying to assign a strategy, I find that in the Activity Group, there is no Goods Issue

  • ITunes is stealing focus

    Hi, On windows with iTunes when changing example album cover for 10 songs, the iTunes will start working but if you start doing something else in an another window, iTunes will steal the focus back to iTunes, this mean that if you where chatting on M