Virtualbox(PUEL) 3.1.6 Host-Only Adaptor connectivity problems

Hi there! I'm a new Arch Linux user and i'm LOVING it ... I've hit one problem I can't seem to get Host-Only Adaptor networking working with VirtualBox (PUEL) with any virtual machines e.g. VM's can't communicate to anything Host machine, router etc, I've set static addresses for all my Vitual machines.
(Host machine)
/etc/conf.d/bridges
# Settings for layer-2 bridges
# For each bridge interface declared in INTERFACES (in rc.conf), declare
# a bridge_${IF} variable that contains the real ethernet interfaces that
# should be bridged togeether.
# Then list the bridge interface name in the BRIDGE_INTERFACES array.
# example:
# in /etc/rc.conf:
# eth0="eth0 up"
# eth1="eth1 up"
# br0="br0 192.168.0.2 netmask 255.255.255.0 up"
# INTERFACES=(lo eth0 eth1 br0)
# in /etc/conf.d/bridges
bridge_br0="eth0 vbox0"
BRIDGE_INTERFACES=(br0)
#bridge_br0="eth0 eth1"
#BRIDGE_INTERFACES=(br0)
(Host Machine)
/etc/rc.conf
# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
LOCALE="en_US.UTF-8"
HARDWARECLOCK="UTC"
TIMEZONE="Australia/Melbourne"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# HARDWARE
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(!snd-pcm-oss bridge vboxdrv vboxnetflt vboxnetadp)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="myhost"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
eth0="eth0 up"
br0="dhcp" # Maybe you have some static configuration; change to fit
INTERFACES=(eth0 br0)
#Static IP example
#eth0="eth0 192.168.1.200 netmask 255.255.255.0 broadcast 192.168.1.255"
# eth0="dhcp"
#INTERFACES=(eth0)
gateway="default gw 192.168.1.254"
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
gateway="default gw 192.168.1.254"
ROUTES=(gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This now requires the netcfg package
#NETWORKS=(main)
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
DAEMONS=(syslog-ng !network hal networkmanager openntpd dnsmasq netfs crond sshd alsa dbus gdm lp parport parport_pc cups)
Guest Machine Slitaz
/etc/network.conf
Static ip = 192.168.1.180
I need to use VirtualBox on an almost daily basis for work... I would highly appreciate you help so thanks in advance!

Hi, I'm not sure I fully understand your issue.
Are you telling VirtualBox don't allow you to add a Host-Only Adaptor via main menu File -> Net -> Add button? I once hit this problem and was lost some days because I come from the *buntu-land and all this configuration was nearly automatic there. If this is your problem you should first download and install the rigth AUR package, tha one working for me is virtualbox_bin now at latest version 3.1.8-1, you will need to install also virtualbox-additions. After you installed VirtualBox follow the instructions provided by packagers:
IMPORTANT NOTES:
- Run "vbox_build_module" as root every time your kernel is upgraded, to
  compile the module for the new kernel version.
- Add your user to the vboxusers group:
     gpasswd -a USERNAME vboxusers
- Add "vboxdrv" to the MODULES array in your "/etc/rc.conf"
- Add "vboxnetflt" to MODULES if you want Host Interface networking.
- Add "vboxnetadp" to MODULES if you want Host-Only networking.
- If USB does not work for you out-of-the-box, add the following line
  to "/etc/fstab":
     none /proc/bus/usb usbfs auto,busgid=108,busmode=0775,devgid=108,devmode=0664 0 0
Once you do that you'll be smoooooth 8-D

Similar Messages

  • VirtualBox 4.0.2 internal DHCP problem in Host-only mode?

    Hi,
    dos anyone have experience problems with VirtualBox 4.0.2 internal DHCP not working when running Oracle Linux and a Host-Only adapter.
    More detailed described my problem is that Oracle Linux don't get a ip from the internal DHCP server om my system. My host is Win 7 (64 bit) and Guest Oracle Linux (64 bit). I have read that there are several ohers who experienced the same problem with the open source version, but that patching the Guest Tools to 4.0.3 helped them. Sadly this is not the case for me. Any suggestions are welcome and thanks in advance.

    Thanks for your reply - my problem is that the build in dhcp server is not working for some reason and i dont't gen any ip address assigned. I can see from the VBoxManager that it is running, but i can't get i contact with it from the linux guest.

  • Virtualbox host only addapter doesn't work - Invalid settings detected

    Host: arch linux
    Guest: ubuntu
    When I try to switch to host only addapter it outputs  Invalid settings detected.

    I forgot to tell: i use sudo modprobe -a vboxdrv vboxnetadp vboxnetflt vboxpci
    before i open virtualbox

  • Windows host view of VBox host only adapter

    This question was brought to my attention a few days ago by someone who thought the Vbox hostonly adapter got its IP address from the user's router.  I had a difficult time setting him straight, but he did have a configuration that is puzzling.  On the host Windows system, drilling down from the control panel ...
    Where I have assigned an IP address, (see screenshot)
    He had "obtain an IP address automatically.  His hostonly adapter was running with the default value of 192.168.56.1.
    Until now, I had never really had a reason to take a look how the host sees the hostonly adapter.  I had only ever looked at it from the VBox manager.  So there is a gap in my understanding here.

    Dude! wrote:
    The Host-only adapter provides built-in DHCP services and a network proxy for the virtual machine to access the host computer system. The VirtualBox DHCP server can be configured in the Network settings of the VirtualBox application preferences.
    The virtual machine guest OS can use static or automatic TCP/IP addressing. The default IP range for static addressing is 192.168.56.2 to 192.168.56.99. Using this adapter, the virtual machine guest OS can access the host system only by using the Host-only adapter in place of the actual configured host system IP address. The default address of the Host-only adapter is 192.168.56.1. VirtualBox will automatically do the necessary traffic forwarding.
    Yes, I understand all that, and nothing new there.  What I am confused about the is the host's view of the VBox hostonly adapter, as a network adapter right along side the standard "Ethernet adapter Local Area Connection", etc.  In particular, why the host says the adapter is configured to "Obtain an IP address automatically" (DHCP).  We know that this adapter is created and configured by the VBox manager.  We know that the VBox manager gives it its IP address (with the default being 192.168.56.1).  So why does the host OS think it is assigning a DHCP address to the adapter?  And why would THAT not be constant across different machines?  ( Well, maybe I know the answer to that second question.  We are dealing with Windows here.  And we know that no two Windows systems are ever the same if they've been out of the shrink wrap for more than five minutes.)

  • [solved] problem getting vbox host only networking going on arch host

    New arch user here, been running for 2-3 weeks.  Finally came across something I can't wiki/google my way through, trying to get host only networking going.
    So....  I started by trying the graphical virtualbox manager.  File -> preferences -> network -> add, which gives:
    Failed to create the host-only network interface.
    Callee RC: NS_ERROR_ABORT (0x80004004)
    Tried the following also, with no luck:
    > VBoxManage hostonlyif create
    VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted (extended info not available)
    Context: "CreateHostOnlyNetworkInterface (hif.asOutParam(), progress.asOutParam())" at line 64 of file VBoxManageHostonly.cpp
    Segmentation fault
    > VBoxManage dhcpserver add --ifname hth0 --ip 10.1.1.1 --netmask 255.255.255.0 --lowerip 10.1.1.10 --upperip 10.1.1.20 --enable
    VBoxManage: error: The host network interface with the given name could not be found
    VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component Host, interface IHost, callee nsISupports
    Context: "FindHostNetworkInterfaceByName(Bstr(pIfName).mutableRaw(), hif.asOutParam())" at line 225 of file VBoxManageDHCPServer.cpp
    VBoxManage: error: Could not find interface 'hth0'
    > uname -a
    Linux bing 3.1.1-1-ARCH #1 SMP PREEMPT Fri Nov 11 22:28:29 CET 2011 x86_64 AMD E-350 Processor AuthenticAMD GNU/Linux
    > lsmod | grep vbox
    vboxnetflt 17159 0
    vboxdrv 1790690 1 vboxnetflt
    > pacman -Q virtualbox
    virtualbox 4.1.6-3
    I also have extension pack 4.1.6r74713 if that matters.
    edit: code tags
    Last edited by nht (2011-11-19 16:37:49)

    Thank you sir, that's exactly what I needed.
    Now that I look, I see mention of this in the VirtualBox Extras section of the wiki, but not the VirtualBox or Advanced VirtualBox Networking sections.  I have edited the Advanced VirtualBox Networking wiki to add mention of this.
    Last edited by nht (2011-11-19 17:18:28)

  • Internet access to the guest system for Host-Only configuration

    Hello,
    I have a windows host linux guest vBox environment and it's configured as host-only. How can I enable internet access within the guest? I am towards the end of a RAC installation and upon running buildcluster.sh, it says the recommended RPM "oracle-validated" not installed or has unsatisfied dependencies. It seems i have quite a few RPMs need to download and thus prefer to be able to connect to the internet within the guest so i can do it from the Oracle yum server.
    Thanks,
    Harry

    Hi,
    this won't work so easiliy with a "Host Only" network.
    You either need a bridges network or a NAT network.
    Easiest thing probably will be to add another interface (network) to the VM and assigned it as bridged.
    Then download/update oracle-validated and remove the interface again.
    This way, you don't need to change anything on the server.
    Regards
    Sebastian

  • QEMU host-only networking using tap devices

    I'm trying to setup host-only networking on my QEMU VM running Arch (actually, the Archiso; there is no Arch installation present yet). A short summary:
    What I want
    connect to the host from the guest system
    connect to the guest from the host system
    using a tap device (to avoid user-mode networking) on a network bridge (to connect guest and host)
    Eventually, I want to run an AMP stack on the VM for web development. (Let's, for now, ignore the fact that I might need an internet connection later on to install packages)
    What I tried
    I first set up a tap device:
    ip tuntap add dev tap0 mode tap
    and then a network bridge:
    BRIDGE='qemubr0'
    brctl addbr ${BRIDGE}
    brctl addif ${BRIDGE} tap0
    ip link set up dev ${BRIDGE}
    The relevant parameters I run QEMU with are:
    qemu-system-x86_64 \
    -net nic \
    -net tap,ifname=tap0,script=no
    QEMU starts without any errors, but trying to ping the host from within the VM results in:
    -- VM:
    # ping 10.0.2.2
    connect: Network is unreachable
    (FYI: 10.0.2.2 is supposed to be the default IP address of the host system (?) according to http://wiki.qemu.org/Documentation/Networking )
    Relevant logs/outputs
    dmesg on the host machine:
    [ 0.339337] NET: Registered protocol family 2
    [ 0.339670] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.339851] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.340102] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.340171] TCP: reno registered
    [ 0.340182] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.340226] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.340327] NET: Registered protocol family 1
    [ 0.340353] pci 0000:00:02.0: Video device with shadowed ROM
    [ 0.341863] PCI: CLS 64 bytes, default 64
    [ 0.341937] Unpacking initramfs...
    [ 0.503984] Freeing initrd memory: 4908K (ffff88003765a000 - ffff880037b25000)
    [ 0.504055] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.504060] software IO TLB [mem 0xb94a1000-0xbd4a1000] (64MB) mapped at [ffff8800b94a1000-ffff8800bd4a0fff]
    [ 0.504112] Simple Boot Flag at 0x35 set to 0x1
    [ 0.504352] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa0c
    [ 0.504364] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa0c
    [ 0.504475] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 0.504524] Scanning for low memory corruption every 60 seconds
    [ 0.505041] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.505090] Initialise system trusted keyring
    [ 0.505685] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.508836] zpool: loaded
    [ 0.508841] zbud: loaded
    [ 0.509100] VFS: Disk quotas dquot_6.5.2
    [ 0.509170] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.509392] msgmni has been set to 7699
    [ 0.509494] Key type big_key registered
    [ 0.509767] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.509826] io scheduler noop registered
    [ 0.509830] io scheduler deadline registered
    [ 0.509893] io scheduler cfq registered (default)
    [ 0.510198] pcieport 0000:00:1c.0: irq 24 for MSI/MSI-X
    [ 0.510482] pcieport 0000:00:1c.1: irq 25 for MSI/MSI-X
    [ 0.510705] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.510713] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.510744] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    [ 0.510748] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.510754] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    [ 0.510785] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.510847] pciehp 0000:00:1c.0:pcie04: Slot #0 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl- LLActRep+
    [ 1.506690] tsc: Refined TSC clocksource calibration: 1396.499 MHz
    [ 1.843356] pciehp 0000:00:1c.0:pcie04: Timeout on hotplug command 0x00000000 (issued 1333 msec ago)
    [ 1.843368] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
    [ 1.843390] pciehp 0000:00:1c.1:pcie04: Slot #1 AttnBtn- AttnInd- PwrInd- PwrCtrl- MRL- Interlock- NoCompl- LLActRep+
    [ 2.506739] Switched to clocksource tsc
    [ 3.176680] pciehp 0000:00:1c.1:pcie04: Timeout on hotplug command 0x00000000 (issued 1333 msec ago)
    [ 3.176691] pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
    [ 3.176703] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 3.176768] vesafb: mode is 1440x900x32, linelength=5760, pages=0
    [ 3.176770] vesafb: scrolling: redraw
    [ 3.176774] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 3.176807] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004780000, using 5120k, total 5120k
    [ 3.235921] Console: switching to colour frame buffer device 180x56
    [ 3.294769] fb0: VESA VGA frame buffer device
    [ 3.294803] intel_idle: does not run on family 6 model 23
    [ 3.294882] GHES: HEST is not enabled!
    [ 3.294990] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 3.316009] 0000:00:03.3: ttyS0 at I/O 0x1830 (irq = 17, base_baud = 115200) is a 16550A
    [ 3.316238] Linux agpgart interface v0.103
    [ 3.316307] rtc_cmos 00:02: RTC can wake from S4
    [ 3.316496] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 3.316535] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 3.316560] ledtrig-cpu: registered to indicate activity on CPUs
    [ 3.316751] TCP: cubic registered
    [ 3.316954] NET: Registered protocol family 10
    [ 3.317338] NET: Registered protocol family 17
    [ 3.317735] Loading compiled-in X.509 certificates
    [ 3.317757] registered taskstats version 1
    [ 3.318307] Magic number: 15:252:84
    [ 3.318413] rtc_cmos 00:02: setting system clock to 2015-01-01 16:05:44 UTC (1420128344)
    [ 3.318617] PM: Hibernation image not present or could not be loaded.
    [ 3.320772] Freeing unused kernel memory: 1136K (ffffffff818e2000 - ffffffff819fe000)
    [ 3.320775] Write protecting the kernel read-only data: 8192k
    [ 3.324495] Freeing unused kernel memory: 748K (ffff880001545000 - ffff880001600000)
    [ 3.326086] Freeing unused kernel memory: 336K (ffff8800017ac000 - ffff880001800000)
    [ 3.336977] random: systemd-tmpfile urandom read with 4 bits of entropy available
    [ 3.363462] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    [ 3.372761] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 3.372934] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 3.379297] ACPI: bus type USB registered
    [ 3.379343] usbcore: registered new interface driver usbfs
    [ 3.379364] usbcore: registered new interface driver hub
    [ 3.380595] usbcore: registered new device driver usb
    [ 3.381344] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 3.381800] uhci_hcd: USB Universal Host Controller Interface driver
    [ 3.381991] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 3.382003] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 3.382015] uhci_hcd 0000:00:1a.0: detected 2 ports
    [ 3.382060] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001840
    [ 3.382412] hub 1-0:1.0: USB hub found
    [ 3.382427] hub 1-0:1.0: 2 ports detected
    [ 3.383010] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 3.383021] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    [ 3.383032] uhci_hcd 0000:00:1a.1: detected 2 ports
    [ 3.383073] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001860
    [ 3.383523] hub 2-0:1.0: USB hub found
    [ 3.383649] hub 2-0:1.0: 2 ports detected
    [ 3.384187] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 3.384197] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
    [ 3.384207] uhci_hcd 0000:00:1a.2: detected 2 ports
    [ 3.384245] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00001880
    [ 3.384679] hub 3-0:1.0: USB hub found
    [ 3.384693] hub 3-0:1.0: 2 ports detected
    [ 3.385046] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 3.385056] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 3.385067] uhci_hcd 0000:00:1d.0: detected 2 ports
    [ 3.385104] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018a0
    [ 3.385391] hub 4-0:1.0: USB hub found
    [ 3.385405] hub 4-0:1.0: 2 ports detected
    [ 3.386100] ehci-pci: EHCI PCI platform driver
    [ 3.386149] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 3.386159] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    [ 3.386169] uhci_hcd 0000:00:1d.1: detected 2 ports
    [ 3.386210] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018c0
    [ 3.386499] hub 5-0:1.0: USB hub found
    [ 3.386512] hub 5-0:1.0: 2 ports detected
    [ 3.387422] ehci-pci 0000:00:1a.7: EHCI Host Controller
    [ 3.387433] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 6
    [ 3.387454] ehci-pci 0000:00:1a.7: debug port 1
    [ 3.390536] SCSI subsystem initialized
    [ 3.391377] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    [ 3.391407] ehci-pci 0000:00:1a.7: irq 23, io mem 0xf0805c00
    [ 3.393114] libata version 3.00 loaded.
    [ 3.400023] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 3.400556] hub 6-0:1.0: USB hub found
    [ 3.400572] hub 6-0:1.0: 6 ports detected
    [ 3.420762] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 3.423437] hub 1-0:1.0: USB hub found
    [ 3.423452] hub 1-0:1.0: 2 ports detected
    [ 3.446764] hub 2-0:1.0: USB hub found
    [ 3.446781] hub 2-0:1.0: 2 ports detected
    [ 3.470096] hub 3-0:1.0: USB hub found
    [ 3.470113] hub 3-0:1.0: 2 ports detected
    [ 3.470446] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 3.470457] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    [ 3.470467] uhci_hcd 0000:00:1d.2: detected 2 ports
    [ 3.470510] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018e0
    [ 3.470855] hub 7-0:1.0: USB hub found
    [ 3.470871] hub 7-0:1.0: 2 ports detected
    [ 3.471114] ahci 0000:00:1f.2: version 3.0
    [ 3.471277] ahci 0000:00:1f.2: irq 26 for MSI/MSI-X
    [ 3.471324] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 3.471354] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
    [ 3.471359] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc
    [ 3.472602] scsi host0: ahci
    [ 3.472778] scsi host1: ahci
    [ 3.472926] scsi host2: ahci
    [ 3.475424] scsi host3: ahci
    [ 3.475545] ata1: SATA max UDMA/133 abar m2048@0xf0805000 port 0xf0805100 irq 26
    [ 3.475549] ata2: DUMMY
    [ 3.475551] ata3: DUMMY
    [ 3.475553] ata4: DUMMY
    [ 3.476505] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 3.476517] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
    [ 3.476540] ehci-pci 0000:00:1d.7: debug port 1
    [ 3.480454] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [ 3.480479] ehci-pci 0000:00:1d.7: irq 19, io mem 0xf0806000
    [ 3.490041] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 3.490373] hub 8-0:1.0: USB hub found
    [ 3.490387] hub 8-0:1.0: 6 ports detected
    [ 3.513423] hub 4-0:1.0: USB hub found
    [ 3.513436] hub 4-0:1.0: 2 ports detected
    [ 3.536764] hub 5-0:1.0: USB hub found
    [ 3.536781] hub 5-0:1.0: 2 ports detected
    [ 3.560098] hub 7-0:1.0: USB hub found
    [ 3.560115] hub 7-0:1.0: 2 ports detected
    [ 3.793361] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 3.793627] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 3.793633] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 3.793664] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 3.793670] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 3.793788] ata1.00: ATA-8: TOSHIBA THNS128GG4BAAA-NonFDE, AGLA0203, max UDMA/100
    [ 3.793792] ata1.00: 250069680 sectors, multi 16: LBA48
    [ 3.794031] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 3.794035] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 3.794065] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 (SET FEATURES) succeeded
    [ 3.794070] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 3.794186] ata1.00: configured for UDMA/100
    [ 3.794336] scsi 0:0:0:0: Direct-Access ATA TOSHIBA THNS128G 0203 PQ: 0 ANSI: 5
    [ 3.826124] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 3.826227] sd 0:0:0:0: [sda] Write Protect is off
    [ 3.826232] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.826278] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.827934] sda: sda1 sda2 sda3
    [ 3.828454] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.863366] device-mapper: uevent: version 1.0.3
    [ 3.863509] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected]
    [ 13.087453] random: nonblocking pool is initialized
    [ 17.023466] NET: Registered protocol family 38
    [ 17.304211] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    [ 17.773165] thinkpad_ec: thinkpad_ec 0.41 loaded.
    [ 17.776308] tp_smapi 0.41 loading...
    [ 17.776557] tp_smapi successfully loaded (smapi_port=0xb2).
    [ 17.785849] EXT4-fs (dm-0): re-mounted. Opts: data=ordered
    [ 18.128026] Monitor-Mwait will be used to enter C-1 state
    [ 18.128038] Monitor-Mwait will be used to enter C-2 state
    [ 18.128045] Monitor-Mwait will be used to enter C-3 state
    [ 18.128052] tsc: Marking TSC unstable due to TSC halts in idle
    [ 18.128109] ACPI: acpi_idle registered with cpuidle
    [ 18.128216] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    [ 18.128538] ACPI: Lid Switch [LID]
    [ 18.128632] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    [ 18.128638] ACPI: Sleep Button [SLPB]
    [ 18.128774] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 18.128779] ACPI: Power Button [PWRF]
    [ 18.133197] Switched to clocksource hpet
    [ 18.157152] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
    [ 18.157193] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 18.158391] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
    [ 18.158864] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [ 18.161295] thermal LNXTHERM:00: registered as thermal_zone0
    [ 18.161300] ACPI: Thermal Zone [THM0] (49 C)
    [ 18.163180] thermal LNXTHERM:01: registered as thermal_zone1
    [ 18.163184] ACPI: Thermal Zone [THM1] (47 C)
    [ 18.201123] systemd-journald[151]: Received request to flush runtime journal from PID 1
    [ 18.211042] tpm_tis 00:05: 1.2 TPM (device-id 0x1020, rev-id 6)
    [ 18.211049] tpm_tis 00:05: Intel iTPM workaround enabled
    [ 18.214146] Non-volatile memory driver v1.3
    [ 18.215056] ACPI: Battery Slot [BAT0] (battery present)
    [ 18.216407] ACPI: AC Adapter [AC] (on-line)
    [ 18.254681] [drm] Initialized drm 1.1.0 20060810
    [ 18.486984] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 18.488981] ACPI Warning: SystemIO range 0x0000000000001028-0x000000000000102f conflicts with OpRegion 0x0000000000001000-0x000000000000107f (\_SB_.PCI0.LPC_.PMIO) (20140724/utaddress-258)
    [ 18.488992] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 18.488998] ACPI Warning: SystemIO range 0x00000000000011b0-0x00000000000011bf conflicts with OpRegion 0x0000000000001180-0x00000000000011ff (\_SB_.PCI0.LPC_.LPIO) (20140724/utaddress-258)
    [ 18.489003] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 18.489006] ACPI Warning: SystemIO range 0x0000000000001180-0x00000000000011af conflicts with OpRegion 0x0000000000001180-0x00000000000011ff (\_SB_.PCI0.LPC_.LPIO) (20140724/utaddress-258)
    [ 18.489011] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 18.489014] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 18.489532] wmi: Mapper loaded
    [ 18.496450] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 18.528954] thinkpad_acpi: ThinkPad ACPI Extras v0.25
    [ 18.528960] thinkpad_acpi: http://ibm-acpi.sf.net/
    [ 18.528962] thinkpad_acpi: ThinkPad BIOS 6EET55WW (3.15 ), EC 6EHT11WW-1.05
    [ 18.528965] thinkpad_acpi: Lenovo ThinkPad X301, model 27763JG
    [ 18.562827] mei_me 0000:00:03.0: irq 27 for MSI/MSI-X
    [ 18.576844] thinkpad_acpi: detected a 16-level brightness capable ThinkPad
    [ 18.578163] thinkpad_acpi: radio switch found; radios are enabled
    [ 18.578329] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    [ 18.578333] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    [ 18.589581] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
    [ 18.589742] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
    [ 18.593495] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input5
    [ 18.602509] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 18.608125] cfg80211: Calling CRDA to update world regulatory domain
    [ 18.608227] [drm] Memory usable by graphics device = 2048M
    [ 18.608232] checking generic (d0000000 500000) vs hw (d0000000 10000000)
    [ 18.608235] fb: switching to inteldrmfb from VESA VGA
    [ 18.608267] Console: switching to colour dummy device 80x25
    [ 18.608458] [drm] Replacing VGA console driver
    [ 18.627881] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 18.627886] Copyright(c) 2003- 2014 Intel Corporation
    [ 18.628049] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 18.628121] iwlwifi 0000:03:00.0: irq 28 for MSI/MSI-X
    [ 18.633437] i915 0000:00:02.0: irq 29 for MSI/MSI-X
    [ 18.633498] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 18.633501] [drm] Driver supports precise vblank timestamp query.
    [ 18.633597] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 18.643232] iwlwifi 0000:03:00.0: loaded firmware version 8.83.5.1 build 33692 op_mode iwldvm
    [ 18.691553] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 18.691558] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 18.691561] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 18.691565] iwlwifi 0000:03:00.0: Detected Intel(R) Ultimate N WiFi Link 5300 AGN, REV=0x24
    [ 18.691646] iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
    [ 18.728972] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 18.767043] iTCO_vendor_support: vendor-support=0
    [ 18.775548] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 18.775618] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x1060)
    [ 18.781996] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 18.792476] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 18.822944] iwlwifi 0000:03:00.0 wls1: renamed from wlan0
    [ 18.836659] fbcon: inteldrmfb (fb0) is primary device
    [ 19.343552] Console: switching to colour frame buffer device 180x56
    [ 19.352308] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 19.352310] i915 0000:00:02.0: registered panic notifier
    [ 19.375020] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    [ 19.397558] acpi device:01: registered as cooling_device2
    [ 19.398077] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
    [ 19.398394] [drm] Initialized i915 1.6.0 20140725 for 0000:00:02.0 on minor 0
    [ 19.398598] snd_hda_intel 0000:00:1b.0: irq 30 for MSI/MSI-X
    [ 19.444984] sound hdaudioC0D0: CX20561 (Hermosa): BIOS auto-probing.
    [ 19.445424] sound hdaudioC0D0: autoconfig: line_outs=1 (0x1a/0x0/0x0/0x0/0x0) type:speaker
    [ 19.445428] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 19.445432] sound hdaudioC0D0: hp_outs=2 (0x19/0x16/0x0/0x0/0x0)
    [ 19.445435] sound hdaudioC0D0: mono: mono_out=0x0
    [ 19.445438] sound hdaudioC0D0: dig-out=0x1c/0x0
    [ 19.445440] sound hdaudioC0D0: inputs:
    [ 19.445444] sound hdaudioC0D0: Mic=0x18
    [ 19.445447] sound hdaudioC0D0: Internal Mic=0x1d
    [ 19.445450] sound hdaudioC0D0: Dock Mic=0x17
    [ 19.446528] sound hdaudioC0D0: Enable sync_write for stable communication
    [ 19.460104] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input9
    [ 19.460484] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 19.460612] input: HDA Intel Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 19.460739] input: HDA Intel Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    [ 19.460861] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
    [ 19.507357] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1a0b1, caps: 0xd047b3/0xb40000/0xa0000, board id: 71, fw id: 572156
    [ 19.507368] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
    [ 19.552922] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
    [ 19.553788] iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
    [ 19.554188] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
    [ 19.559479] mousedev: PS/2 mouse device common for all mice
    [ 19.687534] iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
    [ 19.687940] iwlwifi 0000:03:00.0: Radio type=0x0-0x2-0x0
    [ 19.715231] IPv6: ADDRCONF(NETDEV_UP): wls1: link is not ready
    [ 20.522949] cfg80211: Calling CRDA to update world regulatory domain
    [ 23.184174] wls1: authenticate with 34:31:c4:5f:07:d1
    [ 23.190197] wls1: send auth to 34:31:c4:5f:07:d1 (try 1/3)
    [ 23.193077] wls1: authenticated
    [ 23.193382] wls1: associate with 34:31:c4:5f:07:d1 (try 1/3)
    [ 23.201867] wls1: RX AssocResp from 34:31:c4:5f:07:d1 (capab=0x431 status=0 aid=4)
    [ 23.213427] wls1: associated
    [ 23.213484] IPv6: ADDRCONF(NETDEV_CHANGE): wls1: link becomes ready
    [ 23.213555] cfg80211: Calling CRDA to update world regulatory domain
    [ 24.474590] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    [ 24.727431] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input14
    [ 26.135183] fuse init (API version 7.23)
    [ 325.938870] wls1: AP 34:31:c4:5f:07:d1 changed bandwidth, new config is 2432 MHz, width 1 (2432/0 MHz)
    [ 1198.431306] perf interrupt took too long (2511 > 2495), lowering kernel.perf_event_max_sample_rate to 50100
    [ 1284.185106] tun: Universal TUN/TAP device driver, 1.6
    [ 1284.185111] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
    [ 1284.215129] Bridge firewalling registered
    [ 1284.229704] device tap0 entered promiscuous mode
    [ 1284.241864] IPv6: ADDRCONF(NETDEV_UP): qemubr0: link is not ready
    [ 2126.210933] wls1: AP 34:31:c4:5f:07:d1 changed bandwidth, new config is 2432 MHz, width 2 (2422/0 MHz)
    [ 2426.034294] wls1: AP 34:31:c4:5f:07:d1 changed bandwidth, new config is 2432 MHz, width 1 (2432/0 MHz)
    [ 2892.936374] kvm: zapping shadow pages for mmio generation wraparound
    [ 2911.505834] kvm [958]: vcpu0 disabled perfctr wrmsr: 0xc1 data 0xffff
    ip link / addr on host:
    # ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: wls1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 00:21:6a:a9:49:ae brd ff:ff:ff:ff:ff:ff
    inet 192.168.178.32/24 brd 192.168.178.255 scope global wls1
    valid_lft forever preferred_lft forever
    inet6 fe80::2176:234a:73c6:16a7/64 scope link
    valid_lft forever preferred_lft forever
    3: tap0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master qemubr0 state DOWN group default qlen 500
    link/ether 7a:16:ef:9e:39:78 brd ff:ff:ff:ff:ff:ff
    4: qemubr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
    link/ether 7a:16:ef:9e:39:78 brd ff:ff:ff:ff:ff:ff
    # ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: wls1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000
    link/ether 00:21:6a:a9:49:ae brd ff:ff:ff:ff:ff:ff
    3: tap0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master qemubr0 state DOWN mode DEFAULT group default qlen 500
    link/ether 7a:16:ef:9e:39:78 brd ff:ff:ff:ff:ff:ff
    4: qemubr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default
    link/ether 7a:16:ef:9e:39:78 brd ff:ff:ff:ff:ff:ff
    VM ip addr / link
    http://oi58.tinypic.com/16kt11k.jpg
    VM dmesg (extract), probably not helpful
    http://oi59.tinypic.com/2i7l2qv.jpg
    I must admit that my theoretical and practical knowledge on networking is quite limited, so this might be trivial. I'd be happy about any hints in the right direction. Thanks
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code and please don't post images of text [jwr] --
    Last edited by AndyBrandi (2015-01-01 17:48:08)

    You are scratching your right ear with the left hand, so to speak.
    Let's say on the host, you have a bridge, br0, with an appropriate IP, serving as a gateway (created with your favorite network manager), and you'd like to start a VM whose virtual drive is arch-x86_64, then this is all you need to do:
    $ qemu-system-x86_64 -enable-kvm -drive file=arch-x86_64,if=virtio -net nic,model=virtio -net bridge,br=br0
    inside the VM you'll have eth0 (or whatever), and on the host -- tap0 plugged into the bridge. This is all courtesy of /usr/lib/qemu/qemu-bridge-helper which is a suid binary.
    Last edited by Leonid.I (2015-01-03 23:24:41)

  • Load balancing on the local host only (6.40 Java)

    Hello!
    When configuring load balancing for Web AS 6.20 (Java), the property "LocalLoadBalancing" was available in the ServiceManager of the dispatcher. See Note 772561.
    This property is not available in Web AS 6.40 (SP14).
    How can I now ensure that a dispatcher does not connect to a server process on another physical server?
    // Mikael

    Hi Mikael,
    In Web AS 6.40 this property is invalidated by the new <b>instance-based</b> cluster concept. In other words, when installing a Web AS 6.40 system you're installing instances (i.e. one central services instance, one java central instance, and 1-n dialog instances). A Web AS 6.40 instance contains one dispatcher and 1-n servers. The installation software (SAPinst) lets you install an instance on the same physical host only. Therefore, in 6.40 all servers that are behind the J2EE dispatcher are <b>always</b> on the same physical machine => the behavior of the LocalLoadBalancing property.
    In 6.20, the installable unit is a dispatcher/server, and you can choose to distribute them to different physical hosts => the need to have the LocalLoadBalancing property to control remote/local LB.
    Hope this explains things a bit.
    P.S. In case you need more info about the cluster architecture of the Web AS Java 6.40, you can have a look <a href="http://help.sap.com/saphelp_nw04/helpdata/en/2e/611724f410254ca12a3f396ec5ae85/frameset.htm">here</a>.

  • UDP Send and Receive with Remote Host Only Issue

    I am seeing an issue using the UDP Sender and UDP Receiver example VIs that ship with LabVIEW. If I open the VIs and do not change any of the settings and run the UDP Receiver VI and then the UDP Sender VI the Receiver VI never reads anything. However if I change the boolean on the UDP Sender VI to broadcast it works fine.  
    The example program by default uses localhost so I have also tried to use the UDP Receiver on my Real Time controller and the UDP Sender on my laptop with the boolean set to remote host only and the remote host string set to the ip address of my real time controller and this did not work either. But if I change the boolean to broadcast it works.
    I would like to be able to send to a remote host only and not have to broadcast my UDP message to everyone.
    Please let me know if you have any suggestions.
    Thanks,
    Russell 
    Engineering Team Leader
    G Systems, www.gsystems.com
    Certified LabVIEW Architect
    Certified Professional Instructor

    Elizabeth,
    Thank you for the response. I am using LV 8.2.1 and wasn't seeing any errors. 
    However I am not seeing the issue today, I must have been an issue with our network yesterday.
    Thank you,
    Russell 
    Engineering Team Leader
    G Systems, www.gsystems.com
    Certified LabVIEW Architect
    Certified Professional Instructor

  • Connect Win7 in Virtualbox to external server (not host)

    Hello,
    I was looking now for 2,5 days in the Internet but I did not find a solution. I hope, you can help me.
    Following situation:
    1. Server with openSuSE Linux running VirtualBox: IP: 192.168.0.3, dedicated hardware
    2. Server with openSuSE Linux running Samba: IP: 192.168.0.2, dedicated hardware
    3. Win7 running inside VirtualBox on Server#1, Default setting, one network adapter with NAT, IP: 10.0.2.15
    I want to connect Win7 running in Vbox with the external Samba Server#1. Shared folders in the sense of Virtualbox do not work because it's a different hardware.
    After starting the network wizzards inisde Win7 I do not see the Samba server. I assume this is because it's a totally different IP range. I extended the default NAT settings with port forwarding for the ports 137, 138, 139 and 445 but still no success.
    I forgot to say that Samba is running fine. I can access the server with other PCs (not virtual ones). Those PCs have IPs in the range of 192.168.0.xxx.
    What is running wrong?
    Can You please help me?
    Thank You in advance!
    Best regards
    Wolfgang

    Hello Dude,
    Thank You for Your reply. I'm aware about the issues of Win7 and Samba and I did those things concerning Registry changes etc. However, it still doesn't work. I have  a notebook running Win 7 and there I see the Samba server, so it has something to do with the virtualization.
    For checking porposes I installed Win XP inside in a Virtualbox and here I also saw only ressources inside the virtualization. Also for XP I doublechecked the connection with another old XP Laptop and this could be connected to Samba and even became a member of the Samba domain.
    To summarize:
    Access to Samba works with dedicated hardware with Win7 and WinXP
    Access to Samba from some virtual boxes with XP and Win7 does not work.
    Is there any other idea?
    Best regards
    Wolfgang

  • PXI Platform Services version on the target appears to be older then 2.0.0 this host only supports targets running PXI Platform Servies 2.0.0 and later Upgarade your target in order to configure its PXI properties from this Host

    after formating  when tryed to install software to the target  this Error Shown
    NI PXi 8108
    The Selcted Target does not support this function 
    when I try to add PXi chassis this Error Shown
    PXI Platform Services version on the target appears to be older then 2.0.0 this host only supports targets running PXI Platform Servies 2.0.0 and later Upgarade your target in order to configure its PXI properties from this Host
    Help me!

    Hi Lukas,
    I think the problem is caused by differenet drivers for the CAN communication.
    NI provides two driver for CAN: NI-CAN and NI-XNET.
    NI-CAN is the outdated driver which is not longer used by new hardware. NI replaced the NI-CAN driver with NI-XNET some years ago, which supports CAN, LIN and the FLEXRAY communication protocol.
    You wrote:
    In order to fix this problem I have formatted my PXI and I have installed the following SW from the iPC:
    3. NI_CAN 2.7.3
    NI CAN is the outdated driver. I think that you should try to install NI-XNET instead of NI-CAN on your PXI-System, to get rid of the error message.
    Regards, stephan

  • [SOLVED] How to uninstall Virtualbox PUEL?

    Well yes, this question is quite embarrassing, but I just don't know how to delete Virtualbox from my computer...
    When I did
    sh VirtualBox-3.2.8-64453-Linux_amd64.run --list
    amongst others I found
    -rwxr-xr-x vbox/vbox 4564 2010-08-05 14:03 ./uninstall.sh
    but I can't access is. What I tried to do was "sh ./uninstall.sh", tried to execute it everywhere, to no avail...
    So how can I get to remove Virtualbox PUEL with the uninstaller?
    Last edited by tabelle (2010-09-10 12:21:02)

    try:
    sudo ./VirtualBox-3.2.8-64453-Linux_amd64.run uninstall

  • Fan running constant at 6200rpm only when connected to the Power Adaptor!

    My fans are runing constant at at 6200 rpm, the temperature is around 50 degrees Celsius.
    No other processes running in the background Activity Monitor shows around 2-3 usage after reboot.
    I did a reset of the SMC.
    Funny thing is, if the MacBook is not connected to the Power Adaptor, running with the battery, the fan is running at normal speed between 1500 and 3000 (depending on what programs i use) and has the same temperature at around 50 degrees.
    I am sure that it is not the Power Adaptor, i have two, one at the office and one at home, and the MacBook is only loud, connected to the Power Adaptor.
    3 Year Extended Waranty just run out 3 weeks ago...
    Any hints or ideas which part could be broken and should be replaced?
    Is there some sort of Power Management Unit?

    I did a reset of the SMC (see my first post). Did not help.
    Actually i did everthing you can do, including a fresh install (10.5.6) and not updating to 10.5.7 (some had problems with their fans updating to 10.5.7), also a Harware check, safe boot, etc. Did not help at all. Now running again with 10.5.7.
    I was wondering if there is a actual hardware part i can replace.
    My stoneaged Powerbook had some sort of a circuit board that managed the chareging of the battery, etc. This board could be replaced.
    Or do i have to accept it, that my MacBook believes to be a helicopter now.

  • Safari crashes on opening (only if connected)

    Hi,
    hopefully there's anybody who may help me ..
    When I open Safari it crashes at once (see report below), but only when connected to the internet.
    When disconnected safari openes with general "no connection to internet" (ok) - if I connect after opening, it crashes again. (oh god, and my english is crap
    Used Mobile connector: Globetrotter Version 1.3.0.349 (http://www.option.com/en/support/software-download/usb-modems/icon225/) with 'telering willi' (internet provider)
    Is there anybody who understands the lines below??
    Thanks for any help!
    Astrid
    Process: Safari [268]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.3 (6531.9)
    Build Info: WebBrowser-65310900~3
    Code Type: X86-64 (Native)
    Parent Process: launchd [76]
    Date/Time: 2010-05-06 11:07:37.888 +0200
    OS Version: Mac OS X 10.6.2 (10C2234)
    Report Version: 6
    Interval Since Last Report: 5757 sec
    Crashes Since Last Report: 14
    Per-App Interval Since Last Report: 944 sec
    Per-App Crashes Since Last Report: 12
    Anonymous UUID: 386073F9-2C3E-472F-B0BE-8C614C8703B0
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x00007fff85897b98 CFRelease + 200
    1 com.apple.LaunchServices 0x00007fff8462ecd3 _LSCopyDownloadAssessmentDictionaryInternal(LSContext*, unsigned long, FSNode*, __CFDictionary const*) + 6299
    2 com.apple.LaunchServices 0x00007fff8462d354 _LSCopyDownloadAssessmentDictionary + 65
    3 com.apple.CFNetwork 0x00007fff882981c7 URLResponse::initDownloadAssessment(_CFData const*) + 335
    4 com.apple.CFNetwork 0x00007fff882a1b8f URLResponse::copySuggestedFilename() + 75
    5 com.apple.Foundation 0x00007fff84f5935e -[NSURLResponse suggestedFilename] + 31
    6 com.apple.WebCore 0x00007fff81a46817 WebCore::ResourceResponse::platformLazyInit() + 535
    7 com.apple.WebCore 0x00007fff81aa5d31 WebCore::ResourceResponseBase::httpStatusCode() const + 17
    8 com.apple.WebCore 0x00007fff81aaaa9e WebCore::ResourceLoader::didReceiveResponse(WebCore::ResourceHandle*, WebCore::ResourceResponse const&) + 30
    9 com.apple.WebCore 0x00007fff81aaaa24 -[WebCoreResourceHandleAsDelegate connection:didReceiveResponse:] + 260
    10 com.apple.Foundation 0x00007fff84f590d7 _NSURLConnectionDidReceiveResponse + 123
    11 com.apple.CFNetwork 0x00007fff88298364 URLConnectionClient::clientSendDidReceiveResponse(CFURLResponse*, URLConnectionClient::ClientConnectionEventQueue*) + 38
    12 com.apple.CFNetwork 0x00007fff882fa382 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 456
    13 com.apple.CFNetwork 0x00007fff882fa524 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 874
    14 com.apple.CFNetwork 0x00007fff88284609 URLConnectionClient::processEvents() + 121
    15 com.apple.CFNetwork 0x00007fff882843e4 MultiplexerSource::perform() + 160
    16 com.apple.CoreFoundation 0x00007fff858da271 __CFRunLoopDoSources0 + 1361
    17 com.apple.CoreFoundation 0x00007fff858d8469 __CFRunLoopRun + 873
    18 com.apple.CoreFoundation 0x00007fff858d7c2f CFRunLoopRunSpecific + 575
    19 com.apple.HIToolbox 0x00007fff81415a4e RunCurrentEventLoopInMode + 333
    20 com.apple.HIToolbox 0x00007fff81415853 ReceiveNextEventCommon + 310
    21 com.apple.HIToolbox 0x00007fff8141570c BlockUntilNextEventMatchingListInMode + 59
    22 com.apple.AppKit 0x00007fff839771f2 _DPSNextEvent + 708
    23 com.apple.AppKit 0x00007fff83976b41 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    24 com.apple.Safari 0x000000010000bcec 0x100000000 + 48364
    25 com.apple.AppKit 0x00007fff8393c747 -[NSApplication run] + 395
    26 com.apple.AppKit 0x00007fff83935468 NSApplicationMain + 364
    27 com.apple.Safari 0x0000000100001d08 0x100000000 + 7432
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff8618ebba kevent + 10
    1 libSystem.B.dylib 0x00007fff86190a85 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff8619075c dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff86190286 dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff8618fbb8 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff8618fa55 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff8618f9da _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8618fdec pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8618fa55 start_wqthread + 13
    Thread 3: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff861b09ee _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff861b47f1 pthread_condwait + 1286
    2 com.apple.WebCore 0x00007fff81a2cf79 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3 com.apple.WebCore 0x00007fff81a28cda WebCore::IconDatabase::iconDatabaseSyncThread() + 170
    4 libSystem.B.dylib 0x00007fff861aef8e pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff861aee41 thread_start + 13
    Thread 4: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff86175e3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff861764ad mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff858d87a2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff858d7c2f CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x0000000100025673 0x100000000 + 153203
    5 com.apple.Safari 0x0000000100025603 0x100000000 + 153091
    6 libSystem.B.dylib 0x00007fff861aef8e pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff861aee41 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff86175e3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff861764ad mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff858d87a2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff858d7c2f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff84f584cf +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff84ed8e99 _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff861aef8e pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff861aee41 thread_start + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff861b99e2 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff858fa242 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff861aef8e pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff861aee41 thread_start + 13
    Thread 7: Safari: SpinningProgressIndicator
    0 libSystem.B.dylib 0x00007fff86175e3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff861764ad mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff858d87a2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff858d7c2f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff84f13a24 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff84f13903 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.Safari 0x0000000100035795 0x100000000 + 219029
    7 com.apple.Foundation 0x00007fff84ed8e99 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff861aef8e pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff861aee41 thread_start + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff8618f9da _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8618fdec pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8618fa55 start_wqthread + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff8618f9da _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8618fdec pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8618fa55 start_wqthread + 13
    Thread 10:
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000001 rbx: 0x0000000000000000 rcx: 0x00007fff5fbfdb4c rdx: 0x0000000000000001
    rdi: 0x0000000000000000 rsi: 0x0000000000000000 rbp: 0x00007fff5fbfdc60 rsp: 0x00007fff5fbfdc50
    r8: 0x00007fff709bc360 r9: 0x0000000000000000 r10: 0x000000010211dd80 r11: 0x00007fff846efc80
    r12: 0x00007fff70bd26b0 r13: 0x0000000100662ea0 r14: 0x0000000000000002 r15: 0x0000000000000000
    rip: 0x00007fff85897b98 rfl: 0x0000000000000246 cr2: 0x00000001b1faf000
    Binary Images:
    0x100000000 - 0x10024ffff com.apple.Safari 4.0.3 (6531.9) <A4FFBD1D-D23D-3934-F7D9-43761646463A> /Applications/Safari.app/Contents/MacOS/Safari
    0x118625000 - 0x118625fff com.apple.JavaPluginCocoa 13.0.0 (13.0.0) <5708EC88-F87A-376F-B383-97B76AC0EC94> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x118629000 - 0x118630ff7 com.apple.JavaVM 13.0.0 (13.0.0) <366B87F0-1E63-DA41-3904-3B2AB5E68771> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x7fff5fc00000 - 0x7fff5fc3bde7 dyld 132.1 (???) <A43F7314-3A8C-4391-3237-46790EE6313A> /usr/lib/dyld
    0x7fff80003000 - 0x7fff8010cfff com.apple.MediaToolbox 0.420.18 (420.18) <15E1965A-3D89-3282-9057-BBDB4830EDA1> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff8014c000 - 0x7fff8014dff7 com.apple.TrustEvaluationAgent 1.1 (1) <040B71B1-F8BD-1605-057E-E80DBDE1FE59> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff80178000 - 0x7fff801fcfe7 com.apple.print.framework.PrintCore 6.1 (312.3) <CEF785BE-D1D8-962E-9BB6-B3B3C77D9245> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff80208000 - 0x7fff8020efff libCGXCoreImage.A.dylib ??? (???) <79D99916-7D57-5920-EE45-5E7FC2987D72> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff8028b000 - 0x7fff804c5fff com.apple.AddressBook.framework 5.0.1 (864) <8D4D6A16-3F36-3690-24E4-D733804A21B1> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff804c6000 - 0x7fff804ccff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff804cd000 - 0x7fff804cdff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff80593000 - 0x7fff8092bfff com.apple.QuartzCore 1.6.1 (227.8) <ACE60C62-19DD-506E-42A3-3BA9674EAAD1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8092c000 - 0x7fff8094dfff libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    0x7fff8094e000 - 0x7fff8094eff7 com.apple.Carbon 150 (152) <4B7DC942-DD69-7AF4-9018-3F43B31C1A81> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff80ab8000 - 0x7fff80af3ff7 com.apple.CoreMediaIOServices 125.0 (852) <48D20BAB-BF0D-AF27-5E9F-2FB92B71F78E> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff80af4000 - 0x7fff80b2fff7 com.apple.AE 496.1 (496.1) <9B43962D-4AE5-7CB5-EA81-50C27AF5AD94> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff80b40000 - 0x7fff80b5bff7 com.apple.openscripting 1.3.1 (???) <2243C17C-EE36-D5B6-3A3E-8258973FF789> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff80c0d000 - 0x7fff80c8afef libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff80cc0000 - 0x7fff80d06fe7 libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff80d07000 - 0x7fff80dbcfe7 com.apple.ink.framework 1.3.1 (105) <C13179C5-1D60-E307-7016-32285F7F35E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff80dca000 - 0x7fff80de8fff libPng.dylib ??? (???) <7B5BF30D-8A8B-BED3-72CD-CE2632075D55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff80de9000 - 0x7fff80df4fff com.apple.CrashReporterSupport 10.6.2 (239) <90D0D9DB-E2BD-F360-BA7E-D6522764988E> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff80df5000 - 0x7fff80f03fe7 libcrypto.0.9.8.dylib ??? (???) <CB2A1AF3-BDC7-2BF6-25C7-5EEA1EF823D7> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff80f04000 - 0x7fff80f45ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <199E5964-B414-05BE-7930-D63309134523> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff80f46000 - 0x7fff81050ff7 com.apple.MeshKitIO 1.0 (49.0) <E3F511C1-CFEE-798B-0F1F-4EFE535FDA77> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff81051000 - 0x7fff810d3fe7 com.apple.QuickLookUIFramework 2.1 (327.3) <53C0A6B7-AE99-B329-B825-BBABB8A3B130> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff810d4000 - 0x7fff8111bfef com.apple.QuickLookFramework 2.1 (327.3) <1C7C4852-59CB-AFC9-BBA4-3DE1D4FCF02A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8111c000 - 0x7fff8125afff com.apple.CoreData 102.1 (250) <A1476D8D-7BF1-0104-2946-F16D23B7FCD1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8126f000 - 0x7fff812befef libTIFF.dylib ??? (???) <3AD55B23-F69F-AF4C-18BB-C37B875062CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff812bf000 - 0x7fff812c1fff libRadiance.dylib ??? (???) <BC1313E3-6DBE-D58C-C981-175C88FCDCDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff812db000 - 0x7fff81345fe7 libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff81346000 - 0x7fff813c1ff7 com.apple.ISSupport 1.9.2 (50) <2C092D6D-3047-2D12-B5C1-45EC9606428B> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff813e7000 - 0x7fff816e5fe7 com.apple.HIToolbox 1.6.2 (???) <3E8DB791-B929-21F5-A425-C519A02F7D75> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff816fc000 - 0x7fff8173fff7 libRIP.A.dylib ??? (???) <400BB95B-0897-CF2B-50E1-A60619B5D7F1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff81740000 - 0x7fff81740ff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff81741000 - 0x7fff817f0fff edu.mit.Kerberos 6.5.9 (6.5.9) <74E23AD1-6ED4-639E-8EF4-981D2EBDCA43> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff817f1000 - 0x7fff8181cff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff8181d000 - 0x7fff8182afe7 libCSync.A.dylib ??? (???) <F72E20A8-1CD0-7187-8519-17E61064C565> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff81a0f000 - 0x7fff81a25fff com.apple.ImageCapture 6.0 (6.0) <BF702F65-8E30-E318-1B58-AE6C0D5E5715> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff81a26000 - 0x7fff82449fe7 com.apple.WebCore 6531 (6531.9) <954879C3-497A-1C8E-6B74-A357C16909B9> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff8244a000 - 0x7fff82684ff7 com.apple.imageKit 2.0.1 (1.0) <CE2BA963-5DD0-9B03-BE07-A29A1666370E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff82685000 - 0x7fff82694fef com.apple.opengl 1.6.5 (1.6.5) <0D07EDA3-0775-0417-5648-BC0B423340DF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff82695000 - 0x7fff827d2fef com.apple.WebKit 6531 (6531.9) <65623F2A-7434-0E16-B642-9E1DB857B8AA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff827d3000 - 0x7fff82890ff7 com.apple.CoreServices.OSServices 352 (352) <991CA6C2-78C5-93CC-A7AA-7BF351991BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff82906000 - 0x7fff82996fff com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff82997000 - 0x7fff829f3fff libGLU.dylib ??? (???) <9D686464-864A-5795-6E32-ED8E0EB2874D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff829f4000 - 0x7fff82b12ff7 com.apple.PubSub 1.0.4 (65.11) <C1D56F85-7553-FB97-2A31-35CEB2BB8B63> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff82b28000 - 0x7fff82b3cff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff82b3d000 - 0x7fff82b41ff7 libCGXType.A.dylib ??? (???) <95B0C1D9-12F2-FC93-674F-3C1B25E0E48E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff82b4e000 - 0x7fff83046ff7 com.apple.VideoToolbox 0.420.18 (420.18) <B1D410A0-D568-3376-895C-88630795CC63> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff83047000 - 0x7fff832b0fff com.apple.QuartzComposer 4.1 (156.10) <22C0CC29-62EF-A145-6517-11EE0FE62C97> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff832b1000 - 0x7fff8333dfef SecurityFoundation ??? (???) <E8D8DEC7-341B-585F-1175-BDE1419255EB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff83389000 - 0x7fff83390fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff833c6000 - 0x7fff833c6ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff833c7000 - 0x7fff83483ff7 libFontParser.dylib ??? (???) <E1AE4F0B-C56D-B8F8-17D5-67968CA07275> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff83484000 - 0x7fff83495fef libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff83498000 - 0x7fff8349bff7 libCoreVMClient.dylib ??? (???) <ABDDDD2F-23B5-B247-FF8A-7790F28C1D9C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8349c000 - 0x7fff834beff7 com.apple.opencl 12 (12) <7E9C9972-485E-0E21-31FA-92FBBBFC24EF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff834bf000 - 0x7fff8362bfe7 com.apple.QTKit 7.6.3 (1592.18) <33ECCB5A-47A7-EC6C-1635-7313452BDC9C> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8362c000 - 0x7fff83750fe7 com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <16B94CB8-A114-D4A3-5168-921EE7435737> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff83751000 - 0x7fff83767ff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <E433FBE7-E981-9325-98C3-A97C3382CE53> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff83768000 - 0x7fff8376bff7 com.apple.securityhi 4.0 (36638) <A233A831-1EED-7C89-967C-37336DC1EF59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8376c000 - 0x7fff83792fe7 libJPEG.dylib ??? (???) <B00CA749-B114-637B-3A76-C862E0390FDF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff83793000 - 0x7fff8379eff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <5CA110A2-0712-F774-E7CF-AA7A2A106DAC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff8379f000 - 0x7fff8379fff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff837c4000 - 0x7fff8385efff com.apple.ApplicationServices.ATS 4.1 (???) <2BEFA90F-4AAA-B929-57C6-153CAA775DB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8385f000 - 0x7fff8389cfef libFontRegistry.dylib ??? (???) <1FC46471-9351-7B00-5BD5-25287517BEB0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8389d000 - 0x7fff838aefff SyndicationUI ??? (???) <6B116A70-EA2D-1A61-2C27-35B1CFDFBBD6> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff838af000 - 0x7fff838eafe7 com.apple.CoreMedia 0.420.18 (420.18) <7488DD67-AFC3-2584-6FEF-D1C7160C8A0F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff838eb000 - 0x7fff83932ff7 com.apple.coreui 2 (113) <D77489FE-F9AF-101F-3CF0-4534FBC3905F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff83933000 - 0x7fff84327fff com.apple.AppKit 6.6.3 (1038.25) <57EAD017-FB84-931F-EE83-3E8AFAF156BC> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff84328000 - 0x7fff84379fe7 com.apple.HIServices 1.8.0 (???) <02FCB65A-4E6E-D521-4E56-FEDD983BF92C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff8437a000 - 0x7fff8437ffff libGFXShared.dylib ??? (???) <64E3B385-49F2-D60B-470A-1CC5B897D0B1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff84413000 - 0x7fff84448fff libGLImage.dylib ??? (???) <B1927FB2-23F4-850A-8217-1580968CF3A6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff844fe000 - 0x7fff8453ffef com.apple.QD 3.33 (???) <41322DEE-6154-B69C-CA7C-6CCCF469DDA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff84540000 - 0x7fff84560ff7 com.apple.DirectoryService.Framework 3.6 (621.1) <1B6C18CD-2257-1CEB-00C4-1BD8EB267DDE> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff84561000 - 0x7fff845aaff7 com.apple.securityinterface 4.0.1 (37214) <68CC3A69-1078-EAB0-3E18-93D051C4F5E0> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff845ab000 - 0x7fff8460dfe7 com.apple.datadetectorscore 2.0 (80.7) <5B6AABCA-C75A-D28F-6A2F-59648F0ABFC8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8460e000 - 0x7fff846aefff com.apple.LaunchServices 362 (362) <0420B038-B12E-0976-A069-15894B398314> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff846af000 - 0x7fff846e4ff7 libcups.2.dylib ??? (???) <DA686312-7D2A-38B4-DA6E-39AF492D9D24> /usr/lib/libcups.2.dylib
    0x7fff846e5000 - 0x7fff84a17fef com.apple.CoreServices.CarbonCore 861.2 (861.2) <8D3CECD6-0184-C481-14DF-544F6C1BD4D9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff84a18000 - 0x7fff84a20fff com.apple.DisplayServicesFW 2.2 (2.2) <271FCAEA-13E7-1D7B-DC51-508C714CF221> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff84a21000 - 0x7fff84a26ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff84a27000 - 0x7fff84babfff com.apple.JavaScriptCore 6531 (6531.5) <9CD846DD-4DC4-18A4-096B-B4AC707FE9A1> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff84c0d000 - 0x7fff84c44ff7 libssl.0.9.8.dylib ??? (???) <21036410-B7EE-82E3-5B03-27A50A461627> /usr/lib/libssl.0.9.8.dylib
    0x7fff84da3000 - 0x7fff84e20fe7 com.apple.CoreText 3.1.0 (???) <22F7F996-E0D7-DCC1-E1F5-EF776EE9D6A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff84e21000 - 0x7fff84e37fef libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
    0x7fff84e53000 - 0x7fff84e77ff7 com.apple.CoreVideo 1.6.0 (43.1) <4DA5C05D-A281-2F84-9069-6D50A57B4174> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff84e78000 - 0x7fff84e7dfff libGIF.dylib ??? (???) <8E5EC739-D938-6840-49C3-C9AC3A8C893D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff84ec1000 - 0x7fff84ec7ff7 IOSurface ??? (???) <49C9D9BF-3E35-42DE-0A2F-C0318F8B0A76> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff84ec8000 - 0x7fff85149fe7 com.apple.Foundation 6.6.1 (751.14) <8E48AD19-815A-FABC-E237-C1F82D8F0164> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff85196000 - 0x7fff8519aff7 libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8519b000 - 0x7fff851b0ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <413E033D-7A8A-4C46-6779-592D93BE2B81> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff851b1000 - 0x7fff85206fef com.apple.framework.familycontrols 2.0 (2.0) <CA23136F-678E-23BB-2947-50FB1324C521> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff85207000 - 0x7fff8524afff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff8524b000 - 0x7fff8524cfff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff8524d000 - 0x7fff85297ff7 com.apple.Metadata 10.6.2 (507.4) <89D9A7A8-00D8-6143-31C9-708275853E91> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff85413000 - 0x7fff85426fff libGL.dylib ??? (???) <5F9DAF5F-C25C-B6C2-C9BC-3D91D723FD85> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8542c000 - 0x7fff85445fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff85486000 - 0x7fff85486ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff85487000 - 0x7fff85504fef com.apple.backup.framework 1.2 (1.2) <BA00DC37-B0B7-C508-9713-4C8E8CA6833B> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff85505000 - 0x7fff855d0fe7 ColorSyncDeprecated.dylib ??? (???) <D709D8D8-BEA0-218B-C3CA-F041B19C6900> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff855d1000 - 0x7fff8578bfef com.apple.ImageIO.framework 3.0.1 (3.0.1) <4BA79C47-6E1B-F855-79B2-840BB1B464AB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff8578c000 - 0x7fff857dbfef com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BD71B20B-C530-6D10-47A4-9838CF292911> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff8588d000 - 0x7fff85a00ff7 com.apple.CoreFoundation 6.6.1 (550.13) <65C48FB9-CE32-68C4-9457-D8392775ED55> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff85a08000 - 0x7fff85a39fef libTrueTypeScaler.dylib ??? (???) <EC783F86-C443-89F7-E2BF-D74AA32001CF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff85a3a000 - 0x7fff85aa1fef com.apple.AppleVAFramework 4.7.5 (4.7.5) <1D7CC125-5DFF-8046-FE08-BCD3B868F939> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff85aa2000 - 0x7fff85ab0ff7 libkxld.dylib ??? (???) <60D615F8-6AD1-0AFF-8303-6F3627296780> /usr/lib/system/libkxld.dylib
    0x7fff85e7f000 - 0x7fff85f59ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff85f70000 - 0x7fff86026fff libobjc.A.dylib ??? (???) <4B6351E5-A293-D814-36E1-E75E35C25D86> /usr/lib/libobjc.A.dylib
    0x7fff8604e000 - 0x7fff860baff7 com.apple.CorePDF 1.1 (1.1) <8813A914-8D31-8F8E-DAB2-C2CBDCE19562> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff860bb000 - 0x7fff86174fff libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff86175000 - 0x7fff86333ff7 libSystem.B.dylib ??? (???) <3814B353-9EE2-E2D3-2D5D-9FE26D4AF5D6> /usr/lib/libSystem.B.dylib
    0x7fff86673000 - 0x7fff866a2ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff866a3000 - 0x7fff866e7fef com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff866e8000 - 0x7fff868f4ff7 com.apple.RawCamera.bundle 2.2.1 (477) <7C5F7FB5-A5D1-37EE-70C8-E9252734DF1E> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff86954000 - 0x7fff86965fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff86966000 - 0x7fff869ceff7 com.apple.MeshKitRuntime 1.0 (49.0) <A27A8307-F619-AB5D-AA23-02121E10A6ED> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff86b2f000 - 0x7fff86b68ff7 com.apple.MeshKit 1.0 (49.0) <90E8EF82-FD3A-3750-E17B-00E62106CF56> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff86b8c000 - 0x7fff86c1bfff com.apple.PDFKit 2.5 (2.5) <4AD8F094-A818-E16A-9D32-148E2B5CA4F5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff86c1c000 - 0x7fff86c1cff7 com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff86c1d000 - 0x7fff86c1efff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff86c1f000 - 0x7fff86c47fff com.apple.DictionaryServices 1.1.1 (1.1.1) <CC593ECB-8FFA-BF81-0B0D-F8C606B31318> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff86cc1000 - 0x7fff86cc3fff com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff86cc4000 - 0x7fff86d10fff libauto.dylib ??? (???) <8145CA34-EA03-11D2-5C60-02C1E5750593> /usr/lib/libauto.dylib
    0x7fff86d11000 - 0x7fff86e16fe7 libGLProgrammability.dylib ??? (???) <5AC07B42-EBE9-C9C2-5E16-F772ADA54B30> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff86e17000 - 0x7fff86e17ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff86e18000 - 0x7fff86fd6fff libicucore.A.dylib ??? (???) <7165A473-3A42-A15A-C6B0-75DECF1C3ECF> /usr/lib/libicucore.A.dylib
    0x7fff86fd7000 - 0x7fff86fe6fff com.apple.NetFS 3.2.1 (3.2.1) <3C6C2D5E-C1E2-9FF9-97A2-4141A5660EBB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff86fe7000 - 0x7fff86feafff com.apple.help 1.3.1 (41) <E311A81E-9870-A430-1E16-AFF6C92CE6E5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff86feb000 - 0x7fff8742ffef libLAPACK.dylib ??? (???) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff87430000 - 0x7fff87c3afe7 libBLAS.dylib ??? (???) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff87c3b000 - 0x7fff87ec0ff7 com.apple.security 6.0 (36910) <D87D83DF-FCC0-32CD-E56E-EC9A934F96C8> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff87ef2000 - 0x7fff87fa6ff7 com.apple.ColorSync 4.6.2 (4.6.2) <C3CE9F94-E8D6-2D83-A03F-EA841CA09D98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff87fa7000 - 0x7fff880befef libxml2.2.dylib ??? (???) <4355C785-9388-1061-6427-D004E92A3766> /usr/lib/libxml2.2.dylib
    0x7fff880bf000 - 0x7fff8813efff com.apple.audio.CoreAudio 3.2.2 (3.2.2) <D76A416C-290C-98BD-2FAE-44ED8FF421B3> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff88187000 - 0x7fff881c4fff com.apple.LDAPFramework 2.0 (120.1) <0BB03A32-3167-3BA2-51E9-16F888E1903F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff881c5000 - 0x7fff88222fef com.apple.framework.IOKit 2.0 (???) <4437494E-1E7F-EE0F-9FCA-AC5BC46DFD57> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff88273000 - 0x7fff8833ffff com.apple.CFNetwork 454.5 (454.5) <34CC453F-9BFC-F6F6-78FE-304F19A8266F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8834e000 - 0x7fff88360fe7 libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff88361000 - 0x7fff88a55537 com.apple.CoreGraphics 1.536.13 (???) <BD88E0D2-0D7D-895B-461A-43711D761666> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff88a56000 - 0x7fff88a57ff7 com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <DF521F72-5BD1-F549-F480-3B6A4849FE00> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff88a58000 - 0x7fff88b3cfff com.apple.DesktopServices 1.5.4 (1.5.4) <E942205A-1ECC-42D9-B363-890E1A6BA1EF> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <3814B353-9EE2-E2D3-2D5D-9FE26D4AF5D6> /usr/lib/libSystem.B.dylib
    Model: iMac11,1, BootROM IM111.0034.B02, 4 processors, Intel Core i7, 2.8 GHz, 8 GB, SMC 1.54f33
    Graphics: ATI Radeon HD 4850, ATI Radeon HD 4850, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x8F), Atheros 9280: 2.1.8.11
    Bluetooth: Version 2.2.5f6, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Option 3G Ethernet, Ethernet, en2
    Serial ATA Device: WDC WD1001FALS-40U9B0, 931,51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfd140000
    USB Device: Apple Optical USB Mouse, 0x05ac (Apple Inc.), 0x0304, 0xfd143000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0221, 0xfd142000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: Globetrotter HSDPA Modem, 0x0af0 (Option NV), 0x6971, 0xfa140000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000

    Hi Carolyn,
    thank you for your welcome and the quick reply! I'm a Mac-newbie but you made it easy to do.
    As for Point 1 and 2, the 32bit and the update (it was indeed 4.0.3) worked fine, as did the disc repair.
    3. the file com.apple.LaunchServices.plis doesn't exist (or i'm too stupid to find even when searching for it) - so i don't know if it matters.
    Unfortunately safari still crashes, even after uninstalling and installing the Globetrotter software.
    But, general downloads are possible (as i could update the software), just not with safari...
    Perhaps i should try firefox instead?!
    Below the new Report - if it's any different and you can make out any new hints.
    Thanks for you support! Astrid
    Process: Safari [198]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 4.0.5 (6531.22.7)
    Build Info: WebBrowser-65312207~1
    Code Type: X86 (Native)
    Parent Process: launchd [77]
    Date/Time: 2010-05-06 14:02:21.796 +0200
    OS Version: Mac OS X 10.6.2 (10C2234)
    Report Version: 6
    Interval Since Last Report: 15898 sec
    Crashes Since Last Report: 28
    Per-App Interval Since Last Report: 82 sec
    Per-App Crashes Since Last Report: 3
    Anonymous UUID: 386073F9-2C3E-472F-B0BE-8C614C8703B0
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x95b69554 CFRelease + 196
    1 com.apple.LaunchServices 0x907fb1c2 _LSCopyDownloadAssessmentDictionaryInternal(LSContext*, unsigned long, FSNode*, __CFDictionary const*) + 6858
    2 com.apple.LaunchServices 0x907f9607 _LSCopyDownloadAssessmentDictionary + 90
    3 com.apple.CFNetwork 0x94dd28ed URLResponse::initDownloadAssessment(_CFData const*) + 349
    4 com.apple.CFNetwork 0x94dd2fbd URLResponse::copySuggestedFilename() + 69
    5 com.apple.Foundation 0x955df7fd -[NSURLResponse suggestedFilename] + 30
    6 com.apple.WebCore 0x92b61bdf WebCore::ResourceResponse::platformLazyInit() + 479
    7 com.apple.WebCore 0x92bbfd82 WebCore::ResourceResponseBase::httpStatusCode() const + 18
    8 com.apple.WebCore 0x92bc52ea WebCore::ResourceLoader::didReceiveResponse(WebCore::ResourceHandle*, WebCore::ResourceResponse const&) + 26
    9 com.apple.WebCore 0x92bc51cc -[WebCoreResourceHandleAsDelegate connection:didReceiveResponse:] + 268
    10 com.apple.Foundation 0x955df61f -[NSURLConnection(NSURLConnectionReallyInternal) sendDidReceiveResponse:] + 119
    11 com.apple.Foundation 0x955df56d _NSURLConnectionDidReceiveResponse + 146
    12 com.apple.CFNetwork 0x94dd2aa0 URLConnectionClient::clientSendDidReceiveResponse(CFURLResponse*, URLConnectionClient::ClientConnectionEventQueue*) + 46
    13 com.apple.CFNetwork 0x94e481d7 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 591
    14 com.apple.CFNetwork 0x94e48384 URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayl oad(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 1020
    15 com.apple.CFNetwork 0x94dc616c URLConnectionClient::processEvents() + 94
    16 com.apple.CFNetwork 0x94dc600f MultiplexerSource::perform() + 183
    17 com.apple.CoreFoundation 0x95b9b8cb __CFRunLoopDoSources0 + 1563
    18 com.apple.CoreFoundation 0x95b9938f __CFRunLoopRun + 1071
    19 com.apple.CoreFoundation 0x95b98864 CFRunLoopRunSpecific + 452
    20 com.apple.CoreFoundation 0x95b98691 CFRunLoopRunInMode + 97
    21 com.apple.HIToolbox 0x96248f6c RunCurrentEventLoopInMode + 392
    22 com.apple.HIToolbox 0x96248d23 ReceiveNextEventCommon + 354
    23 com.apple.HIToolbox 0x96248ba8 BlockUntilNextEventMatchingListInMode + 81
    24 com.apple.AppKit 0x90e8cac5 _DPSNextEvent + 847
    25 com.apple.AppKit 0x90e8c306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    26 com.apple.Safari 0x0000c6c8 0x1000 + 46792
    27 com.apple.AppKit 0x90e4e49f -[NSApplication run] + 821
    28 com.apple.AppKit 0x90e46535 NSApplicationMain + 574
    29 com.apple.Safari 0x00002bad 0x1000 + 7085
    Thread 1: JavaScriptCore: FastMalloc scavenger
    0 libSystem.B.dylib 0x929c8806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x929c84c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x929ca158 pthreadcondwait$UNIX2003 + 73
    3 com.apple.JavaScriptCore 0x994533e6 ***::TCMalloc_PageHeap::scavengerThread() + 614
    4 libSystem.B.dylib 0x929c7e42 thread_start + 34
    Thread 2: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x929c10ea kevent + 10
    1 libSystem.B.dylib 0x929c1804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x929c0cc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x929c0a68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x929c04f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x929c0336 start_wqthread + 30
    Thread 3:
    0 libSystem.B.dylib 0x929c0182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x929c0718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x929c0336 start_wqthread + 30
    Thread 4: WebCore: IconDatabase
    0 libSystem.B.dylib 0x929c8806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x929c84c2 pthread_condwait + 1191
    2 libSystem.B.dylib 0x929ca158 pthreadcondwait$UNIX2003 + 73
    3 com.apple.WebCore 0x92b4640a WebCore::IconDatabase::syncThreadMainLoop() + 266
    4 com.apple.WebCore 0x92b422d4 WebCore::IconDatabase::iconDatabaseSyncThread() + 180
    5 libSystem.B.dylib 0x929c7fbd pthreadstart + 345
    6 libSystem.B.dylib 0x929c7e42 thread_start + 34
    Thread 5: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x9299a8da machmsgtrap + 10
    1 libSystem.B.dylib 0x9299b047 mach_msg + 68
    2 com.apple.CoreFoundation 0x95b9977f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x95b98864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x95b98691 CFRunLoopRunInMode + 97
    5 com.apple.Safari 0x00025939 0x1000 + 149817
    6 com.apple.Safari 0x000255ec 0x1000 + 148972
    7 com.apple.Safari 0x00025585 0x1000 + 148869
    8 libSystem.B.dylib 0x929c7fbd pthreadstart + 345
    9 libSystem.B.dylib 0x929c7e42 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9299a8da machmsgtrap + 10
    1 libSystem.B.dylib 0x9299b047 mach_msg + 68
    2 com.apple.CoreFoundation 0x95b9977f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x95b98864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x95b98691 CFRunLoopRunInMode + 97
    5 com.apple.Foundation 0x955de430 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6 com.apple.Foundation 0x955a58d8 -[NSThread main] + 45
    7 com.apple.Foundation 0x955a5888 _NSThread__main_ + 1499
    8 libSystem.B.dylib 0x929c7fbd pthreadstart + 345
    9 libSystem.B.dylib 0x929c7e42 thread_start + 34
    Thread 7: Safari: SpinningProgressIndicator
    0 libSystem.B.dylib 0x9299a8da machmsgtrap + 10
    1 libSystem.B.dylib 0x9299b047 mach_msg + 68
    2 com.apple.CoreFoundation 0x95b9977f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x95b98864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x95b98691 CFRunLoopRunInMode + 97
    5 com.apple.Foundation 0x955df37c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279
    6 com.apple.Foundation 0x955df259 -[NSRunLoop(NSRunLoop) run] + 76
    7 com.apple.Safari 0x000340a8 0x1000 + 209064
    8 com.apple.Foundation 0x955a58d8 -[NSThread main] + 45
    9 com.apple.Foundation 0x955a5888 _NSThread__main_ + 1499
    10 libSystem.B.dylib 0x929c7fbd pthreadstart + 345
    11 libSystem.B.dylib 0x929c7e42 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x929b9856 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x95bd8ddd __CFSocketManager + 1085
    2 libSystem.B.dylib 0x929c7fbd pthreadstart + 345
    3 libSystem.B.dylib 0x929c7e42 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000001 ebx: 0x95b6949d ecx: 0xa04f19cc edx: 0x00000001
    edi: 0x00324e90 esi: 0x00000000 ebp: 0xbfffe068 esp: 0xbfffe050
    ss: 0x0000001f efl: 0x00000246 eip: 0x95b69554 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00701000
    Binary Images:
    0x1000 - 0x1b5fe7 com.apple.Safari 4.0.5 (6531.22.7) <179BBADD-7C49-EF3C-BD19-E988CCD9AE10> /Applications/Safari.app/Contents/MacOS/Safari
    0x8fe00000 - 0x8fe41627 dyld 132.1 (???) <7E8A62A5-BB2D-C9C5-940D-B493DC9CD231> /usr/lib/dyld
    0x90003000 - 0x90033ff7 com.apple.MeshKit 1.0 (49.0) <2F5D1A91-ACC8-C2F8-C242-CBBB6781AE05> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x90034000 - 0x90041ff7 com.apple.NetFS 3.2.1 (3.2.1) <1F28472D-9913-B8CE-B025-BBA52372F568> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x90042000 - 0x90056ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <0DBE17D5-17A2-8A0E-8572-5A78408B41C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x901e9000 - 0x902f6ff7 com.apple.MediaToolbox 0.420.18 (420.18) <9A33F0DC-1F68-83CD-D240-BB77FD322B0A> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x902f7000 - 0x90436fe3 com.apple.QTKit 7.6.3 (1592.18) <942754FA-65DF-1EB1-EE4A-E4778D35B75B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90437000 - 0x90455ff7 com.apple.CoreVideo 1.6.0 (43.1) <8DE6A295-8EE6-1066-8271-07AB81A70219> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x904ad000 - 0x90669fef com.apple.ImageIO.framework 3.0.1 (3.0.1) <D9A15842-E537-A4D8-BFFB-181C4B8E0CE1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9066a000 - 0x9066aff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9066b000 - 0x90797fe3 com.apple.audio.toolbox.AudioToolbox 1.6.1 (1.6.1) <3FB8749F-2119-A11A-7E6B-58194DC9C844> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x907d2000 - 0x9086ffe3 com.apple.LaunchServices 362 (362) <52FED25D-E620-2474-7510-5A1492A39735> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90870000 - 0x90870ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90871000 - 0x908dfff7 com.apple.ISSupport 1.9.2 (50) <6BFAFA2F-3B68-1972-4612-F0D51343FB8F> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x90aff000 - 0x90b0dfe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x90b0e000 - 0x90b19ff7 libCSync.A.dylib ??? (???) <B80BE1C5-BF5D-285B-E4C8-C774E5119C1F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90cdc000 - 0x90d1aff7 com.apple.QuickLookFramework 2.1 (327.3) <7F66E7DF-5C44-2A31-ED00-9A06023B1DF6> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90d1b000 - 0x90d51fff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x90d52000 - 0x90d55fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90d56000 - 0x90e27fe3 ColorSyncDeprecated.dylib ??? (???) <F55238DD-3D81-97D3-3782-699ABEC323A4> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x90e28000 - 0x90e3dfff com.apple.ImageCapture 6.0 (6.0) <0E86F45E-E656-9015-7AD4-A2C5F8D8A2FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x90e3e000 - 0x90e43ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x90e44000 - 0x91722ff7 com.apple.AppKit 6.6.3 (1038.25) <96C7AB09-001B-EF1D-4005-37E05B95DA20> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91723000 - 0x9175aff7 com.apple.CoreMedia 0.420.18 (420.18) <0F00421B-405B-0EE7-6C60-776D96BCE2B1> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9175b000 - 0x9185cfe7 libxml2.2.dylib ??? (???) <89E648DC-E865-0AF4-5D4D-9562458FE939> /usr/lib/libxml2.2.dylib
    0x9185d000 - 0x91953ff7 libGLProgrammability.dylib ??? (???) <512CFCD7-2479-60CB-C6A3-F717A1767FB7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x91954000 - 0x91960ff7 libkxld.dylib ??? (???) <6BFEF643-B6A4-B106-49CB-551A67F92736> /usr/lib/system/libkxld.dylib
    0x91961000 - 0x91c5afef com.apple.QuickTime 7.6.3 (1592.18) <C63D4362-8193-3D5F-0155-7DED8C099B03> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x91c63000 - 0x91c6dff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91d4a000 - 0x91d9bff7 com.apple.HIServices 1.8.0 (???) <4EACE6E4-6E8B-5787-F36A-7958BB885629> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91d9c000 - 0x91d9cff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91de6000 - 0x91e1bff7 libcups.2.dylib ??? (???) <FB14BC9D-D0F6-8440-983F-80C786153E78> /usr/lib/libcups.2.dylib
    0x91e1c000 - 0x92251ff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92252000 - 0x92259fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9225a000 - 0x922d3ff7 com.apple.PDFKit 2.5 (2.5) <C1BC4E0C-E45B-A03E-69D3-DB7F85E9D23D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x922d4000 - 0x924d4feb com.apple.AddressBook.framework 5.0.1 (864) <05126D2C-7E44-F05D-9AAA-6A3D7906D95A> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x924d5000 - 0x924deff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x924e4000 - 0x926f6fff com.apple.RawCamera.bundle 2.2.1 (477) <648EEFE7-A0DC-BDD2-9722-9E9B6084E3CF> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x92873000 - 0x9289bff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x9289c000 - 0x9289fffb com.apple.help 1.3.1 (41) <EF92C648-2085-C085-8EA7-A1AF37AE94F4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x928a0000 - 0x928f8fe7 com.apple.datadetectorscore 2.0 (80.7) <18C2FB6A-BF60-F838-768C-0306151C21DA> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9296e000 - 0x92995ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92996000 - 0x92999ff7 libCoreVMClient.dylib ??? (???) <891FBE51-E3A8-E1CD-D9FB-9A8F4AFD3650> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9299a000 - 0x92b3efeb libSystem.B.dylib ??? (???) <D84E6C3F-163B-315B-AA8B-D6D0B383F207> /usr/lib/libSystem.B.dylib
    0x92b3f000 - 0x93372fe7 com.apple.WebCore 6531.22 (6531.22.7) <952A0D34-63F5-F7F7-D6E5-D0AD78002F89> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x933ef000 - 0x933f9ff7 com.apple.CrashReporterSupport 10.6.2 (239) <29A9C9C7-2B80-0F6C-803D-D7C054307D2B> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x933fa000 - 0x933faff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x933fb000 - 0x93416ff7 libPng.dylib ??? (???) <0360156C-3808-FF68-57B9-68C1101626BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x93417000 - 0x93471ff7 com.apple.framework.IOKit 2.0 (???) <1879BB3D-CAD3-004C-AA44-762A8A951F79> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x93472000 - 0x9351ffe7 libobjc.A.dylib ??? (???) <3308DD74-5D03-6189-2AFD-63BF06848E91> /usr/lib/libobjc.A.dylib
    0x93520000 - 0x93570fe7 libGLU.dylib ??? (???) <F7581919-8068-EC96-7C69-7F9B8ED5B2F3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93571000 - 0x93890fe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A3625229-26A6-B51E-4A1B-DBC8D1644F2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93891000 - 0x938a2ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <FF1FC361-4F97-8F22-7272-1EDFF828E7BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x938a3000 - 0x93925ffb SecurityFoundation ??? (???) <9714B2B7-854E-834D-FEEC-07F85E10D557> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93926000 - 0x93928ff7 com.apple.securityhi 4.0 (36638) <3F66C91E-D1D7-8E85-4CF8-A8B557D6DBC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9392b000 - 0x93dd9fe7 com.apple.VideoToolbox 0.420.18 (420.18) <3EDCE51B-AEF7-AA30-6D00-1BDBB016C4BF> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x93ded000 - 0x93eb7fef com.apple.CoreServices.OSServices 352 (352) <D1649ADD-313E-6148-158C-CD2FEA884558> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93ec5000 - 0x93ee5fe7 com.apple.opencl 12 (12) <869B4A37-4F20-D378-15E7-A95B3D8856A3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x93ee6000 - 0x93f1eff7 com.apple.LDAPFramework 2.0 (120.1) <5C45EDF4-3BE3-9B1B-55F8-D17BA3671A13> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93f1f000 - 0x93f79fe7 com.apple.CorePDF 1.1 (1.1) <A128EF40-A601-05EE-702B-69263DEB56C9> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x93f7b000 - 0x93fc1ff7 libauto.dylib ??? (???) <9A2E444C-89BD-2902-C1E6-EC3E92544A25> /usr/lib/libauto.dylib
    0x93fc2000 - 0x93fd2ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x93fd3000 - 0x93fd9ff7 libCGXCoreImage.A.dylib ??? (???) <5BA2E8FE-49FF-2CA0-7A77-9986211E0475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x94004000 - 0x940e8ff7 com.apple.WebKit 6531.22 (6531.22.7) <87C81D6F-77B1-C517-93E6-5DEF214326A7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x940e9000 - 0x940e9ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x940ea000 - 0x94200ff7 com.apple.PubSub 1.0.4 (65.12.1) <1B79C698-A2A1-6B74-A137-67516ABE088E> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x945c0000 - 0x945c1ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x945dd000 - 0x9461aff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <02B8CF8A-7631-EB9A-6C63-F5B4EF1C7707> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9461b000 - 0x9466bff7 com.apple.framework.familycontrols 2.0 (2.0) <4F854FC8-239E-576F-23CE-1E4BE1C5D59D> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9466c000 - 0x9466fff7 libCGXType.A.dylib ??? (???) <0DB2C581-C407-A7F1-53F8-EA0450B6B9E8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x94670000 - 0x94670ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94671000 - 0x946befeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <52906E26-3D22-6F37-8C90-E50BBCDEA5D0> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x946bf000 - 0x9476dff3 com.apple.ink.framework 1.3.1 (105) <C1AED420-0D5A-E447-6AB3-D9708A9F929E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9476e000 - 0x9489cfe7 com.apple.CoreData 102.1 (250) <33C5CC9D-73AD-896B-17DA-6B0F3075877C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9489d000 - 0x948e6fe7 libTIFF.dylib ??? (???) <42C827FD-0AC2-3374-152D-4DD5481783F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x948e7000 - 0x94961fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <F8CDF5EC-1CC7-5CE7-58C2-2A59D17D2DD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94962000 - 0x94986ff7 libJPEG.dylib ??? (???) <641A3FBA-31FF-7650-6F89-205DE844F4E3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94987000 - 0x94a2fffb com.apple.QD 3.33 (???) <ABFDE882-7002-D1EB-A3CA-778BD2190AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94a52000 - 0x94db9ff7 com.apple.QuartzCore 1.6.1 (227.8) <BFA215E2-23AA-0CCC-0052-D83E7007BE42> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94dba000 - 0x94e61fe7 com.apple.CFNetwork 454.5 (454.5) <42EDE919-43FA-160E-61B3-39921AD8B8B7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x94e62000 - 0x94e62ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x94e63000 - 0x94e98ff7 libGLImage.dylib ??? (???) <A40BA5D3-9F2B-8BD4-4E88-DCCF94E5DB75> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94e99000 - 0x94ef9fe7 com.apple.CoreText 3.1.0 (???) <FBD51135-7095-7DEA-D70A-641A78B49959> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94efa000 - 0x94f2dff7 com.apple.AE 496.1 (496.1) <BBCD9DA0-3CED-397D-FB72-E39037992332> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x94f75000 - 0x94fb4ff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x94fb5000 - 0x95019ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9501a000 - 0x9510cff7 libcrypto.0.9.8.dylib ??? (???) <3B76DFFA-32E3-2F12-07DA-B5B02B781886> /usr/lib/libcrypto.0.9.8.dylib
    0x9515e000 - 0x95164fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x95165000 - 0x9557bff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9557c000 - 0x9558eff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <023AEAFA-3C43-73A3-F65D-36A0431654EA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9558f000 - 0x957ffffb com.apple.Foundation 6.6.1 (751.14) <56A94134-9D59-F172-3AB6-DAFED086CE6E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x958b0000 - 0x958d0fe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x958d1000 - 0x958d2ff7 com.apple.TrustEvaluationAgent 1.1 (1) <8C570606-D77C-738E-7148-6B28846F0B3C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x958d3000 - 0x95904ff3 libTrueTypeScaler.dylib ??? (???) <C04FC84A-C2C5-BAD9-18DB-7E785065F2DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9595c000 - 0x9595dff7 com.apple.audio.units.AudioUnit 1.6.1 (1.6.1) <935B5822-72D4-5FD8-BE72-4A2FF9D75788> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9595e000 - 0x9596eff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9596f000 - 0x95979ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <45083DBA-5EA4-9B90-8BEB-A089E515180F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9597a000 - 0x95b5cfff com.apple.imageKit 2.0.1 (1.0) <4AB4AD0D-5A77-A79C-B5EA-08C32C63340A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x95b5d000 - 0x95cd4fef com.apple.CoreFoundation 6.6.1 (550.13) <00449488-83AF-75E2-089E-5D6AF3E93533> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95fca000 - 0x95fe6fe3 com.apple.openscripting 1.3.1 (???) <DE20A1B9-F9B6-697C-B533-F5869BA43077> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x95fe7000 - 0x9602bfe7 com.apple.Metadata 10.6.2 (507.4) <C34A411B-BBE4-635B-7295-F05FEAB43C6C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9602c000 - 0x96109ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9610a000 - 0x961a2fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <6BE72972-E512-19E3-F68A-67A0548498D9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x961a3000 - 0x96213ff3 com.apple.AppleVAFramework 4.7.5 (4.7.5) <D3E30F99-9C55-B3F7-2D77-CE61C6121771> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x96214000 - 0x96537fef com.apple.HIToolbox 1.6.2 (???) <02D800C4-8FD5-29BF-57F6-FC07CDB6287D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96538000 - 0x9657bff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9657c000 - 0x9667efef com.apple.MeshKitIO 1.0 (49.0) <B14C5987-EF67-0D1A-2B20-88922836D908> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x966b3000 - 0x96e964b7 com.apple.CoreGraphics 1.536.13 (???) <2D7E3989-A709-FDA9-E1B6-794FBF8BB986> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96f06000 - 0x96f97fe7 com.apple.print.framework.PrintCore 6.1 (312.3) <9CC7E9F6-C8B5-2027-A61E-C85C7B2E2616> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9704d000 - 0x97278ff3 com.apple.QuartzComposer 4.1 (156.10) <4F9AA495-AAB5-1243-E9DB-A021482461C3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x972ba000 - 0x9743cfe7 libicucore.A.dylib ??? (???) <E1D04589-EDB2-0EE4-1BAE-E8BB5D0FCB14> /usr/lib/libicucore.A.dylib
    0x9743d000 - 0x9747dff3 com.apple.securityinterface 4.0.1 (37214) <83E87779-530F-4D6A-4D42-0A9860D054D2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9747e000 - 0x974bafff com.apple.CoreMediaIOServices 125.0 (852) <57084A8E-DC7C-3885-6A93-75E681B8B792> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x974e6000 - 0x975c0ffb com.apple.DesktopServices 1.5.4 (1.5.4) <E1BE764D-8887-362A-A945-0C494433F96F> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x975fe000 - 0x97624fff com.apple.DictionaryServices 1.1.1 (1.1.1) <B4344524-2EC0-D4C7-85B6-8A8CC6A5DCEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x97625000 - 0x9767bff7 com.apple.MeshKitRuntime 1.0 (49.0) <20DE8687-2A2B-62E2-1AD5-D1D54A3A7F76> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x98749000 - 0x987c9feb com.apple.SearchKit 1.3.0 (1.3.0) <2F5DE102-A203-7905-7D12-FCBCF17BAEF8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x987d1000 - 0x9886dfe7 com.apple.ApplicationServices.ATS 4.1 (???) <8DE390B3-28AC-E71B-BC41-FE75BD5A2FC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9886e000 - 0x988d8fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x98918000 - 0x98952ffb libFontRegistry.dylib ??? (???) <3F6ACE4A-2570-286C-ED2B-C24280A5D38F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x98953000 - 0x98953ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x98954000 - 0x989c3ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x989c4000 - 0x989c6ff7 libRadiance.dylib ??? (???) <D29CEEC9-6568-CEC4-FD1E-ED98B34086A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x989c7000 - 0x989cbff7 IOSurface ??? (???) <E3CD4E06-68C5-A263-D7BA-109405A1BD71> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x989cc000 - 0x989d0ff7 libGIF.dylib ??? (???) <CB5D00E2-15C3-2F41-B87E-7860E6B8CE51> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x989d4000 - 0x989f6fef com.apple.DirectoryService.Framework 3.6 (621.1) <1D74F9F9-03CD-51E4-553F-CE0C3FE9768E> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x98a05000 - 0x98a49ff3 com.apple.coreui 2 (113) <DDCA722A-C69D-3C90-ADC3-B0386F2B03E5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98a70000 - 0x98b23fff libFontParser.dylib ??? (???) <C9450292-F7ED-3C91-0E73-C7ECC3CC26B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x98b24000 - 0x98b38fe7 libbsm.0.dylib ??? (???) <821E415B-6C42-D359-78FF-E892792F8C52> /usr/lib/libbsm.0.dylib
    0x98b39000 - 0x98b49ff3 SyndicationUI ??? (???) <180B4587-8F46-2B89-B009-ABBA82397C2F> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x98b4a000 - 0x98b4aff7 com.apple.Carbon 150 (152) <811FC695-B346-354A-EDEA-1D243DE50BC8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x98bfa000 - 0x98bfeff7 libGFXShared.dylib ??? (???) <F3FCE3B4-A1B0-84AA-4680-81874445B9F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x98bff000 - 0x98c33ff7 libssl.0.9.8.dylib ??? (???) <679919E5-BF54-0A06-6CB4-27EB2B60AF87> /usr/lib/libssl.0.9.8.dylib
    0x98c34000 - 0x98cabfe3 com.apple.backup.framework 1.2 (1.2) <7F7A0F1F-A74F-C58B-228F-AE7315AB7EDE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x98ce8000 - 0x98d56ff7 com.apple.QuickLookUIFramework 2.1 (327.3) <B6958F7F-A813-9383-2272-A8D5C769EBFA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x98d57000 - 0x98e06ff3 com.apple.ColorSync 4.6.2 (4.6.2) <FEAC802A-CCF2-EF31-9CB7-FAC86FA999EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x98e07000 - 0x98e11fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x98e2b000 - 0x98e6dfe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x98e87000 - 0x98f40fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x98f41000 - 0x98f4eff7 com.apple.opengl 1.6.5 (1.6.5) <FC8EEF0C-ABC3-59D4-A1A5-D30F80782887> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x98f7a000 - 0x98f92ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x98f93000 - 0x98f99ff7 com.apple.DisplayServicesFW 2.2 (2.2) <A6DB5C2B-C1CD-7C69-5C7D-D4F6E4971A2A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x98fad000 - 0x9920fff7 com.apple.security 6.0 (36910) <C04847A9-2797-1BBA-902F-7795BA2C2E7E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x99210000 - 0x99251ff7 libRIP.A.dylib ??? (???) <1FBE85A6-06DC-EE8F-BD15-C4F566638ABF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x99331000 - 0x994cffeb com.apple.JavaScriptCore 6531.22 (6531.22.5) <3FB9AF5B-17DD-D4C8-C7B1-4F79B404496E> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D84E6C3F-163B-315B-AA8B-D6D0B383F207> /usr/lib/libSystem.B.dylib
    Model: iMac11,1, BootROM IM111.0034.B02, 4 processors, Intel Core i7, 2.8 GHz, 8 GB, SMC 1.54f33
    Graphics: ATI Radeon HD 4850, ATI Radeon HD 4850, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x8F), Atheros 9280: 2.1.8.11
    Bluetooth: Version 2.2.5f6, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Option 3G Ethernet, Ethernet, en2
    Serial ATA Device: WDC WD1001FALS-40U9B0, 931,51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: Globetrotter HSDPA Modem, 0x0af0 (Option NV), 0x6971, 0xfd130000
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfd140000
    USB Device: Apple Optical USB Mouse, 0x05ac (Apple Inc.), 0x0304, 0xfd143000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0221, 0xfd142000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000

  • Sonata Library Files Playing only internet connection time

    Hi everyone.
    My Problem ; Sonata Library Files Playing only internet connection time.When Internet connection not available sonata not playing my library files.
    Thank you for helping.
    MPD Conf
    # An example configuration file for MPD
    # See the mpd.conf man page for a more detailed description of each parameter.
    # Files and directories #######################################################
    # This setting controls the top directory which MPD will search to discover the
    # available audio files and add them to the daemon's online database. This
    # setting defaults to the XDG directory, otherwise the music directory will be
    # be disabled and audio files will only be accepted over ipc socket (using
    # file:// protocol) or streaming files over an accepted protocol.
    music_directory "~/music"
    # This setting sets the MPD internal playlist directory. The purpose of this
    # directory is storage for playlists created by MPD. The server will use
    # playlist files not created by the server but only if they are in the MPD
    # format. This setting defaults to playlist saving being disabled.
    playlist_directory "~/.mpd/Playlist"
    # This setting sets the location of the MPD database. This file is used to
    # load the database at server start up and store the database while the
    # server is not up. This setting defaults to disabled which will allow
    # MPD to accept files over ipc socket (using file:// protocol) or streaming
    # files over an accepted protocol.
    db_file "~/.mpd/mpd.db"
    # These settings are the locations for the daemon log files for the daemon.
    # These logs are great for troubleshooting, depending on your log_level
    # settings.
    # The special value "syslog" makes MPD use the local syslog daemon. This
    # setting defaults to logging to syslog, otherwise logging is disabled.
    log_file "~/.mpd/mpd.log"
    # This setting sets the location of the file which stores the process ID
    # for use of mpd --kill and some init scripts. This setting is disabled by
    # default and the pid file will not be stored.
    pid_file "~/.mpd/mpd.pid"
    # This setting sets the location of the file which contains information about
    # most variables to get MPD back into the same general shape it was in before
    # it was brought down. This setting is disabled by default and the server
    # state will be reset on server start up.
    state_file "~/.mpd/mpdstate"
    # General music daemon options ################################################
    # This setting specifies the user that MPD will run as. MPD should never run as
    # root and you may use this setting to make MPD change its user ID after
    # initialization. This setting is disabled by default and MPD is run as the
    # current user.
    user "ceyhan"
    # This setting sets the address for the daemon to listen on. Careful attention
    # should be paid if this is assigned to anything other then the default, any.
    # This setting can deny access to control of the daemon.
    # For network
    bind_to_address "any"
    # And for Unix Socket
    #bind_to_address "~/.mpd/socket"
    # This setting is the TCP port that is desired for the daemon to get assigned
    # to.
    port "6600"
    # This setting controls the type of information which is logged. Available
    # setting arguments are "default", "secure" or "verbose". The "verbose" setting
    # argument is recommended for troubleshooting, though can quickly stretch
    # available resources on limited hardware storage.
    #log_level "default"
    # If you have a problem with your MP3s ending abruptly it is recommended that
    # you set this argument to "no" to attempt to fix the problem. If this solves
    # the problem, it is highly recommended to fix the MP3 files with vbrfix
    # (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
    # point gapless MP3 playback can be enabled.
    #gapless_mp3_playback "yes"
    # This setting enables MPD to create playlists in a format usable by other
    # music players.
    #save_absolute_paths_in_playlists "no"
    # This setting defines a list of tag types that will be extracted during the
    # audio file discovery process. Optionally, 'comment' can be added to this
    # list.
    #metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
    # Symbolic link behavior ######################################################
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links outside of the configured music_directory.
    #follow_outside_symlinks "yes"
    # If this setting is set to "yes", MPD will discover audio files by following
    # symbolic links inside of the configured music_directory.
    #follow_inside_symlinks "yes"
    # Zeroconf / Avahi Service Discovery ##########################################
    # If this setting is set to "yes", service information will be published with
    # Zeroconf / Avahi.
    #zeroconf_enabled "yes"
    # The argument to this setting will be the Zeroconf / Avahi unique name for
    # this MPD server on the network.
    #zeroconf_name "Music Player"
    # Permissions #################################################################
    # If this setting is set, MPD will require password authorization. The password
    # can setting can be specified multiple times for different password profiles.
    #password "password@read,add,control,admin"
    # This setting specifies the permissions a user has who has not yet logged in.
    #default_permissions "read,add,control,admin"
    # Input #######################################################################
    input {
    plugin "curl"
    # proxy "proxy.isp.com:8080"
    # proxy_user "user"
    # proxy_password "password"
    # Audio Output ################################################################
    # MPD supports various audio output types, as well as playing through multiple
    # audio outputs at the same time, through multiple audio_output settings
    # blocks. Setting this block is optional, though the server will only attempt
    # autodetection for one sound card.
    # See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of
    # other audio outputs.
    # An example of an ALSA output:
    audio_output {
    type "alsa"
    name "My ALSA Device"
    ## device "hw:0,0" # optional
    format "44100:16:2" # optional
    mixer_device "default" # optional
    mixer_control "MASTER" # optional
    mixer_index "0" # optional
    # An example of an OSS output:
    #audio_output {
    # type "oss"
    # name "My OSS Device"
    ## device "/dev/dsp" # optional
    ## format "44100:16:2" # optional
    ## mixer_device "/dev/mixer" # optional
    ## mixer_control "PCM" # optional
    # An example of a shout output (for streaming to Icecast):
    #audio_output {
    # type "shout"
    # encoding "ogg" # optional
    # name "My Shout Stream"
    # host "localhost"
    # port "8000"
    # mount "/mpd.ogg"
    # password "hackme"
    # quality "5.0"
    # bitrate "128"
    # format "44100:16:1"
    ## protocol "icecast2" # optional
    ## user "source" # optional
    ## description "My Stream Description" # optional
    ## genre "jazz" # optional
    ## public "no" # optional
    ## timeout "2" # optional
    # An example of a httpd output (built-in HTTP streaming server):
    #audio_output {
    # type "httpd"
    # name "My HTTP Stream"
    # encoder "vorbis" # optional, vorbis or lame
    # port "8000"
    ## quality "5.0" # do not define if bitrate is defined
    # bitrate "128" # do not define if quality is defined
    # format "44100:16:1"
    # An example of a pulseaudio output (streaming to a remote pulseaudio server)
    #audio_output {
    # type "pulse"
    # name "My Pulse Output"
    ## server "remote_server" # optional
    ## sink "remote_server_sink" # optional
    ## Example "pipe" output:
    #audio_output {
    # type "pipe"
    # name "my pipe"
    # command "aplay -f cd 2>/dev/null"
    ## Or if you're want to use AudioCompress
    # command "AudioCompress -m | aplay -f cd 2>/dev/null"
    ## Or to send raw PCM stream through PCM:
    # command "nc example.org 8765"
    # format "44100:16:2"
    ## An example of a null output (for no audio output):
    #audio_output {
    # type "null"
    # name "My Null Output"
    # This setting will change all decoded audio to be converted to the specified
    # format before being passed to the audio outputs. By default, this setting is
    # disabled.
    #audio_output_format "44100:16:2"
    # If MPD has been compiled with libsamplerate support, this setting specifies
    # the sample rate converter to use. Possible values can be found in the
    # mpd.conf man page or the libsamplerate documentation. By default, this is
    # setting is disabled.
    #samplerate_converter "Fastest Sinc Interpolator"
    # Volume control mixer ########################################################
    # These are the global volume control settings. By default, this setting will
    # be detected to the available audio output device, with preference going to
    # hardware mixing. Hardware and software mixers for individual audio_output
    # sections cannot yet be mixed.
    # An example for controlling an ALSA, OSS or Pulseaudio mixer; If this
    # setting is used other sound applications will be affected by the volume
    # being controlled by MPD.
    #mixer_type "hardware"
    # An example for controlling all mixers through software. This will control
    # all controls, even if the mixer is not supported by the device and will not
    # affect any other sound producing applications.
    #mixer_type "software"
    # This example will not allow MPD to touch the mixer at all and will disable
    # all volume controls.
    #mixer_type "disabled"
    # Normalization automatic volume adjustments ##################################
    # This setting specifies the type of ReplayGain to use. This setting can have
    # the argument "album" or "track". See <http://www.replaygain.org> for more
    # details. This setting is disabled by default.
    #replaygain "album"
    # This setting sets the pre-amp used for files that have ReplayGain tags. By
    # default this setting is disabled.
    #replaygain_preamp "0"
    # This setting enables on-the-fly normalization volume adjustment. This will
    # result in the volume of all playing audio to be adjusted so the output has
    # equal "loudness". This setting is disabled by default.
    #volume_normalization "no"
    # MPD Internal Buffering ######################################################
    # This setting adjusts the size of internal decoded audio buffering. Changing
    # this may have undesired effects. Don't change this if you don't know what you
    # are doing.
    #audio_buffer_size "2048"
    # This setting controls the percentage of the buffer which is filled before
    # beginning to play. Increasing this reduces the chance of audio file skipping,
    # at the cost of increased time prior to audio playback.
    #buffer_before_play "10%"
    # Resource Limitations ########################################################
    # These settings are various limitations to prevent MPD from using too many
    # resources. Generally, these settings should be minimized to prevent security
    # risks, depending on the operating resources.
    #connection_timeout "60"
    #max_connections "10"
    #max_playlist_length "16384"
    #max_command_list_size "2048"
    #max_output_buffer_size "8192"
    # Character Encoding ##########################################################
    # If file or directory names do not display correctly for your locale then you
    # may need to modify this setting. After modification of this setting mpd
    # --create-db must be run to change the database.
    #filesystem_charset "UTF-8"
    # This setting controls the encoding that ID3v1 tags should be converted from.
    #id3v1_encoding "ISO-8859-1"
    Last edited by SYSTEMEDIC (2010-07-10 06:36:03)

    What is dropping I guess is the question? Is it wireless? Is it your WAN connection? You need to identify where the problem is.
    To do that you need to try a few things.
    1. If you use wireless then bypass it and use ethernet if that is possible.. even just drag things around so you can test if ethernet fixes it. If so and wireless is in fact the problem.. then you can do a few things.
    2. Wireless issues with the 7.6.4 firmware are common. Did you upgrade about the time the problems started? I am afraid the bad news is, downgrading is not like in the past where it fixed things.. 7.6.4 seems to have some permanent effect on the TC and it is never quite the same again. How this is even possible I have yet to determine.
    The usual fix is factory reset.
    Set wireless with short names, no spaces and pure alphanumeric. Different name for 5ghz.
    Make sure security is WPA Personal  with pure alphanumeric password of 8-20 characters.. unless you are more paranoid.
    Fix the wireless channels and test in order. 11, 8, 6, 1
    And for 5ghz try the lowest channel, 36 and then a high one, around 150.
    3. No improvement factory reset again.. downgrade to 7.6.1 or even 7.5.2 if it is an older Gen4 .. at 18months it might be old enough.. no harm trying. Factory reset again after the downgrade to see if we can get rid of the memory effect.. then try the above steps again.
    No luck.. whatever the upgrade did it did permanently.. no fix is available until Apple pushes out a new firmware to fix what they did in the last one. Buy a different wireless router for now and use the TC in bridge just for TM backups.

Maybe you are looking for

  • Error while adding a webpart to a sharepoint

    I need some help with adding a custom web part to the landing page. I created a new wsp file for the web part and tried to add it as a solution into the web galleries of the site settings. But I am unable to invoke this web part and it throws an erro

  • Protect fact table in BI with S_TABU_DIS

    Hello all, I want to restrict access for particular DSO/Cube tables (fact table) via RSA1, LISTCUBE, SE16 or SM30, searched for a solution and found this thread: <u>Using Wildcard characters in tables in S_TABU_DIS</u> but it did not solve my problem

  • Looking for a legitimate source for a DMG

    Long story short: I am looking for the disk image for either iLife 08 or iWeb08. I just rebuilt my system and deleted all my iLife stuff thinking it came with the new OS. I am not in a position to have the DVD delivered to me but I do have a reliable

  • Need to Automate the installation of SCOM agent through Script on workgroup machine in my Environment

    Hi Guys, Please advise me as i need to install SCOM agent on all workgroup machine automatically and not through Copying certificate and all which is quite hectic process, your help will be Appreciated, Thanks Amit Singh

  • Inconsistent sequence numbers generated

    We just ran into an unexplained occurrence using a sequence table. Suddenly it started assigning id number millions higher than the sequence it was previously filling. As you can see in the log the original range was in the 19 million area and then i