Unknown grouping

Hi All
PLease see below a query which used to return the result in ascending order of date in Oracle 9i. After an upgrade from Oracle 9i to Oracel10g, the result returned ,is as shown below where date is not in order. Is this a bug in oracle 10g?
Can someone help in rearranging the data in ascending order of date?
select count(*) , trunc( MOD_DATE ) from <table_name>
where MOD_DATE >=trunc(sysdate-10)
and MOD_DATE<trunc(sysdate) group by
trunc( MOD_DATE )
COUNT(*) TRUNC(MOD
8415 03-OCT-06
3498 08-OCT-06
5071 05-OCT-06
3782 01-OCT-06
6102 06-OCT-06
5904 02-OCT-06
5715 07-OCT-06
6069 04-OCT-06
6185 10-OCT-06
Thanking you in advance.
Amit

select count(*) , trunc( MOD_DATE ) from <table_name>
where MOD_DATE >=trunc(sysdate-10)
and MOD_DATE<trunc(sysdate) group by
trunc( MOD_DATE )
order by trunc( MOD_DATE )
Cheers

Similar Messages

  • Unknown Group - Causes Finder Crash - How do I change group?

    Many directories and files on my system after installing Leopard have an "Unknown" group and when I open a "Get Info" window on them and click the "Add" button the beachball appears and Finder crashes.
    MacFixit stated "This problem appears to be due to a bad group setting. You can alleviate the issue by putting afflicted users back into the "Staff" group (GID 20) via the following Terminal command:
    sudo dscl . append /Groups/staff GroupMembership username
    (where "username" is replaced by the afflicted user's name)."
    However, this did not solve my problem. Said files and directories still have "uknown" groups and Finder still crashes when I click the "Add" button in the Get Info window.
    How to fix?

    McToast wrote:
    In Tiger, a group with the same name as your username would be created and the UID and GID would match. However, Leopard doesn't seem to be doing that anymore.
    No, now it has reverted to the behaviour of 10.2 and before. All normal user accounts were made members of the "staff" group by default. admin users were also made members of the "admin" group, plus a couple of others. There are a lot more in Leopard. Trust me, you will have far fewer problems if you make your primary group 20. Your 'id' output should ideally look like
    macbook:~ michaelc$ id
    uid=501(michaelc) gid=20(staff) groups=20(staff),98(lpadmin),81(appserveradm),
    103(com.apple.sharepoint.group.3),102(com.apple.sharepoint.group.2),
    101(com.apple.sharepoint.group.1),104(com.apple.sharepoint.group.4),
    79(_appserverusr),80(admin)
    (I put some new lines in there to stop the excessively long line).
    I don't know what those sharepoint groups are, either, in case you're wondering

  • Unknown group after TM restore

    On my previous mac, I created a group in /etc/group to enable file sharing between multiple local users. It seems that the TM restore of the users files copied the group permission bits correctly, but did not update /etc/group. That is, when I do an "ls -l" on a shared folder, I see the group-id, and not the group name. In addition, other users of the group are not able to view the shared files in the Finder.
    I then added the entry to /etc/group and rebooted, but that did not change anything.
    How can I restore shared group file access?
    Thanks,
    Anthony

    Anthony Discolo wrote:
    Here's what I did:
    1. Noted the missing group-id is 100 from the output of ls -l.
    2. Created a group in System Preferences/Accounts and used the Advanced Options to set its group-id to 100.
    3. Rebooted.
    4. Noticed the newly created group is missing from the System Preferences/Accounts groups list (maybe having something to do with the group-id < 500?).</div>
    yes, groups with gid <500 don't show up in system preferences.
    <div class="jive-quote">5. Noticed the group name was listed in the output of dscl . -list /groups
    6. The "(unknown)" group (not the new group name) was still listed in the Sharing & Permissions tab in the Get Info window and was still not removable.
    what does
    ls -l give now? is the ggroup name correctly reported when you do that? if not just try chgrp.
    Where can I find out what database the Finder is reading for the Sharing & Permissions list?
    not aware of any such database besides directory services. I suspect Finder interacts with the Directory services directly. Finder is known to do this sort of thing but it shouldn't be happening to groups you make yourself. In particular, users who upgraded from Tiger have GID=UID (in leopard the default GID=20) and their groups display as "unknown" in Finder.

  • [SOLVED]Unknown group "socketsentry" in message bus configuration file

    If you -like me- come along this error message when updating KDE follow this few steps to have the PLASMA Widget SocketSentry up and running:
    1. launch KUser
    2. add a new group called socketsentry and add all your users to it - at least all you want to be able to run this plasmoid.
    3. reboot
    Look at here: http://code.google.com/p/socket-sentry/ … l?id=10#c0 and here http://code.google.com/p/socket-sentry/ … ed_with_un for more info about his.
    Arch rules! :D:D:D

    Hey! Thank you very much :-) I hope dbus will run OK now

  • Unknown group 'network' in message bus configuration file

    I observe the above warning which appears right after the 'Starting DBUS system message bus' message during initialisation.
    Should I be concerned with this?
    How to I clear it so that my init scripts are nice and tidy?

    pacman -S filesystem
    And your done

  • A different way to deal with "unknown" user after upgrade from Tiger.

    It's a known issue that doing upgrade and install or archive and install from Tiger to Leopard, produces a lot of folders with "unknown" group in their "get info" panel. This has to do with a different group structure in Tiger and Leopard.
    In Tiger, every user has their own private group with the same name as the username. That group is set to be user's primary group.
    In leopard, every new user with an account is a member of the group staff (gid=20) which is not present in Tiger. Leopard doesn't fully understand Tiger's private group structure, hence the "unknown" group. This causes various problems such as Finder crashes when trying to change the permissions and ownership in the get info window.
    Apple's proposed way of dealing with this is described [here|http://docs.info.apple.com/article.html?artnum=307128].
    However, this method doesn't change the existing group structure and doesn't resolve all the problems.
    I'd like to suggest a different way of dealing with it.
    1. create a new admin user (if you don't have one already), log out of your primary account and log into the new one.
    2. enter the following in terminal:
    *sudo dscl . delete /users/"username"*
    where username is the short name of the user on the main account (not the one you are currently logged into).
    This will delete that user.
    3. Log out/in.
    4. go to system preferences->accounts and create a new user with the name and short name exactly as the one you've deleted in step 2.
    You'll be get a popup saying that a home directory by this name already exists and asking if you want to use it. Say "Yes".
    That's it. Your main user will be recreated using the native group structure of Leopard with gid=20(staff). Permissions on your home directory will be reset with correct group and ownership.
    I tested the process on my powerbook after an upgrade and install from Tiger to leopard and it worked without a hitch.
    I like this method better than Apple's because it completely gets rid of Tiger's group structure which was creating all the confusion. The only downside as far as I can see is that you might have to manually change the group ownership on some files belonging to the main user that sit outside your home directory.
    I would appreciate any comments on this.

    hmm, I confess, I did this before installing 10.5.2 so i can't say for sure. However, I've dealt with a few people (see e.g. this [thread|http://discussions.apple.com/thread.jspa?messageID=7012957]) who are running 10.5.2 and still have this issue. I don't know what if anything 10.5.2 did about this but I'm quite sure that it didn't change the group structure inherited from Tiger.
    Message was edited by: V.K.

  • Unknown User Permissions - Erase and Install Backup Plan

    Hi everyone,
    I upgraded from Tiger and therefore have the unknown user permissions problems. I'd like to erase and install my system and am writing to verify the following:
    If I copy my data (with the funny permissions) to a Powerbook in Firewire Disk Mode, reinstall Leopard on my new iMac, then copy the data back from the Powerbook in disk target mode, will the permissions be fixed?
    Thank you, Tom Bertram.

    Thomas,
    If you are talking about the "unknown" group problem seen in the permissions portion of Get Info, be aware that Apple is in the process of putting out a Knowledge Base article to address this and it may be wise to be patient a little longer.
    The user accounts inherited from Tiger belong to a "group" that has a missing piece of information -- a group name that Leopard wants. The installer should have dealt with this but it didn't. Anyway, a couple of simple Terminal commands can fix this for each such account. Once the Group description is proper, there will no longer be any need to change the group membership of your files.
    Unfortunately the first couple tries Apple made of describing how to do this appear to be in error. See the following thread:
    http://discussions.apple.com/thread.jspa?threadID=1280472&tstart=0
    The correct commands should be posted by Apple shortly and then you can resolve this without having to do a whole re-install.
    --Bob

  • Same Group UUID On Two Systems?

    I sync files between an iMac and a MacBook both running 10.5.4. The source files are accessible by group "abc" on the iMac. The same group "abc" is defined on the MacBook. When these files are copied to the MacBook the group "abc" is shown as "Unknown".
    It looks like the reason the "abc" group is not recognized on the MacBook is because the group UUIDs on the iMac and the MacBook are different. Both groups have the same GID.
    So my questions are:
    1) Are the different UUIDs the reason for the "Unknown" group name on the MacBook after I copy the files from the iMac?
    2) Can I fix this problem by changing the group UUID on one of the systems so that it matches the group UUID on the other system?
    3) Are there any ramifications of making the group UUIDs match on two different systems?
    Thanks.

    The two machines are connected using ethernet/airport and TCP/IP.
    I defined the group "riegners" for the first time on Leopard; it is not a carry-over from Tiger.
    Here is an example file on the iMac. Notice that the group is not 507, which is "riegners" GID. I used the Finder to add the group "riegners" to the file, which looks to be implemented as an ACL.
    Riegner-iMac2:Birthdays dick$ ls -lade xyz
    -rw-rw-rw-@ 1 dick _dick 568607 Jul 6 15:34 xyz
    0: group:riegners allow read,write,append,readattr,writeattr,readextattr,writeextattr,readsecurity
    Riegner-iMac2:Birthdays dick$ ls -laden xyz
    -rw-rw-rw-@ 1 503 503 568607 Jul 6 15:34 xyz
    0: AEABAE65-4DA4-47CD-99F4-CAF9D4CCDF61 allow read,write,append,readattr,writeattr,readextattr,writeextattr,readsecurity
    And here is the same file as it appears on the MacBook after the copy:
    Riegner-MacBook1:Birthdays dick$ ls -lade xyz
    -rw-rw-rw-@ 1 admin1 wheel 568607 Jul 6 15:34 xyz
    0: AEABAE65-4DA4-47CD-99F4-CAF9D4CCDF61 allow read,write,append,readattr,writeattr,readextattr,writeextattr,readsecurity
    Riegner-MacBook1:Birthdays dick$ ls -laden xyz
    -rw-rw-rw-@ 1 501 0 568607 Jul 6 15:34 xyz
    0: AEABAE65-4DA4-47CD-99F4-CAF9D4CCDF61 allow read,write,append,readattr,writeattr,readextattr,writeextattr,readsecurity
    Notice that the "riegners" group UUID is the same on the copied file on the MacBook. But the group "riegners" on the MacBook is defined with a different UUID. The Finder on the MacBook shows a group of "wheel", which is correct. And another group of "(unknown)", which I suspect is the ACL for the group "riegners" from the iMac. The group "riegners" on the iMac has a UUID of AEABAE65-4DA4-47CD-99F4-CAF9D4CCDF61, which is unknown to the MacBook.
    So if I make the UUIDs for group "riegners" the same on both system will the Finder display the actual group name instead of "(unknown)"? Is it good practice to make these UUIDs the same?
    Thanks.

  • Different machines, different groups.

    ok.. so we of course have multiple machines and on each machine a user may be in different groups.. but i get errors ie:
    com.waveset.util.WavesetException: An error occurred modifying user 'USERUSER' on resource 'MACHINE'. com.waveset.util.WavesetException: usermod: unknown group dev
    but say on MACHINE1 there is group dev and USERUSER is in it.

    Please elaborate what you are trying to do. Your description isn't exactly helpful.

  • Systemd Errors From Deluge Group and gvfs Permission [SOLVED]

    Have a few things that I have not been able to find a fix for.
    The Deluge group is unknown and a gvfs permission problem.  I've tried reinstalled both packages.  I've searched and found inf regarding both, but nothing that has worked for me so far.
    [jeff@Arch2010p5 ~]$ systemctl --failed
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    systemd-tmpfiles-clean.service loaded failed failed Cleanup of Temporary Directories
    systemd-tmpfiles-setup.service loaded failed failed Recreate Volatile Files and Directories
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    2 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    [root@Arch2010p5 jeff]# systemctl status systemd-tmpfiles-clean.service
    systemd-tmpfiles-clean.service - Cleanup of Temporary Directories
    Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-clean.service; static)
    Active: failed (Result: exit-code) since Thu, 2012-11-15 11:07:19 PST; 56min ago
    Docs: man:tmpfiles.d(5)
    Process: 1015 ExecStart=/usr/bin/systemd-tmpfiles --clean (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/systemd-tmpfiles-clean.service
    Nov 15 11:07:19 Arch2010p5 systemd[1]: Starting Cleanup of Temporary Directories...
    Nov 15 11:07:19 Arch2010p5 systemd-tmpfiles[1015]: [/usr/lib/tmpfiles.d/deluge.conf:1] Unknown group 'deluge'.
    Nov 15 11:07:19 Arch2010p5 systemd-tmpfiles[1015]: stat(/run/user/1000/gvfs) failed: Permission denied
    Nov 15 11:07:19 Arch2010p5 systemd[1]: systemd-tmpfiles-clean.service: main process exited, code=exited, status=1/FAILURE
    Nov 15 11:07:19 Arch2010p5 systemd[1]: Failed to start Cleanup of Temporary Directories.
    Nov 15 11:07:19 Arch2010p5 systemd[1]: Unit systemd-tmpfiles-clean.service entered failed state
    [root@Arch2010p5 jeff]# systemctl status systemd-tmpfiles-setup.service
    systemd-tmpfiles-setup.service - Recreate Volatile Files and Directories
    Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup.service; static)
    Active: failed (Result: exit-code) since Thu, 2012-11-15 10:52:44 PST; 20min ago
    Docs: man:tmpfiles.d(5)
    Main PID: 377 (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/systemd-tmpfiles-setup.service
    Nov 15 10:52:44 Arch2010p5 systemd[1]: systemd-tmpfiles-setup.service: main process exited, code=exited, status=1/FAILURE
    Nov 15 10:52:44 Arch2010p5 systemd[1]: Failed to start Recreate Volatile Files and Directories.
    Nov 15 10:52:44 Arch2010p5 systemd[1]: Unit systemd-tmpfiles-setup.service entered failed state
    [root@Arch2010p5 jeff]# journalctl -f /usr/bin/systemd-tmpfiles
    -- Logs begin at Thu, 2012-11-01 15:56:20 PDT. --
    Nov 15 09:46:50 Arch2010p5 systemd-tmpfiles[923]: [/usr/lib/tmpfiles.d/deluge.conf:1] Unknown group 'deluge'.
    Nov 15 09:46:50 Arch2010p5 systemd-tmpfiles[923]: stat(/run/user/1000/gvfs) failed: Permission denied
    -- Reboot --
    Nov 15 09:55:33 Arch2010p5 systemd-tmpfiles[361]: [/usr/lib/tmpfiles.d/deluge.conf:1] Unknown group 'deluge'.
    -- Reboot --
    Nov 15 10:02:35 Arch2010p5 systemd-tmpfiles[388]: [/usr/lib/tmpfiles.d/deluge.conf:1] Unknown group 'deluge'.
    Nov 15 10:17:10 Arch2010p5 systemd-tmpfiles[971]: [/usr/lib/tmpfiles.d/deluge.conf:1] Unknown group 'deluge'.
    Nov 15 10:17:10 Arch2010p5 systemd-tmpfiles[971]: stat(/run/user/1000/gvfs) failed: Permission denied
    -- Reboot --
    Nov 15 10:41:34 Arch2010p5 systemd-tmpfiles[1151]: [/usr/lib/tmpfiles.d/deluge.conf:1] Unknown group 'deluge'.
    Nov 15 10:41:34 Arch2010p5 systemd-tmpfiles[1151]: stat(/run/user/1000/gvfs) failed: Permission denied
    -- Reboot --
    Nov 15 11:07:19 Arch2010p5 systemd-tmpfiles[1015]: [/usr/lib/tmpfiles.d/deluge.conf:1] Unknown group 'deluge'.
    Nov 15 11:07:19 Arch2010p5 systemd-tmpfiles[1015]: stat(/run/user/1000/gvfs) failed: Permission denied
    Last edited by jeff story (2012-11-16 10:20:45)

    Yes the deluge user is present, group deluge is not. I find the following quote from the wiki confusing though.
    Yea I have tried troubleshooting via the wiki and much more.
    wiki wrote:The default user for the Deluge daemon, is deluge, which is created upon package installation. You can change this in /etc/conf.d/deluged. Of course, the user needs to exist.
    So ....... Is the word daemon implied to also mean group?  If so, should user deluge belong to the group deluge?
    The user deluge currently belongs to no groups.
    Does the quote also imply that everything is ok as installed per default?
    If not, it should simply specify that the user has to manually set up <user x> to belong to <group y>.
    The last sentence further confuses things as far as I'm concerned. I'll try to guess the meaning of it.
    Of course user deluge exists if it is created by the installation.
    Is the sentence referring to the user deluge, the user(jeff) or who needs to belong to what?
    I'll update the wiki to clarify if I can get an answer and verify it on my system.
    Also I should mention that Deluge currently works great and also did before switching to systemd. Deluge is a default install as I have not changed any user or groups deluge.
    [root@Arch2010p5 jeff]# cat /etc/passwd | grep d
    daemon:x:2:2:daemon:/sbin:/bin/false
    nobody:x:99:99:nobody:/:/bin/false
    dbus:x:81:81:System message bus:/:/bin/false
    deluge:x:125:125:Deluge user:/srv/deluge:/bin/false
    smmsp:x:150:25:sendmail:/var/spool/mail:/bin/false
    git:x:998:998:git daemon user:/:/bin/bash
    gdm:x:120:120:Gnome Display Manager:/var/lib/gdm:/sbin/nologin
    uuidd:x:996:996::/:/sbin/nologin
    polkitd:x:102:102:Policy Kit Daemon:/:/bin/false
    [jeff@Arch2010p5 ~]$ cat /etc/group | grep d
    bin:x:1:root,bin,daemon
    daemon:x:2:root,bin,daemon
    adm:x:4:root,daemon,jeff
    disk:x:6:root,xbmc
    lp:x:7:daemon,jeff,remote
    uuidd:x:68:
    video:x:91:jeff,remote,xbmc
    audio:x:92:xbmc
    nobody:x:99:
    printadmin:x:1000:jeff
    gdm:x:120:
    [root@Arch2010p5 jeff]# groups deluge
    [root@Arch2010p5 jeff]#
    [root@Arch2010p5 jeff]# groups jeff
    adm lp wheel games video storage power vboxusers printadmin users
    /etc/conf.d/deluge
    OPTIONS=""
    WEB_OPTIONS=""
    EDITED TO ADD INFO
    Last edited by jeff story (2012-11-16 02:41:41)

  • Ping: unknown host

    I'm running the current version of Arch Linux inside VMware Player 6.0.4 on Windows 7. This installation is on a laptop which I already have successfully connected to WiFi both natively and in other virtual machines. I tried to install sudo, but I received a bunch of error messages about not being able to find the host. I checked this with ping www.example.com and got the same thing. Is there any reason for why Arch Linux is failing to resolve these domain names? How do I fix it? I've looked around the forums already and none of what I read either worked or was relevant to my situation.

    fukawi2 wrote:
    Post the output of:
    ip a s
    ip r s
    cat /etc/resolv.conf
    Command:
    ip a s
    Output:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65336 qdisc noqeue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: eno16777736: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether XX:XX:XX:XX:XX:XX brd ff:ff:ff:ff:ff:ff
    Keeping that one MAC address private with "XX:XX:XX:XX:XX:XX".
    Command:
    ip r s
    Output:
    Nothing
    Command:
    cat /etc/resolv.conf
    Output:
    # /etc/resolv.conf
    search localdomain
    nameserver 198.168.8.2
    # End of file
    "nameserver 198.168.8.2" is exactly what I have in my Ubuntu VM…I think. Now I'm not so sure. I copied that over from the Ubuntu VM, so maybe I missed a digit.

  • Netctl will not start my static IP network configuration

    Hi,
    I've never been able to set up a simple static IP configuration for my wired network adapter. Now I need to in order to reset a router I have at home. I use (only) netctl profiles to manage my wireless and wired network connections. I've Googled for solutions to my problem, and the most common solution (disable dhcpcd) does not apply to me, since dhcpcd is not running when I try to enable my static IP profile. Can you guys see what I am doing wrong?
    I ran the following commands to generate debugging information.
    systemctl --type=service --no-pager
    ip addr
    cat /etc/netctl/wired-static
    netctl start wired-static
    systemctl --type=service --no-pager
    systemctl status netctl@wired\x2dstatic.service
    journalctl -x -n 26 --no-pager
    Here is the output.
    [root@fenrir ~]# systemctl --type=service --no-pager
    UNIT LOAD ACTIVE SUB DESCRIPTION
    acpid.service loaded active running ACPI event daemon
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running Getty on tty1
    kmod-static-nodes.service loaded active exited Create list of required static device nodes for the
    slim.service loaded active running SLiM Simple Login Manager
    systemd-backlight@backlight:acpi_video0.service loaded active exited Load/Save Screen Backlight Brightness of backlight:
    systemd-backlight@backlight:intel_backlight.service loaded active exited Load/Save Screen Backlight Brightness of backlight
    [email protected] loaded active exited File System Check on /dev/sda1
    [email protected] loaded active exited File System Check on /dev/sda3
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-random-seed.service loaded active exited Load/Save Random Seed
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill0
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill1
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill2
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill3
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev
    systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
    systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown
    systemd-user-sessions.service loaded active exited Permit User Sessions
    systemd-vconsole-setup.service loaded active exited Setup Virtual Console
    [email protected] loaded active running User Manager for UID 1000
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    26 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    [root@fenrir ~]# ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: enp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 20:cf:30:58:d9:30 brd ff:ff:ff:ff:ff:ff
    3: wlp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
    link/ether 1c:4b:d6:40:e3:c2 brd ff:ff:ff:ff:ff:ff
    [root@fenrir ~]# cat /etc/netctl/wired-static
    Description='A basic static ethernet connection'
    Interface=enp1s0
    Connection=ethernet
    IP=static
    Address="192.168.1.23/24"
    [root@fenrir ~]# journalctl -x -n 13 --no-pager
    -- Logs begin at Fri 2014-01-10 12:13:41 CET, end at Tue 2014-06-17 16:09:10 CEST. --
    Jun 17 16:08:55 fenrir systemd[1]: Started User Manager for UID 1000.
    -- Subject: Unit [email protected] has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has finished starting up.
    -- The start-up result is done.
    Jun 17 16:08:55 fenrir slim[253]: /usr/bin/xauth: file /home/willard/.Xauthority does not exist
    Jun 17 16:08:55 fenrir slim[253]: setterm: $TERM is not defined.
    Jun 17 16:08:55 fenrir slim[253]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jun 17 16:08:55 fenrir slim[253]: > Warning: Symbol map for key <RALT> redefined
    Jun 17 16:08:55 fenrir slim[253]: > Using last definition for conflicting fields
    Jun 17 16:08:55 fenrir slim[253]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Jun 17 16:08:55 fenrir slim[253]: > Ignoring extra symbols
    Jun 17 16:08:55 fenrir slim[253]: Errors from xkbcomp are not fatal to the X server
    Jun 17 16:09:10 fenrir sudo[325]: willard : TTY=pts/0 ; PWD=/home/willard ; USER=root ; COMMAND=/usr/bin/su
    Jun 17 16:09:10 fenrir sudo[325]: pam_unix(sudo:session): session opened for user root by willard(uid=0)
    Jun 17 16:09:10 fenrir su[326]: (to root) willard on pts/0
    Jun 17 16:09:10 fenrir su[326]: pam_unix(su:session): session opened for user root by willard(uid=0)
    [root@fenrir ~]# netctl start wired-static
    Job for netctl@wired\x2dstatic.service failed. See 'systemctl status netctl@wired\x2dstatic.service' and 'journalctl -xn' for details.
    [root@fenrir ~]# systemctl --type=service --no-pager
    UNIT LOAD ACTIVE SUB DESCRIPTION
    acpid.service loaded active running ACPI event daemon
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running Getty on tty1
    kmod-static-nodes.service loaded active exited Create list of required static device nodes for th
    ●netctl@wired\x2dstatic.service loaded failed failed Networking for netctl profile wired-static
    slim.service loaded active running SLiM Simple Login Manager
    systemd-backlight@backlight:acpi_video0.service loaded active exited Load/Save Screen Backlight Brightness of backlight
    systemd-backlight@backlight:intel_backlight.service loaded active exited Load/Save Screen Backlight Brightness of backlight
    [email protected] loaded active exited File System Check on /dev/sda1
    [email protected] loaded active exited File System Check on /dev/sda3
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-random-seed.service loaded active exited Load/Save Random Seed
    systemd-remount-fs.service loaded active exited Remount Root and Kernel File Systems
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill0
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill1
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill2
    [email protected] loaded active exited Load/Save RF Kill Switch Status of rfkill3
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-tmpfiles-setup-dev.service loaded active exited Create Static Device Nodes in /dev
    systemd-tmpfiles-setup.service loaded active exited Create Volatile Files and Directories
    systemd-udev-trigger.service loaded active exited udev Coldplug all Devices
    systemd-udevd.service loaded active running udev Kernel Device Manager
    systemd-update-utmp.service loaded active exited Update UTMP about System Boot/Shutdown
    systemd-user-sessions.service loaded active exited Permit User Sessions
    systemd-vconsole-setup.service loaded active exited Setup Virtual Console
    [email protected] loaded active running User Manager for UID 1000
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    27 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    [root@fenrir ~]# systemctl status netctl@wired\x2dstatic.service
    [email protected] - Networking for netctl profile wiredx2dstatic
    Loaded: loaded (/usr/lib/systemd/system/[email protected]; static)
    Active: inactive (dead)
    Docs: man:netctl.profile(5)
    [root@fenrir ~]# journalctl -x -n 26 --no-pager
    -- Logs begin at Fri 2014-01-10 12:13:41 CET, end at Tue 2014-06-17 16:18:47 CEST. --
    Jun 17 16:08:55 fenrir systemd[1]: Started User Manager for UID 1000.
    -- Subject: Unit [email protected] has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has finished starting up.
    -- The start-up result is done.
    Jun 17 16:08:55 fenrir slim[253]: /usr/bin/xauth: file /home/willard/.Xauthority does not exist
    Jun 17 16:08:55 fenrir slim[253]: setterm: $TERM is not defined.
    Jun 17 16:08:55 fenrir slim[253]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jun 17 16:08:55 fenrir slim[253]: > Warning: Symbol map for key <RALT> redefined
    Jun 17 16:08:55 fenrir slim[253]: > Using last definition for conflicting fields
    Jun 17 16:08:55 fenrir slim[253]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Jun 17 16:08:55 fenrir slim[253]: > Ignoring extra symbols
    Jun 17 16:08:55 fenrir slim[253]: Errors from xkbcomp are not fatal to the X server
    Jun 17 16:09:10 fenrir sudo[325]: willard : TTY=pts/0 ; PWD=/home/willard ; USER=root ; COMMAND=/usr/bin/su
    Jun 17 16:09:10 fenrir sudo[325]: pam_unix(sudo:session): session opened for user root by willard(uid=0)
    Jun 17 16:09:10 fenrir su[326]: (to root) willard on pts/0
    Jun 17 16:09:10 fenrir su[326]: pam_unix(su:session): session opened for user root by willard(uid=0)
    Jun 17 16:18:41 fenrir systemd[1]: Starting system-netctl.slice.
    -- Subject: Unit system-netctl.slice has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit system-netctl.slice has begun starting up.
    Jun 17 16:18:41 fenrir systemd[1]: Created slice system-netctl.slice.
    -- Subject: Unit system-netctl.slice has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit system-netctl.slice has finished starting up.
    -- The start-up result is done.
    Jun 17 16:18:41 fenrir systemd[1]: Starting Networking for netctl profile wired-static...
    -- Subject: Unit netctl@wired\x2dstatic.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit netctl@wired\x2dstatic.service has begun starting up.
    Jun 17 16:18:41 fenrir network[442]: Starting network profile 'wired-static'...
    Jun 17 16:18:41 fenrir kernel: atl1c 0000:01:00.0: irq 46 for MSI/MSI-X
    Jun 17 16:18:41 fenrir kernel: IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
    Jun 17 16:18:47 fenrir network[442]: No connection found on interface 'enp1s0' (timeout)
    Jun 17 16:18:47 fenrir network[442]: Failed to bring the network up for profile 'wired-static'
    Jun 17 16:18:47 fenrir systemd[1]: netctl@wired\x2dstatic.service: main process exited, code=exited, status=1/FAILURE
    Jun 17 16:18:47 fenrir systemd[1]: Failed to start Networking for netctl profile wired-static.
    -- Subject: Unit netctl@wired\x2dstatic.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit netctl@wired\x2dstatic.service has failed.
    -- The result is failed.
    Jun 17 16:18:47 fenrir systemd[1]: Unit netctl@wired\x2dstatic.service entered failed state.
    Jun 17 16:18:47 fenrir systemd[1]: Starting Network.
    -- Subject: Unit network.target has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit network.target has begun starting up.
    Jun 17 16:18:47 fenrir systemd[1]: Reached target Network.
    -- Subject: Unit network.target has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit network.target has finished starting up.
    -- The start-up result is done.
    Last edited by willardthor (2014-06-17 14:37:20)

    There is no link. Bring the link up manually and check status with
    ip link set up enp1s0
    ip link enp1s0
    If the link fails to come up (state other than "UP") it is likely a driver issue. If the link comes up (state UP) but status has "NO-CARRIER" it is likely a hardware issue, either one of the endpoints or the cable. First thing I would try in this case is a different cable.
    You can tell netctl to bring the interface up anyway with the option in /etc/netctl/wired-static
    SkipNoCarrier=yes
    However, the interface will not work until the link is fixed.

  • MacBook Pro 15-inch, Late 2011 kernel_task problem

    Hi!
    I'm usign MacBook Pro 15-inch, Late 2011
    Since I have purchased have low performance and there are a lot of fan noise
    Today again clean install Mountain Lion and Software Update but kernel_task problem.
    EtreCheck
    Hardware Information:
              MacBook Pro - model: MacBookPro8,2
              1 2.2 GHz Intel Core i7 CPU: 4 cores
              4 GB RAM
    System Software:
              OS X 10.8.2 (12C60) - Uptime: 0 days 0:40
    Disk Information:
              ST9500325ASG disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        Mac Os X (disk0s2) /: 499.25 GB (487.23 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-8A8 
    USB Information:
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. FaceTime HD Camera (Built-in)
    FireWire Information:
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
                     [failed] com.apple.afpstat.plist
                     [failed] com.apple.mrt.uiagent.plist
    Launch Daemons:
                     [loaded] com.adobe.fpsaud.plist
    Launch Agents:
    User Launch Agents:
                     [failed] [email protected]nt.plist
    User Login Items:
              None
    3rd Party Preference Panes:
              Flash Player
    Internet Plug-ins:
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              JavaAppletPlugin.plugin
              QuickTime Plugin.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Top Processes:
              1.7   %          WindowServer
              0.9   %          EtreCheck
              0.8   %          WebProcess
              0.2   %          mds
              0.1   %          fontd
              0.1   %          mdworker
              0.1   %          hidd
              0.0   %          SystemUIServer
              0.0   %          coreservicesd
              0.0   %          Finder
    And Console
    12/4/12 7:59:18.000 PM bootlog[0]: BOOT_TIME 1354643958 0
    12/4/12 7:59:52.000 PM kernel[0]: PMAP: PCID enabled
    12/4/12 7:59:52.000 PM kernel[0]: Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
    12/4/12 7:59:52.000 PM kernel[0]: vm_page_bootstrap: 855981 free pages and 184403 wired pages
    12/4/12 7:59:52.000 PM kernel[0]: kext submap [0xffffff7f8073e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800073e000]
    12/4/12 7:59:52.000 PM kernel[0]: zone leak detection enabled
    12/4/12 7:59:52.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    12/4/12 7:59:52.000 PM kernel[0]: standard background quantum is 2500 us
    12/4/12 7:59:52.000 PM kernel[0]: mig_table_max_displ = 74
    12/4/12 7:59:52.000 PM kernel[0]: TSC Deadline Timer supported and enabled
    12/4/12 7:59:52.000 PM kernel[0]: corecrypto kext started!
    12/4/12 7:59:52.000 PM kernel[0]: Running kernel space in FIPS MODE
    12/4/12 7:59:52.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    12/4/12 7:59:52.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    12/4/12 7:59:52.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    12/4/12 7:59:52.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    12/4/12 7:59:52.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    12/4/12 7:59:52.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    12/4/12 7:59:52.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    12/4/12 7:59:52.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    12/4/12 7:59:52.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    12/4/12 7:59:52.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    12/4/12 7:59:52.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    12/4/12 7:59:52.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    12/4/12 7:59:52.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    12/4/12 7:59:52.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    12/4/12 7:59:52.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    12/4/12 7:59:19.873 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    12/4/12 7:59:52.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    12/4/12 7:59:52.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    12/4/12 7:59:52.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    12/4/12 7:59:52.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    12/4/12 7:59:52.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    12/4/12 7:59:52.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    12/4/12 7:59:19.873 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    12/4/12 7:59:52.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    12/4/12 7:59:52.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    12/4/12 7:59:51.808 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    12/4/12 7:59:52.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    12/4/12 7:59:52.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    12/4/12 7:59:52.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    12/4/12 7:59:52.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    12/4/12 7:59:52.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    12/4/12 7:59:52.000 PM kernel[0]: MAC Framework successfully initialized
    12/4/12 7:59:52.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    12/4/12 7:59:52.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    12/4/12 7:59:52.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    12/4/12 7:59:52.000 PM kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    12/4/12 7:59:52.000 PM kernel[0]: [ PCI configuration begin ]
    12/4/12 7:59:52.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 6689
    12/4/12 7:59:52.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    12/4/12 7:59:52.000 PM kernel[0]: Sleep failure code 0x00000000 0x31000000
    12/4/12 7:59:52.000 PM kernel[0]: console relocated to 0xf60010000
    12/4/12 7:59:52.000 PM kernel[0]: PCI configuration changed (bridge=72 device=10 cardbus=0)
    12/4/12 7:59:52.000 PM kernel[0]: [ PCI configuration end, bridges 21 devices 23 ]
    12/4/12 7:59:52.000 PM kernel[0]: FireWire runtime power conservation disabled. (2)
    12/4/12 7:59:52.000 PM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    12/4/12 7:59:52.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    12/4/12 7:59:52.000 PM kernel[0]: rooting via boot-uuid from /chosen: 3E53729D-FBEA-3F04-A98F-60A06B103CA1
    12/4/12 7:59:52.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    12/4/12 7:59:52.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    12/4/12 7:59:52.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    12/4/12 7:59:52.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    12/4/12 7:59:52.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    12/4/12 7:59:52.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    12/4/12 7:59:52.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST9500325ASG Media/IOGUIDPartitionScheme/Mac Os X@2
    12/4/12 7:59:52.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 3
    12/4/12 7:59:52.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 PCI now active, GUID 000a270200432619; max speed s800.
    12/4/12 7:59:52.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 3c0754fffeab95c8; max speed s800.
    12/4/12 7:59:52.000 PM kernel[0]: Kernel is LP64
    12/4/12 7:59:52.000 PM kernel[0]: USBMSC Identifier (non-unique): 575833314131313438313533 0x1058 0x1023 0x2005
    12/4/12 7:59:52.000 PM kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    12/4/12 7:59:52.000 PM kernel[0]: hfs: created HFBT on Mac Os X
    12/4/12 7:59:56.029 PM com.apple.SecurityServer[15]: Session 100000 created
    12/4/12 7:59:56.116 PM configd[18]: ioctl(SIOCGIFCAP) failed: Device not configured
    12/4/12 7:59:56.116 PM configd[18]: ioctl(SIOCGIFCAP) failed: Device not configured
    12/4/12 7:59:56.118 PM configd[18]: setting hostname to "Serefs-MacBook-Pro.local"
    12/4/12 7:59:56.124 PM configd[18]: network changed.
    12/4/12 7:59:56.260 PM com.apple.SecurityServer[15]: Entering service
    12/4/12 7:59:56.382 PM UserEventAgent[11]: Captive: [mySCCopyWiFiDevices:162] WiFi Device Name == NULL
    12/4/12 7:59:56.865 PM hidd[59]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    12/4/12 7:59:56.000 PM kernel[0]: Waiting for DSMOS...
    12/4/12 7:59:56.932 PM fseventsd[60]: could not open <</.fseventsd/fseventsd-uuid>> (No such file or directory)
    12/4/12 7:59:56.976 PM com.apple.launchd[1]: (com.apple.bsd.dirhelper) Throttling respawn: Will start in 10 seconds
    12/4/12 7:59:57.062 PM fseventsd[60]: log dir: /.fseventsd getting new uuid: CD1D91E4-BEDB-48FB-B591-305DC4BF7B4D
    12/4/12 7:59:57.189 PM coreservicesd[73]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    12/4/12 7:59:57.249 PM hidd[59]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    12/4/12 7:59:57.372 PM awacsd[69]: Starting awacsd connectivity-77 (Jun 20 2012 15:40:49)
    12/4/12 7:59:57.000 PM kernel[0]: macx_swapon SUCCESS
    12/4/12 7:59:58.616 PM awacsd[69]: InnerStore CopyAllZones: no info in Dynamic Store
    12/4/12 7:59:59.066 PM systemkeychain[84]: done file: /var/run/systemkeychaincheck.done
    12/4/12 8:00:00.183 PM apsd[71]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    12/4/12 8:00:00.184 PM apsd[71]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    12/4/12 8:00:03.000 PM kernel[0]: AGC: 3.2.6, HW version=1.9.23, flags:0, features:20600
    12/4/12 8:00:03.000 PM kernel[0]: Previous Shutdown Cause: 3
    12/4/12 8:00:06.000 PM kernel[0]: BTCOEXIST off
    12/4/12 8:00:06.000 PM kernel[0]: BRCM tunables:
    12/4/12 8:00:06.000 PM kernel[0]: pullmode[1] txringsize[  256] reapmin[   32] reapcount[  128]
    12/4/12 8:00:06.000 PM kernel[0]: highWaterMark: VO[  192]  VI[  192]  BE[  192]  BK[  192]
    12/4/12 8:00:07.006 PM appleeventsd[65]: main: Starting up
    12/4/12 8:00:07.043 PM com.apple.usbmuxd[38]: usbmuxd-296.3 on Jul 25 2012 at 00:28:37, running 64 bit
    12/4/12 8:00:07.067 PM mDNSResponder[51]: mDNSResponder mDNSResponder-379.27 (Jun 20 2012 15:40:55) starting OSXVers 12
    12/4/12 8:00:07.157 PM stackshot[42]: Timed out waiting for IOKit to finish matching.
    12/4/12 8:00:09.466 PM configd[18]: network changed: DNS*
    12/4/12 8:00:09.518 PM mDNSResponder[51]: D2D_IPC: Loaded
    12/4/12 8:00:09.518 PM mDNSResponder[51]: D2DInitialize succeeded
    12/4/12 8:00:09.799 PM locationd[55]: NOTICE,Location icon should now be in state 0
    12/4/12 8:00:10.185 PM apsd[71]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    12/4/12 8:00:10.513 PM WindowServer[104]: Server is starting up
    12/4/12 8:00:10.562 PM UpdateSettingsTool[39]: 3891612: (CGSLookupServerRootPort) Untrusted apps are not allowed to connect to or launch Window Server before login.
    12/4/12 8:00:10.562 PM UpdateSettingsTool[39]: kCGErrorRangeCheck: On-demand launch of the Window Server is allowed for root user only.
    12/4/12 8:00:10.562 PM UpdateSettingsTool[39]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    12/4/12 8:00:10.562 PM UpdateSettingsTool[39]: kCGErrorRangeCheck: On-demand launch of the Window Server is allowed for root user only.
    12/4/12 8:00:10.562 PM UpdateSettingsTool[39]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    12/4/12 8:00:13.618 PM awacsd[69]: Exiting
    12/4/12 8:00:13.000 PM kernel[0]: ACPI_SMC_PlatformPlugin::initFanThrottleControl - waiting for AppleSMC
    12/4/12 8:00:15.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    12/4/12 8:00:15.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    12/4/12 8:00:15.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    12/4/12 8:00:15.000 PM kernel[0]: [AGPM Controller] build GPUDict by Vendor1002Device6741
    12/4/12 8:00:15.127 PM UserEventAgent[11]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 7947
    12/4/12 8:00:15.128 PM UserEventAgent[11]: Captive: [mySCCopyWiFiDevices:162] WiFi Device Name == NULL
    12/4/12 8:00:15.142 PM loginwindow[54]: Login Window Application Started
    12/4/12 8:00:15.000 PM kernel[0]: DSMOS has arrived
    12/4/12 8:00:15.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    12/4/12 8:00:15.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    12/4/12 8:00:15.000 PM kernel[0]: BCM5701Enet: Ethernet address 3c:07:54:70:ea:12
    12/4/12 8:00:15.000 PM kernel[0]: BCM5701Enet: Ethernet address 40:6c:8f:04:38:68
    12/4/12 8:00:15.000 PM kernel[0]: AirPort_Brcm4331: Ethernet address 68:a8:6d:47:81:0c
    12/4/12 8:00:15.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    12/4/12 8:00:15.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    12/4/12 8:00:15.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    12/4/12 8:00:15.568 PM mds[50]: (Normal) FMW: FMW 0 0
    12/4/12 8:00:15.746 PM WindowServer[104]: Session 256 retained (2 references)
    12/4/12 8:00:15.746 PM WindowServer[104]: Session 256 released (1 references)
    12/4/12 8:00:15.850 PM digest-service[123]: label: default
    12/4/12 8:00:15.850 PM digest-service[123]:           dbname: od:/Local/Default
    12/4/12 8:00:15.850 PM digest-service[123]:           mkey_file: /var/db/krb5kdc/m-key
    12/4/12 8:00:15.850 PM digest-service[123]:           acl_file: /var/db/krb5kdc/kadmind.acl
    12/4/12 8:00:15.852 PM aosnotifyd[125]: bootstrap_look_up failed (44e)
    12/4/12 8:00:16.080 PM locationd[127]: NOTICE,Location icon should now be in state 0
    12/4/12 8:00:16.128 PM WindowServer[104]: Session 256 retained (2 references)
    12/4/12 8:00:16.129 PM WindowServer[104]: init_page_flip: page flip mode is on
    12/4/12 8:00:16.293 PM digest-service[123]: digest-request: uid=0
    12/4/12 8:00:16.562 PM apsd[129]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    12/4/12 8:00:16.563 PM apsd[129]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    12/4/12 8:00:16.566 PM apsd[129]: Certificate not yet generated
    12/4/12 8:00:17.000 PM kernel[0]: [ffffff802f01fc00][BNBMouseDevice::init][75.15] init is complete
    12/4/12 8:00:17.165 PM rpcsvchost[135]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    12/4/12 8:00:17.170 PM digest-service[123]: digest-request: init request
    12/4/12 8:00:17.174 PM digest-service[123]: digest-request: init return domain: BUILTIN server: SEREFS-MACBOOK-PRO
    12/4/12 8:00:17.000 PM kernel[0]: [ffffff802f01fc00][BNBMouseDevice::handleStart][75.15] returning 1
    12/4/12 8:00:17.000 PM kernel[0]: [ffffff802d072000][AppleMultitouchHIDEventDriver::start] entered
    12/4/12 8:00:18.000 PM kernel[0]: [ffffff802f0eee00][AppleMultitouchDevice::start] entered
    12/4/12 8:00:18.105 PM apsd[129]: Certificate not yet generated
    12/4/12 8:00:18.346 PM apsd[129]: Got connection error Error Domain=NSURLErrorDomain Code=-1009 "The Internet connection appears to be offline." UserInfo=0x7fa64142b630 {NSUnderlyingError=0x7fa641112e90 "The Internet connection appears to be offline.", NSErrorFailingURLStringKey=https://albert.apple.com/WebObjects/ALUnbrick.woa/wa/deviceActivation?device=Mac OS, NSErrorFailingURLKey=https://albert.apple.com/WebObjects/ALUnbrick.woa/wa/deviceActivation?device=Mac OS, NSLocalizedDescription=The Internet connection appears to be offline.}
    12/4/12 8:00:18.346 PM apsd[129]: Failed to get client cert on attempt 1, will retry in 15 seconds
    12/4/12 8:00:19.890 PM WindowServer[104]: mux_initialize: Mode is dynamic
    12/4/12 8:00:20.258 PM WindowServer[104]: GLCompositor enabled for tile size [256 x 256]
    12/4/12 8:00:20.259 PM WindowServer[104]: CGXGLInitMipMap: mip map mode is on
    12/4/12 8:00:20.285 PM WindowServer[104]: WSMachineUsesNewStyleMirroring: false
    12/4/12 8:00:20.285 PM WindowServer[104]: Display 0x04248c29: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 160905e8, Unit 1, Rotation 0
    UUID 0x0000061000009227160905e800000000
    12/4/12 8:00:20.285 PM WindowServer[104]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    12/4/12 8:00:20.285 PM WindowServer[104]: Display 0x042728c0: GL mask 0x9; bounds (-1440, 0)[1440 x 900], 39 modes available
    Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ca300000000042728c0
    12/4/12 8:00:20.297 PM WindowServer[104]: Created shield window 0x7 for display 0x04248c29
    12/4/12 8:00:20.297 PM WindowServer[104]: Created shield window 0x8 for display 0x003f003e
    12/4/12 8:00:20.299 PM WindowServer[104]: Created shield window 0x9 for display 0x042728c0
    12/4/12 8:00:20.305 PM WindowServer[104]: Display 0x04248c29: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 160905e8, Unit 1, Rotation 0
    UUID 0x0000061000009227160905e800000000
    12/4/12 8:00:20.305 PM WindowServer[104]: Display 0x003f003e: GL mask 0x4; bounds (3584, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    12/4/12 8:00:20.305 PM WindowServer[104]: Display 0x042728c0: GL mask 0x9; bounds (-1440, 0)[1440 x 900], 39 modes available
    Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ca300000000042728c0
    12/4/12 8:00:20.305 PM WindowServer[104]: CGXPerformInitialDisplayConfiguration
    12/4/12 8:00:20.306 PM WindowServer[104]:   Display 0x04248c29: MappedDisplay Unit 1; Vendor 0x610 Model 0x9227 S/N 369690088 Dimensions 23.50 x 13.23; online enabled, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    12/4/12 8:00:20.306 PM WindowServer[104]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    12/4/12 8:00:20.306 PM WindowServer[104]:   Display 0x042728c0: MappedDisplay Unit 0; Alias(0, 0x9); Vendor 0x610 Model 0x9ca3 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (-1440,0)[1440 x 900], Rotation 0, Resolution 1
    12/4/12 8:00:20.306 PM WindowServer[104]: CGXMuxBoot: Boot normal
    12/4/12 8:00:20.000 PM kernel[0]: IOHIDSystem: Seize of IOHIDPointing failed.
    12/4/12 8:00:20.000 PM kernel[0]: IOHIDSystem: Seize of AppleMultitouchHIDEventDriver failed.
    12/4/12 8:00:20.575 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    12/4/12 8:00:20.681 PM airportd[151]: _processDLILEvent: en1 attached (up)
    12/4/12 8:00:20.000 PM kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    12/4/12 8:00:20.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/4/12 8:00:20.000 PM kernel[0]: createVirtIf(): ifRole = 1
    12/4/12 8:00:20.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    12/4/12 8:00:20.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff802c2d9000
    12/4/12 8:00:20.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    12/4/12 8:00:20.000 PM kernel[0]: Created virtif 0xffffff802c2d9000 p2p0
    12/4/12 8:00:22.000 PM kernel[0]: en1: 802.11d country code set to 'TR'.
    12/4/12 8:00:22.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    12/4/12 8:00:22.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 90:f6:52:e9:1d:c4  MAC AUTH succeeded
    12/4/12 8:00:22.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    12/4/12 8:00:22.000 PM kernel[0]: AirPort: Link Up on en1
    12/4/12 8:00:22.000 PM kernel[0]: en1: BSSID changed to 90:f6:52:e9:1d:c4
    12/4/12 8:00:22.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/4/12 8:00:22.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    12/4/12 8:00:24.782 PM airportd[151]: _doAutoJoin: Already associated to “KutupMedya”. Bailing on auto-join.
    12/4/12 8:00:24.799 PM airportd[151]: _doAutoJoin: Already associated to “KutupMedya”. Bailing on auto-join.
    12/4/12 8:00:24.816 PM airportd[151]: _doAutoJoin: Already associated to “KutupMedya”. Bailing on auto-join.
    12/4/12 8:00:24.833 PM airportd[151]: _doAutoJoin: Already associated to “KutupMedya”. Bailing on auto-join.
    12/4/12 8:00:24.969 PM configd[18]: network changed: v4(en1+:192.168.15.106) DNS+ Proxy+ SMB
    12/4/12 8:00:25.819 PM UserEventAgent[11]: Captive: en1: Not probing 'KutupMedya' (protected network)
    12/4/12 8:00:25.823 PM configd[18]: network changed: v4(en1!:192.168.15.106) DNS Proxy SMB
    12/4/12 8:00:25.824 PM apsd[129]: Certificate not yet generated
    12/4/12 8:00:25.881 PM WindowServer[104]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x00000007, accelerator 0x00004163, unit 0, caps QEX|QGL|MIPMAP, vram 512 MB
    12/4/12 8:00:25.881 PM WindowServer[104]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x00000007, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    12/4/12 8:00:25.881 PM WindowServer[104]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000008, accelerator 0x00003c17, unit 3, caps QEX|QGL|MIPMAP, vram 451 MB
    12/4/12 8:00:25.882 PM WindowServer[104]: GLCompositor: GL renderer id 0x01024301, GL mask 0x00000008, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    12/4/12 8:00:25.883 PM WindowServer[104]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    12/4/12 8:00:25.886 PM WindowServer[104]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    12/4/12 8:00:25.918 PM loginwindow[54]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    12/4/12 8:00:25.974 PM WindowServer[104]: Created shield window 0xa for display 0x04248c29
    12/4/12 8:00:25.975 PM WindowServer[104]: Display 0x04248c29: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    12/4/12 8:00:25.975 PM WindowServer[104]: Display 0x04248c29: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    12/4/12 8:00:25.978 PM WindowServer[104]: Created shield window 0xb for display 0x042728c0
    12/4/12 8:00:25.979 PM WindowServer[104]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    12/4/12 8:00:25.979 PM WindowServer[104]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    12/4/12 8:00:25.981 PM WindowServer[104]: Display 0x04248c29: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    12/4/12 8:00:25.982 PM WindowServer[104]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    12/4/12 8:00:25.995 PM WindowServer[104]: Display 0x04248c29: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    12/4/12 8:00:25.995 PM WindowServer[104]: Display 0x04248c29: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    12/4/12 8:00:25.996 PM WindowServer[104]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    12/4/12 8:00:25.997 PM apsd[129]: Certificate not yet generated
    12/4/12 8:00:25.997 PM WindowServer[104]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    12/4/12 8:00:26.005 PM launchctl[168]: com.apple.findmymacmessenger: Already loaded
    12/4/12 8:00:26.027 PM com.apple.SecurityServer[15]: Session 100005 created
    12/4/12 8:00:26.140 PM WindowServer[104]: Unable to open IOHIDSystem (e00002bd)
    12/4/12 8:00:26.185 PM airportd[151]: _doAutoJoin: Already associated to “KutupMedya”. Bailing on auto-join.
    12/4/12 8:00:26.281 PM BezelServices 235.55[54]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    12/4/12 8:00:26.000 PM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    12/4/12 8:00:27.384 PM hidd[59]: CGSShutdownServerConnections: Detaching application from window server
    12/4/12 8:00:27.384 PM hidd[59]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    12/4/12 8:00:27.718 PM loginwindow[54]: Login Window Started Security Agent
    12/4/12 8:00:28.888 PM WindowServer[104]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04248c29 device: 0x1051add30  isBackBuffered: 1 numComp: 3 numDisp: 3
    12/4/12 8:00:29.231 PM WindowServer[104]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042728c0 device: 0x1051ad320  isBackBuffered: 1 numComp: 3 numDisp: 3
    12/4/12 8:00:30.167 PM SecurityAgent[180]: This is the first run
    12/4/12 8:00:30.168 PM SecurityAgent[180]: MacBuddy was run = 0
    12/4/12 8:00:30.227 PM SecurityAgent[180]: User info context values set for serefyucar
    12/4/12 8:00:30.483 PM genatsdb[193]: ########## genatsdb Sandboxed. ##########
    12/4/12 8:00:36.269 PM coreaudiod[175]: 2012-12-04 08:00:36.268291 PM [AirPlay] Started browsing for _airplay._tcp.
    12/4/12 8:00:36.269 PM coreaudiod[175]: 2012-12-04 08:00:36.268824 PM [AirPlay] Started browsing for _raop._tcp.
    12/4/12 8:00:37.386 PM UserEventAgent[169]: cannot find useragent 1102
    12/4/12 8:00:39.112 PM UpdateSettingsTool[39]: [Warning] Bad response from daemon for setup info
    12/4/12 8:00:40.865 PM ntpd[118]: proto: precision = 1.000 usec
    12/4/12 8:00:43.748 PM genatsdb[193]: *GENATSDB* FontObjects generated = 394
    12/4/12 8:00:47.852 PM loginwindow[54]: Login Window - Returned from Security Agent
    12/4/12 8:00:47.878 PM loginwindow[54]: USER_PROCESS: 54 console
    12/4/12 8:00:47.947 PM airportd[151]: _doAutoJoin: Already associated to “KutupMedya”. Bailing on auto-join.
    12/4/12 8:00:47.996 PM com.apple.launchd.peruser.501[218]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    12/4/12 8:00:47.999 PM loginwindow[54]: Connection with distnoted server was invalidated
    12/4/12 8:00:48.005 PM distnoted[221]: # distnote server agent  absolute time: 89.985100907   civil time: Tue Dec  4 20:00:48 2012   pid: 221 uid: 501  root: no
    12/4/12 8:00:48.006 PM distnoted[221]: Bug: 12A269: liblaunch.dylib + 23849 [224CB010-6CF8-3FC2-885C-6F80330321EB]: 0x25
    12/4/12 8:00:48.972 PM com.apple.SecurityServer[15]: Session 100008 created
    12/4/12 8:00:49.159 PM MiniLauncher[230]: Skipping Setup Assistant for user 501
    12/4/12 8:00:49.211 PM transition[231]: INFO: Not signed into MobileMe, nothing to do.
    12/4/12 8:00:50.498 PM MiniLauncher[230]: INFO: MMAccountMgr_Private: finishedSetup called.
    12/4/12 8:00:50.750 PM genatsdb[239]: ########## genatsdb Sandboxed. ##########
    12/4/12 8:00:51.767 PM genatsdb[239]: *GENATSDB* FontObjects generated = 394
    12/4/12 8:00:51.891 PM WindowServer[104]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    12/4/12 8:00:51.917 PM WindowServer[104]: Display 0x04248c29: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    12/4/12 8:00:51.918 PM WindowServer[104]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    12/4/12 8:00:52.123 PM coreservicesd[73]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationReady to notificationID=123
    12/4/12 8:00:52.375 PM NetworkBrowserAgent[255]: Starting NetworkBrowserAgent
    12/4/12 8:00:53.439 PM WindowServer[104]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    12/4/12 8:00:53.512 PM com.apple.launchd.peruser.501[218]: (com.apple.afpstat-qfa[283]) Exited with code: 2
    12/4/12 8:00:53.514 PM com.apple.launchd.peruser.501[218]: ([email protected][284]) Exited with code: 2
    12/4/12 8:00:53.656 PM coreservicesd[73]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationCreation to notificationID=136
    12/4/12 8:00:54.278 PM com.apple.launchd.peruser.501[218]: (com.apple.mrt.uiagent[273]) Exited with code: 255
    12/4/12 8:00:55.120 PM fseventsd[60]: could not open <</Volumes/WD/.fseventsd/fseventsd-uuid>> (No such file or directory)
    12/4/12 8:00:55.120 PM fseventsd[60]: log dir: /Volumes/WD/.fseventsd getting new uuid: 023A2DE1-100B-4FB5-8ECE-4F400C3D9701
    12/4/12 8:00:55.724 PM blued[68]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    12/4/12 8:00:56.167 PM com.apple.usbmuxd[38]: _handle_timer heartbeat detected detach for device 0x2-192.168.15.105:0!
    12/4/12 8:00:56.913 PM Dock[245]: LaunchPad: <LPRoot: 0x7fa62343a310 1 children> has bad children layout. Fixing.
    12/4/12 8:00:57.628 PM UserEventAgent[267]: cannot find fw daemon port 1102
    12/4/12 8:00:57.762 PM WindowServer[104]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 5.32 seconds (server forcibly re-enabled them after 1.00 seconds)
    12/4/12 8:01:00.111 PM SystemUIServer[246]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    12/4/12 8:01:00.112 PM SystemUIServer[246]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    12/4/12 8:01:03.657 PM CalendarAgent[280]: In-place migration failed. Trying to restore from the truth files...
    12/4/12 8:01:05.308 PM com.apple.SecurityServer[15]: Session 100007 created
    12/4/12 8:01:06.537 PM AOSPushRelay[261]: AOSKit WARN: _AOSAccountRefreshAll called from outside iCloud Helper.
    12/4/12 8:01:09.109 PM fseventsd[60]: Logging disabled completely for device:1: /Volumes/Recovery HD
    12/4/12 8:01:10.555 PM com.apple.dock.extra[300]: Did migrate store at path: /Users/serefyucar/Library/Application Support/AddressBook/Sources/4833E2D2-E710-4D65-92C5-D2C6F242B045/AddressBook-v2 2.abcddb
    12/4/12 8:01:10.810 PM CalendarAgent[280]: WARNING: [CalManagedStore restoreGroupAtPath]: Unknown group type: Migration
    12/4/12 8:01:11.246 PM com.apple.dock.extra[300]: Did migrate store at path: /Users/serefyucar/Library/Application Support/AddressBook/AddressBook-v22.abcddb
    12/4/12 8:01:11.376 PM com.apple.dock.extra[300]: Implicitly linking
    12/4/12 8:02:03.891 PM migCacheCleanup[237]: Cache cleanup: cleanup for user 501 took 0.28 seconds
    12/4/12 8:02:26.000 PM kernel[0]: considerRebuildOfPrelinkedKernel com.apple.iokit.IOGraphicsFamily triggered rebuild
    12/4/12 8:03:11.767 PM CalendarAgent[280]: Attempt to delete change tracking file /Users/serefyucar/Library/Calendars/Calendar Sync Changes/46FD7F47-3D22-4221-8A38-FE37EBF0487F.tmp failed
    12/4/12 8:03:11.767 PM CalendarAgent[280]: Attempt to delete change tracking file /Users/serefyucar/Library/Calendars/Calendar Sync Changes/551109F3-39B1-4093-A4B5-22BCF676FF36.tmp failed
    12/4/12 8:03:11.768 PM CalendarAgent[280]: Attempt to delete change tracking file /Users/serefyucar/Library/Calendars/Calendar Sync Changes/A21CE94D-633F-4845-BB86-AB419D8CCFDB.tmp failed
    12/4/12 8:03:12.236 PM CalendarAgent[280]: Attempt to delete change tracking file /Users/serefyucar/Library/Calendars/Calendar Sync Changes/B8945BB4-A83F-42CD-87AF-2AD863ECAC26.tmp failed
    12/4/12 8:03:12.237 PM CalendarAgent[280]: Attempt to delete change tracking file /Users/serefyucar/Library/Calendars/Calendar Sync Changes/BEBCE7C7-2DA1-4463-B0BE-099DE0DEF545.tmp failed
    12/4/12 8:03:12.238 PM CalendarAgent[280]: Attempt to delete change tracking file /Users/serefyucar/Library/Calendars/Calendar Sync Changes/CCD26DED-C3CE-497A-A673-3E0C2C468524.tmp failed
    12/4/12 8:03:12.238 PM CalendarAgent[280]: Attempt to delete change tracking file /Users/serefyucar/Library/Calendars/Calendar Sync Changes/E2D3165A-E69A-4F23-872D-A592427DCAF3.tmp failed
    12/4/12 8:10:51.323 PM WindowServer[104]: Created shield window 0x2f for display 0x04248c29
    12/4/12 8:10:51.325 PM WindowServer[104]: Created shield window 0x30 for display 0x042728c0
    12/4/12 8:10:51.325 PM WindowServer[104]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    12/4/12 8:10:51.634 PM WindowServer[104]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    12/4/12 8:10:51.645 PM WindowServer[104]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    12/4/12 8:10:58.823 PM com.apple.kextcache[327]: Kernel file /mach_kernel does not contain requested arch: i386
    12/4/12 8:11:18.436 PM com.apple.kextcache[327]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    12/4/12 8:17:55.000 PM kernel[0]: hibernate image path: /var/vm/sleepimage
    12/4/12 8:17:55.000 PM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    12/4/12 8:17:55.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    12/4/12 8:17:55.000 PM kernel[0]: kern_open_file_for_direct_io(0) took 18 ms
    12/4/12 8:17:55.000 PM kernel[0]: Opened file /var/vm/sleepimage, size 4294967296, partition base 0x0, maxio 400000 ssd 0
    12/4/12 8:17:55.000 PM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 4
    12/4/12 8:17:55.000 PM kernel[0]: hibernate_alloc_pages flags 00000000, gobbling 0 pages
    12/4/12 8:17:55.000 PM kernel[0]: hibernate_setup(0) took 0 ms
    12/4/12 8:18:01.000 PM kernel[0]: hibernate_page_list_setall start 0xffffff808b646000, 0xffffff808b666000
    12/4/12 8:18:01.000 PM kernel[0]: hibernate_page_list_setall time: 145 ms
    12/4/12 8:18:01.000 PM kernel[0]: pages 623102, wire 235622, act 86927, inact 3, cleaned 0 spec 69, zf 2388, throt 0, could discard act 60405 inact 45377 purgeable 13126 spec 179185 cleaned 0
    12/4/12 8:18:01.000 PM kernel[0]: hibernate_page_list_setall found pageCount 325009
    12/4/12 8:18:01.000 PM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    12/4/12 8:18:01.000 PM kernel[0]: IOHibernatePollerOpen(0)
    12/4/12 8:18:01.000 PM kernel[0]: encryptStart 13230
    12/4/12 8:18:01.000 PM kernel[0]: writing 324721 pages
    12/4/12 8:18:01.000 PM kernel[0]: encryptEnd c023000
    12/4/12 8:18:01.000 PM kernel[0]: image1Size 0xffc2800, encryptStart1 0x13230, End1 0xc023000
    12/4/12 8:18:01.000 PM kernel[0]: encryptStart ffc2800
    12/4/12 8:18:01.000 PM kernel[0]: encryptEnd 18d7d800
    12/4/12 8:18:01.000 PM kernel[0]: PMStats: Hibernate write took 5360 ms
    12/4/12 8:18:01.000 PM kernel[0]: all time: 5360 ms, comp bytes: 1330421760 time: 843 ms 1504 Mb/s, crypt bytes: 350006736 time: 642 ms 519 Mb/s,
    12/4/12 8:18:01.000 PM kernel[0]: image 416798720, uncompressed 1330421760 (324810), compressed 414167456 (31%), sum1 8482bc52, sum2 631e73ed
    12/4/12 8:18:01.000 PM kernel[0]: wired_pages_encrypted 185481, wired_pages_clear 49942, dirty_pages_encrypted 89387
    12/4/12 8:18:01.000 PM kernel[0]: hibernate_write_image done(0)
    12/4/12 8:18:01.000 PM kernel[0]: sleep
    12/4/12 8:18:02.000 PM kernel[0]: TBT W (1): 5 [x]
    12/4/12 8:18:02.000 PM kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 2 unplug = 0
    12/4/12 8:18:02.000 PM kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 1 unplug = 0
    12/4/12 9:17:55.029 PM com.apple.usbmuxd[38]: DeviceRequestAsync failed: 0xe0004057
    12/4/12 9:17:55.000 PM kernel[0]: AppleThunderboltDPPathManager<0xffffff802c238e00>::createPath - kDPPathTypeVideo - NFC [src=5 int=14 dst=14] Initial Credits [src=0 int=0 dst=0]
    12/4/12 9:17:55.000 PM kernel[0]: AppleThunderboltDPPathManager<0xffffff802c238e00>::createPath - kDPPathTypeAuxTx - NFC [src=0 int=0 dst=0] Initial Credits [src=2 int=2 dst=1]
    12/4/12 9:17:55.000 PM kernel[0]: AppleThunderboltDPPathManager<0xffffff802c238e00>::createPath - kDPPathTypeAuxRx - NFC [src=0 int=0 dst=0] Initial Credits [src=7 int=2 dst=1]
    12/4/12 9:17:55.000 PM kernel[0]: Wake reason: EHC2
    12/4/12 9:17:55.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    12/4/12 9:17:55.000 PM kernel[0]: Previous Sleep Cause: 5
    12/4/12 9:17:55.000 PM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0xfa000000) may have caused a wake by issuing a remote wakeup (2)
    12/4/12 9:17:55.000 PM kernel[0]: [ PCI configuration begin ]
    12/4/12 9:17:55.000 PM kernel[0]: PCI configuration changed (bridge=74 device=10 cardbus=0)
    12/4/12 9:17:55.000 PM kernel[0]: [ PCI configuration end, bridges 21 devices 23 ]
    12/4/12 9:17:55.000 PM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    12/4/12 9:17:55.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    12/4/12 9:17:55.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/4/12 9:17:55.000 PM kernel[0]: en1: 802.11d country code set to 'X3'.
    12/4/12 9:17:55.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    12/4/12 9:17:55.000 PM kernel[0]: The USB device BRCM2070 Hub (Port 1 of Hub at 0xfa100000) may have caused a wake by issuing a remote wakeup (3)
    12/4/12 9:17:55.302 PM hidd[59]: MultitouchHID: device bootloaded
    12/4/12 9:17:55.489 PM WindowServer[104]: handle_will_sleep_auth_and_shield_windows: no action for lock state 1
    12/4/12 9:17:55.491 PM WindowServer[104]: handle_will_sleep_auth_and_shield_windows: no action for lock state 1
    12/4/12 9:17:56.000 PM kernel[0]: The USB device Bluetooth USB Host Controller (Port 3 of Hub at 0xfa110000) may have caused a wake by issuing a remote wakeup (3)
    12/4/12 9:17:56.000 PM kernel[0]: HID tickle 313 ms
    12/4/12 9:17:57.000 PM kernel[0]: en1: 802.11d country code set to 'TR'.
    12/4/12 9:17:57.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    12/4/12 9:17:57.571 PM configd[18]: network changed: v4(en1-:192.168.15.106) DNS- Proxy- SMB
    12/4/12 9:17:57.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 90:f6:52:e9:1d:c4  MAC AUTH succeeded
    12/4/12 9:17:57.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    12/4/12 9:17:57.000 PM kernel[0]: AirPort: Link Up on en1
    12/4/12 9:17:57.000 PM kernel[0]: en1: BSSID changed to 90:f6:52:e9:1d:c4
    12/4/12 9:17:57.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    12/4/12 9:17:57.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    12/4/12 9:17:57.666 PM configd[18]: network changed: v4(en1+:192.168.15.106) DNS+ Proxy+ SMB
    12/4/12 9:17:57.681 PM UserEventAgent[11]: Captive: en1: Not probing 'KutupMedya' (protected network)
    12/4/12 9:17:57.684 PM configd[18]: network changed: v4(en1!:192.168.15.106) DNS Proxy SMB
    12/4/12 9:17:58.293 PM airportd[402]: _doAutoJoin: Already associated to “KutupMedya”. Bailing on auto-join.
    12/4/12 9:18:00.409 PM Dock[245]: Unable to open IOHIDSystem (e00002bd)
    12/4/12 9:18:00.000 PM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    12/4/12 9:18:01.054 PM airportd[402]: _doAutoJoin: Already associated to “KutupMedya”. Bailing on auto-join.
    12/4/12 9:18:01.000 PM kernel[0]: en1: BSSID changed to 90:f6:52:e9:1d:c4
    12/4/12 9:18:06.939 PM mdwrite[408]: [ERROR] [0.000s] com.apple. UBItemStatusNotification.c:805 _do_UBItemStatusNotificationRegisterURLs() can't find realpath for "/Users/serefyucar/Library/Mobile Documents/com~apple~system~spotlight/mdlabels", was blocked at "/Users/serefyucar/Library/Mobile Documents": 2 (No such file or directory)
    12/4/12 9:18:06.940 PM mdwrite[408]: [ERROR] [0.001s] com.apple. UBItemStatusNotification.c:805 _do_UBItemStatusNotificationRegisterURLs() can't find realpath for "/Users/serefyucar/Library/Mobile Documents/com~apple~system~spotlight/mdlabels", was blocked at "/Users/serefyucar/Library/Mobile Documents": 2 (No such file or directory)
    12/4/12 9:18:16.109 PM WindowServer[104]: CGXDeferSurfaces : Invalid source window 60
    12/4/12 9:18:24.414 PM com.apple.launchd.peruser.501[218]: (com.apple.PackageKit.InstallStatus) Throttling respawn: Will start in 6 seconds
    12/4/12 9:18:24.419 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.419 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.420 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.420 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.420 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.421 PM WindowServer[104]: dict count after removing entry for window 0x27 is 0
    12/4/12 9:18:24.426 PM coreservicesd[73]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=161
    12/4/12 9:18:24.431 PM com.apple.launchd.peruser.501[218]: ([0x0-0x15015].com.apple.ImageCaptureExtension2[295]) Exited: Killed: 9
    12/4/12 9:18:24.431 PM com.apple.launchd.peruser.501[218]: ([0x0-0x34034].com.apple.AppleSpell[409]) Exited: Terminated: 15
    12/4/12 9:18:24.432 PM com.apple.launchd.peruser.501[218]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[396]) Exited: Killed: 9
    12/4/12 9:18:24.432 PM com.apple.launchd.peruser.501[218]: (com.apple.quicklook[412]) Exited: Killed: 9
    12/4/12 9:18:24.432 PM coreservicesd[73]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=151
    12/4/12 9:18:24.432 PM coreservicesd[73]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=210
    12/4/12 9:18:24.433 PM coreservicesd[73]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=136
    12/4/12 9:18:24.434 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.434 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.434 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.434 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.434 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.464 PM loginwindow[54]: DEAD_PROCESS: 54 console
    12/4/12 9:18:24.672 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.672 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.672 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.672 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.672 PM WindowServer[104]: CGXGetConnectionProperty: Invalid connection 40963
    12/4/12 9:18:24.682 PM airportd[402]: _doAutoJoin: Already associated to “KutupMedya”. Bailing on auto-join.
    12/4/12 9:18:25.075 PM shutdown[424]: halt by serefyucar:
    12/4/12 9:18:25.075 PM shutdown[424]: SHUTDOWN_TIME: 1354648705 75127
    12/4/12 9:18:25.000 PM kernel[0]: Kext loading now disabled.
    12/4/12 9:18:25.000 PM kernel[0]: Kext unloading now disabled.
    12/4/12 9:18:25.000 PM kernel[0]: Kext autounloading now disabled.
    12/4/12 9:18:25.000 PM kernel[0]: Kernel requests now disabled.
    12/4/12 9:53:38.000 PM bootlog[0]: BOOT_TIME 1354650818 0
    12/4/12 9:53:39.950 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    12/4/12 9:53:39.950 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    12/4/12 9:53:56.493 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    12/4/12 9:54:05.000 PM kernel[0]: PMAP: PCID enabled
    12/4/12 9:54:05.000 PM kernel[0]: Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
    12/4/12 9:54:05.000 PM kernel[0]: vm_page_bootstrap: 946092 free pages and 94292 wired pages
    12/4/12 9:54:05.000 PM kernel[0]: kext submap [0xffffff7f8073e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800073e000]
    12/4/12 9:54:05.000 PM kernel[0]: zone leak detection enabled
    12/4/12 9:54:05.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    12/4/12 9:54:05.000 PM kernel[0]: standard background quantum is 2500 us
    12/4/12 9:54:05.000 PM kernel[0]: mig_table_max_displ = 74
    12/4/12 9:54:05.000 PM kernel[0]: TSC Deadline Timer supported and enabled
    12/4/12 9:54:05.000 PM kernel[0]: corecrypto kext started!
    12/4/12 9:54:05.000 PM kernel[0]: Running kernel space in FIPS MODE
    12/4/12 9:54:05.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    12/4/12 9:54:05.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    12/4/12 9:54:05.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    12/4/12 9:54:05.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    12/4/12 9:54:05.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    12/4/12 9:54:05.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    12/4/12 9:54:05.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    12/4/12 9:54:05.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    12/4/12 9:54:05.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    12/4/12 9:54:05.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    12/4/12 9:54:05.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    12/4/12 9:54:05.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    12/4/12 9:54:05.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    12/4/12 9:54:05.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    12/4/12 9:54:05.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    12/4/12 9:54:05.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    12/4/12 9:54:05.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    12/4/12 9:54:05.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    12/4/12 9:54:05.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    12/4/12 9:54:05.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    12/4/12 9:54:05.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    12/4/12 9:54:05.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    12/4/12 9:54:05.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    12/4/12 9:54:05.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    12/4/12 9:54:05.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    12/4/12 9:54:05.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    12/4/12 9:54:05.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    12/4/12 9:54:05.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    12/4/12 9:54:05.000 PM kernel[0]: MAC Framework successfully initialized
    12/4/12 9:54:05.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    12/4/12 9:54:05.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    12/4/12 9:54:05.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    12/4/12 9:54:05.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 6689
    12/4/12 9:54:05.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    12/4/12 9:54:05.000 PM kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    12/4/12 9:54:05.000 PM kernel[0]: [ PCI configuration begin ]
    12/4/12 9:54:05.000 PM kernel[0]: console relocated to 0xf60010000
    12/4/12 9:54:05.000 PM kernel[0]: PCI configuration changed (bridge=16 device=5 cardbus=0)
    12/4/12 9:54:05.000 PM kernel[0]: [ PCI configuration end, bridges 12 devices 18 ]
    12/4/12 9:54:05.000 PM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    12/4/12 9:54:05.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    12/4/12 9:54:05.000 PM kernel[0]: rooting via boot-uuid from /chosen: 3E53729D-FBEA-3F04-A98F-60A06B103CA1
    12/4/12 9:54:05.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    12/4/12 9:54:05.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    12/4/12 9:54:05.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    12/4/12 9:54:05.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    12/4/12 9:54:05.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    12/4/12 9:54:05.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    12/4/12 9:54:05.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 3c0754fffeab95c8; max speed s800.
    12/4/12 9:54:05.000 PM kernel[0]: BTCOEXIST off
    12/4/12 9:54:05.000 PM kernel[0]: BRCM tunables:
    12/4/12 9:54:05.000 PM kernel[0]: pullmode[1] txringsize[  256] reapmin[   32] reapcount[  128]
    12/4/12 9:54:05.000 PM kernel[0]: highWaterMark: VO[  192]  VI[  192]  BE[  192]  BK[  192]
    12/4/12 9:54:05.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST9500325ASG Media/IOGUIDPartitionScheme/Mac Os X@2
    12/4/12 9:54:05.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 3
    12/4/12 9:54:05.000 PM kernel[0]: Kernel is LP64
    12/4/12 9:54:05.000 PM kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    12/4/12 9:54:05.000 PM kernel[0]: USBMSC Identifier (non-unique): 575833314131313438313533 0x1058 0x1023 0x2005
    12/4/12 9:54:05.000 PM kernel[0]: Waiting for DSMOS...
    12/4/12 9:54:05.000 PM kernel[0]: macx_swapon SUCCESS
    12/4/12 9:54:05.496 PM hidd[43]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    12/4/12 9:54:06.000 PM kernel[0]: BCM5701Enet: Ethernet address 3c:07:54:70:ea:12
    12/4/12 9:54:06.000 PM kernel[0]: AirPort_Brcm4331: Ethernet address 68:a8:6d:47:81:0c
    12/4/12 9:54:06.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    12/4/12 9:54:06.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    12/4/12 9:54:07.710 PM coreservicesd[59]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    12/4/12 9:54:07.713 PM mDNSResponder[36]: mDNSResponder mDNSResponder-379.27 (Jun 20 2012 15:40:55) starting OSXVers 12
    12/4/12 9:54:07.747 PM airportd[64]: _processDLILEvent: en1 attached (down)
    12/4/12 9:54:07.778 PM hidd[43]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    12/4/12 9:54:07.886 PM appleeventsd[49]: main: Starting up
    12/4/12 9:54:08.000 PM kernel[0]: createVirtIf(): ifRole = 1
    12/4/12 9:54:08.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    12/4/12 9:54:08.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff8016612000
    12/4/12 9:54:08.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    12/4/12 9:54:08.000 PM kernel[0]: Created virtif 0xffffff8016612000 p2p0
    12/4/12 9:54:08.000 PM kernel[0]: AGC: 3.2.6, HW version=1.9.23, flags:0, features:20600
    12/4/12 9:54:08.000 PM kernel[0]: Previous Shutdown Cause: 5
    12/4/12 9:54:08.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    12/4/12 9:54:08.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    12/4/12 9:54:08.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    12/4/12 9:54:08.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    12/4/12 9:54:08.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    12/4/12 9:54:08.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    12/4/12 9:54:08.056 PM com.apple.SecurityServer[17]: Session 100000 created
    12/4/12 9:54:08.099 PM com.apple.usbmuxd[21]: usbmuxd-296.3 on Jul 25 2012 at 00:28:37, running 64 bit
    12/4/12 9:54:08.000 PM kernel[0]: DSMOS has arrived
    12/4/12 9:54:08.902 PM com.apple.SecurityServer[17]: Entering service
    12/4/12 9:54:08.000 PM kernel[0]: ACPI_SMC_PlatformPlugin::initFanThrottleControl - waiting for AppleSMC
    12/4/12 9:54:09.000 PM kernel[0]: [AGPM Controller] build GPUDict by Vendor1002Device6741
    12/4/12 9:54:09.043 PM mds[35]: (Normal) FMW: FMW 0 0
    12/4/12 9:54:09.109 PM systemkeychain[73]: done file: /var/run/systemkeychaincheck.done
    12/4/12 9:54:09.835 PM loginwindow[39]: Login Window Application Started
    12/4/12 9:54:10.038 PM mDNSResponder[36]: D2D_IPC: Loaded
    12/4/12 9:54:10.038 PM mDNSResponder[36]: D2DInitialize succeeded
    12/4/12 9:54:10.264 PM awacsd[53]: Starting awacsd connectivity-77 (Jun 20 2012 15:40:49)
    12/4/12 9:54:10.345 PM locationd[40]: NOTICE,Location icon should now be in state 0
    12/4/12 9:54:10.346 PM awacsd[53]: InnerStore CopyAllZones: no info in Dynamic Store
    12/4/12 9:54:10.521 PM apsd[55]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    12/4/12 9:54:10.521 PM apsd[55]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    12/4/12 9:54:11.000 PM kernel[0]: [ffffff801658c800][BNB

    Please do not post the entire messages log as it takes up unnecessarily a lot of space.  It seems that there is a corrupt/nonfunctional file called
    [email protected]nt.plist
    Go to your hard drive, enter library, go into users, and go into launch agents and delete the thing above.  Empty the trash and restart.

  • "the path does not exist" error opening shared adobe files on XP machine

    We recently upgraded a mac mini from Tiger (10.4.11) to Leopard (10.5.X) we updated to the most recent 10.5.
    We have an office with 3 macs and 1 XP.
    All users connect to the Mac Mini via SMB sharing.
    Everyone Authenticates as the same admin user.
    *The XP machine can open and save all file types EXCEPT Adobe Photoshop and Illustrator files.*
    They are using CS3.
    The mac and XP users could open save and share all files prior to the leopard update.
    We used the "Archive and Install" option to upgrade to leopard.
    The shared files had the "unknown Group" error which we solved by adding them to the ADMIN group. This step changed the error message the the XP user was receiving.
    I have tried many networking fixes, including group policy on windows, turning off IPv6 on the Mini, but we cannot open or save files directly from Illustrator.
    When the file
    We can move files to the XP desktop then open and save. Files saved on the XP machine can be moved back to the mini and opened directly by all of the Mac users.
    Any guesses why this might be occurring?

    There are actually two separate error messages received by the windows user when trying to open files off of the Mini.
    "the path does not exist" and "this file cannot be found".
    This happens when we navigate directly to the file with windows explorer.

  • "file in use" and other "unexpected" error messages

    I may have found a bug in Tiger, and in case nobody has a plausible explanation for the problem, I will send a bug report:
    I copied a locked file (shows a little lock symbol in its icon) from one Mac to the other via a network share (using Finder). I then tried to open that file on the other Mac, but failed with the error message "file in use". But the computer the file had been copied from had already disconnected and shut down, and the Mac I had copied the file to had booted once.
    I then looked at the file security settings, but found nothing abnormal. But I was not allowed to change any of the security settings (owner and permissions).
    I then tried the Terminal and tried commands like "sudo chmod" or "sudo chown", and got nothing but error messages.
    What kind of operating system does not allow the supervisor ("root") to change file permissions?!?
    I then tried to repair the volume, but DiskUtility thinks all is OK. Fine. And the file is obviously NOT in use (otherwise the volume could not have been unmounted).
    I finally tried the tool SetFileInfo from the development system to change permissions and type/creator. "sudo SetFileInfo -whatever" gives "unexpected error". Aha, "unexpected". So there is something wrong in Denmark. Or California.
    At least there is one hint what's going wrong: GetFileInfo shows an abnormal type/creation combination, something like "brok" and "macs".
    The only thing I finally managed to do with the file was "sudo rm". I got some warning about unknown user and unknown group and override whatever, then the file was deleted. At least I think so. After removing the "locked" flag the copy process went fine, and the copy of the file could be opened on the other Mac, so it seems that there is a problem with copying "locked" files.

    Thank you for that hint! It does not fix the bug, but opens a way to a workaround.
    I repeated the test, i.e. copied a locked file, and indeed the copy is protected with a "uchg" flag.
    Removing the "uchg" flag still left the file locked, i.e. no other attribute (owner/group/rwx) could be changed. But the SetFile command now was able to remove the creator ('MACS') and type ('brok') settings.
    After that the "second lock" had been removed, and now the "locked" attribute could be removed, and after having removed this third lock the file was accessible.
    So I think that was enough of (unpaid) investigation, and I am going to send a bug report to Apple.

Maybe you are looking for

  • Cocoa app design advice

    hello, as i'm studying cocoa i've created a test app and i'm looking for some advice/direction when it comes to design. this is what i've done so far: 1. placed a custom view on my main window linked to my custom subclass "dropview" of nsview 2. plac

  • Cannot get questionnaire HTML string SAP CRM 7.0  EHP3

    Hello, We are trying to use questionnaires in Activities and it doesn't work. This error : Cannot get questionnaire HTML string is shown. I checked  Note 1600561 - Changes done in values template XSLT not taken into account, but it isn't valid for ou

  • Electronic signatures and Lock the document

    Dear All. I'm writing to know how to sign a document of pdf with Electronic signatures via a device connected to my computer, galaxy phone/tab(Samsung), I-Phone/pad or etc. after sign a document of pdf with Electronic signatures, I'd like to lock the

  • SAP BW HR supporting issues guide lines

    Dear all, Iam working on SAP BW and recently i got a project on SAP BW HR.As it is totally new module for me can any one suggest me how to understand the project like IC , Info objects etc. and another imp point is even i dont have any basic knowlege

  • Problem in configuration of Tomcat

    Hi I downlaoded Tomcat 5.5.17 and unzip it in to the folder of c:\tomcat Then I set the JAVA_HOME varaible to c:\java\jdk. Then in context.xml I set it to true. Then in web.xml I remove the comment lines(invoker and mapping) Then I change my port fro