[Solved] Ath9k kernel panic

I get random kernel panics when the wicd daemon is running. Nothing is logged in either the kernel log or the wicd log. My ipv6 mod is disabled. I got a 64 bit system and an Atheros AR9285 wireless. I dont know if matters but I have an nvidia card with proprietary drivers. I only get panics on my school's wireless network, not my home network (linksys). My current work around is to wait for the connection to connect and then stopping the daemon, so I don't think its dhcpcd. I've tried reinstalling the kernel, all the kernel headers. I've tried compat-wireless and compiling wicd from source. I wish I had more info, but my logs are clean right up till the freeze where nothing gets logged.
Last edited by shamanstk (2010-05-04 14:09:07)

shamanstk wrote:
oldmerovingian wrote:What is interesting is that the type of network seems to play a role for me.  I seem to be able to use open networks just fine, without lock ups but my WPA at home gives me problems.
Thats exactly opposite of my issue. I can use my home's WPA fine without lock up all day, but when I go to my school's open network, I get a lock up. So it's probably not related to dhcpcd or wpa_supplicant. It's definitely network specific. What kind of routers are you working with? I got a linksys at home, I'll find out what the school's routers are.
I use D-Link at home, but I am not sure what the school or the coffee shop I go to use.  I will try to find out. 
Does anyone else find this to be true?

Similar Messages

  • [SOLVED] Random kernel panics during boot (Waiting for UDev uevents..)

    Update 2012-03-31: Workaround confirmed to work, see tenthirteen's post.
    Update 2012-02-03: I've narrowed down the problem to the 3.x kernels. Downgrading to kernel26-2.6.38.5-1, with the other packages up-to-date (using nouveau instead of nvidia driver), solves the problem. Still, I still consider this a problem since it forces me to use an older kernel, so if anyone has any idea how to find the problem I would be very thankful!
    When I came back home after the summer vacations I did a huge upgrade with pacman -Syu (of course I read the announcements before). This included linux (3.0.3-1) from kernel26 (2.6.38.5-1) and udev (167-2 -> 173-3). After this point, the boot process randomly fails from time to time; today I had to restart more than 20 times before my machine would boot successfully.
    It always occurs during "Waiting for UDev uvents to be processed". Some of the errors are:
    1. The computer freezes when the message is shown (cursor stops to blink).
    2. Nothing happens for a long time, then Waiting for UDev uvents to be processed [ FAIL ]s.
    3. Short and long error messages that look similar to this guy's (except for the last line).
    I greped for some of the error messages in /var/log but they don't seem to be logged, so the examples below are from my handwritten notes and thus not very complete (there are a lot of other error messages except these lines). It's also possible that there are some mistakes. Note that they're from different boots.
    BUG: Soft lockup - CPU#1 stuck for 23 s! [modprobe:256]
    BUG: Unable to handle kernel
    --[End ...]--
    note: udevd[225] exited with preempt_count 2
    Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: c0147299
    BUG: Unable to handle kernel paging request at f8d20076
    Code: Bad EIP value.
    EIP: ...
    CRZ: ...
    --[End ...]--
    Kernel panic - not syncing: Attempted to kill the idle task!
    Lock: Bad EIP value
    Note: modprobe [296] exited with preempt_count 3
    WARNING: at kernel/watchdog.c:240 watchdog-overflow-callback+0xac/...
    BUG: Unable to handle kernel NULL pointer dereference at 00000286
    BUG: Unable to handle kernel NULL pointer dereference at (null)
    These errors are seemingly arbitrary which makes it very hard to find the problem. Sometimes it works without a single complaint, sometimes it says something about "No caching mode page present, Assuming drive cache: write through", and sometimes I get different errors (the examples above are only from today!). As you can imagine, it gets pretty annoying.
    So far I've tried to:
    * Use the fallback mode - nope.
    * Rerun mkinitcpio -p linux - nope.
    * Append noapic and nomodeset to the kernel in GRUB - nope.
    * Install and try kernel26-lts - seems to work, although I don't understand what other differences there are (e.g., it doesn't start X). At least this seems to suggest that it's not a hardware problem.
    * Unplug all USB devices before boot - sometimes works, sometimes not. Doesn't seem to be a direct connection.
    * Remove my custom settings in /etc/modprobe.d - nope.
    * A lot of other things I've forgotten.
    Edit: I forgot to mention, once it's booted, the system works perfectly fine. No kernel panics etc. That's the second reason why I suspect it's not a hardware failure.
    I've been thinking about trying to downgrade the kernel and udev, but with the renaming and all dependencies I'm not sure how to do that.
    Since I've run out of ideas how to troubleshoot this issue, I would appreciate if I could get some suggestions here. I've search around and found similar posts but no solution that works for me.
    Finally, here are some more information.
    uname -a:
    Linux archon 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz GenuineIntel GNU/Linux
    The packages that I upgraded with pacman -Syu that day (removed most KDE packages from the list):
    [2011-08-26 15:14] Running 'pacman-color -Syu'
    [2011-08-26 15:14] synchronizing package lists
    [2011-08-26 15:18] Running 'pacman-color -Sy pacman'
    [2011-08-26 15:18] synchronizing package lists
    [2011-08-26 15:18] upgraded linux-api-headers (2.6.38.1-1 -> 3.0.1-1)
    [2011-08-26 15:19] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
    [2011-08-26 15:19] Generating locales...
    [2011-08-26 15:19] en_US.UTF-8... done
    [2011-08-26 15:19] en_US.ISO-8859-1... done
    [2011-08-26 15:19] sv_SE.UTF-8... done
    [2011-08-26 15:19] sv_SE.ISO-8859-1... done
    [2011-08-26 15:19] Generation complete.
    [2011-08-26 15:19] upgraded glibc (2.13-5 -> 2.14-5)
    [2011-08-26 15:19] upgraded pacman (3.5.3-1 -> 3.5.4-4)
    [2011-08-26 15:27] Running 'pacman-color -Syu'
    [2011-08-26 15:27] synchronizing package lists
    [2011-08-26 15:27] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Rsn linuxwacom-bamboo-cth-ctl'
    [2011-08-26 15:29] removed linuxwacom-bamboo-cth-ctl (0.10.99.1-1)
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:53] Running 'pacman-color -Syu'
    [2011-08-26 15:53] synchronizing package lists
    [2011-08-26 15:54] starting full system upgrade
    [2011-08-26 16:03] warning: /etc/krb5.conf saved as /etc/krb5.conf.pacsave
    [2011-08-26 16:03] removed heimdal (1.3.3-4)
    [2011-08-26 16:03] removed eigen (2.0.15-1)
    [2011-08-26 16:03] removed python2-qt (4.8.3-1)
    [2011-08-26 16:03] removed kernel26 (2.6.38.5-1)
    [2011-08-26 16:04] removed kernel26-headers (2.6.38.5-1)
    [2011-08-26 16:04] removed libreoffice (3.3.2-2)
    [2011-08-26 16:04] upgraded readline (6.2.001-1 -> 6.2.001-2)
    [2011-08-26 16:04] upgraded bash (4.2.008-1 -> 4.2.010-1)
    [2011-08-26 16:04] upgraded attr (2.4.44-3 -> 2.4.46-1)
    [2011-08-26 16:04] upgraded acl (2.2.49-2 -> 2.2.51-1)
    [2011-08-26 16:04] upgraded rsync (3.0.8-1 -> 3.0.8-2)
    [2011-08-26 16:04] upgraded abs (2.4.2-1 -> 2.4.3-1)
    [2011-08-26 16:04] upgraded gcc-libs (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:04] upgraded zlib (1.2.5-3 -> 1.2.5-4)
    [2011-08-26 16:04] upgraded icu (4.6.1-1 -> 4.8.1-1)
    [2011-08-26 16:04] upgraded boost-libs (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:04] upgraded libmysqlclient (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded mysql-clients (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] hostname and {,yp,nis}domainname has moved:
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] hostname is now in coreutils
    [2011-08-26 16:04] domainname is now in yp-tools
    [2011-08-26 16:04] their functionality might have changed slightly
    [2011-08-26 16:04]
    [2011-08-26 16:04] dnsdomainname remains in net-tools
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] upgraded net-tools (1.60-14 -> 1.60-18)
    [2011-08-26 16:04] warning: directory permissions differ on var/lib/mysql/
    filesystem: 755 package: 700
    [2011-08-26 16:04] upgraded mysql (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded libpng (1.4.5-1 -> 1.4.8-1)
    [2011-08-26 16:04] upgraded sqlite3 (3.7.6.1-1 -> 3.7.7.1-1)
    [2011-08-26 16:04] upgraded run-parts (3.4.1-1 -> 3.4.4-1)
    [2011-08-26 16:04] upgraded db (5.1.25-1 -> 5.2.28-1)
    [2011-08-26 16:04] installed libgssglue (0.3-1)
    [2011-08-26 16:04] installed libtirpc (0.2.2-2)
    [2011-08-26 16:04] upgraded pam (1.1.3-1 -> 1.1.4-1)
    [2011-08-26 16:04] Fixing gshadow file ...
    [2011-08-26 16:04] upgraded shadow (4.1.4.3-1 -> 4.1.4.3-2)
    [2011-08-26 16:04] upgraded gmp (5.0.1-2 -> 5.0.2-3)
    [2011-08-26 16:04] upgraded libcap (2.20-1 -> 2.22-1)
    [2011-08-26 16:04] upgraded coreutils (8.12-1 -> 8.12-3)
    [2011-08-26 16:04] Updating certificates. This might take a while...
    [2011-08-26 16:04] upgraded ca-certificates (20090814+nmu2-1 -> 20110421-3)
    [2011-08-26 16:04] upgraded pcre (8.12-1 -> 8.13-2)
    [2011-08-26 16:04] upgraded glib2 (2.28.6-1 -> 2.28.8-1)
    [2011-08-26 16:04] upgraded iana-etc (2.30-1 -> 2.30-2)
    [2011-08-26 16:04] warning: /etc/fstab installed as /etc/fstab.pacnew
    [2011-08-26 16:04] warning: directory permissions differ on run/
    filesystem: 1777 package: 755
    [2011-08-26 16:04] upgraded filesystem (2011.04-1 -> 2011.08-1)
    [2011-08-26 16:04] upgraded dbus-core (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:04] upgraded xproto (7.0.21-1 -> 7.0.22-1)
    [2011-08-26 16:04] upgraded libx11 (1.4.3-2 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded dbus (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:05] upgraded freetype2 (2.4.4-2 -> 2.4.6-1)
    [2011-08-26 16:05] upgraded libxfont (1.4.3-1 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded util-linux (2.19-4 -> 2.19.1-3)
    [2011-08-26 16:05] upgraded module-init-tools (3.12-2 -> 3.16-1)
    [2011-08-26 16:05] ATTENTION UDEV:
    [2011-08-26 16:05] ----------
    [2011-08-26 16:05] Kernel 2.6.32 or newer is now required.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] OSS emulation modules are not loaded by default, add to rc.conf if needed.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch specific cd symlinks are now no longer created.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] cd and net persistent rules will no longer be autogenerated,
    [2011-08-26 16:05] see <https://wiki.archlinux.org/index.php/Udev> for details.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Errors are now logged (possibly to the console) by default.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch's custom blacklisting logic has been removed. MOD_AUTOLOAD and
    [2011-08-26 16:05] blacklisting in MODULES no longer works.
    [2011-08-26 16:05] See 'man modprobe.conf' for a replacement to blacklisting.
    [2011-08-26 16:05] To disable a module mod1 on the kernel command line, use
    [2011-08-26 16:05] mod1.disable=1
    [2011-08-26 16:05] or
    [2011-08-26 16:05] modprobe.blacklist=mod1
    [2011-08-26 16:05] --
    [2011-08-26 16:05] The following modules are no longer unconditionally loaded:
    [2011-08-26 16:05] pcspkr irtty-sir analog lp ppdev ide-generic
    [2011-08-26 16:05] Add them to MODULES in rc.conf if you need them.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Support for non-devtmpfs self-compiled kernels have been moved to udev-compat.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Blacklisting of framebuffer devices has moved from /etc/modprobe.d to
    [2011-08-26 16:05] /lib/modprobe.d. Any customizations shoud be done to the file in /etc, as it
    [2011-08-26 16:05] takes precedence.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] kbd and rtc devices are no longer world readable.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] rtc is no longer in the audio group and fb devices are no longer in
    [2011-08-26 16:05] the video group, as permissions and ownership of fb devices are controlled
    [2011-08-26 16:05] by X.
    [2011-08-26 16:05] ---------------
    [2011-08-26 16:05] upgraded udev (167-2 -> 173-3)
    [2011-08-26 16:05] upgraded libdrm (2.4.25-1 -> 2.4.26-1)
    [2011-08-26 16:05] upgraded pixman (0.20.2-1 -> 0.22.2-1)
    [2011-08-26 16:05] upgraded libgpg-error (1.9-3 -> 1.10-1)
    [2011-08-26 16:05] upgraded libgcrypt (1.4.6-3 -> 1.5.0-1)
    [2011-08-26 16:05] upgraded xorg-xkbcomp (1.2.1-2 -> 1.2.3-1)
    [2011-08-26 16:05] upgraded xorg-server-common (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded xorg-server (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded nvidia-173xx-utils (173.14.30-1 -> 173.14.31-1)
    [2011-08-26 16:05] upgraded libxext (1.2.0-1 -> 1.3.0-1)
    [2011-08-26 16:05] upgraded libxrandr (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:05] upgraded inputproto (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:05] upgraded libxi (1.4.2-1 -> 1.4.3-1)
    [2011-08-26 16:05] upgraded xorg-xset (1.2.1-2 -> 1.2.2-1)
    [2011-08-26 16:05] upgraded xdg-utils (1.1.0rc1-2 -> 1.1.0rc1-3)
    [2011-08-26 16:05] upgraded qt (4.7.2-6 -> 4.7.3-3)
    [2011-08-26 16:05] installed libssh2 (1.2.9-1)
    [2011-08-26 16:05] upgraded curl (7.21.6-1 -> 7.21.7-1)
    [2011-08-26 16:05] upgraded raptor (2.0.2-1 -> 2.0.4-1)
    [2011-08-26 16:05] upgraded mpfr (3.0.1-1 -> 3.0.1.p4-2)
    [2011-08-26 16:05] upgraded rasqal (1:0.9.21-1 -> 1:0.9.27-1)
    [2011-08-26 16:05] upgraded binutils (2.21-7 -> 2.21.1-2)
    [2011-08-26 16:05] upgraded libmpc (0.9-1 -> 0.9-2)
    [2011-08-26 16:05] upgraded isl (0.06-1 -> 0.06-2)
    [2011-08-26 16:05] upgraded cloog (0.16.2-1 -> 0.16.2-2)
    [2011-08-26 16:05] upgraded ppl (0.11.2-1 -> 0.11.2-2)
    [2011-08-26 16:05] upgraded gcc (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:05] upgraded libtool (2.4-3 -> 2.4-4)
    [2011-08-26 16:05] upgraded redland (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded redland-storage-virtuoso (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded soprano (2.6.0-5 -> 2.7.0-1)
    [2011-08-26 16:05] upgraded akonadi (1.5.2-1 -> 1.6.0-2)
    [2011-08-26 16:05] upgraded dialog (1.1_20110302-1 -> 1.1_20110707-1)
    [2011-08-26 16:05] upgraded psmisc (22.13-1 -> 22.14-1)
    [2011-08-26 16:05] upgraded alsa-utils (1.0.24.2-1 -> 1.0.24.2-3)
    [2011-08-26 16:06] upgraded exiv2 (0.21.1-1 -> 0.21.1-2)
    [2011-08-26 16:06] upgraded strigi (git20110405-1 -> 0.7.5-4)
    [2011-08-26 16:06] upgraded xz (5.0.2-1 -> 5.0.3-1)
    [2011-08-26 16:06] upgraded libsasl (2.1.23-5 -> 2.1.23-7)
    [2011-08-26 16:06] upgraded libldap (2.4.24-1 -> 2.4.26-3)
    [2011-08-26 16:06] upgraded keyutils (1.4-1 -> 1.5.2-1)
    [2011-08-26 16:06] installed krb5 (1.9.1-3)
    [2011-08-26 16:06] upgraded shared-desktop-ontologies (0.6.0-1 -> 0.7.1-1)
    [2011-08-26 16:06] upgraded libdbusmenu-qt (0.8.2-1 -> 0.8.3-1)
    [2011-08-26 16:06] upgraded grantlee (0.1.8-1 -> 0.1.9-1)
    [2011-08-26 16:06] upgraded aspell (0.60.6-5 -> 0.60.6.1-1)
    [2011-08-26 16:06] upgraded dbus-glib (0.92-1 -> 0.94-2)
    [2011-08-26 16:06] upgraded hunspell (1.2.15-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded enchant (1.6.0-1 -> 1.6.0-3)
    [2011-08-26 16:06] upgraded libogg (1.2.2-1 -> 1.3.0-1)
    [2011-08-26 16:06] upgraded flac (1.2.1-2 -> 1.2.1-3)
    [2011-08-26 16:06] upgraded libsndfile (1.0.24-1 -> 1.0.25-1)
    [2011-08-26 16:06] upgraded libpulse (0.9.22-2 -> 0.9.23-1)
    [2011-08-26 16:06] installed libqzeitgeist (0.7.0-1)
    [2011-08-26 16:06] upgraded pango (1.28.4-2 -> 1.28.4-3)
    [2011-08-26 16:06] upgraded gstreamer0.10 (0.10.32-1 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base-plugins (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded phonon-gstreamer (4.5.0-1 -> 4.5.1-1)
    [2011-08-26 16:06] upgraded sdl (1.2.14-6 -> 1.2.14-7)
    [2011-08-26 16:06] upgraded xvidcore (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded x264 (20110327-1 -> 20110617-1)
    [2011-08-26 16:06] upgraded libvpx (0.9.6-2 -> 0.9.7.p1-1)
    [2011-08-26 16:06] upgraded libva (1.0.12-1 -> 1.0.14-1)
    [2011-08-26 16:06] installed rtmpdump (2.4-1)
    [2011-08-26 16:06] upgraded ffmpeg (20110330-1 -> 20110724-1)
    [2011-08-26 16:06] upgraded cifs-utils (4.9-2 -> 4.9-3)
    [2011-08-26 16:06] upgraded smbclient (3.5.8-2 -> 3.6.0-4)
    [2011-08-26 16:06] upgraded mesa (7.10.2-2 -> 7.11-1)
    [2011-08-26 16:06] upgraded libsamplerate (0.1.7-1 -> 0.1.8-1)
    [2011-08-26 16:06] upgraded jack (0.120.1-1 -> 0.121.2-2)
    [2011-08-26 16:06] upgraded fluidsynth (1.1.3-2 -> 1.1.4-1)
    [2011-08-26 16:06] upgraded libass (0.9.11-1 -> 0.9.13-1)
    [2011-08-26 16:06] upgraded libproxy (0.4.6-6 -> 0.4.7-1)
    [2011-08-26 16:06] upgraded libjpeg-turbo (1.1.0-1 -> 1.1.1-3)
    [2011-08-26 16:06] upgraded v4l-utils (0.8.3-1 -> 0.8.5-1)
    [2011-08-26 16:06] upgraded taglib (1.7-1 -> 1.7-3)
    [2011-08-26 16:06] upgraded libdvbpsi (0.1.7-1 -> 0.2.0-1)
    [2011-08-26 16:06] upgraded libebml (1.2.0-1 -> 1.2.1-1)
    [2011-08-26 16:06] upgraded libmatroska (1.1.0-1 -> 1.2.0-1)
    [2011-08-26 16:06] upgraded libmodplug (0.8.8.1-1 -> 0.8.8.3-1)
    [2011-08-26 16:06] upgraded libmpeg2 (0.5.1-1 -> 0.5.1-3)
    [2011-08-26 16:06] upgraded libmtp (1.0.2-2 -> 1.1.0-1)
    [2011-08-26 16:06] installed libupnp (1.6.13-1)
    [2011-08-26 16:06] upgraded vlc (1.1.9-1 -> 1.1.11-4)
    [2011-08-26 16:06] upgraded phonon-vlc (0.4.0-1 -> 0.4.1-1)
    [2011-08-26 16:06] upgraded phonon (4.5.0-1 -> 4.5.55-1)
    [2011-08-26 16:06] upgraded upower (0.9.10-1 -> 0.9.12-1)
    [2011-08-26 16:07] upgraded device-mapper (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded parted (2.3-1 -> 3.0-3)
    [2011-08-26 16:07] upgraded lvm2 (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded eject (2.1.5-5 -> 2.1.5-7)
    [2011-08-26 16:07] upgraded udisks (1.0.3-2 -> 1.0.3-6)
    [2011-08-26 16:07] upgraded libxcursor (1.1.11-1 -> 1.1.12-1)
    [2011-08-26 16:07] upgraded ntrack (1:13-1 -> 1:13-2)
    [2011-08-26 16:07] upgraded libssh (0.4.8-1 -> 0.5.1-1)
    [2011-08-26 16:07] upgraded oxygen-icons (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:07] upgraded xorg-xauth (1.0.5-2 -> 1.0.6-1)
    [2011-08-26 16:07] installed qjson (0.7.1-1)
    [2011-08-26 16:08] upgraded amarok (2.4.0-4 -> 2.4.3-1)
    [2011-08-26 16:08] upgraded apr (1.4.2-1 -> 1.4.5-1)
    [2011-08-26 16:08] upgraded apr-util (1.3.10-2 -> 1.3.12-2)
    [2011-08-26 16:08] upgraded atk (2.0.0-1 -> 2.0.1-1)
    [2011-08-26 16:08] upgraded avahi (0.6.30-2 -> 0.6.30-4)
    [2011-08-26 16:08] installed eigen2 (2.0.16-1)
    [2011-08-26 16:08] upgraded libffi (3.0.9-1 -> 3.0.10-1)
    [2011-08-26 16:08] upgraded python (3.2-2 -> 3.2.1-1)
    [2011-08-26 16:08] installed sip (4.12.4-1)
    [2011-08-26 16:08] installed pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded python2 (2.7.1-9 -> 2.7.2-2)
    [2011-08-26 16:08] upgraded python2-sip (4.12.1-1 -> 4.12.4-1)
    [2011-08-26 16:08] upgraded dbus-python (0.83.1-2 -> 0.84.0-1)
    [2011-08-26 16:08] installed python2-pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded glew (1.5.8-1 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded blas (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded lapack (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded python2-numpy (1.5.1-2 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded avogadro (1.0.3-1 -> 1.0.3-3)
    [2011-08-26 16:08] upgraded bison (2.4.3-1 -> 2.5-1)
    [2011-08-26 16:08] upgraded bluez (4.93-1 -> 4.96-1)
    [2011-08-26 16:08] upgraded boost (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:08] upgraded cabextract (1.3-1 -> 1.4-1)
    [2011-08-26 16:08] upgraded libsigc++ (2.2.9-1 -> 2.2.10-1)
    [2011-08-26 16:08] upgraded cairomm (1.9.8-1 -> 1.10.0-1)
    [2011-08-26 16:08] upgraded chmlib (0.40-1 -> 0.40-2)
    [2011-08-26 16:08] installed nettle (2.2-1)
    [2011-08-26 16:08] upgraded gnutls (2.12.3-1 -> 3.0.1-1)
    [2011-08-26 16:08] upgraded libcups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:08] upgraded gdk-pixbuf2 (2.23.3-1 -> 2.23.5-1)
    [2011-08-26 16:08] upgraded gtk-update-icon-cache (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:08] upgraded gtk2 (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:09] upgraded nspr (4.8.7-1 -> 4.8.9-1)
    [2011-08-26 16:09] upgraded nss (3.12.9-1 -> 3.12.11-1)
    [2011-08-26 16:09] upgraded libevent (2.0.10-1 -> 2.0.12-1)
    [2011-08-26 16:09] upgraded xorg-mkfontscale (1.0.8-1 -> 1.0.9-1)
    [2011-08-26 16:10] upgraded ttf-dejavu (2.32-2 -> 2.33-1)
    [2011-08-26 16:10] upgraded chromium (11.0.696.57-1 -> 13.0.782.215-1)
    [2011-08-26 16:10] upgraded cln (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:10] upgraded clucene (0.9.21b-1 -> 2.3.3.4-1)
    [2011-08-26 16:11] upgraded cmake (2.8.4-1 -> 2.8.5-1)
    [2011-08-26 16:11] upgraded consolekit (0.4.4-1 -> 0.4.5-1)
    [2011-08-26 16:11] upgraded cryptsetup (1.2.0-1 -> 1.3.1-2)
    [2011-08-26 16:11] upgraded poppler (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:11] daemon script has been renamed to /etc/rc.d/cupsd
    [2011-08-26 16:11] change your entry in /etc/rc.conf
    [2011-08-26 16:11] upgraded cups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:11] upgraded cvs (1.11.23-6 -> 1.11.23-7)
    [2011-08-26 16:11] upgraded dash (0.5.6.1-2 -> 0.5.7-2)
    [2011-08-26 16:11] upgraded dconf (0.7.3-2 -> 0.8.0-1)
    [2011-08-26 16:11] upgraded dcron (4.4-2 -> 4.5-2)
    [2011-08-26 16:11] upgraded diffutils (3.0-2 -> 3.1-1)
    [2011-08-26 16:11] upgraded libksba (1.0.8-1 -> 1.2.0-1)
    [2011-08-26 16:11] upgraded libassuan (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:11] upgraded dirmngr (1.1.0-1 -> 1.1.0-3)
    [2011-08-26 16:11] upgraded dri2proto (2.3-1 -> 2.6-1)
    [2011-08-26 16:11] upgraded fakeroot (1.15.1-1 -> 1.17-1)
    [2011-08-26 16:11] upgraded file (5.06-1 -> 5.08-1)
    [2011-08-26 16:11] upgraded startup-notification (0.10-2 -> 0.12-1)
    [2011-08-26 16:11] upgraded mime-types (1.0-3 -> 8-1)
    [2011-08-26 16:11] upgraded libnotify (0.7.2-1 -> 0.7.3-1)
    [2011-08-26 16:11] upgraded firefox (4.0.1-1 -> 6.0-1)
    [2011-08-26 16:11] upgraded flashplugin (10.2.159.1-2 -> 10.3.183.7-1)
    [2011-08-26 16:11] - The directories /usr/lib/perl5/current, /usr/lib/perl5/site_perl/current,
    [2011-08-26 16:11] /usr/lib/perl5/site_perl/5.10.1, and /usr/share/perl5/site_perl/5.10.1
    [2011-08-26 16:11] have been removed from @INC.
    [2011-08-26 16:11] - The script/binary directories are now /usr/bin/*_perl instead of
    [2011-08-26 16:11] /usr/lib/perl5/*_perl/bin which will be eventually removed.
    [2011-08-26 16:11] upgraded perl (5.12.3-1 -> 5.14.1-3)
    [2011-08-26 16:11] upgraded foomatic-db (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-filters (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-db-engine (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded fortune-mod (1.99.1-4 -> 1.99.1-5)
    [2011-08-26 16:12] upgraded fpc (2.4.2-1 -> 2.4.4-3)
    [2011-08-26 16:12] upgraded gawk (3.1.8-2 -> 4.0.0-1)
    [2011-08-26 16:12] upgraded gc (7.1-1 -> 7.1-3)
    [2011-08-26 16:12] upgraded gcc-fortran (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:12] upgraded gdb (7.2-2 -> 7.3-2)
    [2011-08-26 16:12] upgraded libftdi (0.18-2 -> 0.19-1)
    [2011-08-26 16:12] upgraded lirc-utils (1:0.9.0-2 -> 1:0.9.0-6)
    [2011-08-26 16:12] installed mpg123 (1.13.3-2)
    [2011-08-26 16:12] upgraded mplayer (33159-1 -> 34007-1)
    [2011-08-26 16:12] upgraded gnome-mplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded gecko-mediaplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded libggz (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ggz-client-libs (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ghostscript (9.02-1 -> 9.04-5)
    [2011-08-26 16:12] upgraded pygobject-devel (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygobject (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygtk (2.24.0-1 -> 2.24.0-2)
    [2011-08-26 16:12] upgraded gimp (2.6.11-5 -> 2.6.11-6)
    [2011-08-26 16:12] upgraded git (1.7.5-1 -> 1.7.6.1-1)
    [2011-08-26 16:12] upgraded glibmm (2.28.0-1 -> 2.28.2-1)
    [2011-08-26 16:12] upgraded glib-networking (2.28.6.1-2 -> 2.28.7-4)
    [2011-08-26 16:12] upgraded glproto (1.4.12-1 -> 1.4.14-1)
    [2011-08-26 16:12] upgraded gnugo (3.8-1 -> 3.8-2)
    [2011-08-26 16:12] upgraded gnupg (1.4.11-2 -> 1.4.11-3)
    [2011-08-26 16:12] upgraded pinentry (0.8.1-1 -> 0.8.1-3)
    [2011-08-26 16:12] upgraded gnupg2 (2.0.17-1 -> 2.0.18-1)
    [2011-08-26 16:12] upgraded wxgtk (2.8.12-1 -> 2.8.12.1-1)
    [2011-08-26 16:12] ==> To add the gnuplot mode in Emacs, add the content of /usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
    [2011-08-26 16:12] Updating TeX tree...
    [2011-08-26 16:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-08-26 16:13] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-08-26 16:13] mktexlsr: Done.
    [2011-08-26 16:13] upgraded gnuplot (4.4.2-2 -> 4.4.3-1)
    [2011-08-26 16:13] upgraded gtkmm (2.24.0-1 -> 2.24.2-1)
    [2011-08-26 16:13] upgraded gparted (0.8.0-2 -> 0.9.0-3)
    [2011-08-26 16:13] upgraded gpgme (1.3.0-1 -> 1.3.1-1)
    [2011-08-26 16:13] upgraded gpsd (2.96-1 -> 3.0-3)
    [2011-08-26 16:13] upgraded graphicsmagick (1.3.12-1 -> 1.3.12-2)
    [2011-08-26 16:13] upgraded grep (2.7-1 -> 2.9-1)
    [2011-08-26 16:13] warning: /boot/grub/menu.lst installed as /boot/grub/menu.lst.pacnew
    [2011-08-26 16:13] upgraded grub (0.97-17 -> 0.97-20)
    [2011-08-26 16:13] upgraded gsl (1.14-1 -> 1.15-1)
    [2011-08-26 16:13] upgraded vim-runtime (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded ruby (1.9.2_p180-1 -> 1.9.2_p290-1)
    [2011-08-26 16:13] Updating desktop and mime database...done.
    [2011-08-26 16:13] upgraded gvim (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded hdf5 (1.8.6-1 -> 1.8.7-1)
    [2011-08-26 16:13] upgraded heirloom-mailx (12.5-1 -> 12.5-2)
    [2011-08-26 16:13] upgraded htop (0.9-1 -> 0.9-2)
    [2011-08-26 16:13] installed lcms2 (2.2-1)
    [2011-08-26 16:13] upgraded imagemagick (6.6.9.4-1 -> 6.7.1.6-1)
    [2011-08-26 16:13] installed iproute2 (2.6.39-1)
    [2011-08-26 16:13] upgraded kbd (1.15.2-1 -> 1.15.3-1)
    [2011-08-26 16:13] warning: /etc/inittab installed as /etc/inittab.pacnew
    [2011-08-26 16:13] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-08-26 16:13] Blacklisting of modules is no longer supported in rc.conf,
    [2011-08-26 16:13] please add blacklist entries to /etc/modprobe.d/ instead.
    [2011-08-26 16:13] VERBOSE= in rc.conf no longer has any effect.
    [2011-08-26 16:13] Please append 'quiet' to your kernel command line.
    [2011-08-26 16:13] upgraded initscripts (2011.04.1-2 -> 2011.07.3-1)
    [2011-08-26 16:13] upgraded poppler-glib (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:13] upgraded inkscape (0.48.1-2 -> 0.48.2-1)
    [2011-08-26 16:13] upgraded irssi (0.8.15-4 -> 0.8.15-5)
    [2011-08-26 16:13] upgraded jfsutils (1.1.14-2 -> 1.1.15-2)
    [2011-08-26 16:14] upgraded jre (6u25-1 -> 7-3)
    [2011-08-26 16:14] upgraded libdmtx (0.7.2-2 -> 0.7.4-1)
    [2011-08-26 16:14] installed qrencode (3.1.1-2)
    [2011-08-26 16:14] installed prison (1.0-1)
    [2011-08-26 16:14] upgraded libedit (20110227_3.0-1 -> 20110802_3.0-1)
    [2011-08-26 16:14] upgraded openssh (5.8p2-1 -> 5.8p2-9)
    [2011-08-26 16:14] upgraded lm_sensors (3.3.0-1 -> 3.3.1-2)
    [2011-08-26 16:14] upgraded xorg-xprop (1.2.0-2 -> 1.2.1-1)
    [2011-08-26 16:14] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
    [2011-08-26 16:14] installed libkexiv2 (4.7.0-2)
    [2011-08-26 16:15] upgraded qscintilla (2.5.1-1 -> 2.5.1-2)
    [2011-08-26 16:15] installed ocaml (3.12.1-1)
    [2011-08-26 16:15] installed libkipi (4.7.0-2)
    [2011-08-26 16:16] upgraded sane (1.0.22-1 -> 1.0.22-2)
    [2011-08-26 16:16] installed libksane (4.7.0-2)
    [2011-08-26 16:16] installed libkdcraw (4.7.0-2)
    [2011-08-26 16:16] upgraded poppler-qt (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:16] upgraded libidn (1.21-1 -> 1.22-1)
    [2011-08-26 16:16] upgraded qt3 (3.3.8-19 -> 3.3.8-20)
    [2011-08-26 16:16] upgraded libktorrent (1.1.1-1 -> 1.1.2-1)
    [2011-08-26 16:16] installed libmms (0.6.2-1)
    [2011-08-26 16:16] upgraded libgadu (1.10.1-1 -> 1.11.0-1)
    [2011-08-26 16:16] installed ortp (0.16.5-1)
    [2011-08-26 16:16] installed mediastreamer (2.7.3-3)
    [2011-08-26 16:17] upgraded qwt (5.2.1-1 -> 6.0.0-1)
    [2011-08-26 16:17] upgraded neon (0.29.3-2 -> 0.29.6-2)
    [2011-08-26 16:17] upgraded subversion (1.6.15-1 -> 1.6.17-6)
    [2011-08-26 16:17] upgraded linux-firmware (20110227-1 -> 20110727-1)
    [2011-08-26 16:17] upgraded mkinitcpio-busybox (1.18.2-1 -> 1.18.5-1)
    [2011-08-26 16:17] upgraded mkinitcpio (0.6.11-1 -> 0.7.2-1)
    [2011-08-26 16:18] >>> Updating module dependencies. Please wait ...
    [2011-08-26 16:18] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-08-26 16:18] ==> Building image from preset: 'default'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [autodetect]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-08-26 16:18] 7278 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] ==> Building image from preset: 'fallback'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-08-26 16:18] 23389 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] installed linux (3.0.3-1)
    [2011-08-26 16:18] installed linux-headers (3.0.3-1)
    [2011-08-26 16:18] upgraded koffice-servicetypes (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-libs (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-templates (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-plugins (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded koffice-krita (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded ktorrent (4.1.1-1 -> 4.1.2-1)
    [2011-08-26 16:19] upgraded kwebkitpart (1.1-1 -> 1.1.1-1)
    [2011-08-26 16:19] upgraded less (443-1 -> 444-1)
    [2011-08-26 16:19] upgraded usbmuxd (1.0.6-2 -> 1.0.7-2)
    [2011-08-26 16:19] upgraded libimobiledevice (1.1.0-1 -> 1.1.1-2)
    [2011-08-26 16:19] upgraded libgpod (0.8.0-2 -> 0.8.2-2)
    [2011-08-26 16:19] upgraded libgsf (1.14.20-1 -> 1.14.21-1)
    [2011-08-26 16:19] upgraded liblqr (0.4.1-1 -> 0.4.1-2)
    [2011-08-26 16:19] installed libreoffice-en-US (3.4.2-2)
    [2011-08-26 16:19] installed libtextcat (2.2-8)
    [2011-08-26 16:19] * see https://wiki.archlinux.org/index.php/LibreOffice
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] LibreOffice has been split into several packages:
    [2011-08-26 16:19] - libreoffice-common
    [2011-08-26 16:19] - libreoffice-{base,calc,draw,impress,math,writer} - frontend applications
    [2011-08-26 16:19] - libreoffice-{gnome,kde4} - desktop integration plugins
    [2011-08-26 16:19] - libreoffice-{sdk,sdk-doc} - add-on and doc for programming using
    [2011-08-26 16:19]  the LibreOffice APIs and for creating
    [2011-08-26 16:19] extensions (UNO components).
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] * you need to install at least one libreoffice-langpack
    [2011-08-26 16:19] * you may want to pacman -Ss libreoffice-extensions
    [2011-08-26 16:19] to see what additional extensions are prepared to install
    [2011-08-26 16:19] * it's recommended to install {hunspell,mythes,hyphen}-xx pkg
    [2011-08-26 16:19] for spell checking
    [2011-08-26 16:19] * make sure you have installed some ttf font (ttf-dejavu recommended)
    [2011-08-26 16:19] installed libreoffice-common (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-base (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-calc (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-draw (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-impress (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-math (3.4.2-2)
    [2011-08-26 16:19] upgraded libwpd (0.9.1-1 -> 0.9.2-1)
    [2011-08-26 16:19] installed libwps (0.2.2-1)
    [2011-08-26 16:19] installed libreoffice-writer (3.4.2-2)
    [2011-08-26 16:19] upgraded libreoffice-extension-ct2n (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] The jdk package is licensed software.
    [2011-08-26 16:20] You MUST read and agree to the license stored in
    [2011-08-26 16:20] /usr/share/licenses/jdk/LICENSE before using it.
    [2011-08-26 16:20] Please relogin to include jdk in your PATH
    [2011-08-26 16:20] installed jdk (7-3)
    [2011-08-26 16:20] upgraded libreoffice-extension-diagram (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-hunart (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-nlpsolver (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-numbertext (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-oooblogger (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-pdfimport (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presentation-minimizer (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presenter-screen (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-report-builder (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-typo (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-watch-window (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-wiki-publisher (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded make (3.81-5 -> 3.82-3)
    [2011-08-26 16:20] upgraded libreoffice-sdk (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libsoup (2.34.1-1 -> 2.34.3-1)
    [2011-08-26 16:20] upgraded libwebkit (1.4.0-1 -> 1.4.2-1)
    [2011-08-26 16:20] upgraded links (2.3pre1-1 -> 2.3-1)
    [2011-08-26 16:20] upgraded logrotate (3.7.9-1 -> 3.8.0-1)
    [2011-08-26 16:20] upgraded luasocket (2.0.2-4 -> 2.0.2-5)
    [2011-08-26 16:20] upgraded lzo2 (2.04-1 -> 2.05-1)
    [2011-08-26 16:20] upgraded man-db (2.6.0.2-1 -> 2.6.0.2-2)
    [2011-08-26 16:20] upgraded mdadm (3.2.1-3 -> 3.2.2-3)
    [2011-08-26 16:20] upgraded mercurial (1.8.3-1 -> 1.9.1-1)
    [2011-08-26 16:21] ERROR: Module nvidia is in use
    [2011-08-26 16:21] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-08-26 16:21] upgraded nvidia-173xx (173.14.30-1 -> 173.14.31-2)
    [2011-08-26 16:21] upgraded octave (3.4.0-2 -> 3.4.2-2)
    [2011-08-26 16:21] upgraded openal (1.13-1 -> 1.13-2)
    [2011-08-26 16:21] upgraded openbox (3.4.11.2-2 -> 3.5.0-3)
    [2011-08-26 16:21] upgraded xine-lib (1.1.19-2 -> 1.1.19-3)
    [2011-08-26 16:21] ==> Documentation and samples are in separate packages:
    [2011-08-26 16:21]
    [2011-08-26 16:21] * opencv-docs
    [2011-08-26 16:21] * opencv-samples
    [2011-08-26 16:21] upgraded opencv (2.2.0-5 -> 2.3.0-1)
    [2011-08-26 16:21] upgraded oxygen-gtk (1.0.4-1 -> 1.1.2-1)
    [2011-08-26 16:22] upgraded oxygen-icons-svg (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:22] upgraded p7zip (9.20.1-1 -> 9.20.1-4)
    [2011-08-26 16:22] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2011-08-26 16:22] upgraded pacman-mirrorlist (20110324-1 -> 20110816-1)
    [2011-08-26 16:22] upgraded pcmciautils (017-2 -> 018-1)
    [2011-08-26 16:22] upgraded perl-text-iconv (1.7-5 -> 1.7-6)
    [2011-08-26 16:22] upgraded perl-xml-parser (2.40-2 -> 2.41-1)
    [2011-08-26 16:22] upgraded pkg-config (0.25-3 -> 0.26-1)
    [2011-08-26 16:22] upgraded postgresql-libs (9.0.4-3 -> 9.0.4-4)
    [2011-08-26 16:22] upgraded procps (3.2.8-3 -> 3.2.8-4)
    [2011-08-26 16:22] upgraded python2-distribute (0.6.16-1 -> 0.6.19-1)
    [2011-08-26 16:22] upgraded qtcurve-gtk2 (1.8.8-1 -> 1.8.9-1)
    [2011-08-26 16:22] upgraded qtcurve-kde4 (1.8.7-1 -> 1.8.8-1)
    [2011-08-26 16:24] upgraded qt-doc (4.7.2-1 -> 4.7.3-1)
    [2011-08-26 16:24] >>> The kernel-mode plugin has a new place.
    [2011-08-26 16:24] >>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so
    [2011-08-26 16:24] >>> Change LINUX_PLUGIN to the new path in your /etc/ppp/pppoe.conf
    [2011-08-26 16:24] upgraded rp-pppoe (3.10-6 -> 3.10-7)
    [2011-08-26 16:24] upgraded rrdtool (1.4.5-1 -> 1.4.5-4)
    [2011-08-26 16:24] updating gtk.immodules... done.
    [2011-08-26 16:24] upgraded scim (1.4.9-2 -> 1.4.11-1)
    [2011-08-26 16:24] upgraded screen (4.0.3-11 -> 4.0.3-12)
    [2011-08-26 16:24] upgraded skype (2.2.0.25-1 -> 2.2.0.35-1)
    [2011-08-26 16:24] upgraded soundtouch (1.5.0-1 -> 1.6.0-1)
    [2011-08-26 16:24] upgraded sudo (1.8.1.p1-1 -> 1.8.2-1)
    [2011-08-26 16:24] upgraded syslog-ng (3.2.2-2 -> 3.2.4-3)
    [2011-08-26 16:25] upgraded tcl (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:26] Updating font cache... done.
    [2011-08-26 16:26] Note: terminus-font is in /usr/share/fonts/local/
    [2011-08-26 16:26] upgraded terminus-font (4.32-1 -> 4.36-1)
    [2011-08-26 16:26] upgraded tk (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:27] Updating font cache... done.
    [2011-08-26 16:27] upgraded ttf-liberation (1.06.0.20100721-1 -> 1.07.0-1)
    [2011-08-26 16:27] upgraded tzdata (2011g-1 -> 2011h-1)
    [2011-08-26 16:27] upgraded usbutils (002-2 -> 004-1)
    [2011-08-26 16:27] upgraded vi (050325-4 -> 1:050325-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-supertab (1.5-1 -> 1.6-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-vcscommand (1.99.42-1 -> 1.99.43-1)
    [2011-08-26 16:27] upgraded wget (1.12-5 -> 1.13.1-1)
    [2011-08-26 16:27] upgraded wine (1.3.19-2 -> 1.3.26-1)
    [2011-08-26 16:27] upgraded winetricks (20110429-1 -> 20110629-1)
    [2011-08-26 16:27] upgraded xcursor-themes (1.0.2-1 -> 1.0.3-1)
    [2011-08-26 16:27] upgraded xorg-iceauth (1.0.4-2 -> 1.0.5-1)
    [2011-08-26 16:27] upgraded xorg-util-macros (1.13.0-1 -> 1.15.0-1)
    [2011-08-26 16:27] upgraded xorg-server-devel (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:27] upgraded xorg-twm (1.0.6-2 -> 1.0.7-1)
    [2011-08-26 16:27] upgraded xorg-x11perf (1.5.3-2 -> 1.5.4-1)
    [2011-08-26 16:27] upgraded xorg-xlsclients (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xorg-xrandr (1.3.4-2 -> 1.3.5-1)
    [2011-08-26 16:28] upgraded xorg-xwininfo (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xpdf (3.02_pl6-1 -> 3.03-1)
    [2011-08-26 16:28] upgraded xscreensaver (5.12-2 -> 5.14-1)
    [2011-08-26 16:28] upgraded xterm (269-1 -> 271-1)
    [2011-08-26 16:28] upgraded xulrunner (2.0.1-1 -> 6.0-2)
    [2011-08-26 16:28] upgraded zsnes (1.51-7 -> 1.51-9)
    /etc/rc.conf without any comments:
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    MODULES=()
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs @crond @cups @sshd @startntpd)
    /etc/mkinitcpio.conf without any comments:
    MODULES=""
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect pata scsi sata filesystems"
    Please let me know if you need to know anything else.
    Last edited by Mogger (2012-03-30 23:33:38)

    I've temporarily fixed the problem by doing the following:
    removed cryptsetup (1.3.1-2)
    removed lvm2 (2.02.88-1)
    removed mdadm (3.2.2-4)
    removed linux (3.0.6-2)
    upgraded mkinitcpio-busybox (1.18.5-1 -> 1.18.2-1)
    installed gen-init-cpio (2.6.36-1)
    upgraded udev (173-3 -> 167-2)
    upgraded mkinitcpio (0.7.3-1 -> 0.6.11-1)
    installed kernel26 (2.6.38.5-1)
    upgraded nvidia-173xx-utils (173.14.31-1 -> 173.14.30-1)
    upgraded nvidia-173xx (173.14.31-2 -> 173.14.30-1)
    upgraded initscripts (2011.07.3-1 -> 2011.04.1-2)
    upgraded net-tools (1.60.20110819cvs-1 -> 1.60-18)
    I also restored my old /etc/mkinitcpio.conf, /etc/inittab and /etc/rc.conf.
    I'm still interested in a solution to the original problem. Is it a problem with my configuration, the new kernel, the udev version or something else?
    The difference in inittab is just a -s option and the mkinitcpio.conf files are the same except for some comments. rc.conf has the biggest changes and is now (removed comments):
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    VERBOSE="3"
    MOD_AUTOLOAD="yes"
    MODULES=(!usblp !pcspkr)
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    eth0="dhcp"
    INTERFACES=(eth0)
    ROUTES=(!gateway)
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs !wicd @crond @cups @sshd @startntpd)
    Last edited by Mogger (2011-10-11 14:04:20)

  • Let's solve this kernel panic :)

    OK here it is, just the facts.
    Imac Intel slot-loading 20” Flatpanel, exactly as I bought it 2yrs ago from applestore(haven’t touched any RAM or ever opened the computer)
    Safari 10.4.1x (recently downloaded the most recent updates)
    No backups, so I cannot Erase and Reinstall, my son’s pictures are on here. Save your flames for someone else.
    I was running a disk-burning utility and the Itunes cover art screensaver was on (the screensaver being my most probable suspect for crash because of its documented bugginess, but the cause is moot for me at this point.) I came back to my mac to check the progress and the screen was frozen on the screensaver (I want to note that the hue of the screensaver was pinkish as opposed to the actual color of the “album covers”, a not too subtle hint that somethin’ ain’t right) At this point nothing worked but a hard shutdown by holding the power button. Upon restart, kernel panic. Sigh
    After several days of reading forums I present to you my not so unique, but as of yet unsolved problem, and a list of what I have tried unsuccessfully to do to resolve it. I am pasting this in several forums hoping to resolve it so you can search if someone does come up with a solution. Pardon me if I mix up cmd, option, ctrl, and alt…I am using a PC keyboard. I know what keys to press through trial and error at this point, I just don’t know what they’re called on macs :P ..
    -zapped PRAM, take note a mac “compatible” keyboard is needed for this (Logitech g15 doesn’t work for this task, but the cheapie Logitech “Classic”200 does, focus on the problem people)
    -C after startup to boot Installation disk and running Disk utility/Repair Disk gives error
    Checking HFSPlus volume
    /red catalog file entry not found for extent
    Volume check failed
    Error: The underlying task reported failure
    Techtool Deluxe showed error in repairing the volume and directory tests, the rest passed
    The partition which previously held Windows and has now been erased and formatted in an unsuccessfull attempt to install a copy of OSX onto reports as “no problems detected”: Attempts to erase this partition and install OSX onto it result in errors
    -Shift(safe mode) gives kernel panic
    -cmd/alt-O/F Firmware boot gives kernel panic
    -T at startup makes a target disk I guess but since I don’t have several mac computers laying around this isn’t a viable option atm
    -cmd/V (Verbose mode) loads the info below and stops
    -cmd /S (Single User Mode) does the same as verbose mode, I am unable to type at the prompt, it is essentially frozen at the end
    -Option at startup only gives kernel panic
    -Archive and Reinstall-The main hard drive won’t mount so it seems all I will be able to do is erase that partition
    - I think I covered all of them, If I missed something, it didn’t help, either :P
    -I tried a brief attempt at giving myself a crash course in terminal bash commands, but decided to do this before I rack my brain over that (as a last resort I will learn to program another **** language that will become useless in a few years before I erase my son’s pictures)…..the terminal is the only place I could run a fsck but it just returns the next prompt, no sign that it did anything,
    -I have heard that occasionally some people’s KP’s “resolve themselves”. I am not sure if this is while the panic screen is showing or just on a successive reboot. I would love for that to happen here. That would be BCS(Best Case Scenario)
    Following is what appears when I start in Verbose or Single-user mode
    Se .Looking for kernel cache file ‘System\Library\Caches\com.apple.kernelcahes\kernelcache.BC122279…………………………………… …………………<then pause for 30-45sec, then “finishes quickly with script below which goes too quick for me to read>
    Loading mach kernel?
    Read error (hexadecimal#)
    ………………………………………………………………………………………………root device uuid?
    loading drivers?
    <next screen>
    I will just put some of the stuff here that might describe an error, and some stuff to give you an idea where it comes in –the hexadecimal numbers(hex)
    Started CPU 01
    BSM auditing present
    Disabled
    Rooting via boot-uuid from/chosen:
    Waiting on <dict ID=”0”><key>IOProviderClass</key>…yadayadayada
    USB caused wake event (EHCI)
    Firewire…yada
    Got Boot device = yadayada
    BSD root
    CSRHIDTransitionDriver::probe: -v (I am assuming that this is where it picks up my input to enter Verbose mode)
    CSRHIDTransitionDriver::start before command (single user mode prints “probe booting in single-user... do not match then skips the next two lines)
    CSRTransitionDriver::stop
    IOBluetoothController::start Idle Timer Stopped
    Disk0s2: Hex# (Undefined).
    Disk0s2: Hex#(Undefined).
    Disk0s2:data underrun.
    Pid 1 exited (signal 0,exit 1)panic(cpu 1 caller hex#): init died
    State at last exception:
    Debugger called: <panic>
    Backtrace, Format – Frame : Return address (4 potential args on stack)
    Hex# :Hex# more hex #’s No mapping exists for frame pointer
    Backtrace terminated – invalid frame pointer 0xbffff968
    Kernel version yada yada yada
    That’s it. Same happens in single-user mode. The cursor stops and I have to restart.
    I can access the original install disc and suspect that if I can delete the cache files, or preference files, or whatever is pointing the boot sequence to the corrupted info I would be okay
    *okay this is new, after clicking restart from “startup disk” on Installation disk I was holding down shift to try a safe boot again, and as the Kp screen came down there was text on the screen
    panic(cpu 0 caller 0x00399CA3) : Unable to find driver for this platform: “ACPI”.
    Debugger…yada yada invalid frame pointer 0x0
    It seems if I choose to use the install disks option to startup to the install disk then I can properly boot into single user mode in which fsck does work but it checks the install disk and not the HD, any way to switch that? is the HD "mounted at this point?

    Well, either way you will probably be spending a little money and more time on
    the Mac project; the difference in buying a relatively inexpensive external FW
    HDD and learning how to use it (and have it for backups and doing your own
    tech work) -- or -- not having it, and paying someone who does have those tools
    on-hand, is you won't have the hardware or ability to backup your stuff, or fix it.
    You can get a good FW enclosed backup hard disk drive of reliable quality
    from Other World Computing and use free Carbon Copy Cloner. You have
    the computer's bootable install disc with its own Disk Utility & tools in it.
    I like my LaCie 250GB FireWire externally enclosed (self contained including
    a separate power supply; it can boot and run my Macs from clones I made)
    and there is room enough for more than two complete computer content clones.
    Bootable exact images of the entire contents of the machines.
    Had I paid for a tech to do the troubleshooting (48 hours at a time, for three
    months) on the one Mac, there is no way I could have afforded the computer
    or the tech bill. And I found out things through doing for myself that my friends
    who use Windows machines (and they take them apart, and curse them) don't
    yet understand. The cure for the few Mac issues outside of some large part
    failure, is to be self-sufficient in the things a user CAN do. Then the shop visit
    is a rarer event, and money spent on hardware is better than on gasoline.
    Gasoline here varies, on the road system from over $4 a gallon (near $5 diesel)
    up to nearly $7-$9 a gallon where fuels are barged or air flown in. Think about that
    when or if you eat any salmon caught in Alaskan waters... Most of the fleet is
    sitting in the docks, so driving in a modern city is a matter of greater efficiency
    and foresight. You could take a chance on that $1200. hydrogen cell kit's claims!
    Good luck & happy computing!
    PS: are you sure that you didn't spring for that AppleCare extended protection plan
    back in the first year of ownership where it could have cost you maybe $160. and
    added up to three years of extra coverage and tech support? If you did an enrolled it
    then it would be a matter of getting the computer to an authorized shop for service.
    edited.

  • Please help me solve my kernel panics

    I have been having kernel panics almost daily for about 2 weeks and I can't figure out what to do. I have tried repair disk, repair permissions and no luck. I ran software update and everything is updated.
    Here is my latest panic report. Any help would be great.
    Interval Since Last Panic Report: 202971 sec
    Panics Since Last Report: 6
    Anonymous UUID: 67D43CB8-D92F-4FDE-844A-D9D748ACB04A
    Thu Apr 14 20:44:02 2011
    panic(cpu 0 caller 0x28f17d): "pmapflushtlbs() timeout: " "cpu(s) failing to respond to interrupts, pmap=0x52a37b4 cpustorespond=0x2"@/SourceCache/xnu/xnu-1504.9.37/osfmk/i386/pmap.c:3561
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0xa4bb28 : 0x21b510 (0x5d9514 0xa4bb5c 0x223978 0x0)
    0xa4bb78 : 0x28f17d (0x597130 0x52a37b4 0x2 0x6ec60)
    0xa4bbe8 : 0x2939ff (0x52a37b4 0x2a751000 0x0 0x0)
    0xa4bd78 : 0x254f7c (0x52a37b4 0x2a751000 0x0 0x5dea3)
    0xa4bde8 : 0x257f97 (0x38d6b18 0x52a37b4 0x2a751000 0x0)
    0xa4bf38 : 0x2aa430 (0x52f0854 0x2a751000 0x0 0x3)
    0xa4bfc8 : 0x2a081a (0x58b9ca0 0x0 0x10 0x0)
    BSD process name corresponding to current thread: Google Chrome He
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: MacBook2,1 (Mac-F4208CA9)
    System uptime in nanoseconds: 82570652977094
    unloaded kexts:
    com.apple.driver.AppleFileSystemDriver 2.0 (addr 0xc86000, size 0x12288) - last unloaded 178365035006
    loaded kexts:
    com.apple.filesystems.autofs 2.1.0 - last loaded 32924091141
    com.apple.driver.AppleHDA 1.9.9f12
    com.apple.driver.AppleIntelGMA950 6.2.6
    com.apple.driver.AppleIntelIntegratedFramebuffer 6.2.6
    com.apple.driver.AudioAUUC 1.54
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.driver.AppleUpstreamUserClient 3.5.4
    com.apple.driver.AppleMCCSControl 1.0.17
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.6
    com.apple.driver.AirPort.Atheros21 424.14.5
    com.apple.driver.AppleIntelMeromProfile 19
    com.apple.driver.ACPISMCPlatformPlugin 4.5.0d5
    com.apple.driver.AppleLPC 1.4.12
    com.apple.driver.AppleBacklight 170.0.34
    com.apple.driver.AppleIRController 303.8
    com.apple.driver.AppleUSBTrackpad 200.3.2
    com.apple.driver.AppleUSBTCKeyEventDriver 200.3.2
    com.apple.driver.AppleUSBTCKeyboard 200.3.2
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.iokit.IOAHCIBlockStorage 1.6.3
    com.apple.driver.AppleUSBHub 4.1.7
    com.apple.driver.AppleUSBEHCI 4.1.8
    com.apple.driver.AppleUSBUHCI 4.1.5
    com.apple.driver.AppleFWOHCI 4.7.1
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleIntelPIIXATA 2.5.1
    com.apple.iokit.AppleYukon2 3.2.1b1
    com.apple.driver.AppleEFINVRAM 1.4.0
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleAHCIPort 2.1.5
    com.apple.driver.AppleACPIButtons 1.3.5
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.5
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.13.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.13.0
    com.apple.driver.DspFuncLib 1.9.9f12
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.driver.AppleHDAController 1.9.9f12
    com.apple.iokit.IOHDAFamily 1.9.9f12
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.IOSurface 74.2
    com.apple.iokit.IOBluetoothSerialManager 2.4.0f1
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.IOAudioFamily 1.8.0fc1
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.iokit.IO80211Family 314.1.1
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleSMC 3.1.0d3
    com.apple.driver.IOPlatformPluginFamily 4.5.0d5
    com.apple.iokit.IONDRVSupport 2.2
    com.apple.iokit.IOGraphicsFamily 2.2
    com.apple.driver.CSRUSBBluetoothHCIController 2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController 2.4.0f1
    com.apple.iokit.IOBluetoothFamily 2.4.0f1
    com.apple.iokit.IOUSBHIDDriver 4.1.5
    com.apple.driver.AppleUSBMergeNub 4.1.8
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOUSBUserClient 4.1.5
    com.apple.iokit.IOATAPIProtocolTransport 2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.iokit.IOUSBFamily 4.1.8
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IOATAFamily 2.5.1
    com.apple.iokit.IONetworkingFamily 1.10
    com.apple.driver.AppleEFIRuntime 1.4.0
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.iokit.IOHIDFamily 1.6.5
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 289
    com.apple.iokit.IOStorageFamily 1.6.2
    com.apple.driver.AppleACPIPlatform 1.3.5
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 1.83 GHz, 2 GB, SMC 1.13f3
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplaysintegratedvram
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x87), Atheros 5416: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK6034GSX, 55.89 GB
    Parallel ATA Device: MATSHITACD-RW CW-8221
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x5d200000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x7d100000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x021a, 0x1d200000

    Here's another recent panic report.
    Interval Since Last Panic Report:  87040 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    67D43CB8-D92F-4FDE-844A-D9D748ACB04A
    Mon Apr 18 19:43:40 2011
    panic(cpu 0 caller 0x2a9d27): Double fault at 0x00257984, thread:0x534e000, trapno:0x8, err:0x0,registers:
    CR0: 0x8001003b, CR2: 0x2fb77fc8, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x00000000, ECX: 0x02326ebc, EDX: 0x00000000
    ESP: 0x2fb77fd0, EBP: 0x2fb78118, ESI: 0x00000003, EDI: 0x00000000
    EFL: 0x00212646, EIP: 0x00257984
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x819e18 : 0x21b510 (0x5d9514 0x819e4c 0x223978 0x0)
    0x819e68 : 0x2a9d27 (0x59abb4 0x59acaf 0x257984 0x534e000)
    0x819f58 : 0x2a1902 (0x0 0x0 0x0 0x0)
    0x2fb78118 : 0x2aa8b6 (0x2326ebc 0x0 0x0 0x3)
    0x2fb781f8 : 0x2a09b8 (0x2fb78210 0x76726553 0x2fb78328 0x29ff65)
    0x2fb78208 : 0x29ff65 (0xe 0x48 0x2fb70010 0x250010)
    0x2fb78328 : 0x257a02 (0x2326ebc 0x0 0x84bfa8 0x3)
    0x2fb78478 : 0x2aa8b6 (0x2326ebc 0x0 0x0 0x3)
    0x2fb78558 : 0x2a09b8 (0x2fb78570 0x49313250 0x2fb78688 0x29ff65)
    0x2fb78568 : 0x29ff65 (0xe 0x6f720048 0x72650010 0x5a5f0010)
    0x2fb78688 : 0x257a02 (0x2326ebc 0x0 0x84bfa8 0x6b636134)
    0x2fb787d8 : 0x2aa8b6 (0x2326ebc 0x0 0x0 0x3)
    0x2fb788b8 : 0x2a09b8 (0x2fb788d0 0x63697672 0x2fb789e8 0x29ff65)
    0x2fb788c8 : 0x29ff65 (0xe 0x48 0x2fb70010 0x250010)
    0x2fb789e8 : 0x257a02 (0x2326ebc 0x0 0x84bfa8 0x3)
    0x2fb78b38 : 0x2aa8b6 (0x2326ebc 0x0 0x0 0x3)
    0x2fb78c18 : 0x2a09b8 (0x2fb78c30 0x6c65636e 0x2fb78d48 0x29ff65)
    0x2fb78c28 : 0x29ff65 (0xe 0x48 0x2fb70010 0x250010)
    0x2fb78d48 : 0x257a02 (0x2326ebc 0x0 0x84bfa8 0x3)
    0x2fb78e98 : 0x2aa8b6 (0x2326ebc 0x0 0x0 0x3)
    0x2fb78f78 : 0x2a09b8 (0x2fb78f90 0x7265534f 0x2fb790a8 0x29ff65)
    0x2fb78f88 : 0x29ff65 (0xe 0x48 0x2fb70010 0x250010)
    0x2fb790a8 : 0x257a02 (0x2326ebc 0x0 0x84bfa8 0x3)
    0x2fb791f8 : 0x2aa8b6 (0x2326ebc 0x0 0x0 0x3)
    0x2fb792d8 : 0x2a09b8 (0x2fb792f0 0x6e616c50 0x2fb79408 0x29ff65)
    0x2fb792e8 : 0x29ff65 (0xe 0x48 0x2fb70010 0x250010)
    0x2fb79408 : 0x257a02 (0x2326ebc 0x0 0x84bfa8 0x3)
    0x2fb79558 : 0x2aa8b6 (0x2326ebc 0x0 0x0 0x3)
    0x2fb79638 : 0x2a09b8 (0x2fb79650 0x4 0x2fb79768 0x29ff65)
    0x2fb79648 : 0x29ff65 (0xe 0x48 0x2fb70010 0x250010)
    0x2fb79768 : 0x257a02 (0x2326ebc 0x0 0x84bfa8 0x3)
    0x2fb798b8 : 0x2aa8b6 (0x2326ebc 0x0 0x0 0x3)
              Backtrace continues...
    BSD process name corresponding to current thread: Google Chrome He
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: MacBook2,1 (Mac-F4208CA9)
    System uptime in nanoseconds: 11400181411396
    unloaded kexts:
    com.apple.driver.AppleFileSystemDriver          2.0 (addr 0xc86000, size 0x12288) - last unloaded 242516683400
    loaded kexts:
    com.apple.driver.AppleUpstreamUserClient          3.5.4
    com.apple.driver.AppleMCCSControl          1.0.17
    com.apple.driver.AudioAUUC          1.54
    com.apple.driver.AppleBacklight          170.0.34
    com.apple.driver.AppleIntelGMA950          6.2.6
    com.apple.driver.AppleIntelIntegratedFramebuffer          6.2.6
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.SMCMotionSensor          3.0.0d4
    com.apple.driver.AppleHDA          1.9.9f12
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.AirPort.Atheros21          424.14.5
    com.apple.driver.AppleIntelMeromProfile          19
    com.apple.driver.AppleLPC          1.4.12
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.5.0d5
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBTrackpad          200.3.2
    com.apple.driver.AppleUSBTCKeyEventDriver          200.3.2
    com.apple.driver.AppleUSBTCKeyboard          200.3.2
    com.apple.iokit.SCSITaskUserClient          2.6.5
    com.apple.iokit.IOAHCIBlockStorage          1.6.3
    com.apple.driver.AppleUSBHub          4.1.7
    com.apple.driver.AppleIntelPIIXATA          2.5.1
    com.apple.BootCache          31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.driver.AppleFWOHCI          4.7.1
    com.apple.driver.AppleUSBEHCI          4.1.8
    com.apple.driver.AppleUSBUHCI          4.1.5
    com.apple.iokit.AppleYukon2          3.2.1b1
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleAHCIPort          2.1.5
    com.apple.driver.AppleACPIButtons          1.3.5
    com.apple.driver.AppleSMBIOS          1.6
    com.apple.driver.AppleACPIEC          1.3.5
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          105.13.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement          105.13.0
    com.apple.driver.AppleProfileReadCounterAction          17 - last loaded 39077859515
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.driver.DspFuncLib          1.9.9f12
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.0f1
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.iokit.IOAudioFamily          1.8.0fc1
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          1.9.9f12
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.iokit.IOHDAFamily          1.9.9f12
    com.apple.iokit.IO80211Family          314.1.1
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.AppleSMC          3.1.0d3
    com.apple.driver.IOPlatformPluginFamily          4.5.0d5
    com.apple.driver.CSRUSBBluetoothHCIController          2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.0f1
    com.apple.iokit.IOBluetoothFamily          2.4.0f1
    com.apple.driver.AppleUSBMergeNub          4.1.8
    com.apple.iokit.IOUSBHIDDriver          4.1.5
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.5
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOATAPIProtocolTransport          2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.5
    com.apple.iokit.IOUSBUserClient          4.1.5
    com.apple.iokit.IOATAFamily          2.5.1
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOUSBFamily          4.1.8
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOAHCIFamily          2.0.4
    com.apple.iokit.IOHIDFamily          1.6.5
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          6
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.2
    com.apple.driver.AppleACPIPlatform          1.3.5
    com.apple.iokit.IOPCIFamily          2.6
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBook2,1, BootROM MB21.00A5.B07, 2 processors, Intel Core 2 Duo, 1.83 GHz, 2 GB, SMC 1.13f3
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK6034GSX, 55.89 GB
    Parallel ATA Device: MATSHITACD-RW  CW-8221
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021a, 0x1d200000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x5d200000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x7d100000

  • Could you please help me solve this kernel panic?

    HELLO.
    I HAVE AN I-MAC 24-INCH (EARLY 2009 MODEL), SOFTWARE MAVERICKS OS10.9.1.
    MY SCREEN FREEZES AND THEN SHUTS DOWNS QUITE OFTEN.
    WHEN I RESTART IT A WINDOW APPEARS WITH THE FOLLOWING
    MESSAGE:
    YOUR COMPUTER RESTARTED  BECAUSE OF A PROBLEM.
    PROBLEM DETAILS AND SYSTEM CONFIGURATION:
    Mon Jan 27 14:57:51 2014
    panic(cpu 0 caller 0xffffff7f818a6552): NVRM[0/2:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff80b98cc000 0x094700a1, D0, P1/4
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80b8482900 : 0xffffff8000e22f69
    0xffffff80b8482980 : 0xffffff7f818a6552
    0xffffff80b8482a40 : 0xffffff7f81972d9e
    0xffffff80b8482a80 : 0xffffff7f81972dfc
    0xffffff80b8482af0 : 0xffffff7f81bedea6
    0xffffff80b8482c10 : 0xffffff7f81996d41
    0xffffff80b8482c30 : 0xffffff7f818ad08d
    0xffffff80b8482ce0 : 0xffffff7f818aabae
    0xffffff80b8482ee0 : 0xffffff7f818ac4d7
    0xffffff80b8482fb0 : 0xffffff7f828015bf
    0xffffff80b8483080 : 0xffffff7f827fec7e
    0xffffff80b84830a0 : 0xffffff7f82800315
    0xffffff80b84831d0 : 0xffffff7f827feb1b
    0xffffff80b8483230 : 0xffffff7f827fe692
    0xffffff80b84832e0 : 0xffffff7f82830c27
    0xffffff80b8483520 : 0xffffff7f8282a538
    0xffffff80b8483690 : 0xffffff7f82829f06
    0xffffff80b84836c0 : 0xffffff7f8282c0bc
    0xffffff80b8483700 : 0xffffff7f8282ba34
    0xffffff80b8483780 : 0xffffff7f82813cc0
    0xffffff80b84837e0 : 0xffffff7f828145ba
    0xffffff80b8483830 : 0xffffff7f828149e7
    0xffffff80b84838a0 : 0xffffff7f828151a8
    0xffffff80b84838e0 : 0xffffff7f827e21ca
    0xffffff80b8483a60 : 0xffffff7f82811b20
    0xffffff80b8483b20 : 0xffffff7f827e0cb9
    0xffffff80b8483b70 : 0xffffff80012cc226
    0xffffff80b8483b90 : 0xffffff80012cd821
    0xffffff80b8483bf0 : 0xffffff80012cb28f
    0xffffff80b8483d40 : 0xffffff8000eb6008
    0xffffff80b8483e50 : 0xffffff8000e26bb1
    0xffffff80b8483e80 : 0xffffff8000e139b5
    0xffffff80b8483ef0 : 0xffffff8000e1e003
    0xffffff80b8483f70 : 0xffffff8000ec921d
    0xffffff80b8483fb0 : 0xffffff8000ef3e26
          Kernel Extensions in backtrace:
             com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f81855000->0xffffff7f81ac4fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f814ba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f81845000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f81802000
             com.apple.nvidia.classic.NVDANV50HalTesla(8.1.8)[3666E0FC-87C7-3329-BD8C-2F1ADE D100A4]@0xffffff7f81acf000->0xffffff7f81d7bfff
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f81855000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f814ba000
             com.apple.GeForceTesla(8.1.8)[7DAF283F-6FD3-3783-B3CC-D23964F1B9B8]@0xffffff7f8 27cf000->0xffffff7f82899fff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f814ba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f81845000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f81802000
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f81855000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000000c00000
    Kernel text base: 0xffffff8000e00000
    System model name: iMac9,1 (Mac-F2218FC8)
    System uptime in nanoseconds: 252363506848016
    last loaded kext at 192177145352312: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7f83204000, size 65536)
    last unloaded kext at 192334911728614: com.apple.driver.AppleUSBCDC          4.2.1b2 (addr 0xffffff7f831db000, size 16384)
    loaded kexts:
    com.bresink.driver.BRESINKx86Monitoring          9.0
    com.apple.filesystems.smbfs          2.0.0
    com.apple.filesystems.ntfs          3.11
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AGPM          100.14.11
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDA          2.5.3fc1
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.driver.AppleMikeyDriver          2.5.3fc1
    com.apple.driver.AppleLPC          1.7.0
    com.apple.GeForceTesla          8.1.8
    com.apple.driver.AppleUpstreamUserClient          3.5.13
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleHWAccess          1
    com.apple.driver.AppleBacklight          170.3.5
    com.apple.driver.AppleMCCSControl          1.1.12
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          35
    com.apple.driver.AppleIRController          325.7
    com.apple.iokit.SCSITaskUserClient          3.6.0
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.4.0
    com.apple.driver.AppleUSBHub          650.4.4
    com.apple.driver.AppleFWOHCI          4.9.9
    com.apple.driver.AirPort.Brcm4331          700.20.22
    com.apple.driver.AppleAHCIPort          2.9.5
    com.apple.nvenet          2.0.21
    com.apple.driver.AppleUSBEHCI          650.4.1
    com.apple.driver.AppleUSBOHCI          650.4.1
    com.apple.driver.AppleRTC          2.0
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleACPIButtons          2.0
    com.apple.driver.AppleSMBIOS          2.0
    com.apple.driver.AppleACPIEC          2.0
    com.apple.driver.AppleAPIC          1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient          216.0.0
    com.apple.nke.applicationfirewall          153
    com.apple.security.quarantine          3
    com.apple.driver.AppleIntelCPUPowerManagement          216.0.0
    com.apple.AppleGraphicsDeviceControl          3.4.12
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSerialFamily          10.0.7
    com.apple.driver.DspFuncLib          2.5.3fc1
    com.apple.vecLib.kext          1.0.0
    com.apple.iokit.IOAudioFamily          1.9.4fc11
    com.apple.kext.OSvKernDSPLib          1.14
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport          4.2.0f6
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleSMBusPCI          1.0.12d1
    com.apple.driver.IOPlatformPluginFamily          5.5.1d27
    com.apple.driver.AppleHDAController          2.5.3fc1
    com.apple.iokit.IOHDAFamily          2.5.3fc1
    com.apple.nvidia.classic.NVDANV50HalTesla          8.1.8
    com.apple.nvidia.classic.NVDAResmanTesla          8.1.8
    com.apple.iokit.IOSurface          91
    com.apple.iokit.IOBluetoothFamily          4.2.0f6
    com.apple.driver.AppleSMC          3.1.6d1
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleSMBusController          1.0.11d
    Model: iMac9,1, BootROM IM91.008D.B08, 2 processors, Intel Core 2 Duo, 3.06 GHz, 6 GB, SMC 1.37f3
    Graphics: NVIDIA GeForce GT 130, NVIDIA GeForce GT 130, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0198, 0x393930353432382D3032302E4130304C4620
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x80AD, 0x484D54313235533641465238432D47372020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.0f6 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD1001FALS-40K1B0, 1 TB
    Serial ATA Device: OPTIARC DVD RW AD-5670S
    USB Device: Built-in iSight
    USB Device: Keyboard Hub
    USB Device: USB Optical Mouse
    USB Device: Apple Keyboard
    USB Device: IR Receiver
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus:
    COULD ANYONE HELP ME PLEASE???

    com.bresink.driver.BRESINKx86Monitoring
    Uninstall the software associated with this according to the developer's instructions. Often, kernel panics are caused by third party kernel extensions which are either deprecated or incompatible. Note that you should also have pairs of RAM modules installed, IE either (2x2GB or 2x4GB for your model). Non-pairs can make OSX unstable.
    More information on kernel panics:
    Resolving Kernel Panics - The X Lab

  • [SOLVED] Troubleshooting kernel panics since 3.4

    All kernel versions since 3.4 have been absolutely unstable on my machine. A panic might happen right during bootup, or if it boots up, there will be random segfaults all over the place, followed by a panic no later than 20 minutes or so from bootup. I have been forced to use kernel 3.3.7-1-ck, which runs perfectly fine. I haven't done any particularly rigorous diagnostics of the problem because watching the system fail repeatedly is not very fun when I can just revert to a working setup. However, these are the observations I've come up with over the months:
    - a typical panic dump looks like this (although the "spurious ACK" like is new - in the few other screenshots I've got there is nothing prior to the hardware errors, or the first line is no longer on screen);
    - it happens with the same symptoms on LiveCDs - I've tried Arch 2012.10.06, Ubuntu 12.10 and Mint 14.1 disks, all panicking during bootup or shortly afterwards (Arch 2010.05 loads fine);
    - I've run Memtest overnight since the problems started and it came up clean;
    - as mentioned, kernel 3.3.7 works fine, as does Windows 7 that I double-boot with;
    - it is not GPU related - I previously had other problems with Radeon HD4850 and suspected it might be involved here, but the problem persists after a recent upgrade to GTX 650Ti;
    - going by my pacman.log, I've definitely tried using (and then reverted to 3.3.7) kernels 3.4.2-1, 3.4.3-1, 3.4.4-2, 3.5.2-1, 3.6.3-1, 3.7.1-3, 3.7.4-1 from repo-ck, as well as other versions from core repo that I can't reliably keep track of;
    - system info:
    Motherboard: Asus P5Q-E
    CPU: Intel Core2Duo E8400
    RAM: 5GB in 3 sticks (2+2+1)
    GPU: GTX 650Ti (Radeon HD4850 until a few weeks ago)
    Storage: 2 SATA HDDs, 1 SATA SSD
    IDE optical drive
    Sound card: Creatve Audigy LS
    External devices: PS/2 keyboard, USB mouse, USB Wacom Bamboo tablet, USB external HDD
    Any suggestions how to further investigate and/or solve this problem are welcome. I'll be happy to provide any other information that might be useful.
    EDIT: blacklisting acpi-cpufreq module did the trick.
    Last edited by bucaneer (2013-01-28 13:48:16)

    @the sad clown: all hardware that is normally connected to the PC is listed in the first post. Keyboard and mouse are both very generic and unremarkable, and disconnecting the tablet and external HDD has no effect.
    /proc/cpuinfo when running 3.3.7-1-ck:
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 23
    model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
    stepping : 10
    microcode : 0xa07
    cpu MHz : 2999.564
    cache size : 6144 KB
    physical id : 0
    siblings : 2
    core id : 0
    cpu cores : 2
    apicid : 0
    initial apicid : 0
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dts tpr_shadow vnmi flexpriority
    bogomips : 6001.22
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    processor : 1
    vendor_id : GenuineIntel
    cpu family : 6
    model : 23
    model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
    stepping : 10
    microcode : 0xa07
    cpu MHz : 2999.564
    cache size : 6144 KB
    physical id : 0
    siblings : 2
    core id : 1
    cpu cores : 2
    apicid : 1
    initial apicid : 1
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dts tpr_shadow vnmi flexpriority
    bogomips : 6001.22
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    /proc/cpuinfo when running 3.7.4-1:
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 23
    model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
    stepping : 10
    microcode : 0xa07
    cpu MHz : 670.000
    cache size : 6144 KB
    physical id : 0
    siblings : 2
    core id : 0
    cpu cores : 2
    apicid : 0
    initial apicid : 0
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dtherm tpr_shadow vnmi flexpriority
    bogomips : 6002.82
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    processor : 1
    vendor_id : GenuineIntel
    cpu family : 6
    model : 23
    model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
    stepping : 10
    microcode : 0xa07
    cpu MHz : 670.000
    cache size : 6144 KB
    physical id : 0
    siblings : 2
    core id : 1
    cpu cores : 2
    apicid : 1
    initial apicid : 1
    fpu : yes
    fpu_exception : yes
    cpuid level : 13
    wp : yes
    flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 xsave lahf_lm dtherm tpr_shadow vnmi flexpriority
    bogomips : 6002.82
    clflush size : 64
    cache_alignment : 64
    address sizes : 36 bits physical, 48 bits virtual
    power management:
    First of all, it appears that 3.7.4 doesn't recognize CPU frequency right, showing 670 MHz instead of 3 GHz. Also, 3.7.4 has a "dtherm" flag instead of "dts". No idea what to make of it.
    @mich41: thanks for the suggestion. I may try that later, when I have a bigger block of time to spare.

  • [solved] Arch kernel panic with grub 2 (another instance)

    Hey all,
    I read through this thread: http://bbs.archlinux.org/viewtopic.php?pid=663976 which is somewhat similar to my problem, but not the same.
    I successfully installed Arch with a VMware VM, got gnome, openbox, and lxde installed... mucked around a bit. All looked good so I wanted to try it with an actual install.
    Background:
    I am new to Arch and relatively new to Linux... although not afraid of the terminal.
    I am running a Lenovo SL500 laptop.
    The laptop has one drive (sda) and is divided as following:
    sda1: service partition (required for this machine)
    sda2: ntfs containing Windows 7
    sda3: extended partition containing:
          sda5: linux swap
          sda6: ntfs data storage
          sda7: ext4 ubuntu 9.10
          sda8: ext4 arch
    Here is what I did:
    I installed arch to sda8, and when it came time for me to set the boot partition I selected 'none' as I wanted to use grub2 which is already installed via the ubuntu installation.
    When the installation of arch finished, I rebooted into my ubuntu system and ran update-grub. The output verified that Arch was located at sda8, and the grub.cfg file shows:
    menuentry "Arch (on /dev/sda8)" {
        insmod ext2
        set root=(hd0,8)
        search --no-floppy --fs-uuid --set 5ee916d1-5051-4e27-9c1f-a74f04693337
        linux /boot/vmlinuz26 root=/dev/sda8
    When I attempt to boot into arch, as it is above, I get:
        Unable to mount filesystem
        not syncing : VFS : Unable to mount root fs on unknown block (0,0)
    Now... when I installed arch I formated the partition to ext4, I have verified that it is ext4, and the fstab in the arch partition lists it as ext4. When I altered the above grub2 boot parameters and changed ext2 to ext4, it returned 'error - file not found'.
    Any idea where I went wrong or what I should try to fix this?
    Should I have installed a bootloader with the arch install?
    Thanks for any help
    Last edited by visser (2009-12-09 18:48:27)

    My grub2 installation was also via Ubuntu and the auto-detected entry didn't work, so in /etc/grub.d/40_custom (Ubuntu) I have this...
    #!/bin/sh
    exec tail -n +3 $0
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry "Arch Linux (on /dev/sda5)" {
    set root=(hd0,5)
    linux /boot/vmlinuz26 root=/dev/disk/by-uuid/80db2d73-6dea-465c-a9a2-b14624badc57 ro
    initrd /boot/kernel26.img
    menuentry "Arch Linux (fallback)" {
    set root=(hd0,5)
    linux /boot/vmlinuz26 root=/dev/disk/by-uuid/80db2d73-6dea-465c-a9a2-b14624badc57 ro
    initrd /boot/kernel26-fallback.img
    menuentry "Windows XP" {
    set root=(hd0,1)
    chainloader +1
    I believe you can disable os_prober by adding
    GRUB_DISABLE_OS_PROBER="true"
    to /etc/default/grub. I disabled it myself by the other method, removing it's executable flag...
    sudo chmod -x /etc/grub.d/30_os-prober
    I should point out that I haven't installed grub2 in Arch yet as I'm still in the transitional (and undecided) stage.

  • To anyone with a kernel panic error.

    I just solved my kernel panic error.
    I have tried all the different support, even had my macbook pro in for service 4 times without getting this error solved.
    Have the macbook pro with pentium dualcore 2,16 and samsung RAM.
    I tried swithing harddrive due support thought it was the harddrive that was corrupt. This did not change anything.
    Have done all of the support resets, this do not work.
    Try replacing the samsumg RAM. This did work, the kernel panic is gone.

    rick, whynchoo move along to 10.5.4, then, since yer so purrfek. Just kidding! You surely have; just haven't updated yer profile, Cap'n Snooty-off-the yacht ... Your post was on-point, except the last line seemed ... hurtful? We're all tryin, here.

  • Why do I a kernel panic if I connect my SCSI Iomega Zipdrive?

    I have start up problems in 10.4.11 (kernel panic), if my SCSI Iomega Zipdrive
    is connected to its AC power transformer and the Adaptec SCSI expansion card in
    my G4 PowerPC. I can no longer start the computer even after multiple restarts,
    the restarts always end in a new kernel panic.
    As soon as I unplug the transformer power supply from the Zipdrive, I no longer have kernel panics.
    I used the Zipdrive together with Adaptec SCSI CARD 2906 which came with its own software that after installation shows up as Adaptec290X-2930.kext driver, version 1.1.0, in System/Library/Extensions.
    This setup has worked for me from OS 10.2 through all later updates up to 10.4.5, but has not worked since.
    In trying to solve the kernel panics I examined the extension files in the system profiler, and noticed that there are suddenly all sorts of additional
    Adaptec extensions, namely
    Adaptec39160.kext
    Adaptec29160x.kext
    Adaptec78XXSCSI.kext
    What do they do?
    On the other hand I found that the original Adaptec290X-2930.kext I installed with the card no longer had any dependencies and was apparently not supported by the system.
    I also tried to install, after reading some similar posts, the latest version of the card driver, namely version 1.2.0, which I had down-loaded from Adaptec's site.
    I still could not start up with the Zipdrive connected as all I would get is more Kernel Panics.
    If I switch the Start Up System to OS 9.2, I have no problem with start-up or kernel panics, even when the Zipdrive is connected, and it works as it should.

    The mystery of kernel panics when I connect my zip drive is getting more complex,so I have to add more info to my original post.
    The original post had an error: I had downloaded Adaptec290X-2930.kext version 1.1.0 (not 1.2.0) from the Adaptec website, and installed it.
    In the system profiler/extension I now get info that Adaptec290X-2930.kext dependencies are "satisfied", but its "integrity" is "unknown".
    I also notice that the system profiler/extension (list) no longer lists any of the extensions named:
    Adaptec39160.kext
    Adaptec29160x.kext
    Adaptec78XXSCSI.kext,
    however in /system/library/extensions they are still there.
    I also can now no longer see the zip drive on the desktop when I start in system 9.2.2, as a matter of fact I could do so only once.
    I then went to delete OS 10.4.11 from one of the 4 drives on my computer, including its 9.2 system folder. After that I loaded system 10.2 from an old install disk I had onto that drive, together with its classic 9.2.
    I then started that disk in 9.2, with the zipdrive connected - and it showed on the desktop. I was able to copy its floppy's content. I did the same with one more floppy loaded after.
    OK I got it working, I thought. I now tried restarting the computer in 10.2,
    the zip drive showed on the desktop, but when I tried to change the floppy the 10.2 froze with a kernel panic. I could not get it restarted, more kernel panics only, until I finally pulled the power cord from the zipdrive, then it started without problem.
    I switched the start-up back to 9.2, on the same disk.
    I could start the computer with the zip connected, however as soon as I tried
    load a new floppy (I tried several) it would now also freeze up with kernel panics. Since I still could start it with the Zip connected, I opened the SCSI Control Panel in 9.2 and found that the Zipdrive was connected at port 7 and the SCSI properly terminated. In more detail I found that the Zipdrive cannot be loaded because of a system error "-36" which I analysed as an "I/O error - not supported".
    I then examined the startup items in the system profiler and found at
    /System/Library/StartupItems/Disks the following:
    Provides: Disks
    Requires: SecurityServer
    Uses: System Tuning
    I now suspect that this SecurityServer was updated recently to somehow mark all disks loaded on the external SCSI as "suspect". It seems to extent its control from my three OS 10.4.11 loaded disks on my computer to now even cause kernel panics in the one reloaded with OS 10.2.
    It probably takes advantage of the "user" files which identify all disks on this computer by my name.

  • Kernel panics on LaCie external drive with Mac Mini

    Hi there.
    I recently purchased a LaCie external drive to use with my Mini. My intent was to boot from the LaCie drive and use the Mini for backup. Everything was working well until I upgraded the LaCie drive to 10.4.6. I started to get a kernel panic once a day. I reinstalled the OS (I have disks up to the 10.4) but held off doing software upgrades so I could try to isolate the cause of the kernel panic. I couldn't. I currently get the panic notice every few minutes, regardless of the version.
    I am planning on taking both drives to the Mac store on Monday, but am wondering what my options are. Is it okay to use the LaCie drive as my start-up or should I get a bigger drive installed in the Mini and use the Mini as my start-up instead?
    Is there any chance I can solve this kernel panic problem on my own? Reinstalling, running disk utilities, etc hasn't helped.
    Thanks for any insight you can provide.
    Barb
    Mac Mini   Mac OS X (10.4.6)   40 gig Mini plus 250 gig LaCie external

    ok first off how big of external drive
    the reason i ask is this
    on some external inclosures designed for the mac mini exceed 120 gig to 220 gigs you will have some major issues one is kernal panic one is the mac os x desktop becomes unstable and certain applications will crash like utilitys and even system preferences
    and your dvd software will also have trouble playing dvds
    i ran into this on a g3 tower and the same thing happens on certain models of laptops but i have never heard of this happening on a mac mini this is a first

  • Belkin wireless router causing kernel panics

    Whenever I connect to my family's Belkin wireless n router, after several minutes it causes a kernel panic randomly. After a hard reset, no wireless tools are able to find the network. Normally I'm only here for a few days so it doesn't effect me too much .
    There doesn't appear to be anything noticable in dmesg.
    Note that I've been able to reproduce this running Debian Sid with kernel 2.6.26, and using 2.6.25 did not solve the kernel panics, but it was still able to see and connect to the network after reset. I am unsure what is causing this, all I know is it happens everytime I come home, and the problem seems to fix itself after I leave and come back.
    My wireless card is an intel 4965
    dmesg | grep "iwl"
    iwl4965: Intel(R) Wireless WiFi Link 4965AGN driver for Linux, 1.2.26ks
    iwl4965: Copyright(c) 2003-2008 Intel Corporation
    iwl4965: Detected Intel Wireless WiFi Link 4965AGN
    iwl4965: Tunable channels: 11 802.11bg, 13 802.11a channels
    phy0: Selected rate control algorithm 'iwl-4965-rs'
    firmware: requesting iwlwifi-4965-1.ucode
    Registered led device: iwl-phy0:radio
    Registered led device: iwl-phy0:assoc
    Registered led device: iwl-phy0:RX
    Registered led device: iwl-phy0:TX
    Seems the problem might be with the n connection?
    Last edited by amranu (2008-10-04 00:28:08)

    The router is not causing the panic, the panic is caused by the driver. Please file a bug upstream with the driver maintainers

  • Kernel Panic G4 D1.25 MDD - Maximum Hard Drive Capacity/Accessibility??

    In solving my Kernel Panic from September 2, 2008 post I have been running "Panic Free" for a number of days.
    I added a Firewire/eSATA/USB2 Nexstar external drive case w/WD Black 1 TB Drive) and I get a Kernel Panic instantly! It happens with Firewire and eSATA both.
    I am running 4 x 500 GB IDE WD Caviar drives internally and what I want to know is there a "Maximum Hard Drive" amount that a G4 MDD can access at one time??
    Is there a maximum of 2 TB of drive storage it can access or ??

    No. It is likely the Nexstar's firmware is not compatible with the bus being used. See my FAQ*:
    http://www.macmaps.com/firewirebug2.html
    The Firewire bus as long as its power draw is not over its specs, will handle up to 63 devices in a chain. The secret of course is for every Firewire device to have its own power source separate of the computer, and the chain not to be too long. That chain is defined more clearly here:
    http://en.wikipedia.org/wiki/Firewire
    USB has a theoretical maximum of 127 devices.
    http://en.wikipedia.org/wiki/USB
    I've found the most reliable Firewire hard drive cases come from http://www.macsales.com/
    - * Links to my pages may give me compensation.

  • WORKAROUND/SOLVED: Kernel panic on Macbook Air 5,2 on Lion 10.7.5 on wake

    Hi all. I had been getting plagued by kernel panics with my relatively new Macbook Air (which I otherwise have had no issues with) when I did the following in sequence:
    While connected to a power supply, lock screen
    Close the lid
    Disconnect power supply
    Open the lid
    For me, this seemed to have been caused by the Automatically adjust brightness option. To access it, go to System Preferences > Displays > Automatically adjust brightness, and uncheck the box. I also unchecked similar options that dim the screen before sleep in Energy Saver. This seems to have fixed it. I'm including the full kernel panic report -- if you're having problems with kernel panics, give it a try. I'm going to see for the next few days if this solves the issue. My guess is that this option and the display driver for this computer are really not playing well together in this version of Lion. I tried various other things:
    Disabling bluetooth
    Using pmset to set the hibernatemode to 0 as well as 25
    Restting SMC
    and none of them fixed it. This did, though, or at least it seems that way -- I am going to check for the next few days and see how it does. I am not running any third party kexts, though I do have a few third party launch agents for daemons, servers and such which have been installed via Homebrew. Feel free to comment. I am definitely a little underwhelmed by this kind of behavior coming from what is a several thousand dollar piece investment that is the most important piece of equipment for me to do my work on any given day, but if I can bypass it for now without too much of a loss in functionality, so be it.
    Wed Nov 14 18:06:10 2012
    panic(cpu 2 caller 0xffffff80002c4794): Kernel trap at 0xffffff7f816a11f1, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x000000010c0c4000, CR3: 0x0000000000100000, CR4: 0x00000000001606e0
    RAX: 0x3f1cb290b54fb5d7, RBX: 0xffffff80d17da000, RCX: 0x0000000000000000, RDX: 0x0000000000000000
    RSP: 0xffffff80ef5cbb60, RBP: 0xffffff80ef5cbb70, RSI: 0x00000000b513b5c6, RDI: 0xffffff80d17da000
    R8:  0x000000000000001f, R9:  0xffffffffffffff00, R10: 0xffffffffffffffdf, R11: 0x0000000000000200
    R12: 0xffffff80d17da000, R13: 0x0000000000000000, R14: 0xffffff80d17da000, R15: 0xffffff80ef5cbbc0
    RFL: 0x0000000000010282, RIP: 0xffffff7f816a11f1, CS:  0x0000000000000008, SS:  0x0000000000000000
    CR2: 0x000000010c0c4000, Error code: 0x0000000000000000, Faulting CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff80ef5cb810 : 0xffffff8000220792
    0xffffff80ef5cb890 : 0xffffff80002c4794
    0xffffff80ef5cba40 : 0xffffff80002da55d
    0xffffff80ef5cba60 : 0xffffff7f816a11f1
    0xffffff80ef5cbb70 : 0xffffff7f816a2413
    0xffffff80ef5cbbb0 : 0xffffff7f81691e31
    0xffffff80ef5cbca0 : 0xffffff7f816aec05
    0xffffff80ef5cbce0 : 0xffffff7f81690257
    0xffffff80ef5cbd10 : 0xffffff7f80c92832
    0xffffff80ef5cbd50 : 0xffffff7f817184f0
    0xffffff80ef5cbda0 : 0xffffff7f8171a692
    0xffffff80ef5cbde0 : 0xffffff7f8171a7c4
    0xffffff80ef5cbe20 : 0xffffff7f80c964c5
    0xffffff80ef5cbe60 : 0xffffff7f80c96628
    0xffffff80ef5cbe90 : 0xffffff7f80c99fd7
    0xffffff80ef5cbef0 : 0xffffff800063d4d6
    0xffffff80ef5cbf30 : 0xffffff800063c250
    0xffffff80ef5cbf70 : 0xffffff800063c0f4
    0xffffff80ef5cbfb0 : 0xffffff8000820057
          Kernel Extensions in backtrace:
             com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80c87000->0xffffff7f80cbffff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f8086b000
             com.apple.driver.AppleIntelFramebufferCapri(7.3.2)[5D02E509-F60D-3312-9C3C-AF47 D6622C85]@0xffffff7f8170d000->0xffffff7f8176afff
                dependency: com.apple.iokit.IOACPIFamily(1.4)[19BAB11C-CE5E-3068-AD10-132019C59D6C]@0xfffff f7f80c30000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f8086b000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80c87000
             com.apple.driver.AppleIntelHD4000Graphics(7.3.2)[AD64F3E5-2838-3046-A9EA-1CB6C9 769436]@0xffffff7f8168d000->0xffffff7f816f3fff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f8086b000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f80cc0000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80c87000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    11G63b
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5
    System model name: MacBookAir5,2 (Mac-2E6FAB96566FE58C)
    System uptime in nanoseconds: 108364440503
    last loaded kext at 59338179474: com.apple.filesystems.smbfs          1.7.2 (addr 0xffffff7f807d9000, size 241664)
    last unloaded kext at 78468272086: com.apple.driver.AppleUSBTCKeyEventDriver          227.6 (addr 0xffffff7f814c7000, size 8192)
    loaded kexts:
    com.apple.filesystems.smbfs          1.7.2
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AGPM          100.12.75
    com.apple.driver.ApplePlatformEnabler          2.0.5d3
    com.apple.driver.X86PlatformShim          5.0.0d8
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.2.5a5
    com.apple.driver.AppleMikeyDriver          2.2.5a5
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleSMCPDRC          5.0.0d8
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.0.8f17
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.3
    com.apple.driver.ApplePolicyControl          3.1.33
    com.apple.driver.AppleBacklight          170.2.2
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleIntelHD4000Graphics          7.3.2
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.driver.AppleIntelFramebufferCapri          7.3.2
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.8f17
    com.apple.driver.AppleUSBCardReader          3.0.6
    com.apple.driver.AppleUSBTCButtons          227.6
    com.apple.driver.AppleUSBTCKeyboard          227.6
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.1.0
    com.apple.driver.AirPort.Brcm4331          561.7.22
    com.apple.driver.AppleUSBHub          5.1.0
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleAHCIPort          2.3.1
    com.apple.driver.AppleUSBXHCI          1.1.0
    com.apple.driver.AppleACPIButtons          1.5
    com.apple.driver.AppleUSBEHCI          5.1.0
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.5
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          195.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.4
    com.apple.security.TMSafetyNet          8
    com.apple.driver.AppleIntelCPUPowerManagement          195.0.0
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.2.5a5
    com.apple.driver.X86PlatformPlugin          5.1.1d6
    com.apple.driver.AppleHDAController          2.2.5a5
    com.apple.iokit.IOHDAFamily          2.2.5a5
    com.apple.iokit.IOSurface          80.0.2
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IOAudioFamily          1.8.6fc18
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleGraphicsControl          3.1.33
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.IOPlatformPluginFamily          5.1.1d6
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.driver.AppleSMC          3.1.3d10
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.8f17
    com.apple.iokit.IOBluetoothFamily          4.0.8f17
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.2.1
    com.apple.iokit.IOUSBMassStorageClass          3.0.3
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.2.1
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.5
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.5
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.5
    com.apple.driver.AppleUSBMultitouch          230.5
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.driver.AppleUSBMergeNub          5.1.0
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.driver.AppleThunderboltNHI          1.6.0
    com.apple.iokit.IOThunderboltFamily          2.0.3
    com.apple.iokit.IO80211Family          420.3
    com.apple.iokit.IONetworkingFamily          2.1
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IOAHCIFamily          2.0.8
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOUSBFamily          5.1.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.8
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          331.7
    com.apple.iokit.IOStorageFamily          1.7.2
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.5
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4

    As far as my question itself -- why does this happen? Has anybody had this issue on Lion and had it resolved on Mountain Lion?

  • I'm getting kernel panics each day as I shut down, the message of restarting by holding down the power button appears on the screen - it began about a month ago and. Do you have any ideas of how to solve the problem?

    I'm getting kernel panics each day as I shut down, the message of restarting by holding down the power button appears on the screen - it began about a month ago and. Do you have any ideas of how to solve the problem? I've copied the logs that I found for each kernel panic that still have the message logged. Please help if you can, I have read some of the other comments and perhaps it has something to do with my anti-virus software being on at start up. I have copied the log here. Any advice will be welcome.
    Interval Since Last Panic Report:  665204 sec
    Panics Since Last Report:          8
    Anonymous UUID: D6DCC90D-A5CA-4BBE-A435-3E64A512A51B
    Sat May 26 07:23:05 2012
    panic(cpu 3 caller 0xffffff80002b4f36): trying to interlock destroyed mutex (0xffffff801a489be0)
    Backtrace (CPU 3), Frame : Return Address
    0xffffff8160313b00 : 0xffffff8000220792
    0xffffff8160313b80 : 0xffffff80002b4f36
    0xffffff8160313b90 : 0xffffff8000227e68
    0xffffff8160313bd0 : 0xffffff7f80d14250
    0xffffff8160313c20 : 0xffffff7f80d14f73
    0xffffff8160313cc0 : 0xffffff800059a237
    0xffffff8160313d00 : 0xffffff8000586cbf
    0xffffff8160313d20 : 0xffffff800057e6e3
    0xffffff8160313df0 : 0xffffff800057ed06
    0xffffff8160313e20 : 0xffffff8000583c52
    0xffffff8160313e70 : 0xffffff8000583d05
    0xffffff8160313e90 : 0xffffff80005358b4
    0xffffff8160313ef0 : 0xffffff80005367c3
    0xffffff8160313f30 : 0xffffff8000536897
    0xffffff8160313f60 : 0xffffff80005ccfe8
    0xffffff8160313fb0 : 0xffffff80002da5e9
          Kernel Extensions in backtrace:
    com.intego.iokit.VBX6NKE(1.0)[211D5E46-3E43-C5DC-9C6A-8C3FFF0F4493]@0xffffff7f8 0d11000->0xffffff7f80d1bfff
    dependency: com.apple.iokit.IONetworkingFamily(2.1)[2FCC16E1-34AB-3908-98BD-CCBFA56FFDCE]@0 xffffff7f809b7000
    BSD process name corresponding to current thread: iStatLocalDaemon
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: A8ED611D-FB0F-3729-8392-E7A32C5E7D74
    System model name: iMac11,2 (Mac-F2238AC8)
    System uptime in nanoseconds: 69777074610
    last loaded kext at 58265763561: com.intego.iokit.VBX6NKE            1 (addr 0xffffff7f80d11000, size 45056)
    loaded kexts:
    com.intego.iokit.VBX6NKE            1
    com.intego.iokit.BehavioralKext            1
    com.intego.kext.VirusBarrier.AppBarrierKPI            10.6.8
    com.intego.kext.VirusBarrierKPI            10.6.8
    com.globaldelight.driver.BoomDevice            1.1
    com.huawei.driver.HuaweiDataCardACMData            4.2
    Model: iMac11,2, BootROM IM112.0057.B01, 2 processors, Intel Core i3, 3.2 GHz, 12 GB, SMC 1.64f5
    Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364A53463531323634485A2D3147344431
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364A53463531323634485A2D3147344431
    Memory Module: BANK 0/DIMM1, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
    Memory Module: BANK 1/DIMM1, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.64.8-P2P
    Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
    Serial ATA Device: ST31000528AS, 1 TB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0606, 0xfa140000 / 5
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0606, 0xfa141000 / 9
    USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0xfa141100 / 8
    USB Device: CanoScan, 0x04a9  (Canon Inc.), 0x1904, 0xfa141200 / 6
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 7
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: HUAWEI Mobile, 0x12d1  (Huawei Technologies Co., Ltd.), 0x1001, 0xfd130000 / 5
    USB Device: My Passport 070A, 0x1058  (Western Digital Technologies, Inc.), 0x070a, 0xfd140000 / 6
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3

    Immediate suspects are the additions you added to you rsystem that installed kexts (drivers).  From above,
    com.intego.iokit.VBX6NKE            1
    com.intego.iokit.BehavioralKext            1
    com.intego.kext.VirusBarrier.AppBarrierKPI            10.6.8
    com.intego.kext.VirusBarrierKPI            10.6.8
    com.globaldelight.driver.BoomDevice            1.1
    com.huawei.driver.HuaweiDataCardACMData            4.2
    Two experiments you can try.
    1.  Boot in safe mode and see if you can shut down normally.  All thise additions won't be running in safe mode so this test would indicate it is one of them causing the problem.
    2. Uninstall all the intego VirusBarrier stuff.  That's my first guess and the troublemaker.

  • [SOLVED] kernel panic - no init found

    Hello:
    After my last system update, (including kernel) two problems appeared. First the magic files problem, solved with pacman -Qo, delleting and reinstalling (perhaps it has something to do with this problem). Second, this kernel panic when I restarted the pc.
    failed to execute /init
    kernel panic - no init found
    specify init= (or something similar)
    I get only these lines as error, before is the message of the freed kernel memory.
    At the moment I tried with the solutions that I have find at the forum:
    - Run with livecd, mount all (including boot, proc, sys, dev), chroot and
    mkinitcpio -p kernel26
    - Check if the partitions uuids are the correct ones in grub config.
    - Check if I have the symlink to asm in the includes, that someone report on the arch news that could be conflictive (I have a folder there).
    - Reinstall the kernel26, mkinitcpio, klibc, etc. all the stuff that I thought that could be related.
    - Specify in grub config init=/sbin/init, and check if the file was there-> there was a new message saying that also failed to execute /sbin/init
    The problem persists, and google doesn't helps and in the forum I can't find an answer neither. I don't know what else I can do, so all help will be apreciated
    Thank you
    PD: sorry for my English
    SOLVED:
    The problem was that mkinitcpio outputed an error with zgrep and I think that it wasn't changing nothing. I reinstalled gzip and no errors were reported, so the new ramdisk was created and now the system boots ok. The error with zgrep I think that it comes from my last upgrade, because I didn't have enough space and a lot of errors in a few packages appeared, the errors were cannot execute or file already exists in the system.
    Thanks for the answers.
    Last edited by foucelhas (2009-05-13 13:05:02)

    Seems init is present in the initrd image (very small image?):
    1199 blocks
    /bin/kinit
    /bin/run-init
    /init
    The initrd path I think it's also correctly setted up:
    # (0) Arch Linux
    title Arch Linux
    root (hd0,1)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/bfb12545-43dd-49de-9a70-c8ab9926181c resume=/dev/sda5 ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,1)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/bfb12545-43dd-49de-9a70-c8ab9926181c ro
    initrd /kernel26-fallback.img
    I have one separate boot partition, as you say, sda2, and the filesystem/general partition is sda6. I tried to put this names instead the uuids too, but didn't worked.
    The fallback image neither helped.
    I also tried to check if the partitions are ok (sda2 and sda6), with xfs_check and xfs_repair (filesystem it's xfs).
    Last edited by foucelhas (2009-05-13 12:16:12)

Maybe you are looking for