[SOLVED] /boot and /home in /

Hello, i don't exactly know how to explain this, it's the first time, yesterday, I was re-installing Arch, and everything ok, but know I see that the partition /home and /boot did not mount as always, i have to mounted and put the passwd to be able to enter them, i don't know how to make the /boot partition "invisible" and the /home to be inside the /.
I don't know if I explain this well and if someone has gone through this could help me please, i don't have the time to do another install.
Thanks.
Last edited by WinterSoldier53 (2014-11-04 18:01:02)

WinterSoldier53 wrote: lsblk -f says:
[root@ARGUS ~]# lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 ext2 /boot 7f00010c-cf85-4d27-a535-636a4b04fdf4 /home
├─sda2 ext4 / 1c58bfba-1b31-4ef2-b861-1bf28590624d /
├─sda3 ext4 /home 6d2b9760-bbbc-485e-8be8-dcadb18c6716 /run/media/root/_home
└─sda4 swap 542ad698-82cb-483f-b2ad-73950a7e40c1
Your /home partition is LABELED "/boot" -- but it is mounted as the /home partition. Your root partition is both labeled root and mounted as such. the LABEL /home is actually mounted at /run/media/root/_home.
Make sure you are not reading the LABEL but reading the mount point when fixing this.
(Also, is your swap "on"? My output of the same command is (and I didn't label any of my paritions, so that column is blank):
[mrunion@rustyhump ~]$ lsblk -f
NAME FSTYPE LABEL UUID MOUNTPOINT
sda
├─sda1 ext4 d4b24c79-9b3c-46b4-b655-946c52bfd779 /
├─sda2 ext4 8c88bccd-9647-4c42-bd72-5c6e49aac0aa /home
├─sda3 vfat 0B43-F647 /boot
└─sda4 swap 8cac10ef-99a0-4848-bdb3-1c39454c116b [SWAP]
Last edited by mrunion (2014-11-03 01:27:35)

Similar Messages

  • [SOLVED] Cloning boot and var partitions to a new drive for booting

    Ok first of all here's my setup:
    fakeraid (dmraid) / and home on an OCZ Revodrive
    boot with GRUB on a flash drive (since fakeraid doesn't support grub)
    var and downloads/media folder on a 500GB WD Caviar drive
    When I originally installed Arch I had the Caviar drive in my home server in a RAID5 array, so that's why I opted to install boot and grub on a flash drive simply for booting.  Now that I have the drive in my desktop I've cloned the flash drive's partitions and MBR using dd:
    #dd if=/dev/sde of=~/MBR.img bs=512 count=1
    #dd if=/dev/sde1 of=~/boot.img
    #dd if=/dev/sdc1 of=~/var.img
    I then backed up my downloads/media partition, then removed the partition table, then used dd to put the img files on the Caviar drive.
    #dd if=~/MBR.img of=/dev/sdc bs=512 count=1
    #dd of=~/boot.img of=/dev/sdc1
    #dd of=~/var.img of=/dev/sdc2
    I also created labels for the filesystems and put those in fstab.
    I'm able to mount both partitions, however I can't boot from the drive.  I get a 'grub hard disk error' (no error number) when I put it as my first drive in the BIOS. 
    I can still use the flash drive as the first hard drive in the BIOS and boot from it, then it mounts the dmraid root partition and boots successfully.  It is also able to mount the var and boot partitions in fstab. 
    Basically the only problem is that the MBR is somehow wrong.  I then tried booting back into an Arch live USB and installing GRUB from the prompt:
    grub
    grub>setup (hd4,0) (in this case the Caviar drive's boot partition was /dev/sde1
    So essentially what I'm asking is how GRUB handles the MBR.  Is it specific to the partition table of the drive in which it resides when it's originally installed?  For instance, since I had an 8GB flash drive with 2 partitions when I installed GRUB, is the backed up MBR no good for a 500GB drive with 3 partitions?
    I have everything backed up so I can start with a fresh /boot and /var if need be....I'm just not sure where to start. 
    Thanks in advance.
    Last edited by DarksideEE7 (2011-02-13 23:25:31)

    Sorry, I forgot to mention that I tried to install GRUB from the GRUB shell in a live Arch USB.  It failed on a few non-critical parts, and succeeded on the last part. I'm going to try again shortly, possibly I did something wrong.  GRUB is able to find the stage files using:
    #grub
    grub>find /grub/stage1
    grub> find /grub/stage1
    (hd0,0)
    (hd5,0)
    grub>
    (hd0,0) is the desired boot drive, while (hd5,0) is the current bootable flash drive with /boot and GRUB installed.
    Here is the output of fdisk -l:
    WARNING: GPT (GUID Partition Table) detected on '/dev/sde'! The util fdisk doesn't support GPT. Use GNU Parted.
    Disk /dev/sde: 2000.4 GB, 2000398934016 bytes
    256 heads, 63 sectors/track, 242251 cylinders, total 3907029168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    Device Boot Start End Blocks Id System
    /dev/sde1 1 3907029167 1953514583+ ee GPT
    Disk /dev/sdb: 60.0 GB, 60022480896 bytes
    255 heads, 63 sectors/track, 7297 cylinders, total 117231408 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xedb72db9
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 2048 206847 102400 7 HPFS/NTFS
    /dev/sdb2 206848 117227519 58510336 7 HPFS/NTFS
    Disk /dev/sdd: 40.0 GB, 40018599936 bytes
    255 heads, 63 sectors/track, 4865 cylinders, total 78161328 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    Disk /dev/sdd doesn't contain a valid partition table
    Disk /dev/sdc: 40.0 GB, 40018599936 bytes
    32 heads, 32 sectors/track, 76329 cylinders, total 78161328 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xb8372fcd
    Device Boot Start End Blocks Id System
    /dev/sdc1 32 21484543 10742256 83 Linux
    /dev/sdc2 21484544 156317695 67416576 83 Linux
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x8497e059
    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 206847 102400 83 Linux
    /dev/sda2 206848 42149887 20971520 83 Linux
    /dev/sda3 42149888 976773167 467311640 83 Linux
    Disk /dev/dm-0: 80.0 GB, 80035053568 bytes
    32 heads, 32 sectors/track, 152654 cylinders, total 156318464 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 65536 bytes / 131072 bytes
    Disk identifier: 0xb8372fcd
    Device Boot Start End Blocks Id System
    /dev/dm-0p1 32 21484543 10742256 83 Linux
    Partition 1 does not start on physical sector boundary.
    /dev/dm-0p2 21484544 156317695 67416576 83 Linux
    Disk /dev/dm-1: 11.0 GB, 11000070144 bytes
    255 heads, 63 sectors/track, 1337 cylinders, total 21484512 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 65536 bytes / 131072 bytes
    Alignment offset: 49152 bytes
    Disk identifier: 0x00000000
    Disk /dev/dm-1 doesn't contain a valid partition table
    Disk /dev/dm-2: 69.0 GB, 69034573824 bytes
    255 heads, 63 sectors/track, 8392 cylinders, total 134833152 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 65536 bytes / 131072 bytes
    Disk identifier: 0x00000000
    Disk /dev/dm-2 doesn't contain a valid partition table
    Disk /dev/sdf: 8086 MB, 8086618112 bytes
    249 heads, 62 sectors/track, 1023 cylinders, total 15794176 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x8497e059
    Device Boot Start End Blocks Id System
    /dev/sdf1 * 62 200693 100316 83 Linux
    /dev/sdf2 200694 15794175 7796741 83 Linux
    I'm using dmraid, so just to be clear I've configured the raid using:
    #modprobe dm_mod
    #dmraid -ay
    Then I saw the array stored in /dev/mapper/silXXXXX.  I then created partitions for /boot, /, and home.  At that time I was hoping to get GRUB working with the AUR package grub2-dmraid.  I wasn't able to get it working for some time, so I just went ahead and installed boot and GRUB to a separate USB flash drive.
    Here is the output of df -h:
    Filesystem Size Used Avail Use% Mounted on
    udev 10M 268K 9.8M 3% /dev
    /dev/mapper/sil_bgbgdjaddicbp1
    11G 5.3G 4.3G 56% /
    shm 6.0G 584K 6.0G 1% /dev/shm
    /dev/mapper/sil_bgbgdjaddicbp2
    64G 38G 23G 63% /home
    /dev/sda1 95M 16M 75M 18% /boot
    /dev/sda2 19G 142M 19G 1% /var
    /dev/sda3 439G 148G 269G 36% /home/l33/Torrents
    none 1000M 132K 1000M 1% /tmp
    shm 6.0G 584K 6.0G 1% /dev/shm
    /dev/sde1 1.8T 1.1T 665G 62% /mnt/Green
    and cat /etc/mtab
    proc /proc proc rw,nosuid,nodev,noexec,relatime
    sys /sys sysfs rw,nosuid,nodev,noexec,relatime
    udev /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=1022975,mode=755
    /dev/mapper/sil_bgbgdjaddicbp1 / ext4 rw,noatime,barrier=1,stripe=32,data=ordered
    devpts /dev/pts devpts rw 0 0
    shm /dev/shm tmpfs rw,nosuid,nodev 0 0
    /dev/mapper/sil_bgbgdjaddicbp2 /home ext4 rw,noatime 0 0
    /dev/sda1 /boot ext2 rw 0 0
    /dev/sda2 /var reiserfs rw,noatime 0 0
    /dev/sda3 /home/l33/Torrents ext4 rw,noatime 0 0
    none /tmp tmpfs rw,nosuid,nodev,noatime,size=1000M,mode=1777 0 0
    shm /dev/shm tmpfs rw,nosuid,nodev,size=6G 0 0
    rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
    nfsd /proc/fs/nfsd nfsd rw,noexec,nosuid,nodev 0 0
    /dev/sde1 /mnt/Green ext4 rw 0 0
    Also I don't have a /proc/mdstat.  That's only for mdadm RAID setups, right?  It's been quite some time since I've used mdadm so I can't remember.
    EDIT:
    So I booted into a live Arch USB and entered the grub shell.  I ran:
    #grub
    grub> root (hd3,0)
    Filesystem type is ext2fs, partition type 0x83
    grub> setup (hd3)
    Checking if "/boot/grub/stage1" exists.....no
    Checking if "/grub/stage1 exists.......yes
    Checking if "/grub/stage2 exists.......yes
    Checking if "/grub/e2fs_stage1_5 exists....yes
    Running "embed /grub/e2fs_stage1_5 (hd3)".....25 sectors are embedded.
    succeeded
    Running "install /grub/stage1 (hd3) (hd3))1+25 p (hd3,0)/grub/stage2 /grub/menu.lst".......succeeded
    Done.
    Last time I recall more errors than this, then it reporting that one was a non-critical error, so I think the problem may be solved.  More to come.
    Last edited by DarksideEE7 (2011-02-13 23:18:44)

  • FIX: IPad turns on and off in a loop during charging, boots to home screen and reboots

    Ok, after having my ipad 2 3rd Generation for about a year, its bombed out on me,playing on it until battery drained. Didn’t think anything of it, plugged into charge thinking it would be charged by the morning. This didn’t happen.
    It was stuck on the apple sign, booted to home screen and switched off again due to low battery. Continued on this loop for the whole day……
    I searched the internet and it seemed all doom and gloom that I would need to by another one. Then I stumbled upon a forum where the advice so far has worked for me.
    The reason why it gets stuck in a loop is because the IPad was not shut down manually, so therefore keeps trying to boot up soon as it has some battery power. Problem is, its gone beyond a point and now and there isn’t enough battery life to boot to main or home screen after apple logo.
    The remedy is quiet simple, follow these steps to get the ipad to home screen to power it down so it has sufficient time to charge up and boot normally and get off the endless loop.
    Plug into wall socket to get it charging.
    Wait until the apple logo appears and wants to boot up.
    QUICKLY hold down home button and reset/ sleep button at the same time until it reboots.
    Release buttons now. should now power down and reboot
    Repeat step 3 at least 30 to 40 times which is about 10 minutes in duration everytime you see the logo appear on the screen.
    Now Let IPad boot up fully, should see home screen with about 2% battery life
    QUICKLY hit the rest/ sleep button down for about 2 to 5 seconds.
    Swipe the screen to when slider appears to switch off the ipad.
    This will now power down the IPad which now will not reboot by itself so it can now charge without any interruption’s.
    Allow battery to charge for a least an hour or two without trying to put it on.
    Switch the IPad on
    You should now have about 10 to 20% battery Life
    Power it down again by holding the reset/ Sleep button down again and swipe the screen to power down, let it charge fully to 100% now which will take few hours
    Enjoy your IPad again
    Lesson learnt. When your battery power is low, dont wait for it drain completely, rather power the pad down manually and let it charge when there is only about 2 to 4% battery life left.
    Hope this guide helps people with the same problem as I had. Took me about 2 days of research and searching until I found a solution that worked. Hopefully this will assist anyone going through the same pain, and possibly not have to buy another one which seems to be the case when people take the pad to an istore with the same issue.
    Cheers,

    I tried to restore using recovery mode it give error 4013, also tried the same with iMac with my friend again error.
    Let me give little more details:
    1. After iOS 8.2 upgrade, 2-3 days often 3-4 times a day it used to restart again and again then will get Home screen.
    2. Also at times it happened, it boots again and again left the device as it is then it comes to Home screen.
    3. Lastly it did the same behavior but it did not boot up, but keep booting again and again apple logo is shown then restart
    4. Tried to get into recovery mode, windows PC error 4013, now in the recovery mode.
    My Battery was in good condition, when it happened it was ~80% now may be very less did not charge until now.
    I read somewhere in the forum keep re-starting manually again and again, someone said since it did not shutdown properly there is a problem, please help.
    The device is 1.2 yrs old ONLY.
    Best regards
    Prabu

  • [Solved] Organize the /etc/ /opt/ and /home w/o breaking anything?

    + What are the common organizing tactics that you use?
    For example, if you're going to install anything, where do you put it, how do you do it with out breaking anything, etc.
    My /etc/ /opt/ and /home folders are getting out of hand.
    For my home folder, I have:
    Desktop, Downloads, Dropbox (the only ones that I want here), meteor, node, nvm, nplay, pkg, python2-psutil, python26, src, sublime-text-2, try-meteor, packer (file), pacman.conf (file), and dead.letter (file).
    How do I move these without breaking anything?
    For my /etc/ I have:
    adjtime (file), adobe, anacrontab (file), arch-release (file), asound.conf (file), at-spi2, avahi, bash.bash_logout (file), bash.bashrc (file), bash_completion.d, binfmt.d, bluetooth, ca-certificates, ca-certificates.conf (file), chromium, colord.conf (file), conf.d, couchdb, cron.d, cron.daily, cron.deny (file), cron.hourly, cron.monthly, cron.weekly, crypttab (file), cups, dbus-1, dconf, default, depmod.d, dhcpcd.conf (file), drirc (file), enviroment f(ile), fonts, fstab (file), fuse.conf (file), gai.conf (file), gconf, gdm, geoip, group (file), group- (file), grub.d, grub-cutomizer, gshadow (file), gshadow- (file), gssapi_mech.conf (file), gtk-2.0, gtk-3.0, host.conf (file), hostname (file), hosts (file), ifplugd, iftab (file), ImageMagick-6, inputrc (file), iproute2, iptables, issue (file), java-70openjdk, kernel, krb5.conf (file), ld.so.cache (file), ld.so.conf (file), ld.so.conf.d, libnl, libreoffice, locale.conf (file), locale.gen (file), localtime (file), localtime (file), login.defs (file), logrotate.conf (file), logrotate.d, lvm, lxdm, machine-id (file), mail.rc (file), makepkg.conf (file), man_db.conf (file), mdadm.conf (file), mercurial, mine.types (file), mke2fs.conf (file), mkinitcpio.conf (file), mkinitcpio.d, modprobe.d, modprobe.dconf (file), modules-load.d, motd (file), mtab (file), nanorc (file), netconfig (file), network.d, NetworkManager, ncsd.conf (file), nsswitch.conf (file), obex-data-server, odbc.ini (file), ODBCDataSources, odbcinst.ini (file), openldap, os-release (file), pacman.conf (file), pacman.d, pam.d, pango, passwd (file), passwd.OLD (file), passwd- (file), pcmcia, pkcs11, pkgtools, pm,  polkit-1, ppp, profile (file), profile.d, protocols (file), pulse, rc.d, rc_keymaps, rc_maps.cfg (file), redis.conf (file), request-key.conf (file), request-key.d, reolv.conf (file), rpc (file), salt, securetty (file), security, services (file), shadow (file), shadow- (file), shells (file), skel, speech-dispactcher, ssl, sudoers (file), sudoers.d, sysctl.conf (file), sysctl.d, systemd, tmpfiles.d, tor, totem, udev, udisks2, updatedb.conf (file), UPower, vdpau_wrapper.cfg (file), wgetrc (file), wpa_supplicant, X11, xdg, xinetd.d, xml, and zsh.
    How do I learn what can be deleted here and how do I move things without breaking anything in /etc/? Is there a program that highlights what's important, what can be moved, etc.?
    For my /opt/ I have:
    android-sdk, dropbox, and tor-browser-en.
    This doesn't bother me, but I can see that somewhere in the future where it can get cluttered.
    I also have created a folder on my root called ptmp and am using it to store my packertmp-0 files since my tmp folder gave me an error. I want to do things right and not get that cluttered too. So if you know about this check the thread out here
    As a new Arch Linux user, coming from Windows 8, everything is great except a few minor annoyances. I give it an 7.8/10 for bring stable.
    I will open up new threads for the following, but here are the few minor annoyances I still have:
    If I edit what show up on my main menu (with main menu, not menu editor [from gnome]), somehow things get re-highlighted as if I clicked restore to defaults-- so I can't edit what I don't want to show up in my main menu anymore.
    I forgot what file I edited that I made Chromium run at startup and now it slows things down by running at startup.
    I couldn't exchange nautilus for dolphin (I like dophin better), and couldn't get xmonad going although I got the dependancies installed (Haskell, etc.). It throws me this error:
    Please check the file for errors.
    /home/jayvan/.xmonad/xmonad-x86_64-linux: executeFile: does not exist (No such file or directory)
    xmonad:
    xmessage: executeFile: does not exist (No such file or directory)
    X Error of failed request:  BadAccess (attempt to access private resource denied)
      Major opcode of failed request:  2 (X_ChangeWindowAttributes)
      Serial number of failed request:  7
      Current serial number in output stream:  8
    I can't remove the Universal access applet. I don't need it. This should be removable.
    There is no longer a high performance, low performance, balanced option for battery consumption. This should make a comeback.
    I somehow edited my information of my user and it's not editable through system settigns. It shows my company, phone number, etc. I manually entered a command that I forgot in the terminal that did this. I'm not sure. This should be easily editable in Gnome 3. I don't know why it isn't.
    I've created a news user and don't know how to delete it.
    I couldn't get mp3tag to work with packer because it didn't have a PKGFILE. Will be trying to manually make it some time later, but it should be fixed in the AUR.
    I would like to uninstall the Epiphany Browser. Desktop Search, Power Statistics but don't know how. I know it's -Rns.
    Sublime Text 2 doesn't show up as a desktop item in the applications folder, I have to go to the folder and click sublime_text to launch it.
    When I change YouTube to anything higher than 240p, it doesn't play and I have to refresh it.
    Grub-sustomizer should come installed with Gnome, especially for those that want to dual boot Android OS (x86) or anyhting else. In fact, in the installation guide there should be a warning that if you plan to install another OS like Android OS (x86) you should partition an extra 16 GB as ext3, or if you want to install another Linux distro to partition an extra 20GB as ext4.
    There isn't any multitouch gestures pre-installed that I can configure. I'll see if they even exist.
    I haven't check but I'm not sure if there is a good screen capturing app.
    Last, so I can switch all my friends to Arch, they've already taken an interest an I plan to do a blog post about it once I feel confident, how can I customize this scrip to install the apps I already have installed?
    I'll get to posting these in seperate threads right now.
    Last edited by jjshinobi (2013-04-09 19:57:23)

    Ohhh man, you're making me nervous! Are you copying your files around your operating system yourself?
    jjshinobi wrote:What are the common organizing tactics that you use?
    The answer to your question is, I don't organize anything. Instead, pacman keeps track of all the files.
    The only files you should need to worry about are what's in "/home". You can organize that however you want. If you have many ebooks, create a directory called "Books". Whatever.
    Your story kind of reminds me of my roommate in college. As soon as he finished installing Windows XP, he would go through the entire directory structure and delete anything that was "unnecessary". It kind of scared me.
    But fortunately, we don't have to do that with Arch Linux. Pacman takes care of everything, and it's super easy to create your own package.

  • My ipad turns off randomly and doesnt turn back on and wont restore with itunes and i tried holding the power and home button down and i see a faint apple logo than it disappears and still does not operate please help solve this issue

    My ipad turns off randomly and doesnt turn back on and wont restore with itunes and i tried holding the power and home button down and i see a faint apple logo than it disappears and still does not operate please help solve this issue

    i have the same problem...my ipod is 4th generation?uggghhhhh

  • [Solved]mounting partitions as /var and /home while installing ...

    Hi this was the second time i installed arch.
    And while installing i just wanted to mount my former /home and /var. Never to format them. So i can keep my files. But i guess i missed the mount step. And now they are independent partitions. I want to add them as /var and /home properly without damaging any of my files in "/dev/sda6" partition which was meant to be "/home". Dont care about "/dev/sda5" which was meant to be "/var".
    How can i do this. Normally i would search but i dont want anything to get damaged.
    Thanks in advance.
    Last edited by hozturk0327 (2014-04-29 19:54:26)

    This page gives detailed information on moving /home to a seperate partition.
    I your case, not wanting to damage the data on /dev/sda6, you should skip the copying part.

  • PC with slow boot and pc speed, sudden high pc usage, delay-freeze when opening/performing something

    Hi,
    Before everything, two things:
    1. I'm not a native english speaker so i may have some problems to speak properly/as objective as i'd like to.
    2 . I'm writing in this section because i don't know the cause of my pc issues so i can't categorize them.
    Now, my computer is a Toshiba satellite L755-S5244, Windows 7 Home premium 64 bits, Intel pentium CPU B940 2Ghz, 4 Gb RAM, and I'm writing this message using it.
    I bought the laptop in December of 2011 and at the beggining it was working normally. Someone else used the computer these last months and he left the pc without antivirus protection; when i installed one (Avast) and start to analyze the pc it suddenly shutted down. It wasn't able to boot, so after some trys to restore/enter in safe mode I finally used the Toshiba Recovery Wizard to get the pc to the original factory settings. The process was sucessfull, so the first thing i did after finish the process was install a new antivirus (this time i used Kaspersky Pure) and the the analysis showed no threats as i expected.
    However, before the recovery process i realized of some slow performance on the computer, like talking a bit too long to opening files or menus, control panel... almost anything was opening with a little delay even just after start the pc. This problem continued even after the recovery process. Also, an online game -League of legends- which was working fine when i just bought the pc, developed some issue: the screen and the audio randomly frezees for like 3-5 seconds. These problems seems to be related between each other.
    But that wasn't all. After the recovery to the original factory settings, i just installed a few things:
    -Kaspersky Pure 2.0, CCleaner (free), Mozila Firefox, and League of legends.
    Later I also installed Microsoft Office 2010.
    The antivirus showed no threats. The game kept with the freeze thing.
    And 2 days ago i was playing league of legends and downloading Skype when the pc suddenly got too slow. I restarted it. After the restart it took a long time to boot, and before the windows login screen loaded there was a black screen where only the mouse was showed; the start-up was slow too, (this one showed a blue screen with the mouse too -but not BSOD-) all this took like 15-20 minutes; that never happened before so i restarted the computer again but the problem was the same: slow boot, slow desktop start-up (let's not even talk about opening something).
    I went to the repair menu (f8) and try to restore the system but it didn't change anything. I checked for memory issues but there wasn't. I looked also for starting problems but the repair didn't find anything. All in there was saying: "the computer performance seems normal", but it wasn't. Like entering to windows in normal mode was talking to long, i tried the safe mode. It was also slow but not that much. When i entered, a system restore which i wasn't able to performance before in normal mode popped-up and said that the system was restored sucessfully to the first restore point -just after the factory recovery, but it apparently didn't fix the slow bot issue.
    Even in safe mode the software was working slow so i decided to go for the toshiba recovery wizard again, and looked in here, the forums -and the rest of the net- for problems like mine.
    This time the Toshiba Recovery Wizard took like ages to finish. 3 hours just for recovering, and like 7 more hours just installing the drivers. The boot/start-up was still slow, so i think this was the cause of the slow recovery because the wizard restarts the computer a lot.
    When the factory settings recovery finished, the first boot was slow, also the start up, the programs, the start menu, the control panel, ... everything was slow the first time i opened it. If i keep using the same program, it seems normal, but randomly freezes if i select some option, of press something (like this browser, google chrome, even now when i'm writing this message or before where i was registering into the forums). As obvious, because this slow performance i'm really not comfortable using this computer.
    I used the HDD SDD Alert but it says the HDD is working fine (the hard drive doesn't make weirds sounds, i almost don't hear it at all); also i did a PC Diagnostic with the PC diagnostic tool and everything passed the test. I can't think of virus/malware because i did the recovery wizard, twice. I just installed Avast again and it didn't find anything. With the task manager i noticed of a high pc usage (almost always 100%) was showing for a really short moment when/after the computer freezes.
    So, i don't know how to solve this slow performance.
    The last thing i did was download those speed-up softwares: SpeedUpMyPc, RegCurePro, SpeedyPC pro and Pareto logic Health Advisor. They scanned the pc for free and found like 100 system performance issues, but I'm not able to use these programms to fix the issues if i dont buy them. Also i'm not even sure if that will fix my problems.
    That's why i'm here, looking for a way to identify/fix them. One last thing: all this time i've been checking the temperature of the laptop but is never hot -now is not even warm. Now i'm afraid of restarting the PC again cuz i know it will take a long time to get into a kinda stable performance like right now.
    So that's all.  If you read all this, have my thanks. Also, any help would be really appreciated it.
    EDIT: 
    A new thing happened. When i try to installed league of legends, the setup told me that my hard drive may be corrupted and the file won't copy, i skip it a few times but the installation took a long of time (half hour) and the error kept ocurring.  I hope this can may be a clue about what is happening to my pc. 

    Satellite L755-S5244
    If you restore the hard disk to its original out-of-the-box contents using Toshiba recovery media and still have trouble, then you know it's not due to software.
    the setup told me that my hard drive may be corrupted and the file won't copy, i skip it a few times but the installation took a long of time (half hour) and the error kept ocurring.
    In particular, that sort of thing occurs when a hard drive is failing. Time to call Toshiba's tech support at 1-800-457-7777 (from the US) or 1-949-859-4273 (from outside the US).
    -Jerry

  • My ipod touch would not go past the apple logo, it would just shut off. i held the power and home keys and connected to itunes

    my ipod touch would not go past the apple logo, it would just shut off. i held the power and home keys and connected to itunes but now its on the connect to itunes picture and shuts off on its own. even if i try and shut it off myself it won't. it only stays on for about 3-5 minutes:( please help!!!

    When it shows the Connect to iTunes screen and you connect it to iTunes, have you tried restoring it?
    This should solve your problem because the most common cause of your issue is a software glitch that is preventing your iPod from completing it's boot sequence. Restoring it will replace the software on the iPod with a fresh set so it can be used again.

  • IPAD1 and home computer loses wireless connection since i upgrade to 5.1.1.

    I have an iPAD 1.  Can't complain as it was given to me.
    I have a Dell home computer (not an Apple) and I have a Linkys wireless router.  (I don't always know the right computer lingo, so I apologize upfront).
    I only use the Wireless on my iPAD.  Its a 32G with 3G but don't use a plan only the wireless.
    All has been going great for the last 2 months.  Loving it.
    Well...until last night and I got a pop-up on my iPad that asked to download to IOS 5.1.1. So, I did and it all went well. 
    For about an hour.  Then I could get a connection.
    So, here's where my problems started.  I got on my home computer to start looking for advice and my home computer wasn't working too.  So, I got out my trusty Blackberry (it's provided from my employer) so I search on there.  It said to disconnect the router.  It also said on the IPAD to reset network.  So, I did both and both iPAD and home computer got back the connectivity. 
    I checked my AOL and Facebook on my iPAD this morning for a couple of hours.  Alll was good.
    Then this afternoon, I was connected then wasn't.  So I got on my home computer and it lost wireless too.
    I've been messing about research trying to figure out what I did wrong and it seems like there are some bugs in 5.1.1. 
    I thought maybe I could downgrade but it looked a little tricky.
    Can anyone out there tell me what to do? 
    P.S.  I don't download iTunes but I would like in the future maybe to watch a movie on the iPAD and I download books and I'm trying to figure out how to sync with my Kindle Touch.
    So many things for a senior citizen to be trying to figure out. (ha!)

    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    Another thing to try - Go into your router security settings and change from WEP to WPA with AES.
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • [SOLVED] HP420 and Built-in microphone don't work.

    I have a trouble with my on-board microphone in my laptop (hp-420), it was working some months ago (with previous kernel) and I didn't use it for a while, after several upgrades now I tired to use it and it doesn't work. Second microphone, a jack, doesn't work either, and it's arch related, because I did some tests in windows (have dual boot) and both the built-in and jack work fine. So far I have tried testing alsa configurations, played with preferences and some other things I have read over the internet and in arch forums, but no luck at all. I may think it's kernel related but I'm not sure as I'm not an expert. Also sound works fine, it's only the built in microphone the one I can not get to work. I whish someone could help me or guide me.
    So all the info I could gather about my machine and the sound
    !!Linux Distribution
    Arch Linux
    !!DMI Information
    Manufacturer: Hewlett-Packard
    Product Name: HP 420
    Product Version: F.04
    !!Kernel Information
    Kernel release: 2.6.37-ARCH
    Operating System: GNU/Linux
    Architecture: x86_64
    Processor: Intel(R) Core(TM)2 Duo CPU T6570 @ 2.10GHz
    SMP Enabled: Yes
    !!ALSA Version
    Driver version: 1.0.23
    Library version: 1.0.24.1
    Utilities version: 1.0.24.2
    !!Loaded ALSA modules
    snd_hda_intel
    !!Sound Servers on this system
    ESound Daemon:
    Installed - Yes (/usr/bin/esd)
    Running - No
    Jack:
    Installed - Yes (/usr/bin/jackd)
    Running - No
    !!Soundcards recognised by ALSA
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0xd8a00000 irq 47
    !!PCI Soundcards installed in the system
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    !!Advanced information - PCI Vendor/Device/Subsystem ID's
    00:1b.0 0403: 8086:293e (rev 03)
    Subsystem: 103c:1526
    !!Modprobe options (Sound related)
    snd-hda-intel: model=hp
    snd-hda-intel: model=hp
    !!Loaded sound module options
    !!Module: snd_hda_intel
    bdl_pos_adj : 1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    beep_mode : 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
    enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
    enable_msi : -1
    id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    model : hp,(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
    position_fix : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    power_save : 0
    power_save_controller : N
    probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
    probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
    single_cmd : N
    !!HDA-Intel Codec information
    --startcollapse--
    Codec: IDT 92HD88B3
    Address: 0
    AFG Function Id: 0x1 (unsol 1)
    Vendor Id: 0x111d7666
    Subsystem Id: 0x103c1526
    Revision Id: 0x100105
    No Modem Function Group found
    Default PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x1]: PCM
    Default Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
    Default Amp-Out caps: ofs=0x7f, nsteps=0x7f, stepsize=0x02, mute=1
    GPIO: io=3, o=0, i=0, unsolicited=1, wake=1
    IO[0]: enable=1, dir=1, wake=0, sticky=0, data=0, unsol=0
    IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    IO[2]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
    Power-Map: 0x00
    Node 0x0a [Pin Complex] wcaps 0x400583: Stereo Amp-In
    Control: name="Front Mic Jack Mode", index=0, device=0
    ControlAmp: chs=0, dir=In, idx=0, ofs=0
    Control: name="Mic Capture Volume", index=0, device=0
    ControlAmp: chs=3, dir=In, idx=0, ofs=0
    Amp-In caps: N/A
    Amp-In vals: [0x00 0x00]
    Pincap 0x0001173c: IN OUT HP EAPD Detect
    Vref caps: HIZ 50 GRD 80
    EAPD 0x2: EAPD
    Pin Default 0x02a19020: [Jack] Mic at Ext Front
    Conn = 1/8, Color = Pink
    DefAssociation = 0x2, Sequence = 0x0
    Pin-ctls: 0x24: IN VREF_80
    Unsolicited: tag=02, enabled=1
    Power: setting=D0, actual=D0
    Connection: 3
    0x13* 0x14 0x1c
    Node 0x0b [Pin Complex] wcaps 0x400581: Stereo
    Pincap 0x0001001c: OUT HP EAPD Detect
    EAPD 0x2: EAPD
    Pin Default 0x0221401f: [Jack] HP Out at Ext Front
    Conn = 1/8, Color = Green
    DefAssociation = 0x1, Sequence = 0xf
    Pin-ctls: 0xc0: OUT HP
    Unsolicited: tag=01, enabled=1
    Power: setting=D0, actual=D0
    Connection: 3
    0x13 0x14* 0x1c
    Node 0x0c [Pin Complex] wcaps 0x400583: Stereo Amp-In
    Amp-In caps: N/A
    Amp-In vals: [0x00 0x00]
    Pincap 0x00011734: IN OUT EAPD Detect
    Vref caps: HIZ 50 GRD 80
    EAPD 0x2: EAPD
    Pin Default 0x40f000f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x00: VREF_HIZ
    Unsolicited: tag=00, enabled=0
    Power: setting=D0, actual=D0
    Connection: 3
    0x13* 0x14 0x1c
    Node 0x0d [Pin Complex] wcaps 0x400500: Mono
    Pincap 0x00010050: OUT EAPD Balanced
    EAPD 0x2: EAPD
    Pin Default 0x90170110: [Fixed] Speaker at Int N/A
    Conn = Analog, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x40: OUT
    Power: setting=D0, actual=D0
    Connection: 1
    0x1a
    Node 0x0e [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x0f [Pin Complex] wcaps 0x400583: Stereo Amp-In
    Amp-In caps: N/A
    Amp-In vals: [0x00 0x00]
    Pincap 0x00010034: IN OUT EAPD Detect
    EAPD 0x2: EAPD
    Pin Default 0x40f000f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x00:
    Unsolicited: tag=00, enabled=0
    Power: setting=D0, actual=D0
    Connection: 3
    0x13 0x14* 0x1c
    Node 0x10 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Node 0x11 [Pin Complex] wcaps 0x400483: Stereo Amp-In
    Amp-In caps: N/A
    Amp-In vals: [0x00 0x00]
    Pincap 0x00000024: IN Detect
    Pin Default 0x90a60130: [Fixed] Mic at Int N/A
    Conn = Digital, Color = Unknown
    DefAssociation = 0x3, Sequence = 0x0
    Misc = NO_PRESENCE
    Pin-ctls: 0x00:
    Unsolicited: tag=00, enabled=0
    Power: setting=D0, actual=D0
    Node 0x12 [Vendor Defined Widget] wcaps 0xf00503: Stereo Amp-In
    Amp-In caps: N/A
    Amp-In vals: [0x00 0x00]
    Power: setting=D0, actual=D0
    Connection: 1
    0x20
    Node 0x13 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
    Control: name="Speaker Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=63
    Control: name="Speaker Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Device: name="STAC92xx Analog", type="Audio", device=0
    Amp-Out caps: N/A
    Amp-Out vals: [0x7f 0x7f]
    Converter: stream=5, channel=0
    Power: setting=D0, actual=D0
    Delay: 13 samples
    Node 0x14 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
    Control: name="Headphone Playback Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=63
    Control: name="Headphone Playback Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Amp-Out caps: N/A
    Amp-Out vals: [0x7f 0x7f]
    Converter: stream=5, channel=0
    Power: setting=D0, actual=D0
    Delay: 13 samples
    Node 0x15 [Audio Input] wcaps 0x1d0541: Stereo
    Device: name="STAC92xx Analog", type="Audio", device=0
    Converter: stream=1, channel=0
    SDI-Select: 0
    Power: setting=D0, actual=D0
    Delay: 13 samples
    Connection: 1
    0x17
    Processing caps: benign=0, ncoeff=0
    Node 0x16 [Audio Input] wcaps 0x1d0541: Stereo
    Converter: stream=0, channel=0
    SDI-Select: 0
    Power: setting=D0, actual=D0
    Delay: 13 samples
    Connection: 1
    0x18
    Processing caps: benign=0, ncoeff=0
    Node 0x17 [Audio Selector] wcaps 0x300d0d: Stereo Amp-Out R/L
    Control: name="Capture Volume", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Control: name="Capture Switch", index=0, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Amp-Out caps: ofs=0x00, nsteps=0x0f, stepsize=0x05, mute=1
    Amp-Out vals: [0x0f 0x0f]
    Power: setting=D0, actual=D0
    Connection: 7
    0x0c 0x0e 0x0f 0x1b 0x11 0x12 0x0a*
    Node 0x18 [Audio Selector] wcaps 0x300d0d: Stereo Amp-Out R/L
    Control: name="Capture Volume", index=1, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Control: name="Capture Switch", index=1, device=0
    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
    Amp-Out caps: ofs=0x00, nsteps=0x0f, stepsize=0x05, mute=1
    Amp-Out vals: [0x0d 0x0d]
    Power: setting=D0, actual=D0
    Connection: 7
    0x0c 0x0e 0x0f 0x1b 0x11 0x12 0x0a*
    Node 0x19 [Audio Selector] wcaps 0x300501: Stereo
    Power: setting=D0, actual=D0
    Connection: 3
    0x13* 0x14 0x1c
    Node 0x1a [Audio Mixer] wcaps 0x200500: Mono
    Power: setting=D0, actual=D0
    Connection: 1
    0x19
    Node 0x1b [Audio Mixer] wcaps 0x20050b: Stereo Amp-In
    Amp-In caps: ofs=0x17, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-In vals: [0x97 0x97] [0x97 0x97] [0x97 0x97] [0x97 0x97] [0x97 0x97] [0x97 0x97]
    Power: setting=D0, actual=D0
    Connection: 6
    0x0c 0x0e 0x0f 0x13 0x14 0x0a
    Node 0x1c [Audio Selector] wcaps 0x30050d: Stereo Amp-Out
    Amp-Out caps: ofs=0x1f, nsteps=0x1f, stepsize=0x05, mute=1
    Amp-Out vals: [0x9f 0x9f]
    Power: setting=D0, actual=D0
    Connection: 1
    0x1b
    Node 0x1d [Audio Output] wcaps 0x4061d: Stereo Digital Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x5]: PCM AC3
    Power: setting=D0, actual=D0
    Delay: 4 samples
    Node 0x1e [Audio Output] wcaps 0x4061d: Stereo Digital Amp-Out
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x5e0]: 44100 48000 88200 96000 192000
    bits [0xe]: 16 20 24
    formats [0x5]: PCM AC3
    Power: setting=D0, actual=D0
    Delay: 4 samples
    Node 0x1f [Pin Complex] wcaps 0x400781: Stereo Digital
    Pincap 0x00000014: OUT Detect
    Pin Default 0x40f000f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x00:
    Unsolicited: tag=00, enabled=0
    Power: setting=D0, actual=D0
    Connection: 1
    0x1d
    Node 0x20 [Pin Complex] wcaps 0x400781: Stereo Digital
    Pincap 0x00000034: IN OUT Detect
    Pin Default 0x40f000f0: [N/A] Other at Ext N/A
    Conn = Unknown, Color = Unknown
    DefAssociation = 0xf, Sequence = 0x0
    Pin-ctls: 0x00:
    Unsolicited: tag=00, enabled=0
    Power: setting=D0, actual=D0
    Connection: 1
    0x1e
    Node 0x21 [Beep Generator Widget] wcaps 0x70040c: Mono Amp-Out
    Amp-Out caps: ofs=0x03, nsteps=0x03, stepsize=0x17, mute=1
    Amp-Out vals: [0x00]
    Power: setting=D0, actual=D0
    Node 0x22 [Vendor Defined Widget] wcaps 0xf00000: Mono
    Codec: Intel Cantiga HDMI
    Address: 2
    AFG Function Id: 0x1 (unsol 0)
    Vendor Id: 0x80862802
    Subsystem Id: 0x80860101
    Revision Id: 0x100000
    No Modem Function Group found
    Default PCM:
    rates [0x0]:
    bits [0x0]:
    formats [0x0]:
    Default Amp-In caps: N/A
    Default Amp-Out caps: N/A
    GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
    Node 0x02 [Audio Output] wcaps 0x6211: 8-Channels Digital
    Control: name="IEC958 Playback Con Mask", index=0, device=0
    Control: name="IEC958 Playback Pro Mask", index=0, device=0
    Control: name="IEC958 Playback Default", index=0, device=0
    Control: name="IEC958 Playback Switch", index=0, device=0
    Device: name="HDMI 0", type="HDMI", device=3
    Converter: stream=0, channel=0
    Digital:
    Digital category: 0x0
    PCM:
    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
    bits [0x1e]: 16 20 24 32
    formats [0x5]: PCM AC3
    Node 0x03 [Pin Complex] wcaps 0x40739d: 8-Channels Digital Amp-Out CP
    Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
    Amp-Out vals: [0x00 0x00]
    Pincap 0x00000094: OUT Detect HDMI
    Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
    Conn = Digital, Color = Unknown
    DefAssociation = 0x1, Sequence = 0x0
    Pin-ctls: 0x40: OUT
    Unsolicited: tag=03, enabled=1
    Connection: 1
    0x02
    --endcollapse--
    !!ALSA Device nodes
    crw-rw---- 1 root audio 116, 9 Mar 29 10:14 /dev/snd/controlC0
    crw-rw---- 1 root audio 116, 8 Mar 29 10:14 /dev/snd/hwC0D0
    crw-rw---- 1 root audio 116, 7 Mar 29 10:14 /dev/snd/hwC0D2
    crw-rw---- 1 root audio 116, 6 Mar 29 13:40 /dev/snd/pcmC0D0c
    crw-rw---- 1 root audio 116, 5 Mar 29 13:40 /dev/snd/pcmC0D0p
    crw-rw---- 1 root audio 116, 4 Mar 29 10:14 /dev/snd/pcmC0D3p
    crw-rw---- 1 root audio 116, 3 Mar 29 10:14 /dev/snd/seq
    crw-rw---- 1 root audio 116, 2 Mar 29 10:14 /dev/snd/timer
    /dev/snd/by-path:
    total 0
    drwxr-xr-x 2 root root 60 Mar 29 10:14 .
    drwxr-xr-x 3 root root 220 Mar 29 10:14 ..
    lrwxrwxrwx 1 root root 12 Mar 29 10:14 pci-0000:00:1b.0 -> ../controlC0
    !!Aplay/Arecord output
    APLAY
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    ARECORD
    **** List of CAPTURE Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
    Subdevices: 2/2
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    !!Amixer output
    !!-------Mixer controls for card 0 [Intel]
    Card hw:0 'Intel'/'HDA Intel at 0xd8a00000 irq 47'
    Mixer name : 'Intel Cantiga HDMI'
    Components : 'HDA:111d7666,103c1526,00100105 HDA:80862802,80860101,00100000'
    Controls : 18
    Simple ctrls : 10
    Simple mixer control 'Master',0
    Capabilities: pvolume pvolume-joined pswitch pswitch-joined penum
    Playback channels: Mono
    Limits: Playback 0 - 64
    Mono: Playback 64 [100%] [0.00dB] [on]
    Simple mixer control 'Headphone',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 64 [100%] [0.00dB] [on]
    Front Right: Playback 64 [100%] [0.00dB] [on]
    Simple mixer control 'Speaker',0
    Capabilities: pvolume pswitch penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 64
    Mono:
    Front Left: Playback 64 [100%] [0.00dB] [on]
    Front Right: Playback 64 [100%] [0.00dB] [on]
    Simple mixer control 'PCM',0
    Capabilities: pvolume penum
    Playback channels: Front Left - Front Right
    Limits: Playback 0 - 255
    Mono:
    Front Left: Playback 255 [100%] [0.00dB]
    Front Right: Playback 255 [100%] [0.00dB]
    Simple mixer control 'Front Mic Jack Mode',0
    Capabilities: enum
    Items: 'Mic In' 'Line In'
    Item0: 'Mic In'
    Simple mixer control 'Mic',0
    Capabilities: cvolume penum
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 3
    Front Left: Capture 0 [0%] [0.00dB]
    Front Right: Capture 0 [0%] [0.00dB]
    Simple mixer control 'IEC958',0
    Capabilities: pswitch pswitch-joined penum
    Playback channels: Mono
    Mono: Playback [off]
    Simple mixer control 'Capture',0
    Capabilities: cvolume cswitch penum
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 15
    Front Left: Capture 15 [100%] [22.50dB] [on]
    Front Right: Capture 15 [100%] [22.50dB] [on]
    Simple mixer control 'Capture',1
    Capabilities: cvolume cswitch penum
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 15
    Front Left: Capture 13 [87%] [19.50dB] [on]
    Front Right: Capture 13 [87%] [19.50dB] [on]
    Simple mixer control 'Digital',0
    Capabilities: cvolume penum
    Capture channels: Front Left - Front Right
    Limits: Capture 0 - 120
    Front Left: Capture 0 [0%] [-30.00dB]
    Front Right: Capture 0 [0%] [-30.00dB]
    !!Alsactl output
    --startcollapse--
    state.Intel {
    control.1 {
    iface MIXER
    name 'Speaker Playback Volume'
    value.0 64
    value.1 64
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 64'
    dbmin -4800
    dbmax 0
    dbvalue.0 0
    dbvalue.1 0
    control.2 {
    iface MIXER
    name 'Speaker Playback Switch'
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.3 {
    iface MIXER
    name 'Front Mic Jack Mode'
    value 'Mic In'
    comment {
    access 'read write'
    type ENUMERATED
    count 1
    item.0 'Mic In'
    item.1 'Line In'
    control.4 {
    iface MIXER
    name 'Headphone Playback Volume'
    value.0 64
    value.1 64
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 64'
    dbmin -4800
    dbmax 0
    dbvalue.0 0
    dbvalue.1 0
    control.5 {
    iface MIXER
    name 'Headphone Playback Switch'
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.6 {
    iface MIXER
    name 'Capture Volume'
    value.0 15
    value.1 15
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 15'
    dbmin 0
    dbmax 2250
    dbvalue.0 2250
    dbvalue.1 2250
    control.7 {
    iface MIXER
    name 'Capture Switch'
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.8 {
    iface MIXER
    name 'Capture Volume'
    index 1
    value.0 13
    value.1 13
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 15'
    dbmin 0
    dbmax 2250
    dbvalue.0 1950
    dbvalue.1 1950
    control.9 {
    iface MIXER
    name 'Capture Switch'
    index 1
    value.0 true
    value.1 true
    comment {
    access 'read write'
    type BOOLEAN
    count 2
    control.10 {
    iface MIXER
    name 'Mic Capture Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write'
    type INTEGER
    count 2
    range '0 - 3'
    dbmin 0
    dbmax 3000
    dbvalue.0 0
    dbvalue.1 0
    control.11 {
    iface MIXER
    name 'Master Playback Volume'
    value 64
    comment {
    access 'read write'
    type INTEGER
    count 1
    range '0 - 64'
    dbmin -9999999
    dbmax 0
    dbvalue.0 0
    control.12 {
    iface MIXER
    name 'Master Playback Switch'
    value true
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.13 {
    iface MIXER
    name 'IEC958 Playback Con Mask'
    value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.14 {
    iface MIXER
    name 'IEC958 Playback Pro Mask'
    value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access read
    type IEC958
    count 1
    control.15 {
    iface MIXER
    name 'IEC958 Playback Default'
    value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
    comment {
    access 'read write'
    type IEC958
    count 1
    control.16 {
    iface MIXER
    name 'IEC958 Playback Switch'
    value false
    comment {
    access 'read write'
    type BOOLEAN
    count 1
    control.17 {
    iface MIXER
    name 'PCM Playback Volume'
    value.0 255
    value.1 255
    comment {
    access 'read write user'
    type INTEGER
    count 2
    range '0 - 255'
    tlv '0000000100000008ffffec1400000014'
    dbmin -5100
    dbmax 0
    dbvalue.0 0
    dbvalue.1 0
    control.18 {
    iface MIXER
    name 'Digital Capture Volume'
    value.0 0
    value.1 0
    comment {
    access 'read write user'
    type INTEGER
    count 2
    range '0 - 120'
    tlv '0000000100000008fffff44800000032'
    dbmin -3000
    dbmax 3000
    dbvalue.0 -3000
    dbvalue.1 -3000
    --endcollapse--
    !!All Loaded Modules
    Module
    nls_cp437
    vfat
    fat
    usb_storage
    uas
    michael_mic
    arc4
    ecb
    cryptd
    aes_x86_64
    aes_generic
    cpufreq_ondemand
    ipv6
    usbhid
    hid
    btusb
    bluetooth
    uvcvideo
    videodev
    v4l1_compat
    v4l2_compat_ioctl32
    snd_hda_codec_hdmi
    snd_hda_codec_idt
    i915
    snd_hda_intel
    drm_kms_helper
    snd_seq_dummy
    drm
    joydev
    snd_seq_oss
    snd_seq_midi_event
    snd_seq
    snd_seq_device
    snd_hda_codec
    hp_wmi
    i2c_algo_bit
    sparse_keymap
    snd_hwdep
    snd_pcm_oss
    i2c_core
    acpi_cpufreq
    iTCO_wdt
    intel_agp
    snd_pcm
    uhci_hcd
    ehci_hcd
    snd_mixer_oss
    usbcore
    r8192se_pci
    intel_gtt
    sg
    freq_table
    snd_timer
    video
    r8169
    iTCO_vendor_support
    wmi
    output
    psmouse
    battery
    container
    pcspkr
    serio_raw
    ac
    button
    mii
    thermal
    fan
    cfg80211
    evdev
    processor
    snd
    soundcore
    snd_page_alloc
    rfkill
    mperf
    fuse
    ext4
    mbcache
    jbd2
    crc16
    sr_mod
    sd_mod
    cdrom
    ahci
    libahci
    libata
    scsi_mod
    !!Sysfs Files
    /sys/class/sound/hwC0D0/init_pin_configs:
    0x0a 0x02a19020
    0x0b 0x0221401f
    0x0c 0x40f000f0
    0x0d 0x90170110
    0x0f 0x40f000f0
    0x11 0x90a60130
    0x1f 0x40f000f0
    0x20 0x40f000f0
    /sys/class/sound/hwC0D0/driver_pin_configs:
    /sys/class/sound/hwC0D0/user_pin_configs:
    /sys/class/sound/hwC0D0/init_verbs:
    /sys/class/sound/hwC0D2/init_pin_configs:
    0x03 0x18560010
    /sys/class/sound/hwC0D2/driver_pin_configs:
    /sys/class/sound/hwC0D2/user_pin_configs:
    /sys/class/sound/hwC0D2/init_verbs:
    !!ALSA/HDA dmesg
    Hardware name: HP 420
    Modules linked in: r8192se_pci( ) intel_gtt sg freq_table snd_timer video r8169 iTCO_vendor_support wmi( ) output psmouse battery container pcspkr serio_raw ac button mii thermal( ) fan cfg80211 evdev processor snd soundcore snd_page_alloc rfkill mperf fuse ext4 mbcache jbd2 crc16 sr_mod sd_mod cdrom ahci libahci libata scsi_mod
    Pid: 788, comm: modprobe Not tainted 2.6.37-ARCH #1
    [drm] Initialized drm 1.1.0 20060810
    HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
    HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
    HDA Intel 0000:00:1b.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    HDA Intel 0000:00:1b.0: irq 47 for MSI/MSI-X
    HDA Intel 0000:00:1b.0: setting latency timer to 64
    input: HDA Intel Mic at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    input: HDA Intel HP Out at Ext Front Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Last edited by mann138 (2011-04-11 15:57:00)

    ewaller wrote:
    What is under the switches tab?
    Oh -- By the way, that picture is over the size limit defined in the forum rules in tems of pixels, but the file size is okay.  I'll let it slide.  Watch the bumping as well.
    If you want to post the switches tab, upload it to someplace like http://img3.imageshack.us/, copy the thumbnail (which has the link to the original)  back here, and you are golden.
    I had a bear of a time getting the microphone working on my HP DV4, but it does work.  I'll look at the set up when I get home tonight [USA-PDT].
    Sorry for the picture and the "bumping"... I have asked in irc in arch and alsa channels and no luck yet... one guy from alsa said I had to wait for the alsa-driver-1.0.24 package (currently I have alsa-driver-1.0.23) but it is weird because the microphone worked some months ago...
    So here is what it is under the switches tab

  • Lenovo G560 - Issue with won't boot and black screen after HDD upgrade

    Lenovo G560 - Issue with won't boot and black screen after HDD upgrade.
     What happen: My laptop was working fine, no blue screen issue, no funny business at all. I bought a new SSD Intel 120 GB and thought it would be a good idea to replace the HDD. I shutdown and disconnected the power adapter, waited a couple of minutes and removed the battery. I opened up the back case and replaced the HDD. And put all the screws back and put the battery back in.
    Problem: The very first time I turned the power on, nothing happens besides a black screen. I pressed the dvd drive it works and opens up and closes. I waited for about 30 mins and still has blac screen. When I mean black screen, no bios menu, no logo, just a black screen with the fan sound on.
    I have tried these:
    1. Unplugged everything - battery, adapter, and pressed the power on button for about 60 seconds, nothing, the laptop turns on with the LED display on for both on and battery LED's. But nothing but black screen, no sound of windows loading just the fan and black screen.
    2. I tried putting back my old 2.5" and nothing but black screen.
    Thoughts and suggestions?
    Solved!
    Go to Solution.

    Hi Autoexit173,
    Welcome to Lenovo Community!
     As per the query we understood that you are facing issue with system not booting in your Lenovo G560 laptop.
    As you have mentioned that the system not booting, please try to remove the RAM and  turn on the system and check if you can hear any beep sound. Also try to clean the RAM slots and check for the issue.
    Click here for the steps to remove the RAM and refer page number 40.
    Hope this helps. Do post back if issue persists!
    Best regards,       
    Ashwin.S
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Very slow boot and very slow to enable the keyboard/touchpad

    Hello everyone.
    After searching this community and elsewhere too, and having tried all suggestions, which I'll list below, I've decided to try to post my case in a new discussion.
    I have a Mac mini mid 2011 with 8GB of RAM, OS X 10.8.5.
    The problem: when rebooting I have to wait 2-5 minutes of grey screen before getting to my desktop (I have enabled auto-login) and several more minutes of colored-spinning busy icon before getting to the possibility of using my (wired) keyboard or (wireless) touchpad. If I am patient enough, which I always am, after that the system works as perfectly as always.
    I have done all suggestions I could get my eyes on, including:
    - resetting NVRAM / PRAM
    - booting in singleuser mode, fsck, normal boot
    - boot in safe mode
    - reinstalled the OS (I did not format my hard drive)
    - disabled Spotlight
    - disabled all login items (only iTunesHelper was active)
    - disconnected all external peripherals
    Below are the latest console messages since boot, and further down there is more output to show what is currently running on my mini.
    Thanks for any help,
    Joe
    27/10/13 19:16:28,000 kernel[0]: PMAP: PCID enabled
    27/10/13 19:16:28,000 kernel[0]: Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    27/10/13 19:16:28,000 kernel[0]: vm_page_bootstrap: 1837787 free pages and 242981 wired pages
    27/10/13 19:16:28,000 kernel[0]: kext submap [0xffffff7f80742000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000742000]
    27/10/13 19:16:28,000 kernel[0]: zone leak detection enabled
    27/10/13 19:16:28,000 kernel[0]: standard timeslicing quantum is 10000 us
    27/10/13 19:16:28,000 kernel[0]: standard background quantum is 2500 us
    27/10/13 19:16:28,000 kernel[0]: mig_table_max_displ = 74
    27/10/13 19:16:28,000 kernel[0]: TSC Deadline Timer supported and enabled
    27/10/13 19:16:28,000 kernel[0]: corecrypto kext started!
    27/10/13 19:16:28,000 kernel[0]: Running kernel space in FIPS MODE
    27/10/13 19:16:28,000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    27/10/13 19:16:28,000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    27/10/13 19:15:45,287 com.apple.launchd[1]: *** launchd[1] has started up. ***
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    27/10/13 19:16:28,000 kernel[0]: corecrypto.kext FIPS POST passed!
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    27/10/13 19:16:28,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    27/10/13 19:16:28,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    27/10/13 19:16:28,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    27/10/13 19:16:28,000 kernel[0]: calling mpo_policy_init for Sandbox
    27/10/13 19:16:28,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    27/10/13 19:15:45,287 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    27/10/13 19:16:28,000 kernel[0]: calling mpo_policy_init for Quarantine
    27/10/13 19:16:28,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    27/10/13 19:16:28,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    27/10/13 19:16:28,380 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    27/10/13 19:16:28,000 kernel[0]: The Regents of the University of California. All rights reserved.
    27/10/13 19:16:28,000 kernel[0]: MAC Framework successfully initialized
    27/10/13 19:16:28,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    27/10/13 19:16:28,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    27/10/13 19:16:28,000 kernel[0]: ACPI: sleep states S3 S4 S5
    27/10/13 19:16:28,000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    27/10/13 19:16:28,000 kernel[0]: AppleIntelCPUPowerManagement: (built 13:50:43 Sep 29 2013) initialization complete
    27/10/13 19:16:28,000 kernel[0]: pci build Sep 29 2013 13:35:16, flags 0x23008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    27/10/13 19:16:28,000 kernel[0]: [ PCI configuration begin ]
    27/10/13 19:16:28,000 kernel[0]: console relocated to 0xf81000000
    27/10/13 19:16:28,000 kernel[0]: [ PCI configuration end, bridges 13, devices 16 ]
    27/10/13 19:16:28,000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    27/10/13 19:16:28,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    27/10/13 19:16:28,000 kernel[0]: rooting via boot-uuid from /chosen: F47B0803-7F96-3B8A-A025-DB74B67338B2
    27/10/13 19:16:28,000 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>
    27/10/13 19:16:28,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    27/10/13 19:16:28,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    27/10/13 19:16:28,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    27/10/13 19:16:28,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    27/10/13 19:16:28,000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    27/10/13 19:16:28,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Customer@2
    27/10/13 19:16:28,000 kernel[0]: BSD root: disk0s2, major 1, minor 1
    27/10/13 19:16:28,000 kernel[0]: BTCOEXIST off
    27/10/13 19:16:28,000 kernel[0]: BRCM tunables:
    27/10/13 19:16:28,000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    27/10/13 19:16:28,000 kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID a4b197fffeaf7c74; max speed s800.
    27/10/13 19:16:28,000 kernel[0]: Kernel is LP64
    27/10/13 19:16:28,000 kernel[0]: USBMSC Identifier (non-unique): 㥒〳䜶䑗〳<U+3130>䩘†ँ 0xe8d 0x1956 0x0, 2
    27/10/13 19:16:28,000 kernel[0]: USBMSC Identifier (non-unique): KXGBB140833      0x5ac 0x1500 0x200, 2
    27/10/13 19:16:29,000 kernel[0]: BCM5701Enet: Ethernet address 3c:07:54:4c:6b:11
    27/10/13 19:16:29,000 kernel[0]: AirPort_Brcm4331: Ethernet address 60:c5:47:22:70:71
    27/10/13 19:16:29,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    27/10/13 19:16:29,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    27/10/13 19:16:30,107 airportd[25]: _processDLILEvent: en1 attached (down)
    27/10/13 19:16:30,159 com.apple.SecurityServer[16]: Session 100000 created
    27/10/13 19:16:30,000 kernel[0]: createVirtIf(): ifRole = 1
    27/10/13 19:16:30,000 kernel[0]: in func createVirtualInterface ifRole = 1
    27/10/13 19:16:30,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff803d734000
    27/10/13 19:16:30,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    27/10/13 19:16:30,000 kernel[0]: Created virtif 0xffffff803d734000 p2p0
    27/10/13 19:16:30,324 com.apple.SecurityServer[16]: Entering service
    27/10/13 19:16:30,691 UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    27/10/13 19:16:30,000 kernel[0]: Previous Shutdown Cause: 5
    27/10/13 19:16:30,000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    27/10/13 19:16:30,000 kernel[0]: IOBluetoothUSBDFU::probe
    27/10/13 19:16:30,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8281 FirmwareVersion - 0x0125
    27/10/13 19:16:30,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- this = 0xffffff803d5b0400 ****
    27/10/13 19:16:30,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- controller = 0xffffff803d5b0400
    27/10/13 19:16:30,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    27/10/13 19:16:30,000 kernel[0]: Waves SoundGrid Version: 2.0.0.14, Non-Interleaved Playback
    27/10/13 19:16:30,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    27/10/13 19:16:30,000 kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    27/10/13 19:16:30,000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    27/10/13 19:16:30,000 kernel[0]: DSMOS has arrived
    27/10/13 19:16:30,000 kernel[0]: mTail has not been written to hardware: mTail = 0x00000000, hardare tail register = 0x00000060
    27/10/13 19:16:31,227 mDNSResponder[35]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    27/10/13 19:16:31,442 systemkeychain[38]: done file: /var/run/systemkeychaincheck.done
    27/10/13 19:16:31,493 mDNSResponder[35]: D2D_IPC: Loaded
    27/10/13 19:16:31,493 mDNSResponder[35]: D2DInitialize succeeded
    27/10/13 19:16:31,680 blued[51]: Read the UHE Info
    27/10/13 19:16:31,681 blued[51]: Read version 2 info.  Number of devices:1
    27/10/13 19:16:31,681 blued[51]: Class of device:     0x2594
    27/10/13 19:16:31,681 blued[51]: Device name: 'Apple Wireless Trackpad' length:24
    27/10/13 19:16:31,681 blued[51]: Finished reading the HID data
    27/10/13 19:16:31,681 blued[51]: Found a device with PID:0x030e VID:0x05ac
    27/10/13 19:16:31,844 configd[17]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    27/10/13 19:16:31,844 configd[17]: DHCP en1: INIT transmit failed
    27/10/13 19:16:31,861 configd[17]: setting hostname to "Mac-mini-di-Giuseppe-4.local"
    27/10/13 19:16:31,873 configd[17]: network changed: DNS*
    27/10/13 19:16:33,585 hidd[78]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    27/10/13 19:16:33,789 hidd[78]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    27/10/13 19:16:33,997 loginwindow[73]: Login Window Application Started
    27/10/13 19:16:34,163 awacsd[86]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)
    27/10/13 19:16:34,359 awacsd[86]: InnerStore CopyAllZones: no info in Dynamic Store
    27/10/13 19:16:34,383 com.apple.usbmuxd[59]: usbmuxd-323 on Jul 29 2013 at 23:21:29, running 64 bit
    27/10/13 19:16:34,607 locationd[74]: NOTICE,Location icon should now be in state 0
    27/10/13 19:16:34,607 locationd[74]: locationd was started after an unclean shutdown
    27/10/13 19:16:34,000 kernel[0]: macx_swapon SUCCESS
    27/10/13 19:16:34,794 kdc[76]: label: default
    27/10/13 19:16:34,794 kdc[76]:  dbname: od:/Local/Default
    27/10/13 19:16:34,794 kdc[76]:  mkey_file: /var/db/krb5kdc/m-key
    27/10/13 19:16:34,795 kdc[76]:  acl_file: /var/db/krb5kdc/kadmind.acl
    27/10/13 19:16:34,899 kdc[76]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    27/10/13 19:16:34,991 kdc[76]: KDC started
    27/10/13 19:16:34,966 appleeventsd[83]: main: Starting up
    27/10/13 19:16:35,784 apsd[88]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    27/10/13 19:16:35,785 apsd[88]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    27/10/13 19:16:35,000 kernel[0]: [BNBTrackpadDevice::init][75.19] init is complete
    27/10/13 19:16:35,000 kernel[0]: [BNBTrackpadDevice::handleStart][75.19] returning 1
    27/10/13 19:16:35,000 kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    27/10/13 19:16:36,000 kernel[0]: [AppleMultitouchDevice::start] entered
    27/10/13 19:16:37,205 mds[70]: (Normal) FMW: FMW 0 0
    27/10/13 19:16:37,269 coreservicesd[28]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    27/10/13 19:16:37,270 WindowServer[97]: Server is starting up
    27/10/13 19:16:43,807 digest-service[99]: label: default
    27/10/13 19:16:43,807 digest-service[99]:       dbname: od:/Local/Default
    27/10/13 19:16:43,807 digest-service[99]:       mkey_file: /var/db/krb5kdc/m-key
    27/10/13 19:16:43,807 digest-service[99]:       acl_file: /var/db/krb5kdc/kadmind.acl
    27/10/13 19:16:43,810 digest-service[99]: digest-request: uid=0
    27/10/13 19:16:43,955 rpcsvchost[100]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    27/10/13 19:16:43,960 digest-service[99]: digest-request: init request
    27/10/13 19:16:44,000 digest-service[99]: digest-request: init return domain: BUILTIN server: MAC-MINI-DI-GIUSEPPE-4
    27/10/13 19:16:44,805 stackshot[62]: Timed out waiting for IOKit to finish matching.
    27/10/13 19:16:45,788 apsd[88]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    27/10/13 19:16:47,836 AGProtocolService[89]: Waves SG Protocol Service: Could not Start Kernel Driver Streaming!
    27/10/13 19:16:49,361 awacsd[86]: Exiting
    27/10/13 19:17:05,066 _networkd[104]: /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    27/10/13 19:17:05,498 _networkd[107]: Unable to resolve hostname(s)
    27/10/13 19:17:05,511 ntpd[53]: proto: precision = 1.000 usec
    27/10/13 19:17:28,888 configd[17]: InterfaceNamer: timed out waiting for IOKit to quiesce
    27/10/13 19:17:28,888 configd[17]: Busy services :
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1 [1, 106028 ms]
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1/AppleACPIPlatformExpert [1, 106011 ms]
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0 [1, 105987 ms]
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI [1, 105975 ms]
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C [1, 105974 ms]
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBridge [1, 105971 ms]
    27/10/13 19:17:28,889 configd[17]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBridge/ SDXC@0,1 [!matched, 1, 105971 ms]
    27/10/13 19:17:37,272 WindowServer[97]: Set a breakpoint at CGSLogError to catch errors as they are logged.
    27/10/13 19:17:37,272 WindowServer[97]: IOKitWaitQuiet: (iokit/common) I/O Timeout
    27/10/13 19:17:37,275 WindowServer[97]: Session 256 retained (2 references)
    27/10/13 19:17:37,275 WindowServer[97]: Session 256 released (1 references)
    27/10/13 19:17:37,283 WindowServer[97]: Session 256 retained (2 references)
    27/10/13 19:17:37,284 WindowServer[97]: init_page_flip: page flip mode is on
    27/10/13 19:17:37,562 WindowServer[97]: mux_initialize: Couldn't find any matches
    27/10/13 19:17:37,576 WindowServer[97]: GLCompositor enabled for tile size [256 x 256]
    27/10/13 19:17:37,576 WindowServer[97]: CGXGLInitMipMap: mip map mode is on
    27/10/13 19:17:37,611 WindowServer[97]: WSMachineUsesNewStyleMirroring: false
    27/10/13 19:17:37,611 WindowServer[97]: Display 0x0b418576: GL mask 0x4; bounds (0, 0)[1920 x 1080], 16 modes available
    Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 6dd, S/N 43423234, Unit 2, Rotation 0
    UUID 0x00004c2d000006dd4342323400000000
    27/10/13 19:17:37,611 WindowServer[97]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    27/10/13 19:17:37,611 WindowServer[97]: 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
    27/10/13 19:17:37,616 WindowServer[97]: Created shield window 0x5 for display 0x0b418576
    27/10/13 19:17:37,616 WindowServer[97]: Created shield window 0x6 for display 0x003f003c
    27/10/13 19:17:37,616 WindowServer[97]: Created shield window 0x7 for display 0x003f003d
    27/10/13 19:17:37,617 WindowServer[97]: Display 0x0b418576: GL mask 0x4; bounds (0, 0)[1920 x 1080], 16 modes available
    Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 6dd, S/N 43423234, Unit 2, Rotation 0
    UUID 0x00004c2d000006dd4342323400000000
    27/10/13 19:17:37,617 WindowServer[97]: Display 0x003f003c: GL mask 0x1; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    27/10/13 19:17:37,617 WindowServer[97]: Display 0x003f003d: GL mask 0x2; bounds (2945, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    27/10/13 19:17:37,618 WindowServer[97]: CGXPerformInitialDisplayConfiguration
    27/10/13 19:17:37,618 WindowServer[97]:   Display 0x0b418576: MappedDisplay Unit 2; Vendor 0x4c2d Model 0x6dd S/N 1128411700 Dimensions 6.30 x 3.54; online enabled, Bounds (0,0)[1920 x 1080], Rotation 0, Resolution 1
    27/10/13 19:17:37,618 WindowServer[97]:   Display 0x003f003c: MappedDisplay Unit 0; 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
    27/10/13 19:17:37,618 WindowServer[97]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2945,0)[1 x 1], Rotation 0, Resolution 1
    27/10/13 19:17:38,098 WindowServer[97]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, accelerator 0x00003343, unit 0, caps QEX|QGL|MIPMAP, vram 579 MB
    27/10/13 19:17:38,098 WindowServer[97]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    27/10/13 19:17:38,102 loginwindow[73]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    27/10/13 19:17:38,363 WindowServer[97]: Created shield window 0x8 for display 0x0b418576
    27/10/13 19:17:38,364 WindowServer[97]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:17:38,389 launchctl[117]: com.apple.findmymacmessenger: Already loaded
    27/10/13 19:17:38,502 com.apple.SecurityServer[16]: Session 100005 created
    27/10/13 19:17:38,716 locationd[128]: NOTICE,Location icon should now be in state 0
    27/10/13 19:17:38,721 loginwindow[73]: Login Window Started Security Agent
    27/10/13 19:17:38,728 UserEventAgent[120]: cannot find useragent 1102
    27/10/13 19:17:38,865 SecurityAgent[129]: This is the first run
    27/10/13 19:17:38,865 SecurityAgent[129]: MacBuddy was run = 0
    27/10/13 19:17:38,975 SecurityAgent[129]: User info context values set for Guest1
    27/10/13 19:17:39,617 WindowServer[97]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    27/10/13 19:17:39,638 WindowServer[97]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:17:39,652 WindowServer[97]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:17:41,501 loginwindow[73]: Login Window - Returned from Security Agent
    27/10/13 19:17:41,507 loginwindow[73]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    27/10/13 19:17:41,510 loginwindow[73]: USER_PROCESS: 73 console
    27/10/13 19:17:42,256 locationd[157]: NOTICE,Location icon should now be in state 0
    27/10/13 19:17:42,320 UserEventAgent[149]: cannot find fw daemon port 1102
    27/10/13 19:17:42,933 com.apple.SecurityServer[16]: Session 100006 created
    27/10/13 19:17:43,500 WindowServer[97]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    27/10/13 19:17:43,853 WindowServer[97]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:17:44,386 coreaudiod[176]: Enabled automatic stack shots because audio IO is inactive
    27/10/13 19:17:44,469 NetworkBrowserAgent[177]: Starting NetworkBrowserAgent
    27/10/13 19:17:44,511 coreservicesd[28]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationBirth to notificationID=124
    27/10/13 19:17:46,656 imagent[191]: [Warning] Setting up a new messages database.
    27/10/13 19:18:01,657 com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[124]) Exit timeout elapsed (20 seconds). Killing
    27/10/13 19:18:09,952 com.apple.time[149]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    27/10/13 19:21:34,887 com.apple.launchd[1]: (com.apple.xprotectupdater[56]) Exited with code: 255
    27/10/13 19:21:37,583 hidd[78]: Timeout waiting for IOKit to be quiet
    27/10/13 19:21:51,266 WindowServer[97]: Unable to open IOHIDSystem (e00002bd)
    27/10/13 19:21:51,000 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    27/10/13 19:22:02,105 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,105 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,105 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,106 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,106 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,106 WindowServer[97]: dict count after removing entry for window 0x21 is 0
    27/10/13 19:22:02,131 com.apple.launchd[1]: (com.apple.quicklook.satellite.A22FF53D-2A2D-4123-B8BF-017578848F85[224]) Could not terminate job: 3: No such process
    27/10/13 19:22:02,131 com.apple.launchd[1]: (com.apple.quicklook.satellite.A22FF53D-2A2D-4123-B8BF-017578848F85[224]) Using fallback option to terminate job...
    27/10/13 19:22:02,135 coreservicesd[28]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=167
    27/10/13 19:22:02,136 coreservicesd[28]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=116
    27/10/13 19:22:02,136 coreservicesd[28]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=174
    27/10/13 19:22:02,139 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,139 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,140 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,140 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,140 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,162 loginwindow[73]: DEAD_PROCESS: 73 console
    27/10/13 19:22:02,387 loginwindow[73]: FolderManager: Failed looking up user domain root; url='file://localhost/Users/Guest1/' path=/Users/Guest1/ err=-43 uid=201 euid=201
    27/10/13 19:22:02,388 loginwindow[73]: FolderManager: Failed looking up user domain root; url='file://localhost/Users/Guest1/' path=/Users/Guest1/ err=-43 uid=201 euid=201
    27/10/13 19:22:02,388 loginwindow[73]: FolderManager: Failed looking up user domain root; url='file://localhost/Users/Guest1/' path=/Users/Guest1/ err=-43 uid=201 euid=201
    27/10/13 19:22:02,644 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,644 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,645 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,645 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:02,645 WindowServer[97]: CGXGetConnectionProperty: Invalid connection 37903
    27/10/13 19:22:04,076 coreservicesd[28]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=134
    27/10/13 19:22:04,082 loginwindow[73]: FolderManager: Failed looking up user domain root; url='file://localhost/Users/Guest1/' path=/Users/Guest1/ err=-43 uid=201 euid=201
    27/10/13 19:22:04,082 loginwindow[73]: FolderManager: Failed looking up user domain root; url='file://localhost/Users/Guest1/' path=/Users/Guest1/ err=-43 uid=201 euid=201
    27/10/13 19:22:04,082 loginwindow[73]: FolderManager: Failed looking up user domain root; url='file://localhost/Users/Guest1/' path=/Users/Guest1/ err=-43 uid=201 euid=201
    27/10/13 19:22:04,083 WindowServer[97]: CGXRestartSessionWorkspace: session workspace exited for session 256 (on console)
    27/10/13 19:22:04,083 WindowServer[97]: Session 256 released (1 references)
    27/10/13 19:22:04,083 WindowServer[97]: Session 256 released (0 references)
    27/10/13 19:22:04,084 WindowServer[97]: loginwindow connection closed; closing server.
    27/10/13 19:22:04,085 loginwindow[73]: CGSFlushWindowContentRegion: Invalid connection
    27/10/13 19:22:04,085 coreservicesd[28]: FindBestLSSession(), no match for inSessionID kLSCurrentSessionID auditTokenInfo( uid=201 euid=201 auSessionID=100005 create=true
    27/10/13 19:22:04,089 UserEventAgent[149]: CGSGetNextEventRecord (Inline) connection 0x7917, 16384 bytes
    27/10/13 19:22:04,089 UserEventAgent[149]: CGSShutdownServerConnections: Detaching application from window server
    27/10/13 19:22:04,089 UserEventAgent[149]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    27/10/13 19:22:04,089 Software Update[209]: CGSGetNextEventRecord (Inline) connection 0xcc13, 16384 bytes
    27/10/13 19:22:04,090 Software Update[209]: CGSShutdownServerConnections: Detaching application from window server
    27/10/13 19:22:04,090 Software Update[209]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    27/10/13 19:22:04,172 loginwindow[73]: CGSNewWindowWithOpaqueShape: Invalid connection
    27/10/13 19:22:04,177 loginwindow[73]: CGSFlushWindowContentRegion: Invalid connection
    27/10/13 19:22:04,179 Download Java Components[208]: CGSGetNextEventRecord (Inline) connection 0xc803, 16384 bytes
    27/10/13 19:22:04,179 Download Java Components[208]: CGSShutdownServerConnections: Detaching application from window server
    27/10/13 19:22:04,180 Download Java Components[208]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    27/10/13 19:22:04,182 coreservicesd[28]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=116
    27/10/13 19:22:04,183 UserEventAgent[11]: Captive: [UserAgentDied:139] User Agent @port=43783 Died
    27/10/13 19:22:04,188 blued[51]: -[CBManager init] init returning self:0x7f8ed230e200
    27/10/13 19:22:04,190 apsd[203]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    27/10/13 19:22:04,228 loginwindow[252]: Login Window Application Started
    27/10/13 19:22:04,297 WindowServer[253]: Server is starting up
    27/10/13 19:22:04,298 WindowServer[253]: Session 256 retained (2 references)
    27/10/13 19:22:04,298 WindowServer[253]: Session 256 released (1 references)
    27/10/13 19:22:04,301 WindowServer[253]: Session 256 retained (2 references)
    27/10/13 19:22:04,302 WindowServer[253]: init_page_flip: page flip mode is on
    27/10/13 19:22:04,341 WindowServer[253]: mux_initialize: Couldn't find any matches
    27/10/13 19:22:04,389 WindowServer[253]: GLCompositor enabled for tile size [256 x 256]
    27/10/13 19:22:04,389 WindowServer[253]: CGXGLInitMipMap: mip map mode is on
    27/10/13 19:22:04,407 WindowServer[253]: WSMachineUsesNewStyleMirroring: false
    27/10/13 19:22:04,408 WindowServer[253]: Display 0x0b418576: GL mask 0x4; bounds (0, 0)[1920 x 1080], 16 modes available
    Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 6dd, S/N 43423234, Unit 2, Rotation 0
    UUID 0x00004c2d000006dd4342323400000000
    27/10/13 19:22:04,408 WindowServer[253]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    27/10/13 19:22:04,408 WindowServer[253]: 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
    27/10/13 19:22:04,412 WindowServer[253]: Created shield window 0x4 for display 0x0b418576
    27/10/13 19:22:04,412 WindowServer[253]: Created shield window 0x5 for display 0x003f003c
    27/10/13 19:22:04,412 WindowServer[253]: Created shield window 0x6 for display 0x003f003d
    27/10/13 19:22:04,414 WindowServer[253]: Display 0x0b418576: GL mask 0x4; bounds (0, 0)[1920 x 1080], 16 modes available
    Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 6dd, S/N 43423234, Unit 2, Rotation 0
    UUID 0x00004c2d000006dd4342323400000000
    27/10/13 19:22:04,414 WindowServer[253]: Display 0x003f003c: GL mask 0x1; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    27/10/13 19:22:04,414 WindowServer[253]: Display 0x003f003d: GL mask 0x2; bounds (2945, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    27/10/13 19:22:04,414 WindowServer[253]: CGXPerformInitialDisplayConfiguration
    27/10/13 19:22:04,414 WindowServer[253]:   Display 0x0b418576: MappedDisplay Unit 2; Vendor 0x4c2d Model 0x6dd S/N 1128411700 Dimensions 6.30 x 3.54; online enabled, Bounds (0,0)[1920 x 1080], Rotation 0, Resolution 1
    27/10/13 19:22:04,414 WindowServer[253]:   Display 0x003f003c: MappedDisplay Unit 0; 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
    27/10/13 19:22:04,415 WindowServer[253]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2945,0)[1 x 1], Rotation 0, Resolution 1
    27/10/13 19:22:04,421 WindowServer[253]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, accelerator 0x00003343, unit 0, caps QEX|QGL|MIPMAP, vram 579 MB
    27/10/13 19:22:04,422 WindowServer[253]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000007, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    27/10/13 19:22:04,454 loginwindow[252]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    27/10/13 19:22:04,483 WindowServer[253]: Created shield window 0x7 for display 0x0b418576
    27/10/13 19:22:04,484 WindowServer[253]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:22:04,508 launchctl[255]: com.apple.findmymacmessenger: Already loaded
    27/10/13 19:22:04,637 com.apple.SecurityServer[16]: Session 100007 created
    27/10/13 19:22:05,401 loginwindow[252]: Login Window Started Security Agent
    27/10/13 19:22:05,443 UserEventAgent[257]: cannot find useragent 1102
    27/10/13 19:22:05,524 SecurityAgent[264]: MacBuddy was run = 0
    27/10/13 19:22:06,413 WindowServer[253]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    27/10/13 19:22:06,437 WindowServer[253]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:22:06,454 WindowServer[253]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:22:11,294 cfprefsd[147]: Failed to open parent directory, errno was 2
    27/10/13 19:22:12,510 SecurityAgent[264]: User info context values set for joe
    27/10/13 19:22:12,766 SecurityAgent[264]: Login Window login proceeding
    27/10/13 19:22:13,123 loginwindow[252]: Login Window - Returned from Security Agent
    27/10/13 19:22:13,184 loginwindow[252]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    27/10/13 19:22:13,218 loginwindow[252]: USER_PROCESS: 252 console
    27/10/13 19:22:13,547 com.apple.launchd.peruser.501[273]: (com.divx.agent.postinstall) Unknown key: LimitToSessionType
    27/10/13 19:22:13,547 com.apple.launchd.peruser.501[273]: (com.spotify.webhelper) Unknown key: SpotifyPath
    27/10/13 19:22:13,547 com.apple.launchd.peruser.501[273]: (com.citrix.ServiceRecords) Unknown key for string: CitrixVersionString
    27/10/13 19:22:13,547 com.apple.launchd.peruser.501[273]: (com.citrix.ServiceRecords) Unknown key: CitrixVersionString
    27/10/13 19:22:13,548 com.apple.launchd.peruser.501[273]: (com.apple.gamed) Ignored this key: UserName
    27/10/13 19:22:13,548 com.apple.launchd.peruser.501[273]: (com.apple.gamed) Ignored this key: GroupName
    27/10/13 19:22:13,549 com.apple.launchd.peruser.501[273]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    27/10/13 19:22:13,553 loginwindow[252]: Connection with distnoted server was invalidated
    27/10/13 19:22:13,564 distnoted[277]: # distnote server agent  absolute time: 390.832594115   civil time: Sun Oct 27 19:22:13 2013   pid: 277 uid: 501  root: no
    27/10/13 19:22:13,662 WindowServer[253]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    27/10/13 19:22:13,849 coreservicesd[28]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=191
    27/10/13 19:22:14,231 talagent[286]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    27/10/13 19:22:14,241 com.apple.launchd.peruser.501[273]: (com.apple.afpstat-qfa[309]) Exited with code: 2
    27/10/13 19:22:14,251 talagent[286]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    27/10/13 19:22:14,318 com.apple.launchd.peruser.501[273]: ([email protected][317]) Exited with code: 2
    27/10/13 19:22:14,549 com.apple.launchd.peruser.501[273]: (com.adobe.CS4ServiceManager[312]) Exited with code: 97
    27/10/13 19:22:14,568 PlexHelper[314]: PlexHelper 0.7 starting up...
    27/10/13 19:22:14,000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=315[GoogleSoftwareUp] clearing CS_VALID
    27/10/13 19:22:14,881 NetworkBrowserAgent[324]: Starting NetworkBrowserAgent
    27/10/13 19:22:14,914 WindowServer[253]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    27/10/13 19:22:14,929 com.apple.launchd.peruser.501[273]: (com.apple.mrt.uiagent[299]) Exited with code: 255
    27/10/13 19:22:16,076 locationd[334]: NOTICE,Location icon should now be in state 0
    27/10/13 19:22:16,493 Google Drive[332]: PyObjCPointer created: at 0xac523da8 of type {__CFBoolean=}
    27/10/13 19:22:16,494 Google Drive[332]: PyObjCPointer created: at 0xac523da0 of type {__CFBoolean=}
    27/10/13 19:22:16,495 Google Drive[332]: PyObjCPointer created: at 0xac523db0 of type {__CFNumber=}
    27/10/13 19:22:16,496 Google Drive[332]: PyObjCPointer created: at 0xac523dc0 of type {__CFNumber=}
    27/10/13 19:22:16,497 Google Drive[332]: PyObjCPointer created: at 0xac523dd0 of type {__CFNumber=}
    27/10/13 19:22:16,814 UserEventAgent[276]: cannot find fw daemon port 1102
    27/10/13 19:22:18,428 apsd[203]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    27/10/13 19:22:20,344 Software Update[336]: Couldn't contact spell checker for Italiano
    27/10/13 19:22:20,784 UserEventAgent[276]: rcdevent.plugin : IOHIDManagerOpen returned an error but continuing anyway.
    27/10/13 19:22:21,122 Download Java Components[323]: Java Install cancelled
    27/10/13 19:22:21,136 locationd[355]: NOTICE,Location icon should now be in state 0
    27/10/13 19:22:21,351 com.apple.SecurityServer[16]: Session 100009 created
    Mac-mini-di-Giuseppe-4:~ joe$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    com.Cycling74.driver.Soundflower (1.6.2)
    com.waves.driver.soundgrid (2.0.0)
    com.cleverandson.driver.XAerial (1.0.0)
    Mac-mini-di-Giuseppe-4:~ joe$ sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfi x|x)/{print $3}'
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    org.macosforge.xquartz.privileged_startx
    com.waves.daemon.SoundGridProtocolService
    com.oracle.java.Helper-Tool
    com.cleverfiles.cfbackd
    com.adobe.versioncueCS4
    com.adobe.fpsaud
    Mac-mini-di-Giuseppe-4:~ joe$ launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    com.paragon.ntfs.trial
    com.paragon.extfs.trial
    org.macosforge.xquartz.startx
    com.oracle.java.Java-Updater
    com.citrix.ServiceRecords
    com.citrix.ReceiverHelper
    com.citrix.AuthManager_Mac
    com.adobe.CS4ServiceManager
    com.spotify.webhelper
    com.plexapp.helper
    com.google.keystone.user.agent
    com.divx.agent.postinstall
    com.adobe.ARM.930da3ce175de4e82bd3cdf1dd8571f74bd3b6a7236bc94bfc00f6e9
    Mac-mini-di-Giuseppe-4:~ joe$ osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    iTunesHelper, Canon IJ Network Scanner Selector EX, Google Drive
    Mac-mini-di-Giuseppe-4:~ joe$ sudo iotop -C 5 12
    Tracing... Please wait.
    2013 Oct 27 19:49:46,  load: 0.42,  disk_r:     36 KB,  disk_w:      0 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
        0     12      1 kextd            ??        1   1 R            36864
    2013 Oct 27 19:49:51,  load: 0.71,  disk_r:    100 KB,  disk_w:     16 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
      501    424    273 Terminal         ??        1   1 W            16384
      501    424    273 Terminal         ??        1   1 R           102400
    2013 Oct 27 19:49:56,  load: 0.65,  disk_r:      0 KB,  disk_w:     16 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
      501    390    388 WebProcess       ??        1   1 W            16384
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    dtrace: error on enabled probe ID 5 (ID 1031: io:mach_kernel:buf_strategy:start): illegal operation in action #3 at DIF offset 0
    2013 Oct 27 19:50:01,  load: 0.60,  disk_r:      0 KB,  disk_w:    120 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
        0      1      0 launchd          ??        1   1 W           122880
        0      0      0                  ??        1   1            1952768
    2013 Oct 27 19:50:06,  load: 0.63,  disk_r:    232 KB,  disk_w:    216 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
      501    388    273 Safari           ??        1   1 W           221184
      501    388    273 Safari           ??        1   1 R           237568
    2013 Oct 27 19:50:11,  load: 0.58,  disk_r:      0 KB,  disk_w:     36 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
      501    390    388 WebProcess       ??        1   1 W            36864
    2013 Oct 27 19:50:16,  load: 0.53,  disk_r:      0 KB,  disk_w:      0 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
    2013 Oct 27 19:50:21,  load: 0.49,  disk_r:      0 KB,  disk_w:      0 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
    2013 Oct 27 19:50:26,  load: 0.45,  disk_r:      0 KB,  disk_w:     44 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
      501    390    388 WebProcess       ??        1   1 W            45056
    2013 Oct 27 19:50:31,  load: 0.41,  disk_r:      0 KB,  disk_w:     96 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
        0      1      0 launchd          ??        1   1 W            98304
        0      0      0                  ??        1   1             133120
    2013 Oct 27 19:50:36,  load: 0.54,  disk_r:      0 KB,  disk_w:      0 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
    2013 Oct 27 19:50:41,  load: 0.49,  disk_r:      0 KB,  disk_w:    420 KB
      UID    PID   PPID CMD              DEVICE  MAJ MIN D            BYTES
      501    390    388 WebProcess       ??        1   1 W            61440
      501    346    273 cookied          ??        1   1 W           368640

    Thanks for pointing me to places to look into that I had not looked into before. I was very hopeful!
    I did again the SafeBoot test, and SafeBoot does not show the problem.
    Some other findings:
    /private/var/run/StartupItems does not appear to exist in my machine
    /Library/StartupItems and /System/Library/StartupItems are/system/ empty
    /System/Library/LaunchDaemons contains a lot of stuff, at first glance I could not say what might be causing the problem, here is the list
    31316461 -rw-r--r--    1 wheel   678 27 Ott 15:24 bootps.plist
    31328716 -rw-r--r--    1 wheel   729 27 Ott 15:26 com.apple.AOSNotificationFMM.plist
    31335194 -rw-r--r--    1 wheel   480 27 Ott 15:26 com.apple.AirPlayXPCHelper.plist
    31316468 -rw-r--r--    1 wheel   811 27 Ott 15:24 com.apple.AppleFileServer.plist
    31316480 -rw-r--r--    1 wheel   626 27 Ott 15:24 com.apple.CoreRAID.plist
    31394633 -rw-r--r--    1 wheel   647 27 Ott 15:28 com.apple.DiagnosticReportCleanUp.plist
    31415806 -rw-r--r--    1 wheel   906 27 Ott 15:29 com.apple.DumpGPURestart.plist
    31394634 -rw-r--r--    1 wheel   352 27 Ott 15:28 com.apple.DumpPanic.plist
    31316489 -rw-r--r--    1 wheel   296 27 Ott 15:25 com.apple.FileCoordination.plist
    31407998 -rw-r--r--    1 wheel   952 27 Ott 15:29 com.apple.FileSyncAgent.sshd.plist
    31316494 -rw-r--r--    1 wheel   610 27 Ott 15:25 com.apple.FontWorker.plist
    31420695 -rw-r--r--    1 wheel   372 27 Ott 15:29 com.apple.IFCStart.plist
    31422263 -rw-r--r--    1 wheel   546 27 Ott 15:29 com.apple.IOAccelMemoryInfoCollector.plist
    31423939 -rw-r--r--    1 wheel   714 27 Ott 15:30 com.apple.IOBluetoothUSBDFU.plist
    31432840 -rw-r--r--    1 wheel   731 27 Ott 15:30 com.apple.InternetSharing.plist
    31420053 -rw-r--r--    1 wheel   526 27 Ott 15:29 com.apple.Kerberos.digest-service.plist
    31420054 -rw-r--r--    1 wheel   586 27 Ott 15:29 com.apple.Kerberos.kadmind.plist
    31420055 -rw-r--r--    1 wheel   524 27 Ott 15:29 com.apple.Kerberos.kcm.plist
    31420056 -rw-r--r--    1 wheel   850 27 Ott 15:29 com.apple.Kerberos.kdc.plist
    31420057 -rw-r--r--    1 wheel   588 27 Ott 15:29 com.apple.Kerberos.kpasswdd.plist
    31316499 -rw-r--r--    1 wheel   449 27 Ott 15:25 com.apple.KernelEventAgent.plist
    31446907 -rw-r--r--    1 wheel   457 27 Ott 15:31 com.apple.ManagedClient.plist
    31446908 -rw-r--r--    1 wheel   585 27 Ott 15:31 com.apple.ManagedClient.startup.plist
    31316508 -rw-r--r--    1 wheel   418 27 Ott 15:25 com.apple.NetBootClientStatus.plist
    31316511 -rw-r--r--    1 wheel   585 27 Ott 15:25 com.apple.NetworkDiagnostics.plist
    31316512 -rw-r--r--    1 wheel   486 27 Ott 15:25 com.apple.NetworkLinkConditioner.plist
    31455980 -rw-r--r--    1 wheel   575 27 Ott 15:31 com.apple.ODSAgent.plist
    31406688 -rw-r--r--    1 wheel   561 27 Ott 15:28 com.apple.PCIELaneConfigTool.plist
    31534137 -rw-r--r--    1 wheel   621 27 Ott 15:34 com.apple.PasswordService.plist
    31659830 -rw-r--r--    1 wheel   618 27 Ott 23:40 com.apple.RFBEventHelper.plist
    31659831 -rw-r--r--    1 wheel   676 27 Ott 23:40 com.apple.RemoteDesktop.PrivilegeProxy.plist
    31316516 -rw-r--r--    1 wheel   614 27 Ott 15:25 com.apple.ReportCrash.Root.plist
    31316518 -rw-r--r--    1 wheel   459 27 Ott 15:25 com.apple.SCHelper.plist
    31316519 -rw-r--r--    1 wheel   696 27 Ott 15:25 com.apple.SecurityAgent.plist
    31485183 -rw-r--r--    1 wheel   620 27 Ott 15:33 com.apple.ServerPerfLog.aslmanager.plist
    31485184 -rw-r--r--    1 wheel   510 27 Ott 15:33 com.apple.ServerPerfLog.plist
    31316523 -rw-r--r--    1 wheel   611 27 Ott 15:25 com.apple.SystemStarter.plist
    31316525 -rw-r--r--    1 wheel   766 27 Ott 15:25 com.apple.TrustEvaluationAgent.system.plist
    31502162 -rw-r--r--    1 wheel   541 27 Ott 15:33 com.apple.UserEventAgent-System.plist
    31502236 -rw-r--r--    1 wheel   453 27 Ott 15:33 com.apple.UserNotificationCenter.plist
    31316526 -rw-r--r--    1 wheel   647 27 Ott 15:25 com.apple.WindowServer.plist
    31331043 -rw-r--r--    1 wheel   764 27 Ott 15:26 com.apple.activitymonitord.plist
    31316462 -rw-r--r--    1 wheel   491 27 Ott 15:24 com.apple.afpfs_afpLoad.plist
    31316463 -rw-r--r--    1 wheel   524 27 Ott 15:24 com.apple.afpfs_checkafp.plist
    31316464 -rw-r--r--    1 wheel   541 27 Ott 15:24 com.apple.airport.wps.plist
    31316466 -rw-r--r--    1 wheel   583 27 Ott 15:24 com.apple.airportPrefsUpdater.plist
    31316465 -rw-r--r--    1 wheel   662 27 Ott 15:24 com.apple.airportd.plist
    31316467 -rw-r--r--    1 wheel   778 27 Ott 15:24 com.apple.alf.agent.plist
    31342500 -rw-r--r--    1 wheel   571 27 Ott 15:26 com.apple.appleprofilepolicyd.plist
    31316469 -rw-r--r--    1 wheel   794 27 Ott 15:24 com.apple.apsd.plist
    31551319 -rw-r--r--    1 wheel   168 27 Ott 15:34 com.apple.aslmanager.plist
    31551328 -rw-r--r--    1 wheel   444 27 Ott 15:34 com.apple.atrun.plist
    31316470 -rw-r--r--    1 wheel   880 27 Ott 15:24 com.apple.audio.coreaudiod.plist
    31456531 -rw-r--r--    1 wheel   581 27 Ott 15:31 com.apple.auditd.plist
    31316471 -rw-r--r--    1 wheel   658 27 Ott 15:24 com.apple.authorizationhost.plist
    31507587 -rw-r--r--    1 wheel   456 27 Ott 15:33 com.apple.autofsd.plist
    31507588 -rw-r--r--    1 wheel   633 27 Ott 15:33 com.apple.automountd.plist
    31422241 -rw-r--r--    1 wheel   841 27 Ott 15:29 com.apple.avbdeviced.plist
    31507914 -rw-r--r--    1 wheel   484 27 Ott 15:33 com.apple.awacsd.plist
    31316472 -rw-r--r--    1 wheel   589 27 Ott 15:24 com.apple.backupd-attach.plist
    31316473 -rw-r--r--    1 wheel   808 27 Ott 15:24 com.apple.backupd-auto.plist
    31316474 -rw-r--r--    1 wheel   551 27 Ott 15:24 com.apple.backupd-wake.plist
    31316475 -rw-r--r--    1 wheel   880 27 Ott 15:24 com.apple.backupd.plist
    31316476 -rw-r--r--    1 wheel   941 27 Ott 15:24 com.apple.blued.plist
    31422378 -rw-r--r--    1 wheel   887 27 Ott 15:29 com.apple.bnepd.plist
    31316477 -rw-r--r--    1 wheel   758 27 Ott 15:24 com.apple.bsd.dirhelper.plist
    31529702 -rw-r--r--    1 wheel   470 27 Ott 15:34 com.apple.bsd.launchdadd.plist
    31316478 -rw-r--r--    1 wheel   248 27 Ott 15:24 com.apple.cfprefsd.xpc.daemon.plist
    31393460 -rw-r--r--    1 wheel   565 27 Ott 15:28 com.apple.cmio.AVCAssistant.plist
    31339848 -rw-r--r--    1 wheel   572 27 Ott 15:26 com.apple.cmio.AppleCameraAssistant.plist
    31393461 -rw-r--r--    1 wheel   584 27 Ott 15:28 com.apple.cmio.IIDCVideoAssistant.plist
    31393462 -rw-r--r--    1 wheel   565 27 Ott 15:28 com.apple.cmio.VDCAssistant.plist
    31530636 -rw-r--r--    1 wheel   619 27 Ott 15:34 com.apple.comsat.plist
    31316479 -rw-r--r--    1 wheel   677 27 Ott 15:24 com.apple.configd.plist
    31433300 -rw-r--r--    1 wheel   520 27 Ott 15:30 com.apple.configureLocalKDC.plist
    31328223 -rw-r--r--    1 wheel   608 27 Ott 15:26 com.apple.coreservices.appleevents.plist
    31456366 -rw-r--r--    1 wheel   590 27 Ott 15:31 com.apple.coreservices.appleid.passwordcheck.plist
    31316481 -rw-r--r--    1 wheel   683 27 Ott 15:24 com.apple.coreservicesd.plist
    31394243 -rw-r--r--    1 wheel   619 27 Ott 15:28 com.apple.corestorage.corestoraged.plist
    31455957 -rw-r--r--    1 wheel  1744 27 Ott 15:31 com.apple.corestorage.corestoragehelperd.plist
    31316482 -rw-r--r--    1 wheel   549 27 Ott 15:24 com.apple.coresymbolicationd.plist
    31381675 -rw-r--r--    1 wheel   509 27 Ott 15:27 com.apple.cvmsServ.plist
    31316483 -rw-r--r--    1 wheel   495 27 Ott 15:25 com.apple.diskarbitrationd.plist
    31316484 -rw-r--r--    1 wheel   528 27 Ott 15:25 com.apple.diskmanagementd.plist
    31316485 -rw-r--r--    1 wheel   328 27 Ott 15:25 com.apple.distnoted.xpc.daemon.plist
    31530627 -rw-r--r--    1 wheel   425 27 Ott 15:34 com.apple.dnsextd.plist
    31404424 -rw-r--r--    1 wheel   552 27 Ott 15:28 com.apple.docsetinstalld.plist
    31339991 -rw-r--r--    1 wheel   510 27 Ott 15:26 com.apple.dpd.plist
    31508305 -rw-r--r--    1 wheel   620 27 Ott 15:33 com.apple.dspluginhelperd.plist
    31394886 -rw-r--r--    1 wheel   494 27 Ott 15:28 com.apple.dvdplayback.setregion.plist
    31551329 -rw-r--r--    1 wheel   687 27 Ott 15:34 com.apple.dynamic_pager.plist
    31316486 -rw-r--r--    1 wheel   452 27 Ott 15:25 com.apple.eapolcfg_auth.plist
    31508522 -rw-r--r--    1 wheel   485 27 Ott 15:33 com.apple.efax.plist
    31316487 -rw-r--r--    1 wheel   571 27 Ott 15:25 com.apple.efilogin-helper.plist
    31484993 -rw-r--r--    1 wheel   788 27 Ott 15:33 com.apple.emlog.plist
    31484994 -rw-r--r--    1 wheel   613 27 Ott 15:33 com.apple.emond.aslmanager.plist
    31484995 -rw-r--r--    1 wheel   582 27 Ott 15:47 com.apple.emond.plist
    31340780 -rw-r--r--    1 wheel   917 27 Ott 15:26 com.apple.eppc.plist
    31316488 -rw-r--r--    1 wheel   734 27 Ott 15:25 com.apple.familycontrols.plist
    31316490 -rw-r--r--    1 wheel   583 27 Ott 15:25 com.apple.findmymac.plist
    31316491 -rw-r--r--    1 wheel   557 27 Ott 15:25 com.apple.findmymacmessenger.plist
    31507694 -rw-r--r--    1 wheel   461 27 Ott 15:33 com.apple.firmwaresyncd.plist
    31316492 -rw-r--r--    1 wheel   681 27 Ott 15:25 com.apple.fontd.plist
    31316493 -rw-r--r--    1 wheel   570 27 Ott 15:25 com.apple.fontmover.plist
    31406991 -rw-r--r--    1 wheel  1059 27 Ott 15:28 com.apple.fseventsd.plist
    31316495 -rw-r--r--    1 wheel   891 27 Ott 15:25 com.apple.ftp-proxy.plist
    31400445 -rw-r--r--    1 wheel   641 27 Ott 15:28 com.apple.geod.plist
    31551330 -rw-r--r--    1 wheel   477 27 Ott 15:34 com.apple.getty.plist
    31316496 -rw-r--r--    1 wheel   504 27 Ott 15:25 com.apple.gkreport.plist
    31509496 -rw-r--r--    1 wheel   945 27 Ott 15:33 com.apple.gssd.plist
    31403939 -rw-r--r--    1 wheel   527 27 Ott 15:28 com.apple.hdiejectd.plist
    31316497 -rw-r--r--    1 wheel   607 27 Ott 15:25 com.apple.hidd.plist
    31316498 -rw-r--r--    1 wheel   713 27 Ott 15:25 com.apple.installd.plist
    31609928 -rw-r--r--    1 wheel   514 21 Mag 21:42 com.apple.installer.osmessagetracing.plist~orig
    31434578 -rw-r--r--    1 wheel   384 27 Ott 15:31 com.apple.kcproxy.plist
    31534026 -rw-r--r--    1 wheel   734 27 Ott 15:34 com.apple.kdumpd.plist
    31316500 -rw-r--r--    1 wheel   829 27 Ott 15:25 com.apple.kextd.plist
    31316501 -rw-r--r--    1 wheel   518 27 Ott 15:25 com.apple.kuncd.plist
    31550684 -rw-r--r--    1 wheel   802 27 Ott 15:34 com.apple.locate.plist
    31316502 -rw-r--r--    1 wheel   530 27 Ott 15:25 com.apple.locationd.plist
    31450791 -rw-r--r--    1 wheel   849 27 Ott 15:31 com.apple.lockd.plist
    31316503 -rw-r--r--    1 wheel   518 27 Ott 15:25 com.apple.locum.plist
    31529737 -rw-r--r--    1 wheel   517 27 Ott 15:34 com.apple.logind.plist
    31529793 -rw-r--r--    1 wheel   501 27 Ott 15:34 com.apple.loginwindow.plist
    31529794 -rw-r--r--    1 wheel   627 27 Ott 15:34 com.apple.loginwindow.secureerase.plist
    31316504 -rw-r--r--    1 wheel  1035 27 Ott 15:25 com.apple.mDNSResponder.plist
    31316505 -rw-r--r--    1 wheel   593 27 Ott 15:25 com.apple.mDNSResponderHelper.plist
    31437595 -rw-r--r--    1 wheel   523 27 Ott 15:31 com.apple.mbicloudsetupd.plist
    31436571 -rw-r--r--    1 wheel  1130 27 Ott 15:31 com.apple.mdmclient.daemon.plist
    31492205 -rw-r--r--    1 wheel   828 27 Ott 15:33 com.apple.metadata.mds.plist
    31492206 -rw-r--r--    1 wheel   751 27 Ott 15:33 com.apple.metadata.mds.scan.plist
    31492207 -rw-r--r--    1 wheel   754 27 Ott 15:33 com.apple.metadata.mds.spindump.plist
    31504692 -rw-r--r--    1 wheel   510 27 Ott 15:33 com.apple.mrt.plist
    31550739 -rw-r--r--    1 wheel   952 27 Ott 15:34 com.apple.msrpc.echosvc.plist
    31550740 -rw-r--r--    1 wheel  1073 27 Ott 15:34 com.apple.msrpc.lsarpc.plist
    31550741 -rw-r--r--    1 wheel   814 27 Ott 15:34 com.apple.msrpc.mdssvc.plist
    31550742 -rw-r--r--    1 wheel   832 27 Ott 15:34 com.apple.msrpc.netlogon.plist
    31550743 -rw-r--r--    1 wheel  1074 27 Ott 15:34 com.apple.msrpc.srvsvc.plist
    31550744 -rw-r--r--    1 wheel  1086 27 Ott 15:34 com.apple.msrpc.wkssvc.plist
    31450665 -rw-r--r--    1 wheel   930 27 Ott 15:31 com.apple.mtmd.plist
    31450666 -rw-r--r--    1 wheel   792 27 Ott 15:31 com.apple.mtmfs.plist
    31316506 -rw-r--r--    1 wheel   512 27 Ott 15:25 com.apple.netauth.sys.auth.plist
    31316507 -rw-r--r--    1 wheel   507 27 Ott 15:25 com.apple.netauth.sys.gui.plist
    31550745 -rw-r--r--    1 wheel  1934 27 Ott 15:34 com.apple.netbiosd.plist
    31316509 -rw-r--r--    1 wheel   945 27 Ott 15:25 com.apple.networkd.plist
    31316510 -rw-r--r--    1 wheel   517 27 Ott 15:25 com.apple.networkd_privileged.plist
    31507917 -rw-r--r--    1 wheel   509 27 Ott 15:33 com.apple.newsyslog.plist
    31450792 -rw-r--r--    1 wheel   472 27 Ott 15:31 com.apple.nfsconf.plist
    31450793 -rw-r--r--    1 wheel   445 27 Ott 15:31 com.apple.nfsd.plist
    31538639 -rw-r--r--    1 wheel   438 27 Ott 15:34 com.apple.nis.rpc.yppasswdd.plist
    31538640 -rw-r--r--    1 wheel   454 27 Ott 15:34 com.apple.nis.ypbind.plist
    31538641 -rw-r--r--    1 wheel   424 27 Ott 15:34 com.apple.nis.ypserv.plist
    31435710 -rw-r--r--    1 wheel   723 27 Ott 15:31 com.apple.notifyd.plist
    31316514 -rw-r--r--    1 wheel   516 27 Ott 15:25 com.apple.ocspd.plist
    31534038 -rw-r--r--    1 wheel   601 27 Ott 15:34 com.apple.odproxyd.plist
    31534060 -rw-r--r--    1 wheel   665 27 Ott 15:34 com.apple.opendirectoryd.plist
    31507918 -rw-r--r--    1 wheel   620 27 Ott 15:33 com.apple.periodic-daily.plist
    31507919 -rw-r--r--    1 wheel   664 27 Ott 15:33 com.apple.periodic-monthly.plist
    31507920 -rw-r--r--    1 wheel   666 27 Ott 15:33 com.apple.periodic-weekly.plist
    31458019 -rw-r--r--    1 wheel   625 27 Ott 15:31 com.apple.pfctl.plist
    31460035 -rw-r--r--    1 wheel   335 27 Ott 15:32 com.apple.platform.ptmd.plist
    31460626 -rw-r--r--    1 wheel   679 27 Ott 15:32 com.apple.powerd.plist
    31399223 -rw-r--r--    1 wheel   618 27 Ott 15:28 com.apple.preferences.timezone.admintool.plist
    31399224 -rw-r--r--    1 wheel   884 27 Ott 15:28 com.apple.preferences.timezone.auto.plist
    31465867 -rw-r--r--    1 wheel   690 27 Ott 15:32 com.apple.printtool.daemon.plist
    31529687 -rw-r--r--    1 wheel   307 27 Ott 15:34 com.apple.racoon.plist
    31342377 -rw-r--r--    1 wheel   421 27 Ott 15:26 com.apple.remotepairtool.plist
    31417729 -rw-r--r--    1 wheel   609 27 Ott 15:29 com.apple.revisiond.plist
    31534055 -rw-r--r--    1 wheel   760 27 Ott 15:34 com.apple.rpcbind.plist
    31316517 -rw-r--r--    1 wheel   639 27 Ott 15:25 com.apple.sandboxd.plist
    31659832 -rw-r--r--    1 wheel  1013 27 Ott 23:40 com.apple.screensharing.plist
    31550664 -rw-r--r--    1 wheel   453 27 Ott 15:34 com.apple.scsid.plist
    31484914 -rw-r--r--    1 wheel   507 27 Ott 15:33 com.apple.secd.plist
    31394244 -rw-r--r--    1 wheel   560 27 Ott 15:28 com.apple.security.FDERecoveryAgent.plist
    31550680 -rw-r--r--    1 wheel   510 27 Ott 15:34 com.apple.security.syspolicy.plist
    31316520 -rw-r--r--    1 wheel   646 27 Ott 15:25 com.apple.securityd.plist
    31492194 -rw-r--r--    1 wheel   575 27 Ott 15:33 com.apple.shutdown_monitor.plist
    31487764 -rw-r--r--    1 wheel   529 27 Ott 15:33 com.apple.sleepservicesd.plist
    31550746 -rw-r--r--    1 wheel  1067 27 Ott 15:34 com.apple.smb.preferences.plist
    31550747 -rw-r--r--    1 wheel   724 27 Ott 15:34 com.apple.smbd.plist
    31488479 -rw-r--r--    1 wheel   675 27 Ott 15:33 com.apple.softwareupdatecheck.initial.plist
    31488480 -rw-r--r--    1 wheel   647 27 Ott 15:33 com.apple.softwareupdatecheck.periodic.plist
    31492195 -rw-r--r--    1 wheel   500 27 Ott 15:33 com.apple.spindump.plist
    31492196 -rw-r--r--    1 wheel   499 27 Ott 15:33 com.apple.spindump_symbolicator.plist
    31551314 -rw-r--r--    1 wheel   531 27 Ott 15:34 com.apple.stackshot.plist
    31450794 -rw-r--r--    1 wheel   474 27 Ott 15:31 com.apple.statd.notify.plist
    31316521 -rw-r--r--    1 wheel   599 27 Ott 15:25 com.apple.storereceiptinstaller.plist
    31488481 -rw-r--r--    1 wheel   505 27 Ott 15:33 com.apple.suhelperd.plist
    31316522 -rw-r--r--    1 wheel   578 27 Ott 15:25 com.apple.syslogd.plist
    31551323 -rw-r--r--    1 wheel   189 27 Ott 15:34 com.apple.sysmond.plist
    31550681 -rw-r--r--    1 wheel   620 27 Ott 15:34 com.apple.systemkeychain.plist
    31497607 -rw-r--r--    1 wheel   594 27 Ott 15:33 com.apple.systempreferences.installer.plist
    31335168 -rw-r--r--    1 wheel   582 27 Ott 15:26 com.apple.systempreferences.writeconfig.plist
    31446909 -rw-r--r--    1 wheel   455 27 Ott 15:31 com.apple.taskgated-helper.plist
    31316524 -rw-r--r--    1 wheel   677 27 Ott 15:25 com.apple.taskgated.plist
    31342389 -rw-r--r--    1 wheel   430 27 Ott 15:26 com.apple.ucupdate.plist
    31500932 -rw-r--r--    1 wheel   503 27 Ott 15:33 com.apple.uninstalld.plist
    31502039 -rw-r--r--    1 wheel   513 27 Ott 15:33 com.apple.unmountassistant.sysagent.plist
    31529466 -rw-r--r--    1 wheel   868 27 Ott 15:34 com.apple.usbmuxd.plist
    31555158 -rw-r--r--    1 wheel   617 27 Ott 15:34 com.apple.uucp.plist
    31507921 -rw-r--r--    1 wheel   734 27 Ott 15:33 com.apple.var-db-dslocal-backup.plist
    31508287 -rw-r--r--    1 wheel   509 27 Ott 15:33 com.apple.vsdbutil.plist
    31555174 -rw-r--r--    1 wheel   975 27 Ott 15:34 com.apple.warmd.plist
    31335579 -rw-r--r--    1 wheel   512 27 Ott 15:26 com.apple.wdhelper.plist
    31555175 -rw-r--r--    1 wheel   487 27 Ott 15:34 com.apple.webdavfs_load_kext.plist
    31394608 -rw-r--r--    1 wheel   482 27 Ott 15:28 com.apple.wifid.plist
    31316527 -rw-r--r--    1 wheel   796 27 Ott 15:25 com.apple.xpcd.plist
    31613000 -rw-r--r--    1 wheel   513 27 Ott 15:50 com.apple.xprotectupdater.plist
    31504809 -rw-r--r--    1 wheel   386 27 Ott 15:33 com.apple.xprotectupdaterinit.plist
    31505658 -rw-r--r--    1 wheel   979 27 Ott 15:33 com.apple.xsan.plist
    31555275 -rw-r--r--    1 wheel  1160 27 Ott 15:34 com.apple.xsanmgrd.plist
    31387781 -rw-r--r--    1 wheel   442 27 Ott 15:28 com.apple.xscertadmin.plist
    31387782 -rw-r--r--    1 wheel   481 27 Ott 15:28 com.apple.xscertd-helper.plist
    31387783 -rw-r--r--    1 wheel   646 27 Ott 15:28 com.apple.xscertd.plist
    31530639 -rw-r--r--    1 wheel   672 27 Ott 15:34 com.danga.memcached.plist
    31507915 -rw-r--r--    1 wheel   574 27 Ott 15:33 com.vix.cron.plist
    31538642 -rw-r--r--    1 wheel   613 27 Ott 15:34 exec.plist
    31506099 -rw-r--r--    1 wheel   682 27 Ott 15:33 finger.plist
    31530620 -rw-r--r--    1 wheel   763 27 Ott 15:34 ftp.plist
    31538643 -rw-r--r--    1 wheel   246 27 Ott 15:34 login.plist
    31538644 -rw-r--r--    1 wheel   627 27 Ott 15:34 ntalk.plist
    31507016 -rw-r--r--    1 wheel   625 27 Ott 15:33 org.apache.httpd.plist
    31508037 -rw-r--r--    1 wheel   771 27 Ott 15:33 org.cups.cups-lpd.plist
    31508038 -rw-r--r--    1 wheel  1480 27 Ott 15:33 org.cups.cupsd.plist
    31508821 -rw-r--r--    1 wheel   489 27 Ott 15:33 org.freeradius.radiusd.plist
    31507685 -rw-r--r--    1 wheel   900 27 Ott 15:33 org.isc.named.plist
    31534022 -rw-r--r--    1 wheel   495 27 Ott 15:34 org.net-snmp.snmpd.plist
    31534037 -rw-r--r--    1 wheel   625 27 Ott 15:34 org.ntp.ntpd.plist
    31456907 -rw-r--r--    1 wheel   966 27 Ott 15:31 org.openldap.slapd.plist
       73515 -rw-r--r--    1 wheel   585 11 Ott  2011 org.postfix.master.plist
    31460618 -rw-r--r--    1 wheel  1284 27 Ott 15:32 org.postgresql.postgres_alt.plist
    31538645 -rw-r--r--    1 wheel   238 27 Ott 15:34 shell.plist
    31316528 -rw-r--r--    1 wheel   884 27 Ott 15:25 ssh.plist
    31538646 -rw-r--r--    1 wheel   260 27 Ott 15:34 telnet.plist
    31538647 -rw-r--r--    1 wheel   715 27 Ott 15:34 tftp.plist
    in /Library/LaunchDaemons I did some cleanup, but it did not solve the problem, what is left in it appears to be rather innoxious stuff:
    26830321 -rw-r--r--   1 wheel   377 26 Ago  2010 com.apple.qmaster.qmasterd.plist
    27073794 lrwxr-xr-x   1 wheel   103  7 Giu 13:39 com.oracle.java.Helper-Tool.plist -> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/com.oracle.java.Helper-Tool .plist
    7743408 -rwxr-xr-x   1 wheel   621 30 Mag 07:49 com.teamviewer.teamviewer_service.plist
    16433156 -rw-r--r--   1 wheel   661 28 Set  2012 org.macosforge.xquartz.privileged_startx.plist
    I have disconnected all external peripherals, except the usb keyboard and the SuperDrive.
    Below are the console messages for the safeboot and the regular boot after the latest changes:
    ===== SAFEBOOT ======
    28/10/13 08:53:34,000 bootlog[0]: BOOT_TIME 1382946814 0
    28/10/13 08:58:10,000 kernel[0]: PMAP: PCID enabled
    28/10/13 08:58:10,000 kernel[0]: Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    28/10/13 08:58:10,000 kernel[0]: vm_page_bootstrap: 544974 free pages and 1552178 wired pages
    28/10/13 08:58:10,000 kernel[0]: kext submap [0xffffff7f80742000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000742000]
    28/10/13 08:58:10,000 kernel[0]: zone leak detection enabled
    28/10/13 08:58:10,000 kernel[0]: standard timeslicing quantum is 10000 us
    28/10/13 08:58:10,000 kernel[0]: standard background quantum is 2500 us
    28/10/13 08:58:10,000 kernel[0]: mig_table_max_displ = 74
    28/10/13 08:58:10,000 kernel[0]: TSC Deadline Timer supported and enabled
    28/10/13 08:58:10,000 kernel[0]: SAFE BOOT DETECTED - only valid OSBundleRequired kexts will be loaded.
    28/10/13 08:58:10,000 kernel[0]: corecrypto kext started!
    28/10/13 08:58:10,000 kernel[0]: Running kernel space in FIPS MODE
    28/10/13 08:58:10,000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    28/10/13 08:58:10,000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    28/10/13 08:58:10,000 kernel[0]: corecrypto.kext FIPS POST passed!
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    28/10/13 08:58:10,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    28/10/13 08:58:10,000 kernel[0]: calling mpo_policy_init for Sandbox
    28/10/13 08:58:10,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    28/10/13 08:58:10,000 kernel[0]: calling mpo_policy_init for Quarantine
    28/10/13 08:58:10,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    28/10/13 08:53:36,648 com.apple.launchd[1]: *** launchd[1] has started up. ***
    28/10/13 08:58:10,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    28/10/13 08:58:10,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    28/10/13 08:58:10,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    28/10/13 08:58:10,000 kernel[0]: The Regents of the University of California. All rights reserved.
    28/10/13 08:58:10,000 kernel[0]: MAC Framework successfully initialized
    28/10/13 08:58:10,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    28/10/13 08:58:10,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    28/10/13 08:58:10,000 kernel[0]: ACPI: sleep states S3 S4 S5
    28/10/13 08:58:10,000 kernel[0]: pci build Sep 29 2013 13:35:16, flags 0x23008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    28/10/13 08:58:10,000 kernel[0]: [ PCI configuration begin ]
    28/10/13 08:58:10,000 kernel[0]: console relocated to 0xf81000000
    28/10/13 08:58:10,000 kernel[0]: [ PCI configuration end, bridges 13, devices 16 ]
    28/10/13 08:58:10,000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    28/10/13 08:58:10,000 kernel[0]: AppleIntelCPUPowerManagement: (built 13:50:43 Sep 29 2013) initialization complete
    28/10/13 08:58:10,000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    28/10/13 08:53:36,648 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    28/10/13 08:58:10,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    28/10/13 08:58:10,000 kernel[0]: BTCOEXIST off
    28/10/13 08:58:06,093 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    28/10/13 08:58:10,000 kernel[0]: BRCM tunables:
    28/10/13 08:58:10,000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    28/10/13 08:58:10,000 kernel[0]: rooting via boot-uuid from /chosen: F47B0803-7F96-3B8A-A025-DB74B67338B2
    28/10/13 08:58:10,000 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>
    28/10/13 08:58:10,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    28/10/13 08:58:10,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    28/10/13 08:58:10,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    28/10/13 08:58:10,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    28/10/13 08:58:10,000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    28/10/13 08:58:10,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Customer@2
    28/10/13 08:58:10,000 kernel[0]: BSD root: disk0s2, major 1, minor 3
    28/10/13 08:58:10,000 kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID a4b197fffeaf7c74; max speed s800.
    28/10/13 08:58:10,000 kernel[0]: Kernel is LP64
    28/10/13 08:58:10,000 kernel[0]: USBMSC Identifier (non-unique): KXGBB140833      0x5ac 0x1500 0x200, 2
    28/10/13 08:58:10,000 kernel[0]: USBMSC Identifier (non-unique): 㥒〳䜶䑗〳㄰䩘†ँ 0xe8d 0x1956 0x0, 2
    28/10/13 08:58:12,159 hidd[46]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    28/10/13 08:58:12,400 hidd[46]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    28/10/13 08:58:13,708 fseventsd[47]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (3 278 303)
    28/10/13 08:58:14,181 fseventsd[47]: log dir: /.fseventsd getting new uuid: D46E90BB-2E65-4FCD-8C2C-8BA0108DADCF
    28/10/13 08:58:15,000 kernel[0]: macx_swapon SUCCESS
    28/10/13 08:58:16,000 kernel[0]: BCM5701Enet: Ethernet address 3c:07:54:4c:6b:11
    28/10/13 08:58:16,000 kernel[0]: AirPort_Brcm4331: Ethernet address 60:c5:47:22:70:71
    28/10/13 08:58:16,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    28/10/13 08:58:16,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    28/10/13 08:58:20,000 kernel[0]: Waiting for DSMOS...
    28/10/13 08:58:20,325 kdc[44]: label: default
    28/10/13 08:58:20,326 kdc[44]:           dbname: od:/Local/Default
    28/10/13 08:58:20,326 kdc[44]:           mkey_file: /var/db/krb5kdc/m-key
    28/10/13 08:58:20,326 kdc[44]:           acl_file: /var/db/krb5kdc/kadmind.acl
    28/10/13 08:58:21,645 appleeventsd[52]: main: Starting up
    28/10/13 08:58:22,391 com.apple.SecurityServer[15]: Session 100000 created
    28/10/13 08:58:22,423 mDNSResponder[38]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    28/10/13 08:58:22,718 coreservicesd[62]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    28/10/13 08:58:22,740 airportd[64]: _processDLILEvent: en1 attached (down)
    28/10/13 08:58:22,000 kernel[0]: createVirtIf(): ifRole = 1
    28/10/13 08:58:22,000 kernel[0]: in func createVirtualInterface ifRole = 1
    28/10/13 08:58:22,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff8009a23c00
    28/10/13 08:58:22,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    28/10/13 08:58:22,000 kernel[0]: Created virtif 0xffffff8009a23c00 p2p0
    28/10/13 08:58:23,433 com.apple.usbmuxd[26]: usbmuxd-323 on Jul 29 2013 at 23:21:29, running 64 bit
    28/10/13 08:58:23,000 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    28/10/13 08:58:23,000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    28/10/13 08:58:24,005 configd[16]: setting hostname to "Mac-mini-di-Giuseppe-4.local"
    28/10/13 08:58:24,014 configd[16]: network changed.
    28/10/13 08:58:24,143 com.apple.SecurityServer[15]: Entering service
    28/10/13 08:58:26,000 kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en0, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0de1,0300,45e1,0000]
    28/10/13 08:58:27,901 kdc[44]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    28/10/13 08:58:27,894 systemkeychain[71]: done file: /var/run/systemkeychaincheck.done
    28/10/13 08:58:28,229 configd[16]: network changed: v4(en0+:192.168.1.101) DNS+ Proxy+ SMB+
    28/10/13 08:58:28,292 configd[16]: network changed: v4(en0:192.168.1.101) DNS* Proxy SMB
    28/10/13 08:58:29,498 mDNSResponder[38]: D2D_IPC: Loaded
    28/10/13 08:58:29,499 mDNSResponder[38]: D2DInitialize succeeded
    28/10/13 08:58:29,502 mDNSResponder[38]: ConfigResolvers: interface specific index 4 not found
    28/10/13 08:58:29,552 mDNSResponder[38]: ConfigResolvers: interface specific index 4 not found
    28/10/13 08:58:29,723 kdc[44]: KDC started
    28/10/13 08:58:30,179 locationd[42]: NOTICE,Location icon should now be in state 0
    28/10/13 08:58:31,807 awacsd[56]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)
    28/10/13 08:58:31,853 stackshot[29]: Timed out waiting for IOKit to finish matching.
    28/10/13 08:58:31,000 kernel[0]: Previous Shutdown Cause: 3
    28/10/13 08:58:31,000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    28/10/13 08:58:32,348 apsd[58]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/10/13 08:58:32,349 apsd[58]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/10/13 08:58:32,393 com.apple.kextd[11]: Can't load /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAController.ke xt - ineligible during safe boot.
    28/10/13 08:58:32,395 com.apple.kextd[11]: Load com.apple.driver.AppleHDAController failed; removing personalities from kernel.
    28/10/13 08:58:32,600 com.apple.kextd[11]: Can't load /System/Library/Extensions/AppleThunderboltEDMService.kext/Contents/PlugIns/App leThunderboltEDMSink.kext - ineligible during safe boot.
    28/10/13 08:58:32,602 com.apple.kextd[11]: Load com.apple.driver.AppleThunderboltEDMSink failed; removing personalities from kernel.
    28/10/13 08:58:32,706 awacsd[56]: InnerStore CopyAllZones: no info in Dynamic Store
    28/10/13 08:58:32,802 com.apple.kextd[11]: Can't load /System/Library/Extensions/IOFireWireIP.kext - ineligible during safe boot.
    28/10/13 08:58:32,803 com.apple.kextd[11]: Load com.apple.iokit.IOFireWireIP failed; removing personalities from kernel.
    28/10/13 08:58:35,906 com.apple.kextd[11]: Can't load /System/Library/Extensions/IOPlatformPluginFamily.kext/Contents/PlugIns/AppleSM CPDRC.kext - ineligible during safe boot.
    28/10/13 08:58:35,908 com.apple.kextd[11]: Load com.apple.driver.AppleSMCPDRC failed; removing personalities from kernel.
    28/10/13 08:58:36,623 com.apple.kextd[11]: Can't load /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothU SBDFU.kext - ineligible during safe boot.
    28/10/13 08:58:36,630 com.apple.kextd[11]: Load com.apple.iokit.IOBluetoothUSBDFU failed; removing personalities from kernel.
    28/10/13 08:58:36,724 com.apple.kextd[11]: Can't load /System/Library/Extensions/AppleIntelHD3000Graphics.kext - ineligible during safe boot.
    28/10/13 08:58:36,728 com.apple.kextd[11]: Load com.apple.driver.AppleIntelHD3000Graphics failed; removing personalities from kernel.
    28/10/13 08:58:36,812 com.apple.kextd[11]: Can't load /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleMikeyDriver.kext - ineligible during safe boot.
    28/10/13 08:58:36,816 com.apple.kextd[11]: Load com.apple.driver.AppleMikeyDriver failed; removing personalities from kernel.
    28/10/13 08:58:36,873 com.apple.kextd[11]: Can't load /System/Library/Extensions/AppleTyMCEDriver.kext - ineligible during safe boot.
    28/10/13 08:58:36,876 com.apple.kextd[11]: Load com.apple.driver.AppleTyMCEDriver failed; removing personalities from kernel.
    28/10/13 08:58:36,994 com.apple.kextd[11]: Can't load /System/Library/Extensions/ApplePlatformEnabler.kext - ineligible during safe boot.
    28/10/13 08:58:36,997 com.apple.kextd[11]: Load com.apple.driver.ApplePlatformEnabler failed; removing personalities from kernel.
    28/10/13 08:58:37,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- this = 0xffffff80091e5c00 ****
    28/10/13 08:58:39,109 com.apple.kextd[11]: Can't load /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS erialManager.kext - ineligible during safe boot.
    28/10/13 08:58:39,114 com.apple.kextd[11]: Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities from kernel.
    28/10/13 08:58:39,190 com.apple.kextd[11]: Can't load /System/Library/Extensions/AppleUpstreamUserClient.kext - ineligible during safe boot.
    28/10/13 08:58:39,195 com.apple.kextd[11]: Load com.apple.driver.AppleUpstreamUserClient failed; removing personalities from kernel.
    28/10/13 08:58:39,199 com.apple.kextd[11]: Can't load /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothS erialManager.kext - ineligible during safe boot.
    28/10/13 08:58:39,203 com.apple.kextd[11]: Load com.apple.iokit.IOBluetoothSerialManager failed; removing personalities from kernel.
    28/10/13 08:58:39,723 com.apple.kextd[11]: Can't load /System/Library/Extensions/IOUserEthernet.kext - ineligible during safe boot.
    28/10/13 08:58:39,727 com.apple.kextd[11]: Load com.apple.iokit.IOUserEthernet failed; removing personalities from kernel.
    28/10/13 08:58:39,797 com.apple.kextd[11]: Can't load /System/Library/Extensions/Soundflower.kext - ineligible during safe boot.
    28/10/13 08:58:39,800 com.apple.kextd[11]: Load com.Cycling74.driver.Soundflower failed; removing personalities from kernel.
    28/10/13 08:58:39,885 com.apple.kextd[11]: Can't load /System/Library/Extensions/SoundGrid.kext - ineligible during safe boot.
    28/10/13 08:58:39,889 com.apple.kextd[11]: Load com.waves.driver.soundgrid failed; removing personalities from kernel.
    28/10/13 08:58:39,951 com.apple.kextd[11]: Can't load /System/Library/Extensions/XAerial.kext - ineligible during safe boot.
    28/10/13 08:58:39,955 com.apple.kextd[11]: Load com.cleverandson.driver.XAerial failed; removing personalities from kernel.
    28/10/13 08:58:40,048 blued[55]: Read the UHE Info
    28/10/13 08:58:40,049 blued[55]: Read version 2 info.  Number of devices:1
    28/10/13 08:58:40,050 blued[55]: Class of device:     0x2594
    28/10/13 08:58:40,050 blued[55]: Device name: 'Apple Wireless Trackpad' length:24
    28/10/13 08:58:40,050 blued[55]: Finished reading the HID data
    28/10/13 08:58:40,051 blued[55]: Found a device with PID:0x030e VID:0x05ac
    28/10/13 08:58:40,000 kernel[0]: DSMOS has arrived
    28/10/13 08:58:40,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- controller = 0xffffff80091e5c00
    28/10/13 08:58:40,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    28/10/13 08:58:40,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    28/10/13 08:58:40,230 loginwindow[41]: Login Window Application Started
    28/10/13 08:58:42,353 apsd[58]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/10/13 08:58:42,000 kernel[0]: [BNBTrackpadDevice::init][75.19] init is complete
    28/10/13 08:58:43,094 digest-service[96]: label: default
    28/10/13 08:58:43,095 digest-service[96]:           dbname: od:/Local/Default
    28/10/13 08:58:43,095 digest-service[96]:           mkey_file: /var/db/krb5kdc/m-key
    28/10/13 08:58:43,096 digest-service[96]:           acl_file: /var/db/krb5kdc/kadmind.acl
    28/10/13 08:58:43,103 digest-service[96]: digest-request: uid=0
    28/10/13 08:58:43,000 kernel[0]: [BNBTrackpadDevice::handleStart][75.19] returning 1
    28/10/13 08:58:43,000 kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    28/10/13 08:58:43,000 kernel[0]: [AppleMultitouchDevice::start] entered
    28/10/13 08:58:44,918 rpcsvchost[99]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    28/10/13 08:58:45,015 digest-service[96]: digest-request: init request
    28/10/13 08:58:45,050 digest-service[96]: digest-request: init return domain: BUILTIN server: MAC-MINI-DI-GIUSEPPE-4
    28/10/13 08:58:45,284 ntpd[92]: proto: precision = 1.000 usec
    28/10/13 08:58:48,402 awacsd[56]: Exiting
    28/10/13 08:58:48,730 mds[37]: (Normal) FMW: FMW 0 0
    28/10/13 08:58:48,892 WindowServer[89]: Server is starting up
    28/10/13 08:59:11,727 com.apple.kextd[11]: Safe boot mode detected; invalidating system extensions caches.
    28/10/13 08:59:14,893 configd[16]: InterfaceNamer: timed out waiting for IOKit to quiesce
    28/10/13 08:59:14,894 configd[16]: Busy services :
    28/10/13 08:59:14,894 configd[16]:   Macmini5,1 [1, 341418 ms]
    28/10/13 08:59:14,894 configd[16]:   Macmini5,1/AppleACPIPlatformExpert [1, 341304 ms]
    28/10/13 08:59:14,895 configd[16]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0 [1, 340972 ms]
    28/10/13 08:59:14,895 configd[16]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI [1, 340967 ms]
    28/10/13 08:59:14,895 configd[16]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C [1, 340972 ms]
    28/10/13 08:59:14,896 configd[16]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBridge [1, 340283 ms]
    28/10/13 08:59:14,896 configd[16]:   Macmini5,1/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBridge/ SDXC@0,1 [!matched, 1, 340282 ms]
    28/10/13 08:59:37,669 WindowServer[89]: Session 256 retained (2 references)
    28/10/13 08:59:37,669 WindowServer[89]: Session 256 released (1 references)
    28/10/13 08:59:37,851 WindowServer[89]: Session 256 retained (2 references)
    28/10/13 08:59:37,854 WindowServer[89]: init_page_flip: page flip mode is on
    28/10/13 08:59:37,858 com.apple.kextd[11]: Cache file /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Extensi ons/KextIdentifiers.plist.gz is out of date; not using.
    28/10/13 08:59:38,122 WindowServer[89]: mux_initialize: Couldn't find any matches
    28/10/13 08:59:38,435 WindowServer[89]: GLCompositor enabled for tile size [256 x 256]
    28/10/13 08:59:38,435 WindowServer[89]: CGXGLInitMipMap: mip map mode is on
    28/10/13 08:59:38,491 WindowServer[89]: WSMachineUsesNewStyleMirroring: false
    28/10/13 08:59:38,492 WindowServer[89]: Display 0x0b418576: GL mask 0x4; bounds (0, 0)[1920 x 1080], 16 modes available
    Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 6dd, S/N 43423234, Unit 2, Rotation 0
    UUID 0x00004c2d000006dd4342323400000000
    28/10/13 08:59:38,493 WindowServer[89]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    28/10/13 08:59:38,493 WindowServer[89]: 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
    28/10/13 08:59:38,507 WindowServer[89]: Created shield window 0x5 for display 0x0b418576
    28/10/13 08:59:38,507 WindowServer[89]: Created shield window 0x6 for display 0x003f003c
    28/10/13 08:59:38,508 WindowServer[89]: Created shield window 0x7 for display 0x003f003d
    28/10/13 08:59:38,513 WindowServer[89]: Display 0x0b418576: GL mask 0x4; bounds (0, 0)[1920 x 1080], 16 modes available
    Main, Active, on-line, enabled, boot, Vendor 4c2d, Model 6dd, S/N 43423234, Unit 2, Rotation 0
    UUID 0x00004c2d000006dd4342323400000000
    28/10/13 08:59:38,513 WindowServer[89]: Display 0x003f003c: GL mask 0x1; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    28/10/13 08:59:38,513 WindowServer[89]: Display 0x003f003d: GL mask 0x2; bounds (2945, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    28/10/13 08:59:38,514 WindowServer[89]: CGXPerformInitialDisplayConfiguration
    28/10/13 08:59:38,514 WindowServer[89]:   Display 0x0b418576: MappedDisplay Unit 2; Vendor 0x4c2d Model 0x6dd S/N 1128411700 Dimensions 6.30 x 3.54; online enabled, Bounds (0,0)[1920 x 1080], Rotation 0, Resolution 1
    28/10/13 08:59:38,514 WindowServer[89]:   Display 0x003f003c: MappedDisplay Unit 0; 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
    28/10/13 08:59:38,515 WindowServer[89]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2945,0)[1 x 1], Rotation 0, Resolution 1
    28/10/13 08:59:38,591 loginwindow[41]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    28/10/13 08:59:43,885 WindowServer[89]: Unable to open IOHIDSystem (e00002bd)
    28/10/13 08:59:43,000 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    28/10/13 08:59:47,330 WindowServer[89]: Created shield window 0x8 for display 0x0b418576
    28/10/13 08:59:47,332 WindowServer[89]: Display 0x0b418576: MappedDisplay Unit 2; ColorProfile { 2, "HD 709-A"}; TransferFormula (1.000000, 1.000000, 1.000000)
    28/10/13 08:59:49,308 com.apple.SecurityServer[15]: Session 100002 created
    28/10/13 08:59:49,345 loginwindow[41]: Login Window Started Security Agent
    28/10/13 08:59:49,452 launchctl[105]: com.apple.findmymacmessenger: Already loaded
    28/10/13 08:59:51,146 SecurityAgent[109]: This is the first run
    28/10/13 08:59:51,147 SecurityAgent[109]: MacBuddy was run = 0
    28/10/13 08:59:51,208 locationd[117]: NOTICE,Location icon should now be in state 0
    28/10/13 08:59:51,637 UserEventAgent[110]: cannot find useragent 1102
    28/10/13 08:59:53,416 warmd[25]: [warmctl_evt_timer_bc_activation_timeout:286] BC activation bcstop timer fired!
    28/10/13 09:00:01,833 genatsdb[120]: ########## genatsdb Sandboxed. ##########
    28/10/13 09:00:07,033 SecurityAgent[109]: User info context values set for joe
    28/10/13 09:00:17,044 SecurityAgent[109]: Login Window login proceeding
    28/10/13 09:00:18,047 loginwindow[41]: Login Window - Returned from Security Agent
    28/10/13 09:00:18,137 loginwindow[41]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    28/10/13 09:00:18,233 loginwindow[41]: USER_PROCESS: 41 console
    28/10/13 09:00:19,783 com.apple.launchd.peruser.501[130]: (com.apple.gamed) Ignored this key: UserName
    28/10/13 09:00:19,783 com.apple.launchd.peruser.501[130]: (com.apple.gamed) Ignored this key: GroupName
    28/10/13 09:00:19,786 com.apple.launchd.peruser.501[130]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    28/10/13 09:00:19,803 loginwindow[41]: Connection with distnoted server was invalidated
    28/10/13 09:00:19,878 distnoted[134]: # distnote server agent  absolute time: 406.527413823   civil time: Mon Oct 28 09:00:19 2013   pid: 134 uid: 501  root: no
    28/10/13 09:00:19,881 distnoted[134]: Bug: 12F45: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    28/10/13 09:00:21,661 com.apple.launchd.peruser.501[130]: (com.apple.afpstat-qfa[160]) Exited with code: 2
    28/10/13 09:00:27,903 coreservicesd[62]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationBirth to notificationID=121
    28/10/13 09:00:32,899 talagent[142]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, _kLSApplicationIsHiddenKey, hidden ? kCFBooleanTrue : kCFBooleanFalse, NULL) produced OSStatus -50 on line 623 in TCApplication.m
    28/10/13 09:00:32,901 talagent[142]: _LSSetApplicationInformationItem(kLSDefaultSessionID, asn, TAL_kLSIsProxiedForTALKey, kCFBooleanTrue, NULL) produced OSStatus -50 on line 626 in TCApplication.m
    28/10/13 09:00:34,907 com.apple.launchd.peruser.501[130]: (com.apple.mrt.uiagent[150]) Exited with code: 255
    28/10/13 09:00:36,308 locationd[174]: NOTICE,Location icon should now be in state 0
    28/10/13 09:00:36,488 coreaudiod[167]: Enabled automatic stack shots because audio IO is inactive
    28/10/13 09:00:39,247 UserEventAgent[133]: cannot find fw daemon port 1102
    28/10/13 09:00:40,268 WindowServer[89]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    28/10/13 09:00:42,141 WindowServer[89]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 2.87 seconds (server forcibly re-enabled them after 1.00 seconds)
    28/10/13 09:00:44,609 com.apple.SecurityServer[15]: Session 100005 created
    28/10/13 09:00:44,740 NetworkBrowserAgent[187]: Starting NetworkBrowserAgent
    28/10/13 09:00:44,854 locationd[188]: NOTICE,Location icon should now be in state 0
    28/10/13 09:00:45,561 mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    28/10/13 09:00:46,792 mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    28/10/13 09:00:46,859 mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    28/10/13 09:00:52,138 locationd[192]: NOTICE,Location icon should now be in state 0
    28/10/13 09:00:55,201 apsd[168]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    28/10/13 09:01:01,168 SystemUIServer[162]: 2013-10-28 09:01:01.167495 AM [AVSystemController] AirPlay became the default audio device
    28/10/13 09:01:01,683 WindowServer[89]: CGXDisableUpdate: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    28/10/13 09:01:02,057 WindowServer[89]: reenable_update_for_connection: UI updates were finally reenabled by application "Finder" after 1.37 seconds (server forcibly re-enabled them after 1.00 seconds)
    28/10/13 09:01:02,517 WindowServer[89]: _CGXWindowRightsRelinquish: Invalid window 0x1d
    28/10/13 09:01:02,518 talagent[142]: CGSConnectionRelinquishWindowRights(cid, newWindowNumber, reservedRights): CGError 1001 on line 717
    28/10/13 09:01:02,520 WindowServer[89]: CGXTerminateWindowList: Invalid window 0x1d
    28/10/13 09:01:02,534 mds[37]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    28/10/13 09:01:02,535 talagent[142]: CGSReleaseWindow(cid, wid): CGError 1001 on line 878
    28/10/13 09:01:06,108 com.apple.time[133]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    28/10/13 09:01:17,316 genatsdb[120]: *GENATSDB* FontObjects generated = 524
    28/10/13 09:01:35,430 WindowServer[89]: CGXDisableUpdate: UI updates were forcibly disabled by application "Console" for over 1.00 seconds. Server has re-enabled them.
    28/10/13 09:01:36,477 WindowServer[89]: reenable_update_for_connection: UI updates were finally reenabled by application "Console" after 2.05 seconds (server forcibly re-enabled them after 1.00 seconds)
    ==== REGULAR BOOT =====
    28/10/13 09:04:54,000 bootlog[0]: BOOT_TIME 1382947494 0
    28/10/13 09:05:10,000 kernel[0]: PMAP: PCID enabled
    28/10/13 09:05:10,000 kernel[0]: Darwin Kernel Version 12.5.0: Sun Sep 29 13:33:47 PDT 2013; root:xnu-2050.48.12~1/RELEASE_X86_64
    28/10/13 09:05:10,000 kernel[0]: vm_page_bootstrap: 1973469 free pages and 107299 wired pages
    28/10/13 09:05:10,000 kernel[0]: kext submap [0xffffff7f80742000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000742000]
    28/10/13 09:05:10,000 kernel[0]: zone leak detection enabled
    28/10/13 09:05:10,000 kernel[0]: standard timeslicing quantum is 10000 us
    28/10/13 09:05:10,000 kernel[0]: standard background quantum is 2500 us
    28/10/13 09:05:10,000 kernel[0]: mig_table_max_displ = 74
    28/10/13 09:05:10,000 kernel[0]: TSC Deadline Timer supported and enabled
    28/10/13 09:05:10,000 kernel[0]: corecrypto kext started!
    28/10/13 09:05:10,000 kernel[0]: Running kernel space in FIPS MODE
    28/10/13 09:05:10,000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    28/10/13 09:05:10,000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    28/10/13 09:05:10,000 kernel[0]: corecrypto.kext FIPS POST passed!
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    28/10/13 09:05:10,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    28/10/13 09:05:10,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    28/10/13 09:05:10,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    28/10/13 09:05:10,000 kernel[0]: calling mpo_policy_init for Sandbox
    28/10/13 09:04:55,537 com.apple.launchd[1]: *** launchd[1] has started up. ***
    28/10/13 09:05:10,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    28/10/13 09:05:10,000 kernel[0]: calling mpo_policy_init for Quarantine
    28/10/13 09:05:10,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    28/10/13 09:05:10,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    28/10/13 09:05:10,000 kernel[0]: The Regents of the University of California. All rights reserved.
    28/10/13 09:05:10,000 kernel[0]: MAC Framework successfully initialized
    28/10/13 09:05:10,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    28/10/13 09:05:10,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    28/10/13 09:05:10,000 kernel[0]: ACPI: sleep states S3 S4 S5
    28/10/13 09:05:10,000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    28/10/13 09:05:10,000 kernel[0]: AppleIntelCPUPowerManagement: (built 13:50:43 Sep 29 2013) initialization complete
    28/10/13 09:05:10,000 kernel[0]: pci build Sep 29 2013 13:35:16, flags 0x23008, pfm64 (36 cpu) 0xf80000000, 0x80000000
    28/10/13 09:05:10,000 kernel[0]: [ PCI configuration begin ]
    28/10/13 09:05:10,000 kernel[0]: console relocated to 0xf81000000
    28/10/13 09:04:55,537 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    28/10/13 09:05:08,923 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    28/10/13 09:05:10,000 kernel[0]: [ PCI configuration end, bridges 13, devices 16 ]
    28/10/13 09:05:10,000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    28/10/13 09:05:10,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    28/10/13 09:05:10,000 kernel[0]: rooting via boot-uuid from /chosen: F47B0803-7F96-3B8A-A025-DB74B67338B2
    28/10/13 09:05:10,000 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>
    28/10/13 09:05:10,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    28/10/13 09:05:10,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    28/10/13 09:05:10,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    28/10/13 09:05:10,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    28/10/13 09:05:10,000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    28/10/13 09:05:10,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Customer@2
    28/10/13 09:05:10,000 kernel[0]: BSD root: disk0s2, major 1, minor 1
    28/10/13 09:05:10,000 kernel[0]: BTCOEXIST off
    28/10/13 09:05:10,000 kernel[0]: BRCM tunables:
    28/10/13 09:05:10,000 kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    28/10/13 09:05:10,000 kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID a4b197fffeaf7c74; max speed s800.
    28/10/13 09:05:10,000 kernel[0]: Kernel is LP64
    28/10/13 09:05:10,000 kernel[0]: USBMSC Identifier (non-unique): KXGBB140833      0x5ac 0x1500 0x200, 2
    28/10/13 09:05:10,000 kernel[0]: USBMSC Identifier (non-unique): 㥒〳䜶䑗〳㄰䩘†ँ 0xe8d 0x1956 0x0, 2
    28/10/13 09:05:12,000 kernel[0]: BCM5701Enet: Ethernet address 3c:07:54:4c:6b:11
    28/10/13 09:05:12,000 kernel[0]: AirPort_Brcm4331: Ethernet address 60:c5:47:22:70:71
    28/10/13 09:05:12,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    28/10/13 09:05:12,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    28/10/13 09:05:14,989 hidd[49]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    28/10/13 09:05:15,016 hidd[49]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    28/10/13 09:05:18,000 kernel[0]: macx_swapon SUCCESS
    28/10/13 09:05:21,000 kernel[0]: Waiting for DSMOS...
    28/10/13 09:05:21,356 kdc[47]: label: default
    28/10/13 09:05:21,356 kdc[47]:           dbname: od:/Local/Default
    28/10/13 09:05:21,356 kdc[47]:           mkey_file: /var/db/krb5kdc/m-key
    28/10/13 09:05:21,356 kdc[47]:           acl_file: /var/db/krb5kdc/kadmind.acl
    28/10/13 09:05:22,495 com.apple.SecurityServer[18]: Session 100000 created
    28/10/13 09:05:22,689 appleeventsd[55]: main: Starting up
    28/10/13 09:05:23,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    28/10/13 09:05:23,000 kernel[0]: Waves SoundGrid Version: 2.0.0.14, Non-Interleaved Playback
    28/10/13 09:05:23,000 kernel[0]: IOBluetoothUSBDFU::probe
    28/10/13 09:05:23,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8281 FirmwareVersion - 0x0125
    28/10/13 09:05:23,000 kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- this = 0xffffff801c143c00 ****
    28/10/13 09:05:23,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- controller = 0xffffff801c143c00
    28/10/13 09:05:23,000 kernel[0]: Previous Shutdown Cause: 5
    28/10/13 09:05:23,000 kernel[0]: SMC::smcInitHelper ERROR: MMIO regMap == NULL - fall back to old SMC mode
    28/10/13 09:05:23,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    28/10/13 09:05:23,000 kernel[0]: DSMOS has arrived
    28/10/13 09:05:23,000 kernel[0]: mTail has not been written to hardware: mTail = 0x00000000, hardare tail register = 0x00000060
    28/10/13 09:05:23,081 coreservicesd[65]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    28/10/13 09:05:23,086 mDNSResponder[41]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    28/10/13 09:05:24,138 airportd[69]: _processDLILEvent: en1 attached (down)
    28/10/13 09:05:24,000 kernel[0]: createVirtIf(): ifRole = 1
    28/10/13 09:05:24,000 kernel[0]: in func createVirtualInterface ifRole = 1
    28/10/13 09:05:24,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff801c12b000
    28/10/13 09:05:24,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    28/10/13 09:05:24,000 kernel[0]: Created virtif 0xffffff801c12b000 p2p0
    28/10/13 09:05:26,418 com.apple.usbmuxd[29]: usbmuxd-323 on Jul 29 2013 at 23:21:29, running 64 bit
    28/10/13 09:05:30,806 com.apple.SecurityServer[18]: Entering service
    28/10/13 09:05:31,742 systemkeychain[74]: done file: /var/run/systemkeychaincheck.done
    28/10/13 09:05:31,750 kdc[47]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    28/10/13 09:05:32,018 stackshot[32]: Timed out waiting for IOKit to finish matching.
    28/10/13 09:05:34,919 mDNSResponder[41]: D2D_IPC: Loaded
    28/10/13 09:05:34,919 mDNSResponder[41]: D2DInitialize succeeded
    28/10/13 09:05:35,301 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/10/13 09:05:35,302 apsd[61]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    28/10/13 09:05:35,612 kdc[47]: KDC started
    28/10/13 09:05:36,300 locationd[45]: NOTICE,Location icon should now be in state 0
    28/10/13 09:05:36,568 loginwindow[44]: Login Window Application Started
    28/10/13 09:05:37,167 UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    28/10/13 09:05:39,622 awacsd[59]: Starting awacsd connectivity-78.3 (Apr 25 2013 19:22:44)
    28/10/13 09:05:39,627 awacsd[59]: InnerStore CopyAllZones: no info in Dynamic Store
    28/10/13 09:05:43,553 blued[58]: Read the UHE Info
    28/10/13 09:05:43,553 blued[58]: Read version 2 info.  Number of devices:1
    28/10/13 09:05:43,553 blued[58]: Class of device:     0x2594
    28/10/13 09:

  • My Ipad 1 doesn't charge even after 5 hours of charging. I tried pressing the power and home button to reset it (even tried toggling the mute button a few times), but It doesn't start up with the apple logo. Anyone has any ideas what else can I try

    a have tried everyting now a dont have a clue what too do??

    Could be the charger, cable or iPad. Plug the USB cable into your computer. It may say "Not Charging", however, it is charging slowly and will verify that the cable is good. If your computer/iTunes does not recognize the iPad, then the cable is probably bad.
    Try this first -  Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.) No data/files will be erased. http://support.apple.com/kb/ht1430
    The quickest way (and really the only way) to charge your iPad is with the included 10W or 12W (5W on Mini) USB Power Adapter. iPad will also charge, although more slowly, when attached to a computer with a high-power USB port (many recent Mac computers) or with an iPhone Power Adapter (5W). When attached to a computer via a standard USB port (2.5W, most PCs or older Mac computers) iPad will charge very slowly (but iPad indicates not charging). Make sure your computer is on while charging iPad via USB. If iPad is connected to a computer that’s turned off or is in sleep or standby mode, the iPad battery will continue to drain.
    Apple recommends that once a month you let the iPad fully discharge & then recharge to 100%.
    How to Calibrate Your Mac, iPhone, or iPad Battery
    http://www.macblend.com/how-to-calibrate-your-mac-iphone-or-ipad-battery/
    At this link http://www.tomshardware.com/reviews/galaxy-tab-android-tablet,3014-11.html , tests show that the iPad 2 battery (25 watt-hours) will charge to 90% in 3 hours 1 minute. It will charge to 100% in 4 hours 2 minutes. The new iPad has a larger capacity battery (42 watt-hours), so using the 10W charger will obviously take longer. If you are using your iPad while charging, it will take even longer. It's best to turn your new iPad OFF and charge over night. Also look at The iPad's charging challenge explained http://www.macworld.com/article/1150356/ipadcharging.html
    Also, if you have a 3rd generation iPad, look at
    Apple: iPad Battery Nothing to Get Charged Up About
    http://allthingsd.com/20120327/apple-ipad-battery-nothing-to-get-charged-up-abou t/
    Apple Explains New iPad's Continued Charging Beyond 100% Battery Level
    http://www.macrumors.com/2012/03/27/apple-explains-new-ipads-continued-charging- %20beyond-100-battery-level/
    New iPad Takes Much Longer to Charge Than iPad 2
    http://www.iphonehacks.com/2012/03/new-ipad-takes-much-longer-to-charge-than-ipa d-2.html
    Apple Batteries - iPad http://www.apple.com/batteries/ipad.html
    iPhone: Hardware troubleshooting (Power/Battery section also applies to iPad)
    http://support.apple.com/kb/TS2802
    The Ultimate Guide to Solving iOS Battery Drain
    http://www.overthought.org/blog/2014/the-ultimate-guide-to-solving-ios-battery-d rain
    Extend iPad Battery Life (Look at pjl123 comment)
    https://discussions.apple.com/thread/3921324?tstart=30
    iOS 7 Battery Life Draining Too Fast? It’s Easy to Fix
    http://osxdaily.com/2013/09/19/ios-7-battery-life-fix/
    Poor battery life after installing iOS 7.1? Try these simple tips
    http://www.zdnet.com/poor-battery-life-after-installing-ios-7-1-try-these-simple -tips-7000027348/
    New iPad Slow to Recharge, Barely Charges During Use
    http://www.pcworld.com/article/252326/new_ipad_slow_to_recharge_barely_charges_d uring_use.html
    iPad: Charging the battery
    http://support.apple.com/kb/HT4060
    Charging Tip - Switching to airplane mode turns off battery-draining wireless and cellular access, allowing your iPhone/iPad to recharge up to twice as fast.
    Best Practices for iPad Battery Charging
    http://www.ilounge.com/index.php/articles/comments/best-practices-for-ipad-batte ry-charging/
    How to Save and Prolong the battery life of your new ipad
    https://discussions.apple.com/thread/4480944?tstart=0
    Prolong battery lifespan for iPad / iPad 2 / iPad 3: charging tips
    http://thehowto.wikidot.com/prolong-battery-lifespan-for-ipad
    iPhone, iPod, Using the iPad Charger
    http://support.apple.com/kb/HT4327
    Install and use Battery Doctor HD
    http://itunes.apple.com/tw/app/battery-doctor-hd/id459702901?mt=8
    To Extend a Device’s Battery Life, Get to Know It Better
    http://tinyurl.com/b67c7xz
    iPad Battery Replacement
    http://www.apple.com/batteries/replacements.html
    In rare instances when using the Camera Connection Kit, you may notice that iPad does not charge after using the Camera Connection Kit. Disconnecting and reconnecting the iPad from the charger will resolve this issue.
     Cheers, Tom

  • "Extra" Internal Hard Drives won't mount - swap, /, and /home work.

    Hello All,
    *** I'm updating my post finally. Sorry it's so long, I'm not entirely sure what is and isn't relevant.
    *** Also I think it's a mix up with RAID causing the issue, as I'll address below, but in case I'm wrong I wanted to include the other information that came to mind before I noticed the RAID issue (because the RAID issue doesn't make a lot of sense to me).
    First off, I'm running Arch64 and KDE4 with my system up to date. Also I have Gamin installed and not FAM. I use ReiserFS on all of my partitions and drives.
    I have six hard drives in my computer, all of which are SATA drives. One is a WD 150GB Raptor with my swap, /, and /home partitions on it, the other five are for extra storage on what I call my media-server (they mount to /media/media-server/1 ,2 ,and so on). They only have one partition each. Of those five the first (/media/media-server/1) is a WD 1TB drive, the other four are WD 500GB drives of identical model.
    All of the Raptor's patitions, swap, /, and /home mount just fine.
    On top of that the 1TB drive mounts just fine. But the four 500GB drives will not mount at all. They show up in Dolphin, Disk Utility, KwikDisk, KDiskFree, and Partition Manager. However, their size is not shown and/or marked N/A, except in Partition Manager, where their size is shown. They are not seen by 'df'.
    Output from 'df':
    df -h
    Filesystem Size Used Avail Use% Mounted on
    udev 10M 308K 9.7M 4% /dev
    /dev/sda2 25G 7.7G 17G 32% /
    none 4.0G 0 4.0G 0% /dev/shm
    /dev/sda3 112G 90G 22G 81% /home
    /dev/sdb1 932G 919G 13G 99% /media/media-server/1
    *** As for removable media, it's being a bit odd. When I first wrote this post removable media, specifically USB flash drives and SD media cards mounted fine. A while after that they'd show up in Device Notifier, but wouldn't mount. Just a little while ago they wouldn't show up in Device Notifier and wouldn't mount. Now they show up fine and mount fine again. This is possibly unrelated, I'm not sure.
    Depending on what method I try to mount my hard drives I either get an 'only root can mount that' error or else a HAL drive busy or already mounted error, followed by a 'drive is not mounted' error when I use umount to double check.
    *** Permissions are working better now , Dolphin isn't giving me the 'only root can mount' errors anymore. Still can't mount the drives though.
    All of this output is from when the drives are listed in /etc/fstab:
    Konsole output:
    mount /dev/sdf1
    mount: only root can mount /dev/sdf1 on /media/media-server/5
    sudo mount /dev/sdf1
    mount: /dev/sdf1 already mounted or /media/media-server/5 busy
    umount /dev/sdf1
    umount: /dev/sdf1 is not mounted (according to mtab)
    sudo umount /dev/sdf1
    umount: /dev/sdf1: not mounted
    Dolphin output:
    An error occurred while accessing 'MediaServer5', the system responded: org.freedesktop.Hal.Device.Volume.PermissionDenied: Device /dev/sdf1 is listed in /etc/fstab. Refusing to mount.
    Device Notifier output (pops up when I try to mount the drives in Dolphin):
    org.freedesktop.Hal.Device.Volume.PermissionDenied: Device /dev/sdf1 is listed in /etc/fstab. Refusing to mount.
    Partition Manager:
    The file system on partition /dev/sdf1 could not be mounted.
    Details
    ==========================================================================================
    Command: mount -v /dev/sdf1 /media/media-server/5
    ==========================================================================================
    mount: /dev/sdf1 already mounted or /media/media-server/5 busy
    mount: you didn't specify a filesystem type for /dev/sdf1
    I will try type reiserfs
    At boot, when the daemons are starting I get:
    mount: /dev/sdc1 already mounted or /media/media-server/2 busy
    mount: /dev/sdd1 already mounted or /media/media-server/3 busy
    mount: /dev/sde1 already mounted or /media/media-server/4 busy
    mount: /dev/sdf1 already mounted or /media/media-server/5 busy
    This is from when the drives are not listed in /etc/fstab:
    Dolphin output:
    An error occurred while accessing 'MediaServer5', the system responded: org.freedesktop.Hal.Device.InterfaceLocked: The enclosing drive for the volume is locked
    Device Notifier output (pops up when I try to mount the drives in Dolphin):
    An error occurred while accessing 'MediaServer5', the system responded: org.freedesktop.Hal.Device.InterfaceLocked: The enclosing drive for the volume is locked
    I have tried listing (with the UUID method and the /dev method) and not listing the drives in /etc/fstab, and I have 'hal' and 'dbus' daemons in /etc/rc.conf (and I've tried using only the hal daemon and not the dbus in /etc/rc.conf). I've also tried not listing 'hal', 'dbus', and 'kdm' and only booting to terminal and then mounting the drives manually, that doesn't work either.
    Here is my /etc/fstab (back to using UUID's):
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    UUID=699cdd5e-3f4a-4b85-8dcb-5d00c00c94a9 swap swap defaults 0 0
    UUID=ce94e7a3-3e07-41e5-90d7-1116e5da3121 / reiserfs defaults 0 0
    UUID=a1dce435-df90-4f0d-892c-61ff3ea0c8d1 /home reiserfs defaults 0 0
    ## Media-Server
    # media-server/1
    UUID=81998a75-f887-4a35-b3fa-e159190f25a3 /media/media-server/1 reiserfs defaults 0 0
    #/dev/sdb1 /media/media-server/1 reiserfs defaults 0 0
    # media-server/2
    UUID=8cdd114a-b190-44f6-9240-1910a5d048f7 /media/media-server/2 reiserfs defaults 0 0
    #/dev/sdc1 /media/media-server/2 reiserfs defaults 0 0
    # media-server/3
    UUID=59164593-b56d-4c49-8837-277b3c392dfb /media/media-server/3 reiserfs defaults 0 0
    #/dev/sdd1 /media/media-server/3 reiserfs defaults 0 0
    # media-server/4
    UUID=ba6007bd-1e36-431c-85f4-857c83845c86 /media/media-server/4 reiserfs defaults 0 0
    #/dev/sde1 /media/media-server/4 reiserfs defaults 0 0
    # media-server/5
    UUID=6fab5364-1acb-4ba3-9f83-bb171a6d398a /media/media-server/5 reiserfs defaults 0 0
    #/dev/sdf1 /media/media-server/5 reiserfs defaults 0 0
    ## VirtualBox USB
    none /proc/bus/usb usbfs auto,busgid=108,busmode=0775,devgid=108,devmode=0664 0 0
    Here's the daemons line from /etc/rc.conf:
    DAEMONS=(syslog-ng !dbus hal network netfs crond wicd openntpd sshd avahi-daemon avahi-dnsconfd samba alsa mysqld lircd mythbackend !mpd !sensors !sensord !fancontrol cups keytouch kdm)
    Also, /etc/mtab because only the first media-server drive is listed in it (the one that does mount):
    proc /proc proc rw,relatime 0 0
    sys /sys sysfs rw,relatime 0 0
    udev /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=1014438,mode=755 0 0
    /dev/sda2 / reiserfs rw,relatime 0 0
    fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
    none /dev/pts devpts rw 0 0
    none /dev/shm tmpfs rw 0 0
    /dev/sda3 /home reiserfs rw 0 0
    /dev/sdb1 /media/media-server/1 reiserfs rw 0 0
    none /proc/bus/usb usbfs rw,busgid=108,busmode=0775,devgid=108,devmode=0664 0 0
    I attempted to add the other drives to /etc/mtab but they get overwritten upon a reboot. I've drived mounting the drives from konsole and dolphin.
    All my drives used to work. At one point I had Chakra installed and had this issue after an update, however after thinking about it the problem may have actually started after the power flashed on and off here. I couldn't fix it so I installed Arch64 and KDE4 (the normal KDE from the Arch repos, not KDEMod) thinking maybe it was a Chakra specific issue. That fixed it at the time. It later happened on my Arch install. I reinstalled Arch again and the issue was gone. However the issue is back. Again I think it was after a power outage/flash but it was also after an update that included a kernel update. Best I can remember each time it's happened has been after a kernel update and power flash. So I can't say for sure which is the cause.
    Oddly though if I boot from a live disc (in my case a Chakra Live DVD) I can mount and access all of the drives just fine.
    Another oddity, is that in 'Disk Utility' (palimpsest) there is a 1.5TB RAID-5 array listed. The only thing I can figure is that that is what is making the individual drives busy.
    Here's a screenshot from Disk Utility of the RAID-5 array:
    http://theavataroftime.com/sites/defaul … enshot.png
    After talking to a friend I remembered that quite a while back (over a year) we had messed around trying to setup a RAID array and dual boot WindowsXP. However, we never could get it working quite right, not even just in Linux without dual booting. I really can't say what all we did/tried, it's been too long. I realize that's not much help but...
    Anyway I'm pretty certain I deleted everything RAID related at the time and turned it off. However I must be mistaken or I guess the array wouldn't be showing up.
    I apologize, I really know nothing about RAID or RAID controllers. I do have an onboard RAID controller, but it's not a full fledged hardware RAID controller. It's onboard, but doesn't have it's on proccessor like good hardware RAID would. Or that's the way I understand it. Perhaps 'hybrid' is the proper term?
    I checked in BIOS and my onboard RAID controller is off.
    I take it that my attempts at setting up a RAID array before are still in the MBR (on that note I use GRUB and have never used LILO)? That's the only place I can think of that any leftover RAID configurations wouldn't have been wiped during reinstalling and reformatting the drives and partitions? I've reformatted my drives completely and changed the size of swap, /, and /home on several occasions since then, as well as formatting the media-server drives to ReiserFS (not sure what FS I was using when trying to setup RAID before. Perhaps FAT32 since I was trying to dual boot).
    I clicked the stop array button in Disk utility, and then all the options except start array went away. Then I clicked start, and instead of my four media-server drives being listed at the side of Dolphin there was one 1.4TB drive. I rebooted and now it's back to the 4 500GB media-server drives.
    I'm worried about losing a bunch of data, so I'm hesitant to start experimenting. How should I go about getting rid of the remnants of the RAID array safely?
    Also here's a screenshot of MediaServer5 from Disk Utility. The other 500GB drives have the same info minus the names and labels of course:
    http://theavataroftime.com/sites/defaul … enshot.png
    *** I had forgotten about dmesg output. It's quite long so instead of copying it, here's a link to it:
    http://theavataroftime.com/sites/defaul … /dmesg.txt
    Thanks for advice on the matter.
    Last edited by The Avatar of Time (2010-10-07 08:27:06)

    Thanks for the reply.
    Here is my output from the commands you suggested:
    fuser -v -m /media/media-server/2
    USER PID ACCESS COMMAND
    /media/media-server/2:
    root kernel mount /
    theavataroftime 2518 fr.e. startkde
    theavataroftime 2561 Frce. gpg-agent
    theavataroftime 2575 .rce. dbus-launch
    theavataroftime 2576 .rce. dbus-daemon
    theavataroftime 2584 Fr.e. kdeinit4
    theavataroftime 2585 Fr.e. klauncher
    theavataroftime 2587 fr.e. kded4
    theavataroftime 2592 .r.e. kglobalaccel
    theavataroftime 2605 .r.e. kwrapper4
    theavataroftime 2613 Fr.e. ksmserver
    theavataroftime 2622 .r.e. kwin
    theavataroftime 2656 fr.e. knotify4
    theavataroftime 2658 fr.e. plasma-desktop
    theavataroftime 2662 .rce. kuiserver
    theavataroftime 2665 .r.e. akonadi_control
    theavataroftime 2667 .r.e. akonadiserver
    theavataroftime 2670 Fr.e. mysqld
    theavataroftime 2714 .r.e. akonadi_contact
    theavataroftime 2715 .r.e. akonadi_contact
    theavataroftime 2716 .r.e. akonadi_ical_re
    theavataroftime 2717 .r.e. akonadi_ical_re
    theavataroftime 2718 .r.e. akonadi_maildir
    theavataroftime 2719 .r.e. akonadi_maildis
    theavataroftime 2720 .r.e. akonadi_nepomuk
    theavataroftime 2721 .r.e. akonadi_vcard_r
    theavataroftime 2739 .r.e. nepomukserver
    theavataroftime 2741 .r.e. nepomukservices
    theavataroftime 2747 .r.e. kaccess
    theavataroftime 2759 fr.e. krunner
    theavataroftime 2765 Fr.e. virtuoso-t
    theavataroftime 2772 Fr.e. kio_http_cache_
    theavataroftime 2774 .r.e. kmix
    theavataroftime 2782 Fr.e. konsole
    theavataroftime 2785 .r.e. kjots
    theavataroftime 2790 .r.e. bash
    theavataroftime 2807 .r.e. kalarm
    theavataroftime 2809 fr.e. kopete
    theavataroftime 2812 .r.e. polkit-kde-auth
    theavataroftime 2815 .r.e. kwin
    theavataroftime 2821 .r.e. dolphin
    theavataroftime 2822 Fr.e. firefox
    theavataroftime 2834 .r.e. kwalletd
    theavataroftime 2839 .r.e. kwalletmanager
    theavataroftime 2842 Frce. gconfd-2
    theavataroftime 2850 .r.e. python
    theavataroftime 2854 .rce. wicd-client
    theavataroftime 2858 .r.e. klipper
    theavataroftime 2861 .r.e. nepomukservices
    theavataroftime 2862 .r.e. nepomukservices
    theavataroftime 2865 .r.e. nepomukservices
    theavataroftime 2867 .r.e. nepomukservices
    theavataroftime 2868 .r.e. nepomukservices
    theavataroftime 2869 .r.e. nepomukservices
    theavataroftime 2870 .r.e. nepomukservices
    theavataroftime 2871 .r.e. korgac
    theavataroftime 2883 fr.e. kmozillahelper
    theavataroftime 2979 .r.e. amarokapp
    theavataroftime 2989 .r.e. plugin-containe
    theavataroftime 3010 .r.e. npviewer.bin
    theavataroftime 3048 Fr.e. kdeinit
    theavataroftime 3051 Fr.e. dcopserver
    theavataroftime 3053 Fr.e. klauncher
    theavataroftime 3055 fr.e. kded
    theavataroftime 3075 .r.e. ruby
    theavataroftime 3081 fr.e. kio_file
    theavataroftime 15311 .r.e. kio_http
    theavataroftime 15312 .r.e. kio_http
    theavataroftime 15313 .r.e. kio_http
    theavataroftime 15314 .r.e. kio_http
    theavataroftime 15315 .r.e. kio_http
    theavataroftime 15316 .r.e. kio_http
    fuser -v -m /dev/sdb1
    USER PID ACCESS COMMAND
    /dev/sdb1: root kernel mount /media/media-server/1
    I ran 'fsck.reiserfs --check' one /dev/sdf1, which is the /media/media-server/5 hard drive.
    Here are the results:
    fsck.reiserfs --check /dev/sdf1
    reiserfsck 3.6.21 (2009 www.namesys.com)
    ** If you are using the latest reiserfsprogs and it fails **
    ** please email bug reports to [email protected], **
    ** providing as much information as possible -- your **
    ** hardware, kernel, patches, settings, all reiserfsck **
    ** messages (including version), the reiserfsck logfile, **
    ** check the syslog file for any related information. **
    ** If you would like advice on using this program, support **
    ** is available for $25 at www.namesys.com/support.html. **
    Will read-only check consistency of the filesystem on /dev/sdf1
    Will put log info to 'stdout'
    Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes
    reiserfsck --check started at Mon Sep 27 19:21:20 2010
    Replaying journal: Done.
    Reiserfs journal '/dev/sdf1' in blocks [18..8211]: 0 transactions replayed
    Checking internal tree.. finished
    Comparing bitmaps..finished
    Checking Semantic tree:
    finished
    No corruptions found
    There are on the filesystem:
    Leaves 77863
    Internal nodes 474
    Directories 2856
    Other files 18718
    Data block pointers 77184421 (0 of them are zero)
    Safe links 0
    reiserfsck finished at Mon Sep 27 19:29:03 2010
    Also I just used Partition Manager to check /media/media-server/5 as well.
    Check and repair partition '/dev/sdf1' (465.76 GiB, reiser)
    Job: Check file system on partition '/dev/sdf1'
    Command: fsck.reiserfs --fix-fixable -q -y /dev/sdf1
    reiserfsck 3.6.21 (2009 www.namesys.com)
    ** If you are using the latest reiserfsprogs and it fails **
    ** please email bug reports to [email protected], **
    ** providing as much information as possible -- your **
    ** hardware, kernel, patches, settings, all reiserfsck **
    ** messages (including version), the reiserfsck logfile, **
    ** check the syslog file for any related information. **
    ** If you would like advice on using this program, support **
    ** is available for $25 at www.namesys.com/support.html. **
    Will check consistency of the filesystem on /dev/sdf1
    and will fix what can be fixed without --rebuild-tree
    Will put log info to 'stdout'
    reiserfsck --fix-fixable started at Wed Oct 6 22:29:02 2010
    Replaying journal: Replaying journal: Done.
    Reiserfs journal '/dev/sdf1' in blocks [18..8211]: 0 transactions replayed
    Checking internal tree..
    ***I'm cutting most of this out, it's insanely long: \|/-\|/-\|finished
    Comparing bitmaps..Bad nodes were found, Semantic pass skipped
    3 found corruptions can be fixed only when running with --rebuild-tree
    reiserfsck finished at Wed Oct 6 22:36:43 2010
    block 32772: The level of the node (48287) is not correct, (1) expected
    the problem in the internal node occured (32772), whole subtree is skipped
    block 262149: The level of the node (28423) is not correct, (1) expected
    the problem in the internal node occured (262149), whole subtree is skipped
    block 11326: The level of the node (63701) is not correct, (1) expected
    the problem in the internal node occured (11326), whole subtree is skipped
    vpf-10630: The on-disk and the correct bitmaps differs. Will be fixed later.
    Check file system on partition '/dev/sdf1': Error
    Check and repair partition '/dev/sdf1' (465.76 GiB, reiser): Error
    Thanks for the advice.
    Last edited by The Avatar of Time (2010-10-07 05:53:05)

  • Best way to organize photos and home video

    Looking for the optimum way to organize photos and home videos. Goal is to have all devices have equal access to all the media. Just as important is for this to be as easy as possible to maintain and use.
    Have an iMac with iTunes and iPhoto
    Have multiple iOS devices with different family members each of whom take photos and videos with their devices
    Have multiple Apple TVs
    iMac will be the hub with wifi synching
    Right now about 30,000 files probably 1000 are videos (and growing)
    I don't do any editing of photos or videos
    Current set up is through iPhoto. I am importing all images not using the reference option. This worked fine until we started taking more videos which made for a large 200gb iPhoto library which barely loads even with 16gb ram.
    I want to use iPhoto not iTunes because I keep everything organized by event, that includes photos and videos. And I don't want 2 separate organizing options to keep track of.
    Most of my library is also available outside of iPhoto, I have a back up so I could use the reference feature of iPhoto which would mean a smaller library. However we use photostream on all iOS devices which has the feature that automatically imports into iPhoto. So I don't have to worry about those photos - it's easy. But then i would have some media copied into the library and some referenced. This doesn't work for videos so I will need to copy them.
    I have a copy of iPhoto library manager software which could solve the excessive library size. That's cumbersome because I have to sync the correct library with the iOS devices and also make sure photostream is In the right library. I have only used this software a little so I could be wrong about this solution.
    I appreciate any ideas that might work. Of course let me know if I am missing something, I am sure I am.
    Would Aperture be a better solution? Some other software?

    1 - do not change to a referenced library with iPhoto - it has many problems and should not be done - if you switch to Aperture it is ok - Aperture handles referenced libraries fine
    2 - iPhoto does not load your entire library and while 200 GB is large it is not giant and is not causing you an problems - if you ave problems please describe them and  will try to help with thme -it is not libary size - My library is 263 GB and I have 8GB of RAM and there are no issues
    3 - not sure what your constraints are but for me having all IOS devices logged into iCoud using the same Apple ID work best - the downside is that we all see the same things - which is our desire and I think yours
    LN

Maybe you are looking for

  • Utilities Applications grayed and crossed out, "No longer supported"?

    Originally I wanted to Verify and Repair my Disk Permissions since I've been having difficulty with my disk drive [playing the Sims 3, it told me that there was an error in the Disk Authorization and that the disk was not found in the drive]. Followi

  • Asset issue in as91

    Dear Sapgurus, while uploading the asset masters through as91 system it is showing error message 30 Consolidated balance sheet in local currency Line item causes scrap value of 0,00 to be violated Message no. AA632 Asset affected: INTERN-00001-0000 D

  • Components getting cut off on resizing

    I have a custom panel that sits within a JViewport that sits within a JScrollPane. As I increase the size of the panel, the scrollbars allow me to scroll up and down to see the new area. However, anything I try to put in the area below the original 2

  • CCMP unable to find sign out

    Hi, I am using Cisco CCMP ver 10.0 with LDAP integration. When I log in the portal by LDAP users, I can not find sign out button. Is that bug or misconfiguration? Any helps? Thanks, Thuc

  • Connecting to ADO Data Services using XML Data

    Has anyone attempted to connect to a database using ADO Data Services? My understanding of ADO Data Services is that it allows querying of the database in a REST format. So if I publish a site, I can get to its data with a URL like this: http://mysit