[Solved - ext4 is just super slow] New Install Seems Very Slow

After 8 years of Gentoo I decided to replace my main development box with Arch.  No X, just screen, emacs, w3m, and various compilers/languages.
My old box is a 5 year old Gentoo box.  AthlonXP 2200 (1.7Ghz), 512M.
The new Arch box is a based on a Shuttle K48.  It's got an Intel E2200 (Dual Core, 2.2Ghz), 2G, new SATA drive.
Just to see I did a clean checkout of Clojure (a new JVM language) and did a "ant" on both boxes.
Gentoo: 20 Seconds
Arch: 51 Seconds
I don't think it's a Java issue (same JVM version btw), it's just the only thing I can really think to compare it against.  When Arch hits the compile step I hear a fan go off and my hard drive light stays on for the durations.    I used ext4 on the drives, gentoo is using reiser.  Nothing else seems particularly slow, but I'm not doing anything on it really like I said.  A pacman install will happen almost instantaneously (which after 8 years of Gentoo is a welcome change).
Anyone have any ideas?  I'll post whatever info you think might be useful.
Thanks.
Last edited by baetis (2009-05-02 16:02:40)

So I reinstalled with reiserfs so the comparison would be against the same filesystem type.  The compile time on arch is now down to 20 seconds.  It still doesn't make sense though.  The compile is using 2 2.2Ghz cores, it should be crushing my old Gentoo box.
I might try again with ext3.
If anyone is curious if their ext4 shows similar issues try this (you'll need 15M on an ext2 /boot partition):
On an ext4 partition:
pacman -S svn
pacman -S jdk
pacman -S apache-ant
svn checkout http://clojure.googlecode.com/svn/trunk/ clojure
cd clojure
ant [take note of time]
As root:
cd /boot
cp -R <path to where you checked out clojure> .
cd clojure
ant clean
ant [compare times]
Do it a few times, ant clean then ant on both partitions and see how you fare.

Similar Messages

  • [SOLVED] Getting Xorg + nVidia, on a new install, working

    Hi there,
    Lately, I've been trying something new: running with a modern GPU. *gasp!* ...but I've been running into some trouble. I'm hoping someone can help or at least point me in the right direction.
    The situation:
    I recently put Arch on a new machine of mine. It has an nVidia card (a 560 Ti) on a Gigabyte mobo and I'm trying to get X running on it.
    Whenever I try starting X (be it with Startx or GDM), it complains it can't find a screen. It wasn't detecting the nvidia driver on it's own so I tried a minimal xorg.conf to help things along. It's not complaining about not finding drivers anymore (which is a plus), but X is still, as mentioned, failing to start.
    I understand that nvidia-xconfig is supposed to be an out dated tool, so I've avoided using it so far. Nvidia-settings takes an X environment to work, so I can't use that either. I thought that might mean I need to get X working before I can try configuring it, so I tried getting X working with one of the generic drivers via the mobo's integrated card, but vesa just freezes the server on me and the Intel driver's dependencies conflict with nvidia.
    None of the logs seemed toto give any clues. They are pretty much the same as the stdout for Xorg, lol. I'll try posting logs as needed...all logs will be at the end of this post.
    The wiki touches on the install a bit, but than goes into tweeking and other tips for a working setup. It may be that I just don't know which key phrases I should be googling, but searches aren't turning up much more.
    Suggestions?
    ----------logs----------
    My Xorg.0.log:
    [ 1604.874]
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    [ 1604.874] X Protocol Version 11, Revision 0
    [ 1604.874] Build Operating System: Linux 3.2.2-1-ARCH x86_64
    [ 1604.874] Current Operating System: Linux Athenix 3.2.5-1-ARCH #1 SMP PREEMPT Tue Feb 7 08:34:36 CET 2012 x86_64
    [ 1604.874] Kernel command line: root=/dev/disk/by-uuid/4a54069b-817b-4491-ba35-a906236a780b ro
    [ 1604.874] Build Date: 29 January 2012 03:38:00PM
    [ 1604.874]
    [ 1604.874] Current version of pixman: 0.24.4
    [ 1604.874] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 1604.874] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1604.874] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 16 10:36:28 2012
    [ 1604.874] (==) Using config file: "/etc/X11/xorg.conf"
    [ 1604.874] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1604.874] (==) No Layout section. Using the first Screen section.
    [ 1604.874] (==) No screen section available. Using defaults.
    [ 1604.874] (**) |-->Screen "Default Screen Section" (0)
    [ 1604.874] (**) | |-->Monitor "<default monitor>"
    [ 1604.874] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 1604.874] (**) | |-->Device "Device0"
    [ 1604.874] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1604.874] (==) Automatically adding devices
    [ 1604.874] (==) Automatically enabling devices
    [ 1604.874] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1604.874] Entry deleted from font path.
    [ 1604.874] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1604.874] Entry deleted from font path.
    [ 1604.874] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1604.874] Entry deleted from font path.
    [ 1604.874] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1604.874] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1604.874] Entry deleted from font path.
    [ 1604.874] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1604.874] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 1604.874] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1604.874] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1604.875] (II) Loader magic: 0x7ccae0
    [ 1604.875] (II) Module ABI versions:
    [ 1604.875] X.Org ANSI C Emulation: 0.4
    [ 1604.875] X.Org Video Driver: 11.0
    [ 1604.875] X.Org XInput driver : 13.0
    [ 1604.875] X.Org Server Extension : 6.0
    [ 1604.875] (--) PCI:*(0:0:2:0) 8086:0122:1458:d000 rev 9, Mem @ 0xfb800000/4194304, 0xd0000000/268435456, I/O @ 0x0000ff00/64
    [ 1604.875] (--) PCI: (0:1:0:0) 10de:1200:1458:3515 rev 161, Mem @ 0xf6000000/33554432, 0xe0000000/134217728, 0xec000000/67108864, I/O @ 0x0000ef00/128, BIOS @ 0x????????/524288
    [ 1604.875] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 1604.875] (II) LoadModule: "extmod"
    [ 1604.875] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 1604.875] (II) Module extmod: vendor="X.Org Foundation"
    [ 1604.875] compiled for 1.11.4, module version = 1.0.0
    [ 1604.875] Module class: X.Org Server Extension
    [ 1604.875] ABI class: X.Org Server Extension, version 6.0
    [ 1604.875] (II) Loading extension MIT-SCREEN-SAVER
    [ 1604.875] (II) Loading extension XFree86-VidModeExtension
    [ 1604.875] (II) Loading extension XFree86-DGA
    [ 1604.875] (II) Loading extension DPMS
    [ 1604.875] (II) Loading extension XVideo
    [ 1604.875] (II) Loading extension XVideo-MotionCompensation
    [ 1604.875] (II) Loading extension X-Resource
    [ 1604.875] (II) LoadModule: "dbe"
    [ 1604.875] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 1604.875] (II) Module dbe: vendor="X.Org Foundation"
    [ 1604.875] compiled for 1.11.4, module version = 1.0.0
    [ 1604.875] Module class: X.Org Server Extension
    [ 1604.875] ABI class: X.Org Server Extension, version 6.0
    [ 1604.875] (II) Loading extension DOUBLE-BUFFER
    [ 1604.875] (II) LoadModule: "glx"
    [ 1604.876] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1604.881] (II) Module glx: vendor="NVIDIA Corporation"
    [ 1604.881] compiled for 4.0.2, module version = 1.0.0
    [ 1604.881] Module class: X.Org Server Extension
    [ 1604.881] (II) NVIDIA GLX Module 295.20 Mon Feb 6 21:28:16 PST 2012
    [ 1604.881] (II) Loading extension GLX
    [ 1604.881] (II) LoadModule: "record"
    [ 1604.881] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 1604.881] (II) Module record: vendor="X.Org Foundation"
    [ 1604.881] compiled for 1.11.4, module version = 1.13.0
    [ 1604.881] Module class: X.Org Server Extension
    [ 1604.881] ABI class: X.Org Server Extension, version 6.0
    [ 1604.881] (II) Loading extension RECORD
    [ 1604.881] (II) LoadModule: "dri"
    [ 1604.881] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 1604.881] (II) Module dri: vendor="X.Org Foundation"
    [ 1604.881] compiled for 1.11.4, module version = 1.0.0
    [ 1604.881] ABI class: X.Org Server Extension, version 6.0
    [ 1604.881] (II) Loading extension XFree86-DRI
    [ 1604.881] (II) LoadModule: "dri2"
    [ 1604.881] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 1604.881] (II) Module dri2: vendor="X.Org Foundation"
    [ 1604.881] compiled for 1.11.4, module version = 1.2.0
    [ 1604.881] ABI class: X.Org Server Extension, version 6.0
    [ 1604.882] (II) Loading extension DRI2
    [ 1604.882] (II) LoadModule: "nvidia"
    [ 1604.882] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 1604.882] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 1604.882] compiled for 4.0.2, module version = 1.0.0
    [ 1604.882] Module class: X.Org Video Driver
    [ 1604.882] (II) NVIDIA dlloader X Driver 295.20 Mon Feb 6 21:09:10 PST 2012
    [ 1604.882] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 1604.882] (--) using VT number 7
    [ 1604.883] (EE) No devices detected.
    [ 1604.883]
    Fatal server error:
    [ 1604.883] no screens found
    [ 1604.883]
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 1604.883] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 1604.883]
    50 line tail of dmesg:
    [ 7.803983] HDMI: available speakers: FL/FR
    [ 7.803985] HDMI: supports coding type LPCM: channels = 2, rates = 32000 44100 48000, bits = 16
    [ 7.804025] HDMI hot plug event: Codec=3 Pin=7 Presence_Detect=1 ELD_Valid=1
    [ 7.804099] HDMI status: Codec=3 Pin=7 Presence_Detect=1 ELD_Valid=1
    [ 7.804194] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 7.804555] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 7.804559] i915 0000:00:02.0: setting latency timer to 64
    [ 7.804565] snd_hda_intel 0000:01:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 7.804567] hda_intel: Disabling MSI
    [ 7.804613] snd_hda_intel 0000:01:00.1: setting latency timer to 64
    [ 7.807637] HDMI: detected monitor at connection type HDMI
    [ 7.807639] HDMI: available speakers: FL/FR
    [ 7.807640] HDMI: supports coding type LPCM: channels = 2, rates = 32000 44100 48000, bits = 16
    [ 7.832165] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
    [ 7.832167] [drm] MTRR allocation failed. Graphics performance may suffer.
    [ 7.832331] i915 0000:00:02.0: irq 45 for MSI/MSI-X
    [ 7.832334] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 7.832335] [drm] Driver supports precise vblank timestamp query.
    [ 8.370205] scsi 6:0:0:0: CD-ROM NEC CD-ROM DRIVE:282 5.d3 PQ: 0 ANSI: 0 CCS
    [ 8.425505] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
    [ 8.425507] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 8.425672] sr 6:0:0:0: Attached scsi CD-ROM sr0
    [ 8.484508] HDMI status: Codec=0 Pin=5 Presence_Detect=0 ELD_Valid=0
    [ 8.504488] fbcon: inteldrmfb (fb0) is primary device
    [ 8.511149] HDMI status: Codec=1 Pin=5 Presence_Detect=0 ELD_Valid=0
    [ 8.537788] HDMI status: Codec=2 Pin=5 Presence_Detect=0 ELD_Valid=0
    [ 8.564427] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
    [ 8.577802] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
    [ 8.577910] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
    [ 8.578012] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
    [ 8.578108] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
    [ 8.938485] Console: switching to colour frame buffer device 128x45
    [ 8.939719] fb0: inteldrmfb frame buffer device
    [ 8.939720] drm: registered panic notifier
    [ 8.939767] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 9.376579] device fsid ee16f227-edcc-4369-8508-21a470523a68 devid 1 transid 110 /dev/sda4
    [ 9.424068] Adding 265068k swap on /dev/sda2. Priority:-1 extents:1 across:265068k
    [ 1198.492774] usb 2-1.2: new high-speed USB device number 3 using ehci_hcd
    [ 1198.578333] scsi7 : usb-storage 2-1.2:1.0
    [ 1199.576258] scsi 7:0:0:0: Direct-Access Motorola A956 0001 PQ: 0 ANSI: 2
    [ 1199.577586] scsi 7:0:0:1: CD-ROM Motorola A956 0001 PQ: 0 ANSI: 2
    [ 1199.583075] sr1: scsi3-mmc drive: 0x/0x caddy
    [ 1199.583198] sr 7:0:0:1: Attached scsi CD-ROM sr1
    [ 1199.585182] sd 7:0:0:0: [sdb] Attached SCSI removable disk
    [ 1204.014270] sd 7:0:0:0: [sdb] 15523840 512-byte logical blocks: (7.94 GB/7.40 GiB)
    [ 1204.015723] sd 7:0:0:0: [sdb] No Caching mode page present
    [ 1204.015750] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    [ 1204.018093] sd 7:0:0:0: [sdb] No Caching mode page present
    [ 1204.018119] sd 7:0:0:0: [sdb] Assuming drive cache: write through
    [ 1204.022771] sdb: sdb1
    EDIT:
    Typos & logs.
    Last edited by Avant-texte (2012-02-16 17:14:37)

    Gusar wrote:Error reports can all be put into files (or are files already), which you can copy to an usb stick and then get them to a machine with working graphics, so no need for transcribing anything. For starters we need /var/log/Xorg.0.log after X failed to start and the output of dmesg. For dmesg you can do a simple redirection "dmesg > file.txt".
    Well, woops! I was way too damn tired by the time I said that. Good thing I stop working on my machine when I did, who knows what I would've broken! ...lol. My logs have been included in the end of my orriginal post.
    Last edited by Avant-texte (2012-02-16 16:13:56)

  • {Solved} no response to dhcpcd on new install

    I've bought a new PC (Asus P5QL PRO MB + Intel E5200) and can't get it connected to my Netcomm NB1300+4 modem/switch because dhcpcd times out wating for an IP address. This occurs if I boot using either the archlinux-2008.6-x86_64 and archlinux-2008.12-archboot usb install images. The problem persists even after doing the install to hard disk and then manually copying pkg files and upgrading the kernel and dhcpcd to the latest stable versions (2.6.27.10-1 and 4.0.7-1). The onboard ethernet is recognized, I've also inserted a PCI ethernet card and still nothing. Using the same cable and switch port I can connect the computer being replaced (Asrock P 4i65G + Pentium 4) with no problem booting from either Arch on the hard disk or off the usb installation images.
    Below is what tcpdump sees when dhcpcd is requesting an IP number. I presume the ARP packets at the end is evidence of incoming traffic from the modem/switch, but there is no repsonce to the DHCP request:
    19:44:51.000349 IP (tos 0x10, ttl 16, id 0, offset 0, flags [none], proto UDP (17), length 328)
        0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:22:15:a3:56:0f (oui Unknown), length 300, xid 0x2292442a, Flags [none] (0x0000)
          Client-Ethernet-Address 00:22:15:a3:56:0f (oui Unknown) [|bootp]
    19:44:59.000303 IP (tos 0x10, ttl 16, id 0, offset 0, flags [none], proto UDP (17), length 328)
        0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:22:15:a3:56:0f (oui Unknown), length 300, xid 0x2292442a, secs 8, Flags [none] (0x0000)
          Client-Ethernet-Address 00:22:15:a3:56:0f (oui Unknown) [|bootp]
    19:45:06.000297 IP (tos 0x10, ttl 16, id 0, offset 0, flags [none], proto UDP (17), length 328)
        0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:22:15:a3:56:0f (oui Unknown), length 300, xid 0x2292442a, secs 15, Flags [none] (0x0000)
          Client-Ethernet-Address 00:22:15:a3:56:0f (oui Unknown) [|bootp]
    19:45:20.000308 IP (tos 0x10, ttl 16, id 0, offset 0, flags [none], proto UDP (17), length 328)
        0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:22:15:a3:56:0f (oui Unknown), length 300, xid 0x2292442a, secs 29, Flags [none] (0x0000)
          Client-Ethernet-Address 00:22:15:a3:56:0f (oui Unknown) [|bootp]
    19:45:33.343452 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.1 tell 192.168.1.5, length 46
    19:45:36.000289 IP (tos 0x10, ttl 16, id 0, offset 0, flags [none], proto UDP (17), length 328)
        0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:22:15:a3:56:0f (oui Unknown), length 300, xid 0x2292442a, secs 45, Flags [none] (0x0000)
          Client-Ethernet-Address 00:22:15:a3:56:0f (oui Unknown) [|bootp]
    19:45:55.203906 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.196 tell 192.168.1.5, length 46
    19:45:55.912891 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.254 tell 192.168.1.1, length 46
    19:46:02.995293 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.254 tell 192.168.1.1, length 46
    19:46:05.022399 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.254 tell 192.168.1.1, length 46
    19:46:09.049881 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.254 tell 192.168.1.1, length 46
    19:46:23.039294 ARP, Ethernet (len 6), IPv4 (len 4), Request who-has 192.168.1.254 tell 192.168.1.1, length 46
    It's almost as if network traffic can get in but isn't getting out. Any suggestions for what I should try next.
    Last edited by moggux (2009-01-11 11:46:05)

    I bought this exact motherboard just a couple of days ago and I'm having the exact problem. So all you did was update the BIOS and it started working? I did that, but i'm still having problems.
    Last edited by knopper92 (2009-08-15 02:38:14)

  • [SOLVED] Calibre won't launch a new install

    I performed a fresh install of Arch on my laptop and installed calibre and when I attempt to launch it I get this:
    Traceback (most recent call last):
      File "/usr/bin/calibre", line 19, in <module>
        sys.exit(main())
      File "/usr/lib/calibre/calibre/gui2/main.py", line 372, in main
        app, opts, args, actions = init_qt(args)
      File "/usr/lib/calibre/calibre/gui2/main.py", line 51, in init_qt
        from calibre.gui2.ui import Main
      File "/usr/lib/calibre/calibre/gui2/ui.py", line 31, in <module>
        from calibre.gui2.widgets import ProgressIndicator
      File "/usr/lib/calibre/calibre/gui2/widgets.py", line 23, in <module>
        from calibre.gui2.progress_indicator import ProgressIndicator as _ProgressIndicator
      File "/usr/lib/calibre/calibre/gui2/progress_indicator/__init__.py", line 15, in <module>
        pi_error)
    RuntimeError: Failed to load the Progress Indicator plugin: the PyQt4.QtCore module is version 1 but the progress_indicator module requires version -1
    Thanks

    Yes. I got it too.. I searched the forums and got this - https://bbs.archlinux.org/viewtopic.php … 93#p930493
    Apparently, calibre package needs to be rebuilt (because of change in libs). Either you can wait till it is rebuilt and is available to upgrade.. Or you can install the AUR package.. I'm installing the calibre-bzr package from AUR now.
    Last edited by vinayv (2011-05-14 04:56:17)

  • New Install Has Very Small CLI Text

    I built a new system from scratch today and noticed something strange. When it booted into runlevel 3 (no GUI), the test was very small. I don't understand why or what cause this. The font is simply annoying and too small for me to read. It happens 1/2 through the Arch boot process. It changes from normal sized CLI font to very tiny font. I also notice when I try to use 'vi' to open a file, it tells me the terminal is too wide. I think  this is due to the font or something. I simply installed a base system group and selected all the default packages.
    **Correction - the "Terminal Too Wide" message is only in 'vi' and not 'vim'.
    Any ideas?

    egan wrote:This is called kernel mode setting, where the framebuffer can be displayed at native resolution. To get rid of it, append 'nomodeset' to the end of your kernel line in /boot/grub/menu.lst.
    hey, the font remains even after appending the line to menu.lst. Firefox, the login screen, acroread, xchm and a host of other programs still use the smaller font instead

  • 3gs starts to sync then just sits there new ios seems to be problem?

    started having issues the last couple times phone has either updated or tried to update. it now just sits there saying sync in process.  at times the computer doesn't recognise the phone being connected,

    I have had this with my 30GB clickwheel since purchase. Even then, the very first time - it timedout and failed to upload all 4,000+ songs in one sync attempt. It now takes ages to even recognise when the Ipod is connected - I have tried Restore as recommended in the event of problems and now (in iTunes8) - syncing takes absolutely ages - it appears to take 10-15 seconds per song to transfer over USB 2.0! On this basis - it will take 18 hours to transfer all songs back over to the iPod.....what a P in the A.

  • Safari and other aplications super slow after update to Snow Leopard. Installed the update combo and nothing happened, still super super slow. Any tips to solve this?

    After updating to Snow Leopard (to install Lion later), Safari and other aplications became super super slow and Preview is not working properly, I can't print anything that was opened with Preview. Already installed the Combo update, nothing happened, Safari still taking hours to load any site. I honestly regret downloading Snow Leopard, the older version worked so much better... Hope Lion is smarter than Snow Leopard...

    This may help:
    Installing or updating Snow Leopard:
    http://manuals.info.apple.com/en_US/Snow_Leopard_Installation_Instructions.pdf

  • Wireless on My New MBP super slow

    Hi everyone, I just bought a shiny new 15" Macbook Pro running Snow Leopard 10.6.2, love it except my wireless is super slow when using it on my home network. I know I'm not the first to complain of this and that there are plenty of other threads about it, but I've tried some of the solutions on those thread to no avail. So I'm starting my own, can someone please help, I'm dangerously close to doing something irrational to my MBP. Ok here's a breakdown of my problem:
    -I'm using a Belkin pre N1 router.
    -I pay for 10mbs but I'm getting .5mbs using Airport but if I plug in the ethernet I achieve around 9mbs
    -Airport shows a full signal
    -My old IMac runs like a stallion on my network using Airport, so does my roommates Vista machine both getting around 8.5mbs
    -I've made sure my IMac's and Macbook Pro settings are the same
    -I've tried using an open dns, didn't work
    -I've change my router from using a WEP to using a WPA, didn't work
    -I've tried changing the broadcast signal from 11N/G to just 11N to 11N/G/B to 11G/B to 11B back to 11N/G, when I broadcasted just N wireless speed jump all the way up to 8mbs hooraay!!! until I quit safari and opened it again wireless speed went back to .5mps
    -I've tried using every wireless channel 1-11 plus Auto, Again wireless speed jump all the way up to 8mbs hooraay!!! until I quit safari and opened it again wireless speed went back to .5mps
    -I've tried doing a special little dance in front of it, didn't work except to make me ready to drop it like its hot this Saturday!!!
    Nothing seems to work. I'm making a Apple genus appointment tomorrow but I have a sneaky feeling that it will be fine on their network and they'll tell me it's belkins problem. Which could be the case but why would my IMac and Vista computers work flawless and not my new MacBook. Please, please, please help. Theres plenty of praise for whomever can solve my problem and I can praise like no other. Thanks
    -Jerry-

    yup, same here. Brand new, Core i7 Macbook Pro, and my 13" White Core Duo (not even C2D) Macbook kicks its a** on Airport. What's up with that????
    I've tried all the previous "fixes" I could find -- wipe and re-install, delete and replace AirPort entry in Network panel, new Location in Network panel, and so on. This is pretty bad... I haven't tried different DNS yet, but I don't see why the DNS should make any difference when my Mac Pro and the old Macbook seem fine with the servers from my ISP.
    J.
    Message was edited by: wheetabix
    Message was edited by: wheetabix

  • My brand new mac mini is super slow

    Dear Apple people of the world,
    I just bought a new entry-level Mac Mini to supplement by 2010 Apple Air. It's the basic model (2.5 GHZ Dual Core Intel core i5, 4gb memory, 500 gb hard drive, intel hd graphics 4000, os x mavericks). As soon as I got it I upgraded to os X 10.9.5 and migrated data from my Apple Air onto the Mac Mini, so that the hard drive is about half full with word and pdf documents. I also installed Chrome, Evernote, Dropbox and a few other apps.
    Problem: The Mac Mini is absurdly slow. Even if I have all apps and windows closed except for one or two, it takes forever to open new apps, sometimes iTunes takes a minute or two to launch, sometimes things freeze, and so on. I can't figure out why it's so slow. Loading emails, reading emails, composing emails, all takes place with significant lag. And if I have more than a few apps open, forget about it, I may as well make a coffee while I try to open a new program.
    Any idea why this might be the case? Anything I can do to fix it? The problem is complicated by the fact that I bought it last week in the USA and am now in Gwrmany, so I can't easily exchange or return or upgrade it.

    EtreCheck version: 2.0.1 (82)
    Report generated October 10, 2014 at 6:02:59 PM GMT+2
    Hardware Information: ℹ️
      Mac mini (Late 2012) (Verified)
      Mac mini - model: Macmini6,1
      1 2.5 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      DELL U2412M 1920 x 1200
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: one day 6:16:15
    Disk Information: ℹ️
      APPLE HDD HTS545050A7E362 disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Super 9 (disk0s2) /  [Startup]: 499.25 GB (256.37 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Western Digital My Book 1230 3 TB
      S.M.A.R.T. Status: Verified
      EFI (disk2s1) <not mounted> : 315 MB
      Rescued (disk2s2) <not mounted> : 142.00 GB
      Archives External (disk2s3) <not mounted> : 147.00 GB
      Mac Clon (disk2s4) <not mounted> : 251.00 GB
      Photos Clon (disk2s5) <not mounted> : 260.00 GB
      Archives Ext BACKUP (disk2s6) <not mounted> : 150.00 GB
      Music Clon (disk2s7) <not mounted> : 400.00 GB
      Video Clon (disk2s8) <not mounted> : 350.00 GB
      Home Time Machine (disk2s9) <not mounted> : 1 TB
      Kingston DataTraveler 2.0 30.94 GB
      S.M.A.R.T. Status: Verified
      Cybernathrope (disk4s1) /Volumes/Cybernathrope : 30.94 GB (14.72 GB free)
      Apple Inc. iPod
      LaCie LaCie Device 500.11 GB
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted> : 210 MB
      bernieTunes (disk1s2) /Volumes/bernieTunes : 499.76 GB (292.87 GB free)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Extensions
      [loaded] com.sophos.kext.sav (9.1.55 - SDK 10.7) Support
      [loaded] com.sophos.nke.swi (9.1.50 - SDK 10.8) Support
      /System/Library/Extensions
      [loaded] com.Perfect.Driver.SystemAudioRecorder (1.0.0 - SDK 10.6) Support
      [not loaded] com.cisco.nke.ipsec (2.0.1) Support
      [not loaded] com.devguru.driver.SamsungComposite (1.4.20 - SDK 10.6) Support
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded] com.devguru.driver.SamsungACMControl (1.4.20 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungACMData (1.4.20 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungMTP (1.4.20 - SDK 10.5) Support
      [not loaded] com.devguru.driver.SamsungSerial (1.4.20 - SDK 10.6) Support
    Startup Items: ℹ️
      CiscoVPN: Path: /System/Library/StartupItems/CiscoVPN
      Startup items are obsolete and will not work in future versions of OS X
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.wdhelper.plist
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.AdobeCreativeCloud.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.sophos.uiserver.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.barebones.authd.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.rogueamoeba.instanton-agent.plist Support
      [running] com.sophos.autoupdate.plist Support
      [running] com.sophos.configuration.plist Support
      [running] com.sophos.intercheck.plist Support
      [running] com.sophos.notification.plist Support
      [running] com.sophos.scan.plist Support
      [running] com.sophos.sxld.plist Support
      [running] com.sophos.webd.plist Support
      [loaded] com.tunnelbear.mac.tbeard.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items: ℹ️
      CultureInfo UNKNOWN (missing value)
      Google Drive UNKNOWN (missing value)
      Dropbox Application (/Applications/Dropbox.app)
      Google Chrome ApplicationHidden (/Applications/Google Chrome.app)
      fuspredownloader UNKNOWNHidden (missing value)
      Rogue Amoeba Schedule Helper ApplicationHidden (/Library/Application Support/Audio Hijack Pro/Rogue Amoeba Schedule Helper.app)
      Day-O Application (/Applications/Downloaded and Installed/Day-O/Day-O.app)
      KiesAgent ApplicationHidden (/Applications/Kies.app/Contents/MacOS/KiesAgent.app)
      EvernoteHelper Application (/Applications/Evernote.app/Contents/Library/LoginItems/EvernoteHelper.app)
    Internet Plug-ins: ℹ️
      MeetingJoinPlugin: Version: (null) - SDK 10.6 Support
      nplastpass: Version: 2.5.5 Support
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      Unity Web Player: Version: UnityPlayer version 3.5.1f2 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      PrintDialogExt: Version: 6.1.1 Support
      net.juniper.DSSafariExtensions: Version: (null) Support
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      Silverlight: Version: 5.1.30317.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0 - SDK 10.7
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      SharePointBrowserPlugin: Version: 14.3.0 - SDK 10.6 Support
      NPDjVu: Version: 6.1.1 Support
    User Internet Plug-ins: ℹ️
      Picasa: Version: 1.0 Support
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Growl  Support
      MacFUSE  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      Super 9: Disk size: 499.25 GB Disk used: 242.88 GB
      Destinations:
      Time Machine Office [Local]
      Total size: 999.34 GB
      Total number of backups: 13
      Oldest backup: 2014-08-19 18:05:05 +0000
      Last backup: 2014-09-19 14:30:15 +0000
      Size of backup disk: Adequate
      Backup size 999.34 GB > (Disk used 242.88 GB X 3)
      Untitled 1 [Local]
      Total size: 999.86 GB
      Total number of backups: 59
      Oldest backup: 2011-07-26 17:23:47 +0000
      Last backup: 2014-08-16 12:28:32 +0000
      Size of backup disk: Adequate
      Backup size 999.86 GB > (Disk used 242.88 GB X 3)
      Time Machine [Local]
      Total size: 1 TB
      Total number of backups: 83
      Oldest backup: 2011-07-26 17:23:47 +0000
      Last backup: 2014-10-08 17:12:11 +0000
      Size of backup disk: Adequate
      Backup size 1 TB > (Disk used 242.88 GB X 3)
    Top Processes by CPU: ℹ️
          8% WindowServer
          6% Calendar
          2% Found
          2% Google Chrome
          1% Dock
    Top Processes by Memory: ℹ️
      176 MB thunderbird
      86 MB Google Chrome
      86 MB GotFound
      82 MB Mail
      73 MB AdobeAcrobat
    Virtual Memory Information: ℹ️
      254 MB Free RAM
      1.05 GB Active RAM
      1.04 GB Inactive RAM
      779 MB Wired RAM
      20.22 GB Page-ins
      2.18 GB Page-outs

  • I just bought a new PC and I have re-installed my Adobe Creative Suite Standard on it. Software open fine. PROBLEM: The toolbars (menu stuff) appear extra-small, too small for me to read... I sent on the PC setting to try to change the display resolution.

    I just bought a new PC and I have re-installed my Adobe Creative Suite Standard on it.
    Software open fine. PROBLEM: The toolbars (menu stuff) appear extra-small, too small for me to read...
    I went into the PC settings and tried to change the display resolution. This changes the size of all  the icons (not only Adobe) but it does not solve the problem when I open an Adobe application (Photoshop or Illustrator)... The PC is run under Windows 8.1 and my display resolution is 3200x1800 (but again, when I change the settings for a smaller resolution, only the size of the icons is affected. Once I open the software, the problem is still there, extra-small toolbars...). Help!!!

    Anything before CC is not high-DPI compatible. Feel free to continue to experiment with your system settings.
    Mylenium

  • [SOLVED] New Install of Gnome 3.2 doesn't feel like loading

    Greetings,
    Before making this post, I have spent the majority of the day trying to solve this issue. I have switched from nvidia drivers to nouvela (sp?) drivers, incase that was the issue. I have scoured google, arch-wiki, and the forums until my eyes have bled. I have dug through the xsession-errors log to search out any missing components that might be causing this... but to no avail. If anything, trying to run and try Gnome 3.2 has made me feel like a complete idiot, who has obviously learnt nothing after years of using linux. So, I come here hoping that some one can point me to the solution my brain cannot itself come up with.
    Here the situation:
    I have been running KDE4 for quite some time happily. I have ran Gnome 3 back in its beginning days succesfully as well, but that was an older, now dead, pc. Having seen some neat little things about the new Gnome 3.2, I got an itch to give it a try. So, I go and follow the Gnome article on the excellent arch wiki- installing both gnome and gnome extras, letting it grab everything, change from kdm to gdm, and reboot.
    Well, it gives me the old gdm I remember from the early gnome 3 days (wasn't this changed) despite it showing that it is GDM 3.2 via pacman. It shows my user name, lets me put my password, and shows the stripped background. One thing to note is that the cursor remains a clock face, never changing to a pointer.
    I log in, choosing GNOME, all that remains is the wallpaper, with the clockface cursor, no pointer. I go take the kids to the bus stop, come back apx. 20 min. later, no change.
    Ok, bug crushing time right? So I go through the steps. I make sure that gnome shell is indeed installed. I remove any config files (there weren't any), remove gnome shell, reinstall. No go. I rinse and repeat, but removing & reinstalling different things, such as GDM, and even gnome completely. No go.
    Hopping into pekwm, I search. I make copies of the xsession-errors each time, and load them in pekwm after a reboot, looking through with pacman by myside to make sure I have any possible missing files. And finally after failure after failure I give up, and come here.
    So, here's my xsession-errors log. Please, if anyone can help, or even offer any kind of suggestion that might spark something in my brain to get me going in the right direction, I'd greatly appreciate it. If this thread needs moved, merged, etc, please do so... I've searched the forums, but now my brain is numb, so yeah...
    /etc/gdm/Xsession: Beginning session setup...
    /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
    gnome-session[1112]: EggSMClient-WARNING: Desktop file '/home/mythus/.config/autostart/dropbox.desktop' has malformed Icon key 'dropbox.png'(should not include extension)
    ** (gnome-settings-daemon:1138): WARNING **: libltdl.so.7: cannot open shared object file: No such file or directory
    ** (gnome-settings-daemon:1138): WARNING **: Cannot load plugin 'Color' since file '/usr/lib/gnome-settings-daemon-3.0/libcolor.so' cannot be read.
    ** (gnome-settings-daemon:1138): WARNING **: Error activating plugin 'Color'
    ** (gnome-settings-daemon:1138): WARNING **: libltdl.so.7: cannot open shared object file: No such file or directory
    ** (gnome-settings-daemon:1138): WARNING **: Cannot load plugin 'Power' since file '/usr/lib/gnome-settings-daemon-3.0/libpower.so' cannot be read.
    ** (gnome-settings-daemon:1138): WARNING **: Error activating plugin 'Power'
    GNOME_KEYRING_CONTROL=/tmp/keyring-HPDXfX
    GNOME_KEYRING_CONTROL=/tmp/keyring-HPDXfX
    GPG_AGENT_INFO=/tmp/keyring-HPDXfX/gpg:0:1
    GNOME_KEYRING_CONTROL=/tmp/keyring-HPDXfX
    GPG_AGENT_INFO=/tmp/keyring-HPDXfX/gpg:0:1
    GNOME_KEYRING_CONTROL=/tmp/keyring-HPDXfX
    GPG_AGENT_INFO=/tmp/keyring-HPDXfX/gpg:0:1
    SSH_AUTH_SOCK=/tmp/keyring-HPDXfX/ssh
    ** (gnome-settings-daemon:1138): WARNING **: libltdl.so.7: cannot open shared object file: No such file or directory
    ** (gnome-settings-daemon:1138): WARNING **: Cannot load plugin 'Media keys' since file '/usr/lib/gnome-settings-daemon-3.0/libmedia-keys.so' cannot be read.
    ** (gnome-settings-daemon:1138): WARNING **: Error activating plugin 'Media keys'
    Gtk-Message: Failed to load module "canberra-gtk-module"
    common-plugin-Message: checking whether we have a device for 4: yes
    common-plugin-Message: checking whether we have a device for 5: yes
    common-plugin-Message: checking whether we have a device for 6: yes
    common-plugin-Message: checking whether we have a device for 7: yes
    common-plugin-Message: checking whether we have a device for 8: yes
    common-plugin-Message: checking whether we have a device for 9: yes
    common-plugin-Message: checking whether we have a device for 10: yes
    /usr/bin/gnome-shell: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory
    gnome-session[1112]: WARNING: Failed to start app: Unable to start application: Failed to execute child process "if" (No such file or directory)
    Initializing tracker-store...
    Tracker-Message: Setting up monitor for changes to config file:'/home/mythus/.config/tracker/tracker-store.cfg'
    Initializing tracker-miner-fs...
    /usr/lib/evolution/3.2/evolution-alarm-notify: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory
    Tracker-Message: Setting up monitor for changes to config file:'/home/mythus/.config/tracker/tracker-miner-fs.cfg'
    /usr/bin/canberra-gtk-play: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory
    Gtk-Message: Failed to load module "canberra-gtk-module"
    Starting log:
    File:'/home/mythus/.local/share/tracker/tracker-miner-fs.log'
    Gtk-Message: Failed to load module "canberra-gtk-module"
    Gtk-Message: Failed to load module "canberra-gtk-module"
    /usr/bin/pulseaudio: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory
    Tracker-Message: Setting up monitor for changes to config file:'/home/mythus/.config/tracker/tracker-store.cfg'
    Starting log:
    File:'/home/mythus/.local/share/tracker/tracker-store.log'
    ** Message: applet now removed from the notification area
    (nm-applet:1180): libnotify-WARNING **: Failed to connect to proxy
    ** (nm-applet:1180): WARNING **: get_all_cb: couldn't retrieve system settings properties: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:1180): WARNING **: fetch_connections_done: error fetching connections: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:1180): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
    Gtk-Message: Failed to load module "canberra-gtk-module"
    /usr/lib/libgvfscommon.so.0: undefined symbol: g_free
    Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
    Last edited by mythus (2011-10-07 15:36:43)

    Ok, I guess all it took was for me to post this to wake up and be able to solve the issue.
    It is simple really. I just needed to re-install libltdl.
    So, for those searching, if you get this similar problem,
    pacman -S libltdl
    is what solved it for me.

  • I just got a new imac, App store says I downloaded garageband update and it says it's installed.  But there's nothing new to it.  Is there something I'm suppose to do?  I restarted the imac, no difference

    I just got a new imac, App store says I downloaded garageband update and it says it's installed.  But there's nothing new to it.  Is there something I'm suppose to do?  I restarted the imac, no difference

    Weird, that's not the one I was initially downloading but I think that is the one that installed, so I think that solves that.  But now the problem is that the one I was updating is no longer being shown.  It's over 1gb that had all the loops and instruments.
    Now when I try to use say strings lunar strings.  It tells me to download at app store.  It doesn't show.  I go back to garageband try again and says the instrument or loop is currently being installed.  But it's not.

  • I just purchased the new iMac and it doesn't have a cd drive, how do i install cs6

    i just purchased the new iMac and it doesn't have a cd drive, how do i install cs6
    can someone please tell me how to install cs6
    I have the disk but no drive oops

    I had the same situation. I have an external disk burner which also acts as a CD/DVD/BlueRay Drive/burner.
    Having access to an external drive will solve the problem. As long as it has a USB cable you should be able
    to plug it into your iMac, spot the disk icon on your desktop and insert the installer disks and load the software.
    Hope that helps.

  • SSD and HDD Installed but it runs super slow? Please Help!

    Hi, I have a late 2011 Macbook Pro 2.2 GHZ Intel Core i7
    8gb of ram. My hard drive died in my mac and I decided to replace it with an SSD and installed an HDD in the optical bay following Ifixit instructions. I booted into internet recovery and installed Mountain Lion (as it would not let me do a straight Yosemite install from a flash drive I had made on my gf's macbook, because it couldn't authenticate). After booting up and declining the usual iCloud prompts, I rebooted and installed Yosemite from the USB. It took a while, but eventually i booted up.
    I moved my home folder to the HDD a 7200rpm Western Digital Black, which is in the optical bay, (the SSD is a Samsung 340 Pro and is installed in the Drive bay). Everything appears to be functioning, but it's slower that it had ever been using Yosemite on the HDD that had died. It take 35-40 seconds just to open System Preferences. I have used First aid on both drives via the Recovery and repaired permissions on both. I have reset the ram using option-command-r-p. I have booted into Safe Mode and Restarted the computer multiple times. Just opening a second safari window causes the spinning wheel to go for ten seconds or so. If anyone knows anything I can do, please help! I'm at a loss as to what I can do to fix this.
    I'm really not sure what is going on. It seems to take a very long time to load a website, but after using safari for a bit, the app doesn't seem to have a problem responding to commands, just takes way too long to load anything. System preferences is all of a sudden crazy snappy, but is giving me the spinning rainbow wheel when I try and click on a pane saying "Could not load Users & Groups preference pane." After I click "okay" and try again it loads right up. Grrr.

    Etrecheck report if it helps:
    Problem description:
    Running super slow randomly with a newly installed SSD and HDD.  Home Folder is on the HDD.
    EtreCheck version: 2.0.7 (93)
    Report generated October 29, 2014 at 4:58:33 PM EDT
    Hardware Information: ℹ️
      MacBook Pro (15-inch, Late 2011) (Verified)
      MacBook Pro - model: MacBookPro8,2
      1 2.2 GHz Intel Core i7 CPU: 4-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: ℹ️
      Intel HD Graphics 3000 - VRAM: 512 MB
      Color LCD 1680 x 1050
      AMD Radeon HD 6750M - VRAM: 512 MB
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 3:3:27
    Disk Information: ℹ️
      Samsung SSD 840 PRO Series disk0 : (512.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      QuickSilver (disk2) /  [Startup]: 510.88 GB (236.99 GB free)
      Core Storage: disk0s2 511.25 GB Online
      WDC WD7500BPKX-22HPJT0 disk1 : (750.16 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted> : 210 MB
      Hulk (disk1s2) /Volumes/Hulk : 749.81 GB (685.87 GB free)
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    User Login Items: ℹ️
      Alfred 2 Application (/Applications/Alfred 2.app)
    Internet Plug-ins: ℹ️
      Default Browser: Version: 600 - SDK 10.10
      QuickTime Plugin: Version: 7.7.3
    3rd Party Preference Panes: ℹ️
      None
    Time Machine: ℹ️
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      QuickSilver: Disk size: 510.88 GB Disk used: 273.89 GB
      Destinations:
      Herbert [Local]
      Total size: 0 B
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Too small
      Backup size 0 B < (Disk used 273.89 GB X 3)
    Top Processes by CPU: ℹ️
          48% WindowServer
          11% Safari
          3% hidd
          0% fontd
          0% AppleSpell
    Top Processes by Memory: ℹ️
      249 MB Safari
      241 MB installd
      163 MB Finder
      155 MB mds_stores
      155 MB DesktopServicesHelper
    Virtual Memory Information: ℹ️
      1.52 GB Free RAM
      3.89 GB Active RAM
      1.82 GB Inactive RAM
      1.34 GB Wired RAM
      3.25 GB Page-ins
      143 KB Page-outs

  • Macbook pro 2008 super slow after fresh mavericks install

    I install fresh snow leopard and mavericks after that, before i do this, my mac worked super fast and everithyng was great with snow leopard, after I intall mavericks the computer just got super slow, in every situation, opening apps or surfing the web is  a pain in the... I hope apple fix this fast or I`ll be forced to go back to snow leopard again.
    I have a macbook pro late 2008
    core 2 duo 2.53hz
    4gb ram 1067 mhz ddr3
    512 nvidia geforce 9400m 256mb & dedicated geforce 9600m gt with 512mb
    HD: TOSHIBA MQ01ABD100

    That is normal for a few hours. Spotlight is rebuilding its index of all connected drives. Disconnect any that are external and it will settle down soon. You can reconnect them when you go to sleep so that Spotlight can complete indexing.

Maybe you are looking for

  • Table in which TECO Date is Store

    Dear All, Can any one help me in finding out the Table in which TECO Date of Order  is Store. or any report in which TECO date is present. I already check COOIS and CO03, there is no TECO date avilable there. Regards Shayam

  • For a SX50HS is there a way to take a series of time delayed pictures ? Automatic pic every 3 min

    HI, I am looking for a way where I put the SX50HS on a tripod and now want her to automatically make a picture every 3 minutes for an hour. Is there a way to achieve this ?  Have not found a hint in the manual. Would be great if that could work ! tha

  • Finding include program of the subroutine by program

    Hi All Is it possible to find the include program name of the sub-routine by any FM . Thanks Vinay kolla

  • Is MultiSim a fraudulent product?

    I'm thinking it is.  I'm thinking that way back when there was Electronics Workbench (EWB), a simple simulator that worked, but too simple for it to catch on any where but in schools, as students could afford it, but engineers couldn't use it.  Then,

  • Storage Spaces Slab Enumeration Fails

    I'm trying to optimize my volumes, and slab enumeration fails consistently at 72%. The space is healthy, and I've tried everything I can think of. If I just ReTrim, no error comes up. I should mention that I'm on Windows 8.1, not Server 2012, but I u