You are not logged in.

#1 2010-09-02 01:17:43

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

[SOLVED] PC reboots by itself after grub

Hi all, like in the tilte, when I turn on my computer, it reboots by itself just after grub, no error message is shown, it just reboots. I can boot to my Windows partition though.

I tried to boot with the partion directory (/dev/sdX) instead of UUID. I also tried to boot without boot options and I still have the same result.

Thanks for your answers, and sorry for my bad english!

Last edited by froli (2010-09-02 21:19:32)


archlinux on Macbook Pro 10,1

Offline

#2 2010-09-02 01:29:58

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] PC reboots by itself after grub

No errors in the logs? Can you boot the fallback kernel? Can you boot in the single mode?

Offline

#3 2010-09-02 01:37:23

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: [SOLVED] PC reboots by itself after grub

And wich log file would it be?

Fallback doesn't work either.

What is single mode?


archlinux on Macbook Pro 10,1

Offline

#4 2010-09-02 01:40:21

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] PC reboots by itself after grub

/var/log/kernel.log
http://wiki.archlinux.org/index.php/Arc … Frc.single

When did the system start to act up? Did you upgrade anything?
Post you /boot/grub/menu.lst.

Offline

#5 2010-09-02 02:23:39

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: [SOLVED] PC reboots by itself after grub

menu.lst:

# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst

# DEVICE NAME CONVERSIONS 
#
#  Linux           Grub
# -------------------------
#  /dev/fd0        (fd0)
#  /dev/sda        (hd0)
#  /dev/sdb2       (hd1,1)
#  /dev/sda3       (hd0,2)
#

#  FRAMEBUFFER RESOLUTION SETTINGS
#     +-------------------------------------------------+
#          | 640x480    800x600    1024x768   1280x1024
#      ----+--------------------------------------------
#      256 | 0x301=769  0x303=771  0x305=773   0x307=775
#      32K | 0x310=784  0x313=787  0x316=790   0x319=793
#      64K | 0x311=785  0x314=788  0x317=791   0x31A=794
#      16M | 0x312=786  0x315=789  0x318=792   0x31B=795
#     +-------------------------------------------------+
#  for more details and different resolutions see
#  http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution 

# general configuration:
timeout   5
default   0
color light-blue/black light-cyan/blue

# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*

# (0) Arch Linux
title  Arch Linux
root   (hd0,4)
kernel /vmlinuz26 root=/dev/disk/by-uuid/4ed5fc3a-0c44-4101-b985-73127f58eda1 ro quiet splash ro acpi_enforce_resources=lax ro radeon.modeset=1
initrd /kernel26.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,4)
kernel /vmlinuz26 root=/dev/disk/by-uuid/4ed5fc3a-0c44-4101-b985-73127f58eda1
initrd /kernel26-fallback.img

# (2) Windows
title Windows
rootnoverify (hd0,1)
makeactive
chainloader +1

kernel.log:

Aug 29 21:53:36 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 7
Aug 29 21:53:36 localhost kernel: scsi10 : usb-storage 2-5:1.0
Aug 29 21:53:37 localhost kernel: scsi 10:0:0:0: Direct-Access     HP       v140w            0.00 PQ: 0 ANSI: 2
Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: Attached scsi generic sg7 type 0
Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] Write Protect is off
Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] Mode Sense: 00 00 00 00
Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] Assuming drive cache: write through
Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] Assuming drive cache: write through
Aug 29 21:53:37 localhost kernel: sdg: unknown partition table
Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] Assuming drive cache: write through
Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] Attached SCSI removable disk
Aug 29 21:58:00 localhost kernel: usb 2-5: USB disconnect, address 7
Aug 29 21:58:00 localhost kernel: sd 10:0:0:0: [sdg] Unhandled error code
Aug 29 21:58:00 localhost kernel: sd 10:0:0:0: [sdg] Result: hostbyte=0x07 driverbyte=0x00
Aug 29 21:58:00 localhost kernel: sd 10:0:0:0: [sdg] CDB: cdb[0]=0x2a: 2a 00 00 04 a5 f8 00 00 f0 00
Aug 29 21:58:00 localhost kernel: end_request: I/O error, dev sdg, sector 304632
Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304632
Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304633
Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304634
Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304635
Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304636
Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304637
Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304638
Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304639
Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304640
Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304641
Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
Aug 29 21:58:00 localhost kernel: sd 10:0:0:0: [sdg] Unhandled error code
Aug 29 21:58:00 localhost kernel: sd 10:0:0:0: [sdg] Result: hostbyte=0x01 driverbyte=0x00
Aug 29 21:58:00 localhost kernel: sd 10:0:0:0: [sdg] CDB: cdb[0]=0x2a: 2a 00 00 04 a6 e8 00 00 08 00
Aug 29 21:58:00 localhost kernel: end_request: I/O error, dev sdg, sector 304872
Aug 29 21:58:03 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 8
Aug 29 21:58:03 localhost kernel: scsi11 : usb-storage 2-5:1.0
Aug 29 21:58:04 localhost kernel: scsi 11:0:0:0: Direct-Access     HP       v140w            0.00 PQ: 0 ANSI: 2
Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: Attached scsi generic sg7 type 0
Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] Write Protect is off
Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] Mode Sense: 00 00 00 00
Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] Assuming drive cache: write through
Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] Assuming drive cache: write through
Aug 29 21:58:04 localhost kernel: sdg: unknown partition table
Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] Assuming drive cache: write through
Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] Attached SCSI removable disk
Aug 29 21:59:29 localhost kernel: sd 11:0:0:0: [sdg] Assuming drive cache: write through
Aug 29 21:59:29 localhost kernel: sdg: sdg1
Aug 29 22:00:00 localhost kernel: sd 11:0:0:0: [sdg] Assuming drive cache: write through
Aug 29 22:00:00 localhost kernel: sdg: sdg1
Aug 29 22:06:25 localhost kernel: INFO: task blkid:14646 blocked for more than 120 seconds.
Aug 29 22:06:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Aug 29 22:06:25 localhost kernel: blkid         D 0000000000000000     0 14646  10636 0x00000000
Aug 29 22:06:25 localhost kernel: ffff880055419ba8 0000000000000086 ffff880055419b58 ffffffff00000000
Aug 29 22:06:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff880055419fd8 ffff880055419fd8
Aug 29 22:06:25 localhost kernel: ffff880055419fd8 ffff880100300000 ffff880055419fd8 0000000000014f40
Aug 29 22:06:25 localhost kernel: Call Trace:
Aug 29 22:06:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
Aug 29 22:06:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
Aug 29 22:06:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
Aug 29 22:06:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
Aug 29 22:06:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
Aug 29 22:06:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
Aug 29 22:06:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
Aug 29 22:06:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
Aug 29 22:06:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
Aug 29 22:06:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
Aug 29 22:06:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
Aug 29 22:06:25 localhost kernel: [<ffffffff810fe912>] ? do_brk+0x2e2/0x310
Aug 29 22:06:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
Aug 29 22:06:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
Aug 29 22:06:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
Aug 29 22:06:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
Aug 29 22:08:25 localhost kernel: INFO: task blkid:14646 blocked for more than 120 seconds.
Aug 29 22:08:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Aug 29 22:08:25 localhost kernel: blkid         D 0000000000000000     0 14646      1 0x00000000
Aug 29 22:08:25 localhost kernel: ffff880055419ba8 0000000000000086 ffff880055419b58 ffffffff00000000
Aug 29 22:08:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff880055419fd8 ffff880055419fd8
Aug 29 22:08:25 localhost kernel: ffff880055419fd8 ffff880100300000 ffff880055419fd8 0000000000014f40
Aug 29 22:08:25 localhost kernel: Call Trace:
Aug 29 22:08:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
Aug 29 22:08:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
Aug 29 22:08:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
Aug 29 22:08:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
Aug 29 22:08:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
Aug 29 22:08:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
Aug 29 22:08:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
Aug 29 22:08:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
Aug 29 22:08:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
Aug 29 22:08:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
Aug 29 22:08:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
Aug 29 22:08:25 localhost kernel: [<ffffffff810fe912>] ? do_brk+0x2e2/0x310
Aug 29 22:08:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
Aug 29 22:08:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
Aug 29 22:08:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
Aug 29 22:08:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
Aug 29 22:12:04 localhost kernel: usb 2-5: USB disconnect, address 8
Aug 29 22:34:29 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 9
Aug 29 22:34:29 localhost kernel: scsi12 : usb-storage 2-5:1.0
Aug 29 22:34:30 localhost kernel: scsi 12:0:0:0: Direct-Access     HP       v140w            0.00 PQ: 0 ANSI: 2
Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: Attached scsi generic sg7 type 0
Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] Write Protect is off
Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] Mode Sense: 00 00 00 00
Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] Assuming drive cache: write through
Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] Assuming drive cache: write through
Aug 29 22:34:30 localhost kernel: sdg: sdg1
Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] Assuming drive cache: write through
Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] Attached SCSI removable disk
Aug 29 22:48:25 localhost kernel: INFO: task blkid:5779 blocked for more than 120 seconds.
Aug 29 22:48:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Aug 29 22:48:25 localhost kernel: blkid         D 0000000000000000     0  5779  31610 0x00000000
Aug 29 22:48:25 localhost kernel: ffff88006273dba8 0000000000000082 ffff88006273db58 ffffffff8137177d
Aug 29 22:48:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88006273dfd8 ffff88006273dfd8
Aug 29 22:48:25 localhost kernel: ffff88006273dfd8 ffff8801000386f0 ffff88006273dfd8 0000000000014f40
Aug 29 22:48:25 localhost kernel: Call Trace:
Aug 29 22:48:25 localhost kernel: [<ffffffff8137177d>] ? __mutex_lock_slowpath+0x22d/0x310
Aug 29 22:48:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
Aug 29 22:48:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
Aug 29 22:48:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
Aug 29 22:48:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
Aug 29 22:48:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
Aug 29 22:48:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
Aug 29 22:48:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
Aug 29 22:48:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
Aug 29 22:48:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
Aug 29 22:48:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
Aug 29 22:48:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
Aug 29 22:48:25 localhost kernel: [<ffffffff810fe912>] ? do_brk+0x2e2/0x310
Aug 29 22:48:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
Aug 29 22:48:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
Aug 29 22:48:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
Aug 29 22:48:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
Aug 29 22:58:41 localhost kernel: usb 2-5: USB disconnect, address 9
Aug 29 23:00:40 localhost kernel: sd 6:0:0:2: [sdd] 3862528 512-byte logical blocks: (1.97 GB/1.84 GiB)
Aug 29 23:00:40 localhost kernel: sd 6:0:0:2: [sdd] Assuming drive cache: write through
Aug 29 23:00:40 localhost kernel: sd 6:0:0:2: [sdd] Assuming drive cache: write through
Aug 29 23:00:40 localhost kernel: sdd: sdd1
Aug 30 11:40:18 localhost kernel: radeon 0000:01:00.0: ffff88017d8a2400 reserve failed for wait
Aug 30 11:57:21 localhost kernel: radeon 0000:01:00.0: ffff8801b8296a00 reserve failed for wait
Aug 30 14:55:20 localhost kernel: usb 2-3: new high speed USB device using ehci_hcd and address 10
Aug 30 14:55:20 localhost kernel: scsi13 : usb-storage 2-3:1.0
Aug 30 14:55:21 localhost kernel: scsi 13:0:0:0: Direct-Access     HP       v140w            0.00 PQ: 0 ANSI: 2
Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: Attached scsi generic sg7 type 0
Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] Write Protect is off
Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] Mode Sense: 00 00 00 00
Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 14:55:21 localhost kernel: sdg: sdg1
Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] Attached SCSI removable disk
Aug 30 15:02:25 localhost kernel: INFO: task udisks-daemon:6871 blocked for more than 120 seconds.
Aug 30 15:02:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Aug 30 15:02:25 localhost kernel: udisks-daemon D 0000000000000000     0  6871   6870 0x00000000
Aug 30 15:02:25 localhost kernel: ffff88019af45ba8 0000000000000086 ffff88019af45b58 ffffffff00000000
Aug 30 15:02:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88019af45fd8 ffff88019af45fd8
Aug 30 15:02:25 localhost kernel: ffff88019af45fd8 ffff8801000d9bc0 ffff88019af45fd8 0000000000014f40
Aug 30 15:02:25 localhost kernel: Call Trace:
Aug 30 15:02:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
Aug 30 15:02:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
Aug 30 15:02:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
Aug 30 15:02:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
Aug 30 15:02:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
Aug 30 15:02:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
Aug 30 15:02:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
Aug 30 15:02:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
Aug 30 15:02:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
Aug 30 15:02:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
Aug 30 15:02:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
Aug 30 15:02:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
Aug 30 15:02:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
Aug 30 15:02:25 localhost kernel: [<ffffffff8100c0fd>] ? math_state_restore+0x3d/0x60
Aug 30 15:02:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
Aug 30 15:02:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
Aug 30 15:02:25 localhost kernel: INFO: task hald-addon-stor:32383 blocked for more than 120 seconds.
Aug 30 15:02:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Aug 30 15:02:25 localhost kernel: hald-addon-st D 0000000000000000     0 32383   2185 0x00000000
Aug 30 15:02:25 localhost kernel: ffff88019c537ba8 0000000000000086 ffff88019c537b58 ffffffff00000000
Aug 30 15:02:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88019c537fd8 ffff88019c537fd8
Aug 30 15:02:25 localhost kernel: ffff88019c537fd8 ffff8801000df5f0 ffff88019c537fd8 0000000000014f40
Aug 30 15:02:25 localhost kernel: Call Trace:
Aug 30 15:02:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
Aug 30 15:02:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
Aug 30 15:02:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
Aug 30 15:02:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
Aug 30 15:02:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
Aug 30 15:02:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
Aug 30 15:02:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
Aug 30 15:02:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
Aug 30 15:02:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
Aug 30 15:02:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
Aug 30 15:02:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
Aug 30 15:02:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
Aug 30 15:02:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
Aug 30 15:02:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
Aug 30 15:02:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
Aug 30 15:02:25 localhost kernel: INFO: task blkid:2868 blocked for more than 120 seconds.
Aug 30 15:02:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Aug 30 15:02:25 localhost kernel: blkid         D 0000000000000000     0  2868  32373 0x00000000
Aug 30 15:02:25 localhost kernel: ffff88000c225ba8 0000000000000086 ffff88000c225b58 ffffffff00000000
Aug 30 15:02:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88000c225fd8 ffff88000c225fd8
Aug 30 15:02:25 localhost kernel: ffff88000c225fd8 ffff880180b2b780 ffff88000c225fd8 0000000000014f40
Aug 30 15:02:25 localhost kernel: Call Trace:
Aug 30 15:02:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
Aug 30 15:02:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
Aug 30 15:02:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
Aug 30 15:02:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
Aug 30 15:02:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
Aug 30 15:02:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
Aug 30 15:02:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
Aug 30 15:02:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
Aug 30 15:02:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
Aug 30 15:02:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
Aug 30 15:02:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
Aug 30 15:02:25 localhost kernel: [<ffffffff810fe912>] ? do_brk+0x2e2/0x310
Aug 30 15:02:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
Aug 30 15:02:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
Aug 30 15:02:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
Aug 30 15:02:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
Aug 30 15:04:25 localhost kernel: INFO: task udisks-daemon:6871 blocked for more than 120 seconds.
Aug 30 15:04:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Aug 30 15:04:25 localhost kernel: udisks-daemon D 0000000000000000     0  6871   6870 0x00000000
Aug 30 15:04:25 localhost kernel: ffff88019af45ba8 0000000000000086 ffff88019af45b58 ffffffff00000000
Aug 30 15:04:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88019af45fd8 ffff88019af45fd8
Aug 30 15:04:25 localhost kernel: ffff88019af45fd8 ffff8801000d9bc0 ffff88019af45fd8 0000000000014f40
Aug 30 15:04:25 localhost kernel: Call Trace:
Aug 30 15:04:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
Aug 30 15:04:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
Aug 30 15:04:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
Aug 30 15:04:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
Aug 30 15:04:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
Aug 30 15:04:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
Aug 30 15:04:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
Aug 30 15:04:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
Aug 30 15:04:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
Aug 30 15:04:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
Aug 30 15:04:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
Aug 30 15:04:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
Aug 30 15:04:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
Aug 30 15:04:25 localhost kernel: [<ffffffff8100c0fd>] ? math_state_restore+0x3d/0x60
Aug 30 15:04:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
Aug 30 15:04:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
Aug 30 15:04:25 localhost kernel: INFO: task hald-addon-stor:32383 blocked for more than 120 seconds.
Aug 30 15:04:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Aug 30 15:04:25 localhost kernel: hald-addon-st D 0000000000000000     0 32383   2185 0x00000000
Aug 30 15:04:25 localhost kernel: ffff88019c537ba8 0000000000000086 ffff88019c537b58 ffffffff00000000
Aug 30 15:04:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88019c537fd8 ffff88019c537fd8
Aug 30 15:04:25 localhost kernel: ffff88019c537fd8 ffff8801000df5f0 ffff88019c537fd8 0000000000014f40
Aug 30 15:04:25 localhost kernel: Call Trace:
Aug 30 15:04:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
Aug 30 15:04:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
Aug 30 15:04:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
Aug 30 15:04:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
Aug 30 15:04:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
Aug 30 15:04:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
Aug 30 15:04:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
Aug 30 15:04:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
Aug 30 15:04:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
Aug 30 15:04:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
Aug 30 15:04:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
Aug 30 15:04:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
Aug 30 15:04:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
Aug 30 15:04:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
Aug 30 15:04:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
Aug 30 15:04:25 localhost kernel: INFO: task blkid:2868 blocked for more than 120 seconds.
Aug 30 15:04:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Aug 30 15:04:25 localhost kernel: blkid         D 0000000000000000     0  2868      1 0x00000000
Aug 30 15:04:25 localhost kernel: ffff88000c225ba8 0000000000000086 ffff88000c225b58 ffffffff00000000
Aug 30 15:04:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88000c225fd8 ffff88000c225fd8
Aug 30 15:04:25 localhost kernel: ffff88000c225fd8 ffff880180b2b780 ffff88000c225fd8 0000000000014f40
Aug 30 15:04:25 localhost kernel: Call Trace:
Aug 30 15:04:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
Aug 30 15:04:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
Aug 30 15:04:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
Aug 30 15:04:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
Aug 30 15:04:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
Aug 30 15:04:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
Aug 30 15:04:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
Aug 30 15:04:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
Aug 30 15:04:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
Aug 30 15:04:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
Aug 30 15:04:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
Aug 30 15:04:25 localhost kernel: [<ffffffff810fe912>] ? do_brk+0x2e2/0x310
Aug 30 15:04:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
Aug 30 15:04:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
Aug 30 15:04:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
Aug 30 15:04:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
Aug 30 15:21:23 localhost kernel: usb 2-3: USB disconnect, address 10
Aug 30 16:40:43 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 11
Aug 30 16:40:43 localhost kernel: scsi14 : usb-storage 2-5:1.0
Aug 30 16:40:44 localhost kernel: scsi 14:0:0:0: Direct-Access     HP       v140w            0.00 PQ: 0 ANSI: 2
Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: Attached scsi generic sg7 type 0
Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] Write Protect is off
Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] Mode Sense: 00 00 00 00
Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 16:40:44 localhost kernel: sdg: unknown partition table
Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] Attached SCSI removable disk
Aug 30 16:44:17 localhost kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
Aug 30 16:44:17 localhost kernel: ISO 9660 Extensions: RRIP_1991A
Aug 30 16:47:51 localhost kernel: do_general_protection: 238 callbacks suppressed
Aug 30 16:47:51 localhost kernel: unetbootin[31527] general protection ip:7f422a1a2c6d sp:7f421f5aeda0 error:0 in libQtCore.so.4.6.3[7f422a031000+269000]
Aug 30 16:59:46 localhost kernel: usb 2-5: USB disconnect, address 11
Aug 30 16:59:47 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 12
Aug 30 16:59:48 localhost kernel: scsi15 : usb-storage 2-5:1.0
Aug 30 16:59:49 localhost kernel: scsi 15:0:0:0: Direct-Access     HP       v140w            0.00 PQ: 0 ANSI: 2
Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: Attached scsi generic sg7 type 0
Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] Write Protect is off
Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] Mode Sense: 00 00 00 00
Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 16:59:49 localhost kernel: sdg: sdg1
Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] Attached SCSI removable disk
Aug 30 16:59:56 localhost kernel: ISOFS: Unable to identify CD-ROM format.
Aug 30 16:59:59 localhost kernel: ISOFS: Unable to identify CD-ROM format.
Aug 30 17:00:39 localhost kernel: sd 15:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 17:00:39 localhost kernel: sdg: sdg1
Aug 30 17:01:19 localhost kernel: ISOFS: Unable to identify CD-ROM format.
Aug 30 17:01:25 localhost kernel: usb 2-5: USB disconnect, address 12
Aug 30 17:01:26 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 13
Aug 30 17:01:26 localhost kernel: scsi16 : usb-storage 2-5:1.0
Aug 30 17:01:27 localhost kernel: scsi 16:0:0:0: Direct-Access     HP       v140w            0.00 PQ: 0 ANSI: 2
Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: Attached scsi generic sg7 type 0
Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] Write Protect is off
Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] Mode Sense: 00 00 00 00
Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 17:01:27 localhost kernel: sdg: sdg1
Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] Attached SCSI removable disk
Aug 30 17:02:11 localhost kernel: usb 2-5: USB disconnect, address 13
Aug 30 17:02:12 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 14
Aug 30 17:02:13 localhost kernel: scsi17 : usb-storage 2-5:1.0
Aug 30 17:02:14 localhost kernel: scsi 17:0:0:0: Direct-Access     HP       v140w            0.00 PQ: 0 ANSI: 2
Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: Attached scsi generic sg7 type 0
Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] Write Protect is off
Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] Mode Sense: 00 00 00 00
Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 17:02:14 localhost kernel: sdg: sdg1
Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] Attached SCSI removable disk
Aug 30 17:18:37 localhost kernel: usb 2-5: USB disconnect, address 14
Aug 30 17:35:20 localhost kernel: npviewer.bin[26387]: segfault at 418 ip 00000000f610fdd6 sp 00000000ff8563b8 error 6 in libflashplayer.so[f5ec1000+b2c000]
Aug 30 17:39:28 localhost kernel: npviewer.bin[29346]: segfault at 0 ip 00000000f629e741 sp 00000000ff8e8a20 error 4 in libflashplayer.so[f5eff000+b2c000]
Aug 30 18:00:45 localhost kernel: npviewer.bin[8611]: segfault at f5a8c04c ip 00000000f62f4757 sp 00000000ffcb0610 error 4 in libflashplayer.so[f5f55000+b2c000]
Aug 30 18:15:55 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 15
Aug 30 18:15:55 localhost kernel: scsi18 : usb-storage 2-5:1.0
Aug 30 18:15:55 localhost kernel: usb 2-5: USB disconnect, address 15
Aug 30 18:15:56 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 16
Aug 30 18:15:56 localhost kernel: scsi19 : usb-storage 2-5:1.0
Aug 30 18:15:57 localhost kernel: scsi 19:0:0:0: Direct-Access     HP       v140w            0.00 PQ: 0 ANSI: 2
Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: Attached scsi generic sg7 type 0
Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] Write Protect is off
Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] Mode Sense: 00 00 00 00
Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 18:15:57 localhost kernel: sdg: sdg1
Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] Assuming drive cache: write through
Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] Attached SCSI removable disk
Aug 30 18:20:29 localhost kernel: usb 2-5: USB disconnect, address 16
Aug 30 21:18:54 localhost kernel: compiz[9526]: segfault at 8 ip 00007fe57d842218 sp 00007fff40d2c900 error 4 in libc-2.12.1.so[7fe57d7cf000+153000]
Aug 31 03:04:49 localhost kernel: NOHZ: local_softirq_pending 100
Aug 31 17:31:17 localhost kernel: chrome[5739] general protection ip:7f0faa56443e sp:8e40d3338b8dde9c error:0 in libc-2.12.1.so[7f0faa532000+153000]
Aug 31 17:31:36 localhost kernel: chrome[24578] general protection ip:7f3189e4e43e sp:40e9284d3b378f1b error:0 in libc-2.12.1.so[7f3189e1c000+153000]
Aug 31 18:10:19 localhost kernel: npviewer.bin[14201]: segfault at f3269054 ip 00000000f6242733 sp 00000000ffbc4850 error 4 in libflashplayer.so[f5ea3000+b2c000]
Aug 31 18:12:48 localhost kernel: npviewer.bin[15099]: segfault at 418 ip 00000000f6131dd6 sp 00000000ffd949f8 error 6 in libflashplayer.so[f5ee3000+b2c000]
Aug 31 18:16:38 localhost kernel: npviewer.bin[17005]: segfault at 0 ip 00000000f62a3741 sp 00000000ff941ed0 error 4 in libflashplayer.so[f5f04000+b2c000]
Aug 31 18:18:41 localhost kernel: npviewer.bin[18983]: segfault at f330b054 ip 00000000f62a4733 sp 00000000fffc5f20 error 4 in libflashplayer.so[f5f05000+b2c000]
Aug 31 22:33:16 localhost kernel: radeon 0000:01:00.0: ffff88008e613a00 reserve failed for wait
Sep  1 03:04:28 localhost kernel: [drm:radeon_dvi_detect] *ERROR* DVI-I-1: probed a monitor but no|invalid EDID
Sep  1 08:26:50 localhost kernel: TCP: Peer 87.89.25.194:14710/57623 unexpectedly shrunk window 1160958495:1160961375 (repaired)
Sep  1 08:28:26 localhost kernel: TCP: Peer 87.89.25.194:14710/57623 unexpectedly shrunk window 1164770175:1164773055 (repaired)
Sep  1 08:28:28 localhost kernel: TCP: Peer 87.89.25.194:14710/57623 unexpectedly shrunk window 1164770175:1164773055 (repaired)
Sep  1 10:10:00 localhost kernel: [drm:radeon_dvi_detect] *ERROR* DVI-I-1: probed a monitor but no|invalid EDID
Sep  1 14:08:27 localhost kernel: radeon 0000:01:00.0: ffff88003da22600 reserve failed for wait
Sep  1 14:08:37 localhost kernel: radeon 0000:01:00.0: ffff88003da22600 reserve failed for wait
Sep  1 14:08:37 localhost kernel: radeon 0000:01:00.0: ffff88003da22600 reserve failed for wait
Sep  1 14:10:10 localhost kernel: npviewer.bin[27586]: segfault at f32d3828 ip 00000000f62eb15f sp 00000000ffd5e450 error 4 in libflashplayer.so (deleted)[f5e9f000+b2c000]
Sep  1 17:09:25 localhost kernel: radeon 0000:01:00.0: ffff88003d9c6400 reserve failed for wait
Sep  1 17:09:29 localhost kernel: radeon 0000:01:00.0: ffff88003d9c6400 reserve failed for wait

Last days of pacman.log:

[2010-08-20 18:11] Running 'pacman -Sy'
[2010-08-20 18:11] synchronizing package lists
[2010-08-20 19:02] Running '/usr/bin/pacman -Sy'
[2010-08-20 19:02] synchronizing package lists
[2010-08-20 19:05] Running '/usr/bin/pacman -S -u'
[2010-08-20 19:05] starting full system upgrade
[2010-08-20 19:24] Running '/usr/bin/pacman -Sy'
[2010-08-20 19:24] synchronizing package lists
[2010-08-20 19:25] Running '/usr/bin/pacman -S -u'
[2010-08-20 19:25] starting full system upgrade
[2010-08-20 19:29] upgraded avahi (0.6.25-3 -> 0.6.27-2)
[2010-08-20 19:29] upgraded chromium (5.0.375.125-1 -> 5.0.375.127-1)
[2010-08-20 19:29] upgraded gnome-keyring (2.30.3-1 -> 2.30.3-2)
[2010-08-20 19:29] upgraded k3b (2.0.0-2 -> 2.0.1-2)
[2010-08-20 19:29] upgraded qimageblitz (0.0.5-1 -> 0.0.6-1)
[2010-08-20 19:29] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
[2010-08-20 19:29]  > Rebuilding xdg icon database ... DONE
[2010-08-20 19:29] upgraded kdemod-kdebase-workspace (4.5.0-1 -> 4.5.0-2)
[2010-08-20 19:29] upgraded kdemod-kdebase-workspace-doc (4.5.0-1 -> 4.5.0-2)
[2010-08-20 19:29] upgraded kdemod-kdebase-workspace-wallpapers (4.5.0-1 -> 4.5.0-2)
[2010-08-20 19:29] upgraded linux-firmware (20100623-2 -> 20100807-1)
[2010-08-20 19:29] >>> Updating module dependencies. Please wait ...
[2010-08-20 19:29] >>> MKINITCPIO SETUP
[2010-08-20 19:29] >>> ----------------
[2010-08-20 19:29] >>> If you use LVM2, Encrypted root or software RAID,
[2010-08-20 19:29] >>> Ensure you enable support in /etc/mkinitcpio.conf .
[2010-08-20 19:29] >>> More information about mkinitcpio setup can be found here:
[2010-08-20 19:29] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
[2010-08-20 19:29] 
[2010-08-20 19:29] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
[2010-08-20 19:29] ==> Building image "default"
[2010-08-20 19:29] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
[2010-08-20 19:29] :: Begin build
[2010-08-20 19:29] :: Parsing hook [base]
[2010-08-20 19:29] :: Parsing hook [udev]
[2010-08-20 19:29] :: Parsing hook [autodetect]
[2010-08-20 19:29] :: Parsing hook [plymouth]
[2010-08-20 19:29] :: Parsing hook [pata]
[2010-08-20 19:29] :: Parsing hook [scsi]
[2010-08-20 19:29] :: Parsing hook [sata]
[2010-08-20 19:29] :: Parsing hook [filesystems]
[2010-08-20 19:29] :: Generating module dependencies
[2010-08-20 19:30] :: Generating image '/boot/kernel26.img'...SUCCESS
[2010-08-20 19:30] ==> SUCCESS
[2010-08-20 19:30] ==> Building image "fallback"
[2010-08-20 19:30] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
[2010-08-20 19:30] :: Begin build
[2010-08-20 19:30] :: Parsing hook [base]
[2010-08-20 19:30] :: Parsing hook [udev]
[2010-08-20 19:30] :: Parsing hook [plymouth]
[2010-08-20 19:30] :: Parsing hook [pata]
[2010-08-20 19:30] :: Parsing hook [scsi]
[2010-08-20 19:30] :: Parsing hook [sata]
[2010-08-20 19:30] :: Parsing hook [filesystems]
[2010-08-20 19:30] :: Generating module dependencies
[2010-08-20 19:30] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
[2010-08-20 19:30] ==> SUCCESS
[2010-08-20 19:30] upgraded kernel26 (2.6.34.3-1 -> 2.6.35.2-1)
[2010-08-20 19:30] upgraded libgnome-keyring (2.30.1-1 -> 2.30.1-2)
[2010-08-20 19:30] upgraded mdadm (3.1.2-2 -> 3.1.3-1)
[2010-08-20 19:30] upgraded pycairo (1.8.8-1 -> 1.8.10-1)
[2010-08-20 19:30] upgraded pygtk (2.17.0-1 -> 2.17.0-2)
[2010-08-20 19:30] upgraded udev (160-1 -> 161-1)
[2010-08-20 19:30] upgraded usbutils (0.87-1 -> 0.90-1)
[2010-08-20 19:30] upgraded vlc (1.1.2-2 -> 1.1.3-1)
[2010-08-20 19:31] upgraded xf86-input-evdev (2.4.0-1 -> 2.4.0-2)
[2010-08-20 19:39] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.v0T/kdropbox-0.4.1-1-x86_64.pkg.tar.xz'
[2010-08-20 19:39] upgraded kdropbox (0.4.0-2 -> 0.4.1-1)
[2010-08-20 19:42] Running '/usr/bin/pacman -S extra/partitionmanager'
[2010-08-20 19:42] installed partitionmanager (1.0.2-1)
[2010-08-20 19:43] Running '/usr/bin/pacman -S extra/dosfstools'
[2010-08-20 19:43] installed dosfstools (3.0.9-1)
[2010-08-20 19:44] Running '/usr/bin/pacman -S core/e2fsprogs core/xfsprogs core/jfsutils core/reiserfsprogs extra/ntfsprogs'
[2010-08-20 19:44] upgraded e2fsprogs (1.41.12-1 -> 1.41.12-1)
[2010-08-20 19:44] upgraded xfsprogs (3.1.2-1 -> 3.1.2-1)
[2010-08-20 19:44] upgraded jfsutils (1.1.14-1 -> 1.1.14-1)
[2010-08-20 19:44] upgraded reiserfsprogs (3.6.21-2 -> 3.6.21-2)
[2010-08-20 19:44] installed ntfsprogs (2.0.0-4)
[2010-08-20 20:11] Running 'pacman -Sy'
[2010-08-20 20:11] synchronizing package lists
[2010-08-20 22:11] Running 'pacman -Sy'
[2010-08-20 22:11] synchronizing package lists
[2010-08-21 00:11] Running 'pacman -Sy'
[2010-08-21 00:11] synchronizing package lists
[2010-08-21 02:11] Running 'pacman -Sy'
[2010-08-21 02:11] synchronizing package lists
[2010-08-21 04:11] Running 'pacman -Sy'
[2010-08-21 04:11] synchronizing package lists
[2010-08-21 06:11] Running 'pacman -Sy'
[2010-08-21 06:11] synchronizing package lists
[2010-08-21 08:11] Running 'pacman -Sy'
[2010-08-21 08:11] synchronizing package lists
[2010-08-21 16:43] Running 'pacman -Sy'
[2010-08-21 16:43] synchronizing package lists
[2010-08-21 17:23] Running '/usr/bin/pacman -Sy'
[2010-08-21 17:23] synchronizing package lists
[2010-08-21 17:24] Running '/usr/bin/pacman -S -u'
[2010-08-21 17:24] starting full system upgrade
[2010-08-21 17:24] upgraded libpciaccess (0.11.0-1 -> 0.12.0-1)
[2010-08-21 17:24] upgraded orc (0.4.6-1 -> 0.4.7-1)
[2010-08-21 18:43] Running 'pacman -Sy'
[2010-08-21 18:43] synchronizing package lists
[2010-08-21 18:50] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.5MJ/droid-plasmatheme-0.1-1-x86_64.pkg.tar.xz'
[2010-08-21 18:50] installed droid-plasmatheme (0.1-1)
[2010-08-21 20:43] Running 'pacman -Sy'
[2010-08-21 20:43] synchronizing package lists
[2010-08-22 17:10] Running 'pacman -Sy'
[2010-08-22 17:10] synchronizing package lists
[2010-08-22 17:21] Running '/usr/bin/pacman -Sy'
[2010-08-22 17:21] synchronizing package lists
[2010-08-22 17:24] Running '/usr/bin/pacman -S -u'
[2010-08-22 17:24] starting full system upgrade
[2010-08-22 17:24] >>> Updating module dependencies. Please wait ...
[2010-08-22 17:24] >>> MKINITCPIO SETUP
[2010-08-22 17:24] >>> ----------------
[2010-08-22 17:24] >>> If you use LVM2, Encrypted root or software RAID,
[2010-08-22 17:24] >>> Ensure you enable support in /etc/mkinitcpio.conf .
[2010-08-22 17:24] >>> More information about mkinitcpio setup can be found here:
[2010-08-22 17:24] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
[2010-08-22 17:24] 
[2010-08-22 17:24] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
[2010-08-22 17:24] ==> Building image "default"
[2010-08-22 17:24] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
[2010-08-22 17:24] :: Begin build
[2010-08-22 17:24] :: Parsing hook [base]
[2010-08-22 17:24] :: Parsing hook [udev]
[2010-08-22 17:24] :: Parsing hook [autodetect]
[2010-08-22 17:25] :: Parsing hook [plymouth]
[2010-08-22 17:25] :: Parsing hook [pata]
[2010-08-22 17:25] :: Parsing hook [scsi]
[2010-08-22 17:25] :: Parsing hook [sata]
[2010-08-22 17:25] :: Parsing hook [filesystems]
[2010-08-22 17:25] :: Generating module dependencies
[2010-08-22 17:25] :: Generating image '/boot/kernel26.img'...SUCCESS
[2010-08-22 17:25] ==> SUCCESS
[2010-08-22 17:25] ==> Building image "fallback"
[2010-08-22 17:25] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
[2010-08-22 17:25] :: Begin build
[2010-08-22 17:25] :: Parsing hook [base]
[2010-08-22 17:25] :: Parsing hook [udev]
[2010-08-22 17:25] :: Parsing hook [plymouth]
[2010-08-22 17:25] :: Parsing hook [pata]
[2010-08-22 17:25] :: Parsing hook [scsi]
[2010-08-22 17:25] :: Parsing hook [sata]
[2010-08-22 17:25] :: Parsing hook [filesystems]
[2010-08-22 17:25] :: Generating module dependencies
[2010-08-22 17:26] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
[2010-08-22 17:26] ==> SUCCESS
[2010-08-22 17:26] upgraded kernel26 (2.6.35.2-1 -> 2.6.35.3-1)
[2010-08-22 19:10] Running 'pacman -Sy'
[2010-08-22 19:10] synchronizing package lists
[2010-08-22 20:23] Running '/usr/bin/pacman -S community/kmess'
[2010-08-22 20:23] installed kmess (2.0.4-1)
[2010-08-22 20:41] Running '/usr/bin/pacman -S kopete'
[2010-08-22 20:46] Running '/usr/bin/pacman -S --asdeps pil'
[2010-08-22 20:46] installed python-imaging (1.1.7-1)
[2010-08-22 20:47] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.iT1/libmimic-1.0.4-4-x86_64.pkg.tar.xz'
[2010-08-22 20:47] installed libmimic (1.0.4-4)
[2010-08-22 20:49] Running '/usr/bin/pacman -S --asdeps community/adns-python'
[2010-08-22 20:49] installed adns (1.4-2)
[2010-08-22 20:49] installed adns-python (1.2.1-3)
[2010-08-22 20:54] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.iMs/amsn2-git-20100822-1-x86_64.pkg.tar.xz'
[2010-08-22 20:54] ==> Installation notes:
[2010-08-22 20:54] ==> amsn2 start with gtk interface. 
[2010-08-22 20:54] ==> If you want any other available frontends 
[2010-08-22 20:54] ==> ['web', 'qt4', 'gtk', 'console', 'curses'] 
[2010-08-22 20:54] ==> you can launch 'amsn2 web' 'amsn2 qt4'
[2010-08-22 20:54] ==> 'amsn2 gtk' 'amsn2 console' 
[2010-08-22 20:54] ==> 'amsn2 curses' rispectively
[2010-08-22 20:54] 
[2010-08-22 20:54] installed amsn2-git (20100822-1)
[2010-08-22 20:57] Running '/usr/bin/pacman -Rd amsn2-git'
[2010-08-22 20:57] removed amsn2-git (20100822-1)
[2010-08-22 21:02] Running '/usr/bin/pacman -S community/amsn'
[2010-08-22 21:03] installed tls (1.6-3)
[2010-08-22 21:03] installed amsn (0.98.3-3)
[2010-08-22 21:10] Running 'pacman -Sy'
[2010-08-22 21:10] synchronizing package lists
[2010-08-22 21:14] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.9ry/amsn-plugins-desktopintegration-r9739-2-any.pkg.tar.xz'
[2010-08-22 21:14] installed amsn-plugins-desktopintegration (r9739-2)
[2010-08-22 21:19] Running '/usr/bin/pacman -S --asdeps gstreamer0.10-farsight libjingle>'
[2010-08-22 23:10] Running 'pacman -Sy'
[2010-08-22 23:10] synchronizing package lists
[2010-08-23 01:10] Running 'pacman -Sy'
[2010-08-23 01:10] synchronizing package lists
[2010-08-23 03:10] Running 'pacman -Sy'
[2010-08-23 03:10] synchronizing package lists
[2010-08-23 05:10] Running 'pacman -Sy'
[2010-08-23 05:10] synchronizing package lists
[2010-08-23 07:10] Running 'pacman -Sy'
[2010-08-23 07:10] synchronizing package lists
[2010-08-23 09:10] Running 'pacman -Sy'
[2010-08-23 09:10] synchronizing package lists
[2010-08-23 11:10] Running 'pacman -Sy'
[2010-08-23 11:10] synchronizing package lists
[2010-08-23 12:10] Running '/usr/bin/pacman -Sy'
[2010-08-23 12:10] synchronizing package lists
[2010-08-23 12:11] Running '/usr/bin/pacman -S -u'
[2010-08-23 12:11] starting full system upgrade
[2010-08-23 12:11] upgraded frostwire (4.20.8-1 -> 4.20.9-1)
[2010-08-23 13:10] Running 'pacman -Sy'
[2010-08-23 13:10] synchronizing package lists
[2010-08-23 15:10] Running 'pacman -Sy'
[2010-08-23 15:10] synchronizing package lists
[2010-08-23 15:19] Running '/usr/bin/pacman -Sy'
[2010-08-23 15:19] synchronizing package lists
[2010-08-23 15:20] Running '/usr/bin/pacman -S -u'
[2010-08-23 15:20] starting full system upgrade
[2010-08-23 15:20] upgraded git (1.7.2.1-1 -> 1.7.2.2-1)
[2010-08-23 15:20] upgraded kbproto (1.0.4-1 -> 1.0.5-1)
[2010-08-23 15:20] upgraded libxau (1.0.5-1 -> 1.0.6-1)
[2010-08-23 15:20] upgraded libxcb (1.6-1 -> 1.7-1)
[2010-08-23 15:20] upgraded libx11 (1.3.4-1 -> 1.3.5-1)
[2010-08-23 15:20] upgraded libxi (1.3-2 -> 1.3.2-1)
[2010-08-23 15:20] upgraded renderproto (0.11-1 -> 0.11.1-1)
[2010-08-23 15:20] upgraded videoproto (2.3.0-1 -> 2.3.1-1)
[2010-08-23 15:20] upgraded xorg-server-utils (7.5-4 -> 7.5-5)
[2010-08-23 15:20] upgraded xterm (259-1 -> 261-1)
[2010-08-23 15:34] Running '/usr/bin/pacman -S --asdeps extra/wxgtk'
[2010-08-23 15:35] installed wxgtk (2.8.11-1)
[2010-08-23 15:40] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.y1q/wxcam-1.0.6-2-x86_64.pkg.tar.xz'
[2010-08-23 15:40] installed wxcam (1.0.6-2)
[2010-08-23 17:10] Running 'pacman -Sy'
[2010-08-23 17:10] synchronizing package lists
[2010-08-23 19:10] Running 'pacman -Sy'
[2010-08-23 19:10] synchronizing package lists
[2010-08-23 21:10] Running 'pacman -Sy'
[2010-08-23 21:10] synchronizing package lists
[2010-08-23 23:10] Running 'pacman -Sy'
[2010-08-23 23:10] synchronizing package lists
[2010-08-24 01:10] Running 'pacman -Sy'
[2010-08-24 01:10] synchronizing package lists
[2010-08-24 03:10] Running 'pacman -Sy'
[2010-08-24 03:10] synchronizing package lists
[2010-08-24 05:10] Running 'pacman -Sy'
[2010-08-24 05:10] synchronizing package lists
[2010-08-24 07:10] Running 'pacman -Sy'
[2010-08-24 07:10] synchronizing package lists
[2010-08-24 09:10] Running 'pacman -Sy'
[2010-08-24 09:10] synchronizing package lists
[2010-08-24 11:10] Running 'pacman -Sy'
[2010-08-24 11:10] synchronizing package lists
[2010-08-24 13:10] Running 'pacman -Sy'
[2010-08-24 13:10] synchronizing package lists
[2010-08-24 15:10] Running 'pacman -Sy'
[2010-08-24 15:10] synchronizing package lists
[2010-08-24 17:10] Running 'pacman -Sy'
[2010-08-24 17:10] synchronizing package lists
[2010-08-24 19:10] Running 'pacman -Sy'
[2010-08-24 19:10] synchronizing package lists
[2010-08-24 21:10] Running 'pacman -Sy'
[2010-08-24 21:10] synchronizing package lists
[2010-08-24 23:10] Running 'pacman -Sy'
[2010-08-24 23:10] synchronizing package lists
[2010-08-25 01:10] Running 'pacman -Sy'
[2010-08-25 01:10] synchronizing package lists
[2010-08-25 03:10] Running 'pacman -Sy'
[2010-08-25 03:10] synchronizing package lists
[2010-08-25 05:10] Running 'pacman -Sy'
[2010-08-25 05:10] synchronizing package lists
[2010-08-25 07:10] Running 'pacman -Sy'
[2010-08-25 07:10] synchronizing package lists
[2010-08-25 09:10] Running 'pacman -Sy'
[2010-08-25 09:10] synchronizing package lists
[2010-08-25 11:10] Running 'pacman -Sy'
[2010-08-25 11:10] synchronizing package lists
[2010-08-25 12:07] Running '/usr/bin/pacman -Sy'
[2010-08-25 12:07] synchronizing package lists
[2010-08-25 12:07] Running '/usr/bin/pacman -S -u'
[2010-08-25 12:07] starting full system upgrade
[2010-08-25 12:09] upgraded bison (2.4.2-1 -> 2.4.3-1)
[2010-08-25 12:09] upgraded kde-l10n-fr (4.4.5-1 -> 4.5.0-1)
[2010-08-25 12:09] upgraded kdeplasma-applets-networkmanagement (1121484-1 -> 1154750-1)
[2010-08-25 12:09] upgraded kdeutils-printer-applet (4.4.5-2 -> 4.5.0-1)
[2010-08-25 12:09] upgraded libtorrent-rasterbar (0.15.1-1 -> 0.15.2-1)
[2010-08-25 12:09] upgraded packer (20100719-1 -> 20100824-1)
[2010-08-25 12:09] upgraded sqlite3 (3.7.0.1-1 -> 3.7.1-1)
[2010-08-25 12:09] upgraded tzdata (2010k-1 -> 2010l-1)
[2010-08-25 12:09] upgraded xorg-server-utils (7.5-5 -> 7.5-6)
[2010-08-25 12:09] upgraded xorg-utils (7.6-2 -> 7.6-3)
[2010-08-25 12:09] upgraded xscreensaver (5.11-1 -> 5.11-2)
[2010-08-25 13:10] Running 'pacman -Sy'
[2010-08-25 13:10] synchronizing package lists
[2010-08-25 13:13] Running '/usr/bin/pacman -S --asdeps community/lib32-libxt community/lib32-gtk2 community/lib32-nss community/lib32-curl community/lib32-libxdamage'
[2010-08-25 13:14] installed lib32-glibc (2.12-5)
[2010-08-25 13:14] installed lib32-libice (1.0.6-1)
[2010-08-25 13:14] installed lib32-util-linux-ng (2.17.2-2)
[2010-08-25 13:14] installed lib32-e2fsprogs (1.41.12-1)
[2010-08-25 13:14] installed lib32-libsm (1.1.1-1)
[2010-08-25 13:14] installed lib32-libxau (1.0.5-1)
[2010-08-25 13:14] installed lib32-libxdmcp (1.0.3-1)
[2010-08-25 13:14] installed lib32-libxcb (1.6-1)
[2010-08-25 13:14] installed lib32-libxcomposite (0.4.2-1)
[2010-08-25 13:14] installed lib32-libx11 (1.3.4-1)
[2010-08-25 13:14] installed lib32-libxt (1.0.8-1)
[2010-08-25 13:14] installed lib32-zlib (1.2.5-2)
[2010-08-25 13:14] installed lib32-libjpeg (8.0.2-1)
[2010-08-25 13:14] installed lib32-libtiff (3.9.4-1)
[2010-08-25 13:14] installed lib32-glib2 (2.24.1-1)
[2010-08-25 13:14] installed lib32-atk (1.30.0-1)
[2010-08-25 13:14] installed lib32-libxrender (0.9.6-1)
[2010-08-25 13:14] installed lib32-libpng (1.4.3-1)
[2010-08-25 13:14] installed lib32-expat (2.0.1-5)
[2010-08-25 13:14] installed lib32-freetype2 (2.4.1-1)
[2010-08-25 13:14] installed lib32-fontconfig (2.8.0-1)
[2010-08-25 13:14] installed lib32-pixman (0.18.2-1)
[2010-08-25 13:14] installed lib32-xcb-util (0.3.6-1)
[2010-08-25 13:14] installed lib32-cairo (1.8.10-1)
[2010-08-25 13:14] installed lib32-libxft (2.1.14-1)
[2010-08-25 13:14] installed lib32-pango (1.28.1-1)
[2010-08-25 13:14] installed lib32-libxfixes (4.0.5-1)
[2010-08-25 13:14] installed lib32-libxcursor (1.1.10-1)
[2010-08-25 13:14] installed lib32-libxext (1.1.2-1)
[2010-08-25 13:14] installed lib32-libxinerama (1.1-1)
[2010-08-25 13:14] installed lib32-libxrandr (1.3.0-1)
[2010-08-25 13:14] installed lib32-libxi (1.3-2)
[2010-08-25 13:14] installed lib32-gcc-libs (4.5.1-1)
[2010-08-25 13:14] installed lib32-libgpg-error (1.7-3.1)
[2010-08-25 13:14] installed lib32-libgcrypt (1.4.5-2.1)
[2010-08-25 13:14] installed lib32-opencdk (0.6.6-1.1)
[2010-08-25 13:14] installed lib32-libtasn1 (2.6-1)
[2010-08-25 13:14] installed lib32-lzo2 (2.03-1)
[2010-08-25 13:14] installed lib32-ncurses (5.7-3)
[2010-08-25 13:14] installed lib32-readline (6.1.002-1)
[2010-08-25 13:14] installed lib32-gnutls (2.8.6-1)
[2010-08-25 13:14] installed lib32-dbus-core (1.2.24-1)
[2010-08-25 13:14] installed lib32-libcap (2.19-1)
[2010-08-25 13:14] installed lib32-avahi (0.6.25-3.1)
[2010-08-25 13:14] installed lib32-libcups (1.4.4-1)
[2010-08-25 13:14] installed lib32-openssl (1.0.0.a-2)
[2010-08-25 13:14] installed lib32-db (4.8.26-2)
[2010-08-25 13:14] installed lib32-heimdal (1.3.3-1)
[2010-08-25 13:14] installed lib32-pcre (8.02-1)
[2010-08-25 13:14] installed lib32-gtk2 (2.20.1-2)
[2010-08-25 13:14] installed lib32-nspr (4.8.4-1)
[2010-08-25 13:14] installed lib32-sqlite3 (3.6.23.1-1)
[2010-08-25 13:14] installed lib32-nss (3.12.6-3)
[2010-08-25 13:14] installed lib32-curl (7.21.0-1)
[2010-08-25 13:14] installed lib32-libxdamage (1.1.3-1)
[2010-08-25 15:10] Running 'pacman -Sy'
[2010-08-25 15:10] synchronizing package lists
[2010-08-25 15:15] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.sgV/burg-bzr-fixed-1842-1-x86_64.pkg.tar.xz'
[2010-08-25 15:15] [0;31m IMPORTANT
[2010-08-25 15:15] [0;0m  Run [0;32m 'burg-install /dev/sda' [0;0m as root for installing in MBR
[2010-08-25 15:15] [0;0m  Run [0;32m 'burg-mkconfig -o /boot/burg/burg.cfg' [0;0m as root for generating burg.cfg
[2010-08-25 15:15] installed burg-bzr-fixed (1842-1)
[2010-08-25 15:19] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.0We/burg-emu-fixed-1842-1-x86_64.pkg.tar.xz'
[2010-08-25 15:19] [0;31m IMPORTANT
[2010-08-25 15:19] [0;0m  Run [0;32m '/opt/burg-emu/bin/burg-emu' [0;0m as root to set burg look
[2010-08-25 15:19] [0;0m  In burg-emu press  [0;32m 'h' [0;0m for a list of shortcuts
[2010-08-25 15:19] installed burg-emu-fixed (1842-1)
[2010-08-25 15:19] Running '/usr/bin/pacman -S --asdeps extra/zip'
[2010-08-25 15:20] installed zip (3.0-1)
[2010-08-25 15:20] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.BBA/burg-themes-fixed-20100623-1-x86_64.pkg.tar.xz'
[2010-08-25 15:20] [0;31m IMPORTANT
[2010-08-25 15:20] [0;0m  Run [0;32m 'burg-mkconfig -o /boot/burg/burg.cfg' [0;0m as root for generating and/or updating burg.cfg
[2010-08-25 15:20] installed burg-themes-fixed (20100623-1)
[2010-08-25 15:26] Running '/usr/bin/pacman -Sy'
[2010-08-25 15:26] synchronizing package lists
[2010-08-25 15:26] Running '/usr/bin/pacman -S -u'
[2010-08-25 15:26] starting full system upgrade
[2010-08-25 15:26] upgraded libfetch (2.32-1 -> 2.33-1)
[2010-08-25 15:59] Running '/usr/bin/pacman -S --asdeps extra/glew extra/libstdc++5 community/lib32-libstdc++5'
[2010-08-25 16:00] installed glew (1.5.5-1)
[2010-08-25 16:00] installed libstdc++5 (3.3.6-3)
[2010-08-25 16:00] installed lib32-libstdc++5 (3.3.6-3)
[2010-08-25 16:00] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.dsw/lib32-openssl-compatibility-0.9.8-1-x86_64.pkg.tar.xz'
[2010-08-25 16:00] installed lib32-openssl-compatibility (0.9.8-1)
[2010-08-25 16:01] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.bjK/google-talkplugin-1.4.1-3-x86_64.pkg.tar.xz'
[2010-08-25 16:08] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.y70/facebook-utils-8-1-any.pkg.tar.xz'
[2010-08-25 16:08] installed facebook-utils (8-1)
[2010-08-25 16:19] Running '/usr/bin/pacman -Rcsn facebook-utils>'
[2010-08-25 16:19] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.23E/google-contacts-utils-4-1-any.pkg.tar.xz'
[2010-08-25 16:19] installed google-contacts-utils (4-1)
[2010-08-25 16:19] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.UBu/facebook-google-sync-8-1-any.pkg.tar.xz'
[2010-08-25 16:19] installed facebook-google-sync (8-1)
[2010-08-25 17:10] Running 'pacman -Sy'
[2010-08-25 17:10] synchronizing package lists
[2010-08-25 18:41] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.Tom/google-talkplugin-1.4.1-3-x86_64.pkg.tar.xz'
[2010-08-25 18:41] installed google-talkplugin (1.4.1-3)
[2010-08-25 19:19] Running 'pacman -Sy'
[2010-08-25 19:19] synchronizing package lists
[2010-08-25 21:19] Running 'pacman -Sy'
[2010-08-25 21:19] synchronizing package lists
[2010-08-25 21:39] Running '/usr/bin/pacman -Sy'
[2010-08-25 21:39] synchronizing package lists
[2010-08-25 21:42] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.UmR/google-talkplugin-1.4.1-4-x86_64.pkg.tar.xz'
[2010-08-25 21:42] upgraded google-talkplugin (1.4.1-3 -> 1.4.1-4)
[2010-08-25 23:19] Running 'pacman -Sy'
[2010-08-25 23:19] synchronizing package lists
[2010-08-26 01:19] Running 'pacman -Sy'
[2010-08-26 01:19] synchronizing package lists
[2010-08-26 03:19] Running 'pacman -Sy'
[2010-08-26 03:19] synchronizing package lists
[2010-08-26 05:19] Running 'pacman -Sy'
[2010-08-26 05:19] synchronizing package lists
[2010-08-26 07:19] Running 'pacman -Sy'
[2010-08-26 07:19] synchronizing package lists
[2010-08-26 09:28] Running 'pacman -Sy'
[2010-08-26 09:28] synchronizing package lists
[2010-08-26 09:32] Running '/usr/bin/pacman -Sy'
[2010-08-26 09:32] synchronizing package lists
[2010-08-26 09:32] Running '/usr/bin/pacman -S -u'
[2010-08-26 09:32] starting full system upgrade
[2010-08-26 09:32] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2010-08-26 09:32] upgraded pacman-mirrorlist (20100808-1 -> 20100825-1)
[2010-08-26 10:04] Running '/usr/bin/pacman -Syy'
[2010-08-26 10:04] synchronizing package lists
[2010-08-26 10:05] Running 'pacman -Syy'
[2010-08-26 10:05] synchronizing package lists
[2010-08-26 10:09] Running 'pacman -Syy'
[2010-08-26 10:09] synchronizing package lists
[2010-08-26 10:11] Running 'pacman -Syy'
[2010-08-26 10:11] synchronizing package lists
[2010-08-26 10:13] Running '/usr/bin/pacman -Sy'
[2010-08-26 10:13] synchronizing package lists
[2010-08-26 10:15] Running '/usr/bin/pacman -Sy'
[2010-08-26 10:15] synchronizing package lists
[2010-08-26 11:17] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.pEh/adobe-air-sdk-2.0.2-1-x86_64.pkg.tar.xz'
[2010-08-26 11:17] 
[2010-08-26 11:17] Adobe Air SDK has been installed to /opt/adobe-air-sdk
[2010-08-26 11:17] 
[2010-08-26 11:17] You can run Adobe Air apps using the SDK by first unzipping them, and then running: /opt/adobe-air-sdk/bin/adl -nodebug /path/to/app/META-INF/AIR/application.xml /path/to/app &
[2010-08-26 11:17] 
[2010-08-26 11:17] To run Adobe Air apps directly from the .air file, install the 'adobe-air' package
[2010-08-26 11:17] 
[2010-08-26 11:17] The Adobe Air SDK is 32bit; if you're running x86_64, the appropriate lib32* are required
[2010-08-26 11:17] 
[2010-08-26 11:17] installed adobe-air-sdk (2.0.2-1)
[2010-08-26 11:17] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.SIz/adobe-air-2.0.2-1-x86_64.pkg.tar.xz'
[2010-08-26 11:17] installed adobe-air (2.0.2-1)
[2010-08-26 11:18] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.aUz/tweetdeck-0_34.3.2-1-x86_64.pkg.tar.xz'
[2010-08-26 11:18] installed tweetdeck (0_34.3.2-1)
[2010-08-26 11:21] Running '/usr/bin/pacman -S community/lib32-libxml2'
[2010-08-26 11:21] installed lib32-libxml2 (2.7.7-1)
[2010-08-26 11:28] Running 'pacman -Sy'
[2010-08-26 11:28] synchronizing package lists
[2010-08-26 13:28] Running 'pacman -Sy'
[2010-08-26 13:28] synchronizing package lists
[2010-08-26 13:36] Running '/usr/bin/pacman -S community/aircrack-ng'
[2010-08-26 13:36] installed iw (0.9.18-1)
[2010-08-26 13:36] installed aircrack-ng (1.1-1)
[2010-08-26 13:41] Running '/usr/bin/pacman -S airodump-ng'
[2010-08-26 13:48] Running '/usr/bin/pacman -Rd aircrack-ng'
[2010-08-26 13:48] removed aircrack-ng (1.1-1)
[2010-08-26 13:52] Running '/usr/bin/pacman -Sy'
[2010-08-26 13:52] synchronizing package lists
[2010-08-26 13:56] Running '/usr/bin/pacman -S -u'
[2010-08-26 13:56] starting full system upgrade
[2010-08-26 13:58]  > Rebuilding xdg icon database ... DONE
[2010-08-26 13:58] upgraded kdemod-kdenetwork-common (4.5.0-1 -> 4.5.0-2)
[2010-08-26 13:58] upgraded kdemod-kdenetwork-doc (4.5.0-1 -> 4.5.0-2)
[2010-08-26 13:58] installed kwebkitpart (0.9.6-1)
[2010-08-26 13:58]  > Rebuilding xdg icon database ... DONE
[2010-08-26 13:58] upgraded kdemod-kdenetwork-kget (4.5.0-1 -> 4.5.0-2)
[2010-08-26 13:58]  > Rebuilding xdg icon database ... DONE
[2010-08-26 13:58] upgraded kdemod-kdenetwork-kopete (4.5.0-1 -> 4.5.0-2)
[2010-08-26 13:58]  > Rebuilding xdg icon database ... DONE
[2010-08-26 13:58] upgraded kdemod-kdenetwork-kppp (4.5.0-1 -> 4.5.0-2)
[2010-08-26 13:58]  > Rebuilding xdg icon database ... DONE
[2010-08-26 13:58] upgraded kdemod-kdenetwork-krdc (4.5.0-1 -> 4.5.0-2)
[2010-08-26 13:58]  > Rebuilding xdg icon database ... DONE
[2010-08-26 13:58] upgraded kdemod-kdenetwork-krfb (4.5.0-1 -> 4.5.0-2)
[2010-08-26 15:28] Running 'pacman -Sy'
[2010-08-26 15:28] synchronizing package lists
[2010-08-26 20:13] Running 'pacman -Sy'
[2010-08-26 20:13] synchronizing package lists
[2010-08-26 20:14] Running '/usr/bin/pacman -Syu'
[2010-08-26 20:14] synchronizing package lists
[2010-08-26 20:14] starting full system upgrade
[2010-08-26 20:15] removed libv4l (0.6.4-1)
[2010-08-26 20:15] installed v4l-utils (0.8.0-1)
[2010-08-26 20:15] Running '/usr/bin/pacman --noconfirm --asdeps -S -- lsb-release'
[2010-08-26 20:15] installed lsb-release (1.4-10)
[2010-08-26 20:15] Running '/usr/bin/pacman -U archey-20100826-1-x86_64.pkg.tar.xz'
[2010-08-26 20:15] upgraded archey (20100622-1 -> 20100826-1)
[2010-08-26 22:13] Running 'pacman -Sy'
[2010-08-26 22:13] synchronizing package lists
[2010-08-26 22:25] Running '/usr/bin/pacman -Sy'
[2010-08-26 22:25] synchronizing package lists
[2010-08-27 00:13] Running 'pacman -Sy'
[2010-08-27 00:13] synchronizing package lists
[2010-08-27 02:13] Running 'pacman -Sy'
[2010-08-27 02:13] synchronizing package lists
[2010-08-27 04:13] Running 'pacman -Sy'
[2010-08-27 04:13] synchronizing package lists
[2010-08-27 06:13] Running 'pacman -Sy'
[2010-08-27 06:13] synchronizing package lists
[2010-08-27 08:13] Running 'pacman -Sy'
[2010-08-27 08:13] synchronizing package lists
[2010-08-27 10:13] Running 'pacman -Sy'
[2010-08-27 10:13] synchronizing package lists
[2010-08-27 12:13] Running 'pacman -Sy'
[2010-08-27 12:13] synchronizing package lists
[2010-08-27 16:24] Running 'pacman -Sy'
[2010-08-27 16:24] synchronizing package lists
[2010-08-27 16:28] Running '/usr/bin/pacman -Sy'
[2010-08-27 16:28] synchronizing package lists
[2010-08-27 16:29] Running '/usr/bin/pacman -S -u'
[2010-08-27 16:29] starting full system upgrade
[2010-08-27 16:29] upgraded vlc (1.1.3-1 -> 1.1.4-1)
[2010-08-27 17:07] Running 'pacman -Syy'
[2010-08-27 17:07] synchronizing package lists
[2010-08-27 17:09] Running 'pacman -Syy'
[2010-08-27 17:09] synchronizing package lists
[2010-08-27 17:09] Running '/usr/bin/pacman -Sy'
[2010-08-27 17:09] synchronizing package lists
[2010-08-27 17:10] Running '/usr/bin/pacman -S -u'
[2010-08-27 17:10] starting full system upgrade
[2010-08-27 17:10] Running '/usr/bin/pacman -Sy'
[2010-08-27 17:10] synchronizing package lists
[2010-08-27 17:10] Running '/usr/bin/pacman -S -u'
[2010-08-27 17:10] starting full system upgrade
[2010-08-27 17:13] removed gcc-libs (4.5.1-1)
[2010-08-27 17:13] upgraded lib32-glibc (2.12-5 -> 2.12.1-4)
[2010-08-27 17:13] upgraded lib32-libice (1.0.6-1 -> 1.0.6-2)
[2010-08-27 17:13] upgraded lib32-util-linux-ng (2.17.2-2 -> 2.18-2)
[2010-08-27 17:13] upgraded lib32-libsm (1.1.1-1 -> 1.1.1-2)
[2010-08-27 17:13] upgraded lib32-libxdmcp (1.0.3-1 -> 1.0.3-3)
[2010-08-27 17:13] upgraded lib32-libxau (1.0.5-1 -> 1.0.6-1)
[2010-08-27 17:13] upgraded lib32-libxcb (1.6-1 -> 1.7-1)
[2010-08-27 17:13] upgraded lib32-libx11 (1.3.4-1 -> 1.3.5-1)
[2010-08-27 17:13] upgraded lib32-libxt (1.0.8-1 -> 1.0.8-2)
[2010-08-27 17:13] upgraded lib32-zlib (1.2.5-2 -> 1.2.5-3)
[2010-08-27 17:13] installed gcc-libs-multilib (4.5.1-5)
[2010-08-27 17:13] upgraded lib32-pcre (8.02-1 -> 8.10-1)
[2010-08-27 17:13] upgraded lib32-glib2 (2.24.1-1 -> 2.24.1-2)
[2010-08-27 17:13] upgraded lib32-atk (1.30.0-1 -> 1.30.0-2)
[2010-08-27 17:13] upgraded lib32-libpng (1.4.3-1 -> 1.4.3-2)
[2010-08-27 17:13] upgraded lib32-libxrender (0.9.6-1 -> 0.9.6-3)
[2010-08-27 17:13] upgraded lib32-freetype2 (2.4.1-1 -> 2.4.2-2)
[2010-08-27 17:13] upgraded lib32-expat (2.0.1-5 -> 2.0.1-6)
[2010-08-27 17:13] upgraded lib32-fontconfig (2.8.0-1 -> 2.8.0-2)
[2010-08-27 17:13] upgraded lib32-pixman (0.18.2-1 -> 0.18.4-1)
[2010-08-27 17:13] upgraded lib32-xcb-util (0.3.6-1 -> 0.3.6-2)
[2010-08-27 17:13] upgraded lib32-cairo (1.8.10-1 -> 1.8.10-2)
[2010-08-27 17:13] upgraded lib32-libxft (2.1.14-1 -> 2.1.14-2)
[2010-08-27 17:13] upgraded lib32-pango (1.28.1-1 -> 1.28.1-2)
[2010-08-27 17:13] upgraded lib32-ncurses (5.7-3 -> 5.7-4)
[2010-08-27 17:13] upgraded lib32-readline (6.1.002-1 -> 6.1.002-2)
[2010-08-27 17:13] upgraded lib32-sqlite3 (3.6.23.1-1 -> 3.7.1-1)
[2010-08-27 17:13] upgraded lib32-openssl (1.0.0.a-2 -> 1.0.0.a-5)
[2010-08-27 17:13] upgraded lib32-e2fsprogs (1.41.12-1 -> 1.41.12-2)
[2010-08-27 17:13] upgraded lib32-db (4.8.26-2 -> 4.8.26-3)
[2010-08-27 17:13] upgraded lib32-heimdal (1.3.3-1 -> 1.3.3-2)
[2010-08-27 17:13] upgraded lib32-libgpg-error (1.7-3.1 -> 1.9-3)
[2010-08-27 17:13] upgraded lib32-libgcrypt (1.4.5-2.1 -> 1.4.6-2)
[2010-08-27 17:13] upgraded lib32-gnutls (2.8.6-1 -> 2.8.6-2)
[2010-08-27 17:13] upgraded lib32-libjpeg (8.0.2-1 -> 8.0.2-2)
[2010-08-27 17:13] upgraded lib32-libtiff (3.9.4-1 -> 3.9.4-2)
[2010-08-27 17:13] upgraded lib32-libcups (1.4.4-1 -> 1.4.4-4)
[2010-08-27 17:13] upgraded lib32-libxfixes (4.0.5-1 -> 4.0.5-2)
[2010-08-27 17:13] upgraded lib32-libxcursor (1.1.10-1 -> 1.1.10-2)
[2010-08-27 17:13] upgraded lib32-libxext (1.1.2-1 -> 1.1.2-2)
[2010-08-27 17:13] upgraded lib32-libxrandr (1.3.0-1 -> 1.3.0-2)
[2010-08-27 17:13] upgraded lib32-libxi (1.3-2 -> 1.3.2-2)
[2010-08-27 17:13] upgraded lib32-libxinerama (1.1-1 -> 1.1-2)
[2010-08-27 17:13] upgraded lib32-libxcomposite (0.4.2-1 -> 0.4.2-2)
[2010-08-27 17:13] upgraded lib32-libxdamage (1.1.3-1 -> 1.1.3-2)
[2010-08-27 17:13] upgraded lib32-gtk2 (2.20.1-2 -> 2.20.1-3)
[2010-08-27 17:13] upgraded lib32-nspr (4.8.4-1 -> 4.8.6-1)
[2010-08-27 17:13] upgraded lib32-nss (3.12.6-3 -> 3.12.7-1)
[2010-08-27 17:13] upgraded lib32-curl (7.21.0-1 -> 7.21.1-2)
[2010-08-27 17:13] installed lib32-alsa-lib (1.0.23-3)
[2010-08-27 17:13] installed nspluginwrapper (1.3.0-1)
[2010-08-27 17:13] upgraded flashplugin (10.0.45.2-1 -> 10.1.82.76-3)
[2010-08-27 17:13] upgraded lib32-dbus-core (1.2.24-1 -> 1.2.24-2)
[2010-08-27 17:13] installed lib32-attr (2.4.44-3)
[2010-08-27 17:13] upgraded lib32-libcap (2.19-1 -> 2.19-2)
[2010-08-27 17:13] upgraded lib32-libxml2 (2.7.7-1 -> 2.7.7-2)
[2010-08-27 17:14] Running '/usr/bin/pacman -Rd lib32-avahi lib32-libtasn1 lib32-lzo2 lib32-opencdk'
[2010-08-27 17:14] removed lib32-opencdk (0.6.6-1.1)
[2010-08-27 17:14] removed lib32-lzo2 (2.03-1)
[2010-08-27 17:14] removed lib32-libtasn1 (2.6-1)
[2010-08-27 17:14] removed lib32-avahi (0.6.25-3.1)
[2010-08-27 17:14] Running '/usr/bin/pacman -Rd lib32-dbus-core'
[2010-08-27 17:14] removed lib32-dbus-core (1.2.24-2)
[2010-08-27 17:14] Running '/usr/bin/pacman -S multilib/flashplugin'
[2010-08-27 17:14] upgraded flashplugin (10.1.82.76-3 -> 10.1.82.76-3)
[2010-08-27 17:14] Running '/usr/bin/pacman -S flashplugin-multilib'
[2010-08-27 17:14] Running '/usr/bin/pacman -Sy'
[2010-08-27 17:14] synchronizing package lists
[2010-08-27 17:15] Running '/usr/bin/pacman -Rd lib32-gcc-libs lib32-libstdc++5 lib32-openssl-compatibility'
[2010-08-27 17:15] removed lib32-openssl-compatibility (0.9.8-1)
[2010-08-27 17:15] removed lib32-libstdc++5 (3.3.6-3)
[2010-08-27 17:15] removed lib32-gcc-libs (4.5.1-1)
[2010-08-27 17:15] Running '/usr/bin/pacman -Rd lib32-gcc-libs lib32-libstdc++5 lib32-openssl-compatibility'
[2010-08-27 18:24] Running 'pacman -Sy'
[2010-08-27 18:24] synchronizing package lists
[2010-08-27 19:59] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.3IR/yasst-20100427-5-x86_64.pkg.tar.xz'
[2010-08-27 19:59] installed yasst (20100427-5)
[2010-08-27 20:07] Running '/usr/bin/pacman -S --asdeps libstdc++5-multilib glibc-multilib>'
[2010-08-27 20:19] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.oTS/destroytwitter-2.1.0-2-x86_64.pkg.tar.xz'
[2010-08-27 20:19] installed destroytwitter (2.1.0-2)
[2010-08-27 20:24] Running 'pacman -Sy'
[2010-08-27 20:24] synchronizing package lists
[2010-08-27 20:44] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.b5X/mashdeck-0.26-1-x86_64.pkg.tar.xz'
[2010-08-27 20:44] installed mashdeck (0.26-1)
[2010-08-27 20:47] Running '/usr/bin/pacman -Rd mashdeck'
[2010-08-27 20:47] removed mashdeck (0.26-1)
[2010-08-27 20:50] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.6rL/mixero-0.56-4-x86_64.pkg.tar.xz'
[2010-08-27 20:50] installed mixero (0.56-4)
[2010-08-27 20:56] Running '/usr/bin/pacman -S --asdeps extra/xdialog'
[2010-08-27 20:56] installed xdialog (2.3.1-4)
[2010-08-27 20:56] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.4dt/mpd-twitter-0.1-4-x86_64.pkg.tar.xz'
[2010-08-27 20:56] installed mpd-twitter (0.1-4)
[2010-08-27 20:57] Running '/usr/bin/pacman -Rd mpd-twitter'
[2010-08-27 20:57] removed mpd-twitter (0.1-4)
[2010-08-27 20:57] Running '/usr/bin/pacman -Rd xdialog-2.3.1-4'
[2010-08-27 20:57] Running '/usr/bin/pacman -Rd xdialog'
[2010-08-27 20:57] removed xdialog (2.3.1-4)
[2010-08-27 20:58] Running '/usr/bin/pacman -Rd mixero'
[2010-08-27 20:58] removed mixero (0.56-4)
[2010-08-27 21:03] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.ja1/posty-1.8.2-2-x86_64.pkg.tar.xz'
[2010-08-27 21:03] installed posty (1.8.2-2)
[2010-08-27 21:03] Running '/usr/bin/pacman -Rd posty'
[2010-08-27 21:03] removed posty (1.8.2-2)
[2010-08-27 21:04] Running '/usr/bin/pacman -S --asdeps community/qoauth'
[2010-08-27 21:04] installed qoauth (1.0.1-1)
[2010-08-27 21:05] Running '/usr/bin/pacman -S quit-beta'
[2010-08-27 21:14] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.pax/qwit-beta-1.1-1-x86_64.pkg.tar.xz'
[2010-08-27 21:14] installed qwit-beta (1.1-1)
[2010-08-27 21:25] Running '/usr/bin/pacman -S qwit-tostate-svn'
[2010-08-27 21:29] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.gUB/qwit-tosate-svn-253-1-x86_64.pkg.tar.xz'
[2010-08-27 21:30] removed qwit-beta (1.1-1)
[2010-08-27 21:30] installed qwit-tosate-svn (253-1)
[2010-08-27 21:31] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.Bst/statuzer-0.8.5-1-x86_64.pkg.tar.xz'
[2010-08-27 21:31] installed statuzer (0.8.5-1)
[2010-08-27 21:38] Running '/usr/bin/pacman -S multilib/lib32-alsa-lib multilib/lib32-alsa-plugins'
[2010-08-27 21:38] upgraded lib32-alsa-lib (1.0.23-3 -> 1.0.23-3)
[2010-08-27 21:38] Install jack-audio-connection-kit, libsamplerate, ffmpeg
[2010-08-27 21:38] or pulseaudio to get their respective plugins working
[2010-08-27 21:38] installed alsa-plugins (1.0.23-1)
[2010-08-27 21:38] installed lib32-alsa-plugins (1.0.23-4)
[2010-08-27 21:43] Running '/usr/bin/pacman -Rd destroytwitter'
[2010-08-27 21:43] removed destroytwitter (2.1.0-2)
[2010-08-27 21:45] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.6JC/ttytter-1.1.03-1-any.pkg.tar.xz'
[2010-08-27 21:45] installed ttytter (1.1.03-1)
[2010-08-27 21:51] Running '/usr/bin/pacman -Rd ttytter'
[2010-08-27 21:51] removed ttytter (1.1.03-1)
[2010-08-27 21:53] Running '/usr/bin/pacman -S community/mitter'
[2010-08-27 21:53] installed mitter (0.4.5-2)
[2010-08-27 22:13] Running '/usr/bin/pacman -Sy'
[2010-08-27 22:13] synchronizing package lists
[2010-08-27 22:14] Running '/usr/bin/pacman -S -u'
[2010-08-27 22:14] starting full system upgrade
[2010-08-27 22:15] upgraded x264 (20100722-1 -> 20100826-1)
[2010-08-27 22:15] upgraded ffmpeg (24460-2 -> 24953-1)
[2010-08-27 22:15] upgraded lib32-glibc (2.12.1-4 -> 2.12.1-5)
[2010-08-27 22:15] installed lib32-gcc-libs (4.5.1-6)
[2010-08-27 22:15] upgraded gcc-libs-multilib (4.5.1-5 -> 4.5.1-6)
[2010-08-27 22:15] upgraded gstreamer0.10-ugly (0.10.15-2 -> 0.10.15-3)
[2010-08-27 22:15] upgraded gstreamer0.10-ugly-plugins (0.10.15-2 -> 0.10.15-3)
[2010-08-27 22:15] upgraded lib32-db (4.8.26-3 -> 4.8.26-4)
[2010-08-27 22:15] upgraded lib32-gnutls (2.8.6-2 -> 2.8.6-3)
[2010-08-27 22:15] upgraded lib32-pcre (8.10-1 -> 8.10-2)
[2010-08-27 22:15] upgraded mplayer (31774-1 -> 32025-1)
[2010-08-27 22:15] upgraded nspluginwrapper (1.3.0-1 -> 1.3.0-3)
[2010-08-27 22:24] Running 'pacman -Sy'
[2010-08-27 22:24] synchronizing package lists
[2010-08-28 00:24] Running 'pacman -Sy'
[2010-08-28 00:24] synchronizing package lists
[2010-08-28 02:24] Running 'pacman -Sy'
[2010-08-28 02:24] synchronizing package lists
[2010-08-28 04:24] Running 'pacman -Sy'
[2010-08-28 04:24] synchronizing package lists
[2010-08-28 06:24] Running 'pacman -Sy'
[2010-08-28 06:24] synchronizing package lists
[2010-08-28 08:24] Running 'pacman -Sy'
[2010-08-28 08:24] synchronizing package lists
[2010-08-28 10:24] Running 'pacman -Sy'
[2010-08-28 10:24] synchronizing package lists
[2010-08-28 11:20] Running '/usr/bin/pacman -S kdemod-core/kdemod-kdenetwork-kopete-debug'
[2010-08-28 11:21] installed kdemod-kdenetwork-kopete-debug (4.5.0-2)
[2010-08-28 11:26] Running '/usr/bin/pacman -Syy'
[2010-08-28 11:26] synchronizing package lists
[2010-08-28 11:27] Running '/usr/bin/pacman -Syy'
[2010-08-28 11:27] synchronizing package lists
[2010-08-28 11:28] Running '/usr/bin/pacman -S testing/libmsn'
[2010-08-28 11:29] Running '/usr/bin/pacman -Syy'
[2010-08-28 11:29] synchronizing package lists
[2010-08-28 11:30] Running '/usr/bin/pacman -Syy'
[2010-08-28 11:30] synchronizing package lists
[2010-08-28 11:31] Running '/usr/bin/pacman -S extra/libmsn'
[2010-08-28 11:31] upgraded libmsn (4.1-2 -> 4.1-2)
[2010-08-28 11:32] Running '/usr/bin/pacman -S --asdeps extra/cmake'
[2010-08-28 11:32] installed cmake (2.8.2-1)
[2010-08-28 11:33] Running '/usr/bin/pacman -Rd libmsn'
[2010-08-28 11:33] removed libmsn (4.1-2)
[2010-08-28 11:33] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.HqV/libmsn-svn-120-1-x86_64.pkg.tar.xz'
[2010-08-28 11:33] installed libmsn-svn (120-1)
[2010-08-28 11:35] Running '/usr/bin/pacman -S extra/kdenetwork-kopete'
[2010-08-28 11:38] Running '/usr/bin/pacman -Rd kdemod-kdenetwork-kopete kdemod-kdenetwork-kopete-debug kdemod-kdeplasma-addons'
[2010-08-28 11:39] Running '/usr/bin/pacman -Rd kdemod-kdenetwork-kopete kdemod-kdenetwork-kopete-debug'
[2010-08-28 11:39] removed kdemod-kdenetwork-kopete-debug (4.5.0-2)
[2010-08-28 11:39]  > Rebuilding xdg icon database ... DONE
[2010-08-28 11:39] removed kdemod-kdenetwork-kopete (4.5.0-2)
[2010-08-28 11:39] Running '/usr/bin/pacman -S extra/kdenetwork-kopete'
[2010-08-28 11:40] Running '/usr/bin/pacman -S extra/kdenetwork-kopete'
[2010-08-28 11:40] Running '/usr/bin/pacman -S -f extra/kdenetwork-kopete'
[2010-08-28 11:40] installed kdenetwork-kopete (4.5.0-1)
[2010-08-28 11:42] Running '/usr/bin/pacman -S extra/libmsn'
[2010-08-28 11:42] removed libmsn-svn (120-1)
[2010-08-28 11:42] installed libmsn (4.1-2)
[2010-08-28 11:44] Running '/usr/bin/pacman -Sy'
[2010-08-28 11:44] synchronizing package lists
[2010-08-28 11:45] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.sX1/lib32-libstdc++5-3.3.6-3-x86_64.pkg.tar.xz'
[2010-08-28 11:45] installed lib32-libstdc++5 (3.3.6-3)
[2010-08-28 11:45] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.f3B/lib32-openssl-compatibility-0.9.8-1-x86_64.pkg.tar.xz'
[2010-08-28 11:46] installed lib32-openssl-compatibility (0.9.8-1)
[2010-08-28 11:46] Running '/usr/bin/pacman -Sy'
[2010-08-28 11:46] synchronizing package lists
[2010-08-28 12:08] Running '/usr/bin/pacman -S extra/gimp'
[2010-08-28 12:09] installed libwmf (0.2.8.4-8)
[2010-08-28 12:09] installed babl (0.1.2-1)
[2010-08-28 12:09] installed gegl (0.1.2-1)
[2010-08-28 12:09] installed gimp (2.6.10-1)
[2010-08-28 12:24] Running 'pacman -Sy'
[2010-08-28 12:24] synchronizing package lists
[2010-08-28 12:27] Running 'pacman -Sy'
[2010-08-28 12:27] synchronizing package lists
[2010-08-28 14:24] Running 'pacman -Sy'
[2010-08-28 14:24] synchronizing package lists
[2010-08-28 15:40] Running '/usr/bin/pacman -Syy'
[2010-08-28 15:40] synchronizing package lists
[2010-08-28 15:42] Running '/usr/bin/pacman -S kdemod-extragear/choqok'
[2010-08-28 15:43] Running '/usr/bin/pacman -S community/choqok'
[2010-08-28 15:43] Running '/usr/bin/pacman -S kdemod-extragear-choqok'
[2010-08-28 15:43] Running '/usr/bin/pacman -S community/choqok'
[2010-08-28 15:43] removed kdemod-extragear-choqok (1110471-1)
[2010-08-28 15:43] installed choqok (0.9.85-1)
[2010-08-28 15:45] Running '/usr/bin/pacman -Rd choqok'
[2010-08-28 15:45] removed choqok (0.9.85-1)
[2010-08-28 15:45] Running '/usr/bin/pacman -S --asdeps extra/automoc4'
[2010-08-28 15:45] installed automoc4 (0.9.88-1)
[2010-08-28 16:24] Running 'pacman -Sy'
[2010-08-28 16:24] synchronizing package lists
[2010-08-28 18:24] Running 'pacman -Sy'
[2010-08-28 18:24] synchronizing package lists
[2010-08-28 20:24] Running 'pacman -Sy'
[2010-08-28 20:24] synchronizing package lists
[2010-08-28 22:24] Running 'pacman -Sy'
[2010-08-28 22:24] synchronizing package lists
[2010-08-29 00:24] Running 'pacman -Sy'
[2010-08-29 00:24] synchronizing package lists
[2010-08-29 02:24] Running 'pacman -Sy'
[2010-08-29 02:24] synchronizing package lists
[2010-08-29 04:24] Running 'pacman -Sy'
[2010-08-29 04:24] synchronizing package lists
[2010-08-29 06:24] Running 'pacman -Sy'
[2010-08-29 06:24] synchronizing package lists
[2010-08-29 08:24] Running 'pacman -Sy'
[2010-08-29 08:24] synchronizing package lists
[2010-08-29 10:24] Running 'pacman -Sy'
[2010-08-29 10:24] synchronizing package lists
[2010-08-29 11:12] Running '/usr/bin/pacman -Sy'
[2010-08-29 11:12] synchronizing package lists
[2010-08-29 11:13] Running '/usr/bin/pacman -S -u'
[2010-08-29 11:13] starting full system upgrade
[2010-08-29 11:14] upgraded pinentry (0.8.0-1 -> 0.8.0-2)
[2010-08-29 11:14] upgraded smbclient (3.5.4-1 -> 3.5.4-2)
[2010-08-29 11:14] upgraded v4l-utils (0.8.0-1 -> 0.8.0-2)
[2010-08-29 12:24] Running 'pacman -Sy'
[2010-08-29 12:24] synchronizing package lists
[2010-08-29 14:24] Running 'pacman -Sy'
[2010-08-29 14:24] synchronizing package lists
[2010-08-29 16:24] Running 'pacman -Sy'
[2010-08-29 16:24] synchronizing package lists
[2010-08-29 18:24] Running 'pacman -Sy'
[2010-08-29 18:24] synchronizing package lists
[2010-08-29 20:18] Running '/usr/bin/pacman -Sy'
[2010-08-29 20:18] synchronizing package lists
[2010-08-29 20:19] Running '/usr/bin/pacman -S -u'
[2010-08-29 20:19] starting full system upgrade
[2010-08-29 20:19] >>> Updating module dependencies. Please wait ...
[2010-08-29 20:19] >>> MKINITCPIO SETUP
[2010-08-29 20:19] >>> ----------------
[2010-08-29 20:19] >>> If you use LVM2, Encrypted root or software RAID,
[2010-08-29 20:19] >>> Ensure you enable support in /etc/mkinitcpio.conf .
[2010-08-29 20:19] >>> More information about mkinitcpio setup can be found here:
[2010-08-29 20:19] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
[2010-08-29 20:19] 
[2010-08-29 20:19] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
[2010-08-29 20:19] ==> Building image "default"
[2010-08-29 20:19] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
[2010-08-29 20:19] :: Begin build
[2010-08-29 20:19] :: Parsing hook [base]
[2010-08-29 20:19] :: Parsing hook [udev]
[2010-08-29 20:19] :: Parsing hook [autodetect]
[2010-08-29 20:20] :: Parsing hook [plymouth]
[2010-08-29 20:20] :: Parsing hook [pata]
[2010-08-29 20:20] :: Parsing hook [scsi]
[2010-08-29 20:20] :: Parsing hook [sata]
[2010-08-29 20:20] :: Parsing hook [filesystems]
[2010-08-29 20:20] :: Generating module dependencies
[2010-08-29 20:20] :: Generating image '/boot/kernel26.img'...SUCCESS
[2010-08-29 20:20] ==> SUCCESS
[2010-08-29 20:20] ==> Building image "fallback"
[2010-08-29 20:20] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
[2010-08-29 20:20] :: Begin build
[2010-08-29 20:20] :: Parsing hook [base]
[2010-08-29 20:20] :: Parsing hook [udev]
[2010-08-29 20:20] :: Parsing hook [plymouth]
[2010-08-29 20:20] :: Parsing hook [pata]
[2010-08-29 20:20] :: Parsing hook [scsi]
[2010-08-29 20:20] :: Parsing hook [sata]
[2010-08-29 20:20] :: Parsing hook [filesystems]
[2010-08-29 20:20] :: Generating module dependencies
[2010-08-29 20:21] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
[2010-08-29 20:21] ==> SUCCESS
[2010-08-29 20:21] upgraded kernel26 (2.6.35.3-1 -> 2.6.35.4-1)
[2010-08-29 20:24] Running 'pacman -Sy'
[2010-08-29 20:24] synchronizing package lists
[2010-08-29 20:29] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.phC/conkyforecast-2.12-1-x86_64.pkg.tar.xz'
[2010-08-29 20:30] >>>
[2010-08-29 20:30] >>>  PLEASE read the README in /usr/share/conkyforecast/
[2010-08-29 20:30] >>>  for pointers concerning configuration.
[2010-08-29 20:30] >>>
[2010-08-29 20:30] upgraded conkyforecast (2.10-1 -> 2.12-1)
[2010-08-29 22:01] Running '/usr/bin/pacman -S mkfvs'
[2010-08-29 22:24] Running 'pacman -Sy'
[2010-08-29 22:24] synchronizing package lists
[2010-08-30 00:24] Running 'pacman -Sy'
[2010-08-30 00:24] synchronizing package lists
[2010-08-30 02:24] Running 'pacman -Sy'
[2010-08-30 02:24] synchronizing package lists
[2010-08-30 02:25] Running 'pacman -Sy'
[2010-08-30 02:25] synchronizing package lists
[2010-08-30 04:25] Running 'pacman -Sy'
[2010-08-30 04:25] synchronizing package lists
[2010-08-30 06:25] Running 'pacman -Sy'
[2010-08-30 06:25] synchronizing package lists
[2010-08-30 08:25] Running 'pacman -Sy'
[2010-08-30 08:25] synchronizing package lists
[2010-08-30 10:25] Running 'pacman -Sy'
[2010-08-30 10:25] synchronizing package lists
[2010-08-30 12:12] Running '/usr/bin/pacman -Sy'
[2010-08-30 12:12] synchronizing package lists
[2010-08-30 12:14] Running '/usr/bin/pacman -S -u'
[2010-08-30 12:14] starting full system upgrade
[2010-08-30 12:16] upgraded libindi (0.6.1-1 -> 0.6.2-1)
[2010-08-30 12:16] upgraded libmysqlclient (5.1.47-1 -> 5.1.50-1)
[2010-08-30 12:16] upgraded mysql-clients (5.1.47-1 -> 5.1.50-1)
[2010-08-30 12:16] upgraded mysql (5.1.47-1 -> 5.1.50-1)
[2010-08-30 12:25] Running 'pacman -Sy'
[2010-08-30 12:25] synchronizing package lists
[2010-08-30 14:25] Running 'pacman -Sy'
[2010-08-30 14:25] synchronizing package lists
[2010-08-30 16:25] Running 'pacman -Sy'
[2010-08-30 16:25] synchronizing package lists
[2010-08-30 16:41] Running '/usr/bin/pacman -S --asdeps extra/syslinux extra/p7zip extra/mtools'
[2010-08-30 16:41] installed syslinux (4.02-1)
[2010-08-30 16:41] installed p7zip (9.13-2)
[2010-08-30 16:41] installed mtools (4.0.13-1)
[2010-08-30 16:42] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.E2Q/unetbootin-485-2-x86_64.pkg.tar.xz'
[2010-08-30 16:42] installed unetbootin (485-2)
[2010-08-30 18:18] Running '/usr/bin/pacman -S extra/gdisk extra/gpart'
[2010-08-30 18:18] installed gdisk (0.6.10-1)
[2010-08-30 18:18] installed gpart (0.1h-3)
[2010-08-30 18:25] Running 'pacman -Sy'
[2010-08-30 18:25] synchronizing package lists
[2010-08-30 20:25] Running 'pacman -Sy'
[2010-08-30 20:25] synchronizing package lists
[2010-08-30 22:25] Running 'pacman -Sy'
[2010-08-30 22:25] synchronizing package lists
[2010-08-31 00:25] Running 'pacman -Sy'
[2010-08-31 00:25] synchronizing package lists
[2010-08-31 02:25] Running 'pacman -Sy'
[2010-08-31 02:25] synchronizing package lists
[2010-08-31 04:25] Running 'pacman -Sy'
[2010-08-31 04:25] synchronizing package lists
[2010-08-31 06:25] Running 'pacman -Sy'
[2010-08-31 06:25] synchronizing package lists
[2010-08-31 08:25] Running 'pacman -Sy'
[2010-08-31 08:25] synchronizing package lists
[2010-08-31 10:25] Running 'pacman -Sy'
[2010-08-31 10:25] synchronizing package lists
[2010-08-31 12:25] Running 'pacman -Sy'
[2010-08-31 12:25] synchronizing package lists
[2010-08-31 14:25] Running 'pacman -Sy'
[2010-08-31 14:25] synchronizing package lists
[2010-08-31 14:26] Running 'pacman -Sy'
[2010-08-31 14:26] synchronizing package lists
[2010-08-31 16:26] Running 'pacman -Sy'
[2010-08-31 16:26] synchronizing package lists
[2010-08-31 16:46] Running '/usr/bin/pacman -Sy'
[2010-08-31 16:46] synchronizing package lists
[2010-08-31 16:53] Running '/usr/bin/pacman -S -u'
[2010-08-31 16:53] starting full system upgrade
[2010-08-31 16:54] upgraded kde-l10n-fr (4.5.0-1 -> 4.5.1-1)
[2010-08-31 16:54] upgraded kdenetwork-kopete (4.5.0-1 -> 4.5.1-1)
[2010-08-31 16:54] upgraded kdeplasma-applets-networkmanagement (1154750-1 -> 1167421-1)
[2010-08-31 16:54] upgraded kdeutils-printer-applet (4.5.0-1 -> 4.5.1-1)
[2010-08-31 16:54] upgraded tcp_wrappers (7.6-11 -> 7.6-12)
[2010-08-31 16:54] upgraded udev (161-1 -> 161-2)
[2010-08-31 17:06] Running '/usr/bin/pacman -S multilib/flashplugin'
[2010-08-31 17:06] upgraded flashplugin (10.1.82.76-3 -> 10.1.82.76-3)
[2010-08-31 18:26] Running 'pacman -Sy'
[2010-08-31 18:26] synchronizing package lists
[2010-08-31 18:39] Running '/usr/bin/pacman -Sy'
[2010-08-31 18:39] synchronizing package lists
[2010-08-31 18:39] Running '/usr/bin/pacman -S -u'
[2010-08-31 18:39] starting full system upgrade
[2010-08-31 18:39] Please note that the previous install message was incorrect.
[2010-08-31 18:39] 
[2010-08-31 18:39] To use the flash player in firefox, you must set
[2010-08-31 18:39]   dom.ipc.plugins.enabled
[2010-08-31 18:39] to true in about:config. It will crash a lot otherwise.
[2010-08-31 18:39] upgraded flashplugin (10.1.82.76-3 -> 10.1.82.76-4)
[2010-08-31 18:39] upgraded sqlite3 (3.7.1-1 -> 3.7.2-1)
[2010-08-31 20:26] Running 'pacman -Sy'
[2010-08-31 20:26] synchronizing package lists
[2010-08-31 22:26] Running 'pacman -Sy'
[2010-08-31 22:26] synchronizing package lists
[2010-08-31 22:30] Running '/usr/bin/pacman -Sy'
[2010-08-31 22:30] synchronizing package lists
[2010-08-31 22:31] Running '/usr/bin/pacman -S -u'
[2010-08-31 22:31] starting full system upgrade
[2010-08-31 22:31] upgraded lib32-libstdc++5 (3.3.6-3 -> 3.3.6-4)
[2010-08-31 22:31] upgraded lib32-zlib (1.2.5-3 -> 1.2.5-4)
[2010-08-31 22:32] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.tno/statuzer-0.8.5-2-x86_64.pkg.tar.xz'
[2010-08-31 22:32] upgraded statuzer (0.8.5-1 -> 0.8.5-2)
[2010-08-31 22:33] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.IQk/tweetdeck-0_34.3.2-2-x86_64.pkg.tar.xz'
[2010-08-31 22:33] upgraded tweetdeck (0_34.3.2-1 -> 0_34.3.2-2)
[2010-09-01 00:26] Running 'pacman -Sy'
[2010-09-01 00:26] synchronizing package lists
[2010-09-01 02:26] Running 'pacman -Sy'
[2010-09-01 02:26] synchronizing package lists
[2010-09-01 04:26] Running 'pacman -Sy'
[2010-09-01 04:26] synchronizing package lists
[2010-09-01 06:26] Running 'pacman -Sy'
[2010-09-01 06:26] synchronizing package lists
[2010-09-01 08:26] Running 'pacman -Sy'
[2010-09-01 08:26] synchronizing package lists
[2010-09-01 10:26] Running 'pacman -Sy'
[2010-09-01 10:26] synchronizing package lists
[2010-09-01 12:26] Running 'pacman -Sy'
[2010-09-01 12:26] synchronizing package lists
[2010-09-01 14:26] Running 'pacman -Sy'
[2010-09-01 14:26] synchronizing package lists
[2010-09-01 16:26] Running 'pacman -Sy'
[2010-09-01 16:26] synchronizing package lists
[2010-09-01 16:59] Running '/usr/bin/pacman -Sy'
[2010-09-01 16:59] synchronizing package lists
[2010-09-01 17:03] Running '/usr/bin/pacman -S -u'
[2010-09-01 17:03] starting full system upgrade
[2010-09-01 17:11] Running '/usr/bin/pacman -S libgnome-keyrig-multilib eggdbus-multilib dbus-glib-miltilib'
[2010-09-01 17:11] Running '/usr/bin/pacman -S libgnome-keyring-multilib eggdbus-multilib dbus-glib-miltilib'
[2010-09-01 17:11] Running '/usr/bin/pacman -S eggdbus-multilib dbus-glib-miltilib'
[2010-09-01 17:12] Running '/usr/bin/pacman -S dbus-glib-miltilib'
[2010-09-01 17:12] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.LlC/lib32-libidl2-0.8.14-1-x86_64.pkg.tar.xz'
[2010-09-01 17:12] installed lib32-libidl2 (0.8.14-1)
[2010-09-01 17:14] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.KTo/lib32-orbit2-2.14.18-1-x86_64.pkg.tar.xz'
[2010-09-01 17:14] installed lib32-orbit2 (2.14.18-1)
[2010-09-01 17:16] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.MLk/lib32-gconf-2.28.1-1-x86_64.pkg.tar.xz'
[2010-09-01 17:16] installed lib32-gconf (2.28.1-1)
[2010-09-01 17:22] Running '/usr/bin/pacman -S --asdeps multilib/lib32-dbus-core'
[2010-09-01 17:22] installed lib32-dbus-core (1.2.24-2)
[2010-09-01 17:22] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.6xT/lib32-dbus-glib-0.86-1-x86_64.pkg.tar.xz'
[2010-09-01 17:22] installed lib32-dbus-glib (0.86-1)
[2010-09-01 17:23] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.deM/lib32-libgnome-keyring-2.30.1-1-x86_64.pkg.tar.xz'
[2010-09-01 17:23] installed lib32-libgnome-keyring (2.30.1-1)
[2010-09-01 17:23] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.7ur/lib32-eggdbus-0.6-2-x86_64.pkg.tar.xz'
[2010-09-01 17:23] installed lib32-eggdbus (0.6-2)
[2010-09-01 17:24] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.f12/lib32-dbus-glib-0.86-1-x86_64.pkg.tar.xz'
[2010-09-01 17:24] upgraded lib32-dbus-glib (0.86-1 -> 0.86-1)
[2010-09-01 17:29] Running '/usr/bin/pacman -Sy'
[2010-09-01 17:29] synchronizing package lists
[2010-09-01 17:29] Running '/usr/bin/pacman -S -u'
[2010-09-01 17:29] starting full system upgrade
[2010-09-01 17:45] upgraded bluez (4.69-1 -> 4.70-1)
[2010-09-01 17:45] upgraded gstreamer0.10-ugly (0.10.15-3 -> 0.10.15-4)
[2010-09-01 17:45] upgraded gstreamer0.10-ugly-plugins (0.10.15-3 -> 0.10.15-4)
[2010-09-01 17:45]  
[2010-09-01 17:45]  > KDE Software Compilation 4.5.0
[2010-09-01 17:45]  > packaged by the Chakra Project
[2010-09-01 17:45]  
[2010-09-01 17:45]    Installation Prefix : /usr
[2010-09-01 17:45]    Configuration dir   : ~/.kdemod4
[2010-09-01 17:45]    Update configs      : /etc/kdemod/updates.conf
[2010-09-01 17:45]    KDEmod Patches      : /usr/share/kdemod/patches
[2010-09-01 17:45]  
[2010-09-01 17:45]    WWW       : http://chakra-project.org
[2010-09-01 17:45]    Wiki      : http://chakra-project.org/wiki/
[2010-09-01 17:45]    Forums    : http://chakra-project.org/bbs/
[2010-09-01 17:45]    Bugtracker: http://chakra-project.org/bugs/
[2010-09-01 17:45]    ChangeLogs: http://chakra-project.org/code/index.php/log/packages:/
[2010-09-01 17:45]  
[2010-09-01 17:45]    WANT A STABLE SYSTEM?
[2010-09-01 17:45]    -> http://chakra-project.org/wiki/index.php/Repositories_and_Packages
[2010-09-01 17:45]  
[2010-09-01 17:45] upgraded kdemod-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-oxygen-icons (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding MIME database ... DONE
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdelibs (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdebase-runtime (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeaccessibility-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeaccessibility-colorschemes (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeaccessibility-doc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeaccessibility-iconthemes (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeaccessibility-kmag (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeaccessibility-kmousetool (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeaccessibility-kmouth (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeadmin-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeadmin-doc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeadmin-kcron (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeadmin-ksystemlog (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeadmin-kuser (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdepimlibs (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdebindings-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdepim-runtime (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdebindings-python (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeadmin-system-config-printer (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdebase-workspace (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeartwork-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeartwork-colorschemes (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeartwork-desktopthemes (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeartwork-emoticons (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeartwork-iconthemes (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeartwork-screensavers (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeartwork-sounds (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeartwork-styles (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeartwork-wallpapers (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdeartwork-weatherwallpapers (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdebase (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45] upgraded kdemod-kdebase-doc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdebase-dolphin (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdebase-konqueror (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdebase-konsole (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:45] upgraded kdemod-kdebase-kwrite (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:45] upgraded kdemod-kdebase-runtime-doc (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:45] upgraded kdemod-kdebase-workspace-doc (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:46] upgraded kdemod-kdebase-workspace-wallpapers (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-blinken (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-cantor (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46] upgraded kdemod-kdeedu-doc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-kalgebra (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-kalzium (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-kanagram (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-kbruch (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-kgeography (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-khangman (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-kig (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-kiten (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-klettres (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-kmplot (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-kstars (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-ktouch (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-kturtle (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-kwordquiz (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-marble (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-parley (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-rocs (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdeedu-step (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-bomber (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-bovo (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46] upgraded kdemod-kdegames-doc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-granatier (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kapman (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-katomic (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kbattleship (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kblackbox (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kblocks (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kbounce (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kbreakout (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kdiamond (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kfourinline (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kgoldrunner (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kigo (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-killbots (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kiriki (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kjumpingcube (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-klines (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kmahjongg (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kmines (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-knetwalk (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kolf (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kollision (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-konquest (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kpat (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kreversi (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-ksame (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kshisen (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-ksirk (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kspaceduel (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-ksquares (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-ksudoku (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-ktron (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-ktuberling (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-kubrick (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegames-lskat (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46] upgraded kdemod-kdegames-palapeli (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegraphics-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46] upgraded kdemod-kdegraphics-doc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegraphics-gwenview (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegraphics-kamera (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegraphics-kcolorchooser (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegraphics-kolourpaint (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegraphics-kruler (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegraphics-ksnapshot (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdegraphics-okular (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46] upgraded kdemod-kdelibs-doc (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdemultimedia-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46] upgraded kdemod-kdemultimedia-doc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdemultimedia-dragonplayer (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdemultimedia-juk (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdemultimedia-kmix (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdemultimedia-kscd (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdemultimedia-thumbnailers (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdenetwork-common (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:46] upgraded kdemod-kdenetwork-doc (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdenetwork-kget (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdenetwork-kppp (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdenetwork-krdc (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdenetwork-krfb (4.5.0-2 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdepim-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdepim-akonadiconsole (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdepim-akregator (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdepim-blogilo (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46] upgraded kdemod-kdepim-doc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdepim-kaddressbook (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdepim-kalarm (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:46]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:46] upgraded kdemod-kdepim-kjots (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdepim-kmail (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdepim-knode (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdepim-knotes (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdepim-korganizer (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdepim-ktimetracker (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdepim-wizards (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdepim-kontact (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeplasma-addons (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-cervisia (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47] upgraded kdemod-kdesdk-doc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-kapptemplate (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-kate (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-kbugbuster (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-kcachegrind (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-kdeaccounts-plugin (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-kmtrace (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-kompare (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-kpartloader (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-kprofilemethod (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-kstartperf (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-kuiviewer (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-lokalize (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-poxml (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-scripts (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdesdk-umbrello (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdetoys-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdetoys-amor (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47] upgraded kdemod-kdetoys-doc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdetoys-kteatime (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdetoys-ktux (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeutils-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeutils-ark (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47] upgraded kdemod-kdeutils-doc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeutils-kcalc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeutils-kcharselect (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeutils-kdf (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeutils-kfloppy (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeutils-kgpg (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeutils-ktimer (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeutils-kwallet (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeutils-okteta (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeutils-superkaramba (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdeutils-sweeper (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdewebdev-common (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47] upgraded kdemod-kdewebdev-doc (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdewebdev-kfilereplace (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdewebdev-kimagemapeditor (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdewebdev-klinkstatus (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47]  > Rebuilding xdg icon database ... DONE
[2010-09-01 17:47] upgraded kdemod-kdewebdev-kommander (4.5.0-1 -> 4.5.1-1)
[2010-09-01 17:47] upgraded partitionmanager (1.0.2-1 -> 1.0.3-1)
[2010-09-01 18:14] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.XKm/google-talkplugin-1.5.1-1-x86_64.pkg.tar.xz'
[2010-09-01 18:14] upgraded google-talkplugin (1.4.1-4 -> 1.5.1-1)
[2010-09-01 18:17] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.BTO/lib32-qtcurve-gtk2-1.5.2-2-x86_64.pkg.tar.xz'
[2010-09-01 18:17] installed lib32-qtcurve-gtk2 (1.5.2-2)
[2010-09-01 18:17] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.Vbp/lib32-qtcurve-kde4-1.5.2-2-x86_64.pkg.tar.xz'
[2010-09-01 18:17] installed lib32-qtcurve-kde4 (1.5.2-2)
[2010-09-01 18:26] Running 'pacman -Sy'
[2010-09-01 18:26] synchronizing package lists
[2010-09-01 18:33] Running '/usr/bin/pacman -Sy'
[2010-09-01 18:33] synchronizing package lists
[2010-09-01 18:33] Running '/usr/bin/pacman -S -u'
[2010-09-01 18:33] starting full system upgrade
[2010-09-01 18:33] upgraded ruby (1.9.1_p429-1 -> 1.9.2_p0-2)
[2010-09-01 16:47] Running '/usr/bin/pacman -Sy'
[2010-09-01 16:47] synchronizing package lists
[2010-09-01 16:47] starting full system upgrade
[2010-09-01 16:50] Running '/usr/bin/pacman -Sy'
[2010-09-01 16:50] synchronizing package lists
[2010-09-01 16:50] starting full system upgrade

Is there a way to know when was my last reboot before today? Because I can't remember if I rebooted since the last kernel upgrade.

Your help is very appreciated! I will see your answer tomorrow, thanks a lot!


archlinux on Macbook Pro 10,1

Offline

#6 2010-09-02 02:31:53

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] PC reboots by itself after grub

last | head

will provide you with info about your last log-ins and system boots.

Offline

#7 2010-09-02 02:42:02

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: [SOLVED] PC reboots by itself after grub

Okay I will try this tomorrow, I have to chroot from a live cd I guess.

I'm also wondering, is it safe to downgrade the kernel from chroot?


archlinux on Macbook Pro 10,1

Offline

#8 2010-09-02 21:19:10

froli
Member
From: Germany
Registered: 2008-06-17
Posts: 455

Re: [SOLVED] PC reboots by itself after grub

Problem solved! It was the kernel. I downgraded to the previous version and it boots. May be Plymouth isn't compatible with 2.6.35.4

I will have to try disabling plymouth and re-update the kernel.

Thanks for your help!


archlinux on Macbook Pro 10,1

Offline

Board footer

Powered by FluxBB