Libwnck-compiz is corrupted..

been waiting for more than 2 weeks now for this to be fixed.. but everytime I do pacman -Syu I get liwcnk-compiz is corruped, and i am forced to do ignore on that package.. gets quick annoying after a while..

libwnck-compiz is nowhere to be found in the official repos, only in AUR. So you're the only one able to fix it, maybe by rebuilding/reinstalling.

Similar Messages

  • Some dependencies problem [SOLVED]

    For some days when I try to do an update I get this:
    :: Synchronizing package databases...
    testing is up to date
    current is up to date
    extra is up to date
    unstable is up to date
    community is up to date
    danimoth is up to date
    :: Starting full system upgrade...
    resolving dependencies... done.
    looking for inter-conflicts...
    :: libwnck conflicts with libwnck-compiz. Remove libwnck-compiz? [Y/n] y
    done.
    error: failed to prepare transaction (could not satisfy dependencies)
    :: libwnck-compiz requires emerald
    If i try first to remove libwnck-compiz, it tries to also remove emerald, which I don't want!! What's to do?
    Last edited by RaisedFist (2007-04-01 17:40:12)

    JGC wrote:
    Hmm, seems this message is still not right. Pacman reversed the error message, it should say "emerald requires libwnck-compiz".
    I added versioned depends to all gnome packages, libwnck-compiz doesn't suffice anymore because it's an older version, so pacman wants to replace libwnck-compiz, but fails doing so because emerald needs that.
    Solution is simple: grab the unofficial PKGBUILD for libwnck-compiz, update it to match the official libwnck version and install it. Other option is to use emerald from extra, which depends on the normal libwnck.
    I have emerald installed from extra... so I will try the PKGBUILD stuff.

  • Libwnck-2.16.0-1 patched for compiz

    somebody can do this package for me?please..this is the pkgbuild for the normal library
    # $Id: PKGBUILD,v 1.24 2006/08/04 22:42:26 jgc Exp $
    # Maintainer: dorphell <dorphell>
    pkgname=libwnck
    pkgver=2.16.0
    pkgrel=1
    force=y
    pkgdesc="Window Navigator Construction Kit"
    arch=(i686 x86_64)
    depends=('gtk2>=2.10.0' 'startup-notification' 'libxres')
    options=(NOLIBTOOL)
    makedepends=(pkgconfig intltool)
    license=(GPL)
    url="http://www.gnome.org/"
    source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.16/${pkgname}-${pkgver}.tar.bz2)
    #md5sums=(5796c0c26c5dfbad6d4fdf77858feae6)
    build() {
      cd ${startdir}/src/${pkgname}-${pkgver}
      ./configure --prefix=/usr
      make || return 1
      make DESTDIR=${startdir}/pkg install

    thanx a lot

  • Libwnck will not install.

    Hi all, I have tried to install compiz-fusion and when pacman tries to install libwnck it tells me the package is corrupted(bad md5 or sha1).
    I tried to compile libwnck but ./configure complains about XMl::parser, which pacman says is installed.
    What should I do now?
    Diesel1.
    Last edited by diesel1 (2007-07-23 19:13:07)

    Snowman wrote:remove the package from your cache (/var/cache/pacman/pkg) then install it. It needs to be redownloaded.
    I followed your advice but it didn't work, I get the same error.

  • [SOLVED] Xorg 1.6 with intel graphic corruption

    Hi Arch community
    frequently the part of graphic corruption in any application, see screenshot:
    this fix (depend) when refresh section, or move mouse over this.
    I have:
    Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller
    xorg 1.6 with xf86-video-intel-legacy
    my xorg.conf:
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "All"
    BoardName "All"
    Option "DRI" "True"
    Option "NoDDC" "True"
    Option "XAANoOffscreenPixmaps" "True"
    Option "XaaNoPixmapCache"
    Option "EnablePageFlip" "True"
    Option "RenderAccel" "True"
    #Option "AccelMethod" "xaa"
    Option "Tiling" "false"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "MIT-SHM" "Yes"
    EndSection
    please help, this problem is annoying
    thanks {
    Last edited by epsilom (2009-04-24 00:41:36)

    andywxy wrote:
    @epsilom
    could you share your xorg.conf? I have the same problem with the compiz fusion as my WM, however, I didn't use xorg.conf.
    Thank you!
    first generate xorg.conf (see http://wiki.archlinux.org/index.php/Xorg ) and modify/add:
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "All"
    BoardName "All"
    Option "DRI" "True"
    Option "RenderAccel" "True"
    Option "ExaOptimizeMigration" "off"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    I don't make public all my xorg.conf because is for my particular hadware 
    Last edited by epsilom (2009-04-24 14:34:29)

  • [GTK+/Libwnck:] signals not being sent on second popup [SOLVED]

    I'm having trouble getting the "viewports-changed", "window-opened", and "window-closed" signals getting sent to the functions in
    Diff between the last implementation of the first patched version w/dbus and the reimplementation of dbus: http://pastebin.com/fk0fvUfc
    Judging by the diff in the above link, I think it either has to do with how I refreshed the menu or with how dbus is telling the menu...but other than that, I do not know
    Files that are possibly related to this problem:
    http://compizboxmenu.git.sourceforge.ne … .c;hb=HEAD deskmenu.c
    http://compizboxmenu.git.sourceforge.ne … .c;hb=HEAD deskmenu-wnck.c (lines 333-351, 618-647, it is not receiving the mentioned signals, which causes these functions to not carry out properly)
    http://compizboxmenu.git.sourceforge.ne … .c;hb=HEAD deskmenu-menu.c (most likely 1063-1073)
    http://compizboxmenu.git.sourceforge.ne … .h;hb=HEAD deskmenu-menu.h (most likely for missing variable?)
    I also ran this through valgrind, if that helps solve this problem:
    valgrind ./compiz-boxmenu-daemon
    ==28822== Memcheck, a memory error detector
    ==28822== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
    ==28822== Using Valgrind-3.6.0 and LibVEX; rerun with -h for copyright info
    ==28822== Command: ./compiz-boxmenu-daemon
    ==28822==
    Starting the daemon...
    Creating cache...Done creating cache!
    Cacheing new non-default file...
    Done loading ./menu.xml!
    /home/shadowkyogre/.themes/Dust TrueDark2/gtk-2.0/gtkrc:85: Murrine configuration option "gradients" is no longer supported and will be ignored.
    ==28822== Invalid read of size 1
    ==28822== at 0x804EB40: dmwin_set_decoration (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
    ==28822== by 0x804EF37: screen_window_opened (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
    ==28822== by 0x48B0847: g_cclosure_marshal_VOID__OBJECT (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x4893A71: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x48A689F: ??? (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x48AF305: g_signal_emit_valist (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x48AF4B1: g_signal_emit (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x40D1C09: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28822== by 0x40D2347: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28822== by 0x4919A80: ??? (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28822== by 0x491DB71: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28822== by 0x491E34F: ??? (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28822== Address 0x6371b1a is 0 bytes after a block of size 74 alloc'd
    ==28822== at 0x4024A18: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
    ==28822== by 0x4924873: g_malloc (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28822== by 0x493E1E8: g_strdup (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28822== by 0x804EB1E: dmwin_set_decoration (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
    ==28822== by 0x804EF37: screen_window_opened (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
    ==28822== by 0x48B0847: g_cclosure_marshal_VOID__OBJECT (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x4893A71: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x48A689F: ??? (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x48AF305: g_signal_emit_valist (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x48AF4B1: g_signal_emit (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x40D1C09: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28822== by 0x40D2347: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28822==
    Checking cache...
    Done loading ./menu.xml!
    Checking cache...
    Done loading ./menu.xml!
    ==28822== Invalid read of size 1
    ==28822== at 0x804EB40: dmwin_set_decoration (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
    ==28822== by 0x804F11B: window_state_changed (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
    ==28822== by 0x40C7A3E: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28822== by 0x4893A71: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x48A689F: ??? (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x48AF305: g_signal_emit_valist (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x48AF4B1: g_signal_emit (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x40DE706: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28822== by 0x40DF627: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28822== by 0x4919A80: ??? (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28822== by 0x491DB71: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28822== by 0x491E34F: ??? (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28822== Address 0x65f2ada is 0 bytes after a block of size 74 alloc'd
    ==28822== at 0x4024A18: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
    ==28822== by 0x4924873: g_malloc (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28822== by 0x493E1E8: g_strdup (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28822== by 0x804EB1E: dmwin_set_decoration (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
    ==28822== by 0x804F11B: window_state_changed (in /media/PATRIOT__/sourceCodeExamples/git/compizboxmenu/compiz-boxmenu-daemon)
    ==28822== by 0x40C7A3E: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28822== by 0x4893A71: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x48A689F: ??? (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x48AF305: g_signal_emit_valist (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x48AF4B1: g_signal_emit (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28822== by 0x40DE706: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28822== by 0x40DF627: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28822==
    ==28822==
    ==28822== HEAP SUMMARY:
    ==28822== in use at exit: 2,653,318 bytes in 62,444 blocks
    ==28822== total heap usage: 103,815 allocs, 41,371 frees, 12,976,126 bytes allocated
    ==28822==
    ==28822== LEAK SUMMARY:
    ==28822== definitely lost: 2,574 bytes in 13 blocks
    ==28822== indirectly lost: 7,080 bytes in 350 blocks
    ==28822== possibly lost: 1,998,491 bytes in 50,236 blocks
    ==28822== still reachable: 645,173 bytes in 11,845 blocks
    ==28822== suppressed: 0 bytes in 0 blocks
    ==28822== Rerun with --leak-check=full to see details of leaked memory
    ==28822==
    ==28822== For counts of detected and suppressed errors, rerun with: -v
    ==28822== ERROR SUMMARY: 3 errors from 2 contexts (suppressed: 125 from 10)
    Valgrind output of the old version that used the previous implementation dbus method
    valgrind ./compiz-deskmenu-menu -m ./menu.xml
    ==28928== Memcheck, a memory error detector
    ==28928== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
    ==28928== Using Valgrind-3.6.0 and LibVEX; rerun with -h for copyright info
    ==28928== Command: ./compiz-deskmenu-menu -m ./menu.xml
    ==28928==
    /home/shadowkyogre/.themes/Dust TrueDark2/gtk-2.0/gtkrc:85: Murrine configuration option "gradients" is no longer supported and will be ignored.
    ==28928== Invalid read of size 1
    ==28928== at 0x804D9B0: dmwin_set_decoration (in /media/PATRIOT__/sourceCodeExamples/compiz-deskmenu2/compiz-deskmenu-menu)
    ==28928== by 0x804DDA7: screen_window_opened (in /media/PATRIOT__/sourceCodeExamples/compiz-deskmenu2/compiz-deskmenu-menu)
    ==28928== by 0x48B0847: g_cclosure_marshal_VOID__OBJECT (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28928== by 0x4893A71: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28928== by 0x48A689F: ??? (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28928== by 0x48AF305: g_signal_emit_valist (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28928== by 0x48AF4B1: g_signal_emit (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28928== by 0x40D1C09: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28928== by 0x40D2347: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28928== by 0x4919A80: ??? (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28928== by 0x491DB71: g_main_context_dispatch (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28928== by 0x491E34F: ??? (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28928== Address 0x50bf6c9 is 0 bytes after a block of size 73 alloc'd
    ==28928== at 0x4024A18: malloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
    ==28928== by 0x4924873: g_malloc (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28928== by 0x493E1E8: g_strdup (in /usr/lib/libglib-2.0.so.0.2600.1)
    ==28928== by 0x804D98E: dmwin_set_decoration (in /media/PATRIOT__/sourceCodeExamples/compiz-deskmenu2/compiz-deskmenu-menu)
    ==28928== by 0x804DDA7: screen_window_opened (in /media/PATRIOT__/sourceCodeExamples/compiz-deskmenu2/compiz-deskmenu-menu)
    ==28928== by 0x48B0847: g_cclosure_marshal_VOID__OBJECT (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28928== by 0x4893A71: g_closure_invoke (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28928== by 0x48A689F: ??? (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28928== by 0x48AF305: g_signal_emit_valist (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28928== by 0x48AF4B1: g_signal_emit (in /usr/lib/libgobject-2.0.so.0.2600.1)
    ==28928== by 0x40D1C09: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28928== by 0x40D2347: ??? (in /usr/lib/libwnck-1.so.22.3.31)
    ==28928==
    ==28928==
    ==28928== HEAP SUMMARY:
    ==28928== in use at exit: 2,634,335 bytes in 61,731 blocks
    ==28928== total heap usage: 97,364 allocs, 35,633 frees, 13,140,481 bytes allocated
    ==28928==
    ==28928== LEAK SUMMARY:
    ==28928== definitely lost: 2,172 bytes in 7 blocks
    ==28928== indirectly lost: 7,080 bytes in 350 blocks
    ==28928== possibly lost: 2,065,489 bytes in 52,537 blocks
    ==28928== still reachable: 559,594 bytes in 8,837 blocks
    ==28928== suppressed: 0 bytes in 0 blocks
    ==28928== Rerun with --leak-check=full to see details of leaked memory
    ==28928==
    ==28928== For counts of detected and suppressed errors, rerun with: -v
    ==28928== ERROR SUMMARY: 3 errors from 1 contexts (suppressed: 125 from 10)
    I notice that I also get these errors:
    (compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
    (compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
    (compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
    (compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed
    (compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_set_no_show_all: assertion `GTK_IS_WIDGET (widget)' failed
    (compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_set_no_show_all: assertion `GTK_IS_WIDGET (widget)' failed
    (compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_set_no_show_all: assertion `GTK_IS_WIDGET (widget)' failed
    (compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_set_no_show_all: assertion `GTK_IS_WIDGET (widget)' failed
    (compiz-boxmenu-daemon:15997): Gtk-CRITICAL **: IA__gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
    Maybe the functions creating these lists are trying to access the previous versions of these widgets, which were cleared.
    [EDIT]: Solved by having these functions not refer to any of the old widgets by removing their listening to signals.
    Last edited by ShadowKyogre (2010-12-04 01:01:15)

    Hi benopotamus,
    you need threads or generators, see here: https://wiki.gnome.org/Projects/PyGObject/Threading
    Last edited by spookykid (2015-03-22 09:41:13)

  • [SOLVED - Filesystem issue]Pacman corrupt - urgent help needed

    Erm, little problem here.
    Updated last night as normal and powered down my rig.
    This evening I got home, powered up and typed in
    sudo pacman -Syu
    and was greeted with the following:
    [llawwehttam@Steelhorn ~]$ sudo pacman -Syu
    Password:
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    archlinuxfr is up to date
    :: Starting full system upgrade...
    error: could not open file /var/lib/pacman/sync/core/file-5.04-3/desc: Input/output error
    error: could not open file /var/lib/pacman/sync/core/file-5.04-3/desc: Input/output error
    error: could not open file /var/lib/pacman/sync/core/file-5.04-3/desc: Input/output error
    error: could not open file /var/lib/pacman/sync/core/file-5.04-3/desc: Input/output error
    error: could not open file /var/lib/pacman/sync/core/file-5.04-3/desc: Input/output error
    error: could not open file /var/lib/pacman/sync/extra/rtmpdump-2.3-3/desc: Input/output error
    *snip - lots of copies*
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): findutils-4.4.2-3 lib32-gtk2-2.22.1-2
    Total Download Size: 2.09 MB
    Total Installed Size: 7.90 MB
    Proceed with installation? [Y/n]
    After some googling I came to the conclusion that pacman was corrupt.
    I have NO idea how this happened.
    Is there a way to fix this without a re-install?
    Help is very much appreciated.
    EDIT:
    I have read the thread here: https://bbs.archlinux.org/viewtopic.php?id=95007 but I'm not sure if that would apply in this situation.
    EDIT2:
    Tried this:
    $ $ sudo pacman -Syy
    :: Synchronizing package databases...
    core 35.9K 287.2K/s 00:00:00 [################################] 100%
    error: could not remove database core
    error: failed to update core (could not remove database entry)
    extra 449.2K 446.1K/s 00:00:01 [################################] 100%
    error: could not remove database extra
    error: failed to update extra (could not remove database entry)
    community 405.7K 366.7K/s 00:00:01 [################################] 100%
    error: could not remove database community
    error: failed to update community (could not remove database entry)
    multilib 21.8K 251.3K/s 00:00:00 [################################] 100%
    archlinuxfr 23.0K 237.6K/s 00:00:00 [################################] 100%
    doesn't look normal.
    Any ideas much appreciated.
    EDIT3: More info:
    $ cd /var/lib/pacman/sync/core/file-5.04-3/
    [llawwehttam@Steelhorn file-5.04-3]$ ls
    ls: cannot access desc: Input/output error
    ls: cannot access depends: Input/output error
    depends desc
    $ ls -l /var/lib/pacman/sync{,/*}
    /var/lib/pacman/sync:
    total 248
    drwxr-xr-x 116 root root 4096 Nov 24 19:57 archlinuxfr
    drwxr-xr-x 4 root root 94208 Nov 24 19:15 community
    drwxr-xr-x 7 root root 12288 Nov 24 19:15 core
    drwxr-xr-x 3 root root 131072 Nov 24 19:15 extra
    drwxr-xr-x 125 root root 4096 Nov 24 19:57 multilib
    /var/lib/pacman/sync/archlinuxfr:
    total 456
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 afur-aur-1.0-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 afur-makepkg-0.3-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 arora-git-20101002-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 asd-tower-defense-v2.0_beta4-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 aurvote-0.4-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 awesome-3.4.8-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 azenis-icon-theme-0.1.1-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 b43-firmware-4.178.10.4-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 balz-1.15-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 batterysystemtray-git-20101122-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 bepo-keymaps-1.0rc2-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 bin32-flashplayer-standalone-10.1.85.3-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 bin32-skype-staticqt-2.1.0.81-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 cairo-dock-2.1.3-9
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 cairo-dock-themes-1.6.3.1-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 cairo-xcb-1.10.0-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ccsm-0.9.2-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 celt-0.7-0.7.1-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 celt-0.8.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 cgit-0.8.3.4-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 clipgrab-3.0.7.2-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 codecs-20100303-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 compiz-core-0.9.2-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 compiz-plugins-extra-0.9.2-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 compiz-plugins-main-0.9.2-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 compiz-plugins-unsupported-0.9.2-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 compizconfig-python-0.9.2-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 customizepkg-0.2.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 emerald-git-20101118-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 fbpanel-6.1.491svn-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 fbpanel-fr-6.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 flashplugin-prerelease-10.2.161.23-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 fluxbox-git-20100912-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 foremost-1.5.7-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 gcc-gcj-4.5.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 gcc-gcj-ecj-4.5-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 gcc43-4.3.4-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 gerix-wifi-cracker-ng-r20-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 go-openoffice-fr-3.2.1-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 gsimplecal-0.6-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 gtk-theme-overglossed-hybrid-0.1-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 jaolt-0.5.3_627-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 jumanji-git-20101001-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 kernel-sources-2009.06.13-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 kernel26-i915-2.6.35-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 kernel26-xen-2.6.35.8-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 kernel26-xen-headers-2.6.35.8-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 kernel26rt-2.6.33.7_rt29-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 kirikoo-upload-0.4.6-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-jack-0.118.0-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libv4l-0.6.4-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 libafterimage-1.18-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 libcompizconfig-0.9.2-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 libfm-0.1.14-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 libiptcdata-1.0.4-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 libjpeg7-7-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 libpng12-1.2.43-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lsb-release-1.4-10
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 man-pages-fr-3.03.0-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 mechtower-1.0.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 mkgmap-r1728-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 mumble-1.2.2-7
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 nautilus-elementary-162-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 nautilus-gkim-0.6.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 obapps-0.1.7-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 obkey-git-20101028-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-ar-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-base-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-de-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-es-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-fi-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-fr-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-it-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-nb-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-nl-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-pt-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-sl-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-uk-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-zh-CN-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 ooo4kids-zh-TW-1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 openbox-menu-0.3.5-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 package-query-0.4-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 pacman-color-3.4.1-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 pari-2.3.5-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 pastebin-0.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 pcmanfm-0.9.8-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 pdftk-1.41-6
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 playonlinux-3.8.6-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 pure-ftpd-1.0.29-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 python-networkx-1.3-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 qrun-0.50-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 quad-1.12-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 rar-3.9.3-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 rar-beta-4.0.b1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 rawtherapee-3.0a1-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 redshift-1.6-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 repacman-0.98-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 rxvt-unicode-afterimage-9.06-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 sdesktop-0.3-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 stapler-2b-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 tint2-svn-523-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 toilet-0.2-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 trayfreq-fr-0.2.x.dev2-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 tuxbox-3.1.4-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 tuxracer-0.61-8
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 usmb-20100212-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 volumeicon-0.2.1-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 wto-1.0.3-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 xcas-0.9.0-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 xcfa-3.7.3-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 xcompmgr-dana-20091025-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 xfce4-gkim-0.6.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 yaourt-0.9.5.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 yget-2.2.1-1
    /var/lib/pacman/sync/community:
    total 0
    d????????? ? ? ? ? ? python-openbabel-2.3.0-2
    d????????? ? ? ? ? ? python2-openbabel-2.3.0-2
    /var/lib/pacman/sync/core:
    total 4
    drwxr-xr-x 2 root root 4096 Nov 21 09:54 file-5.04-3
    d????????? ? ? ? ? ? gzip-1.4-2
    d????????? ? ? ? ? ? less-436-2
    d????????? ? ? ? ? ? patch-2.6.1-2
    d????????? ? ? ? ? ? sed-4.2.1-3
    /var/lib/pacman/sync/extra:
    total 4
    drwxr-xr-x 2 root root 4096 Nov 24 19:15 rtmpdump-2.3-3
    /var/lib/pacman/sync/multilib:
    total 492
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 binutils-multilib-2.20.1-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 chuck-1.2.1.3-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 dwarffortress-0.31.18-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 flashplugin-10.1.102.64-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 gcc-ada-multilib-4.5.1-7
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 gcc-fortran-multilib-4.5.1-7
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 gcc-libs-multilib-4.5.1-7
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 gcc-multilib-4.5.1-7
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 gcc-objc-multilib-4.5.1-7
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-alsa-lib-1.0.23-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-alsa-oss-1.0.17-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-alsa-plugins-1.0.23-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-ati-dri-7.8.2-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-atk-1.32.0-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-attr-2.4.44-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-audiofile-0.2.7-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-cairo-1.10.0-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-curl-7.21.2-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-db-4.8.26-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-dbus-core-1.4.0-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-e2fsprogs-1.41.12-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-expat-2.0.1-7
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-flac-1.2.1-7
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-fontconfig-2.8.0-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-freetype2-2.4.3-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-gcc-libs-4.5.1-7
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-gdk-pixbuf2-2.22.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-giflib-4.1.6-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-glib-1.2.10-11
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-glib2-2.26.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-glibc-2.12.1-9
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-gnutls-2.8.6-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-gtk-1.2.10-11
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-gtk2-2.22.1-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-heimdal-1.3.3-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-intel-dri-7.8.2-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-jack-0.118.0-6
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-lcms-1.19-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libasyncns-0.8-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libcanberra-0.25-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libcap-2.19-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libcups-1.4.5-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libdrm-2.4.21-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libflashsupport-9.0.21.78-10
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libgcrypt-1.4.6-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libgl-7.8.2-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libgpg-error-1.9-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libice-1.0.7-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libjpeg-8.0.2-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libldap-2.4.22-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libmng-1.0.10-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libogg-1.2.0-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libpng-1.4.4-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libsamplerate-0.1.7-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libsm-1.2.0-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libsndfile-1.0.21-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libstdc++5-3.3.6-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libtiff-3.9.4-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libtool-2.4-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libvorbis-1.3.1-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libx11-1.3.5-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxau-1.0.6-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxcb-1.7-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxcomposite-0.4.3-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxcursor-1.1.11-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxdamage-1.1.3-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxdmcp-1.0.3-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxext-1.2.0-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxfixes-4.0.5-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxft-2.2.0-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxi-1.3.2-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxinerama-1.1.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxml2-2.7.7-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxmu-1.0.5-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxpm-3.5.8-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxrandr-1.3.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxrender-0.9.6-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxslt-1.1.26-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxss-1.2.0-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxt-1.0.9-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxtst-1.1.0-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxv-1.0.5-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxvmc-1.0.6-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxxf86dga-1.1.1-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-libxxf86vm-1.1.0-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-mach64-dri-7.8.2-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-mesa-7.8.2-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-mga-dri-7.8.2-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-mpg123-1.12.3-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-ncurses-5.7-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-nouveau-dri-7.8.2-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-nspr-4.8.6-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-nss-3.12.7-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-nvidia-utils-260.19.21-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-openal-1.12.854-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-openssl-1.0.0.a-6
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-pango-1.28.3-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-pcre-8.10-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-pixman-0.20.0-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-pulseaudio-0.9.21-14
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-qt-4.7.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-r128-dri-7.8.2-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-readline-6.1.002-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-savage-dri-7.8.2-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-sdl-1.2.14-7
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-sdl_image-1.2.10-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-sdl_ttf-2.0.10-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-sis-dri-7.8.2-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-speex-1.2rc1-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-sqlite3-3.7.1-2
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-tdb-1.2.1-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-tdfx-dri-7.8.2-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-unichrome-dri-7.8.2-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-util-linux-ng-2.18-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-v4l-utils-0.8.1-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-xcb-util-0.3.6-3
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 lib32-zlib-1.2.5-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 libtool-multilib-2.4-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 nspluginwrapper-1.3.0-4
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 skype-2.1.0.81-5
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 wine-1.3.7-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 wine_gecko-1.1.0-1
    drwxr-xr-x 2 root root 4096 Nov 24 19:57 zsnes-1.51-7
    Last edited by llawwehttam (2010-11-24 20:29:43)

    loafer wrote:It's the sync DB which has the problem.  Rename the dirs to core-old etc. and then "pacman -Syy" to force a download.  If that fixes it you can just delete the old ones.
    Thanks,
    Ill try that in a minute.
    I guessed that Input/output error meant filesystem corruption so I rebooted using :
    sudo shutdown -rF now
    and the resulting fsck on bootup had a few errors.
    Manually fixed them and now waiting for fsck to finish.
    Could take a while.
    I'll update when it boots.
    update:
    Booted,
    sudo pacman -Syy
    *no errors*
    sudo pacman -Syu
    *no errors*
    Guess its fixed then.
    I see how your fix would work, but I'm not sure I would have been able to rename the folders if they contain corrupted files.
    Thanks anyway,
    Matt
    Last edited by llawwehttam (2010-11-24 20:27:35)

  • Tint2's multi_desktop and Compiz

    I'm currently running Xfce with Tint2. I really like multi_desktop mode in Tint2 which displays application icons according to the workspace (see screenshot: http://i1066.photobucket.com/albums/u41 … c5b27f.png). It's usable and effective when switching applications and desktops. However, I would also like to use Compiz because of ...well yes... wobbly windows. Multi_desktop mode in Tint2 and Compiz are not working together because as far as I know Compiz does not follow some specifications. I know that there has been a patch to Tint2 to solve this but it's not working anymore with the current version of Compiz.
    Does anyone know if there is any piece of software that offers same functionality than Tint2's multi_desktop and works with Compiz? Or is there a new patch to Tint2 available? I have tried a few panels (xfce-panel, pypanel, bmpanel2) and docks (cairo-dock, awn, docky) but haven't found the suitable one yet. Sure this is not matter of life and death but any help would be appreciated

    Tint2 has a systray yes, since a while. Only in SVN though, but since the developer already called the documentation PDF 7.0, I guess he's quite close to releasing 7.0.
    The system tray does work for me, but it shows graphical corruption (and fails to update sometimes, too). Frankly, I've grown so fond of my all-text no-icons desktop layout that the system tray annoyed me more than anything else .
    Froli: did you try one of the six (!) configuration examples that the source comes with?
    You can pull them from online SVN too, if you want.

  • Compiz no longer starts...

    I hadnt upgraded in a month or so, so ran the rounds using danimoths latest...had a libwnck conflict but finally got everything back installed.  Now, compiz will not start.
    XGL is starting fine, just no love with compiz.  Here is the output:
    compiz: SmcOpenConnection failed: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
    compiz: glXBindTexImageEXT is missing
    compiz: Failed to manage screen: 0
    compiz: No managable screens found on display :1
    gnome-window-decorator: Screen 0 on display ":1.0" already has a decoration manager; try using the --replace option to replace the current decoration manager.
    from running this script
    #!/bin/bash
    # Start compiz within gnome-session
    if [ `ps -A | grep Xgl | wc -l` == "1" ]; then
            DISPLAY=:1 LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib
    compiz --replace gconf &
            DISPLAY=:1 gnome-window-decorator &
            DISPLAY=:1 setxkbmap -model pc105 -layout us -variant basic
    fi
    any ideas?

    Try this:
    1) Get the latest cgwd file from http://ubuntu.compiz.net/pool/main/c/cgwd/.
    2) Compile
    ./configure --prefix=/usr
    make
    su
    make install
    3) Change the script to:
    #!/bin/bash
    # Start compiz within gnome-session
    # This script checks to see if XGL is running before starting compiz & gnome-window-decorator
    if [ `ps -A | grep Xgl | wc -l` == "1" ]; then
    DISPLAY=:1 LD_LIBRARY_PATH=/opt/mesa-xgl-cvs/lib/ compiz --replace gconf gconf-dump miniwin decoration transset wobbly fade minimize cube rotate zoom scale move resize place switcher trailfocus water &
    DISPLAY=:1 cgwd &
    fi

  • Intel upgrade made Compiz go bananas

    Okay I've been having problems with Compiz and spawning windows recently in that emerald shut itself off whenever a window popped up (say, if I opened an application or received an instant message).
    So an update came along, installed it. Now when a window opens in Compiz the screen goes black except for the cursor and neither the touchpad nor the keyboard responds.
    It's been like a series of downgrades with Intel+Compiz lately. First there was a performance decrease, then the window decoration issue, now it freezes entirely. What the heck, Intel?

    Im not getting a similar error to the one mentioned above, but I am encountering some strange problems with intel and compiz (glx / dri / 3d in general i think)
    It all started when I noticed that loading large images in Firefox would cause Xorg to lock up (I could move the mouse, and non-gui apps that were already running (mpd) still ran). Out of curiousity, I tried reproducing the problem while running Xorg without xorg.conf. It still crashed, but it started itself back up on vc/8. Xorg left a nasty looking backtrace (*** glibc detected *** /usr/bin/Xorg: double free or corruption (!prev) --- followed by a backtrace) on my vc/7 which mentioned libdricore.so, i965_dri.so, and libglx.so.
    I am getting a bunch of random windows opening when I first login to GNOME (I can see the windows' icons in AWN - they close immediately though).
    Im currently investigating the cause of the problem on my system (this is fun!)

  • Compiz fusion slowdowns

    First startup ~500fps & 100%CPU in benchmark, after 30min <50fps & 35%CPU in benchmark.
    Restarting compiz gives ~500fps again.
    No aberrant mem usage, it just seems like compiz is framerate capping itself?
    No errors to be found in logs.
    6600gt, latest nvidia drivers, loose-binding, no sync to vblank.
    I feel that this is a compiz issue since no other opengl app (ie. glxgears) seems affected.
    Anyone else had this issue?
    Cheers,
    Steve.
    Last edited by steve_v (2008-10-28 05:51:24)

    nesl274 thanks for the packages. A few suggestions:
    1) There seems to be a problem loading gtk-window-decorator. It complains about the libwnck libs. Are you using a custom libwnck?
    2)gconftool-2 seems to be taking eons to run on my machine. I could be mistaken but it's recommended to list all the schema files at once in the install script instead of the for loop as it runs faster. e.g.
    gconf=etc/gconf/schemas
    post_install() {
    cat << EOF
    KDE Window Decorator
    ==> If you want the KDE Window Decorator
    ==> 'pacman -S kdebase dbus-qt3'
    EOF
    echo "installing compiz schemas";
    export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
    usr/bin/gconftool-2 --makefile-install-rule ${gconf}/compiz-*.schemas ${gconf}/gwd.schemas > /dev/null;
    kill -s HUP `pidof /usr/bin/gconfd-2` > /dev/null 2>&1
    echo "scrollkeeper-update"
    scrollkeeper-update -q -p var/lib/scrollkeeper
    update-desktop-database -q
    pre_upgrade() {
    pre_remove $1
    post_upgrade() {
    post_install $1
    pre_remove() {
    echo "uninstalling compiz schemas";
    export GCONF_CONFIG_SOURCE=`usr/bin/gconftool-2 --get-default-source`
    usr/bin/gconftool-2 --makefile-uninstall-rule ${gconf}/compiz-*.schemas ${gconf}/gwd.schemas > /dev/null;
    post_remove() {
    kill -s HUP `pidof usr/bin/gconfd-2` > /dev/null 2>&1
    scrollkeeper-update -q -p var/lib/scrollkeeper
    update-desktop-database -q
    op=$1
    shift
    $op $*
    Last edited by vitalstatistix (2007-06-11 22:12:26)

  • Kms, ati, compiz = blank screen or segfault on xorg

    Hello.
    I seem to have never ending trouble with this combination of packages.
    I have two kernels installed right now: 2.6.30 and 2.6.31.
    2.6.30 is my main kernel now. I recompiled it and changed some wireless configuration to work with my card. Otherwise stock stuff.
    2.6.31 is pure repository kernel.
    When 2.6.31 came out, I tried using KMS. It worked, but compiz was giving me blank screen. With compiz off I all worked, but performance dropped from 1700 fps to 400 fps in glxgears. I disabled KMS for this reason.
    2.6.30 does not have KMS enabled, worked fine.
    Today I upgraded these packages:
    upgraded libdrm (2.4.16-1 -> 2.4.17-2)
    upgraded libgl (7.6-2 -> 7.6.1-1)
    upgraded ati-dri (7.6-2 -> 7.6.1-1)
    upgraded mesa (7.6-2 -> 7.6.1-1)
    upgraded xf86-video-ati (6.12.99.git20091014-1 -> 6.12.4-2)
    After that, I could not log into my system. I got to GDM, but after entering password, my system froze. I was able to log in via SSH, so just graphics froze. MY search revealed segfault on Xorg.
    With 2.6.31 kernel and KMS off it behaves the same. With KMS on, there is no segfault, but I get blank screen with compiz + performance hit.
    For now I reverted back to previous versions of packages, but I'd like to get this sorted out.

    Here is the dmesg with errors.
    Can someone point me which way to look ?
    Linux version 2.6.32.3-ARCHc (raqua@Phenom) (gcc version 4.4.2 20091208 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Jan 7 20:29:58 CET 2010
    KERNEL supported cpus:
    Intel GenuineIntel
    AMD AuthenticAMD
    NSC Geode by NSC
    Cyrix CyrixInstead
    Centaur CentaurHauls
    Transmeta GenuineTMx86
    Transmeta TransmetaCPU
    UMC UMC UMC UMC
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000007ffa0000 (usable)
    BIOS-e820: 000000007ffa0000 - 000000007ffae000 (ACPI data)
    BIOS-e820: 000000007ffae000 - 000000007fff0000 (ACPI NVS)
    BIOS-e820: 000000007fff0000 - 0000000080000000 (reserved)
    BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
    BIOS-e820: 00000000ff700000 - 0000000100000000 (reserved)
    DMI present.
    AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    last_pfn = 0x7ffa0 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-EFFFF uncachable
    F0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000000 mask FFFF80000000 write-back
    1 disabled
    2 disabled
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009f000 (usable)
    modified: 000000000009f000 - 00000000000a0000 (reserved)
    modified: 00000000000e0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000007ffa0000 (usable)
    modified: 000000007ffa0000 - 000000007ffae000 (ACPI data)
    modified: 000000007ffae000 - 000000007fff0000 (ACPI NVS)
    modified: 000000007fff0000 - 0000000080000000 (reserved)
    modified: 00000000fec00000 - 00000000fec01000 (reserved)
    modified: 00000000fee00000 - 00000000fef00000 (reserved)
    modified: 00000000ff700000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    init_memory_mapping: 0000000000000000-00000000377fe000
    0000000000 - 0000400000 page 4k
    0000400000 - 0037400000 page 2M
    0037400000 - 00377fe000 page 4k
    kernel direct mapping tables up to 377fe000 @ 10000-15000
    RAMDISK: 7fe68000 - 7ff8f5d2
    Allocated new RAMDISK: 00100000 - 002275d2
    Move RAMDISK from 000000007fe68000 - 000000007ff8f5d1 to 00100000 - 002275d1
    ACPI: RSDP 000fa720 00014 (v00 ACPIAM)
    ACPI: RSDT 7ffa0000 00044 (v01 050509 RSDT1955 20090505 MSFT 00000097)
    ACPI: FACP 7ffa0200 00084 (v01 050509 FACP1955 20090505 MSFT 00000097)
    ACPI: DSDT 7ffa0450 08824 (v01 1AAAA 1AAAA000 00000000 INTL 20051117)
    ACPI: FACS 7ffae000 00040
    ACPI: APIC 7ffa0390 00080 (v01 050509 APIC1955 20090505 MSFT 00000097)
    ACPI: MCFG 7ffa0410 0003C (v01 050509 OEMMCFG 20090505 MSFT 00000097)
    ACPI: OEMB 7ffae040 00073 (v01 050509 OEMB1955 20090505 MSFT 00000097)
    ACPI: HPET 7ffaa450 00038 (v01 050509 OEMHPET0 20090505 MSFT 00000097)
    ACPI: INFO 7ffae0c0 00124 (v01 050509 AMDINFO 20090505 MSFT 00000097)
    ACPI: NVHD 7ffae1f0 00284 (v01 050509 NVHDCP 20090505 MSFT 00000097)
    ACPI: SSDT 7ffaa490 00672 (v01 A M I POWERNOW 00000001 AMD 00000001)
    ACPI: Local APIC address 0xfee00000
    1159MB HIGHMEM available.
    887MB LOWMEM available.
    mapped low ram: 0 - 377fe000
    low ram: 0 - 377fe000
    node 0 low ram: 00000000 - 377fe000
    node 0 bootmap 00011000 - 00017f00
    (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
    #3 [0001000000 - 0001525f44] TEXT DATA BSS ==> [0001000000 - 0001525f44]
    #4 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000]
    #5 [0001526000 - 000152c0db] BRK ==> [0001526000 - 000152c0db]
    #6 [0000010000 - 0000011000] PGTABLE ==> [0000010000 - 0000011000]
    #7 [0000100000 - 00002275d2] NEW RAMDISK ==> [0000100000 - 00002275d2]
    #8 [0000011000 - 0000018000] BOOTMAP ==> [0000011000 - 0000018000]
    found SMP MP-table at [c00ff780] ff780
    Zone PFN ranges:
    DMA 0x00000010 -> 0x00001000
    Normal 0x00001000 -> 0x000377fe
    HighMem 0x000377fe -> 0x0007ffa0
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0007ffa0
    On node 0 totalpages: 524079
    free_area_init_node: node 0, pgdat c13d3c00, node_mem_map c152e200
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3951 pages, LIFO batch:0
    Normal zone: 1744 pages used for memmap
    Normal zone: 221486 pages, LIFO batch:31
    HighMem zone: 2320 pages used for memmap
    HighMem zone: 294546 pages, LIFO batch:31
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x2008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    ACPI: IOAPIC (id[0x03] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 3, version 17, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    ACPI: IRQ14 used by override.
    ACPI: IRQ15 used by override.
    Enabling APIC mode: Flat. Using 1 I/O APICs
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x10de8201 base: 0xfed00000
    SMP: Allowing 4 CPUs, 1 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Allocating PCI resources starting at 80000000 (gap: 80000000:7ec00000)
    Booting paravirtualized kernel on bare hardware
    NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    PERCPU: Embedded 14 pages/cpu @c2800000 s34616 r0 d22728 u1048576
    pcpu-alloc: s34616 r0 d22728 u1048576 alloc=1*4194304
    pcpu-alloc: [0] 0 1 2 3
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519983
    Kernel command line: root=/dev/disk/by-uuid/61784892-7568-4816-b930-99a4dcb7a571 ro
    PID hash table entries: 4096 (order: 2, 16384 bytes)
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    Initializing HighMem for node 0 (000377fe:0007ffa0)
    Memory: 2071292k/2096768k available (2773k kernel code, 23952k reserved, 1176k data, 408k init, 1187464k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff1e000 - 0xfffff000 ( 900 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc13dc000 - 0xc1442000 ( 408 kB)
    .data : 0xc12b5576 - 0xc13db6a8 (1176 kB)
    .text : 0xc1000000 - 0xc12b5576 (2773 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:512
    spurious 8259A interrupt: IRQ7.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    hpet clockevent registered
    HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Fast TSC calibration using PIT
    Detected 2799.715 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 5601.73 BogoMIPS (lpj=9332383)
    Security Framework initialized
    Mount-cache hash table entries: 512
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 0
    mce: CPU supports 6 MCE banks
    using C1E aware idle routine
    Performance Events: AMD PMU driver.
    ... version: 0
    ... bit width: 48
    ... generic registers: 4
    ... value mask: 0000ffffffffffff
    ... max period: 00007fffffffffff
    ... fixed-purpose events: 0
    ... event mask: 000000000000000f
    Checking 'hlt' instruction... OK.
    ACPI: Core revision 20090903
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    CPU0: AMD Phenom(tm) II X3 720 Processor stepping 02
    Booting processor 1 APIC 0x1 ip 0x6000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 5602.39 BogoMIPS (lpj=9333424)
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 1
    CPU1: AMD Phenom(tm) II X3 720 Processor stepping 02
    checking TSC synchronization [CPU#0 -> CPU#1]: passed.
    Booting processor 2 APIC 0x2 ip 0x6000
    Initializing CPU#2
    Calibrating delay using timer specific routine.. 5602.37 BogoMIPS (lpj=9333398)
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    CPU: Physical Processor ID: 0
    CPU: Processor Core ID: 2
    CPU2: AMD Phenom(tm) II X3 720 Processor stepping 02
    checking TSC synchronization [CPU#0 -> CPU#2]: passed.
    Brought up 3 CPUs
    Total of 3 processors activated (16806.50 BogoMIPS).
    CPU0 attaching sched-domain:
    domain 0: span 0-2 level MC
    groups: 0 1 2
    CPU1 attaching sched-domain:
    domain 0: span 0-2 level MC
    groups: 1 2 0
    CPU2 attaching sched-domain:
    domain 0: span 0-2 level MC
    groups: 2 0 1
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: Not using MMCONFIG.
    PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=4
    PCI: Using configuration type 1 for base access
    PCI: Using configuration type 1 for extended access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Executed 1 blocks of module-level executable AML code
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
    PCI: MCFG area at e0000000 reserved in ACPI motherboard resources
    PCI: Using MMCONFIG for extended config space
    ACPI Warning: Incorrect checksum in table [OEMB] - C2, should be B9 (20090903/tbutils-314)
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:01.0: reg 10 io port: [0x2f00-0x2fff]
    pci 0000:00:01.1: reg 10 io port: [0x2900-0x293f]
    pci 0000:00:01.1: reg 20 io port: [0x2d00-0x2d3f]
    pci 0000:00:01.1: reg 24 io port: [0x2e00-0x2e3f]
    pci 0000:00:01.1: PME# supported from D3hot D3cold
    pci 0000:00:01.1: PME# disabled
    pci 0000:00:01.3: reg 10 32bit mmio: [0xfde80000-0xfdefffff]
    pci 0000:00:02.0: reg 10 32bit mmio: [0xfde7f000-0xfde7ffff]
    pci 0000:00:02.0: supports D1 D2
    pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.0: PME# disabled
    pci 0000:00:02.1: reg 10 32bit mmio: [0xfde7ec00-0xfde7ecff]
    pci 0000:00:02.1: supports D1 D2
    pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:02.1: PME# disabled
    pci 0000:00:04.0: reg 10 32bit mmio: [0xfde7d000-0xfde7dfff]
    pci 0000:00:04.0: supports D1 D2
    pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.0: PME# disabled
    pci 0000:00:04.1: reg 10 32bit mmio: [0xfde7e800-0xfde7e8ff]
    pci 0000:00:04.1: supports D1 D2
    pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:04.1: PME# disabled
    pci 0000:00:06.0: reg 20 io port: [0xffa0-0xffaf]
    pci 0000:00:07.0: reg 10 32bit mmio: [0xfde78000-0xfde7bfff]
    pci 0000:00:07.0: PME# supported from D3hot D3cold
    pci 0000:00:07.0: PME# disabled
    pci 0000:00:09.0: reg 10 io port: [0xd480-0xd487]
    pci 0000:00:09.0: reg 14 io port: [0xd400-0xd403]
    pci 0000:00:09.0: reg 18 io port: [0xd080-0xd087]
    pci 0000:00:09.0: reg 1c io port: [0xd000-0xd003]
    pci 0000:00:09.0: reg 20 io port: [0xcc00-0xcc0f]
    pci 0000:00:09.0: reg 24 32bit mmio: [0xfde76000-0xfde77fff]
    pci 0000:00:0a.0: reg 10 32bit mmio: [0xfde7c000-0xfde7cfff]
    pci 0000:00:0a.0: reg 14 io port: [0xc880-0xc887]
    pci 0000:00:0a.0: reg 18 32bit mmio: [0xfde7e400-0xfde7e4ff]
    pci 0000:00:0a.0: reg 1c 32bit mmio: [0xfde7e000-0xfde7e00f]
    pci 0000:00:0a.0: supports D1 D2
    pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:0a.0: PME# disabled
    pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.0: PME# disabled
    pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:12.0: PME# disabled
    pci 0000:00:13.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:13.0: PME# disabled
    pci 0000:00:08.0: transparent bridge
    pci 0000:02:00.0: reg 10 64bit mmio pref: [0xd0000000-0xdfffffff]
    pci 0000:02:00.0: reg 18 64bit mmio: [0xfdff0000-0xfdffffff]
    pci 0000:02:00.0: reg 20 io port: [0xe000-0xe0ff]
    pci 0000:02:00.0: reg 30 32bit mmio pref: [0xfdfc0000-0xfdfdffff]
    pci 0000:02:00.0: supports D1 D2
    pci 0000:02:00.1: reg 10 64bit mmio: [0xfdfe0000-0xfdfeffff]
    pci 0000:02:00.1: supports D1 D2
    pci 0000:00:10.0: bridge io port: [0xe000-0xefff]
    pci 0000:00:10.0: bridge 32bit mmio: [0xfdf00000-0xfdffffff]
    pci 0000:00:10.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.MXR0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR12._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR13._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) *10
    ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) *11
    ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) *15
    ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN7A] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN7B] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN7C] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LN7D] (IRQs 16 17 18 19) *0, disabled.
    ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *15
    ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *15
    ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *11
    ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *7
    ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *10
    ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *9
    ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
    ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *10
    ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *10
    vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 13 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:06: ioport range 0x4d0-0x4d1 has been reserved
    system 00:06: ioport range 0x800-0x80f has been reserved
    system 00:06: ioport range 0x2000-0x207f has been reserved
    system 00:06: ioport range 0x2080-0x20ff has been reserved
    system 00:06: ioport range 0x2400-0x247f has been reserved
    system 00:06: ioport range 0x2480-0x24ff has been reserved
    system 00:06: ioport range 0x2800-0x287f has been reserved
    system 00:06: ioport range 0x2880-0x28ff has been reserved
    system 00:06: iomem range 0xfed04000-0xfed04fff has been reserved
    system 00:06: iomem range 0xfee01000-0xfeefffff has been reserved
    system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
    system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved
    system 00:0a: ioport range 0xa00-0xa0f has been reserved
    system 00:0a: ioport range 0xa10-0xa1f has been reserved
    system 00:0a: ioport range 0xa20-0xa2f has been reserved
    system 00:0a: ioport range 0xa30-0xa3f has been reserved
    system 00:0b: iomem range 0xe0000000-0xefffffff has been reserved
    system 00:0c: iomem range 0x0-0x9ffff could not be reserved
    system 00:0c: iomem range 0xc0000-0xcffff could not be reserved
    system 00:0c: iomem range 0xe0000-0xfffff could not be reserved
    system 00:0c: iomem range 0x100000-0x7fffffff could not be reserved
    system 00:0c: iomem range 0xfec00000-0xffffffff could not be reserved
    pci 0000:00:08.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:08.0: IO window: disabled
    pci 0000:00:08.0: MEM window: disabled
    pci 0000:00:08.0: PREFETCH window: disabled
    pci 0000:00:10.0: PCI bridge, secondary bus 0000:02
    pci 0000:00:10.0: IO window: 0xe000-0xefff
    pci 0000:00:10.0: MEM window: 0xfdf00000-0xfdffffff
    pci 0000:00:10.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
    pci 0000:00:12.0: PCI bridge, secondary bus 0000:03
    pci 0000:00:12.0: IO window: disabled
    pci 0000:00:12.0: MEM window: disabled
    pci 0000:00:12.0: PREFETCH window: disabled
    pci 0000:00:13.0: PCI bridge, secondary bus 0000:04
    pci 0000:00:13.0: IO window: disabled
    pci 0000:00:13.0: MEM window: disabled
    pci 0000:00:13.0: PREFETCH window: disabled
    pci 0000:00:08.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LN0A] enabled at IRQ 19
    pci 0000:00:10.0: PCI INT A -> Link[LN0A] -> GSI 19 (level, low) -> IRQ 19
    pci 0000:00:10.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LN2A] enabled at IRQ 18
    pci 0000:00:12.0: PCI INT A -> Link[LN2A] -> GSI 18 (level, low) -> IRQ 18
    pci 0000:00:12.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LN3A] enabled at IRQ 17
    pci 0000:00:13.0: PCI INT A -> Link[LN3A] -> GSI 17 (level, low) -> IRQ 17
    pci 0000:00:13.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io: [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
    pci_bus 0000:01: resource 3 io: [0x00-0xffff]
    pci_bus 0000:01: resource 4 mem: [0x000000-0xffffffff]
    pci_bus 0000:02: resource 0 io: [0xe000-0xefff]
    pci_bus 0000:02: resource 1 mem: [0xfdf00000-0xfdffffff]
    pci_bus 0000:02: resource 2 pref mem [0xd0000000-0xdfffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    pci 0000:00:08.0: Enabling HT MSI Mapping
    pci 0000:00:09.0: Enabling HT MSI Mapping
    pci 0000:00:0a.0: Enabling HT MSI Mapping
    pci 0000:02:00.0: Boot video device
    Unpacking initramfs...
    Freeing initrd memory: 1181k freed
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: disabled - APM is not SMP safe.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1263882773.466:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 1730
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pcieport 0000:00:10.0: irq 24 for MSI/MSI-X
    pcieport 0000:00:10.0: setting latency timer to 64
    pcieport 0000:00:12.0: irq 25 for MSI/MSI-X
    pcieport 0000:00:12.0: setting latency timer to 64
    pcieport 0000:00:13.0: irq 26 for MSI/MSI-X
    pcieport 0000:00:13.0: setting latency timer to 64
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: No PS/2 controller found. Probing ports directly.
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 408k freed
    Linux agpgart interface v0.103
    [drm] Initialized drm 1.1.0 20060810
    [drm] radeon defaulting to userspace modesetting.
    pci 0000:02:00.0: PCI INT A -> Link[LN0A] -> GSI 19 (level, low) -> IRQ 19
    pci 0000:02:00.0: setting latency timer to 64
    [drm] Initialized radeon 1.31.0 20080528 for 0000:02:00.0 on minor 0
    SCSI subsystem initialized
    libata version 3.00 loaded.
    pata_acpi 0000:00:06.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23
    pata_acpi 0000:00:09.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
    pata_acpi 0000:00:09.0: setting latency timer to 64
    pata_acpi 0000:00:09.0: PCI INT A disabled
    ahci 0000:00:09.0: version 3.0
    ahci 0000:00:09.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
    ahci 0000:00:09.0: irq 27 for MSI/MSI-X
    ahci 0000:00:09.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl IDE mode
    ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pmp pio boh
    ahci 0000:00:09.0: setting latency timer to 64
    scsi0 : ahci
    scsi1 : ahci
    scsi2 : ahci
    scsi3 : ahci
    scsi4 : ahci
    scsi5 : ahci
    ata1: SATA max UDMA/133 abar m8192@0xfde76000 port 0xfde76100 irq 27
    ata2: SATA max UDMA/133 abar m8192@0xfde76000 port 0xfde76180 irq 27
    ata3: SATA max UDMA/133 abar m8192@0xfde76000 port 0xfde76200 irq 27
    ata4: SATA max UDMA/133 abar m8192@0xfde76000 port 0xfde76280 irq 27
    ata5: SATA max UDMA/133 abar m8192@0xfde76000 port 0xfde76300 irq 27
    ata6: SATA max UDMA/133 abar m8192@0xfde76000 port 0xfde76380 irq 27
    pata_amd 0000:00:06.0: version 0.4.1
    pata_amd 0000:00:06.0: setting latency timer to 64
    scsi6 : pata_amd
    scsi7 : pata_amd
    ata7: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
    ata8: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
    Floppy drive(s): fd0 is 1.44M
    FDC 0 is a post-1991 82077
    ata7.00: ATAPI: PLEXTOR DVDR PX-820A, 1.00, max UDMA/66
    ata7.01: ATA-7: ST3120814A, 3.AAD, max UDMA/100
    ata7.01: 234441648 sectors, multi 16: LBA48
    ata7: nv_mode_filter: 0x1f39f&0x1f39f->0x1f39f, BIOS=0x1f000 (0xc5c60000) ACPI=0x1f01f (30:20:0x15)
    ata7: nv_mode_filter: 0x3f39f&0x3f39f->0x3f39f, BIOS=0x3f000 (0xc5c60000) ACPI=0x3f01f (30:20:0x15)
    ata7.00: configured for UDMA/66
    ata7.01: configured for UDMA/100
    ata2: SATA link down (SStatus 0 SControl 300)
    ata3: SATA link down (SStatus 0 SControl 300)
    ata4: SATA link down (SStatus 0 SControl 300)
    ata6: SATA link down (SStatus 0 SControl 300)
    ata5: SATA link down (SStatus 0 SControl 300)
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata1.00: ATA-7: ST3320620NS, 3.AEK, max UDMA/133
    ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access ATA ST3320620NS 3.AE PQ: 0 ANSI: 5
    scsi 6:0:0:0: CD-ROM PLEXTOR DVDR PX-820A 1.00 PQ: 0 ANSI: 5
    scsi 6:0:1:0: Direct-Access ATA ST3120814A 3.AA PQ: 0 ANSI: 5
    ata8: port disabled. ignoring.
    sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    sd 6:0:1:0: [sdb] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda:
    sd 6:0:1:0: [sdb] Write Protect is off
    sd 6:0:1:0: [sdb] Mode Sense: 00 3a 00 00
    sd 6:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sdb: sdb1
    sd 6:0:1:0: [sdb] Attached SCSI disk
    sda1 sda2 sda3 sda4 < sda5 sda6 >
    sd 0:0:0:0: [sda] Attached SCSI disk
    sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sr 6:0:0:0: Attached scsi CD-ROM sr0
    EXT4-fs (sda1): INFO: recovery required on readonly filesystem
    EXT4-fs (sda1): write access will be enabled during recovery
    EXT4-fs (sda1): recovery complete
    EXT4-fs (sda1): mounted filesystem with ordered data mode
    Driver 'rtc_cmos' needs updating - please use bus_type methods
    rtc_cmos 00:08: RTC can wake from S4
    rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
    udev: starting version 146
    fuse init (API version 7.13)
    processor LNXCPU:00: registered as cooling_device0
    processor LNXCPU:01: registered as cooling_device1
    processor LNXCPU:02: registered as cooling_device2
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 6:0:0:0: Attached scsi generic sg1 type 5
    sd 6:0:1:0: Attached scsi generic sg2 type 0
    input: PC Speaker as /devices/platform/pcspkr/input/input1
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THRM] (30 C)
    ACPI: WMI: Mapper loaded
    powernow-k8: Found 1 AMD Phenom(tm) II X3 720 Processor processors (3 cpu cores) (version 2.20.00)
    powernow-k8: 0 : pstate 0 (2800 MHz)
    powernow-k8: 1 : pstate 1 (2100 MHz)
    powernow-k8: 2 : pstate 2 (1600 MHz)
    powernow-k8: 3 : pstate 3 (800 MHz)
    forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
    ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 22
    forcedeth 0000:00:0a.0: PCI INT A -> Link[LMAC] -> GSI 22 (level, low) -> IRQ 22
    forcedeth 0000:00:0a.0: setting latency timer to 64
    vboxdrv: Trying to deactivate the NMI watchdog permanently...
    vboxdrv: Warning: 2.6.31+ kernel detected. Most likely the hwardware performance
    vboxdrv: counter framework which can generate NMIs is active. You have to prevent
    vboxdrv: the usage of hardware performance counters by
    vboxdrv: echo 2 > /proc/sys/kernel/perf_counter_paranoid
    vboxdrv: Found 3 processor cores.
    vboxdrv: fAsync=0 offMin=0x493 offMax=0x1272
    vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    vboxdrv: Successfully loaded version 3.0.10 (interface 0x000e0001).
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    ACPI: Power Button [PWRB]
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    ACPI: Power Button [PWRF]
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:25:11:15:b4:e5
    forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt lnktim msi desc-v3
    i2c i2c-0: nForce2 SMBus adapter at 0x2d00
    ACPI: I/O resource nForce2_smbus [0x2e00-0x2e3f] conflicts with ACPI region SM00 [0x2e00-0x2e3f]
    ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    nForce2_smbus 0000:00:01.1: Error probing SMB2.
    ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 21
    ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 21 (level, low) -> IRQ 21
    ehci_hcd 0000:00:02.1: setting latency timer to 64
    ehci_hcd 0000:00:02.1: EHCI Host Controller
    ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:02.1: debug port 1
    ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
    ehci_hcd 0000:00:02.1: irq 21, io mem 0xfde7ec00
    ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 6 ports detected
    HDA Intel 0000:00:07.0: power state changed by ACPI to D0
    ACPI: PCI Interrupt Link [LAZA] enabled at IRQ 20
    HDA Intel 0000:00:07.0: PCI INT A -> Link[LAZA] -> GSI 20 (level, low) -> IRQ 20
    HDA Intel 0000:00:07.0: setting latency timer to 64
    ACPI: PCI Interrupt Link [UB12] enabled at IRQ 23
    ehci_hcd 0000:00:04.1: PCI INT B -> Link[UB12] -> GSI 23 (level, low) -> IRQ 23
    ehci_hcd 0000:00:04.1: setting latency timer to 64
    ehci_hcd 0000:00:04.1: EHCI Host Controller
    ehci_hcd 0000:00:04.1: new USB bus registered, assigned bus number 2
    ehci_hcd 0000:00:04.1: debug port 1
    ehci_hcd 0000:00:04.1: cache line size of 64 is not supported
    ehci_hcd 0000:00:04.1: irq 23, io mem 0xfde7e800
    ehci_hcd 0000:00:04.1: USB 2.0 started, EHCI 1.00
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 6 ports detected
    ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 22
    ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 22 (level, low) -> IRQ 22
    ohci_hcd 0000:00:02.0: setting latency timer to 64
    ohci_hcd 0000:00:02.0: OHCI Host Controller
    ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 3
    ohci_hcd 0000:00:02.0: irq 22, io mem 0xfde7f000
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 6 ports detected
    ACPI: PCI Interrupt Link [UB11] enabled at IRQ 21
    ohci_hcd 0000:00:04.0: PCI INT A -> Link[UB11] -> GSI 21 (level, low) -> IRQ 21
    ohci_hcd 0000:00:04.0: setting latency timer to 64
    ohci_hcd 0000:00:04.0: OHCI Host Controller
    ohci_hcd 0000:00:04.0: new USB bus registered, assigned bus number 4
    ohci_hcd 0000:00:04.0: irq 21, io mem 0xfde7d000
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 6 ports detected
    usb 2-2: new high speed USB device using ehci_hcd and address 2
    usb 2-2: configuration #1 chosen from 1 choice
    usb 2-3: new high speed USB device using ehci_hcd and address 3
    cfg80211: Calling CRDA to update world regulatory domain
    usb 2-3: configuration #1 chosen from 1 choice
    hub 2-3:1.0: USB hub found
    hub 2-3:1.0: 4 ports detected
    Adding 2048276k swap on /dev/sda2. Priority:-1 extents:1 across:2048276k
    usb 2-2: reset high speed USB device using ehci_hcd and address 2
    cfg80211: World regulatory domain updated:
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
    (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
    phy0: Selected rate control algorithm 'pid'
    zd1211rw 2-2:1.0: phy0
    usbcore: registered new interface driver zd1211rw
    usb 3-3: new low speed USB device using ohci_hcd and address 2
    usb 3-3: configuration #1 chosen from 1 choice
    usbcore: registered new interface driver hiddev
    input: HID 04d9:1203 as /devices/pci0000:00/0000:00:02.0/usb3/3-3/3-3:1.0/input/input4
    generic-usb 0003:04D9:1203.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 04d9:1203] on usb-0000:00:02.0-3/input0
    input: HID 04d9:1203 as /devices/pci0000:00/0000:00:02.0/usb3/3-3/3-3:1.1/input/input5
    generic-usb 0003:04D9:1203.0002: input,hidraw1: USB HID v1.11 Device [HID 04d9:1203] on usb-0000:00:02.0-3/input1
    usbcore: registered new interface driver usbhid
    usbhid: v2.6:USB HID core driver
    usb 2-3.1: new low speed USB device using ehci_hcd and address 4
    usb 2-3.1: configuration #1 chosen from 1 choice
    input: Genius NetScroll + Traveler as /devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3.1/2-3.1:1.0/input/input6
    generic-usb 0003:0458:002E.0003: input,hidraw2: USB HID v1.10 Mouse [Genius NetScroll + Traveler] on usb-0000:00:04.1-3.1/input0
    usb 2-3.4: new high speed USB device using ehci_hcd and address 5
    usb 2-3.4: configuration #1 chosen from 1 choice
    Linux video capture interface: v2.00
    uvcvideo: Found UVC 1.00 device <unnamed> (046d:0990)
    input: UVC Camera (046d:0990) as /devices/pci0000:00/0000:00:04.1/usb2/2-3/2-3.4/2-3.4:1.0/input/input7
    usbcore: registered new interface driver uvcvideo
    USB Video Class driver (v0.1.0)
    usbcore: registered new interface driver snd-usb-audio
    ip_tables: (C) 2000-2006 Netfilter Core Team
    Netfilter messages via NETLINK v0.30.
    nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
    nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
    sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
    ClusterIP Version 0.8 loaded successfully
    xt_time: kernel timezone is +0100
    u32 classifier
    input device check on
    Actions configured
    it87: Found IT8718F chip at 0xa10, revision 4
    it87: in3 is VCC (+5V)
    it87: in7 is VCCH (+5V Stand-By)
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    [drm] Setting GART location based on new memory map
    [drm] Loading R500 Microcode
    platform radeon_cp.0: firmware: requesting radeon/R520_cp.bin
    [drm] Num pipes: 1
    [drm] writeback test succeeded in 1 usecs
    forcedeth 0000:00:0a.0: irq 28 for MSI/MSI-X
    eth0: no link during initialization.
    ADDRCONF(NETDEV_UP): eth0: link is not ready
    usb 2-2: firmware: requesting zd1211/zd1211b_ub
    usb 2-2: firmware: requesting zd1211/zd1211b_uphr
    zd1211rw 2-2:1.0: firmware version 4725
    zd1211rw 2-2:1.0: zd1211b chip 0586:3410 v4810 high 00-19-cb AL2230_RF pa0 g--NS
    cfg80211: Calling CRDA for country: DE
    cfg80211: Regulatory domain changed to country: DE
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
    (5150000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm)
    (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm)
    CPU0 attaching NULL sched-domain.
    CPU1 attaching NULL sched-domain.
    CPU2 attaching NULL sched-domain.
    BUG: unable to handle kernel paging request at 96829001
    IP: [<c10d8831>] kmem_cache_alloc+0x51/0x150
    *pde = 00000000
    Oops: 0000 [#1] PREEMPT SMP
    last sysfs file: /sys/devices/system/cpu/sched_mc_power_savings
    Modules linked in: ipv6 it87 hwmon_vid cls_u32 sch_htb sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_hashlimit xt_comment xt_owner xt_recent xt_iprange xt_policy xt_multiport ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype xt_tcpmss xt_pkttype xt_physdev xt_NFQUEUE xt_MARK xt_mark xt_mac xt_limit xt_length xt_helper xt_dccp xt_conntrack xt_CONNMARK xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle nfnetlink iptable_filter ip_tables x_tables cpufreq_ondemand snd_usb_audio uvcvideo snd_usb_lib videodev v4l1_compat snd_rawmidi usbhid hid arc4 ecb zd1211rw mac80211 cfg80211 rfkill ohci_hcd snd_hda_codec_nvhdmi snd_hda_codec_via fan battery snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_hda_intel ehci_hcd snd_seq snd_seq_device snd_pcm_oss usbcore snd_hda_codec snd_hwdep snd_mixer_oss evdev i2c_nforce2 snd_pcm ac snd_timer button vboxdrv psmouse forcedeth snd soundcore snd_page_alloc video output powernow_k8 serio_raw wmi freq_table thermal pcspkr sg processor fuse rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 sr_mod cdrom sd_mod floppy pata_amd ahci pata_acpi ata_generic libata scsi_mod radeon ttm drm_kms_helper drm agpgart i2c_algo_bit i2c_core
    Pid: 2312, comm: preload Not tainted (2.6.32.3-ARCHc #1) GF8100VM-M5
    EIP: 0060:[<c10d8831>] EFLAGS: 00010082 CPU: 1
    EIP is at kmem_cache_alloc+0x51/0x150
    EAX: c2905348 EBX: 96829001 ECX: c1056988 EDX: 00000000
    ESI: c13ade98 EDI: 00000202 EBP: 000000d0 ESP: f64efe94
    DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Process preload (pid: 2312, ti=f64ee000 task=f69e5c20 task.ti=f64ee000)
    Stack:
    f61ca380 f64dabf8 000000d0 00000040 bf9f6000 f63f5c20 fffffff4 f62ccd4c
    <0> 01200011 c1056988 c116bc4f f69636c0 f6963818 c1029e31 f29bfa10 00000000
    <0> c103cca6 f29bf9b8 00000202 f61ca380 f29bfa04 c13b7540 00000030 f69636f4
    Call Trace:
    [<c1056988>] ? alloc_pid+0x18/0x400
    [<c116bc4f>] ? cpumask_any_but+0x1f/0x30
    [<c1029e31>] ? flush_tlb_mm+0x31/0x90
    [<c103cca6>] ? dup_mm+0x2f6/0x450
    [<c103d561>] ? copy_process+0x701/0x1050
    [<c103df2a>] ? do_fork+0x7a/0x3c0
    [<c1025b92>] ? do_page_fault+0x102/0x300
    [<c1002133>] ? sys_clone+0x33/0x40
    [<c10039f3>] ? sysenter_do_call+0x12/0x28
    Code: 9c 58 66 66 66 90 89 c7 fa 66 66 90 66 90 64 a1 10 ba 43 c1 8b 84 86 84 00 00 00 8b 50 10 89 54 24 0c 8b 18 85 db 74 55 8b 50 0c <8b> 14 93 89 10 89 f8 50 9d 66 66 66 90 8b 44 24 08 85 db 0f 95
    EIP: [<c10d8831>] kmem_cache_alloc+0x51/0x150 SS:ESP 0068:f64efe94
    CR2: 0000000096829001
    ---[ end trace 17bfbcf0445b31cb ]---
    BUG: unable to handle kernel paging request at 96829001
    IP: [<c10d9237>] __kmalloc+0x77/0x1e0
    *pde = 00000000
    Oops: 0000 [#2] PREEMPT SMP
    last sysfs file: /sys/devices/system/cpu/sched_mc_power_savings
    Modules linked in: ipv6 it87 hwmon_vid cls_u32 sch_htb sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_hashlimit xt_comment xt_owner xt_recent xt_iprange xt_policy xt_multiport ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype xt_tcpmss xt_pkttype xt_physdev xt_NFQUEUE xt_MARK xt_mark xt_mac xt_limit xt_length xt_helper xt_dccp xt_conntrack xt_CONNMARK xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle nfnetlink iptable_filter ip_tables x_tables cpufreq_ondemand snd_usb_audio uvcvideo snd_usb_lib videodev v4l1_compat snd_rawmidi usbhid hid arc4 ecb zd1211rw mac80211 cfg80211 rfkill ohci_hcd snd_hda_codec_nvhdmi snd_hda_codec_via fan battery snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_hda_intel ehci_hcd snd_seq snd_seq_device snd_pcm_oss usbcore snd_hda_codec snd_hwdep snd_mixer_oss evdev i2c_nforce2 snd_pcm ac snd_timer button vboxdrv psmouse forcedeth snd soundcore snd_page_alloc video output powernow_k8 serio_raw wmi freq_table thermal pcspkr sg processor fuse rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 sr_mod cdrom sd_mod floppy pata_amd ahci pata_acpi ata_generic libata scsi_mod radeon ttm drm_kms_helper drm agpgart i2c_algo_bit i2c_core
    Pid: 2466, comm: sched-powersave Tainted: G D (2.6.32.3-ARCHc #1) GF8100VM-M5
    EIP: 0060:[<c10d9237>] EFLAGS: 00010082 CPU: 1
    EIP is at __kmalloc+0x77/0x1e0
    EAX: c2905348 EBX: 96829001 ECX: c1034331 EDX: 00000000
    ESI: c13ade98 EDI: 00000202 EBP: 000080d0 ESP: f2b79e4c
    DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Process sched-powersave (pid: 2466, ti=f2b78000 task=f6375c20 task.ti=f2b78000)
    Stack:
    00000008 00000005 0000002c 000080d0 00000040 00000008 00000000 00000000
    <0> f2b79e98 c1034331 f2b79eb8 00000020 c134095f 00000000 00000000 f6413c00
    <0> f2b79edc c1441260 c1441260 00000002 f2b79ed8 f6375c20 00000000 00000001
    Call Trace:
    [<c1034331>] ? register_sched_domain_sysctl+0x101/0x3d0
    [<c10360e0>] ? default_wake_function+0x0/0x10
    [<c1039c00>] ? partition_sched_domains+0x190/0x2e0
    [<c1039c2e>] ? partition_sched_domains+0x1be/0x2e0
    [<c1039c58>] ? partition_sched_domains+0x1e8/0x2e0
    [<c12b2ebc>] ? __mutex_lock_slowpath+0x1ec/0x2c0
    [<c1039dfa>] ? sched_power_savings_store+0x6a/0x90
    [<c1039e20>] ? sched_mc_power_savings_store+0x0/0x10
    [<c11f4d79>] ? sysdev_class_store+0x29/0x40
    [<c11314a9>] ? sysfs_write_file+0x99/0x100
    [<c1131410>] ? sysfs_write_file+0x0/0x100
    [<c10df610>] ? vfs_write+0xa0/0x190
    [<c10df7c1>] ? sys_write+0x41/0x70
    [<c10039f3>] ? sysenter_do_call+0x12/0x28
    Code: 66 90 89 c7 fa 66 66 90 66 90 64 a1 10 ba 43 c1 8b 84 86 84 00 00 00 8b 50 10 89 54 24 10 8b 18 85 db 0f 84 25 01 00 00 8b 50 0c <8b> 14 93 89 10 89 f8 50 9d 66 66 66 90 8b 54 24 0c 85 db 0f 95
    EIP: [<c10d9237>] __kmalloc+0x77/0x1e0 SS:ESP 0068:f2b79e4c
    CR2: 0000000096829001
    ---[ end trace 17bfbcf0445b31cc ]---
    zd1211rw 2-2:1.0: error ioread32(CR_REG1): -110
    ADDRCONF(NETDEV_UP): wlan0: link is not ready
    BUG: unable to handle kernel paging request at 96829001
    IP: [<c10d8831>] kmem_cache_alloc+0x51/0x150
    *pde = 00000000
    Oops: 0000 [#3] PREEMPT SMP
    last sysfs file: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-2/2-2:1.0/ieee80211/phy0/rfkill0/state
    Modules linked in: ipv6 it87 hwmon_vid cls_u32 sch_htb sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_hashlimit xt_comment xt_owner xt_recent xt_iprange xt_policy xt_multiport ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype xt_tcpmss xt_pkttype xt_physdev xt_NFQUEUE xt_MARK xt_mark xt_mac xt_limit xt_length xt_helper xt_dccp xt_conntrack xt_CONNMARK xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle nfnetlink iptable_filter ip_tables x_tables cpufreq_ondemand snd_usb_audio uvcvideo snd_usb_lib videodev v4l1_compat snd_rawmidi usbhid hid arc4 ecb zd1211rw mac80211 cfg80211 rfkill ohci_hcd snd_hda_codec_nvhdmi snd_hda_codec_via fan battery snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_hda_intel ehci_hcd snd_seq snd_seq_device snd_pcm_oss usbcore snd_hda_codec snd_hwdep snd_mixer_oss evdev i2c_nforce2 snd_pcm ac snd_timer button vboxdrv psmouse forcedeth snd soundcore snd_page_alloc video output powernow_k8 serio_raw wmi freq_table thermal pcspkr sg processor fuse rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 sr_mod cdrom sd_mod floppy pata_amd ahci pata_acpi ata_generic libata scsi_mod radeon ttm drm_kms_helper drm agpgart i2c_algo_bit i2c_core
    Pid: 2267, comm: NetworkManager Tainted: G D (2.6.32.3-ARCHc #1) GF8100VM-M5
    EIP: 0060:[<c10d8831>] EFLAGS: 00010082 CPU: 1
    EIP is at kmem_cache_alloc+0x51/0x150
    EAX: c2905348 EBX: 96829001 ECX: c1240ddc EDX: 00000000
    ESI: c13ade98 EDI: 00000202 EBP: 000080d0 ESP: f6125c6c
    DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Process NetworkManager (pid: 2267, ti=f6124000 task=f69e10c0 task.ti=f6124000)
    Stack:
    00100100 00200200 000080d0 00000040 00000019 f29e4e00 f655eb40 f29e4e00
    <0> f7079e00 c1240ddc f5f1ea90 c2908730 ffffffff ffffffff c13cf8a0 f29e4e00
    <0> f655eb40 c12316c0 00000000 c1231f25 c12316c0 00000000 c12b2ebc c13cf8a8
    Call Trace:
    [<c1240ddc>] ? netlink_dump_start+0x1c/0x1e0
    [<c12316c0>] ? rtnl_dump_ifinfo+0x0/0xa0
    [<c1231f25>] ? rtnetlink_rcv_msg+0xb5/0x1f0
    [<c12316c0>] ? rtnl_dump_ifinfo+0x0/0xa0
    [<c12b2ebc>] ? __mutex_lock_slowpath+0x1ec/0x2c0
    [<c1231e70>] ? rtnetlink_rcv_msg+0x0/0x1f0
    [<c1241d3e>] ? netlink_rcv_skb+0x7e/0xa0
    [<c1231e64>] ? rtnetlink_rcv+0x14/0x20
    [<c12419ff>] ? netlink_unicast+0x24f/0x290
    [<c12421fa>] ? netlink_sendmsg+0x1ca/0x2d0
    [<c1217a01>] ? sock_sendmsg+0x111/0x130
    [<c10594b0>] ? autoremove_wake_function+0x0/0x40
    [<c10594b0>] ? autoremove_wake_function+0x0/0x40
    [<c1294518>] ? unix_stream_recvmsg+0x218/0x540
    [<c1217b83>] ? sys_sendmsg+0x163/0x260
    [<c1218e5c>] ? sys_recvmsg+0x17c/0x210
    [<c10594b0>] ? autoremove_wake_function+0x0/0x40
    [<c10aa670>] ? filemap_fault+0x0/0x410
    [<c10630e0>] ? ktime_get_ts+0xd0/0x100
    [<c121964c>] ? sys_socketcall+0xcc/0x2a0
    [<c106333d>] ? do_gettimeofday+0xd/0x30
    [<c1043a90>] ? sys_gettimeofday+0x30/0x80
    [<c10039f3>] ? sysenter_do_call+0x12/0x28
    Code: 9c 58 66 66 66 90 89 c7 fa 66 66 90 66 90 64 a1 10 ba 43 c1 8b 84 86 84 00 00 00 8b 50 10 89 54 24 0c 8b 18 85 db 74 55 8b 50 0c <8b> 14 93 89 10 89 f8 50 9d 66 66 66 90 8b 44 24 08 85 db 0f 95
    EIP: [<c10d8831>] kmem_cache_alloc+0x51/0x150 SS:ESP 0068:f6125c6c
    CR2: 0000000096829001
    ---[ end trace 17bfbcf0445b31cd ]---
    BUG: unable to handle kernel paging request at 96829001
    IP: [<c10d9237>] __kmalloc+0x77/0x1e0
    *pde = 00000000
    Oops: 0000 [#4] PREEMPT SMP
    last sysfs file: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-2/2-2:1.0/ieee80211/phy0/rfkill0/state
    Modules linked in: ipv6 it87 hwmon_vid cls_u32 sch_htb sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_hashlimit xt_comment xt_owner xt_recent xt_iprange xt_policy xt_multiport ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype xt_tcpmss xt_pkttype xt_physdev xt_NFQUEUE xt_MARK xt_mark xt_mac xt_limit xt_length xt_helper xt_dccp xt_conntrack xt_CONNMARK xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle nfnetlink iptable_filter ip_tables x_tables cpufreq_ondemand snd_usb_audio uvcvideo snd_usb_lib videodev v4l1_compat snd_rawmidi usbhid hid arc4 ecb zd1211rw mac80211 cfg80211 rfkill ohci_hcd snd_hda_codec_nvhdmi snd_hda_codec_via fan battery snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_hda_intel ehci_hcd snd_seq snd_seq_device snd_pcm_oss usbcore snd_hda_codec snd_hwdep snd_mixer_oss evdev i2c_nforce2 snd_pcm ac snd_timer button vboxdrv psmouse forcedeth snd soundcore snd_page_alloc video output powernow_k8 serio_raw wmi freq_table thermal pcspkr sg processor fuse rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 sr_mod cdrom sd_mod floppy pata_amd ahci pata_acpi ata_generic libata scsi_mod radeon ttm drm_kms_helper drm agpgart i2c_algo_bit i2c_core
    Pid: 2487, comm: gdm-session-wor Tainted: G D (2.6.32.3-ARCHc #1) GF8100VM-M5
    EIP: 0060:[<c10d9237>] EFLAGS: 00010082 CPU: 1
    EIP is at __kmalloc+0x77/0x1e0
    EAX: c2905348 EBX: 96829001 ECX: f84a0aca EDX: 00000000
    ESI: c13ade98 EDI: 00000206 EBP: 00008050 ESP: f2bd9b08
    DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Process gdm-session-wor (pid: 2487, ti=f2bd8000 task=f63f7110 task.ti=f2bd8000)
    Stack:
    f6828000 00000000 00000038 00008050 00000040 00000000 f20af810 f20af898
    <0> 00000000 f84a0aca f63f72bc c143c724 f63f72bc c1441260 c1441260 00000000
    <0> f20af898 00000000 00000000 f20afa5c f20af898 00000000 f84a1d66 00000000
    Call Trace:
    [<f84a0aca>] ? ext4_ext_find_extent+0x25a/0x2a0 [ext4]
    [<f84a1d66>] ? ext4_ext_get_blocks+0xe6/0x14f0 [ext4]
    [<c12b3785>] ? schedule_hrtimeout_range+0x125/0x140
    [<f84a1d3c>] ? ext4_ext_get_blocks+0xbc/0x14f0 [ext4]
    [<f8482880>] ? ext4_get_block+0x0/0x110 [ext4]
    [<c10a9dc9>] ? find_get_page+0x29/0xc0
    [<c11018cf>] ? __find_get_block_slow+0xbf/0x150
    [<c11d0a71>] ? mix_pool_bytes_extract+0x51/0x160
    [<c10b2af8>] ? activate_page+0xc8/0x110
    [<f848132a>] ? ext4_get_blocks+0x7a/0x470 [ext4]
    [<c11018cf>] ? __find_get_block_slow+0xbf/0x150
    [<c1101e89>] ? __getblk+0x29/0x350
    [<f84828f1>] ? ext4_get_block+0x71/0x110 [ext4]
    [<c110ad39>] ? do_mpage_readpage+0x1d9/0x730
    [<f8482880>] ? ext4_get_block+0x0/0x110 [ext4]
    [<c10aa32f>] ? add_to_page_cache_locked+0x7f/0xf0
    [<c110b3cb>] ? mpage_readpages+0xcb/0x100
    [<f8482880>] ? ext4_get_block+0x0/0x110 [ext4]
    [<c10f09c2>] ? __d_instantiate+0x82/0xc0
    [<c110d63a>] ? inotify_d_instantiate+0x1a/0x60
    [<c10ef6be>] ? d_rehash+0x2e/0x50
    [<f847fba0>] ? ext4_readpages+0x0/0x20 [ext4]
    [<c10b1fb9>] ? __do_page_cache_readahead+0x1a9/0x260
    [<f8482880>] ? ext4_get_block+0x0/0x110 [ext4]
    [<c10b208e>] ? ra_submit+0x1e/0x30
    [<c10b24e7>] ? page_cache_sync_readahead+0x27/0x30
    [<c10abe7e>] ? generic_file_aio_read+0x37e/0x6c0
    [<c10deb55>] ? do_sync_read+0xd5/0x120
    [<c10594b0>] ? autoremove_wake_function+0x0/0x40
    [<c11446ac>] ? security_file_permission+0xc/0x10
    [<c10dec06>] ? rw_verify_area+0x66/0xe0
    [<c10dea80>] ? do_sync_read+0x0/0x120
    [<c10df88d>] ? vfs_read+0x9d/0x190
    [<c10dfa41>] ? sys_read+0x41/0x70
    [<c10039f3>] ? sysenter_do_call+0x12/0x28
    Code: 66 90 89 c7 fa 66 66 90 66 90 64 a1 10 ba 43 c1 8b 84 86 84 00 00 00 8b 50 10 89 54 24 10 8b 18 85 db 0f 84 25 01 00 00 8b 50 0c <8b> 14 93 89 10 89 f8 50 9d 66 66 66 90 8b 54 24 0c 85 db 0f 95
    EIP: [<c10d9237>] __kmalloc+0x77/0x1e0 SS:ESP 0068:f2bd9b08
    CR2: 0000000096829001
    ---[ end trace 17bfbcf0445b31ce ]---
    [drm] Num pipes: 1
    BUG: unable to handle kernel paging request at 96829001
    IP: [<c10d8831>] kmem_cache_alloc+0x51/0x150
    *pde = 00000000
    Oops: 0000 [#5] PREEMPT SMP
    last sysfs file: /sys/devices/pci0000:00/0000:00:04.1/usb2/2-2/2-2:1.0/ieee80211/phy0/rfkill0/state
    Modules linked in: ipv6 it87 hwmon_vid cls_u32 sch_htb sch_ingress sch_sfq xt_time xt_connlimit xt_realm iptable_raw xt_hashlimit xt_comment xt_owner xt_recent xt_iprange xt_policy xt_multiport ipt_ULOG ipt_REJECT ipt_REDIRECT ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP ipt_ah ipt_addrtype xt_tcpmss xt_pkttype xt_physdev xt_NFQUEUE xt_MARK xt_mark xt_mac xt_limit xt_length xt_helper xt_dccp xt_conntrack xt_CONNMARK xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle nfnetlink iptable_filter ip_tables x_tables cpufreq_ondemand snd_usb_audio uvcvideo snd_usb_lib videodev v4l1_compat snd_rawmidi usbhid hid arc4 ecb zd1211rw mac80211 cfg80211 rfkill ohci_hcd snd_hda_codec_nvhdmi snd_hda_codec_via fan battery snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_hda_intel ehci_hcd snd_seq snd_seq_device snd_pcm_oss usbcore snd_hda_codec snd_hwdep snd_mixer_oss evdev i2c_nforce2 snd_pcm ac snd_timer button vboxdrv psmouse forcedeth snd soundcore snd_page_alloc video output powernow_k8 serio_raw wmi freq_table thermal pcspkr sg processor fuse rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 sr_mod cdrom sd_mod floppy pata_amd ahci pata_acpi ata_generic libata scsi_mod radeon ttm drm_kms_helper drm agpgart i2c_algo_bit i2c_core
    Pid: 2356, comm: console-kit-dae Tainted: G D (2.6.32.3-ARCHc #1) GF8100VM-M5
    EIP: 0060:[<c10d8831>] EFLAGS: 00010082 CPU: 1
    EIP is at kmem_cache_alloc+0x51/0x150
    EAX: c2905348 EBX: 96829001 ECX: c1056988 EDX: 00000000
    ESI: c13ade98 EDI: 00000202 EBP: 000000d0 ESP: f29dbe94
    DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068
    Process console-kit-dae (pid: 2356, ti=f29da000 task=f63f57f0 task.ti=f29da000)
    Stack:
    000000d0 c13d5004 000000d0 00000040 02000000 f63f53c0 fffffff4 f67edb04
    <0> 003d0f00 c1056988 f29dbecc c100e2c5 00000001 f63f53c0 00000006 b7448b70
    <0> 000fffff 00000051 f63f53c0 00000000 f1401ff8 c13b7540 c10024ae 00000000
    Call Trace:
    [<c1056988>] ? alloc_pid+0x18/0x400
    [<c100e2c5>] ? do_set_thread_area+0xd5/0xe0
    [<c10024ae>] ? copy_thread+0xde/0x140
    [<c103d561>] ? copy_process+0x701/0x1050
    [<c10594b0>] ? autoremove_wake_function+0x0/0x40
    [<c103df2a>] ? do_fork+0x7a/0x3c0
    [<c10df90e>] ? vfs_read+0x11e/0x190
    [<c1002133>] ? sys_clone+0x33/0x40
    [<c1003ad4>] ? syscall_call+0x7/0xb
    Code: 9c 58 66 66 66 90 89 c7 fa 66 66 90 66 90 64 a1 10 ba 43 c1 8b 84 86 84 00 00 00 8b 50 10 89 54 24 0c 8b 18 85 db 74 55 8b 50 0c <8b> 14 93 89 10 89 f8 50 9d 66 66 66 90 8b 44 24 08 85 db 0f 95
    EIP: [<c10d8831>] kmem_cache_alloc+0x51/0x150 SS:ESP 0068:f29dbe94
    CR2: 0000000096829001
    ---[ end trace 17bfbcf0445b31cf ]---

  • Weird artifacts in compiz

    Just updated and rebooted, it resulted in some funny artifacts on my desktop wallpaper (in compiz) and on the buttons of my cairo-dock.
    See this : http://i.imgur.com/TSV6lbU.jpg
    Original picture for comparison : http://i.imgur.com/1Y8IXpH.jpg
    It was a major upgrade so I have no idea what package may have caused this. The computer otherwise works fine and there is no graphical corruption in any of the applications I've tried so far. Anyone familiar with this little glitch?
    Last edited by bolshevik (2013-02-27 06:18:38)

    I haven't had time to investigate the issue further for the past week but I just got around to doing a downgrade that fixed the problems. At first I tried partial downgrades but failed to pinpoint the correct package, so I simply downgraded everything that was updated that day. Here is the list of packages that were changed when the problem occured :
    [2013-02-26 15:03] removed khrplatform-devel (9.0.2-1)
    [2013-02-26 15:03] removed libegl (9.0.2-1)
    [2013-02-26 15:03] removed libgbm (9.0.2-1)
    [2013-02-26 15:03] removed libglapi (9.0.2-1)
    [2013-02-26 15:03] removed libgl (9.0.2-1)
    [2013-02-26 15:03] removed lib32-libglapi (9.0.2-4)
    [2013-02-26 15:03] removed lib32-libgl (9.0.2-4)
    [2013-02-26 15:03] upgraded archlinux-keyring (20130127-1 -> 20130224-1)
    [2013-02-26 15:03] upgraded mesa (9.0.2-1 -> 9.1-2)
    [2013-02-26 15:03] installed mesa-libgl (9.1-2)
    [2013-02-26 15:03] upgraded cairo (1.12.12-1 -> 1.12.14-3)
    [2013-02-26 15:04] upgraded chromium (24.0.1312.70-1 -> 25.0.1364.97-1)
    [2013-02-26 15:04] upgraded glu (9.0.0-1 -> 9.0.0-2)
    [2013-02-26 15:04] upgraded intel-dri (9.0.2-1 -> 9.1-2)
    [2013-02-26 15:04] installed lib32-libgpg-error (1.10-1)
    [2013-02-26 15:04] installed lib32-libgcrypt (1.5.0-1)
    [2013-02-26 15:04] installed lib32-xz (5.0.4-1)
    [2013-02-26 15:04] installed lib32-systemd (197-1)
    [2013-02-26 15:04] upgraded lib32-mesa (9.0.2-4 -> 9.1-2)
    [2013-02-26 15:04] installed lib32-mesa-libgl (9.1-2)
    [2013-02-26 15:04] upgraded libx11 (1.5.0-1 -> 1.5.0-2)
    [2013-02-26 15:04] upgraded linux (3.7.9-1 -> 3.7.9-2)
    [2013-02-26 15:04] upgraded mesa-demos (8.0.1-2 -> 8.1.0-1)
    [2013-02-26 15:04] upgraded mpg123 (1.14.4-1 -> 1.15.1-1)
    [2013-02-26 15:04] upgraded xf86-video-intel (2.21.2-1 -> 2.21.3-1)
    [2013-02-26 15:04] upgraded xorg-server-common (1.13.2-1 -> 1.13.2.901-1)
    [2013-02-26 15:04] upgraded xorg-server (1.13.2-1 -> 1.13.2.901-1)
    When trying to get rid of the problem I also tried switching to gnome to see if the problem was just with compiz. It seems that the corruption problem affects other compositing window managers (gnome was affected, and openbox displayed no corruption at all). Does anyone know which package caused this? Should I file a bug report?
    Last edited by bolshevik (2013-03-05 20:01:08)

  • Xgl compiz cgwd themes & xgl functions

    Edit-- found the cgwd in aur.. stupid me..
    Cant find the cgwd package to install and use the compiz themes..
    want to also know howto fix the background when turning around the desktop in cube mode i saw that it was possible to have a background behind the cube..
    check it out:
    http://video.google.com/videoplay?docid … dome&hl=en
    what is the slow mo effect? doesnt seem to work for me.. nothing happens when i run it..
    thanks. let me know.

    the tar.gz files doesnt exist. ran the pkgbuild got this:
    ==>     Downloading compiz_0.0.13.41.orig.tar.gz
    --10:33:33--  http://ubuntu.compiz.net/pool/main/c/co … rig.tar.gz
               => `compiz_0.0.13.41.orig.tar.gz'
    Resolving ubuntu.compiz.net... 195.14.0.203
    Connecting to ubuntu.compiz.net|195.14.0.203|:80... connected.
    HTTP request sent, awaiting response... 502 Bad Gateway
    10:33:33 ERROR 502: Bad Gateway.
    ==> ERROR: Failed to download compiz_0.0.13.41.orig.tar.gz
    ==> Aborting...
    also your repository package is corrupted:
    10:40:57 (77.38 KB/s) - `compiz-0.0.13.41_0ubuntu1-1.pkg.tar.gz.part' saved [223574/223574]
    --10:40:57--  http://aquila.deus.googlepages.com/comp … pkg.tar.gz
               => `compiz-plugins-0.7_0ubuntu1-1.pkg.tar.gz.part'
    Resolving aquila.deus.googlepages.com... 72.14.207.95, 72.14.207.91, 72.14.207.93
    Connecting to aquila.deus.googlepages.com|72.14.207.95|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 458,565 (448K) [application/octet-stream]
    100%[====================================>] 458,565       58.89K/s    ETA 00:00
    10:41:04 (68.26 KB/s) - `compiz-plugins-0.7_0ubuntu1-1.pkg.tar.gz.part' saved [458565/458565]
    checking package integrity...
    error: archive compiz-plugins-0.7_0ubuntu1-1.pkg.tar.gz is corrupted

  • Firefox + Flash + Compiz = system freezes

    My system freezes really bad when i watch flash videos in firefox while compiz is running. The only thing i can do is move the cursor around but no application response.
    Now i can't use compiz, neither the metacity compisite because the application switcher sucks...
    Does anyone has a solution for this?

    Do you have new crash IDs for the current Firefox release?
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

Maybe you are looking for

  • Anyone have an iTunes Library/Media on a NAS and no longer can access it on Lion?

    My Buffalo Linkstation is accessable through finder just fine. I can see all fies and have the correct permissions. In iTunes, when i try to use the Option+Click to open iTunes and point it to my NAS library, it does not connect with the permissions

  • Location plante ne se fini pas lecture impossible

    location de filmimpossible, erreru inconnue à la fin, les location n'apparaissent pas sans lien internet et ne démarrent pas.

  • How do i find out when my trial started

    i have photoshop cc and i want to find out when trail started i cant find it anywhere please help

  • Windows 7 login error - HRESULT Error 0x8007ffff

    Recently I purchased three HP ProBook 4425s laptops. I setup the first one just the way I wanted and then captured the image using MDT 2010. After the image was captured successfully, I rebooted the laptop. After the laptop rebooted and re-setup the

  • U2 iPod dead!

    I have the older U2 iPod and I think it's not working anymore. I've tried everything including connecting the iPod to the charger for 48 hours, resetting, connecting it to the computer, toggling the hold button. Right now, it's making a "tick" sound,