Guest Domain Freezes with 100% utilization

I setup LDOM on a Sun Fire T2000 with one control domain and one guest domain. The guest domain is sharing the disk (on slice 6) with the control domain.
The slice is set as boot disk for the guest domain. Upon starting the guest domain, the utilization goes 100%. A telnet to the virtual console gets refused connection.
When I try to stop and unbind the guest domain (with a reboot), the slice is no longer unusable. format and newfs commands both cannot operate on the slice. What's wrong?
sc>showhost
Sun-Fire-T2000 System Firmware 6.4.4  2007/04/20 10:13
Host flash versions:
   Hypervisor 1.4.1 2007/04/02 16:37
   OBP 4.26.1 2007/04/02 16:26
   POST 4.26.0 2007/03/26 16:45
# Control Domain
$ cd LDoms_Manager-1_0-RR
$ Install/install-ldm
$ ldm add-vdiskserver primary-vds0 primary
$ ldm add-vconscon port-range=5000-5100 primary-vcc0 primary
$ ldm add-vswitch net-dev=e1000g0 primary-vsw0 primary
$ ldm set-mau 1 primary
$ ldm set-vcpu 4 primary
$ ldm set-memory 4g primary
$ ldm add-config initial
$ shutdown -i6 -g0 -y
# Guest Domain
$ ldm add-domain myldom1
$ ldm add-vcpu 4 myldom1
$ ldm add-memory 2g myldom1
$ ldm add-vnet vnet1 primary-vsw0 myldom1
$ ldm add-vdiskserverdevice /dev/dsk/c0t1d0s6 vol1@primary-vds0
$ ldm add-vdisk vdisk1 vol1@primary-vds0 myldom1
$ ldm set-variable auto-boot\?=false myldom1
$ ldm set-variable boot-device=vdisk1 myldom1
$ ldm bind-domain myldom1
$ ldm start-domain myldom1
$ telnet localhost 5000Truss output of format command:
AVAILABLE DISK SELECTIONS:
write(1, "\n\n A V A I L A B L E  ".., 29)      = 29
ioctl(0, TCGETA, 0xFFBFFB34)                    = 0
ioctl(1, TCGETA, 0xFFBFFB34)                    = 0
ioctl(0, TCGETA, 0xFFBFFACC)                    = 0
ioctl(1, TCGETA, 0xFFBFFACC)                    = 0
ioctl(1, TIOCGWINSZ, 0xFFBFFB40)                = 0
open("/dev/tty", O_RDWR|O_NDELAY)               = 3
ioctl(3, TCGETS, 0x000525BC)                    = 0
ioctl(3, TCSETS, 0x000525BC)                    = 0
ioctl(3, TCGETS, 0x000525BC)                    = 0
ioctl(3, TCSETS, 0x000525BC)                    = 0
       0. c0t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
write(1, "               0 .   c 0".., 56)      = 56
          /pci@780/pci@0/pci@9/scsi@0/sd@1,0
write(1, "                     / p".., 45)      = 45
ioctl(3, TCSETS, 0x000525BC)                    = 0
ioctl(3, TCSETS, 0x000525BC)                    = 0
close(3)                                        = 0
ioctl(0, TCGETA, 0xFFBFF1EC)                    = 0
fstat64(0, 0xFFBFF108)                          = 0
Specify disk (enter its number): write(1, " S p e c i f y   d i s k".., 33)     = 33
read(0, 0xFF2700F8, 1024)       (sleeping...)
0
read(0, " 0\n", 1024)                           = 2
open("/dev/rdsk/c0t1d0s2", O_RDWR|O_NDELAY)     = 3
brk(0x00058810)                                 = 0
brk(0x00068810)                                 = 0
brk(0x00068810)                                 = 0
brk(0x00078810)                                 = 0
selecting c0t1d0
write(1, " s e l e c t i n g   c 0".., 17)      = 17
ioctl(3, 0x04C9, 0xFFBFFA54)                    = 0
[disk formatted]
write(1, " [ d i s k   f o r m a t".., 17)      = 17
open("/etc/mnttab", O_RDONLY)                   = 4
ioctl(4, (('m'<<8)|7), 0xFFBFFA64)              = 0
open("/dev/rdsk/c0t1d0s0", O_RDWR|O_NDELAY)     = 5
fstat(5, 0xFFBFF5E0)                            = 0
ioctl(5, 0x0403, 0xFFBFF59C)                    = 0
close(5)                                        = 0
llseek(4, 0, SEEK_CUR)                          = 0
close(4)                                        = 0
fstat64(2, 0xFFBFEBA0)                          = 0
Warning: Current Disk has mounted partitions.
write(2, " W a r n i n g :   C u r".., 46)      = 46
resolvepath("/", "/", 1024)                     = 1
sysconfig(_CONFIG_PAGESIZE)                     = 8192
open("/dev/.devlink_db", O_RDONLY)              = 4
fstat(4, 0xFFBFF1F8)                            = 0
mmap(0x00000000, 40, PROT_READ, MAP_SHARED, 4, 0) = 0xFEF50000
mmap(0x00000000, 24576, PROT_READ, MAP_SHARED, 4, 32768) = 0xFEF38000
open("/devices/pseudo/devinfo@0:devinfo", O_RDONLY) = 5
ioctl(5, 0xDF82, 0x00000000)                    = 57311After failing to configure LDOM, I boot from a Solaris DVD to do reinstall the OS. It looks like the e1000g0 has some kind of fault.
{0} ok boot cdrom
Boot device: /pci@7c0/pci@0/pci@1/pci@0/ide@8/cdrom@0,0:f  File and args:
SunOS Release 5.10 Version Generic_118833-33 64-bit Copyright 1983-2006 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
WARNING: mac_open e1000g0 failed
WARNING: mac_open e1000g0 failed
WARNING: mac_open e1000g0 failed
WARNING: Unable to setup switching mode
Configuring devices.
WARNING: bypass cookie failure 71ece
NOTICE: tavor0: error during attach: hw_init_eqinitall_fail
NOTICE: tavor0: driver attached (for maintenance mode only)
NOTICE: pciex8086,105e - e1000g[0] : Adapter 1000Mbps full duplex copper link is  up.What is the meaning of this?
Message was edited by:
JoeChris@Sun

Hi,
In the case of bug 6530040, the recovery method in the Release Notes is to reboot the system. In my case, even after the reboot the vds still does not close the device. I suspect I might use a wrong way to reboot the system. Can you give me an example for a system with control domain (primary) and a single guest domain (myldom1).
My steps would be as follow:
$ ldm stop-domain myldom1
$ ldm unbind-domain myldom1
$ reboot
Do I miss any step?
LDOM seems to have problem releasing the network interface e1000g0 also. How do I release it?
{0} ok boot cdrom
Boot device: /pci@7c0/pci@0/pci@1/pci@0/ide@8/cdrom@0,0:f  File and args:
SunOS Release 5.10 Version Generic_118833-33 64-bit Copyright 1983-2006 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
WARNING: mac_open e1000g0 failed
WARNING: mac_open e1000g0 failed
WARNING: mac_open e1000g0 failed
WARNING: Unable to setup switching mode
Configuring devices.
WARNING: bypass cookie failure 71ece
NOTICE: tavor0: error during attach: hw_init_eqinitall_fail
NOTICE: tavor0: driver attached (for maintenance mode only)
NOTICE: pciex8086,105e - e1000g[0] : Adapter 1000Mbps full duplex copper link is  up.Thank you
Message was edited by:
JoeChris@Sun

Similar Messages

  • GHC always seems to freeze with 100% load.

    Hi!
    I just installed Arch Linux on my desktop computer. After following the steps detailed in the beginner's guide, I proceeded to install the nvidia package, zsh, x11 and xmonad.
    During the installation of xmonad, pacman seemed to stop after installing the first package with "haskell" in its name was completely installed. When I sent it to the background, top showed a process of "ghc-pkg" eating 100%CPU and about 6G RAM.
    I waited for maybe 5 minutes for this process to complete, and since it failed to do so, killed it. This caused pacman to install ne next "haskell-.." package, freezing again after this one, again with one process of "ghc-pkg" at 100% load.
    When I killed every process of either "ghc-pkg" and "haddock" that appeared in top, I got pacman to finish the installation, but the same problem prevents using it. Calling ghc or ghci causes this program to load out the CPU and consume increasing amounts of RAM, without getiing any output from them.
    What could be my problem here?
    Thanks much for reading
    P.S.: I don't know if that's related, but "htop" always segfaults as soon as its started (before any output). I am pretty sure I have no hardware problem, though, since the parallel Windows 8 installation has been rock-solid forever.
    Last edited by ngollon (2013-12-11 10:54:32)

    I'm fairly certain your problem is related to "Journaling" being enabled on the Mac's system drive. Is your drive working during the 30 second pause?
    http://docs.info.apple.com/article.html?artnum=107249
    You have to live with the delays unless you want to disable the feature.
    I've had journaling off on all drives over the past year and suffered no ill effects.
    pancenter-

  • LDOM Guest domains show c0d0 as 100% using iostat -cxn

    I have a T5220 split into one primary and 3 guest domains. When the primary is re-booted an iostat -cxn on the guest domains shows c0d0 as 100% in the %b column. This is causing BMC Patrol to report a problem.
    Searches of sunsolve and google have not given any pointers - possibly due to the vagueness of the question.
    This situation only seems to occur when the primary domain is re-booted without the guest ldoms being re-booted.
    Any help would be much appreciated.
    Greg Hitchcock

    I'm not at liberty to give you a specific timeline but have a look at this http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=2191993

  • Error "NOTICE: [0] disk access failed" during guest domain network booting

    Hi,
    Could you please tell me what is the problem with my configuration?
    I created guest domain on my T1000 server.
    As a disk I used disk from disk array: /dev/dsk/c0t18d0
    I added disk using commands:
    # ldm add-vdsdev /dev/dsk/c0t18d0 vol1@primary-vds0
    # ldm add-vdisk vdisk1 vol1@primary-vds0 myldom1
    # ldm set-variable auto-boot\?=false myldom1
    # ldm set-variable boot-device=/virtual-devices@100/channel-devices@200/disk@0 myldom1
    Then I logged to guest domain and booted from network to install OS from JumpStart server:
    {0} ok boot net - install
    Boot device: /virtual-devices@100/channel-devices@200/network@0 File and args: - install
    Requesting Internet Address for 0:14:4f:f9:78:19
    SunOS Release 5.10 Version Generic_137137-09 64-bit
    Copyright 1983-2008 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    Configuring devices.
    NOTICE: [0] disk access failed.
    Checking rules.ok file...
    Using begin script: install_begin
    Using finish script: patch_finish
    Executing SolStart preinstall phase...
    Executing begin script "install_begin"...
    Begin script install_begin execution completed.
    ERROR: No disks found
    - Check to make sure disks are cabled and powered up
    Solaris installation program exited.
    Configuration:
    [root@gt1000a /]# ldm list-bindings
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    primary active -n-cv- SP 4 2G 0.5% 2h 23m
    MAC
    00:14:4f:9f:71:4e
    HOSTID
    0x849f714e
    VCPU
    VID PID UTIL STRAND
    0 0 5.3% 100%
    1 1 0.5% 100%
    2 2 0.5% 100%
    3 3 0.4% 100%
    MAU
    ID CPUSET
    0 (0, 1, 2, 3)
    MEMORY
    RA PA SIZE
    0x8000000 0x8000000 2G
    VARIABLES
    keyboard-layout=US-English
    IO
    DEVICE PSEUDONYM OPTIONS
    pci@780 bus_a
    pci@7c0 bus_b
    VCC
    NAME PORT-RANGE
    primary-vcc0 5000-5100
    CLIENT PORT
    myldom1@primary-vcc0 5000
    VSW
    NAME MAC NET-DEV DEVICE DEFAULT-VLAN-ID PVID VID MODE
    primary-vsw0 00:14:4f:fa:ca:94 bge0 switch@0 1 1
    PEER MAC PVID VID
    vnet0@myldom1 00:14:4f:f9:78:19 1
    VDS
    NAME VOLUME OPTIONS MPGROUP DEVICE
    primary-vds0 vol1 /dev/dsk/c0t18d0
    CLIENT VOLUME
    vdisk1@myldom1 vol1
    VCONS
    NAME SERVICE PORT
    SP
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    myldom1 active -n---- 5000 12 2G 0.1% 2h 18m
    MAC
    00:14:4f:f9:e7:ae
    HOSTID
    0x84f9e7ae
    VCPU
    VID PID UTIL STRAND
    0 4 0.5% 100%
    1 5 0.0% 100%
    2 6 0.0% 100%
    3 7 0.0% 100%
    4 8 0.0% 100%
    5 9 0.0% 100%
    6 10 0.0% 100%
    7 11 0.0% 100%
    8 12 0.0% 100%
    9 13 0.0% 100%
    10 14 0.0% 100%
    11 15 0.0% 100%
    MEMORY
    RA PA SIZE
    0x8000000 0x88000000 2G
    VARIABLES
    auto-boot?=false
    boot-device=/virtual-devices@100/channel-devices@200/disk@0
    NETWORK
    NAME SERVICE DEVICE MAC MODE PVID VID
    vnet0 primary-vsw0@primary network@0 00:14:4f:f9:78:19 1
    PEER MAC MODE PVID VID
    primary-vsw0@primary 00:14:4f:fa:ca:94 1
    DISK
    NAME VOLUME TOUT DEVICE SERVER MPGROUP
    vdisk1 vol1@primary-vds0 disk@0 primary
    VCONS
    NAME SERVICE PORT
    myldom1 primary-vcc0@primary 5000
    [root@gt1000a /]#
    Kind regards,
    Daniel

    Issue solved.
    There was a wrong disk name:
    primary-vds0 vol1 /dev/dsk/c0t18d0
    I changed to c0t18d0s2 and now I sucessfuly installed OS from Jumpstart.

  • Laptop freezes with spinning ball

    Hello,
    I am using 10.8.2 on a 17-inch.
    Out of no where my laptop is freezing with the spinning beach ball. The mouse moves but nothing else works. Holding the power button down is the only way to get out of it.
    Below is the console from a restart. Does anyone see anything there? I can't get to the console when the computer freezes.
    Thank you for your help!!
    7/24/13 11:41:38.000 PM bootlog[0]: BOOT_TIME 1374723698 0
    7/24/13 11:41:41.000 PM kernel[0]: Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    7/24/13 11:41:41.000 PM kernel[0]: vm_page_bootstrap: 972005 free pages and 68379 wired pages
    7/24/13 11:41:41.000 PM kernel[0]: kext submap [0xffffff7f80741000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000741000]
    7/24/13 11:41:41.000 PM kernel[0]: zone leak detection enabled
    7/24/13 11:41:41.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    7/24/13 11:41:41.000 PM kernel[0]: standard background quantum is 2500 us
    7/24/13 11:41:41.000 PM kernel[0]: mig_table_max_displ = 74
    7/24/13 11:41:41.000 PM kernel[0]: corecrypto kext started!
    7/24/13 11:41:41.000 PM kernel[0]: Running kernel space in FIPS MODE
    7/24/13 11:41:41.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    7/24/13 11:41:41.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    7/24/13 11:41:41.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    7/24/13 11:41:41.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    7/24/13 11:41:41.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    7/24/13 11:41:41.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    7/24/13 11:41:41.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    7/24/13 11:41:41.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    7/24/13 11:41:41.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    7/24/13 11:41:41.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    7/24/13 11:41:41.000 PM kernel[0]: AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    7/24/13 11:41:41.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    7/24/13 11:41:41.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    7/24/13 11:41:41.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    7/24/13 11:41:41.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    7/24/13 11:41:41.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    7/24/13 11:41:41.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    7/24/13 11:41:41.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    7/24/13 11:41:41.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    7/24/13 11:41:41.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    7/24/13 11:41:41.000 PM kernel[0]: MAC Framework successfully initialized
    7/24/13 11:41:41.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    7/24/13 11:41:41.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    7/24/13 11:41:41.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5]
    7/24/13 11:41:41.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 00:59:42 Aug 25 2012) initialization complete
    7/24/13 11:41:41.000 PM kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    7/24/13 11:41:41.000 PM kernel[0]: [ PCI configuration begin ]
    7/24/13 11:41:41.000 PM kernel[0]: console relocated to 0xf80060000
    7/24/13 11:41:41.000 PM kernel[0]: PCI configuration changed (bridge=5 device=1 cardbus=0)
    7/24/13 11:41:41.000 PM kernel[0]: [ PCI configuration end, bridges 7 devices 17 ]
    7/24/13 11:41:41.000 PM kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001ff3fffe1b2a08; max speed s800.
    7/24/13 11:41:41.000 PM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    7/24/13 11:41:41.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    7/24/13 11:41:41.000 PM kernel[0]: rooting via boot-uuid from /chosen: 99149F31-1158-3724-B8F1-354F611EA54E
    7/24/13 11:41:41.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    7/24/13 11:41:41.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    7/24/13 11:41:41.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    7/24/13 11:41:41.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    7/24/13 11:41:41.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    7/24/13 11:41:41.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    7/24/13 11:41:41.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleICH8AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/M4-CT256M4SSD2 Media/IOGUIDPartitionScheme/SSD Drive@2
    7/24/13 11:41:41.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 3
    7/24/13 11:41:41.000 PM kernel[0]: Kernel is LP64
    7/24/13 11:41:41.000 PM kernel[0]: USBMSC Identifier (non-unique): 20054256021D9183408B 0x781 0x5575 0x126
    7/24/13 11:41:38.185 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    7/24/13 11:41:38.185 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    7/24/13 11:41:41.645 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    7/24/13 11:41:44.745 PM com.apple.SecurityServer[15]: Session 100000 created
    7/24/13 11:41:44.763 PM configd[17]: ioctl(SIOCGIFCAP) failed: Device not configured
    7/24/13 11:41:44.763 PM configd[17]: ioctl(SIOCGIFCAP) failed: Device not configured
    7/24/13 11:41:44.767 PM configd[17]: network changed.
    7/24/13 11:41:44.793 PM com.apple.SecurityServer[15]: Entering service
    7/24/13 11:41:44.884 PM UserEventAgent[11]: Captive: [mySCCopyWiFiDevices:162] WiFi Device Name == NULL
    7/24/13 11:41:46.000 PM kernel[0]: Waiting for DSMOS...
    7/24/13 11:41:46.000 PM kernel[0]: Previous Shutdown Cause: 5
    7/24/13 11:41:46.000 PM kernel[0]: BTCOEXIST off
    7/24/13 11:41:46.000 PM kernel[0]: wl0: Broadcom BCM4328 802.11 Wireless Controller
    7/24/13 11:41:46.000 PM kernel[0]: 5.10.131.36
    7/24/13 11:41:47.000 PM kernel[0]: macx_swapon SUCCESS
    7/24/13 11:41:47.026 PM mDNSResponder[53]: mDNSResponder mDNSResponder-379.32.1 (Aug 31 2012 19:05:06) starting OSXVers 12
    7/24/13 11:41:47.080 PM hidd[61]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    7/24/13 11:41:47.103 PM fseventsd[62]: could not open <</.fseventsd/fseventsd-uuid>> (No such file or directory)
    7/24/13 11:41:47.103 PM fseventsd[62]: log dir: /.fseventsd getting new uuid: 7A2C13F6-F58F-4B0B-862B-3FD810DDFFA3
    7/24/13 11:41:47.103 PM appleeventsd[67]: main: Starting up
    7/24/13 11:41:47.254 PM awacsd[71]: Starting awacsd connectivity-78 (Jul 26 2012 14:37:46)
    7/24/13 11:41:47.304 PM com.apple.usbmuxd[40]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    7/24/13 11:41:47.363 PM mmcfgd[74]: MotNetConfig - started
    7/24/13 11:41:47.000 PM kernel[0]: NVDANV50HAL loaded and registered.
    7/24/13 11:41:47.757 PM awacsd[71]: InnerStore CopyAllZones: no info in Dynamic Store
    7/24/13 11:41:47.852 PM systemkeychain[84]: done file: /var/run/systemkeychaincheck.done
    7/24/13 11:41:47.980 PM WindowServer[80]: Server is starting up
    7/24/13 11:41:48.003 PM coreservicesd[77]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    7/24/13 11:41:48.103 PM apsd[73]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    7/24/13 11:41:48.104 PM apsd[73]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    7/24/13 11:41:48.842 PM configd[17]: setting hostname to "Macintosh.local"
    7/24/13 11:41:48.875 PM configd[17]: network changed: DNS*
    7/24/13 11:41:48.884 PM mDNSResponder[53]: D2D_IPC: Loaded
    7/24/13 11:41:48.884 PM mDNSResponder[53]: D2DInitialize succeeded
    7/24/13 11:41:48.940 PM locationd[57]: NOTICE,Location icon should now be in state 0
    7/24/13 11:41:49.086 PM UpdateSettingsTool[41]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    7/24/13 11:41:49.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    7/24/13 11:41:49.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x820F FirmwareVersion - 0x0180
    7/24/13 11:41:49.000 PM kernel[0]: IOBluetoothUSBDFU::start
    7/24/13 11:41:49.558 PM com.apple.kextd[12]: Can't load /System/Library/Extensions/Tether.kext - no code for running kernel's architecture.
    7/24/13 11:41:49.560 PM com.apple.kextd[12]: Load com.quark.driver.Tether failed; removing personalities from kernel.
    7/24/13 11:41:49.682 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    7/24/13 11:41:49.695 PM loginwindow[56]: Login Window Application Started
    7/24/13 11:41:49.737 PM airportd[107]: _processDLILEvent: en3 attached (up)
    7/24/13 11:41:49.000 PM kernel[0]: Initializing
    7/24/13 11:41:49.000 PM kernel[0]: Probing
    7/24/13 11:41:49.000 PM kernel[0]: Initializing
    7/24/13 11:41:49.000 PM kernel[0]: Probing
    7/24/13 11:41:49.000 PM kernel[0]: DSMOS has arrived
    7/24/13 11:41:49.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    7/24/13 11:41:49.000 PM kernel[0]: Starting2
    7/24/13 11:41:49.000 PM kernel[0]: getHardwareAddress
    7/24/13 11:41:49.000 PM kernel[0]: Starting
    7/24/13 11:41:49.000 PM kernel[0]: Attaching an interface
    7/24/13 11:41:49.000 PM kernel[0]: Get Hardware Address
    7/24/13 11:41:49.000 PM kernel[0]: The interface was successfully attached!
    7/24/13 11:41:49.000 PM kernel[0]: AirPort_Brcm43224: Ethernet address 00:1f:5b:d1:18:91
    7/24/13 11:41:49.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    7/24/13 11:41:49.000 PM kernel[0]: com_jft_driver_PdaNetDrv: Ethernet address 0b:0b:0b:0b:0b:0b
    7/24/13 11:41:49.000 PM kernel[0]: com_quark_driver_Tether64: Ethernet address 02:50:f2:00:00:01
    7/24/13 11:41:49.000 PM kernel[0]: AirPort: Link Down on en3. Reason 1 (Unspecified).
    7/24/13 11:41:49.000 PM kernel[0]: en3::IO80211Interface::postMessage bssid changed
    7/24/13 11:41:50.364 PM mds[52]: (Normal) FMW: FMW 0 0
    7/24/13 11:41:50.448 PM launchctl[114]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.airlink.wutility
    7/24/13 11:41:50.481 PM IOBluetoothUSBDFUTool[117]: 4.0.9f33, Copyright © 2002-2012 Apple Inc. All rights reserved.
    7/24/13 11:41:50.481 PM IOBluetoothUSBDFUTool[117]: IORegistry idProduct 0x820F
    7/24/13 11:41:50.563 PM digest-service[119]: label: default
    7/24/13 11:41:50.563 PM digest-service[119]:           dbname: od:/Local/Default
    7/24/13 11:41:50.563 PM digest-service[119]:           mkey_file: /var/db/krb5kdc/m-key
    7/24/13 11:41:50.563 PM digest-service[119]:           acl_file: /var/db/krb5kdc/kadmind.acl
    7/24/13 11:41:50.717 PM awacsd[71]: SecKeychain::KeychainChanged: SecKeychainItemCopyAttributesAndData returned -25303
    7/24/13 11:41:50.730 PM genatsdb[112]: ########## genatsdb Sandboxed. ##########
    7/24/13 11:41:51.277 PM digest-service[119]: digest-request: uid=0
    7/24/13 11:41:51.000 PM kernel[0]: Auth result for: 00:18:f8:7d:87:03 MAC AUTH succeeded
    7/24/13 11:41:51.000 PM kernel[0]: AirPort: Link Up on en3
    7/24/13 11:41:51.000 PM kernel[0]: en3: BSSID changed to 00:18:f8:7d:87:03
    7/24/13 11:41:51.000 PM kernel[0]: en3::IO80211Interface::postMessage bssid changed
    7/24/13 11:41:51.584 PM rpcsvchost[142]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    7/24/13 11:41:51.603 PM digest-service[119]: digest-request: init request
    7/24/13 11:41:51.605 PM IOBluetoothUSBDFUTool[117]: switch to DFU mode
    7/24/13 11:41:51.610 PM digest-service[119]: digest-request: init return domain: BUILTIN server: MACINTOSH
    7/24/13 11:41:51.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    7/24/13 11:41:51.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8212 FirmwareVersion - 0x0037
    7/24/13 11:41:51.000 PM kernel[0]: IOBluetoothUSBDFU::start
    7/24/13 11:41:51.965 PM launchctl[151]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.airlink.wutility
    7/24/13 11:41:52.207 PM digest-service[119]: digest-request: uid=0
    7/24/13 11:41:52.207 PM digest-service[119]: digest-request: init request
    7/24/13 11:41:52.213 PM digest-service[119]: digest-request: init return domain: MACBOOKPRO-1B09 server: MACINTOSH
    7/24/13 11:41:52.000 PM kernel[0]: AirPort: RSN handshake complete on en3
    7/24/13 11:41:52.606 PM IOBluetoothUSBDFUTool[117]: IORegistry idProduct 0x8212
    7/24/13 11:41:52.766 PM UpdateSettingsTool[41]: [Warning] Bad response from daemon for setup info
    7/24/13 11:41:52.778 PM IOBluetoothUSBDFUTool[117]: CFPreferences idProduct 0x820F
    7/24/13 11:41:52.778 PM IOBluetoothUSBDFUTool[117]: BoardIDTable idProduct 0x820F
    7/24/13 11:41:52.779 PM IOBluetoothUSBDFUTool[117]: filename /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothU SBDFU.kext/Contents/Resources/2046_820F.dfu
    7/24/13 11:41:52.780 PM IOBluetoothUSBDFUTool[117]: DFUFileSuffix 0x0201 0x820F 0x05AC 0x0100 0x554644 0x10 0x22860652
    7/24/13 11:41:53.004 PM airportd[107]: _doAutoJoin: Already associated to “SuperBud”. Bailing on auto-join.
    7/24/13 11:41:53.000 PM kernel[0]: nspace-handler-set-snapshot-time: 1374723714
    7/24/13 11:41:53.056 PM airportd[107]: _doAutoJoin: Already associated to “SuperBud”. Bailing on auto-join.
    7/24/13 11:41:53.084 PM airportd[107]: _doAutoJoin: Already associated to “SuperBud”. Bailing on auto-join.
    7/24/13 11:41:53.113 PM airportd[107]: _doAutoJoin: Already associated to “SuperBud”. Bailing on auto-join.
    7/24/13 11:41:53.142 PM airportd[107]: _doAutoJoin: Already associated to “SuperBud”. Bailing on auto-join.
    7/24/13 11:41:53.194 PM airportd[107]: _doAutoJoin: Already associated to “SuperBud”. Bailing on auto-join.
    7/24/13 11:41:53.599 PM netbiosd[106]: Unable to start NetBIOS name service:
    7/24/13 11:41:53.627 PM configd[17]: network changed: v4(en3+:192.168.1.100) DNS+ Proxy+ SMB
    7/24/13 11:41:53.643 PM mDNSResponder[53]: User updated Computer Name from “MacBookPro-000000000000” to “MacBookPro-001F5BD11891”
    7/24/13 11:41:53.668 PM UserEventAgent[11]: Captive: en3: Not probing 'SuperBud' (protected network)
    7/24/13 11:41:53.675 PM configd[17]: network changed: v4(en3!:192.168.1.100) DNS Proxy SMB
    7/24/13 11:41:55.279 PM WindowServer[80]: Session 256 retained (2 references)
    7/24/13 11:41:55.279 PM WindowServer[80]: Session 256 released (1 references)
    7/24/13 11:41:55.295 PM WindowServer[80]: Session 256 retained (2 references)
    7/24/13 11:41:55.296 PM WindowServer[80]: init_page_flip: page flip mode is on
    7/24/13 11:41:55.000 PM kernel[0]: AppleYukon2: Marvell Yukon Gigabit Adapter 88E8055 Singleport Copper SA
    7/24/13 11:41:55.000 PM kernel[0]: AppleYukon2: RxRingSize <= 1024, TxRingSize 256, RX_MAX_LE 1024, TX_MAX_LE 768, ST_MAX_LE 3328
    7/24/13 11:41:55.000 PM kernel[0]: yukon: Ethernet address 00:1f:5b:ef:1b:09
    7/24/13 11:41:55.589 PM ntpd[118]: proto: precision = 1.000 usec
    7/24/13 11:41:56.594 PM WindowServer[80]: mux_initialize: Couldn't find any matches
    7/24/13 11:41:56.648 PM WindowServer[80]: GLCompositor enabled for tile size [256 x 256]
    7/24/13 11:41:56.648 PM WindowServer[80]: CGXGLInitMipMap: mip map mode is on
    7/24/13 11:41:56.738 PM WindowServer[80]: WSMachineUsesNewStyleMirroring: false
    7/24/13 11:41:56.739 PM WindowServer[80]: Display 0x04271e80: GL mask 0x1; bounds (0, 0)[1920 x 1200], 57 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c7a, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009c7a0000000004271e80
    7/24/13 11:41:56.739 PM WindowServer[80]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    7/24/13 11:41:56.758 PM WindowServer[80]: Created shield window 0x5 for display 0x04271e80
    7/24/13 11:41:56.759 PM WindowServer[80]: Created shield window 0x6 for display 0x003f003d
    7/24/13 11:41:56.777 PM WindowServer[80]: Display 0x04271e80: GL mask 0x1; bounds (0, 0)[1920 x 1200], 57 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9c7a, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009c7a0000000004271e80
    7/24/13 11:41:56.778 PM WindowServer[80]: Display 0x003f003d: GL mask 0x2; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    7/24/13 11:41:56.778 PM WindowServer[80]: CGXPerformInitialDisplayConfiguration
    7/24/13 11:41:56.779 PM WindowServer[80]:   Display 0x04271e80: MappedDisplay Unit 0; Vendor 0x610 Model 0x9c7a S/N 0 Dimensions 14.45 x 9.06; online enabled built-in, Bounds (0,0)[1920 x 1200], Rotation 0, Resolution 1
    7/24/13 11:41:56.779 PM WindowServer[80]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2944,0)[1 x 1], Rotation 0, Resolution 1
    7/24/13 11:41:56.918 PM launchctl[179]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.airlink.wutility
    7/24/13 11:41:56.927 PM launchctl[180]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.airlink.wutility
    7/24/13 11:41:56.994 PM WindowServer[80]: GLCompositor: GL renderer id 0x01022604, GL mask 0x00000003, accelerator 0x00003a2f, unit 0, caps QEX|QGL|MIPMAP, vram 512 MB
    7/24/13 11:41:57.010 PM WindowServer[80]: GLCompositor: GL renderer id 0x01022604, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    7/24/13 11:41:57.032 PM loginwindow[56]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    7/24/13 11:41:57.033 PM hidd[61]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    7/24/13 11:41:57.092 PM WindowServer[80]: Created shield window 0x7 for display 0x04271e80
    7/24/13 11:41:57.093 PM WindowServer[80]: Display 0x04271e80: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    7/24/13 11:41:57.105 PM launchctl[183]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.airlink.wutility
    7/24/13 11:41:57.135 PM launchctl[183]: com.apple.findmymacmessenger: Already loaded
    7/24/13 11:41:57.178 PM com.apple.SecurityServer[15]: Session 100007 created
    7/24/13 11:41:57.277 PM WindowServer[80]: Unable to open IOHIDSystem (e00002bd)
    7/24/13 11:41:57.278 PM hidd[61]: CGSShutdownServerConnections: Detaching application from window server
    7/24/13 11:41:57.278 PM hidd[61]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    7/24/13 11:41:57.281 PM airportd[107]: _doAutoJoin: Already associated to “SuperBud”. Bailing on auto-join.
    7/24/13 11:41:57.409 PM loginwindow[56]: Login Window Started Security Agent
    7/24/13 11:41:57.413 PM locationd[190]: NOTICE,Location icon should now be in state 0
    7/24/13 11:41:57.000 PM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    7/24/13 11:41:57.435 PM UserEventAgent[184]: cannot find useragent 1102
    7/24/13 11:41:57.660 PM SecurityAgent[192]: This is the first run
    7/24/13 11:41:57.660 PM SecurityAgent[192]: MacBuddy was run = 0
    7/24/13 11:41:57.734 PM SecurityAgent[192]: User info context values set for David
    7/24/13 11:41:58.760 PM WindowServer[80]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    7/24/13 11:41:59.105 PM WindowServer[80]: Display 0x04271e80: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    7/24/13 11:41:59.190 PM WindowServer[80]: Display 0x04271e80: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    7/24/13 11:41:59.625 PM loginwindow[56]: Login Window - Returned from Security Agent
    7/24/13 11:41:59.654 PM loginwindow[56]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    7/24/13 11:41:59.668 PM genatsdb[112]: *GENATSDB* FontObjects generated = 708
    7/24/13 11:41:59.678 PM loginwindow[56]: USER_PROCESS: 56 console
    7/24/13 11:41:59.710 PM airportd[107]: _doAutoJoin: Already associated to “SuperBud”. Bailing on auto-join.
    7/24/13 11:41:59.793 PM launchctl[198]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.airlink.wutility
    7/24/13 11:41:59.827 PM launchctl[199]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.airlink.wutility
    7/24/13 11:41:59.853 PM com.apple.launchd.peruser.501[197]: (com.divx.agent.postinstall) Unknown key: LimitToSessionType
    7/24/13 11:41:59.853 PM com.apple.launchd.peruser.501[197]: (com.mlbam.nexdef) Unknown key for boolean: HopefullyExitsFirst
    7/24/13 11:41:59.854 PM com.apple.launchd.peruser.501[197]: (com.apple.gamed) Ignored this key: UserName
    7/24/13 11:41:59.854 PM com.apple.launchd.peruser.501[197]: (com.apple.gamed) Ignored this key: GroupName
    7/24/13 11:41:59.855 PM com.apple.launchd.peruser.501[197]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    7/24/13 11:41:59.863 PM loginwindow[56]: Connection with distnoted server was invalidated
    7/24/13 11:41:59.897 PM distnoted[202]: # distnote server agent  absolute time: 20.862437957   civil time: Wed Jul 24 23:41:59 2013   pid: 202 uid: 501  root: no
    7/24/13 11:42:00.742 PM com.apple.SecurityServer[15]: Session 100008 created
    7/24/13 11:42:00.866 PM blued[70]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    7/24/13 11:42:00.993 PM locationd[211]: NOTICE,Location icon should now be in state 0
    7/24/13 11:42:01.082 PM UserEventAgent[200]: cannot find fw daemon port 1102
    7/24/13 11:42:01.111 PM UserEventAgent[200]: com.apple.TMLaunchAgent disabled
    7/24/13 11:42:02.093 PM genatsdb[221]: ########## genatsdb Sandboxed. ##########
    7/24/13 11:42:04.178 PM awacsd[71]: Exiting
    7/24/13 11:42:04.866 PM timezoned[222]: bootstrap_look_up failed (44e)
    7/24/13 11:42:04.880 PM timezoned[222]: bootstrap_look_up failed (44e)
    7/24/13 11:42:04.920 PM genatsdb[221]: *GENATSDB* FontObjects generated = 708
    7/24/13 11:42:06.570 PM CalendarAgent[228]: In-place migration failed (long user info). Trying to restore from the truth files...
    7/24/13 11:42:06.952 PM CalendarAgent[228]: Did migrate store at path: /Users/David/Library/Application Support/AddressBook/AddressBook-v22.abcddb
    7/24/13 11:42:06.981 PM CalendarAgent[228]: Implicitly linking
    7/24/13 11:42:07.145 PM apsd[73]: Certificate not yet generated
    7/24/13 11:42:07.330 PM apsd[73]: Certificate not yet generated
    7/24/13 11:42:08.522 PM WindowServer[80]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    7/24/13 11:42:08.592 PM WindowServer[80]: Created shield window 0xc for display 0x04271e80
    7/24/13 11:42:08.593 PM WindowServer[80]: Display 0x04271e80: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD Calibrated July 2013"}; TransferTable (256, 3)
    7/24/13 11:42:09.317 PM launchctl[241]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.airlink.wutility
    7/24/13 11:42:09.940 PM WindowServer[80]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    7/24/13 11:42:09.968 PM WindowServer[80]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.05 seconds (server forcibly re-enabled them after 1.02 seconds)
    7/24/13 11:42:09.971 PM SystemUIServer[231]: CGSCopyWindowShape: pid (231) passed NULL window
    7/24/13 11:42:09.971 PM SystemUIServer[231]: could not update menu bar region, 1000
    7/24/13 11:42:09.972 PM SystemUIServer[231]: CGSSetWindowTransformAtPlacement: Singular matrix [0.000 0.000 0.000 0.000]
    7/24/13 11:42:10.219 PM com.apple.SecurityServer[15]: Session 100004 created
    7/24/13 11:42:10.661 PM coreaudiod[245]: 2013-07-24 11:42:10.660385 PM [AirPlay] Started browsing for _airplay._tcp.
    7/24/13 11:42:10.661 PM coreaudiod[245]: 2013-07-24 11:42:10.660940 PM [AirPlay] Started browsing for _raop._tcp.
    7/24/13 11:42:10.733 PM AirPlayUIAgent[246]: Bug: 12C60: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    7/24/13 11:42:10.774 PM SystemUIServer[231]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    7/24/13 11:42:10.775 PM SystemUIServer[231]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    7/24/13 11:42:11.267 PM imagent[249]: [Warning] Setting up a new messages database.
    7/24/13 11:42:15.804 PM IOBluetoothUSBDFUTool[117]: firmware update complete
    7/24/13 11:42:16.000 PM kernel[0]: USBF:          36.798          AppleUSBHubPort[0xffffff80145b1a00]::FatalError - Port 1 of Hub at 0x1a100000 reported error 0xe00002c0 while doing clearing port feature (1)
    7/24/13 11:42:16.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    7/24/13 11:42:16.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x820F FirmwareVersion - 0x0201
    7/24/13 11:42:16.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    7/24/13 11:42:16.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    7/24/13 11:42:16.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    7/24/13 11:42:19.816 PM com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[188]) Exit timeout elapsed (20 seconds). Killing
    7/24/13 11:42:26.805 PM Setup Assistant[225]: com.apple.icdplugin.FaceTime: Connecting to agent...
    7/24/13 11:42:26.868 PM Setup Assistant[225]: com.apple.icdplugin.iMessage: Connecting to agent...
    7/24/13 11:42:31.282 PM Setup Assistant[225]: AOSKit ERROR: MB login request failed, appleID=davidrichard, hasPassword=1, httpStatusCode=401
    7/24/13 11:42:39.479 PM digest-service[119]: digest-request: uid=0
    7/24/13 11:42:39.479 PM digest-service[119]: digest-request: init request
    7/24/13 11:42:39.480 PM digest-service[119]: digest-request: init return domain: MACBOOKPRO-1B09 server: MACINTOSH
    7/24/13 11:42:44.293 PM Setup Assistant[225]: INFO: MMAccountMgr_Private: finishedSetup called.
    7/24/13 11:42:44.695 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:44.695 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:44.695 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:44.695 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:44.695 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:44.833 PM com.apple.launchd.peruser.501[197]: (com.apple.afpstat-qfa[288]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    7/24/13 11:42:44.833 PM com.apple.launchd.peruser.501[197]: (com.apple.afpstat-qfa[288]) Job failed to exec(3) for weird reason: 2
    7/24/13 11:42:45.361 PM REUpdater[289]: VERSION is 141
    7/24/13 11:42:45.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=292[GoogleSoftwareUp] clearing CS_VALID
    7/24/13 11:42:45.377 PM com.apple.launchd.peruser.501[197]: (com.apple.mrt.uiagent[279]) Exited with code: 255
    7/24/13 11:42:45.639 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:45.639 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:45.639 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:45.639 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:45.639 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:45.661 PM 1PasswordAgent[296]: Starting 1PasswordAgent 3.8.19 #31419 built Apr 19 2012 13:26:48
    7/24/13 11:42:45.669 PM 1PasswordAgent[296]: Trying to load Localizable.strings [English] from the main bundle
    7/24/13 11:42:45.682 PM 1PasswordAgent[296]: Cannot find English version, using English localization for Localizable.strings
    7/24/13 11:42:45.696 PM com.apple.launchd.peruser.501[197]: (com.adobe.CS5ServiceManager[294]) Exited with code: 97
    7/24/13 11:42:45.800 PM NetworkBrowserAgent[322]: Starting NetworkBrowserAgent
    7/24/13 11:42:45.923 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:45.924 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:45.924 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:45.924 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:45.924 PM WindowServer[80]: CGXGetConnectionProperty: Invalid connection 9991
    7/24/13 11:42:46.270 PM Google Chrome Helper[298]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    7/24/13 11:42:46.635 PM REUpdater[289]: REUpdate : Did not download since you have the version equal or later than that on the server
    7/24/13 11:42:46.809 PM 1PasswordAgent[296]: reloadAllObjects
    7/24/13 11:42:46.828 PM 1PasswordAgent[296]: Database (AGHtmlDatabase:file://localhost/Users/David/Library/Application%20Support/1Pas sword/1Password.agilekeychain/) load time [Cache]: 0.006+0.012 (4 objects)
    7/24/13 11:42:47.007 PM Google Chrome Helper[326]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    7/24/13 11:43:54.125 PM Dock[271]: Unable to open IOHIDSystem (e00002bd)
    7/24/13 11:43:54.000 PM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    7/24/13 11:43:59.025 PM migCacheCleanup[215]: Cache cleanup: cleanup for user 501 took 3.07 seconds
    7/24/13 11:44:17.790 PM com.apple.launchd[1]: (com.apple.coremedia.videodecoder[335]) Exit timeout elapsed (20 seconds). Killing
    7/24/13 11:44:47.000 PM kernel[0]: considerRebuildOfPrelinkedKernel com.apple.driver.AppleSMC triggered rebuild
    7/24/13 11:45:04.275 PM mdworker32[391]: CGSGetDisplayBounds: Invalid display 0x00000000
    7/24/13 11:45:04.296 PM mdworker32[391]: bootstrap_look_up2 failed with 0x44c
    7/24/13 11:45:04.000 PM kernel[0]: Sandbox: sandboxd(392) deny mach-lookup com.apple.coresymbolicationd
    7/24/13 11:45:05.214 PM sandboxd[392]: ([391]) mdworker32(391) deny mach-lookup com.apple.PowerManagement.control (import fstype:hfs fsflag:480D000 flags:40000005E diag:0 uti:org.openxmlformats.wordprocessingml.template plugin:/Library/Spotlight/Microsoft Office.mdimporter - find suspect file using: sudo mdutil -t 1119840)
    7/24/13 11:45:32.764 PM mdworker[341]: iCal.mdimporter: could not parse ICS file: /Applications/Microsoft Office 2011/Office/OutlookCore.framework/Versions/14/Resources/en.lproj/Timezones.ics
    7/24/13 11:45:56.670 PM mdworker[400]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    7/24/13 11:45:57.057 PM mdworker32[401]: CGSGetDisplayBounds: Invalid display 0x00000000
    7/24/13 11:45:57.074 PM mdworker32[401]: bootstrap_look_up2 failed with 0x44c
    7/24/13 11:45:57.000 PM kernel[0]: Sandbox: sandboxd(402) deny mach-lookup com.apple.coresymbolicationd
    7/24/13 11:45:57.296 PM sandboxd[402]: ([401]) mdworker32(401) deny mach-lookup com.apple.PowerManagement.control (import fstype:hfs fsflag:480D000 flags:40000005E diag:0 uti:org.openxmlformats.wordprocessingml.template.macroenabled plugin:/Library/Spotlight/Microsoft Office.mdimporter - find suspect file using: sudo mdutil -t 1174526)
    7/24/13 11:46:03.648 PM sandboxd[402]: ([400]) mdworker(400) deny file-read-data /Users/David/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/bin/octoshape (pre-ls-info fstype:hfs fsflag:480D000 flags:40000005E diag:0 uti:com.apple.application-file plugin:/Library/Spotlight/Application.mdimporter - find suspect file using: sudo mdutil -t 5738002)
    7/24/13 11:46:08.198 PM mdworker[400]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    7/24/13 11:47:50.368 PM mdworker[416]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    7/24/13 11:47:53.391 PM mdworker32[434]: CGSGetDisplayBounds: Invalid display 0x00000000
    7/24/13 11:47:53.406 PM mdworker32[434]: bootstrap_look_up2 failed with 0x44c
    7/24/13 11:47:53.000 PM kernel[0]: Sandbox: sandboxd(435) deny mach-lookup com.apple.coresymbolicationd
    7/24/13 11:47:53.605 PM sandboxd[435]: ([434]) mdworker32(434) deny mach-lookup com.apple.PowerManagement.control (import fstype:hfs fsflag:480D000 flags:40000005E diag:0 uti:org.openxmlformats.wordprocessingml.template plugin:/Library/Spotlight/Microsoft Office.mdimporter - find suspect file using: sudo mdutil -t 50488499)
    7/24/13 11:47:57.136 PM mdworker[416]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    7/24/13 11:48:17.278 PM mdworker[416]: CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
    7/24/13 11:50:16.793 PM sudo[483]:     root : TTY=unknown ; PWD=/private/tmp/PKInstallSandbox.4fZg5Y/Scripts/com.apple.pkg.JavaSecurity.nPq WIH ; USER=David ; COMMAND=/bin/launchctl unload /System/Library/LaunchDaemons/com.apple.mrt.plist
    7/24/13 11:50:21.726 PM mds[52]: Unable to talk to lsboxd
    7/24/13 11:50:40.522 PM Download Java Components[321]: Java Install finished
    7/24/13 11:50:40.523 PM Download Java Components[321]: Relaunching after install: file://localhost/Library/Application%20Support/Adobe/CS5ServiceManager/CS5Servi ceManager.app/
    7/24/13 11:50:43.409 PM CVMServer[176]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    7/24/13 11:50:43.425 PM launchctl[497]: launchctl: Dubious file. Not of type .plist (skipping): /Library/LaunchAgents/com.airlink.wutility
    7/24/13 11:50:43.487 PM CVMServer[176]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    7/24/13 11:50:55.010 PM coreservicesd[77]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    7/24/13 11:50:55.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=504[PM Navigation Ag] clearing CS_VALID
    7/24/13 11:50:55.017 PM coreservicesd[77]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    7/24/13 11:50:55.018 PM coreservicesd[77]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    7/24/13 11:50:55.030 PM coreservicesd[77]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    7/24/13 11:50:55.031 PM coreservicesd[77]: SFLEntryBase::ListHasChanged mach_msg returned 10000004d
    7/24/13 11:51:13.190 PM Adobe Photoshop CS5[519]: ISGetIconFamilyFromStorage: seed mismatch for 2ed7000f, actual seed is 5322ebb6
              1   OSServices                          0x00007fff91473950 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
              2   OSServices                          0x00007fff914738aa _ISAcquireStorageRefInternal + 19
              3   OSServices                          0x00007fff91473884 _ISAcquireStorageRef + 31
              4   OSServices                          0x00007fff9147383a _ZL25ISAcquireImageRefInternalP16OpaqueISImageRef + 49
              5   OSServices                          0x00007fff91473bb8 _ISAcquireImageRef + 33
              6   LaunchServices                      0x00007fff84c89096 _ZL33_GetISImageRefFromIconRefInternalP13OpaqueIconRefPP16OpaqueISImageRef + 64
              7   LaunchServices                      0x00007fff84c8b7f7 _GetISImageRefFromIconRef + 42
              8   LaunchServices                      0x00007fff84c6a068 LSSharedFileListItemCopyIconRef + 536
              9   DesktopServicesPriv                 0x00007fff870e8e99 _ZN7TFSInfo10InitializeEhP29OpaqueLSSharedFileListItemRef + 757
              10  DesktopServicesPriv                 0x00007fff870d7841 _ZN19TFSInfoSynchronizer13FetchChildrenEv + 1435
              11  DesktopServicesPriv                 0x00007fff870d336a _ZN5TNode19SynchronizeChildrenEjR16TNodeEventPtrSet + 318
              12  DesktopServicesPriv                 0x00007fff870d05cd _ZN5TNode10HandleSyncEj + 2629
              13  DesktopServicesPriv                 0x00007fff870e3d58 _ZN5TNode10HandleSyncERK11TCountedPtrI9TNodeTaskERK8TNodePtr + 42
              14  DesktopServicesPriv                 0x00007fff870c03d7 _ZN5TNode17HandleNodeRequestERK11TCountedPtrI9TNodeTaskERKS0_I17TVolumeSyncThre adE + 833
              15  DesktopServicesPriv                 0x00007fff871334e7 __block_global_1 + 82
              16  DesktopServicesPriv                 0x00007fff870c0040 _Z18ExceptionSafeBlockU13block_pointerFvvE + 12
              17  DesktopServicesPriv                 0x00007fff870bffe1 __PostNodeTaskRequest_block_invoke_0 + 91
              18  libdispatch.dylib                   0x00007fff8fa42f01 _dispatch_call_block_and_release + 15
              19  libdispatch.dylib                   0x00007fff8fa3f0b6 _dispatch_client_callout + 8
              20  libdispatch.dylib                   0x00007fff8fa4047f _dispatch_queue_drain + 235
              21  libdispatch.dylib                   0x00007fff8fa402f1 _dispatch_queue_invoke + 52
              22  libdispatch.dylib                   0x00007fff8fa401c3 _dispatch_worker_thread2 + 249
              23  libsystem_c.dylib                   0x00007fff8e201cab _pthread_wqthread + 404
              24  libsystem_c.dylib                   0x00007fff8e1ec171 start_wqthread + 13
    7/24/13 11:51:13.191 PM Adobe Photoshop CS5[519]: _GetISImageRefFromIconRefInternal: could not retain image ref 0x2ed7000f (err=-2580)
    7/24/13 11:51:13.192 PM Adobe Photoshop CS5[519]: ISGetIconFamilyFromStorage: seed mismatch for 2ed7000f, actual seed is 5322ebb6
              1   OSServices                          0x00007fff91473950 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
              2   OSServices                          0x00007fff914738aa _ISAcquireStorageRefInternal + 19
              3   OSServices                          0x00007fff91473884 _ISAcquireStorageRef + 31
              4   OSServices                          0x00007fff9147383a _ZL25ISAcquireImageRefInternalP16OpaqueISImageRef + 49
              5   OSServices                          0x00007fff91473bb8 _ISAcquireImageRef + 33
              6   LaunchServices                      0x00007fff84c89096 _ZL33_GetISImageRefFromIconRefInternalP13OpaqueIconRefPP16OpaqueISImageRef + 64
              7   LaunchServices                      0x00007fff84c6a285 _CopyIconRefSystemTypeInfo + 54
              8   LaunchServices                      0x00007fff84c6a0c4 LSSharedFileListItemCopyIconRef + 628
              9   DesktopServicesPriv                 0x00007fff870e8e99 _ZN7TFSInfo10InitializeEhP29OpaqueLSSharedFileListItemRef + 757
              10  DesktopServicesPriv                 0x00007fff870d7841 _ZN19TFSInfoSynchronizer13FetchChildrenEv + 1435
              11  DesktopServicesPriv                 0x00007fff870d336a _ZN5TNode19SynchronizeChildrenEjR16TNodeEventPtrSet + 318
              12  DesktopServicesPriv                 0x00007fff870d05cd _ZN5TNode10HandleSyncEj + 2629
              13  DesktopServicesPriv                 0x00007fff870e3d58 _ZN5TNode10HandleSyncERK11TCountedPtrI9TNodeTaskERK8TNodePtr + 42
              14  DesktopServicesPriv                 0x00007fff870c03d7 _ZN5TNode17HandleNodeRequestERK11TCountedPtrI9TNodeTaskERKS0_I17TVolumeSyncThre adE + 833
              15  DesktopServicesPriv                 0x00007fff871334e7 __block_global_1 + 82
              16  DesktopServicesPriv                 0x00007fff870c0040 _Z18ExceptionSafeBlockU13block_pointerFvvE + 12
              17  DesktopServicesPriv                 0x00007fff870bffe1 __PostNodeTaskRequest_block_invoke_0 + 91
              18  libdispatch.dylib                   0x00007fff8fa42f01 _dispatch_call_block_and_release + 15
              19  libdispatch.dylib                   0x00007fff8fa3f0b6 _dispatch_client_callout + 8
              20  libdispatch.dylib                   0x00007fff8fa4047f _dispatch_queue_drain + 235
              21  libdispatch.dylib                   0x00007fff8fa402f1 _dispatch_queue_invoke + 52
              22  libdispatch.dylib                   0x00007fff8fa401c3 _dispatch_worker_thread2 + 249
              23  libsystem_c.dylib                   0x00007fff8e201cab _pthread_wqthread + 404
              24  libsystem_c.dylib                   0x00007fff8e1ec171 start_wqthread + 13
    7/24/13 11:51:13.194 PM Adobe Photoshop CS5[519]: _GetISImageRefFromIconRefInternal: could not retain image ref 0x2ed7000f (err=-2580)
    7/24/13 11:51:13.198 PM Adobe Photoshop CS5[519]: ISGetIconFamilyFromStorage: seed mismatch for 262e0011, actual seed is 3e14ff3a
              1   OSServices                          0x00007fff91473950 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
              2   OSServices                          0x00007fff914738aa _ISAcquireStorageRefInternal + 19
              3   OSServices                          0x00007fff91473884 _ISAcquireStorageRef + 31
              4   OSServices                          0x00007fff9147383a _ZL25ISAcquireImageRefInternalP16OpaqueISImageRef + 49
              5   OSServices                          0x00007fff91473bb8 _ISAcquireImageRef + 33
              6   LaunchServices                      0x00007fff84c89096 _ZL33_GetISImageRefFromIconRefInternalP13OpaqueIconRefPP16OpaqueISImageRef + 64
              7   LaunchServices                      0x00007fff84c8b7f7 _GetISImageRefFromIconRef + 42
              8   LaunchServices                      0x00007fff84c6a068 LSSharedFileListItemCopyIconRef + 536
              9   DesktopServicesPriv                 0x00007fff870e8e99 _ZN7TFSInfo10InitializeEhP29OpaqueLSSharedFileListItemRef + 757
              10  DesktopServicesPriv                 0x00007fff870d7841 _ZN19TFSInfoSynchronizer13FetchChildrenEv + 1435
              11  DesktopServicesPriv                 0x00007fff870d336a _ZN5TNode19SynchronizeChildrenEjR16TNodeEventPtrSet + 318
              12  DesktopServicesPriv                 0x00007fff870d05cd _ZN5TNode10HandleSyncEj + 2629
              13  DesktopServicesPriv                 0x00007fff870e3d58 _ZN5TNode10HandleSyncERK11TCountedPtrI9TNodeTaskERK8TNodePtr + 42
              14  DesktopServicesPriv                 0x00007fff870c03d7 _ZN5TNode17HandleNodeRequestERK11TCountedPtrI9TNodeTaskERKS0_I17TVolumeSyncThre adE + 833
              15  DesktopServicesPriv                 0x00007fff871334e7 __block_global_1 + 82
              16  DesktopServicesPriv                 0x00007fff870c0040 _Z18ExceptionSafeBlockU13block_pointerFvvE + 12
              17  DesktopServicesPriv                 0x00007fff870bffe1 __PostNodeTaskRequest_block_invoke_0 + 91
              18  libdispatch.dylib                   0x00007fff8fa42f01 _dispatch_call_block_and_release + 15
              19  libdispatch.dylib                   0x00007fff8fa3f0b6 _dispatch_client_callout + 8
              20  libdispatch.dylib                   0x00007fff8fa4047f _dispatch_queue_drain + 235
              21  libdispatch.dylib                   0x00007fff8fa402f1 _dispatch_queue_invoke + 52
              22  libdispatch.dylib                   0x00007fff8fa401c3 _dispatch_worker_thread2 + 249
              23  libsystem_c.dylib                   0x00007fff8e201cab _pthread_wqthread + 404
              24  libsystem_c.dylib                   0x00007fff8e1ec171 start_wqthread + 13
    7/24/13 11:51:13.198 PM Adobe Photoshop CS5[519]: _GetISImageRefFromIconRefInternal: could not retain image ref 0x262e0011 (err=-2580)
    7/24/13 11:51:13.199 PM Adobe Photoshop CS5[519]: ISGetIconFamilyFromStorage: seed mismatch for 262e0011, actual seed is 3e14ff3a
              1   OSServices                          0x00007fff91473950 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
              2   OSServices                          0x00007fff914738aa _ISAcquireStorageRefInternal + 19
              3   OSServices                          0x00007fff91473884 _ISAcquireStorageRef + 31
              4   OSServices                          0x00007fff9147383a _ZL25ISAcquireImageRefInternalP16OpaqueISImageRef + 49
              5   OSServices                          0x00007fff91473bb8 _ISAcquireImageRef + 33
              6   LaunchServices                      0x00007fff84c89096 _ZL33_GetISImageRefFromIconRefInternalP13OpaqueIconRefPP16OpaqueISImageRef + 64
              7   LaunchServices                      0x00007fff84c6a285 _CopyIconRefSystemTypeInfo + 54
              8   LaunchServices                      0x00007fff84c6a0c4 LSSharedFileListItemCopyIconRef + 628
              9   DesktopServicesPriv                 0x00007fff870e8e99 _ZN7TFSInfo10InitializeEhP29OpaqueLSSharedFileListItemRef + 757
              10  DesktopServicesPriv                 0x00007fff870d7841 _ZN19TFSInfoSynchronizer13FetchChildrenEv + 1435
              11  DesktopServicesPriv                 0x00007fff870d336a _ZN5TNode19SynchronizeChildrenEjR16TNodeEventPtrSet + 318
              12  DesktopServicesPriv                 0x00007fff870d05cd _ZN5TNode10HandleSyncEj + 2629
              13  DesktopServicesPriv                 0x00007fff870e3d58 _ZN5TNode10HandleSyncERK11TCountedPtrI9TNodeTaskERK8TNodePtr + 42
              14  DesktopServicesPriv                 0x00007fff870c03d7 _ZN5TNode17HandleNodeRequestERK11TCountedPtrI9TNodeTaskERKS0_I17TVolumeSyncThre adE + 833
              15  DesktopServicesPriv                 0x00007fff871334e7 __block_global_1 + 82
              16  DesktopServicesPriv                 0x00007fff870c0040 _Z18ExceptionSafeBlockU13block_pointerFvvE + 12
              17  DesktopServicesPriv                 0x00007fff870bffe1 __PostNodeTaskRequest_block_invoke_0 + 91
              18  libdispatch.dylib                   0x00007fff8fa42f01 _dispatch_call_block_and_release + 15
              19  libdispatch.dylib                   0x00007fff8fa3f0b6 _dispatch_client_callout + 8
              20  libdispatch.dylib                   0x00007fff8fa4047f _dispatch_queue_drain + 235
              21  libdispatch.dylib                   0x00007fff8fa402f1 _dispatch_queue_invoke + 52
              22  libdispatch.dylib                   0x00007fff8fa401c3 _dispatch_worker_thread2 + 249
              23  libsystem_c.dylib                   0x00007fff8e201cab _pthread_wqthread + 404
              24  libsystem_c.dylib                   0x00007fff8e1ec171 start_wqthread + 13
    7/24/13 11:51:13.199 PM Adobe Photoshop CS5[519]: _GetISImageRefFromIconRefInternal: could not retain image ref 0x262e0011 (err=-2580)
    7/24/13 11:51:25.788 PM Finder[272]: ISGetIconFamilyFromStorage: seed mismatch for 26d50010, actual seed is 9a09992c
              1   OSServices                          0x00007fff91473950 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
              2   OSServices                          0x00007fff914738aa _ISAcquireStorageRefInternal + 19
              3   OSServices                          0x00007fff91473884 _ISAcquireStorageRef + 31
              4   OSServices                          0x00007fff9147383a _ZL25ISAcquireImageRefInternalP16OpaqueISImageRef + 49
              5   OSServices                          0x00007fff91473bb8 _ISAcquireImageRef + 33
              6   LaunchServices                      0x00007fff84c6966a _GetIconRefFromISImageRef + 39
              7   LaunchServices                      0x00007fff84c6fdc6 LSSharedFileListCopySnapshot + 858
              8   DesktopServicesPriv                 0x00007fff870d7767 _ZN19TFSInfoSynchronizer13FetchChildrenEv + 1217
              9   DesktopServicesPriv                 0x00007fff870d336a _ZN5TNode19SynchronizeChildrenEjR16TNodeEventPtrSet + 318
              10  DesktopServicesPriv                 0x00007fff870d05cd _ZN5TNode10HandleSyncEj + 2629
              11  DesktopServicesPriv                 0x00007fff870e3d58 _ZN5TNode10HandleSyncERK11TCountedPtrI9TNodeTaskERK8TNodePtr + 42
              12  DesktopServicesPriv                 0x00007fff870c03d7 _ZN5TNode17HandleNodeRequestERK11TCountedPtrI9TNodeTaskERKS0_I17TVolumeSyncThre adE + 833
              13  DesktopServicesPriv                 0x00007fff871334e7 __block_global_1 + 82
              14  DesktopServicesPriv                 0x00007fff870c0040 _Z18ExceptionSafeBlockU13block_pointerFvvE + 12
              15  DesktopServicesPriv                 0x00007fff870bffe1 __PostNodeTaskRequest_block_invoke_0 + 91
              16  libdispatch.dylib                   0x00007fff8fa42f01 _dispatch_call_block_and_release + 15
              17  libdispatch.dylib                   0x00007fff8fa3f0b6 _dispatch_client_callout + 8
              18  libdispatch.dylib                   0x00007fff8fa4047f _dispatch_queue_drain + 235
              19  libdispatch.dylib                   0x00007fff8fa402f1 _dispatch_queue_invoke + 52
              20  libdispatch.dylib                   0x00007fff8fa401c3 _dispatch_worker_thread2 + 249
              21  libsystem_c.dylib                   0x00007fff8e201cab _pthread_wqthread + 404
              22  libsystem_c.dylib                   0x00007fff8e1ec171 start_wqthread + 13
    7/24/13 11:51:25.789 PM Finder[272]: ISGetIconFamilyFromStorage: seed mismatch for 26d50010, actual seed is 9a09992c
              1   OSServices                          0x00007fff91473950 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
              2   OSServices                          0x00007fff91473af8 _ISReleaseStorageRefInternal + 33
              3   OSServices                          0x00007fff91473abe _ISReleaseStorageRefWithCache + 40
              4   OSServices                          0x00007fff914739fb _ZL25ISReleaseImageRefInternalP16OpaqueISImageRefPPK9__CFArray + 72
              5   OSServices                          0x00007fff9147398e _ISReleaseImageRef + 49
              6   OSServices                          0x00007fff9146cd51 _ZN18SFLMutableListItem7DestroyEv + 23
              7   OSServices                          0x00007fff9146cd1f _Z14SFLItemReleaseP16OpaqueSFLItemRef + 36
              8   OSServices                          0x00007fff9146e789 _ZN11SFLListBase7DestroyEv + 41
              9   OSServices                          0x00007fff9146e736 _SFLReleaseSnapshot + 49
              10  LaunchServices                      0x00007fff84c6ff5d LSSharedFileListCopySnapshot + 1265
              11  DesktopServicesPriv                 0x00007fff870d7767 _ZN19TFSInfoSynchronizer13FetchChildrenEv + 1217
              12  DesktopServicesPriv                 0x00007fff870d336a _ZN5TNode19SynchronizeChildrenEjR16TNodeEventPtrSet + 318
              13  DesktopServicesPriv                 0x00007fff870d05cd _ZN5TNode10HandleSyncEj + 2629
              14  DesktopServicesPriv                 0x00007fff870e3d58 _ZN5TNode10HandleSyncERK11TCountedPtrI9TNodeTaskERK8TNodePtr + 42
              15  DesktopServicesPriv                 0x00007fff870c03d7 _ZN5TNode17HandleNodeRequestERK11TCountedPtrI9TNodeTaskERKS0_I17TVolumeSyncThre adE + 833
              16  DesktopServicesPriv                 0x00007fff871334e7 __block_global_1 + 82
              17  DesktopServicesPriv                 0x00007fff870c0040 _Z18ExceptionSafeBlockU13block_pointerFvvE + 12
              18  DesktopServicesPriv                 0x00007fff870bffe1 __PostNodeTaskRequest_block_invoke_0 + 91
              19  libdispatch.dylib                   0x00007fff8fa42f01 _dispatch_call_block_and_release + 15
              20  libdispatch.dylib                   0x00007fff8fa3f0b6 _dispatch_client_callout + 8
              21  libdispatch.dylib                   0x00007fff8fa4047f _dispatch_queue_drain + 235
              22  libdispatch.dylib                   0x00007fff8fa402f1 _dispatch_queue_invoke + 52
              23  libdispatch.dylib                   0x00007fff8fa401c3 _dispatch_worker_thread2 + 249
              24  libsystem_c.dylib                   0x00007fff8e201cab _pthread_wqthread + 404
              25  libsystem_c.dylib                   0x00007fff8e1ec171 start_wqthread + 13
    7/24/13 11:51:25.793 PM Finder[272]: ISGetIconFamilyFromStorage: seed mismatch for 26d50010, actual seed is 9a09992c
              1   OSServices                          0x00007fff91473950 _ZL26ISGetIconFamilyFromStoragejPP17CIconStorageArrayPj + 140
              2   OSServices                          0x00007fff914738aa _ISAcquireStorageRefInternal + 19
              3   OSServices                          0x00007fff91473884 _ISAcquireStorageRef + 31
              4   OSServices                          0x00007fff9147383a _ZL25ISAcquireImageRefInternalP16OpaqueISImageRef + 49
              5   OSServices                          0x00007fff91473bb8 _ISAcquireImageRef + 33
              6   LaunchServices                      0x00007fff84c89096 _ZL33_GetISImageRefFromIconRefInternalP13OpaqueIconRefPP16OpaqueISImageRef + 64
              7   LaunchServices                      0x00007fff84c8b7f7 _GetISImageRefFromIconRef + 42
              8   LaunchServices                      0x00007fff84c6a068 LSSharedFileListItemCopyIconRef + 536
              9   DesktopServicesPriv                 0x00007fff870e8e99 _ZN7TFSInfo10InitializeEhP29OpaqueLSSharedFileListItemRef + 757
              10  DesktopServicesPriv                 0x00007fff870d7841 _ZN19TFSInfoSynchronizer13FetchChildrenEv + 1435
              11  DesktopServicesPriv                 0x00007fff870d336a _ZN5TNode19SynchronizeChildrenEjR16TNodeEventPtrSet + 318
              12  DesktopServicesPriv                 0x00007fff870d05cd _ZN5TNode10HandleSyncEj + 2629
              13  DesktopServicesPriv                 0x00007fff870e3d58 _ZN5TNode10HandleSyncERK11TCountedPtrI9TNodeTaskERK8TNodePtr + 42
              14  DesktopServicesPriv                 0x00007fff870c03d7 _ZN5TNode17HandleNodeRequestERK11TCountedPtrI9TNodeTaskERKS0_I17TVolumeSyncThre adE + 833
              15  DesktopServicesPriv                 0x00007fff871334e7 __block_global_1 + 82
              16  DesktopServicesPriv                 0x00007fff870c0040 _Z18ExceptionSafeBlockU13block_pointerFvvE + 12
              17  DesktopServicesPriv                 0x00007fff870bffe1 __PostNodeTaskRequest_block_invoke_0 + 91
              18  libdispatch.dylib                   0x00007fff8fa42f01 _dispatch_call_block_and_release + 15
              19  libdispatch.dylib                   0x00007fff8fa3f0b6 _dispatch_client_callout + 8
              20  libdispatch.dylib                   0x00007fff8fa4047f _dispatch_queue_drain + 235
              21  libdispatch.dylib                   0x00007fff8fa402f1 _dispatch_queue_invoke + 52
              22  libdispatch.dylib                   0x00007fff8fa401c3 _dispatch_worker_thread2 + 249
              23  libsystem_c.dylib                   0x00007fff8e201cab _pthread_wqthread + 404
              24  libsystem_c.dylib                   0x00007fff8e1ec171 start_wqthread + 13
    7/24/13 11:51:25.794 PM Finder[272]: _GetISImageRefFromIconRefInternal: could not retain image ref 0x26d50010 (err=-2580)
    7/24/13 11:51:25.794 PM Finder[272]: ISGetIconFamilyFromStorage: seed mismatch for 26d50010, actual seed is 9a09992c
        

    Thomas
    some users here make a point of erasing the HD to zeros & Installing the os from scratch on any new mac they buy. Admittedly a full re-install is rarely needed....but sometimes it's the quickest/most practical way to resolve a problem.
    I'll hazard a guess here - & suggest that the mail issues might be related to importing the mail from panther.... there are a large number of threads relating to this. If the mbp hasn't been personalised/apps installed too much ( in 2 hrs) I'll venture that re-installing may well be your easiest option - but don't import the info from the Panther machine at this stage. ( that option is always available at any time using Migration Assistant in Applications/Utilities/ )
    For setting up Mail manually, see http://docs.info.apple.com/article.html?artnum=106683
    Having said that - personally I'd try deleting the Mail account that you imported & quitting Mail. Then deleting the file com.apple.Mail.plist which can be found in /Home/Library/Preferences/ then start Mail & set up manually as in the above link.
    * Note that you will lose all messages,settings etc in Mail - but I figure since Mail isn't working, that's OK?. Also - Only do this if the original panther messages are still safely on the old iMac *
    If you find that Mail works ok after this - Wait before you import the old messages from Panther & check out the various threads about it here, or post your own question. Ernie Stamper knows this stuff inside & out.

  • Guest domain obp alias changed after upgrade to 1.0.3

    Hello all,
    Recently upgraded from 1.0.1 to 1.0.3 (and firmware to 6.6.5) using the procedure at http://blogs.sun.com/jbeloro/entry/upgrading_from_ldoms_1_0. I found that my boot-device setting on all guest domains no longer worked. They were set to "boot-device=vdisk" however after the upgrade to 1.0.3 vdisk was no longer a valid device alias in the obp of the guest domain. The other device aliases (vdisk0, disk) were there and they worked fine. Anyone else seen this? Solution was simply to change the boot-device setting but I'm curious on the "why". Details below.
    Ldom primary domain
    $ uname -a
    SunOS isdsyddev13 5.10 Generic_137111-03 sun4v sparc SUNW,Sun-Fire-T200
    $ cat /etc/release
    Solaris 10 6/06 s10s_u2wos_09a SPARC
    Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 09 June 2006
    $ prtconf -V
    OBP 4.25.9 2007/08/23 14:17
    Guest domain setup :
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    itgsyddev57 inactive ----- 1 1G
    VARIABLES
    auto-boot?=false
    boot-device=vdisk
    NETWORK
    NAME SERVICE DEVICE MAC
    vnet0 primary-vsw0 00:14:4f:f9:61:83
    DISK
    NAME VOLUME TOUT DEVICE SERVER
    Guest domain devalias output post upgrade
    ok devalias
    vdisk0 /virtual-devices@100/channel-devices@200/disk@0
    vnet0 /virtual-devices@100/channel-devices@200/network@0
    net /virtual-devices@100/channel-devices@200/network@0
    disk /virtual-devices@100/channel-devices@200/disk@0
    virtual-console /virtual-devices/console@1
    name aliases
    I don't have a pre upgrade devalias output but I do have the output from an eeprom command...
    root@itgsyddev57# grep boot-device eeprom.out
    boot-device=vdisk
    Thanks.
    Edited by: paebersold on Sep 23, 2008 9:45 PM

    I think this because with LDoms 1.0.3, devalias are automatically created using names
    you used to define your vdisk. So after the upgrade, devalias have probably been
    wiped out and replaced with the ones automatically generated.

  • Vds_add_vd() error and frozen guest domain

    Hello all,
    trying to setup a guest domain but getting a frozen domain at the end of the process. Seems to be a combination of some other issues on the forum. Commands run...
    # ldm add-domain myldom1
    # ldm add-vcpu 8 myldom1
    # ldm add-memory 4G myldom1
    # ldm add-vnet vnet1 primary-vsw0 myldom1
    # ldm add-vdsdev /dev/dsk/c0t3d0s2 vol1@primary-vds0
    # ldm add-vdisk vdisk1 vol1@primary-vds0 myldom1
    # ldm set-variable auto-boot\?=false myldom1
    # ldm set-variable boot-device=/virtual-devices@100/channel-devices@200/disk@0 myldom1
    # ldm bind-domain myldom1
    # ldm list-domain
    Name State Flags Cons VCPU Memory Util Uptime
    primary active -t-cv SP 4 2G 3.2% 6m
    myldom1 bound ----- 5000 8 4G
    # ldm list-bindings myldom1
    Name: myldom1
    State: bound
    Flags:
    OS:
    Util:
    Uptime:
    Vcpu: 8
    vid pid util strand
    0 4 100%
    1 5 100%
    2 6 100%
    3 7 100%
    4 8 100%
    5 9 100%
    6 10 100%
    7 11 100%
    Memory: 4G
    real-addr phys-addr size
    0x8000000 0x88000000 4G
    Vars: auto-boot?=false
    boot-device=/virtual-devices@100/channel-devices@200/disk@0
    Vldcc: vldcc0 [Domain Services]
    service: primary-vldc0 @ primary
    [LDC: 0x0]
    Vnet: vnet1
    mac-addr=0:14:4f:f9:f7:be
    service: primary-vsw0 @ primary
    [LDC: 0x1]
    Vdisk: vdisk1 vol1@primary-vds0
    service: primary-vds0 @ primary
    [LDC: 0x2]
    Vcons: [via LDC:3]
    myldom1@primary-vcc0 [port:5000]
    # ldm start-domain myldom1
    LDom myldom1 started
    # ldm list-domain
    Name State Flags Cons VCPU Memory Util Uptime
    primary active -t-cv SP 4 2G 0.6% 7m
    myldom1 active -t--- 5000 8 4G 100% 7s
    # telnet localhost 5000
    Trying 127.0.0.1...
    telnet: connect to address 127.0.0.1: Connection refused
    Trying ::1...
    telnet: Unable to connect to remote host: Network is unreachable
    and in /var/adm/messages...
    May 23 11:38:11 isdsyddev13 vds: [ID 556514 kern.info] vds_add_vd(): Failed to add vdisk ID 0
    Tried stopping/unbinding the domain and then rebooting the primary domain, still doesn't work. Removed the guest domain, rebooted, recreated, still doesn't work. Any ideas on what else I can try? Thanks

    Hi merwick,
    thanks for the reply. Running sol10 11/06 (u3) with patch 124921. The disk wasn't in use anywhere else but vxvm is installed on the box which got me thinking. Seems I was getting hit by the veritas DMP issue (bug 6522993) even though the disk in question wasn't being used by vxvm directly. A "vxdisk rm" solved the issues. So first guest domain up and running :) Happy days. Uninstalled vxvm from the system as well and am off to try out zfs as boot disks (as described in the Ldom admin guide). Thanks again.

  • Solaris 10 instalation in Guest Domain - Timed out waiting for TFTP reply

    I have the next trouble
    I have a Sun Fire T1000 and i want install two Guest LDOM's with Solaris10 in each one, I Install the LDOM Manager 1.0.3 and the service is "online" also the another services needed
    First Setup the 2 Guest LDOM's in the primary Domain sucesfully .... here is a desc of the configuration.
    # ldm list-bindings
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    primary active -n-cv SP 4 1G 0.1% 2h 14m
    MAC
    00:14:4f:a7:85:1e
    VCPU
    VID PID UTIL STRAND
    0 0 0.2% 100%
    1 1 0.2% 100%
    2 2 0.1% 100%
    3 3 0.1% 100%
    MAU
    ID CPUSET
    0 (0, 1, 2, 3)
    MEMORY
    RA PA SIZE
    0x8000000 0x8000000 1G
    VARIABLES
    diag-switch?=true
    security-#badlogins=0
    IO
    DEVICE PSEUDONYM OPTIONS
    pci@780 bus_a
    pci@7c0 bus_b
    VCC
    NAME PORT-RANGE
    primary-vcc0 5000-5100
    CLIENT PORT
    aplica_srss1@primary-vcc0 5001
    aplica_prod@primary-vcc0 5000
    VSW
    NAME MAC NET-DEV DEVICE MODE
    primary-vsw0 00:14:4f:a7:85:1e bge0 switch@0
    PEER MAC
    vnet2@aplica_srss1 00:14:4f:fb:f4:e0
    vnet1@aplica_prod 00:14:4f:fb:2c:60
    VDS
    NAME VOLUME OPTIONS DEVICE
    primary-vds0 vol1 /dev/dsk/c0t0d0s3
    CLIENT VOLUME
    vdisk1@aplica_prod vol1
    VCONS
    NAME SERVICE PORT
    SP
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    aplica_prod active -t--- 5000 4 2G 15% 9m
    MAC
    00:14:4f:fb:2c:60
    VCPU
    VID PID UTIL STRAND
    0 4 35% 100%
    1 5 0.0% 100%
    2 6 7.0% 100%
    3 7 84% 100%
    MEMORY
    RA PA SIZE
    0x8000000 0x48000000 2G
    VARIABLES
    auto-boot?=true
    boot-device=
    use-nvramrc?=true
    NETWORK
    NAME SERVICE DEVICE MAC
    vnet1 primary-vsw0@primary network@0 00:14:4f:fb:2c:60
    PEER MAC
    primary-vsw0@primary 00:14:4f:a7:85:1e
    vnet2@aplica_srss1 00:14:4f:fb:f4:e0
    DISK
    NAME VOLUME TOUT DEVICE SERVER
    vdisk1 vol1@primary-vds0 disk@0 primary
    VCONS
    NAME SERVICE PORT
    aplica_prod primary-vcc0@primary 5000
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    aplica_srss1 bound ----- 5001 24 13184M
    MAC
    00:14:4f:fb:ad:fb
    VCPU
    VID PID UTIL STRAND
    0 8 100%
    1 9 100%
    2 10 100%
    3 11 100%
    4 12 100%
    5 13 100%
    6 14 100%
    7 15 100%
    8 16 100%
    9 17 100%
    10 18 100%
    11 19 100%
    12 20 100%
    13 21 100%
    14 22 100%
    15 23 100%
    16 24 100%
    17 25 100%
    18 26 100%
    19 27 100%
    20 28 100%
    21 29 100%
    22 30 100%
    23 31 100%
    MEMORY
    RA PA SIZE
    0x8000000 0xc8000000 13184M
    VARIABLES
    auto-boot?=true
    boot-device=
    NETWORK
    NAME SERVICE DEVICE MAC
    vnet2 primary-vsw0@primary network@0 00:14:4f:fb:f4:e0
    PEER MAC
    primary-vsw0@primary 00:14:4f:a7:85:1e
    vnet1@aplica_prod 00:14:4f:fb:2c:60
    VCONS
    NAME SERVICE PORT
    aplica_srss1 primary-vcc0@primary 5001
    Then i mount the ISO images of The solaris OS 5/08, Later install the jumpstart server without troubles.... Here are the Configuration files needed for the properly setup of the service for a better guide

    # ./add_install_client -d -e 0:14:4f:fb:2c:60 -s Zolder:/var/jump_start/ sun4v
    cleaning up preexisting install client "0:14:4f:fb:2c:60"
    To disable 0:14:4f:fb:2c:60 in the DHCP server,
    remove the entry with Client ID 0100144FFB2C60
    To enable 0100144FFB2C60 in the DHCP server, ensure that
    the following Sun vendor-specific options are defined
    (SinstNM, SinstIP4, SinstPTH, SrootNM, SrootIP4,
    SrootPTH, and optionally SbootURI, SjumpCF and SsysidCF),
    and add a macro to the server named 0100144FFB2C60,
    containing the following option values:
    Install server (SinstNM) : Zolder
    Install server IP (SinstIP4) : 172.24.0.10
    Install server path (SinstPTH) : /var/jump_start/
    Root server name (SrootNM) : Zolder
    Root server IP (SrootIP4) : 172.24.0.10
    Root server path (SrootPTH) : /mnt/s0/Solaris_10/Tools/Boot
    Boot file (BootFile) : 0100144FFB2C60
    # cat /etc/inet/hosts // The Content of this file is exactly with ipnodes file
    127.0.0.1 localhost
    172.24.0.10 Zolder loghost
    172.24.0.9 primary-vsw0
    172.24.0.8 aplica_prod
    172.24.0.7 aplica_srss1
    # cat /etc/ethers
    00:14:4f:fb:2c:60 aplica_prod
    # cat /etc/bootparams
    aplica_prod root=Zolder:/mnt/s0/Solaris_10/Tools/Boot install=Zolder:/var/jump_start/ boottype=:in rootopts=:rsize=8192
    # cat /etc/dfs/dfstab
    share -F nfs -o ro,anon=0 /var/jump_start/
    share -F nfs -o ro,anon=0 /mnt/s0/Solaris_10/Tools/Boot
    share -F nfs -o ro,anon=0 /mnt/s1
    # ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    vsw0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 172.24.0.10 netmask fffffe00 broadcast 172.24.1.255
    ether 0:14:4f:a7:85:1e
    vsw0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 172.24.0.9 netmask fffffe00 broadcast 172.24.1.255
    Here i plumb up the networks interfaces and setup the vsw0 device and change the MAC address of the vsw0 for the same of the bge0 device.
    Then i Log to a Guest LDOM aplica_prod
    ----------START CONSOLE 1-------------------------------
    # telnet localhost 5000
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    Connecting to console "aplica_prod" in group "aplica_prod" ....
    Press ~? for control options ..
    ----END CONSOLE 1----
    At the same time i open another console for startup the Guest LDOM aplica_prod i make a snoop of the vsw0 interface
    ---START CONSOLE 2---
    # ldm start aplica_prod
    LDom aplica_prod started
    -bash-3.00# snoop -d vsw0 | grep aplica_prod
    Using device /dev/vsw0 (promiscuous mode)
    ---END CONSOLE 2-----
    In the other console is produced the next exit
    ----START CONSOLE 1------
    Sun Fire(TM) T1000, No Keyboard
    Copyright 2008 Sun Microsystems, Inc. All rights reserved.
    OpenBoot 4.28.9, 2048 MB memory available, Serial #66792544.
    Ethernet address 0:14:4f:fb:2c:60, Host ID: 83fb2c60.
    Boot device: File and args:
    ERROR: boot-read fail
    Evaluating:
    Can't locate boot device
    {0} ok boot vnet1 install
    Boot device: /virtual-devices@100/channel-devices@200/network@0 File and args: install
    Requesting Internet Address for 0:14:4f:fa:82:17
    Requesting Internet Address for 0:14:4f:fa:82:17
    Timed out waiting for TFTP reply
    ---END CONSOLE 1-----
    in the console 2 the snoop generates an exit of the net traffic for the vsw0 device
    ----START CONSOLE 2--------
    primary-vsw0 -> aplica_prod RARP R 0:14:4f:fb:2c:60 is 172.24.0.8, aplica_prod
    aplica_prod -> BROADCAST TFTP Read "AC180008" (octet)
    primary-vsw0 -> aplica_prod RARP R 0:14:4f:fb:2c:60 is 172.24.0.8, aplica_prod
    Zolder -> aplica_prod TFTP Error: access violation
    aplica_prod -> BROADCAST TFTP Read "AC180008" (octet)
    Zolder -> aplica_prod TFTP Error: access violation
    aplica_prod -> BROADCAST TFTP Read "AC180008" (octet)
    Zolder -> aplica_prod TFTP Error: access violation
    aplica_prod -> BROADCAST TFTP Read "AC180008" (octet)
    Zolder -> aplica_prod TFTP Error: access violation
    aplica_prod -> BROADCAST TFTP Read "AC180008" (octet)
    Zolder -> aplica_prod TFTP Error: access violation
    aplica_prod -> BROADCAST TFTP Read "AC180008" (octet)
    ----END CONSOLE 2----
    Once start the snoop to produce messages make a ping to the IP's that should be assigned in the host file and all give a succesful answer BUT without start the Solaris 10 Instalation
    # ping 172.24.0.8
    172.24.0.8 is alive
    # ping 172.24.0.9
    172.24.0.9 is alive
    # ping 172.24.0.10
    172.24.0.10 is alive
    I really need help with this trouble ..and any help or advice will be thrully appreciated
    Thanks
    PD: any other required configuration file will be provided if is needed

  • Windows CAL server 2003 and Domain Server with a 2008 server as domain member

    We have a Windows Server 2003 as domain controller with 70 user CALs, and we have added a Windows 2008 R2 OEM with 5 users licences.
    I have no plans to migrate my domain controller 2003 to 2008 but the 2008 is a member of the domain and I need to know if we are fine with the licences.
    Thanks for your help,
    Alejandro Sueldo

    Hi
    You need CAL for anything that would access the 2008. If a server that is accessed by only 5 user you are ok, but if like a Exchange for your 70 users, then you have to buy more CAL. (that link explain it good;
    http://blogs.msdn.com/b/mssmallbiz/archive/2007/11/06/5942350.aspx)
    Contact the VLSC to be sure at 100% before buying; (866) 230-0560
    Regards, Philippe
    Don't forget to mark as answer or vote as helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
    Answer an interesting question ? Create a
    wiki article about it!

  • Install OS from cdrom failed on guest domain

    I am trying to install Soloris OS on guest domain of SUN T2000 server, but it failed for "WARNING: /virtual-devices@100/channel-devices@200/disk@0: Timeout connecting to virtual disk server... retrying"
    it seems abnormal that the SOFTSTATE of primary and the guest domain is always in "Openboot initializing" and the SOFTSTATE in the Logic domain adminstration document is "Solaris running". Is it the failing reson?
    Here is the output of "ldm list -l"
    bjt2000sa3:/root-# ldm list-domain -l
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    primary active -t-cv SP 16 15G 0.1% 19m
    SOFTSTATE
    {color:#ff0000}Openboot initializing{color}
    VCPU
    VID PID UTIL STRAND
    0 0 0.5% 100%
    1 1 0.0% 100%
    2 2 0.0% 100%
    3 3 0.0% 100%
    4 4 0.0% 100%
    5 5 0.0% 100%
    6 6 0.0% 100%
    7 7 0.1% 100%
    8 8 0.1% 100%
    9 9 0.0% 100%
    10 10 0.1% 100%
    11 11 0.1% 100%
    12 12 0.1% 100%
    13 13 0.0% 100%
    14 14 0.0% 100%
    15 15 0.1% 100%
    MAU
    CPUSET
    (0, 1, 2, 3)
    MEMORY
    RA PA SIZE
    0x8000000 0x8000000 15G
    VARIABLES
    auto-boot-on-error?=true
    auto-boot?=true
    boot-device=disk0:a
    diag-switch?=true
    IO
    DEVICE PSEUDONYM OPTIONS
    [pci@780|mailto:pci@780] bus_a
    [pci@7c0|mailto:pci@7c0] bus_b
    VDS
    NAME VOLUME OPTIONS DEVICE
    primary-vds0 cdrom1 /dev/rdsk/c0t0d0s2
    volldg1 /export/install_ldg1
    VCC
    NAME PORT-RANGE
    primary-vcc0 5000-5100
    VSW
    NAME MAC NET-DEV DEVICE MODE
    primary-vsw0 00:14:4f:f9:60:ac e1000g0 [switch@0|mailto:switch@0] prog,promisc
    VCONS
    NAME SERVICE PORT
    SP
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    ldg1 active -t--- 5000 16 15G 6.3% 4m
    SOFTSTATE
    {color:#ff0000}Openboot initializing{color}
    VCPU
    VID PID UTIL STRAND
    0 16 100% 100%
    1 17 0.0% 100%
    2 18 0.0% 100%
    3 19 0.0% 100%
    4 20 0.0% 100%
    5 21 0.0% 100%
    6 22 0.0% 100%
    7 23 0.0% 100%
    8 24 0.0% 100%
    9 25 0.0% 100%
    10 26 0.0% 100%
    11 27 0.0% 100%
    12 28 0.0% 100%
    13 29 0.0% 100%
    14 30 0.0% 100%
    15 31 0.0% 100%
    MAU
    CPUSET
    (16, 17, 18, 19)
    MEMORY
    RA PA SIZE
    0x8000000 0x3c8000000 15G
    VARIABLES
    auto-boot?=true
    boot-device=vdisk
    NETWORK
    NAME SERVICE DEVICE MAC
    vnet1 [primary-vsw0@primary|mailto:primary-vsw0@primary] [network@0|mailto:network@0] 00:14:4f:fb:c7:63
    DISK
    NAME VOLUME TOUT DEVICE SERVER
    cdrom1 [cdrom1@primary-vds0|mailto:cdrom1@primary-vds0] 5 [disk@0|mailto:disk@0] primary
    vdisk1 [volldg1@primary-vds0|mailto:volldg1@primary-vds0] [disk@1|mailto:disk@1] primary
    VCONS
    NAME SERVICE PORT
    ldg1 [primary-vcc0@primary|mailto:primary-vcc0@primary] 5000
    Thanks all in advance!

    Sreesobh,
    Thanks for your information!
    I config it as "/dev/dsk/c0t0d0s2" and tried again. But it still doesn't work.
    bjt2000sa3:/root-# ldm list -l
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    primary active -t-cv SP 16 15G 1.0% 26m
    SOFTSTATE
    Openboot initializing
    VCPU
    VID PID UTIL STRAND
    0 0 2.6% 100%
    1 1 0.9% 100%
    2 2 0.7% 100%
    3 3 0.6% 100%
    4 4 0.9% 100%
    5 5 0.9% 100%
    6 6 0.9% 100%
    7 7 0.8% 100%
    8 8 1.3% 100%
    9 9 0.7% 100%
    10 10 0.5% 100%
    11 11 0.8% 100%
    12 12 1.1% 100%
    13 13 0.7% 100%
    14 14 0.8% 100%
    15 15 1.0% 100%
    MAU
    CPUSET
    (0, 1, 2, 3)
    MEMORY
    RA PA SIZE
    0x8000000 0x8000000 15G
    VARIABLES
    auto-boot-on-error?=true
    auto-boot?=true
    boot-device=disk0:a
    diag-switch?=true
    IO
    DEVICE PSEUDONYM OPTIONS
    pci@780 bus_a
    pci@7c0 bus_b
    VDS
    NAME VOLUME OPTIONS DEVICE
    primary-vds0 cdrom /dev/dsk/c0t0d0s2
    volldg1 /export/install_ldg1
    VCC
    NAME PORT-RANGE
    primary-vcc0 5000-5100
    VSW
    NAME MAC NET-DEV DEVICE MODE
    primary-vsw0 00:14:4f:f9:60:ac e1000g0 switch@0 prog,promisc
    VCONS
    NAME SERVICE PORT
    SP
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    ldg1 active -t--- 5000 16 15G 6.3% 3m
    SOFTSTATE
    Openboot initializing
    VCPU
    VID PID UTIL STRAND
    0 16 100% 100%
    1 17 0.0% 100%
    2 18 0.0% 100%
    3 19 0.0% 100%
    4 20 0.0% 100%
    5 21 0.0% 100%
    6 22 0.0% 100%
    7 23 0.0% 100%
    8 24 0.0% 100%
    9 25 0.0% 100%
    10 26 0.0% 100%
    11 27 0.0% 100%
    12 28 0.0% 100%
    13 29 0.0% 100%
    14 30 0.0% 100%
    15 31 0.0% 100%
    MAU
    CPUSET
    (16, 17, 18, 19)
    MEMORY
    RA PA SIZE
    0x8000000 0x3c8000000 15G
    VARIABLES
    auto-boot?=true
    boot-device=vdisk
    NETWORK
    NAME SERVICE DEVICE MAC
    vnet1 primary-vsw0@primary network@0 00:14:4f:fb:c7:63
    DISK
    NAME VOLUME TOUT DEVICE SERVER
    cdrom cdrom@primary-vds0 5 disk@0 primary
    vdisk1 volldg1@primary-vds0 disk@1 primary
    VCONS
    NAME SERVICE PORT
    ldg1 primary-vcc0@primary 5000
    bjt2000sa3:/root-#
    bjt2000sa3:/root-# telnet localhost 5000
    Trying ::1...
    telnet: connect to address ::1: Network is unreachable
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    Connecting to console "ldg1" in group "ldg1" ....
    Press ~? for control options ..
    Netra T2000, No Keyboard
    Copyright 2007 Sun Microsystems, Inc. All rights reserved.
    OpenBoot 4.27.4, 15360 MB memory available, Serial #66693703.
    Ethernet address 0:14:4f:f9:aa:47, Host ID: 83f9aa47.
    Boot device: vdisk File and args:
    WARNING: /virtual-devices@100/channel-devices@200/disk@0: Timeout connecting to virtual disk server... retrying
    WARNING: /virtual-devices@100/channel-devices@200/disk@0: Timeout connecting to virtual disk server... retrying
    {0} ok devalias
    vdisk1 /virtual-devices@100/channel-devices@200/disk@1
    cdrom /virtual-devices@100/channel-devices@200/disk@0
    vnet1 /virtual-devices@100/channel-devices@200/network@0
    virtual-console /virtual-devices/console@1
    net /pci@780/network@1,1
    disk /pci@7c0/scsi@1/disk@0
    scsi /pci@7c0/scsi@1
    ttyb /virtual-devices/console@4
    nvram /virtual-devices/nvram@3
    ttya /virtual-devices/console@1
    vdisk /virtual-devices/disk@0
    name aliases
    Your time is appreciated

  • ITunes freezing with error -50, -3259 and 9006

    Okay, so I have had a problem with iTunes freezing in relation to downloading Podcasts since around version 8.  After updating to 10.2.2 on 10.6.7, iTunes has turned into one big fail.  Downloading anything produces any of the following error codes: -50. 3259 and 9006 after about 30 seconds.  After any error code is displayed, a few seconds later iTunes freezes with the pinwheel of death and no matter how long I leave it, I end up having to restart using my computer's power button.  After 2-3 restarts like this, the iTunes library is corrupted and the app freezes while loading the library.  During this library freeze, the drive where my iTunes library is stored is ejected.  This happens on both internal and external drives.
    Here is what I have done thus far:
    Uninstalled iTunes completely.
    Created a new user account and installed iTunes 10.2.2 to that account.
    Added various media.
    I have absolutely NO problems with iTunes until I download a podcast or something from iTunes U.  Then, the issues occur and I cannot seem to get rid of them until I unistall completely and reinstall to a new user account. 
    I would like to be able to use iTunes WITH podcasts and iTunes U on my main user account without the freezing.  Any suggestions?

    I seem to have fixed my own problem.  I just thought I'd post my solution since I read posts from many, many people having similar issues.  So hopefully, this helps someone!
    I found a file in /Library/Preferences called com.apple.pcast_integration.plist; the file text included QuickTimePro and Podcast Producer Export in its strings.  Deleting the file solved my problem.  I went from my main user account freezing constantly and throwing up errors to working 100% smoothly with just deleting that one file.  I cannot believe this simple action solved a problem I've been having for so long!
    I do not understand how this file is being referred to in downloading podcasts.  I have tried everything, even loading and playing all types of media from old libraries I thought were corrupt, but cannot seem to make iTunes or Quicktime recreate the file...nor can I find anyone else having trouble due to this file.  Could it be a remnant from an old installation, or something that somehow deployed along with a podcast?  If anyone can tell me more about com.apple.pcast_integration.plist, I would appreciate it.  And let me know if removing it helps you!

  • How to reboot a guest domain when hung and ldm stop-domain doesn't work

    Hi, the configuration is as follows.
    SF T1000 (32 threads/16gb) memory
    Latest Firmware and the LDOM patch (-02) applied.
    This is how the LDOMs are setup.
    Instance CPUs Memory
    Service domain 4 2g
    ldom1 4 2g
    ldom2 4 2g
    ldom3 4 2g
    ldom4 4 2g
    ldom5 4 2g
    ldom6 4 2g
    ldom7 4 1.9g
    All guest domains are running on disk-images on mirrored BE on service domain. Size around 7 gb and SUNWCXall installed.
    However, I have had a few hangs, especially when working over the virtual switch on the domains.
    At the moment ldom1 is totally hung. See below for info:
    bash-3.00# ldm list-domain
    Name State Flags Cons VCPU Memory Util Uptime
    primary active -t-cv SP 4 2G 0.5% 1d 1h 17m
    ldom1 active -t--- 5000 4 2G 25% 2h 14m
    ldom2 active -t--- 5001 4 2G 0.2% 2h 35m
    ldom3 active ----- 5002 4 2G 0.2% 47m
    ldom4 active ----- 5003 4 2G 0.2% 1d 1h 10m
    ldom5 active -t--- 5004 4 2G 0.3% 1d 1h 10m
    ldom6 active -t--- 5005 4 2G 0.2% 1d 1h 10m
    ldom7 active -t--- 5006 4 1900M 0.2% 7h 29m
    bash-3.00#
    bash-3.00# ldm stop-domain ldom1
    LDom ldom1 stop notification failed
    bash-3.00#
    bash-3.00# telnet localhost 5000
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    Connecting to console "ldom1" in group "ldom1" ....
    Press ~? for control options ..
    <COMMENT: ~w sent!>
    Warning: another user currently has write permission
    to this console and forcibly removing him/her will terminate
    any current write action and all work will be lost.
    Would you like to continue?[y/n] y
    < COMMENT: I don't get any response when hitting enter and ~# (break) doesn't seem to work....>
    I cannot ssh to ldom1 since it appears to be dead!
    Anyone know if I can send some sort of reset to this hung domain? How can I troubleshoot it?
    Regards,
    Daniel

    UPDATE 2
    =========
    When I attached to ldom3 through the console services, this domain also had
    hung.
    Below is some LDOM information.
    bash-3.00# ldm list-services
    Vldc: primary-vldc0
    Vldc: primary-vldc3
    Vds: primary-vds0
    vdsdev: vol1 device=/ldoms/be/ldom_1.img
    vdsdev: vol5 device=/ldoms/be/ldom_5.img
    vdsdev: vol6 device=/ldoms/be/ldom_6.img
    vdsdev: vol7 device=/ldoms/be/ldom_7.img
    vdsdev: vol2 device=/ldoms/be/ldom_2.img
    vdsdev: vol3 device=/ldoms/be/ldom_3.img
    vdsdev: vol4 device=/ldoms/be/ldom_4.img
    Vcc: primary-vcc0
    port-range=5000-5100
    Vsw: primary-vsw0
    mac-addr=0:14:4f:f8:66:9f
    net-dev=bge0
    mode=prog,promisc
    Vsw: primary-vsw1
    mac-addr=0:14:4f:f9:dd:53
    net-dev=bge1
    mode=prog,promisc
    bash-3.00# ldm list-devices
    vCPU:
    vCPUID %FREE
    MAU:
    Free MA-Units:
    cpuset (0, 1, 2, 3)
    cpuset (4, 5, 6, 7)
    cpuset (8, 9, 10, 11)
    cpuset (12, 13, 14, 15)
    cpuset (16, 17, 18, 19)
    cpuset (20, 21, 22, 23)
    cpuset (24, 25, 26, 27)
    cpuset (28, 29, 30, 31)
    Memory:
    Available mblocks:
    PADDR SIZE
    0x3fec00000 20M (0x1400000)
    I/O Devices:
    Free Devices:
    bash-3.00# ldm list-domains
    Unknown command list-domains; use --help option for list of available commands
    bash-3.00# ldm list-domain
    Name State Flags Cons VCPU Memory Util Uptime
    primary active -t-cv SP 4 2G 0.7% 1d 4h 8m
    ldom1 active -t--- 5000 4 2G 0.3% 1h 24m
    ldom2 active -t--- 5001 4 2G 0.6% 5h 26m
    ldom3 active ----- 5002 4 2G 25% 3h 38m
    ldom4 active ----- 5003 4 2G 0.1% 1d 4h 1m
    ldom5 active -t--- 5004 4 2G 0.1% 1d 4h 1m
    ldom6 active -t--- 5005 4 2G 0.7% 1d 4h 1m
    ldom7 active -t--- 5006 4 1900M 0.1% 10h 20m
    bash-3.00#
    bash-3.00# ldm list-bindings
    Name: primary
    State: active
    Flags: transition,control,vio service
    OS:
    Util: 0.5%
    Uptime: 1d 4h 11m
    Vcpu: 4
    vid pid util strand
    0 0 0.9% 100%
    1 1 0.8% 100%
    2 2 0.2% 100%
    3 3 0.3% 100%
    Memory: 2G
    real-addr phys-addr size
    0x8000000 0x8000000 2G
    Vars: reboot-command=boot
    IO: pci@780 (bus_a)
    pci@7c0 (bus_b)
    Vldc: primary-vldc0
    [LDC: 0x0]
    [(HV Control channel)]
    [LDC: 0x1]
    [LDom primary   (Domain Services channel)]
    [LDC: 0x3]
    [LDom primary   (FMA Services channel)]
    [LDC: 0xb]
    [LDom ldom1     (Domain Services channel)]
    [LDC: 0x22]
    [LDom ldom5     (Domain Services channel)]
    [LDC: 0x27]
    [LDom ldom6     (Domain Services channel)]
    [LDC: 0x2d]
    [LDom ldom7     (Domain Services channel)]
    [LDC: 0x10]
    [LDom ldom2     (Domain Services channel)]
    [LDC: 0x18]
    [LDom ldom3     (Domain Services channel)]
    [LDC: 0x1d]
    [LDom ldom4     (Domain Services channel)]
    Vldc: primary-vldc3
    [LDC: 0x14]
    [spds (SP channel)]
    [LDC: 0xd]
    [system-management (SP channel)]
    [LDC: 0x6]
    [sunvts (SP channel)]
    [LDC: 0x7]
    [sunmc (SP channel)]
    [LDC: 0x8]
    [explorer (SP channel)]
    [LDC: 0x9]
    [led (SP channel)]
    [LDC: 0xa]
    [flashupdate (SP channel)]
    Vds: primary-vds0
    vdsdev: vol1 device=/ldoms/be/ldom_1.img
    vdsdev: vol5 device=/ldoms/be/ldom_5.img
    vdsdev: vol6 device=/ldoms/be/ldom_6.img
    vdsdev: vol7 device=/ldoms/be/ldom_7.img
    vdsdev: vol2 device=/ldoms/be/ldom_2.img
    vdsdev: vol3 device=/ldoms/be/ldom_3.img
    vdsdev: vol4 device=/ldoms/be/ldom_4.img
    [LDom  ldom1, dev-name: vol1]
    [LDC: 0xe]
    [LDom  ldom5, dev-name: vol5]
    [LDC: 0x25]
    [LDom  ldom6, dev-name: vol6]
    [LDC: 0x2a]
    [LDom  ldom7, dev-name: vol7]
    [LDC: 0x30]
    [LDom  ldom2, dev-name: vol2]
    [LDC: 0x13]
    [LDom  ldom3, dev-name: vol3]
    [LDC: 0x1b]
    [LDom  ldom4, dev-name: vol4]
    [LDC: 0x20]
    Vcc: primary-vcc0
    [LDC: 0xf]
    [LDom ldom1, group: ldom1, port: 5000]
    [LDC: 0x26]
    [LDom ldom5, group: ldom5, port: 5004]
    [LDC: 0x2c]
    [LDom ldom6, group: ldom6, port: 5005]
    [LDC: 0x31]
    [LDom ldom7, group: ldom7, port: 5006]
    [LDC: 0x15]
    [LDom ldom2, group: ldom2, port: 5001]
    [LDC: 0x1c]
    [LDom ldom3, group: ldom3, port: 5002]
    [LDC: 0x21]
    [LDom ldom4, group: ldom4, port: 5003]
    port-range=5000-5100
    Vsw: primary-vsw0
    mac-addr=0:14:4f:f8:66:9f
    net-dev=bge0
    [LDC: 0xc]
    [LDom ldom1, name: vnet1, mac-addr: 0:14:4f:fa:1e:4d]
    [LDC: 0x23]
    [LDom ldom5, name: vnet0, mac-addr: 0:14:4f:f9:ae:a1]
    [LDC: 0x28]
    [LDom ldom6, name: vnet0, mac-addr: 0:14:4f:f8:27:b8]
    [LDC: 0x2e]
    [LDom ldom7, name: vnet0, mac-addr: 0:14:4f:f9:1f:5d]
    [LDC: 0x11]
    [LDom ldom2, name: vnet0, mac-addr: 0:14:4f:f8:c9:7c]
    [LDC: 0x19]
    [LDom ldom3, name: vnet0, mac-addr: 0:14:4f:fb:d9:6d]
    [LDC: 0x1e]
    [LDom ldom4, name: vnet0, mac-addr: 0:14:4f:fb:df:2c]
    mode=prog,promisc
    Vsw: primary-vsw1
    mac-addr=0:14:4f:f9:dd:53
    net-dev=bge1
    [LDC: 0x2b]
    [LDom ldom1, name: vnet2, mac-addr: 0:14:4f:fa:b1:f0]
    [LDC: 0x24]
    [LDom ldom5, name: vnet1, mac-addr: 0:14:4f:f9:b2:b0]
    [LDC: 0x29]
    [LDom ldom6, name: vnet1, mac-addr: 0:14:4f:fb:f5:c3]
    [LDC: 0x2f]
    [LDom ldom7, name: vnet1, mac-addr: 0:14:4f:f8:3a:3e]
    [LDC: 0x12]
    [LDom ldom2, name: vnet1, mac-addr: 0:14:4f:f9:88:a0]
    [LDC: 0x1a]
    [LDom ldom3, name: vnet1, mac-addr: 0:14:4f:fa:aa:57]
    [LDC: 0x1f]
    [LDom ldom4, name: vnet1, mac-addr: 0:14:4f:f9:33:59]
    mode=prog,promisc
    Vldcc: vldcc1 [FMA Services]
    service: ldmfma
    service: primary-vldc0 @ primary
    [LDC: 0x4]
    Vldcc: vldcc2 [SP channel]
    service: spfma
    [LDC: 0x5]
    Vldcc: vldcc0 [Domain Services]
    service: primary-vldc0 @ primary
    [LDC: 0x2]
    Vldcc: hvctl [Hypervisor Control]
    service: primary-vldc0 @ primary
    [LDC: 0x0]
    Vcons: SP
    Name: ldom1
    State: active
    Flags: transition
    OS:
    Util: 0.3%
    Uptime: 1h 27m
    Vcpu: 4
    vid pid util strand
    0 4 0.5% 100%
    1 5 0.6% 100%
    2 6 0.1% 100%
    3 7 0.0% 100%
    Memory: 2G
    real-addr phys-addr size
    0x8000000 0x88000000 2G
    Vars: auto-boot?=false
    boot-device=/virtual-devices@100/channel-devices@200/disk@0:a vdisk
    nvramrc=devalias vnet /virtual-devices@100/channel-devices@200/network@0
    use-nvramrc?=true
    Vnet: vnet1 [LDC: 0xb]
    [Peer LDom: ldom5, mac-addr: 0:14:4f:f9:ae:a1] [LDC: 0xd]
    [Peer LDom: ldom6, mac-addr: 0:14:4f:f8:27:b8] [LDC: 0xf]
    [Peer LDom: ldom7, mac-addr: 0:14:4f:f9:1f:5d] [LDC: 0x4]
    [Peer LDom: ldom2, mac-addr: 0:14:4f:f8:c9:7c] [LDC: 0x6]
    [Peer LDom: ldom3, mac-addr: 0:14:4f:fb:d9:6d] [LDC: 0x8]
    [Peer LDom: ldom4, mac-addr: 0:14:4f:fb:df:2c]
    mac-addr=0:14:4f:fa:1e:4d
    service: primary-vsw0 @ primary
    [LDC: 0x1]
    Vnet: vnet2 [LDC: 0xc]
    [Peer LDom: ldom5, mac-addr: 0:14:4f:f9:b2:b0] [LDC: 0xe]
    [Peer LDom: ldom6, mac-addr: 0:14:4f:fb:f5:c3] [LDC: 0x10]
    [Peer LDom: ldom7, mac-addr: 0:14:4f:f8:3a:3e] [LDC: 0x5]
    [Peer LDom: ldom2, mac-addr: 0:14:4f:f9:88:a0] [LDC: 0x7]
    [Peer LDom: ldom3, mac-addr: 0:14:4f:fa:aa:57] [LDC: 0x9]
    [Peer LDom: ldom4, mac-addr: 0:14:4f:f9:33:59]
    mac-addr=0:14:4f:fa:b1:f0
    service: primary-vsw1 @ primary
    [LDC: 0xa]
    Vdisk: vdisk1 vol1@primary-vds0
    service: primary-vds0 @ primary
    [LDC: 0x2]
    Vcons: [via LDC:3]
    ldom1@primary-vcc0 [port:5000]
    Vldcc: vldcc0 [Domain Services]
    service: primary-vldc0 @ primary
    [LDC: 0x0]
    Name: ldom2
    State: active
    Flags: transition
    OS:
    Util: 0.1%
    Uptime: 5h 29m
    Vcpu: 4
    vid pid util strand
    0 8 0.6% 100%
    1 9 0.1% 100%
    2 10 0.0% 100%
    3 11 0.2% 100%
    Memory: 2G
    real-addr phys-addr size
    0x8000000 0x108000000 2G
    Vars: boot-device=vdisk
    Vnet: vnet0 [LDC: 0x2]
    [Peer LDom: ldom1, mac-addr: 0:14:4f:fa:1e:4d] [LDC: 0x3]
    [Peer LDom: ldom5, mac-addr: 0:14:4f:f9:ae:a1] [LDC: 0x4]
    [Peer LDom: ldom6, mac-addr: 0:14:4f:f8:27:b8] [LDC: 0x5]
    [Peer LDom: ldom7, mac-addr: 0:14:4f:f9:1f:5d] [LDC: 0xd]
    [Peer LDom: ldom3, mac-addr: 0:14:4f:fb:d9:6d] [LDC: 0xf]
    [Peer LDom: ldom4, mac-addr: 0:14:4f:fb:df:2c]
    mac-addr=0:14:4f:f8:c9:7c
    service: primary-vsw0 @ primary
    [LDC: 0x1]
    Vnet: vnet1 [LDC: 0x7]
    [Peer LDom: ldom1, mac-addr: 0:14:4f:fa:b1:f0] [LDC: 0x8]
    [Peer LDom: ldom5, mac-addr: 0:14:4f:f9:b2:b0] [LDC: 0x9]
    [Peer LDom: ldom6, mac-addr: 0:14:4f:fb:f5:c3] [LDC: 0xa]
    [Peer LDom: ldom7, mac-addr: 0:14:4f:f8:3a:3e] [LDC: 0xe]
    [Peer LDom: ldom3, mac-addr: 0:14:4f:fa:aa:57] [LDC: 0x10]
    [Peer LDom: ldom4, mac-addr: 0:14:4f:f9:33:59]
    mac-addr=0:14:4f:f9:88:a0
    service: primary-vsw1 @ primary
    [LDC: 0x6]
    Vdisk: vdisk2 vol2@primary-vds0
    service: primary-vds0 @ primary
    [LDC: 0xb]
    Vcons: [via LDC:12]
    ldom2@primary-vcc0 [port:5001]
    Vldcc: vldcc0 [Domain Services]
    service: primary-vldc0 @ primary
    [LDC: 0x0]
    Name: ldom3
    State: active
    Flags:
    OS:
    Util: 24%
    Uptime: 3h 42m
    Vcpu: 4
    vid pid util strand
    0 12 100% 100%
    1 13 1.4% 100%
    2 14 1.4% 100%
    3 15 1.4% 100%
    Memory: 2G
    real-addr phys-addr size
    0x8000000 0x188000000 2G
    Vars: boot-device=vdisk
    Vnet: vnet0 [LDC: 0x2]
    [Peer LDom: ldom1, mac-addr: 0:14:4f:fa:1e:4d] [LDC: 0x3]
    [Peer LDom: ldom5, mac-addr: 0:14:4f:f9:ae:a1] [LDC: 0x4]
    [Peer LDom: ldom6, mac-addr: 0:14:4f:f8:27:b8] [LDC: 0x5]
    [Peer LDom: ldom7, mac-addr: 0:14:4f:f9:1f:5d] [LDC: 0x6]
    [Peer LDom: ldom2, mac-addr: 0:14:4f:f8:c9:7c] [LDC: 0xf]
    [Peer LDom: ldom4, mac-addr: 0:14:4f:fb:df:2c]
    mac-addr=0:14:4f:fb:d9:6d
    service: primary-vsw0 @ primary
    [LDC: 0x1]
    Vnet: vnet1 [LDC: 0x8]
    [Peer LDom: ldom1, mac-addr: 0:14:4f:fa:b1:f0] [LDC: 0x9]
    [Peer LDom: ldom5, mac-addr: 0:14:4f:f9:b2:b0] [LDC: 0xa]
    [Peer LDom: ldom6, mac-addr: 0:14:4f:fb:f5:c3] [LDC: 0xb]
    [Peer LDom: ldom7, mac-addr: 0:14:4f:f8:3a:3e] [LDC: 0xc]
    [Peer LDom: ldom2, mac-addr: 0:14:4f:f9:88:a0] [LDC: 0x10]
    [Peer LDom: ldom4, mac-addr: 0:14:4f:f9:33:59]
    mac-addr=0:14:4f:fa:aa:57
    service: primary-vsw1 @ primary
    [LDC: 0x7]
    Vdisk: vdisk3 vol3@primary-vds0
    service: primary-vds0 @ primary
    [LDC: 0xd]
    Vcons: [via LDC:14]
    ldom3@primary-vcc0 [port:5002]
    Vldcc: vldcc0 [Domain Services]
    service: primary-vldc0 @ primary
    [LDC: 0x0]
    Name: ldom4
    State: active
    Flags:
    OS:
    Util: 0.2%
    Uptime: 1d 4h 4m
    Vcpu: 4
    vid pid util strand
    0 16 0.4% 100%
    1 17 0.3% 100%
    2 18 0.1% 100%
    3 19 0.0% 100%
    Memory: 2G
    real-addr phys-addr size
    0x8000000 0x208000000 2G
    Vars: boot-device=vdisk
    Vnet: vnet0 [LDC: 0x2]
    [Peer LDom: ldom1, mac-addr: 0:14:4f:fa:1e:4d] [LDC: 0x3]
    [Peer LDom: ldom5, mac-addr: 0:14:4f:f9:ae:a1] [LDC: 0x4]
    [Peer LDom: ldom6, mac-addr: 0:14:4f:f8:27:b8] [LDC: 0x5]
    [Peer LDom: ldom7, mac-addr: 0:14:4f:f9:1f:5d] [LDC: 0x6]
    [Peer LDom: ldom2, mac-addr: 0:14:4f:f8:c9:7c] [LDC: 0x7]
    [Peer LDom: ldom3, mac-addr: 0:14:4f:fb:d9:6d]
    mac-addr=0:14:4f:fb:df:2c
    service: primary-vsw0 @ primary
    [LDC: 0x1]
    Vnet: vnet1 [LDC: 0x9]
    [Peer LDom: ldom1, mac-addr: 0:14:4f:fa:b1:f0] [LDC: 0xa]
    [Peer LDom: ldom5, mac-addr: 0:14:4f:f9:b2:b0] [LDC: 0xb]
    [Peer LDom: ldom6, mac-addr: 0:14:4f:fb:f5:c3] [LDC: 0xc]
    [Peer LDom: ldom7, mac-addr: 0:14:4f:f8:3a:3e] [LDC: 0xd]
    [Peer LDom: ldom2, mac-addr: 0:14:4f:f9:88:a0] [LDC: 0xe]
    [Peer LDom: ldom3, mac-addr: 0:14:4f:fa:aa:57]
    mac-addr=0:14:4f:f9:33:59
    service: primary-vsw1 @ primary
    [LDC: 0x8]
    Vdisk: vdisk4 vol4@primary-vds0
    service: primary-vds0 @ primary
    [LDC: 0xf]
    Vcons: [via LDC:16]
    ldom4@primary-vcc0 [port:5003]
    Vldcc: vldcc0 [Domain Services]
    service: primary-vldc0 @ primary
    [LDC: 0x0]
    Name: ldom5
    State: active
    Flags: transition
    OS:
    Util: 0.2%
    Uptime: 1d 4h 4m
    Vcpu: 4
    vid pid util strand
    0 20 0.6% 100%
    1 21 0.0% 100%
    2 22 0.3% 100%
    3 23 0.0% 100%
    Memory: 2G
    real-addr phys-addr size
    0x8000000 0x288000000 2G
    Vars: boot-device=vdisk
    Vnet: vnet0 [LDC: 0x2]
    [Peer LDom: ldom1, mac-addr: 0:14:4f:fa:1e:4d] [LDC: 0xd]
    [Peer LDom: ldom6, mac-addr: 0:14:4f:f8:27:b8] [LDC: 0xf]
    [Peer LDom: ldom7, mac-addr: 0:14:4f:f9:1f:5d] [LDC: 0x3]
    [Peer LDom: ldom2, mac-addr: 0:14:4f:f8:c9:7c] [LDC: 0x5]
    [Peer LDom: ldom3, mac-addr: 0:14:4f:fb:d9:6d] [LDC: 0x9]
    [Peer LDom: ldom4, mac-addr: 0:14:4f:fb:df:2c]
    mac-addr=0:14:4f:f9:ae:a1
    service: primary-vsw0 @ primary
    [LDC: 0x1]
    Vnet: vnet1 [LDC: 0x7]
    [Peer LDom: ldom1, mac-addr: 0:14:4f:fa:b1:f0] [LDC: 0xe]
    [Peer LDom: ldom6, mac-addr: 0:14:4f:fb:f5:c3] [LDC: 0x10]
    [Peer LDom: ldom7, mac-addr: 0:14:4f:f8:3a:3e] [LDC: 0x4]
    [Peer LDom: ldom2, mac-addr: 0:14:4f:f9:88:a0] [LDC: 0x8]
    [Peer LDom: ldom3, mac-addr: 0:14:4f:fa:aa:57] [LDC: 0xa]
    [Peer LDom: ldom4, mac-addr: 0:14:4f:f9:33:59]
    mac-addr=0:14:4f:f9:b2:b0
    service: primary-vsw1 @ primary
    [LDC: 0x6]
    Vdisk: vdisk5 vol5@primary-vds0
    service: primary-vds0 @ primary
    [LDC: 0xb]
    Vcons: [via LDC:12]
    ldom5@primary-vcc0 [port:5004]
    Vldcc: vldcc0 [Domain Services]
    service: primary-vldc0 @ primary
    [LDC: 0x0]
    Name: ldom6
    State: active
    Flags: transition
    OS:
    Util: 0.3%
    Uptime: 1d 4h 4m
    Vcpu: 4
    vid pid util strand
    0 24 0.5% 100%
    1 25 0.3% 100%
    2 26 0.5% 100%
    3 27 0.0% 100%
    Memory: 2G
    real-addr phys-addr size
    0x8000000 0x308000000 2G
    Vars: boot-device=vdisk
    Vnet: vnet0 [LDC: 0x2]
    [Peer LDom: ldom1, mac-addr: 0:14:4f:fa:1e:4d] [LDC: 0x6]
    [Peer LDom: ldom5, mac-addr: 0:14:4f:f9:ae:a1] [LDC: 0xf]
    [Peer LDom: ldom7, mac-addr: 0:14:4f:f9:1f:5d] [LDC: 0x3]
    [Peer LDom: ldom2, mac-addr: 0:14:4f:f8:c9:7c] [LDC: 0x5]
    [Peer LDom: ldom3, mac-addr: 0:14:4f:fb:d9:6d] [LDC: 0xa]
    [Peer LDom: ldom4, mac-addr: 0:14:4f:fb:df:2c]
    mac-addr=0:14:4f:f8:27:b8
    service: primary-vsw0 @ primary
    [LDC: 0x1]
    Vnet: vnet1 [LDC: 0x8]
    [Peer LDom: ldom1, mac-addr: 0:14:4f:fa:b1:f0] [LDC: 0xc]
    [Peer LDom: ldom5, mac-addr: 0:14:4f:f9:b2:b0] [LDC: 0x10]
    [Peer LDom: ldom7, mac-addr: 0:14:4f:f8:3a:3e] [LDC: 0x4]
    [Peer LDom: ldom2, mac-addr: 0:14:4f:f9:88:a0] [LDC: 0x9]
    [Peer LDom: ldom3, mac-addr: 0:14:4f:fa:aa:57] [LDC: 0xb]
    [Peer LDom: ldom4, mac-addr: 0:14:4f:f9:33:59]
    mac-addr=0:14:4f:fb:f5:c3
    service: primary-vsw1 @ primary
    [LDC: 0x7]
    Vdisk: vdisk6 vol6@primary-vds0
    service: primary-vds0 @ primary
    [LDC: 0xd]
    Vcons: [via LDC:14]
    ldom6@primary-vcc0 [port:5005]
    Vldcc: vldcc0 [Domain Services]
    service: primary-vldc0 @ primary
    [LDC: 0x0]
    Name: ldom7
    State: active
    Flags: transition
    OS:
    Util: 0.4%
    Uptime: 10h 23m
    Vcpu: 4
    vid pid util strand
    0 28 0.6% 100%
    1 29 0.1% 100%
    2 30 0.3% 100%
    3 31 0.2% 100%
    Memory: 1900M
    real-addr phys-addr size
    0x8000000 0x388000000 1900M
    Vars: boot-device=vdisk
    Vnet: vnet0 [LDC: 0x2]
    [Peer LDom: ldom1, mac-addr: 0:14:4f:fa:1e:4d] [LDC: 0x6]
    [Peer LDom: ldom5, mac-addr: 0:14:4f:f9:ae:a1] [LDC: 0x7]
    [Peer LDom: ldom6, mac-addr: 0:14:4f:f8:27:b8] [LDC: 0x3]
    [Peer LDom: ldom2, mac-addr: 0:14:4f:f8:c9:7c] [LDC: 0x5]
    [Peer LDom: ldom3, mac-addr: 0:14:4f:fb:d9:6d] [LDC: 0xb]
    [Peer LDom: ldom4, mac-addr: 0:14:4f:fb:df:2c]
    mac-addr=0:14:4f:f9:1f:5d
    service: primary-vsw0 @ primary
    [LDC: 0x1]
    Vnet: vnet1 [LDC: 0x9]
    [Peer LDom: ldom1, mac-addr: 0:14:4f:fa:b1:f0] [LDC: 0xd]
    [Peer LDom: ldom5, mac-addr: 0:14:4f:f9:b2:b0] [LDC: 0xe]
    [Peer LDom: ldom6, mac-addr: 0:14:4f:fb:f5:c3] [LDC: 0x4]
    [Peer LDom: ldom2, mac-addr: 0:14:4f:f9:88:a0] [LDC: 0xa]
    [Peer LDom: ldom3, mac-addr: 0:14:4f:fa:aa:57] [LDC: 0xc]
    [Peer LDom: ldom4, mac-addr: 0:14:4f:f9:33:59]
    mac-addr=0:14:4f:f8:3a:3e
    service: primary-vsw1 @ primary
    [LDC: 0x8]
    Vdisk: vdisk7 vol7@primary-vds0
    service: primary-vds0 @ primary
    [LDC: 0xf]
    Vcons: [via LDC:16]
    ldom7@primary-vcc0 [port:5006]
    Vldcc: vldcc0 [Domain Services]
    service: primary-vldc0 @ primary
    [LDC: 0x0]
    bash-3.00#

  • Mounting Cdrom Drive In Guest Domain running 1.0.3

    Folks,
    I have followed the Admin guide on how to export Cdrom/Dvd drive from Service Domain to Guest Domain, however once allocated to the guest domain we are unable to mount the device. Any help is appreciated.
    Here are my bindings
    ldm list-bindings primary
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    primary active -n-cv SP 4 2G 0.8% ; 7d 18h 56m
    MAC
    00:14:4f:02:ca:6a
    VCPU
    VID PID UTIL STRAND
    0 0 1.0% ; 100%
    1 1 0.5% ; 100%
    2 2 0.7% ; 100%
    3 3 0.8% ; 100%
    MAU
    CPUSET
    (0, 1, 2, 3)
    MEMORY
    RA PA SIZE
    0x8000000 0x8000000 2G
    VARIABLES
    boot-device=/pci@780/pci@0/pci@9/scsi@0/disk@1,0:a /pci@780/pci@0/pci@9/scsi@0/disk@0,0:a
    IO
    DEVICE PSEUDONYM OPTIONS
    pci@780 bus_a
    pci@7c0 bus_b
    VCC
    NAME PORT-RANGE
    primary-vcc0 5000-5031
    CLIENT PORT
    ldom3@ldom3 5002
    VDS
    NAME VOLUME OPTIONS DEVICE
    primary-vds0 cdrom /dev/dsk/c1t0d0s2
    vol1 /ldom1/bootfile1
    vol11 /dev/rdsk/c6t60060480000287750594534653353445d0s2
    vol2 /ldom2/bootfile2
    vol3 /bootpool/bootfile3
    CLIENT VOLUME
    vdisk0@ldom3 vol3
    vdisk11@ldom3 vol11
    cdrom@ldom3 cdrom
    VSW
    NAME MAC NET-DEV DEVICE MODE
    primary-vsw0 00:14:4f:fa:c6:14 e1000g0 switch@0 prog,promisc
    PEER MAC
    vnet1@ldom3 00:14:4f:f9:c8:15
    VCONS
    NAME SERVICE PORT
    SP
    ldm list-bindings ldom3
    root@host# ldm list-bindings ldom3
    NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
    ldom3 active -n--- 5002 4 1900M 0.1% ; 15m
    MAC
    00:14:4f:f8:6c:1d
    VCPU
    VID PID UTIL STRAND
    0 4 0.3% ; 100%
    1 5 0.0% ; 100%
    2 6 0.0% ; 100%
    3 7 0.0% ; 100%
    MEMORY
    RA PA SIZE
    0x8000000 0x88000000 1900M
    VARIABLES
    keyboard-layout=UK-English
    NETWORK
    NAME SERVICE DEVICE MAC
    vnet1 primary-vsw0@primary network@0 00:14:4f:f9:c8:15
    PEER MAC
    primary-vsw0@primary 00:14:4f:fa:c6:14
    DISK
    NAME VOLUME TOUT DEVICE SERVER
    vdisk0 vol3@primary-vds0 disk@0 primary
    vdisk11 vol11@primary-vds0 disk@1 primary
    cdrom cdrom@primary-vds0 disk@2 primary
    VCONS
    NAME SERVICE PORT
    ldom3 primary-vcc0@primary 5002
    We can see the exported cdrom volume in /dev/dsk as a new device and also at the ok prompt after running devalias.
    However, we need to mount this device so that we can install software in our domain. All our attempts at mounting just hang and I end up having to stop/start the whole domain. ?
    Is there an easy way to mount cdroms/dvd drives in a guest domain ?
    TIA

    There is an recently filed bug where DVDs (and ISO images) which do not have a VTOC in their disk label
    fail to be mountable in the guest domain (e.g. application software DVDs as opposed to OS installation images).
    6708257 DVD-ROM (not OS installation disk) can not mount from guest domain of LDOM 1.0.2
    # mount -F hsfs /dev/dsk/c0d1s0 /mnt
    mount: I/O error
    mount: cannot mount /dev/dsk/c0d1s0
    It's strange that you are getting a hang though (the reported error is an I/O error).
    Are there any messages in /var/adm/message of the control domain?
    What OS/patches are running on the guest and control domains (i.e is 127127-11 installed on both) ?
    I've just had a thought though, exporting the DVD device as a slice instead may work
    (it works for me on an ISO image but my machine is 1000s of miles away so I can't stick DVD in it
    to try out)
    e.g. ldm add-vdsdev options=slice /dev/dsk/c1t0d0s2 cdrom@primary-vds0

  • Veritas Volume Manager 5.0MP1 support  on guest domain

    Does VxVM volume defines on control domain can be exported to guest domain for boot disk purpose? If yes, what is the procedure?
    Does VxVM volume defines on control domain can be exported to guest domain for data disk purpose? If yes, what is the procedure?
    OS - Solaris 5.10 8/07
    Veritas SF - 5.0 MP1
    model - SPARC Enterprise T5220
    Thanks,
    Maya

    Currently VxVM volume are exported as single-slice disk, so they can not be used as a full disk that you can partition
    or on which you can install the Solaris OS. See http://blogs.sun.com/achartre ; note that this is going to change with
    Solaris 10 Update 5 (and this has already changed with Open Solaris) and you will be able to export volumes as
    full disks.
    alex.

  • Cdrom install in new guest domain

    Hi all --
    I'm waiting for my T1000 to show up (should be here tomorrow) and I'm whiling away my time with reading the Admin Guide.
    Our Solaris machines (and these ldom's) are on a network that already has a Red Hat Kickstart server. I don't really feel like messing with that, and our volume of installing Solaris is so small that I don't want to spend the time to make a Jumpstart server.
    It seems that it's possible to boot and start a cd-rom based install of Solaris 10 from within a guest domain, but the docs don't mention how to do it.
    Can someone shed some light for me?
    Thanks!

    Well, the T1000 is here, and lo and behold, no cdrom drive.
    So, the question now becomes - it it possible to have it boot off of an .iso, or is netboot my only option?

Maybe you are looking for

  • No wi-fi with apps

    I am able to connect to a wi-fi signal, and able to get on the internet with Safari, but cannot connect through apps, such as Facebook, linkedIn, Pandora, Netflix, etc. I have been on several different networks over the last 2 days, and experienced t

  • After updating iso 6.1.3 in my 4s my phone is not working properly

    After updating iso 6.1.3 my 4s is not working properly the main problem is touch is not working properly and battery problem also there pls anyone have some solution

  • How to view data in transparent table

    How can I view data in transprent tables like HRHAP. Thanks.

  • Need help with 3D repousee (path/sub path help)

    i've ran out of options.  i've looked and searched everywhere so i'm publicly begging for help.  ok, here's the situation... my parents went away on a weeks vacation   (just a joke for those of us in our 30's). i made 2 text layers.  on a capital B a

  • Regarding :Repetative Manufacturing

    Dear Friends, I wanted to know about repetitive manufacturing scenario , can anyone explain about this scenario in detail. Also if anyone is having any test scripts on this , can you please share with me. Thanks in advance