Random blackout atfer upgrading to xorg 1.6?

OK, I'm not very sure if this is related to xorg, here is the situation:
After upgrading to xorg 1.6, I restart X and start firefox to surf the internet,
atfer a few hours of usage, my screen suddenly blackouts, and it seems like a hard crash,
I can't use crtl-alt-backspace to kill X nor use crtl-alt-Fn to switch between virtual consoles,
this is very frustrating since I'm always very proud of my super-rock-solid Arch,
I have NEVER had issue like this, since it happens after upgrading to xorg 1.6,
I suspect the incident is related to it,
does anyone have a similiar situation?
any suggests or thoughts would be very appriciated.
Sean

You have to add the 2 patches given by mlee and recompile xorg-server
Here's my modified xorg-server PKGBUILD
# $Id$
# Maintainer: Alexander Baldeck <[email protected]>
# Contributor: Jan de Groot <[email protected]>
pkgname=xorg-server
pkgver=1.6.0
pkgrel=4
pkgdesc="X.Org X servers"
arch=('i686' 'x86_64')
license=('custom')
url="http://xorg.freedesktop.org"
depends=('hal>=0.5.11' 'libgl' 'libxfont>=1.4.0' 'openssl>=0.9.8j' 'libpciaccess>=0.10.5' 'libxv>=1.0.4' 'pixman>=0.14.0' 'xcursor-themes' 'xkeyboard-config>=1.5' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps' 'diffutils' 'xf86-input-evdev>=2.1.3')
makedepends=('libx11>=1.2' 'mesa>=7.4' 'xf86driproto>=2.0.4' 'xtrans>=1.2.3' 'libxkbfile>=1.0.5' 'randrproto>=1.3.0' 'renderproto>=0.9.3' 'xcmiscproto>=1.1.2' 'bigreqsproto>=1.0.2' 'resourceproto>=1.0.2' 'videoproto>=2.2.2' 'compositeproto>=0.4' 'scrnsaverproto>=1.1.0' 'resourceproto>=1.0.2' 'libxinerama>=1.0.3' 'xf86dgaproto>=2.0.3' 'recordproto>=1.13.2' 'libgl>=7.4' 'glproto>=1.4.9')
conflicts=('catalyst-utils<=9.2')
options=('!libtool')
provides=('x-server')
groups=('xorg')
install=xorg-server.install
source=(${url}/releases/individual/xserver/${pkgname}-${pkgver}.tar.bz2
xorg-redhat-die-ugly-pattern-die-die-die.patch
server-1.6.patch
hal-wait.patch
xserver-1.6.0-xinerama-crashes.patch
xserver-1.6.0-xinerama-cursors.patch)
md5sums=('aafe73f5807ce8bb534727ecb72467c7'
'1a336eb22e27cbf443ec5a2ecddfa93c'
'064559385557ad02432a1e800b92b14e'
'f16d2caef84e1a9c4075b6c5e145512d'
'fdb4fb466459c32c897ee3b405b6f849'
'a30429f7c2114e7170d62858472ec102')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
# Get rid of the ugly pattern
patch -Np3 -i "${srcdir}/xorg-redhat-die-ugly-pattern-die-die-die.patch" || return 1
# Upstream fixes from server-1.6 branch
patch -Np1 -i "${srcdir}/server-1.6.patch" || return 1
# Revert waiting for hal, assume hal won't show up when initial connect fails
patch -R -Np1 -i "${srcdir}/hal-wait.patch" || return 1
# Avoid Crashes when Xinerama is enabled
patch -Np1 -i "${srcdir}/xserver-1.6.0-xinerama-crashes.patch" || return 1
# Avoid Cursors problem with xinerama
patch -Np1 -i "${srcdir}/xserver-1.6.0-xinerama-cursors.patch" || return 1
# Fix dbus config path
sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
libtoolize --force || return 1
aclocal || return 1
autoconf || return 1
automake --add-missing || return 1
./configure --prefix=/usr \
--enable-ipv6 \
--enable-dri \
--disable-dmx \
--enable-xvfb \
--enable-xnest \
--enable-composite \
--enable-xcsecurity \
--enable-xorg \
--enable-xephyr \
--enable-glx-tls \
--enable-kdrive \
--enable-install-setuid \
--enable-config-hal \
--enable-config-dbus \
--enable-record \
--disable-xfbdev \
--disable-xfake \
--disable-xsdl \
--disable-static \
--sysconfdir=/etc/X11 \
--localstatedir=/var \
--with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
--with-xkb-path=/usr/share/X11/xkb \
--with-xkb-output=/var/lib/xkb \
--with-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
rm -rf "${pkgdir}/var/log" || return 1
install -m755 -d "${pkgdir}/etc/X11" || return 1
install -m755 -d "${pkgdir}/var/lib/xkb" || return 1
# Needed for non-mesa drivers, libgl will restore it
mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg" || return 1
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
For now the cursor is ok and I don't experience crashed when I hold keys.

Similar Messages

  • [solved]wacom doesn't work after upgrade to xorg 1.6 and kernel 2.6.29

    hello..
    i have already posted about that in testing-forums, but since xorg 1.6 and kernel 2.6.29 have moved to extra, though i'd create a seperate topic about that.
    after i have upgraded to xorg 1.6 and kernel 2.6.29 my wacom device (as built-in, not usb) on my thinkpad x41t stopped working.
    before upgrade i have used xorg with hotplugging enabled. everything worked fine.
    after wacom stopeed working i removed everything regarding input devices from xorg.conf -> no change
    put an fdi-file for wacom -> no change
    installed linuxwacom-dev -> no change
    i don't really know, if it's a kernel or an xorg issue. loading wacom drivers manually still doesn't solve the problem. no warnings or errors about wacom in xorg-log or messages.log
    how could i check, wether my system recognizes the device properly at all? it doesn't show up in lspci or in lsusb.
    any help would be great.
    Last edited by lynucs (2009-04-14 18:57:17)

    well, upgraded again to xorg-server 1.6, disabled hotplugging, installed linuxwacom-dev from aur and the wacom works as allways. (had to edit xmodmap one more time, since kbd returns other keycodes than evdev does :-| ). no matter, done is done.
    but intel driver returns broken graphics if i rotate screen with xrandr.
    i guess there is no way around this execpt switching to the ultra-slow legacy driver?
    just for comparison - glxgears fps:
    intel: ~900fps
    intel-legacy: ~280fps
    Last edited by lynucs (2009-04-14 18:56:48)

  • [Solved] Problem with xf86-video-intel after upgrade to xorg 1.16

    Hi everyone,
    since the upgrade to xorg-server 1.16 i can't get X to work again on my thinkpad R50e with an old intel integrated chip (Intel Extreme Graphics 2).
    I first encountered the error "cannot open /dev/tty0": http://okraits.de/upload/xorg/Xorg.0.log
    Then i created /etc/X11/Xwrapper.config: http://okraits.de/upload/xorg/Xwrapper.config
    Then i got the error "failed to set mode": http://okraits.de/upload/xorg/Xorg.1.log
    My xorg.conf looks like this: http://okraits.de/upload/xorg/xorg.conf
    I start X with startx and this .xinitrc: http://okraits.de/upload/xorg/.xinitrc
    I have no clue how to fix this. Any help would be much appreciated!
    Greetings,
    Oliver
    Last edited by okraits (2014-08-08 06:33:09)

    lolilolicon wrote:
    How do you start X? Note you must start X from the same VT where you login, if you use Xorg.bin (no setuid). From your log there're mentions of /dev/tty0 and "Using VT number 2", so I suppose that might be the problem.
    If you simply use `startx`, the actual process running will be something like
    /usr/bin/Xorg.bin -nolisten tcp :0 -auth /tmp/serverauth.XXXXXXXXXX vt1
    Note the `vt1` in the line must be specified, where 1 is the value of $XDG_VTNR in the VT where you login.
    Edit
    In my log there's something yours are missing
    [ 45.465] (++) using VT number 1
    [ 45.465] (--) controlling tty is VT number 1, auto-enabling KeepTty
    I login at tty1 (which is the first one visible after boot) and run startx from there.
    I added the following to my .xinitrc:
    echo "vt: $XDG_VTNR"
    The output was:
    vt: 1
    That would be ok, right? Or is it $XDG_VTNR + 1?
    So i am wondering what is forcing X to use vt 2. Or how i can tell X to use vt 1.
    Last edited by okraits (2014-08-07 12:37:17)

  • AltGr key not working after upgrade to Xorg 7.3

    So, I upgraded to Xorg 7.3, and everything seemingly worked fine.
    Then I tried writing an e-mail address, and pressing AltGr+2 which should give me an (at) symbol didn't work. After fiddling about abit, I concluded that  AltGr did not work at all.
    I tried the suggested solutions in the wiki, but none worked for me. I also tried setting Option "XkvVariant "nodeadkeys", but no luck there either.
    Here's the keyboard section of my xorg.conf:
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "no"
    Option "XkbVariant" ""
    EndSection
    This worked like it should before the upgrade.
    As you may have noticed, I have a norwegian keyboard. And if it helps, it's a laptop keyboard - I have a HP nc8430.
    Pressing and releasing AltGr in xev produces this output:
    FocusIn event, serial 28, synthetic NO, window 0x2200001,
    mode NotifyUngrab, detail NotifyAncestor
    KeymapNotify event, serial 28, synthetic NO, window 0x0,
    keys: 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    I'm not entirely sure if this is relevant tough.
    Any help will be greatly appreciated.
    EDIT: I should perhaps add this:
    I'm not using a composite manager like Compiz or Beryl, and I do not have composite nor AIGLX enabled in my xorg.conf.
    I'm using the fglrx driver.
    Last edited by sunn (2007-11-07 16:28:46)

    It seems the problem has resolved itself. I did a pacman -Syu today, and although only libsamplerate was upgraded, my AltGr key functions properly again. Kind of weird, as libsamplerate seems to have something to do with audio.. But hey, it works, and I'm not complaining.

  • TVTime doesn't works after upgrade to Xorg 1.7.1-1 [Solved]

    Hi to everyone:
    My TVTime worked until the upgrade to Xorg 1.7.1-1 .
    Now, I'm launching the TVTime, and the console shows this :
    user@archerpc:~$ tvtime
    Running tvtime 1.0.2.
    Reading configuration from /etc/tvtime/tvtime.xml
    Reading configuration from /home/user/.tvtime/tvtime.xml
    xvoutput: No XVIDEO port found which supports YUY2 images.
    *** tvtime requires hardware YUY2 overlay support from your video card
    *** driver.  If you are using an older NVIDIA card (TNT2), then
    *** this capability is only available with their binary drivers.
    *** For some ATI cards, this feature may be found in the experimental
    *** GATOS drivers: http://gatos.souceforge.net/
    *** If unsure, please check with your distribution to see if your
    *** X driver supports hardware overlay surfaces.
    Someone else with the same problem ... anyone knows how to fix it?
    Last edited by Ravenman (2009-11-02 01:40:12)

    Hi to everyone:
    The solution is simple: before, I was using the xf86-video-radeonhd driver and now I'm using the xf86-video-ati driver, and I can see the TV again
    Thanks to Jan de Groot for his help and patience. Until the next.

  • Upgrade to Xorg 7.0 - Screen Jitters

    I just upgraded to Xorg 7.0.  Unfortunately, the screen jitters every 5 second or so.  It is very annoying.
    I am using an old Toshiba 4020CDT laptop with Chips and Tech CT 65555 Video chipset.
    I installed the xf86-video-chips driver.
    Any suggestions?
    Rob

    I solved it.  Xorg --configure did not create a proper xorg.conf.  It choose the vesa driver, not the chips driver.  It also did not specify the HorizSync and VertRefresh.
    In the Monitor Section, I added the following:
    HorizSync   31.5 - 48.5
    VertRefresh 50.0 - 90.0
    In the Device section, I changed Driver "vesa" to Driver "chips"
    In the Screen section, I added the following:
    DefaultDepth 16
    Now it works great!
    Rob

  • Upgraded to Xorg 7.0 - Where is GLXgears?

    I have just upgraded to xorg 7.0. glxgears and glxinfo are no longer present on my system. What is the package that I need to install to get them back?

    mac57 wrote:
    Thanks Snowman. I had read that it was in mesa-apps on one post, but that package doesn't seem to exist any more. I tried xorg-apps, and such a package DOES exist. I d/l'd it - that worked, but no GLXgears. Not sure WHAT I got from that package actually.
    I had read that mesa was somehow outdated and dangerous now - one of many posts I read while searching the forums for answers. Do I run the risk of breaking anything if I download and install it? These days it seems that every time I install anything new, I break a bunch of other stuff. Rolling release is great, but only if you keep up with it all the time!
    Thanks.
    This is all outdated information.
    glxinfo and glxgears were in mesa-apps but recently they were moved in the mesa package.
    The part about mesa unsafe was that before the splitted xorg 7.0,  there was a mesa package in extra that could conflict/cause problems  with the mesa drivers from xorg. This is no longer the case. That mesa package in extra has been removed and the mesa package in current is the one from xorg. There shouldn't be any problem using mesa.
    Run 'pacman -Ql xorg-apps' to see what's in xorg-apps.

  • Random Blackouts

    Ive been getting random blackouts on my macbook. After the screen turns on, i will need to reconnect wifi. Im wondering if it is something to do with my internet or is it a macbook issue?

    It will just work as normal. The problem is that i just fixed my mac for a corrupted os and it might be pure coincidence that this started around that time as well. So im just worried that the os is corrupted again.

  • 13" Macbook pro random freezing after upgrading hard drive.

    i have a 2010 mbp 13" 2.4
    I upgraded the hhd from the 250 to a 320 5400 RPM drive i cleared the cache did a clean install of osx 10.6 grabbed all the updates and then rolled my time machine to restore all my files.
    But now it randomly freezes for about 4-7 seconds. It's extremely annoying and i can't figure out why. Short of a clean install any ideas on what might fix this?
    Thanks

    The AHT does test the graphics chips. Run the extended version and see if anything shows up in the form of an error code. Also, there may be a crash log in Console. Try to run something processor intensive so the Mac freezes, and then run the AHT. Heat could be a factor.
    Do you have access to an Apple Store? If so, make an appointment at the Genius Bar and bring in your Mac for evaluation. They would probably have a more comprehensive hardware test they could run. If you get any error codes, bring those along.
    It sounds like you could have some sort of hardware problem here. Since you are under warranty, it might be time to let Apple diagnose and fix it. It sounds like you may have had video issues during the first week of ownership with the original hard drive, and these may actually be independent of the hard drive.
    Good luck!
    Good luck!

  • After upgrade to xorg screen/serverlayout / cannot force resolution

    I finally got around to doing an update on my living room server/TV box after about six months of no updates.  After the upgrade, Xorg is now ignoring my monitor/screen settings and coming up at 1920x1080 instead of my preferred resolution of 1360x768.   
    /etc/X11/xorg.conf.d/20-intelmonitor.conf:
    Section "Monitor"
    Identifier "HDMI3"
    Option "PreferredMode" "1360x768"
    EndSection
    Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
    Option "AccelMethod" "sna"
    EndSection
    Section "Screen"
    Identifier "bigscreen"
    Monitor "HDMI3"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Virtual 1360 768
    EndSubSection
    Device "Intel Graphics"
    EndSection
    Section "ServerLayout"
    Identifier "biglayout"
    Screen "bigscreen"
    EndSection
    xrandr:
    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 32767 x 32767
    VGA1 disconnected (normal left inverted right x axis y axis)
    HDMI1 disconnected (normal left inverted right x axis y axis)
    DP1 disconnected (normal left inverted right x axis y axis)
    HDMI2 disconnected (normal left inverted right x axis y axis)
    HDMI3 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 160mm x 90mm
    1360x768 60.0 +
    1920x1080 60.0*+ 30.0 24.0
    1920x1080i 60.1
    1600x1200 60.0
    1680x1050 59.9
    1280x1024 75.0 60.0
    1440x900 75.0 59.9
    1280x960 60.0
    1280x800 59.9
    1152x864 75.0
    1280x720 60.0
    1024x768 75.1 70.1 60.0
    832x624 74.6
    800x600 72.2 75.0 60.3
    720x480 59.9
    640x480 72.8 75.0 66.7 60.0
    720x400 70.1
    DP2 disconnected (normal left inverted right x axis y axis)
    DP3 disconnected (normal left inverted right x axis y axis)
    Before the updating this was producing a nice 1360x768 resolution for me.  I use fluxbox so no other desktop WM interactions taking place.
    Here's my current Xorg log (no old ones saved, rolled over before I thought to save one):
    [ 2993.973] (II) intel(0): Output VGA1 using monitor section HDMI3
    [ 2993.973] (**) intel(0): Option "PreferredMode" "1360x768"
    [ 2993.973] (II) intel(0): Output HDMI1 has no monitor section
    [ 2993.973] (II) intel(0): Output DP1 has no monitor section
    [ 2993.973] (II) intel(0): Output HDMI2 has no monitor section
    [ 2993.973] (II) intel(0): Output HDMI3 using monitor section HDMI3
    [ 2993.973] (II) intel(0): Output DP2 has no monitor section
    [ 2993.973] (II) intel(0): Output DP3 has no monitor section
    [ 2993.973] (--) intel(0): Output HDMI3 using initial mode 1920x1080 on pipe 0
    Full log file here
    I can see that the HDMI3 output is grabbing the monitor definition, but it goes to 1920x1080 anyways.
    I've been trying a lot of different approaches but I get the impression that I'm missing something completely.  Also, I know that you can force a resolution change with xrandr but when I do that it doesn't scale the screen correctly, moves my conker way off and generally doesn't look right.

    Restart, holding down the CMD+R keys, and reinstall Lion.

  • Random restarts after upgrading to mavericks and then yosemite

    I have a mid 2009 15in mbp. I noticed after upgrading to mavericks that I began to have random restarts and significant hang ups to the point of me having to restart it on my own. I would run disk utility and repair permissions. The mac would run okay for maybe a day or maybe an hour, then restart or hang up. I seem to have a pretty full hard drive and I for some reason thought it may be a failing hard drive. I purchased a new hard drive and restored a time machine backup to the new 1tb drive. I also added 2, 4gb sticks of ram. Things were going swimmingly for a week or so with yosemite installed and then the problems began again. It got to the point that the computer wouldn't even start. I threw my old hard drive back in, reformatted it, and reinstalled a back up. The mac is working now, but with the same kind of random kernel panics. I have done all of the latest software updates as well. I would like to put the other drive back in for shear volume alone, but don't seem to get anywhere when I try. Thank you for your time and consideration. Any help is appreciated. Here is an etrecheck as well.
    Problem description:
    random shutdowns. have no idea what is causing it?
    EtreCheck version: 2.0.11 (98)
    Report generated November 28, 2014 at 2:21:31 PM CST
    Hardware Information: ℹ️
      MacBook Pro (15-inch, 2.53GHz, Mid 2009) (Verified)
      MacBook Pro - model: MacBookPro5,4
      1 2.53 GHz Intel Core 2 Duo CPU: 2-core
      8 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1333 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce 9400M - VRAM: 256 MB
      Color LCD 1440 x 900
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 5:29:56
    Disk Information: ℹ️
      Hitachi HTS545025B9SA02 disk0 : (250.06 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 228.35 GB (91.34 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      BOOTCAMP (disk0s4) /Volumes/BOOTCAMP : 20.71 GB (2.52 GB free)
      MATSHITADVD-R   UJ-868 
    USB Information: ℹ️
      Apple Inc. Built-in iSight
      Apple Internal Memory Card Reader
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
    Gatekeeper: ℹ️
      Anywhere
    Kernel Extensions: ℹ️
      /Applications/AirParrot.app
      [not loaded] com.squirrels.airparrot.framebuffer (3 - SDK 10.7) Support
      /Library/Application Support/LogMeIn/drivers
      [not loaded] com.logmein.driver.LogMeInSoundDriver (1.0.3 - SDK 10.5) Support
      /Library/Extensions
      [not loaded] org.virtualbox.kext.VBoxDrv (4.2.6) Support
      [not loaded] org.virtualbox.kext.VBoxNetAdp (4.2.6) Support
      [not loaded] org.virtualbox.kext.VBoxNetFlt (4.2.6) Support
      [not loaded] org.virtualbox.kext.VBoxUSB (4.2.6) Support
      /System/Library/Extensions
      [not loaded] com.Belcarra.iokit.USBLAN_netpart (3.1.1 - SDK 10.6) Support
      [not loaded] com.Belcarra.iokit.USBLAN_usbpart (3.1.1 - SDK 10.6) Support
      [not loaded] com.RemoteControl.USBLAN.usbpart (3.1.1 - SDK 10.7) Support
      [not loaded] com.devguru.driver.SamsungComposite (1.4.12 - SDK 10.6) Support
      [not loaded] com.novatelwireless.driver.3G (2.2.8) Support
      [not loaded] com.novatelwireless.driver.DisableAutoInstall (1.2) Support
      [not loaded] com.sierrawireless.driver.SierraDevSupport (2.0.2) Support
      [not loaded] com.sierrawireless.driver.SierraFSCSupport (2.0.2) Support
      [not loaded] com.sierrawireless.driver.SierraFSRSupport (2.0.2) Support
      [not loaded] com.sierrawireless.driver.SierraHSRSupport (2.0.2) Support
      [not loaded] com.sierrawireless.driver.SierraSupport (1.4.16) Support
      [not loaded] com.sierrawireless.driver.SierraSwitch (1.2.4) Support
      [not loaded] com.sierrawireless.driver.SierraSwitchKicker (1.0.0) Support
      [loaded] com.squirrels.driver.AirParrotSpeakers (1.7 - SDK 10.7) Support
      /System/Library/Extensions/2.2.0/Belcarra.USBLAN_netpart.kext/Contents/Plug-Ins
      [not loaded] com.belcarra.iokit.netpart.panther (1.6.3) Support
      /System/Library/Extensions/2.2.0/Belcarra.USBLAN_usbpart.kext/Contents/Plug-Ins
      [not loaded] com.belcarra.iokit.usbpart.panther (1.6.3) Support
      /System/Library/Extensions/2.2.0/RemoteControl.USBLAN_usbpart.kext/Contents/Plu g-Ins
      [not loaded] com.RemoteControl.USBLAN.panther (1.6.2) Support
      /System/Library/Extensions/NovatelWireless3G.kext/Contents/PlugIns
      [not loaded] com.novatelwireless.driver.3GData (2.2.8) Support
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded] com.devguru.driver.SamsungACMControl (1.4.12 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungACMData (1.4.12 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungMTP (1.4.12 - SDK 10.5) Support
      [not loaded] com.devguru.driver.SamsungSerial (1.4.12 - SDK 10.6) Support
    Startup Items: ℹ️
      VirtualBox: Path: /Library/StartupItems/VirtualBox
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [invalid?] com.logmein.LMILaunchAgentFixer.plist Support
      [not loaded] com.logmein.logmeingui.plist Support
      [not loaded] com.logmein.logmeinguiagent.plist Support
      [not loaded] com.logmein.logmeinguiagentatlogin.plist Support
      [loaded] org.macosforge.xquartz.startx.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [invalid?] com.adobe.SwitchBoard.plist Support
      [not loaded] com.logmein.logmeinblanker.plist Support
      [not loaded] com.logmein.logmeinserver.plist Support
      [invalid?] com.logmein.raupdate.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [loaded] com.sierrawireless.SierraReset.plist Support
      [running] com.sierrawireless.SWoCMon.plist Support
      [not loaded] com.sierrawireless.SWoCTool.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    User Launch Agents: ℹ️
      [running] com.amazon.music.plist Support
      [loaded] com.divx.agent.postinstall.plist Support
      [invalid?] com.ecamm.printopia.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [invalid?] com.macpaw.CleanMyMac.helperTool.plist Support
      [invalid?] com.macpaw.CleanMyMac.trashSizeWatcher.plist Support
      [invalid?] com.macpaw.CleanMyMac.volumeWatcher.plist Support
      [invalid?] com.zeobit.MacKeeper.Helper Support
      [invalid?] org.virtualbox.vboxwebsrv.plist Support
      [invalid?] ws.agile.1PasswordAgent.plist Support
    User Login Items: ℹ️
      Caffeine UNKNOWN (missing value)
    Internet Plug-ins: ℹ️
      LogitechHarmony: Version: 2.0 - SDK 10.7 Support
      GameFacePlugin: Version: GameFacePlugin 1.8.0.1 - SDK 10.5 Support
      OVSHelper: Version: 1.1 Support
      Default Browser: Version: 600 - SDK 10.10
      Unity Web Player: Version: UnityPlayer version 4.2.1f4 - SDK 10.6 Support
      AdobePDFViewerNPAPI: Version: 10.1.8 Support
      FlashPlayer-10.6: Version: 15.0.0.239 - SDK 10.6 Support
      DivXBrowserPlugin: Version: 2.2 Support
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.239 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.8
      QuickTime Plugin: Version: 7.7.3
      NP_2020Player_IKEA: Version: 5.0.94.0 - SDK 10.6 Support
      AdobePDFViewer: Version: 10.1.8 Support
      GarminGpsControl: Version: 4.0.4.0 Release - SDK 10.6 Support
      SharePointBrowserPlugin: Version: 14.1.0 Support
      JavaAppletPlugin: Version: Java 7 Update 51 Check version
    User Internet Plug-ins: ℹ️
      Move_Media_Player: Version: npmnqmp 071701000001 Support
    3rd Party Preference Panes: ℹ️
      DivX  Support
      Flash Player  Support
      Perian  Support
      VLC Streamer  Support
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Destinations:
      Ryans Backups [Network]
      Total size: 3.00 TB
      Total number of backups: 24
      Oldest backup: 2014-10-28 18:21:13 +0000
      Last backup: 2014-11-21 03:56:55 +0000
      Size of backup disk: Excellent
      Backup size 3.00 TB > (Disk size 0 B X 3)
    Top Processes by CPU: ℹ️
          18% WindowServer
          4% launchd
          1% Finder
          1% Safari
          1% hidd
    Top Processes by Memory: ℹ️
      189 MB Folder Actions Dispatcher
      120 MB Finder
      112 MB com.apple.WebKit.WebContent
      86 MB mds_stores
      86 MB Safari
    Virtual Memory Information: ℹ️
      4.06 GB Free RAM
      2.38 GB Active RAM
      1.04 GB Inactive RAM
      842 MB Wired RAM
      1.84 GB Page-ins
      0 B Page-outs

    Here ya go. How in the **** do I get rid of the cleanmymac stuff, and logmein for that matter. Not sure how I ended up with them but it would be nice to rid my mac of them. Thanks in advance.
    Start time: 18:44:49 11/28/14
    Model Identifier: MacBookPro5,4
    System Version: OS X 10.10.1 (14B25)
    Kernel Version: Darwin 14.0.0
    Time since boot: 4:00
    Battery
       Condition: Service Battery
    SATA
       Hitachi HTS545025B9SA02                
    Diagnostic reports
       2014-11-27 mds_stores crash
       2014-11-28 Console hang
    Log
       Nov 28 14:02:02 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 14:03:13 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 14:15:28 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 14:16:32 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 14:17:36 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 14:43:05 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 14:45:30 jnl: b(1, 2): replay_journal: from: 5317632 to: 15631872 (joffset 0x6a8000)
       Nov 28 14:45:30 jnl: b(1, 2): journal replay done.
       Nov 28 14:45:49 com.apple.locationd: Service exited with abnormal code: 1
       Nov 28 14:46:49 com.apple.spindump: Service exited with abnormal code: 75
       Nov 28 14:47:22 com.logmein.LMILaunchAgentFixer: Service setup event to handle failure and will not launch until it fires.
       Nov 28 14:47:22 ws.agile.1PasswordAgent: Service setup event to handle failure and will not launch until it fires.
       Nov 28 14:47:22 com.ecamm.printopia: Service setup event to handle failure and will not launch until it fires.
       Nov 28 14:49:38 com.macpaw.CleanMyMac.volumeWatcher: Service setup event to handle failure and will not launch until it fires.
       Nov 28 14:50:25 process WindowServer[168] caught causing excessive wakeups. Observed wakeups rate (per sec): 174; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45058
       Nov 28 17:53:08 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 17:54:35 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 17:55:45 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 18:14:09 com.macpaw.CleanMyMac.helperTool: Service setup event to handle failure and will not launch until it fires.
       Nov 28 18:17:47 com.apple.xpc.launchd.domain.pid.quicklookd.568: Path not allowed in target domain: type = pid, path = /Library/Frameworks/iTunesLibrary.framework/Versions/A/XPCServices/com.apple.iT unesLibraryService.xpc error = 147: The specified service did not ship in the requestor's bundle, origin = /System/Library/Frameworks/QuickLook.framework/Versions/A/Resources/quicklookd. app
       Nov 28 18:31:23 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 18:37:49 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 18:39:01 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 18:40:12 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
       Nov 28 18:40:46 com.macpaw.CleanMyMac.volumeWatcher: Filesystem mount spawn of service failed: 139: Service cannot presently execute
    kexts
       com.squirrels.driver.AirParrotSpeakers (1.7)
    Daemons
       com.oracle.java.JavaUpdateHelper
       com.apple.installer.osmessagetracing
       com.microsoft.office.licensing.helper
       com.sierrawireless.SierraReset.plist
       com.adobe.SwitchBoard
       com.logmein.raupdate
       com.adobe.fpsaud
       org.macosforge.xquartz.privileged_startx
       com.sierrawireless.SierraSWoCMon
    Agents
       ws.agile.1PasswordAgent
       com.logmein.LMILaunchAgentFixer
       com.macpaw.CleanMyMac.trashSizeWatcher
       com.macpaw.CleanMyMac.volumeWatcher
       org.macosforge.xquartz.startx
       com.fiplab.MemoryCleanHelper
       com.macpaw.CleanMyMac.helperTool
       com.divx.agent.postinstall
       com.apple.FolderActions.folders
       com.ecamm.printopia
       com.amazon.music
       com.apple.Safari
       com.google.keystone.user.agent
       com.apple.AirPortBaseStationAgent
       com.apple.FolderActions.enabled
    Startup items
       /Library/StartupItems/VirtualBox/StartupParameters.plist
       /Library/StartupItems/VirtualBox/VirtualBox
    Bundles
       /System/Library/Extensions/2.2.0/Belcarra.USBLAN_netpart.kext
       - com.Belcarra.iokit.USBLAN_netpart
       /System/Library/Extensions/2.2.0/Belcarra.USBLAN_usbpart.kext
       - com.Belcarra.iokit.USBLAN_usbpart
       /System/Library/Extensions/2.2.0/RemoteControl.USBLAN_usbpart.kext
       - com.RemoteControl.USBLAN.usbpart
       /System/Library/Extensions/3.1.1/Belcarra.USBLAN_netpart.kext
       - com.Belcarra.iokit.USBLAN_netpart
       /System/Library/Extensions/3.1.1/Belcarra.USBLAN_usbpart.kext
       - com.Belcarra.iokit.USBLAN_usbpart
       /System/Library/Extensions/3.1.1/RemoteControl.USBLAN_usbpart.kext
       - com.RemoteControl.USBLAN.usbpart
       /System/Library/Extensions/AirParrotDriver.kext
       - com.squirrels.driver.AirParrotSpeakers
       /System/Library/Extensions/Belcarra.USBLAN_netpart.kext
       - com.Belcarra.iokit.USBLAN_netpart
       /System/Library/Extensions/Belcarra.USBLAN_usbpart.kext
       - com.Belcarra.iokit.USBLAN_usbpart
       /System/Library/Extensions/JMicronATA.kext
       - com.jmicron.JMicronATA
       /System/Library/Extensions/NovatelWireless3G.kext
       - com.novatelwireless.driver.3G
       /System/Library/Extensions/NovatelWirelessFilter.kext
       - com.novatelwireless.driver.DisableAutoInstall
       /System/Library/Extensions/RemoteControl.USBLAN_usbpart.kext
       - com.RemoteControl.USBLAN.usbpart
       /System/Library/Extensions/SierraDevSupport.kext
       - com.sierrawireless.driver.SierraDevSupport
       /System/Library/Extensions/SierraFSCSupport.kext
       - com.sierrawireless.driver.SierraFSCSupport
       /System/Library/Extensions/SierraFSRSupport.kext
       - com.sierrawireless.driver.SierraFSRSupport
       /System/Library/Extensions/SierraHSRSupport.kext
       - com.sierrawireless.driver.SierraHSRSupport
       /System/Library/Extensions/SierraSupport.kext
       - com.sierrawireless.driver.SierraSupport
       /System/Library/Extensions/SierraSwitch.kext
       - com.sierrawireless.driver.SierraSwitch
       /System/Library/Extensions/SierraSwitchKicker.kext
       - com.sierrawireless.driver.SierraSwitchKicker
       /System/Library/Extensions/ssuddrv.kext
       - com.devguru.driver.SamsungComposite
       /Library/Audio/Plug-Ins/Components/A52Codec.component
       - com.shepmater.A52Codec
       /Library/Extensions/VBoxDrv.kext
       - org.virtualbox.kext.VBoxDrv
       /Library/Extensions/VBoxNetAdp.kext
       - org.virtualbox.kext.VBoxNetAdp
       /Library/Extensions/VBoxNetFlt.kext
       - org.virtualbox.kext.VBoxNetFlt
       /Library/Extensions/VBoxUSB.kext
       - org.virtualbox.kext.VBoxUSB
       /Library/Internet Plug-Ins/AdobePDFViewer.plugin
       - com.adobe.acrobat.pdfviewer
       /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
       - com.adobe.acrobat.pdfviewerNPAPI
       /Library/Internet Plug-Ins/DivXBrowserPlugin.plugin
       - com.divx.DivXBrowserPlugin
       /Library/Internet Plug-Ins/Flash Player.plugin
       - N/A
       /Library/Internet Plug-Ins/GameFacePlugin.plugin
       - com.ElectronicArts.GameFacePlugin
       /Library/Internet Plug-Ins/GarminGpsControl.plugin
       - com.garmin.GarminGpsControl
       /Library/Internet Plug-Ins/iPhotoPhotocast.plugin
       - com.apple.plugin.iPhotoPhotocast
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
       - com.oracle.java.JavaAppletPlugin
       /Library/Internet Plug-Ins/LogitechHarmony.plugin
       - com.logitech.harmony.LogitechHarmony
       /Library/Internet Plug-Ins/NP_2020Player_IKEA.plugin
       - com.2020technologies.2020Player-IKEA.NP
       /Library/Internet Plug-Ins/OVSHelper.plugin
       - com.divx.OVSHelper
       /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/Unity Web Player.plugin
       - com.unity.UnityWebPlayer
       /Library/PreferencePanes/DivX.prefPane
       - com.divx.divxprefs
       /Library/PreferencePanes/Flash Player.prefPane
       - com.adobe.flashplayerpreferences
       /Library/PreferencePanes/Perian.prefPane
       - org.perian.PerianPane
       /Library/QuickTime/AC3MovieImport.component
       - com.cod3r.ac3movieimport
       /Library/QuickTime/Perian.component
       - org.perian.Perian
       /Library/ScriptingAdditions/Adobe Unit Types.osax
       - N/A
       /Library/Spotlight/GBSpotlightImporter.mdimporter
       - com.apple.garageband.spotlightimporter
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
       - com.skype.skypeabdialer
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
       - com.skype.skypeabsms
       Library/Internet Plug-Ins/doubleTwistWebPlugin.bundle
       - com.doubleTwist.webPlugin
       Library/Internet Plug-Ins/Move_Media_Player.plugin
       - com.movenetworks.movemediaplayer.plugin
       Library/PreferencePanes/VLC Streamer.prefPane
       - com.HobbyistSoftware.VLCStreamPrefs
       Library/Widgets/countdown.wdgt
       - com.pietjonas.hector.AHectorCountdown
       Library/Widgets/HP Ink Widget.wdgt
       - com.hp.widget.inkwidget
       Library/Widgets/iStat Pro.wdgt
       - com.iSlayer.iStatpro4.widget
       Library/Widgets/SAC.wdgt
       - com.mirtchovski.widget.SAC
       Library/Widgets/Screenshot Plus.wdgt
       - com.stevenchaitoff.screeenshotplus
       Library/Widgets/Shutdown.wdgt
       - com.TzeenieWheenie.widget.Shutdown
    dylibs
       /usr/lib/libgutenprint.2.0.3.dylib
    Apps
       /Applications/Dropbox.app
    Contents of /etc/ssh_config (checksum 1281775184)
        Host *
          SendEnv LANG LC_*
       Host *
           XAuthLocation /opt/X11/bin/xauth
    Contents of /Library/LaunchAgents/com.logmein.LMILaunchAgentFixer.plist (checksum 94065829)
       <?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>Debug</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.LMILaunchAgentFixer</string>
        <key>OnDemand</key>
        <true/>
        <key>ThrottleInterval</key>
        <integer>1</integer>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LMILaunchAgentFixer.app/Contents/MacOS/LMILaunchAgentFixer< /string>
        <string>fromlaunchagent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.logmein.logmeingui.plist (checksum 849719711)
       <?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>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeingui</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        </array>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeInGUI.app/Contents/MacOS/LogMeInGUI</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of /Library/LaunchAgents/com.logmein.logmeinguiagent.plist (checksum 3380781611)
       <?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>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeinguiagent</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>Aqua</string>
        </array>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeIn.app/Contents/Resources/LMIGUIAgent.app/Contents/Mac OS/LMIGUIAgent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ThrottleInterval</key>
        <integer>1</integer>
        <key>WorkingDirectory</key>
       ...and 3 more line(s)
    Contents of /Library/LaunchAgents/com.logmein.logmeinguiagentatlogin.plist (checksum 1732774279)
       <?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>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>EnableTransactions</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeinguiagentatlogin</string>
        <key>LimitLoadToSessionType</key>
        <array>
        <string>LoginWindow</string>
        </array>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeIn.app/Contents/Resources/LMIGUIAgent.app/Contents/Mac OS/LMIGUIAgent</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>ThrottleInterval</key>
       ...and 5 more line(s)
    Contents of /Library/LaunchDaemons/com.logmein.logmeinblanker.plist (checksum 993864190)
       <?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>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeinblanker</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeIn.app/Contents/Resources/LMIBlanker.app/Contents/MacO S/LMIBlanker</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/LogMeIn/stderr.log</string>
        <key>StandardOutPath</key>
        <string>/Library/Logs/LogMeIn/stdout.log</string>
        <key>ThrottleInterval</key>
        <integer>0</integer>
        <key>WorkingDirectory</key>
       ...and 3 more line(s)
    Contents of /Library/LaunchDaemons/com.logmein.logmeinserver.plist (checksum 2712592844)
       <?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>Debug</key>
        <true/>
        <key>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.logmein.logmeinserver</string>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/bin/LogMeIn.app/Contents/MacOS/LogMeIn</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/LogMeIn/stderr.log</string>
        <key>StandardOutPath</key>
        <string>/Library/Logs/LogMeIn/stdout.log</string>
        <key>ThrottleInterval</key>
        <integer>1</integer>
        <key>WorkingDirectory</key>
       ...and 3 more line(s)
    Contents of /Library/LaunchDaemons/com.logmein.raupdate.plist (checksum 641044797)
       <?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.logmein.raupdate</string>
        <key>OnDemand</key>
        <true/>
        <key>RunAtLoad</key>
        <false/>
        <key>KeepAlive</key>
        <false/>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Application Support/LogMeIn/update/raupdate</string>
        <string> /s</string>
        </array>
        <key>StandardErrorPath</key>
        <string>/Library/Application Support/LogMeIn//log/stderr.log</string>
        <key>StandardOutPath</key>
        <string>/Library/Application Support/LogMeIn//log/stdout.log</string>
        <key>WorkingDirectory</key>
        <string>/Library/Application Support/LogMeIn//bin/</string>
       ...and 2 more line(s)
    Contents of /Library/LaunchDaemons/com.sierrawireless.SWoCMon.plist (checksum 2402291866)
       <?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>GroupName</key>
        <string>daemon</string>
        <key>Disabled</key>
        <false/>
        <key>Label</key>
        <string>com.sierrawireless.SierraSWoCMon</string>
        <key>LaunchOnlyOnce</key>
        <false/>
        <key>OnDemand</key>
        <true/>
        <key>KeepAlive</key>
        <true/>
        <key>RunAtLoad</key>
        <true/>
        <key>StandardErrorPath</key>
        <string>/Library/Logs/SierraSWoCMon.log</string>
        <key>StandardOutPath</key>
        <string>/Library/Logs/SierraSWoCMon.log</string>
        <key>ProgramArguments</key>
        <array>
        <string>/System/Library/Extensions/SierraDevSupport.kext/Contents/Resources/Sie rraSWoCMon</string>
       ...and 3 more line(s)
    Contents of /Library/LaunchDaemons/com.sierrawireless.SWoCTool.plist (checksum 3201758844)
       <?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>Disabled</key>
        <true/>
        <key>Label</key>
        <string>com.sierrawireless.SWoCTool</string>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>OnDemand</key>
        <false/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Sierra/SierraSWoCDaemon</string>
        </array>
       </dict>
       </plist>
    Contents of /Library/LaunchDaemons/com.sierrawireless.SierraReset.plist (checksum 584977086)
       <?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>GroupName</key>
        <string>daemon</string>
        <key>Label</key>
        <string>com.sierrawireless.SierraReset.plist</string>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>/Library/Sierra/SierraReset</string>
        </array>
        <key>UserName</key>
        <string>daemon</string>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.amazon.music.plist (checksum 3668832669)
       <?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>EnableTransactions</key>
        <false/>
        <key>KeepAlive</key>
        <true/>
        <key>Label</key>
        <string>com.amazon.music</string>
        <key>Program</key>
        <string>/Applications/Amazon Music.app/Contents/MacOS/Amazon Music Helper</string>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.apple.FolderActions.folders.plist (checksum 4289752993)
       <?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.apple.FolderActions.folders</string>
        <key>Program</key>
        <string>/usr/bin/osascript</string>
        <key>ProgramArguments</key>
        <array>
        <string>osascript</string>
        <string>-e</string>
        <string>tell application "Folder Actions Dispatcher" to tick</string>
        </array>
        <key>WatchPaths</key>
        <array>
        <string>/Users/USER/Music/iTunes</string>
        </array>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.apple.SafariBookmarksSyncer.plist (checksum 3739816035)
       <?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.apple.Safari</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
        <string>/Applications/Safari.app/Contents/SafariSyncClient.app/Contents/MacOS/S afariSyncClient</string>
        <string>--sync</string>
        <string>com.apple.Safari</string>
        <string>--entitynames</string>
        <string>com.apple.bookmarks.Bookmark,com.apple.bookmarks.Folder</string>
        </array>
        <key>RunAtLoad</key>
        <false/>
        <key>ThrottleInterval</key>
        <integer>60</integer>
        <key>WatchPaths</key>
        <array>
        <string>/Users/USER/Library/Safari/Bookmarks.plist</string>
        </array>
       </dict>
       ...and 1 more line(s)
    Contents of Library/LaunchAgents/com.divx.agent.postinstall.plist (checksum 3163907459)
       <?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.divx.agent.postinstall</string>
        <key>LimitToSessionType</key>
        <string>Aqua</string>
        <key>LaunchOnlyOnce</key>
        <true/>
        <key>ProgramArguments</key>
        <array>
        <string>//Library/Internet Plug-Ins/DivXBrowserPlugin.plugin/Contents/Resources/extensions-installer</stri ng>
        <string>install</string>
        <string>safari</string>
        <string>DivXHTML5</string>
        <string>//Library/Internet Plug-Ins/DivXBrowserPlugin.plugin/Contents/Resources/DivXHTML5.safariextz</stri ng>
        </array>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.ecamm.printopia.plist (checksum 728988905)
       <?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>
        <true/>
        <key>Label</key>
        <string>com.ecamm.printopia</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>Program</key>
        <string>/Users/USER/Library/PreferencePanes/Printopia.prefPane/Contents/MacOS/P rintopia Server.app/Contents/MacOS/Printopia Server</string>
        <key>RunAtLoad</key>
        <true/>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/com.google.keystone.agent.plist (checksum 170942789)
       <?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.google.keystone.user.agent</string>
        <key>LimitLoadToSessionType</key>
        <string>Aqua</string>
        <key>ProgramArguments</key>
        <array>
         <string>/Users/USER/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bu ndle/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftw areUpdateAgent</string>
         <string>-runMode</string>
         <string>ifneeded</string>
        </array>
        <key>RunAtLoad</key>
        <true/>
        <key>StartInterval</key>
        <integer>3523</integer>
        <key>StandardErrorPath</key>
        <string>/dev/null</string>
        <key>StandardOutPath</key>
        <string>/dev/null</string>
       </dict>
       </plist>
    Contents of Library/LaunchAgents/org.virtualbox.vboxwebsrv.plist (checksum 3654809970)
       <?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>Disabled</key>
         <true/>
         <key>KeepAlive</key>
         <false/>
         <key>Label</key>
         <string>org.virtualbox.vboxwebsvc</string>
         <key>Program</key>
         <string>/Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv</string>
         <key>Sockets</key>
           <dict>
           <key>Listeners</key>
           <dict>
             <key>SockServiceName</key>
             <string>18083</string>
             <key>SockType</key>
             <string>stream</string>
             <key>SockFamily</key>
             <string>IPv4</string>
           </dict>
         </dict>
       </dict>
       ...and 1 more line(s)
    Font issues: 1
    Bad plists
       Library/Containers/com.apple.internetaccounts/Data/Library/Application Support/CrashReporter/com.apple.internetaccounts_UUID.plist
    User login items
       Caffeine
       - missing value
    Widgets
       HP Ink Widget
       SAC
       Shutdown
       iStat Pro
    Restricted files: 168
    Lockfiles: 178
    Elapsed time (s): 2

  • Upgrade including xorg 1.7.4.901---breaks radeon driver

    Arch linux 32-bit
    AMD 2400XP, ATI Radeon 7500 Graphics
    Just did a system upgrade which included xorg-server being upgraded to version 1.7.4.901
    This seems to have broken the "radeon" driver--I get a very dim green screen. I have now got the system running with the vesa driver.
    Google shows that there is a known issue here, but I did not see my exact symptoms or a cure.
    Anyone have any clues?

    I have almost the same setup but with a Sempron 2200 and Radeon 9000pro.  I was getting hard lockups when starting glxgears then I started X without an xorg.conf file and looked at my Xorg.0.log and saw it was using 'ati' as the video driver when X autoconfigured itself.  Try starting X without an xorg.conf file(if your using one) then look at your log file.  I think I was using an old xorg.conf file with 'Driver "radeon"' in the Device section that may have been the cause for the lockup because when I changed my driver to just 'ati' in my xorg.conf I stopped getting lockups when trying to do mesa/3d stuff(glxgears etc.,).

  • Latest upgrade of xorg-server seems to have broken amule

    Hi. Is this the right place to inform this kind of things? If it isn't, then I apologize.
    Anyway, I am getting the following when trying to run amule:
    [nacho@gurney ~]$ amule
    Initialising aMule
    Checking if there is an instance already running...
    No other instances are running.
    HTTP download thread started
    The program 'amule' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadAlloc (insufficient resources for operation)'.
    (Details: serial 600 error_code 11 request_code 143 minor_code 5)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the --sync command line
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    pure virtual method called
    Aborted
    [nacho@gurney ~]$ amule --sync
    Initialising aMule
    Checking if there is an instance already running...
    No other instances are running.
    HTTP download thread started
    The program 'amule' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadAlloc (insufficient resources for operation)'.
    (Details: serial 1123 error_code 11 request_code 143 minor_code 5)
    (Note to programmers: normally, X errors are reported asynchronously;
    that is, you will receive the error a while after causing it.
    To debug your program, run it with the --sync command line
    option to change this behavior. You can then get a meaningful
    backtrace from your debugger if you break on the gdk_x_error() function.)
    pure virtual method called
    Aborted
    Until before the last upgrade (which included xorg-server, so I suspect it is related), it was working properly.
    Thanks!

    Take a look at:
    http://bbs.archlinux.org/viewtopic.php?id=42502
    http://bugs.archlinux.org/task/9254?project=1
    A downgrade to xorg-server-1.4.90-3 should solve the problem.

  • ITunes pauses randomly after Leopard upgrade

    Hi,
    I upgraded too Leopard 2 days ago and iTunes has not been working correctly since.
    iTunes randomly pauses songs (after about 30sec.), if I press play again it pauses again...
    I have restarted iTunes and I have tried it with and without using Airtunes, but the problem stays.
    Anyone having the same problem?
    BTW I use You Control: Tunes, but the same here, I have stopt the engine and the problem stays...
    Message was edited by: Baeky

    Aparently I was too hasty with my conclusion:
    iTunes still pauses 'randomly'. Although I think I found when it goes wrong. Everytime I play a song after a few seconds I can here the processor working harder, at this time iTunes or Leopard is changing the iTunes database files in the iTunes folder. When it is done 'updating' them iTunes pauses the song. I don't see how we can fix this one...

Maybe you are looking for

  • Video clips lost its sound when burned from idvd6

    HELP! I created a 55 min. imovie and when I burn it using idvd6 some of the clips loose their sound completely. The clips play in preview mode both in imovie and idvd. It's after its burned and played on my TV where the sound is gone on only some of

  • Problem with environment variable & compiling

    G'day all, I'm totally confused :( I've set my environment detail but when I use javac the command window just does nothing. The cursor (or flashing thingo) drops to the line below and just hangs there. If i manually type in the entire path javac wor

  • Gmail & mail app failure

    Not sure if the switch over to "Me" is effecting mail, but for the past 3 days my Gmail IMAP hasn't worked on the mail application. It won't go online and I keep getting error messages. It's worked fine for years until the last 3 days. Any hint as to

  • 3Q's-(1)Right Click to Open Link in Safari shows tab under window. Yesterday it was open in tab first choice, then window. What caused the flip?

    1. as stated in initial question. 2. what causes Safari to ask my Apple ID and/or password 2 or more times in a row. 3. preferences set to not remember search information and to not autofill information, so why does Safari autofill browser history?

  • Iphone 4S and IOS8 - NO WAY!!!!

    Hello Apple, Tell us what is on your mind? Better not... I updated my 4S to IOS8 and as a result it crashes apps, stalls, drains battery - its nearly useless now! Why in the world don't you test your products before the are released? Not to talk abou