[SOLVED] No polish characters during boot with DAEMON_LOCALE=YES

Hello, it didn't bother me much before cause I always had DAEMON_LOCALE=NO, but with recent upgrade new rc.conf was introduced with DAEMON_LOCALE set by default to YES. Now my messages are like this:
Checking Filesystems    [BUSY] /dev/sda2: czysty, 183465/647168 plików, 2083335/2588473 bloków
Questions are: is it supposed to be half message in english half in polish? and how to repair those missing characters? (loading console font is done after those messages)
BTW this is on virtualbox guest with all testing + kde-unstable repos enabled
Last edited by masteryod (2012-06-06 10:46:45)

DSpider wrote:
Whenever you edit the "/etc/mkinitcpio.conf" file (ie. add "consolefont" to the HOOKS line), don't forget to regenerate your initramfs image!
# mkinitcpio -p linux
Yes, I know and I do execute it every time I touch the "/etc/mkinitcpio.conf"
DSpider wrote:It still wasn't fixed? Then try adding keymap (which says there that it "Adds keymap and consolefonts from rc.conf."), and don't forget to regenerate your initramfs image!
I have tried that and still no luck:
1. Edit CONSOLE* settings in /etc/rc.conf
[root@dog etc]# grep ^CONSOLE rc.conf
CONSOLEFONT="lat2-16"
CONSOLEMAP="8859-2"
2. Add consolefont and keymap to HOOKS in /etc/mkinitcpio.conf
[root@dog etc]# grep ^HOOKS mkinitcpio.conf
HOOKS="base udev autodetect sata filesystems fsck consolefont keymap"
3. Run mkinitcpio
[root@dog etc]# mkinitcpio -p linux
==> Building image from preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.3.7-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
-> Running build hook: [sata]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
-> Running build hook: [consolefont]
-> Running build hook: [keymap]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 3.3.7-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [sata]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
-> Running build hook: [consolefont]
-> Running build hook: [keymap]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
I have dug the problem deeper and checked what is going on in the /etc/rc.* scripts. Everything seems to be in order, but the loading of consolefont/keymap on boot is not having any effect in my case:
1. System boots, then
2. Loging in as root
3. Typing in some Polish pangram as test: zażółć gęślą jaźń
4. Observing lack of Polish diacritics printed
5. Re-executing the rc.sysinit steps releated to consolefont/keymap settings:
# source /etc/rc.conf
# source /etc/rc.d/functions
# set_consolefont
:: Loading Console Font: lat2-16
6. Trying the Polish pangram test again.
7. Success, all Polish characters are rendered correctly.
Here is screenshot which presents the simple test explained above:
Now, this test suggests to me that the rc.sysinit procedure of configuring consolefont/keymap seems correct.
However, something seems to get messed during rc.sysinit, so the configuration is later overriden and doesn't persist afterwards.
Does anyone have an idea what may be wrong? Does it qualify to be reported as a bug?
Last edited by mloskot (2012-06-06 00:34:10)

Similar Messages

  • [SOLVED][Duplicate]Garbage output during boot

    During boot you can see something like "666666666666" constantly printed amoung other messages:
    http://i.imgur.com/2YOShSMl.jpg
    This continues even after we are booted and ready to login into the system:
    http://i.imgur.com/THZWZT4l.jpg
    The first time I've noticed this was about half a year ago. It didn't really bothered me, because kdm still worked and you could successfully log into system.
    Yesterday, however, I tried install arch on my new ssd and bumped into this problem even during booting from usb drive with installation iso.
    Any ideas what could this be? I'm not even sure where to look for the root of the problem.
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by konart (2013-06-07 17:30:39)

    Could it possibly be the Logitech G710+ ?
    UPD:
    Oh, I see now: https://bbs.archlinux.org/viewtopic.php?id=153752 Thanks for your directions
    Last edited by konart (2013-06-06 10:34:08)

  • [SOLVED] "Filesystem check failed" during boot process

    I was using XFCE on my netbook recently and clicked "shutdown".  It logged out to the command prompt and nothing happened.  Assuming that I'd clicked "logout" by mistake, I typed "pacman -Syu" to run an update...  And moments later it suddenly started the shutdown process.
    Now, whenever I boot up, I see the message below.  I tried booting from a GParted CD to check the filesystems for errors, but none were detected.
    Can anyone suggest what I might need to do to fix the problem?
    rootfs: clean, 11026/246512 files, 477083/984576 blocks
    home: clean, 4386/527280 files, 237183/2105344 blocks
    /dev/sdb2 is mounted. e2fsck: Cannot continue, aborting.
    ************* FILESYSTEM CHECK FAILED ************
    * Please repair manually and reboot. Note that the root
    * file system is currently mounted read-only. To remount
    * it read-write type: mount -n -o remount,rw /
    * when you exit the maintenance shell the system will
    * reboot automatically.
    Give root password for maintenance
    (or type Control-D to continue):
    Last edited by esuhl (2012-03-27 01:20:07)

    Thank you all for your replies :-)
    hadrons123 wrote:What happens when you do try the suggestion given by it?
    I don't exactly know how I should "repair manually"...  I thought a filesystem check in GParted would have been enough...
    lijpbasin wrote:You can boot the system using a archlinux live cd, and run fsck manually on every linux partition in the old system with options.
    DON'T mount any of the filesystems before running fsck, or your data will probably be lost. If you want to check the partition information first, run fdisk -l with root privileges.
    Thanks.  I tried booting from an ArchBang live CD last night and ran "e2fsck -pcv" on each partition.  The check completed, but the problem persists...  I just tried again using "fsck" as you suggested and got the following output (but the machine still fails to boot with the same error as before):
    fsck from util-linux 2.20.1
    e2fsck 1.41.14 (22-Dec-2010)
    usr was not cleanly unmounted, check forced.
    Pass 1: Checking inodes, blocks, and sizes
    Pass 2: Checking directory structure
    Pass 3: Checking directory connectivity
    Pass 4: Checking reference counts
    Pass 5: Checking group summary information
    usr: 115811/458752 files (1.7% non-contiguous), 783161/1834496 blocks
    Gcool wrote:
    /dev/sdb2 is mounted. e2fsck: Cannot continue, aborting.
    As mentioned already, the reason it's failing is because the /dev/sdb2 partition is mounted before it can be fsck'd. What is this partition exactly (which filesystem, what's on it, mountpoint,...)?
    I'm not overly familiar with the Linux boot process, but why would it suddenly be mounting this partition before fsck-ing it?  Even if it was mounted when the netbook shutdown, surely the boot process starts with all partitions unmounted...?  Anyway, the partition details from /etc/fstab are below.
    <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    /dev/sda1 / ext2 defaults,noatime 0 1
    /dev/sdb1 /home ext2 defaults,noatime,user_xattr 0 1
    /dev/sdb2 /usr ext2 defaults,noatime 0 1
    I'm (now) aware that mounting /usr as a separate partition is a bad idea and (having read the "Error when booting with the new initscripts" thread), I have told pacman to ignore updates to the initscripts package (until I figure out how best to work round or fix that issue).
    Shark wrote:Write umount /dev/sdb2 in konsole or unmount partition in gparted by right click on problematic partition and click unmount. Than proced.
    If I type "umount /dev/sdb2" at the prompt, I get the following error:
    umount: /usr: device is busy.
    (In some cases useful info about processes that use
    the device is found by lsof(8) or fuser(1))
    I tried "umount -l /dev/sdb2" to unmount when the device becomes free... but it never does.
    I also booted into GParted, but there is no option to "unmount" /dev/sdb2.  There is a "mount" option in the menu, but it is greyed out.  If I open a terminal window from the GParted Live environment and type "sudo umount /dev/sdb2" I get the following message:
    umount: /dev/sdb2: not mounted
    DSpider wrote:Are you mounting the root drive with "ro" (read only) in fstab?
    No (as shown above).  I don't *think* I've messed anything up with fstab or any other config files -- everything was working perfectly till the netbook shutdown whilst pacman was running.

  • Installer freezes during boot with ATI Radeon card

    System: Toshiba Satellite A305-S6916
    Video card: ATI Radeon Mobility HD 3650
    Installer: 2010.05 amd64 netinstall
    Problem: Installer freezes during boot at "setting console to utf-8 mode".
    Solution: Add "radeon.modeset=0" to kernel command line.
    Posting for the sake of anyone else who might be having this same problem.

    Same here:
    System: Dell Inspiron 1525
    Video card: Intel GMA X3100
    Installer: 2010.05 i686
    Problem: screen turn black during system load.
    Solution: Add "nomodeset" or "i915.modeset0" to kernel command line.

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

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

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

  • [SOLVED] alsa daemon error during init with Thinkpad X220

    Hi,
    I just updated my system (including a kernel update). After reboot, I found alsa daemon, which is used to restore previous volume level, failed to start. I tried to start that daemon manually after the boot process is completed, and that produced an error message
    sudo rc.d start alsa
    :: Restoring ALSA Levels [BUSY]
    Found hardware: "HDA-Intel" "Intel CougarPoint HDMI" "HDA:14f1506e,17aa21da,00100000 HDA:80862805,80860101,00100000" "0x17aa" "0x21da"
    Hardware is initialized using a generic method
    [FAIL]
    However, the volume level restored successfully. It seems that recent Intel plantform provides two soundcard, and that error only affected the secondary card, which has nothing to do about system volume level.
    Anyway, I hate to have a ``[FAIL]'' During init process. Any suggesting to get rid of that problem? Thanks
    System Info: (I use linux-ck as my kernel with modified config)
    uname -a
    Linux Thomas 3.2.1-2-ck #1 SMP PREEMPT Sun Jan 15 00:16:41 CST 2012 x86_64 Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz GenuineIntel GNU/Linux
    lspci
    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
    00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
    00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b4)
    00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b4)
    00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 (rev b4)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation QM67 Express Chipset Family LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
    03:00.0 Network controller: Intel Corporation Centrino Advanced-N + WiMAX 6250 (rev 5e)
    0d:00.0 System peripheral: Ricoh Co Ltd Device e823 (rev 07)
    0e:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 04)
    config.gz:
    http://codepad.org/XtUSbtdw
    (Edit typo)
    Last edited by cap_sensitive (2012-01-17 06:12:01)

    This morning, I performed a system update and I did not see any errors with alsa when I rebooted.  Audio hardware is:
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    Have you tried manually restarting alsa after the system boots up to see if you get the same error?  You can restart alsa with the following command:
    sudo /etc/rc.d/alsa force-restart
    Post your results.  If the error occurs during the manual restart, it should also include some details about what caused the error

  • [~SOLVED] 1 min hang during boot while mounting xfs partitions (LVM)

    Hi all,
    After the upgrade I did yesterday (which included linux-3.12.8-1 and lvm2), the boot time has increased by 1 minute as the system hangs while mounting two partitions formatted as xfs and residing on logical volumes.
    $ systemd-analyze blame
    1min 13.676s home-VDP76-videos.mount
    1min 13.111s home-VDP76-VBox_VMs.mount
    2.980s [email protected]
    I have the fsck hook as second-to-last entry in my mkinitcpio.conf, but the fstab entries for these partitions include
    ... xfs defaults 0 0
    so, as far as I undertstand, the partitions should not be checked, am I missing something!?
    I have googled for similar issues but I did not find anything useful, any suggestion would be greatly appreciated.
    Thanks
    edit: I blame the check disk because of what reported on the system journal (note the time stamps):
    Jan 23 00:10:37 ArchTP kernel: psmouse serio5: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    Jan 23 00:10:39 ArchTP kernel: psmouse serio5: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Jan 23 00:10:40 ArchTP kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio4/serio5/input/input25
    Jan 23 00:11:47 ArchTP systemd[1]: Mounted /home/VDP76/VBox_VMs.
    Jan 23 00:11:47 ArchTP kernel: XFS (dm-4): Ending clean mount
    Jan 23 00:11:47 ArchTP kernel: XFS (dm-3): Ending clean mount
    Jan 23 00:11:47 ArchTP systemd[1]: Mounted /home/VDP76/videos.
    Jan 23 00:11:47 ArchTP systemd[1]: Starting Local File Systems.
    Jan 23 00:11:47 ArchTP systemd[1]: Reached target Local File Systems.
    I should also add that the involved partitions are ~20 Gb each and quite full...
    edit2: I have freed up almost all space on the video partition and the time for mounting those partitions has now decreased to 8 sec...I will mark the thread as solved, but I still would appreciate an input on the reasons why the partitions are checked regardless of the fstab setting, for example, is this pertinent!?
    dumpe2fs -h /dev/mapper/waldorf-video | grep -i 'mount count'
    dumpe2fs 1.42.8 (20-Jun-2013)
    dumpe2fs: Bad magic number in super-block while trying to open /dev/mapper/waldorf-video
    Last edited by VDP76 (2014-01-22 23:38:25)

    WonderWoofy wrote:I don't think that the fsck.xfs is really a fsck at all.  It is there for compatibility purposes, and a real check can be done with xfs_check and xfs_repair.  So the fsck.xfs will just always give an exit status of zero.
    exactly..in fact the man page says
    fsck.xfs(8) wrote:fsck.xfs - do nothing, successfully
    so fsck.xfs simply exits with a zero exit status.
    running xfs_check gives
    xfs_check is deprecated and scheduled for removal in June 2014.
    Please use xfs_repair -n <dev> instead.
    and xfs_repair does not find errors on both partitions.
    Still, I do not understand how nothing being done can take up so much time.
    By the way, a short S.M.A.R.T. self-test did not report errors...
    In the meanwhile, there has been another kernel upgrade and the timing issue persists, so I am assuming it has something to do with the last lvm2 upgrade.

  • [Solved] Intermittent graphical issues during boot w/ kernel 3.5.3

    Before, my computer booted every time, no problem. Then I updated my system from pacman and got the new kernel, and ever since then it freezes up completely during the boot process... Sometimes. Not always.
    When it happens, it is during the "triggering udev events" part (where the screen resolution changes from the early boot resolution to the normal resolution at which the consoles normally stay). It *always* printed out these messages during that portion before: (not verbatim but these are taken from /var/log/errors.log, and they correspond).
    Aug 29 10:52:28 destruct-o-bot kernel: [    5.035681] sp5100_tco: mmio address 0xb8fe00 already in use
    Aug 29 10:52:28 destruct-o-bot kernel: [    5.569406] kvm: disabled by bios
    Aug 29 10:52:28 destruct-o-bot kernel: [    5.646396] microcode: failed to load file amd-ucode/microcode_amd.bin
    Aug 29 10:52:28 destruct-o-bot kernel: [    5.649536] microcode: failed to load file amd-ucode/microcode_amd.bin
    The KVM error message is new. But it started happening at the same time as the hard freezes did.
    There are three paths that happen: The computer might get to the triggering udev events, blank the screen as though it were switching resolutions and then never turn the screen back on but freeze up hard. Or, it might black the screen as though changing resolutions as usual, but then turn back on to a screen of vertical lines (black and gray), and be frozen up hard. Or, it might boot normally.
    I didn't see anything in dmesg, but then again I don't really know what to look for. Any advice? Thanks in advance.
    Last edited by scott_fakename (2012-11-19 21:30:02)

    The random blank screen during startup is still there with Kernel 3.5.6. Did a "blind" dmesg this time. I don't really know about these log-files but I did a vimdiff with the dmesg of a proper rreboot and found the difference in the latest radeon entries which didn't show up in the proper-boot-dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.5.6-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.1 20120721 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Oct 7 19:30:49 CEST 2012
    [ 0.000000] Command line: root=/dev/sda3 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000de638fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000de639000-0x00000000de838fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000de839000-0x00000000dfd3efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000dfd3f000-0x00000000dfdbefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dfdbf000-0x00000000dfebefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000dfebf000-0x00000000dfef5fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000dfef6000-0x00000000dfefffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000dff00000-0x00000000dfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000010effffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000010f000000-0x000000011effffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.7 present.
    [ 0.000000] DMI: Acer Aspire 5250/HMA51-BZ, BIOS V1.05 09/07/2011
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x10f000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
    [ 0.000000] 3 base 0DFEBD000 mask FFFFFF000 uncachable
    [ 0.000000] 4 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 000000011f000000 aka 4592M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xdff00 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xdfefffff]
    [ 0.000000] [mem 0x00000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xdfdfffff] page 2M
    [ 0.000000] [mem 0xdfe00000-0xdfefffff] page 4k
    [ 0.000000] kernel direct mapping tables up to 0xdfefffff @ [mem 0x1f9fd000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x10effffff]
    [ 0.000000] [mem 0x100000000-0x10effffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x10effffff @ [mem 0xdfefe000-0xdfefffff]
    [ 0.000000] RAMDISK: [mem 0x7fd1a000-0x7fffefff]
    [ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 ACRSYS)
    [ 0.000000] ACPI: XSDT 00000000dfef5120 00064 (v01 ACRSYS ACRPRDCT 00000003 01000013)
    [ 0.000000] ACPI: FACP 00000000dfef4000 000F4 (v04 ACRSYS ACRPRDCT 00000003 1025 00040000)
    [ 0.000000] ACPI: DSDT 00000000dfee8000 088FC (v01 ACRSYS ACRPRDCT F0000000 1025 00040000)
    [ 0.000000] ACPI: FACS 00000000dfe97000 00040
    [ 0.000000] ACPI: HPET 00000000dfef3000 00038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    [ 0.000000] ACPI: APIC 00000000dfef2000 00084 (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
    [ 0.000000] ACPI: MCFG 00000000dfef1000 0003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    [ 0.000000] ACPI: BOOT 00000000dfee7000 00028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    [ 0.000000] ACPI: SLIC 00000000dfee6000 00176 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    [ 0.000000] ACPI: SSDT 00000000dfee5000 003DE (v01 AMD POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: SSDT 00000000dfee3000 0168E (v02 AMD ALIB 00000001 MSFT 04000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000010effffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x10effffff]
    [ 0.000000] NODE_DATA [mem 0x10effc000-0x10effffff]
    [ 0.000000] [ffffea0000000000-ffffea00043fffff] PMD -> [ffff88010aa00000-ffff88010e5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x10effffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xde638fff]
    [ 0.000000] node 0: [mem 0xde839000-0xdfd3efff]
    [ 0.000000] node 0: [mem 0xdfef6000-0xdfefffff]
    [ 0.000000] node 0: [mem 0x100000000-0x10effffff]
    [ 0.000000] On node 0 totalpages: 977624
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3913 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 895881 pages, LIFO batch:31
    [ 0.000000] Normal zone: 960 pages used for memmap
    [ 0.000000] Normal zone: 60480 pages, LIFO batch:15
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x43538210 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000de639000 - 00000000de839000
    [ 0.000000] PM: Registered nosave memory: 00000000dfd3f000 - 00000000dfdbf000
    [ 0.000000] PM: Registered nosave memory: 00000000dfdbf000 - 00000000dfebf000
    [ 0.000000] PM: Registered nosave memory: 00000000dfebf000 - 00000000dfef6000
    [ 0.000000] PM: Registered nosave memory: 00000000dff00000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f8000000
    [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fec10000
    [ 0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fec11000
    [ 0.000000] PM: Registered nosave memory: 00000000fec11000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffe00000
    [ 0.000000] PM: Registered nosave memory: 00000000ffe00000 - 0000000100000000
    [ 0.000000] e820: [mem 0xe0000000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88010ec00000 s83392 r8192 d23104 u524288
    [ 0.000000] pcpu-alloc: s83392 r8192 d23104 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 960274
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/sda3 ro initrd=../initramfs-linux.img BOOT_IMAGE=../vmlinuz-linux
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3768364k/4440064k available (4661k kernel code, 529568k absent, 142132k reserved, 4191k data, 760k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] NR_IRQS:4352 nr_irqs:712 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 15728640 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.003333] Detected 1296.845 MHz processor.
    [ 0.000007] Calibrating delay loop (skipped), value calculated using timer frequency.. 2594.76 BogoMIPS (lpj=4322816)
    [ 0.000014] pid_max: default: 32768 minimum: 301
    [ 0.000078] Security Framework initialized
    [ 0.000089] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000780] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.003861] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.005232] Mount-cache hash table entries: 256
    [ 0.005758] Initializing cgroup subsys cpuacct
    [ 0.005769] Initializing cgroup subsys memory
    [ 0.005791] Initializing cgroup subsys devices
    [ 0.005796] Initializing cgroup subsys freezer
    [ 0.005799] Initializing cgroup subsys net_cls
    [ 0.005802] Initializing cgroup subsys blkio
    [ 0.005863] tseg: 00dff00000
    [ 0.005869] CPU: Physical Processor ID: 0
    [ 0.005871] CPU: Processor Core ID: 0
    [ 0.005875] mce: CPU supports 6 MCE banks
    [ 0.008385] ACPI: Core revision 20120320
    [ 0.023543] ftrace: allocating 18032 entries in 71 pages
    [ 0.043979] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.076976] CPU0: AMD E-300 APU with Radeon(tm) HD Graphics stepping 00
    [ 0.181876] Performance Events: AMD PMU driver.
    [ 0.181885] ... version: 0
    [ 0.181888] ... bit width: 48
    [ 0.181891] ... generic registers: 4
    [ 0.181893] ... value mask: 0000ffffffffffff
    [ 0.181896] ... max period: 00007fffffffffff
    [ 0.181899] ... fixed-purpose events: 0
    [ 0.181901] ... event mask: 000000000000000f
    [ 0.202113] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.215329] Booting Node 0, Processors #1
    [ 0.228617] Brought up 2 CPUs
    [ 0.228626] Total of 2 processors activated (5189.52 BogoMIPS).
    [ 0.229859] devtmpfs: initialized
    [ 0.233607] PM: Registering ACPI NVS region [mem 0xde639000-0xde838fff] (2097152 bytes)
    [ 0.233714] PM: Registering ACPI NVS region [mem 0xdfdbf000-0xdfebefff] (1048576 bytes)
    [ 0.236170] NET: Registered protocol family 16
    [ 0.236677] ACPI: bus type pci registered
    [ 0.236841] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.236848] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.245519] PCI: Using configuration type 1 for base access
    [ 0.247405] bio: create slab <bio-0> at 0
    [ 0.247865] ACPI: Added _OSI(Module Device)
    [ 0.247875] ACPI: Added _OSI(Processor Device)
    [ 0.247878] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.247882] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.250426] ACPI: EC: Look up EC in DSDT
    [ 0.253199] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.258632] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.279567] ACPI: Interpreter enabled
    [ 0.279580] ACPI: (supports S0 S3 S4 S5)
    [ 0.279627] ACPI: Using IOAPIC for interrupt routing
    [ 0.412697] ACPI: EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    [ 0.413013] ACPI: No dock devices found.
    [ 0.413024] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.413368] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.413718] pci_root PNP0A08:00: >host bridge window [io 0x0000-0x0cf7]
    [ 0.413725] pci_root PNP0A08:00: >host bridge window [io 0x0d00-0xffff]
    [ 0.413731] pci_root PNP0A08:00: >host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.413736] pci_root PNP0A08:00: >host bridge window [mem 0x000c0000-0x000c3fff]
    [ 0.413742] pci_root PNP0A08:00: >host bridge window [mem 0x000c4000-0x000c7fff]
    [ 0.413747] pci_root PNP0A08:00: >host bridge window [mem 0x000c8000-0x000cbfff]
    [ 0.413752] pci_root PNP0A08:00: >host bridge window [mem 0x000cc000-0x000cffff]
    [ 0.413757] pci_root PNP0A08:00: >host bridge window [mem 0x000d0000-0x000d3fff]
    [ 0.413762] pci_root PNP0A08:00: >host bridge window [mem 0x000d4000-0x000d7fff]
    [ 0.413767] pci_root PNP0A08:00: >host bridge window [mem 0x000d8000-0x000dbfff]
    [ 0.413772] pci_root PNP0A08:00: >host bridge window [mem 0x000dc000-0x000dffff]
    [ 0.413777] pci_root PNP0A08:00: >host bridge window [mem 0x000e0000-0x000e3fff]
    [ 0.413782] pci_root PNP0A08:00: >host bridge window [mem 0x000e4000-0x000e7fff]
    [ 0.413787] pci_root PNP0A08:00: >host bridge window [mem 0x000e8000-0x000ebfff]
    [ 0.413792] pci_root PNP0A08:00: >host bridge window [mem 0x000ec000-0x000effff]
    [ 0.413797] pci_root PNP0A08:00: >host bridge window [mem 0xe0000000-0xf7ffffff]
    [ 0.413802] pci_root PNP0A08:00: >host bridge window [mem 0xfc000000-0xffffffff]
    [ 0.413816] pci_root PNP0A08:00: >ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000ce3ff])
    [ 0.413905] PCI host bridge to bus 0000:00
    [ 0.413913] pci_bus 0000:00: >root bus resource [io 0x0000-0x0cf7]
    [ 0.413919] pci_bus 0000:00: >root bus resource [io 0x0d00-0xffff]
    [ 0.413924] pci_bus 0000:00: >root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.413930] pci_bus 0000:00: >root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.413935] pci_bus 0000:00: >root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.413940] pci_bus 0000:00: >root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.413945] pci_bus 0000:00: >root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.413950] pci_bus 0000:00: >root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.413954] pci_bus 0000:00: >root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.413959] pci_bus 0000:00: >root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.413964] pci_bus 0000:00: >root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.413969] pci_bus 0000:00: >root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.413974] pci_bus 0000:00: >root bus resource [mem 0x000e8000-0x000ebfff]
    [ 0.413978] pci_bus 0000:00: >root bus resource [mem 0x000ec000-0x000effff]
    [ 0.413983] pci_bus 0000:00: >root bus resource [mem 0xe0000000-0xf7ffffff]
    [ 0.413988] pci_bus 0000:00: >root bus resource [mem 0xfc000000-0xffffffff]
    [ 0.414008] pci 0000:00:00.0: >[1022:1510] type 00 class 0x060000
    [ 0.414078] pci 0000:00:01.0: >[1002:9802] type 00 class 0x030000
    [ 0.414097] pci 0000:00:01.0: >reg 10: [mem 0xe0000000-0xefffffff pref]
    [ 0.414110] pci 0000:00:01.0: >reg 14: [io 0x4000-0x40ff]
    [ 0.414122] pci 0000:00:01.0: >reg 18: [mem 0xf0400000-0xf043ffff]
    [ 0.414194] pci 0000:00:01.0: >supports D1 D2
    [ 0.414252] pci 0000:00:11.0: >[1002:4391] type 00 class 0x010601
    [ 0.414281] pci 0000:00:11.0: >reg 10: [io 0x4118-0x411f]
    [ 0.414297] pci 0000:00:11.0: >reg 14: [io 0x4124-0x4127]
    [ 0.414313] pci 0000:00:11.0: >reg 18: [io 0x4110-0x4117]
    [ 0.414329] pci 0000:00:11.0: >reg 1c: [io 0x4120-0x4123]
    [ 0.414345] pci 0000:00:11.0: >reg 20: [io 0x4100-0x410f]
    [ 0.414361] pci 0000:00:11.0: >reg 24: [mem 0xf0448000-0xf04483ff]
    [ 0.414451] pci 0000:00:12.0: >[1002:4397] type 00 class 0x0c0310
    [ 0.414474] pci 0000:00:12.0: >reg 10: [mem 0xf0447000-0xf0447fff]
    [ 0.414581] pci 0000:00:12.2: >[1002:4396] type 00 class 0x0c0320
    [ 0.415197] pci 0000:00:12.2: >reg 10: [mem 0xf0446000-0xf04460ff]
    [ 0.418192] pci 0000:00:12.2: >supports D1 D2
    [ 0.418206] pci 0000:00:12.2: >PME# supported from D0 D1 D2 D3hot
    [ 0.418277] pci 0000:00:13.0: >[1002:4397] type 00 class 0x0c0310
    [ 0.418306] pci 0000:00:13.0: >reg 10: [mem 0xf0445000-0xf0445fff]
    [ 0.418443] pci 0000:00:13.2: >[1002:4396] type 00 class 0x0c0320
    [ 0.418953] pci 0000:00:13.2: >reg 10: [mem 0xf0444000-0xf04440ff]
    [ 0.421964] pci 0000:00:13.2: >supports D1 D2
    [ 0.421978] pci 0000:00:13.2: >PME# supported from D0 D1 D2 D3hot
    [ 0.422034] pci 0000:00:14.0: >[1002:4385] type 00 class 0x0c0500
    [ 0.422156] pci 0000:00:14.2: >[1002:4383] type 00 class 0x040300
    [ 0.422194] pci 0000:00:14.2: >reg 10: [mem 0xf0440000-0xf0443fff 64bit]
    [ 0.422291] pci 0000:00:14.2: >PME# supported from D0 D3hot D3cold
    [ 0.422320] pci 0000:00:14.3: >[1002:439d] type 00 class 0x060100
    [ 0.422434] pci 0000:00:14.4: >[1002:4384] type 01 class 0x060401
    [ 0.422517] pci 0000:00:15.0: >[1002:43a0] type 01 class 0x060400
    [ 0.422639] pci 0000:00:15.0: >supports D1 D2
    [ 0.422685] pci 0000:00:15.2: >[1002:43a2] type 01 class 0x060400
    [ 0.422802] pci 0000:00:15.2: >supports D1 D2
    [ 0.422861] pci 0000:00:15.3: >[1002:43a3] type 01 class 0x060400
    [ 0.422979] pci 0000:00:15.3: >supports D1 D2
    [ 0.423025] pci 0000:00:18.0: >[1022:1700] type 00 class 0x060000
    [ 0.423084] pci 0000:00:18.1: >[1022:1701] type 00 class 0x060000
    [ 0.423137] pci 0000:00:18.2: >[1022:1702] type 00 class 0x060000
    [ 0.423192] pci 0000:00:18.3: >[1022:1703] type 00 class 0x060000
    [ 0.423260] pci 0000:00:18.4: >[1022:1704] type 00 class 0x060000
    [ 0.423312] pci 0000:00:18.5: >[1022:1718] type 00 class 0x060000
    [ 0.423363] pci 0000:00:18.6: >[1022:1716] type 00 class 0x060000
    [ 0.423420] pci 0000:00:18.7: >[1022:1719] type 00 class 0x060000
    [ 0.423565] pci 0000:00:14.4: >PCI bridge to [bus 01-01] (subtractive decode)
    [ 0.423584] pci 0000:00:14.4: > bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.423589] pci 0000:00:14.4: > bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.423594] pci 0000:00:14.4: > bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.423599] pci 0000:00:14.4: > bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    [ 0.423604] pci 0000:00:14.4: > bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    [ 0.423609] pci 0000:00:14.4: > bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    [ 0.423613] pci 0000:00:14.4: > bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [ 0.423618] pci 0000:00:14.4: > bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.423623] pci 0000:00:14.4: > bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.423627] pci 0000:00:14.4: > bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    [ 0.423632] pci 0000:00:14.4: > bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 0.423637] pci 0000:00:14.4: > bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    [ 0.423641] pci 0000:00:14.4: > bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    [ 0.423646] pci 0000:00:14.4: > bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    [ 0.423651] pci 0000:00:14.4: > bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
    [ 0.423656] pci 0000:00:14.4: > bridge window [mem 0xfc000000-0xffffffff] (subtractive decode)
    [ 0.423738] pci 0000:00:15.0: >PCI bridge to [bus 02-05]
    [ 0.423751] pci 0000:00:15.0: > bridge window [io 0x3000-0x3fff]
    [ 0.423759] pci 0000:00:15.0: > bridge window [mem 0xf0300000-0xf03fffff]
    [ 0.423771] pci 0000:00:15.0: > bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
    [ 0.423875] pci 0000:06:00.0: >[1969:2062] type 00 class 0x020000
    [ 0.423912] pci 0000:06:00.0: >reg 10: [mem 0xf0200000-0xf023ffff 64bit]
    [ 0.423932] pci 0000:06:00.0: >reg 18: [io 0x2000-0x207f]
    [ 0.424085] pci 0000:06:00.0: >PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.428580] pci 0000:00:15.2: >PCI bridge to [bus 06-06]
    [ 0.428607] pci 0000:00:15.2: > bridge window [io 0x2000-0x2fff]
    [ 0.428616] pci 0000:00:15.2: > bridge window [mem 0xf0200000-0xf02fffff]
    [ 0.428751] pci 0000:07:00.0: >[168c:0032] type 00 class 0x028000
    [ 0.428795] pci 0000:07:00.0: >reg 10: [mem 0xf0100000-0xf017ffff 64bit]
    [ 0.428876] pci 0000:07:00.0: >reg 30: [mem 0xffff0000-0xffffffff pref]
    [ 0.428972] pci 0000:07:00.0: >supports D1 D2
    [ 0.428978] pci 0000:07:00.0: >PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.435241] pci 0000:00:15.3: >PCI bridge to [bus 07-07]
    [ 0.435270] pci 0000:00:15.3: > bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.435326] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.435613] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SPB0._PRT]
    [ 0.435699] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SPB2._PRT]
    [ 0.435823] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SPB3._PRT]
    [ 0.435986] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
    [ 0.436096] pci0000:00: >Requesting ACPI _OSC control (0x1d)
    [ 0.436104] pci0000:00: >ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.436107] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.451720] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.451892] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.452064] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.452241] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.452383] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.452500] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.452616] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.452732] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
    [ 0.453175] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.453204] vgaarb: loaded
    [ 0.453207] vgaarb: bridge control possible 0000:00:01.0
    [ 0.453318] PCI: Using ACPI for IRQ routing
    [ 0.456046] PCI: pci_cache_line_size set to 64 bytes
    [ 0.456191] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    [ 0.456197] e820: reserve RAM buffer [mem 0xde639000-0xdfffffff]
    [ 0.456202] e820: reserve RAM buffer [mem 0xdfd3f000-0xdfffffff]
    [ 0.456206] e820: reserve RAM buffer [mem 0xdff00000-0xdfffffff]
    [ 0.456210] e820: reserve RAM buffer [mem 0x10f000000-0x10fffffff]
    [ 0.456463] NetLabel: Initializing
    [ 0.456468] NetLabel: domain hash size = 128
    [ 0.456471] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.456499] NetLabel: unlabeled traffic allowed by default
    [ 0.456529] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.456538] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.458583] Switching to clocksource hpet
    [ 0.474236] pnp: PnP ACPI init
    [ 0.474293] ACPI: bus type pnp registered
    [ 0.474599] pnp 00:00: >[bus 00-ff]
    [ 0.474607] pnp 00:00: >[io 0x0000-0x0cf7 window]
    [ 0.474612] pnp 00:00: >[io 0x0d00-0xffff window]
    [ 0.474618] pnp 00:00: >[mem 0x000a0000-0x000bffff window]
    [ 0.474623] pnp 00:00: >[mem 0x000c0000-0x000c3fff window]
    [ 0.474628] pnp 00:00: >[mem 0x000c4000-0x000c7fff window]
    [ 0.474633] pnp 00:00: >[mem 0x000c8000-0x000cbfff window]
    [ 0.474637] pnp 00:00: >[mem 0x000cc000-0x000cffff window]
    [ 0.474641] pnp 00:00: >[mem 0x000d0000-0x000d3fff window]
    [ 0.474646] pnp 00:00: >[mem 0x000d4000-0x000d7fff window]
    [ 0.474650] pnp 00:00: >[mem 0x000d8000-0x000dbfff window]
    [ 0.474662] pnp 00:00: >[mem 0x000dc000-0x000dffff window]
    [ 0.474667] pnp 00:00: >[mem 0x000e0000-0x000e3fff window]
    [ 0.474672] pnp 00:00: >[mem 0x000e4000-0x000e7fff window]
    [ 0.474676] pnp 00:00: >[mem 0x000e8000-0x000ebfff window]
    [ 0.474680] pnp 00:00: >[mem 0x000ec000-0x000effff window]
    [ 0.474685] pnp 00:00: >[mem 0xe0000000-0xf7ffffff window]
    [ 0.474689] pnp 00:00: >[mem 0xfc000000-0xffffffff window]
    [ 0.474694] pnp 00:00: >[io 0x0cf8-0x0cff]
    [ 0.474815] pnp 00:00: >Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.474940] pnp 00:01: >[mem 0xfec00000-0xfec00fff]
    [ 0.474947] pnp 00:01: >[mem 0xfee00000-0xfee00fff]
    [ 0.475064] system 00:01: >[mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.475072] system 00:01: >[mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.475082] system 00:01: >Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.475377] pnp 00:02: >[irq 0 disabled]
    [ 0.475403] pnp 00:02: >[irq 8]
    [ 0.475409] pnp 00:02: >[mem 0xfed00000-0xfed003ff]
    [ 0.475489] pnp 00:02: >Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.475647] pnp 00:03: >[io 0x0000-0x000f]
    [ 0.475654] pnp 00:03: >[io 0x0081-0x008f]
    [ 0.475658] pnp 00:03: >[io 0x00c0-0x00df]
    [ 0.475663] pnp 00:03: >[dma 4]
    [ 0.475741] pnp 00:03: >Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.475768] pnp 00:04: >[io 0x00f0-0x00fe]
    [ 0.475783] pnp 00:04: >[irq 13]
    [ 0.475855] pnp 00:04: >Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.475943] pnp 00:05: >[io 0x0070-0x0071]
    [ 0.476024] pnp 00:05: >Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.476050] pnp 00:06: >[io 0x0061]
    [ 0.476122] pnp 00:06: >Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.476195] pnp 00:07: >[io 0x0060]
    [ 0.476201] pnp 00:07: >[io 0x0064]
    [ 0.476215] pnp 00:07: >[irq 1]
    [ 0.476295] pnp 00:07: >Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.476411] pnp 00:08: >[irq 12]
    [ 0.476489] pnp 00:08: >Plug and Play ACPI device, IDs ETD0500 PNP0f13 (active)
    [ 0.476595] pnp 00:09: >[io 0x0010-0x001f]
    [ 0.476601] pnp 00:09: >[io 0x002e-0x002f]
    [ 0.476606] pnp 00:09: >[io 0x0072-0x0073]
    [ 0.476610] pnp 00:09: >[io 0x0080]
    [ 0.476614] pnp 00:09: >[io 0x00b0-0x00b1]
    [ 0.476618] pnp 00:09: >[io 0x0092]
    [ 0.476622] pnp 00:09: >[io 0x0400-0x04cf]
    [ 0.476626] pnp 00:09: >[io 0x04d0-0x04d1]
    [ 0.476630] pnp 00:09: >[io 0x04d6]
    [ 0.476633] pnp 00:09: >[io 0x0680-0x06ff]
    [ 0.476637] pnp 00:09: >[io 0x077a]
    [ 0.476641] pnp 00:09: >[io 0x0c00-0x0c01]
    [ 0.476645] pnp 00:09: >[io 0x0c14]
    [ 0.476649] pnp 00:09: >[io 0x0c50-0x0c52]
    [ 0.476653] pnp 00:09: >[io 0x0c6c]
    [ 0.476656] pnp 00:09: >[io 0x0c6f]
    [ 0.476660] pnp 00:09: >[io 0x0cd0-0x0cdb]
    [ 0.476792] system 00:09: >[io 0x0400-0x04cf] has been reserved
    [ 0.476800] system 00:09: >[io 0x04d0-0x04d1] has been reserved
    [ 0.476806] system 00:09: >[io 0x04d6] has been reserved
    [ 0.476812] system 00:09: >[io 0x0680-0x06ff] has been reserved
    [ 0.476818] system 00:09: >[io 0x077a] has been reserved
    [ 0.476824] system 00:09: >[io 0x0c00-0x0c01] has been reserved
    [ 0.476829] system 00:09: >[io 0x0c14] has been reserved
    [ 0.476835] system 00:09: >[io 0x0c50-0x0c52] has been reserved
    [ 0.476840] system 00:09: >[io 0x0c6c] has been reserved
    [ 0.476845] system 00:09: >[io 0x0c6f] has been reserved
    [ 0.476851] system 00:09: >[io 0x0cd0-0x0cdb] has been reserved
    [ 0.476860] system 00:09: >Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.476983] pnp 00:0a: >[mem 0x000e0000-0x000fffff]
    [ 0.476990] pnp 00:0a: >[mem 0xffe00000-0xffffffff]
    [ 0.477105] system 00:0a: >[mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.477113] system 00:0a: >[mem 0xffe00000-0xffffffff] has been reserved
    [ 0.477122] system 00:0a: >Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.538929] pnp: PnP ACPI: found 11 devices
    [ 0.538940] ACPI: ACPI bus type pnp unregistered
    [ 0.551572] pci 0000:07:00.0: >no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
    [ 0.551669] pci 0000:00:15.3: >BAR 15: assigned [mem 0xf0500000-0xf05fffff pref]
    [ 0.551678] pci 0000:00:14.4: >PCI bridge to [bus 01-01]
    [ 0.551700] pci 0000:00:15.0: >PCI bridge to [bus 02-05]
    [ 0.551707] pci 0000:00:15.0: > bridge window [io 0x3000-0x3fff]
    [ 0.551717] pci 0000:00:15.0: > bridge window [mem 0xf0300000-0xf03fffff]
    [ 0.551725] pci 0000:00:15.0: > bridge window [mem 0xf0000000-0xf00fffff 64bit pref]
    [ 0.551736] pci 0000:00:15.2: >PCI bridge to [bus 06-06]
    [ 0.551743] pci 0000:00:15.2: > bridge window [io 0x2000-0x2fff]
    [ 0.551751] pci 0000:00:15.2: > bridge window [mem 0xf0200000-0xf02fffff]
    [ 0.551767] pci 0000:07:00.0: >BAR 6: assigned [mem 0xf0500000-0xf050ffff pref]
    [ 0.551773] pci 0000:00:15.3: >PCI bridge to [bus 07-07]
    [ 0.551783] pci 0000:00:15.3: > bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.551791] pci 0000:00:15.3: > bridge window [mem 0xf0500000-0xf05fffff pref]
    [ 0.551868] pci_bus 0000:00: >resource 4 [io 0x0000-0x0cf7]
    [ 0.551874] pci_bus 0000:00: >resource 5 [io 0x0d00-0xffff]
    [ 0.551879] pci_bus 0000:00: >resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.551883] pci_bus 0000:00: >resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.551888] pci_bus 0000:00: >resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.551892] pci_bus 0000:00: >resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.551897] pci_bus 0000:00: >resource 10 [mem 0x000d0000-0x000d3fff]
    [ 0.551901] pci_bus 0000:00: >resource 11 [mem 0x000d4000-0x000d7fff]
    [ 0.551906] pci_bus 0000:00: >resource 12 [mem 0x000d8000-0x000dbfff]
    [ 0.551910] pci_bus 0000:00: >resource 13 [mem 0x000dc000-0x000dffff]
    [ 0.551915] pci_bus 0000:00: >resource 14 [mem 0x000e0000-0x000e3fff]
    [ 0.551919] pci_bus 0000:00: >resource 15 [mem 0x000e4000-0x000e7fff]
    [ 0.551942] pci_bus 0000:00: >resource 16 [mem 0x000e8000-0x000ebfff]
    [ 0.551947] pci_bus 0000:00: >resource 17 [mem 0x000ec000-0x000effff]
    [ 0.551952] pci_bus 0000:00: >resource 18 [mem 0xe0000000-0xf7ffffff]
    [ 0.551956] pci_bus 0000:00: >resource 19 [mem 0xfc000000-0xffffffff]
    [ 0.551962] pci_bus 0000:01: >resource 4 [io 0x0000-0x0cf7]
    [ 0.551966] pci_bus 0000:01: >resource 5 [io 0x0d00-0xffff]
    [ 0.551971] pci_bus 0000:01: >resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.551975] pci_bus 0000:01: >resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.551979] pci_bus 0000:01: >resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.551984] pci_bus 0000:01: >resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.551988] pci_bus 0000:01: >resource 10 [mem 0x000d0000-0x000d3fff]
    [ 0.551993] pci_bus 0000:01: >resource 11 [mem 0x000d4000-0x000d7fff]
    [ 0.551997] pci_bus 0000:01: >resource 12 [mem 0x000d8000-0x000dbfff]
    [ 0.552002] pci_bus 0000:01: >resource 13 [mem 0x000dc000-0x000dffff]
    [ 0.552006] pci_bus 0000:01: >resource 14 [mem 0x000e0000-0x000e3fff]
    [ 0.552011] pci_bus 0000:01: >resource 15 [mem 0x000e4000-0x000e7fff]
    [ 0.552015] pci_bus 0000:01: >resource 16 [mem 0x000e8000-0x000ebfff]
    [ 0.552020] pci_bus 0000:01: >resource 17 [mem 0x000ec000-0x000effff]
    [ 0.552024] pci_bus 0000:01: >resource 18 [mem 0xe0000000-0xf7ffffff]
    [ 0.552029] pci_bus 0000:01: >resource 19 [mem 0xfc000000-0xffffffff]
    [ 0.552034] pci_bus 0000:02: >resource 0 [io 0x3000-0x3fff]
    [ 0.552038] pci_bus 0000:02: >resource 1 [mem 0xf0300000-0xf03fffff]
    [ 0.552043] pci_bus 0000:02: >resource 2 [mem 0xf0000000-0xf00fffff 64bit pref]
    [ 0.552048] pci_bus 0000:06: >resource 0 [io 0x2000-0x2fff]
    [ 0.552052] pci_bus 0000:06: >resource 1 [mem 0xf0200000-0xf02fffff]
    [ 0.552057] pci_bus 0000:07: >resource 1 [mem 0xf0100000-0xf01fffff]
    [ 0.552062] pci_bus 0000:07: >resource 2 [mem 0xf0500000-0xf05fffff pref]
    [ 0.552134] NET: Registered protocol family 2
    [ 0.552396] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.554355] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.559500] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.560127] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.560132] TCP: reno registered
    [ 0.560161] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.560221] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.560433] NET: Registered protocol family 1
    [ 0.560473] pci 0000:00:01.0: >Boot video device
    [ 0.718827] PCI: CLS 64 bytes, default 64
    [ 0.718957] Unpacking initramfs...
    [ 0.862570] Freeing initrd memory: 2964k freed
    [ 0.864394] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.864402] software IO TLB [mem 0xda639000-0xde638fff] (64MB) mapped at [ffff8800da639000-ffff8800de638fff]
    [ 0.864489] Simple Boot Flag at 0x44 set to 0x1
    [ 0.865130] LVT offset 0 assigned for vector 0x400
    [ 0.865198] perf: AMD IBS detected (0x000000ff)
    [ 0.865861] audit: initializing netlink socket (disabled)
    [ 0.865894] type=2000 audit(1350282752.753:1): initialized
    [ 0.888587] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.893500] VFS: Disk quotas dquot_6.5.2
    [ 0.893619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.894143] msgmni has been set to 7365
    [ 0.894855] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.894994] io scheduler noop registered
    [ 0.895000] io scheduler deadline registered
    [ 0.895140] io scheduler cfq registered (default)
    [ 0.895821] GHES: HEST is not enabled!
    [ 0.896104] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.897227] Linux agpgart interface v0.103
    [ 0.897402] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    [ 0.915945] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.915987] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.916295] mousedev: PS/2 mouse device common for all mice
    [ 0.916367] rtc_cmos 00:05: >RTC can wake from S4
    [ 0.916659] rtc_cmos 00:05: >rtc core: registered rtc_cmos as rtc0
    [ 0.916699] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
    [ 0.916726] cpuidle: using governor ladder
    [ 0.916731] cpuidle: using governor menu
    [ 0.917088] drop_monitor: Initializing network drop monitor service
    [ 0.917249] TCP: cubic registered
    [ 0.917497] NET: Registered protocol family 10
    [ 0.917888] NET: Registered protocol family 17
    [ 0.917914] Key type dns_resolver registered
    [ 0.918671] PM: Hibernation image not present or could not be loaded.
    [ 0.918708] registered taskstats version 1
    [ 0.919868] rtc_cmos 00:05: >setting system clock to 2012-10-15 06:32:33 UTC (1350282753)
    [ 0.922767] Freeing unused kernel memory: 760k freed
    [ 0.923231] Write protecting the kernel read-only data: 8192k
    [ 0.934286] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.935897] Freeing unused kernel memory: 1472k freed
    [ 0.941207] Freeing unused kernel memory: 608k freed
    [ 0.963786] systemd-udevd[40]: starting version 194
    [ 1.046067] ACPI: bus type usb registered
    [ 1.046142] usbcore: registered new interface driver usbfs
    [ 1.046173] usbcore: registered new interface driver hub
    [ 1.046976] SCSI subsystem initialized
    [ 1.048391] usbcore: registered new device driver usb
    [ 1.052424] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.052550] ehci_hcd 0000:00:12.2: >setting latency timer to 64
    [ 1.052559] ehci_hcd 0000:00:12.2: >EHCI Host Controller
    [ 1.052576] ehci_hcd 0000:00:12.2: >new USB bus registered, assigned bus number 1
    [ 1.052595] ehci_hcd 0000:00:12.2: >applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.052642] QUIRK: Enable AMD PLL fix
    [ 1.052663] ehci_hcd 0000:00:12.2: >debug port 1
    [ 1.052716] ehci_hcd 0000:00:12.2: >irq 17, io mem 0xf0446000
    [ 1.056231] libata version 3.00 loaded.
    [ 1.062158] ehci_hcd 0000:00:12.2: >USB 2.0 started, EHCI 1.00
    [ 1.063040] hub 1-0:1.0: >USB hub found
    [ 1.063055] hub 1-0:1.0: >5 ports detected
    [ 1.063341] ehci_hcd 0000:00:13.2: >setting latency timer to 64
    [ 1.063350] ehci_hcd 0000:00:13.2: >EHCI Host Controller
    [ 1.063369] ehci_hcd 0000:00:13.2: >new USB bus registered, assigned bus number 2
    [ 1.063386] ehci_hcd 0000:00:13.2: >applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.063434] ehci_hcd 0000:00:13.2: >debug port 1
    [ 1.063465] ehci_hcd 0000:00:13.2: >irq 17, io mem 0xf0444000
    [ 1.063577] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.071579] ehci_hcd 0000:00:13.2: >USB 2.0 started, EHCI 1.00
    [ 1.071967] hub 2-0:1.0: >USB hub found
    [ 1.071981] hub 2-0:1.0: >5 ports detected
    [ 1.072259] ahci 0000:00:11.0: >version 3.0
    [ 1.072459] ahci 0000:00:11.0: >AHCI 0001.0200 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 1.072469] ahci 0000:00:11.0: >flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    [ 1.074636] scsi0 : ahci
    [ 1.076008] scsi1 : ahci
    [ 1.076746] ata1: SATA max UDMA/133 abar m1024@0xf0448000 port 0xf0448100 irq 19
    [ 1.076757] ata2: SATA max UDMA/133 abar m1024@0xf0448000 port 0xf0448180 irq 19
    [ 1.076955] ohci_hcd 0000:00:12.0: >setting latency timer to 64
    [ 1.076965] ohci_hcd 0000:00:12.0: >OHCI Host Controller
    [ 1.076982] ohci_hcd 0000:00:12.0: >new USB bus registered, assigned bus number 3
    [ 1.077061] ohci_hcd 0000:00:12.0: >irq 18, io mem 0xf0447000
    [ 1.133020] hub 3-0:1.0: >USB hub found
    [ 1.133040] hub 3-0:1.0: >5 ports detected
    [ 1.133331] ohci_hcd 0000:00:13.0: >setting latency timer to 64
    [ 1.133340] ohci_hcd 0000:00:13.0: >OHCI Host Controller
    [ 1.133357] ohci_hcd 0000:00:13.0: >new USB bus registered, assigned bus number 4
    [ 1.133401] ohci_hcd 0000:00:13.0: >irq 18, io mem 0xf0445000
    [ 1.189617] hub 4-0:1.0: >USB hub found
    [ 1.189637] hub 4-0:1.0: >5 ports detected
    [ 1.378161] usb 2-1: >new high-speed USB device number 2 using ehci_hcd
    [ 1.561370] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.561467] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.563720] ata1.00: ATA-8: WDC WD3200BPVT-22JJ5T0, 01.01A01, max UDMA/133
    [ 1.563736] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.564140] ata2.00: ATAPI: HL-DT-STDVDRAM GT32N, 1.00, max UDMA/100
    [ 1.565602] ata1.00: configured for UDMA/133
    [ 1.566175] scsi 0:0:0:0: >Direct-Access ATA WDC WD3200BPVT-2 01.0 PQ: 0 ANSI: 5
    [ 1.567085] ata2.00: configured for UDMA/100
    [ 1.572179] scsi 1:0:0:0: >CD-ROM HL-DT-ST DVDRAM GT32N 1.00 PQ: 0 ANSI: 5
    [ 1.581718] sd 0:0:0:0: >[sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.581730] sd 0:0:0:0: >[sda] 4096-byte physical blocks
    [ 1.581901] sd 0:0:0:0: >[sda] Write Protect is off
    [ 1.581910] sd 0:0:0:0: >[sda] Mode Sense: 00 3a 00 00
    [ 1.581986] sd 0:0:0:0: >[sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.583357] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.583368] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.583964] sr 1:0:0:0: >Attached scsi CD-ROM sr0
    [ 1.618460] sda: sda1 sda2 sda3 sda4
    [ 1.620290] sd 0:0:0:0: >[sda] Attached SCSI disk
    [ 1.727775] usb 2-2: >new high-speed USB device number 3 using ehci_hcd
    [ 1.864211] Refined TSC clocksource calibration: 1296.752 MHz.
    [ 1.864234] Switching to clocksource tsc
    [ 2.433827] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.666840] systemd[1]: systemd 194 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    [ 3.722971] systemd[1]: Set hostname to <bruno>.
    [ 4.488588] systemd[1]: Cannot add dependency job for unit laptop-mode-tools.service, ignoring: Unit laptop-mode-tools.service failed to load: No such file or directory. See system logs and 'systemctl status laptop-mode-tools.service' for details.
    [ 4.488712] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 4.489344] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 4.489500] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 4.489543] systemd[1]: Starting Remote File Systems.
    [ 4.489989] systemd[1]: Reached target Remote File Systems.
    [ 4.490028] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 4.490454] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 4.490486] systemd[1]: Starting Delayed Shutdown Socket.
    [ 4.490915] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 4.490949] systemd[1]: Starting Encrypted Volumes.
    [ 4.491324] systemd[1]: Reached target Encrypted Volumes.
    [ 4.491426] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 4.492090] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 4.492146] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 4.492266] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 4.492474] systemd[1]: Starting udev Kernel Socket.
    [ 4.492918] systemd[1]: Listening on udev Kernel Socket.
    [ 4.493064] systemd[1]: Starting udev Control Socket.
    [ 4.493495] systemd[1]: Listening on udev Control Socket.
    [ 4.493537] systemd[1]: Expecting device dev-disk-by\x2duuid-8b2205c5\x2d7a42\x2d49f1\x2d824d\x2d328c5b469b32.device...
    [ 4.493844] systemd[1]: Expecting device dev-disk-by\x2duuid-05577ba8\x2dadcb\x2d4c21\x2da7fb\x2dd9a203549a46.device...
    [ 4.494148] systemd[1]: Expecting device dev-disk-by\x2duuid-adc94d54\x2d4197\x2d4eae\x2dbc9d\x2de5c223826683.device...
    [ 4.494457] systemd[1]: Starting Journal Socket.
    [ 4.494946] systemd[1]: Listening on Journal Socket.
    [ 4.495006] systemd[1]: Started File System Check on Root Device.
    [ 4.495042] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 4.516559] systemd[1]: Mounting Debug File System...
    [ 4.563644] systemd[1]: Starting Load Kernel Modules...
    [ 4.569971] systemd[1]: Mounting Huge Pages File System...
    [ 4.600070] systemd[1]: Mounting POSIX Message Queue File System...
    [ 4.616393] systemd[1]: Starting udev Kernel Device Manager...
    [ 4.626762] systemd[1]: Starting udev Coldplug all Devices...
    [ 4.830581] systemd[1]: Started Set Up Additional Binary Formats.
    [ 4.830666] systemd[1]: Starting Setup Virtual Console...
    [ 4.879346] systemd[1]: Starting Apply Kernel Variables...
    [ 4.886145] systemd[1]: Starting Journal Service...
    [ 4.896725] systemd[1]: Started Journal Service.
    [ 5.379346] EXT4-fs (sda3): re-mounted. Opts: (null)
    [ 5.397249] systemd-udevd[97]: starting version 194
    [ 5.963399] microcode: CPU0: patch_level=0x05000101
    [ 6.593653] wmi: Mapper loaded
    [ 6.852084] piix4_smbus 0000:00:14.0: >SMBus Host Controller at 0xb00, revision 0
    [ 6.879336] input: PC Speaker as /devices/platform/pcspkr/input/input1
    [ 6.905401] ACPI: acpi_idle registered with cpuidle
    [ 6.911845] ACPI: AC Adapter [ACAD] (off-line)
    [ 6.912063] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 6.912203] ACPI: Power Button [PWRB]
    [ 6.912328] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 6.912426] ACPI: Sleep Button [SLPB]
    [ 6.912587] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
    [ 6.914494] ACPI: Lid Switch [LID]
    [ 6.914772] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    [ 6.914907] ACPI: Power Button [PWRF]
    [ 6.935736] Linux media interface: v0.10
    [ 6.953897] microcode: CPU0: new patch_level=0x0500010d
    [ 6.953971] microcode: CPU1: patch_level=0x05000101
    [ 6.956871] atl1c 0000:06:00.0: >version 1.0.1.0-NAPI
    [ 6.963602] microcode: CPU1: new patch_level=0x0500010d
    [ 6.964191] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 6.993640] acpi device:01: >registered as cooling_device2
    [ 6.993699] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 6.993817] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6
    [ 7.145811] kvm: Nested Virtualization enabled
    [ 7.145823] kvm: Nested Paging enabled
    [ 7.169866] Initializing USB Mass Storage driver...
    [ 7.170002] usbcore: registered new interface driver usb-storage
    [ 7.170006] USB Mass Storage support registered.
    [ 7.365350] [drm] Initialized drm 1.1.0 20060810
    [ 7.656414] ACPI: Battery Slot [BAT1] (battery present)
    [ 7.681063] acer_wmi: Acer Laptop ACPI-WMI Extras
    [ 7.681100] acer_wmi: Function bitmap for Communication Button: 0x1
    [ 7.681108] acer_wmi: Brightness must be controlled by acpi video driver
    [ 7.682027] input: Acer WMI hotkeys as /devices/virtual/input/input7
    [ 7.685375] powernow-k8: Found 1 AMD E-300 APU with Radeon(tm) HD Graphics (2 cpu cores) (version 2.20.00)
    [ 7.685468] powernow-k8: 0 : pstate 0 (1300 MHz)
    [ 7.685473] powernow-k8: 1 : pstate 1 (1114 MHz)
    [ 7.685476] powernow-k8: 2 : pstate 2 (780 MHz)
    [ 7.747166] usb 2-2: >USB disconnect, device number 3
    [ 7.756039] scsi2 : usb-storage 2-2:1.0
    [ 7.757987] usbcore: registered new interface driver ums-realtek
    [ 7.794631] Linux video capture interface: v2.00
    [ 7.818956] psmouse serio1: >elantech: assuming hardware version 2 (with firmware version 0x040213)
    [ 7.883776] psmouse serio1: >elantech: Synaptics capabilities query result 0x68, 0x18, 0x0c.
    [ 7.920519] uvcvideo: Found UVC 1.00 device WebCam (04f2:b209)
    [ 7.924960] input: WebCam as /devices/pci0000:00/0000:00:13.2/usb2/2-1/2-1:1.0/input/input8
    [ 7.925651] usbcore: registered new interface driver uvcvideo
    [ 7.925659] USB Video Class driver (1.1.1)
    [ 7.940773] usbcore: registered new interface driver uas
    [ 7.987924] cfg80211: Calling CRDA to update world regulatory domain
    [ 8.036456] [drm] radeon defaulting to kernel modesetting.
    [ 8.036466] [drm] radeon kernel modesetting enabled.
    [ 8.037386] [drm] initializing kernel modesetting (PALM 0x1002:0x9802 0x1025:0x0602).
    [ 8.037536] [drm] register mmio base: 0xF0400000
    [ 8.037539] [drm] register mmio size: 262144
    [ 8.038428] ATOM BIOS: Acer
    [ 8.038508] radeon 0000:00:01.0: >VRAM: 256M 0x0000000000000000 - 0x000000000FFFFFFF (256M used)
    [ 8.038515] radeon 0000:00:01.0: >GTT: 512M 0x0000000010000000 - 0x000000002FFFFFFF
    [ 8.038772] [drm] Detected VRAM RAM=256M, BAR=256M
    [ 8.038782] [drm] RAM width 32bits DDR
    [ 8.038994] [TTM] Zone kernel: Available graphics memory: 1887084 kiB
    [ 8.038999] [TTM] Initializing pool allocator
    [ 8.039011] [TTM] Initializing DMA pool allocator
    [ 8.039077] [drm] radeon: 256M of VRAM memory ready
    [ 8.039082] [drm] radeon: 512M of GTT memory ready.
    [ 8.039131] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 8.039134] [drm] Driver supports precise vblank timestamp query.
    [ 8.039208] radeon 0000:00:01.0: >irq 40 for MSI/MSI-X
    [ 8.039240] radeon 0000:00:01.0: >radeon: using MSI.
    [ 8.039296] [drm] radeon: irq initialized.
    [ 8.039307] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 8.041874] [drm] Loading PALM Microcode
    [ 8.103075] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 8.103397] radeon 0000:00:01.0: >WB enabled
    [ 8.103412] radeon 0000:00:01.0: >fence driver on ring 0 use gpu addr 0x0000000010000c00 and cpu addr 0xffff880107665c00
    [ 8.121258] [drm] ring test on 0 succeeded in 1 usecs
    [ 8.122174] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 8.123182] [drm] Radeon Display Connectors
    [ 8.123188] [drm] Connector 0:
    [ 8.123191] [drm] LVDS-1
    [ 8.123194] [drm] HPD1
    [ 8.123199] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
    [ 8.123202] [drm] Encoders:
    [ 8.123204] [drm] LCD1: INTERNAL_UNIPHY
    [ 8.123207] [drm] Connector 1:
    [ 8.123210] [drm] VGA-1
    [ 8.123214] [drm] DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
    [ 8.123216] [drm] Encoders:
    [ 8.123219] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 8.123287] [drm] Internal thermal controller without fan control
    [ 8.123382] [drm] radeon: power management initialized
    [ 8.195882] psmouse serio1: >elantech: retrying ps2 command 0xe6 (2).
    [ 8.459037] Adding 4200992k swap on /dev/sda2. Priority:-1 extents:1 across:4200992k
    [ 8.513261] ath: EEPROM regdomain: 0x65
    [ 8.513270] ath: EEPROM indicates we should expect a direct regpair map
    [ 8.513277] ath: Country alpha2 being used: 00
    [ 8.513280] ath: Regpair used: 0x65
    [ 8.548006] [drm] fb mappable at 0xE0142000
    [ 8.548016] [drm] vram apper at 0xE0000000
    [ 8.548019] [drm] size 4325376
    [ 8.548022] [drm] fb depth is 24
    [ 8.548025] [drm] pitch is 5632
    [ 8.548225] fbcon: radeondrmfb (fb0) is primary device
    [ 8.625987] ieee80211 phy0: >Selected rate control algorithm 'ath9k_rate_control'
    [ 8.626842] Registered led device: ath9k-phy0
    [ 8.626866] ieee80211 phy0: >Atheros AR9485 Rev:1 mem=0xffffc90005780000, irq=19
    [ 8.708957] psmouse serio1: >elantech: retrying ps2 command 0xf8 (2).
    [ 9.113162] Console: switching to colour frame buffer device 170x48
    [ 9.120687] fb0: radeondrmfb frame buffer device
    [ 9.120689] drm: registered panic notifier
    [ 9.120699] [drm] Initialized radeon 2.18.0 20080528 for 0000:00:01.0 on minor 0
    [ 9.121566] snd_hda_intel 0000:00:14.2: >setting latency timer to 64
    [ 9.307514] hda_codec: CX20588: BIOS auto-probing.
    [ 9.308877] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input9
    [ 9.320249] input: HDA ATI SB Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    [ 9.320795] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input11
    [ 9.411372] psmouse serio1: >elantech: retrying ps2 command 0xf8 (1).
    [ 9.581805] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
    [ 9.586723] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
    [ 9.997564] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 10.031075] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input12
    [ 10.207610] systemd-journald[101]: Received SIGUSR1
    [ 20.129307] atl1c 0000:06:00.0: >irq 41 for MSI/MSI-X
    [ 20.151318] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 20.279988] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 22.552893] wlan0: authenticate with 30:46:9a:82:10:e4
    [ 22.559172] wlan0: send auth to 30:46:9a:82:10:e4 (try 1/3)
    [ 22.561219] wlan0: authenticated
    [ 22.570082] wlan0: associate with 30:46:9a:82:10:e4 (try 1/3)
    [ 22.574401] wlan0: RX AssocResp from 30:46:9a:82:10:e4 (capab=0x411 status=0 aid=3)
    [ 22.574506] wlan0: associated
    [ 22.575594] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 45.600108] fuse init (API version 7.19)
    [ 51.856447] EXT4-fs (sda3): re-mounted. Opts: commit=600
    [ 52.664901] EXT4-fs (sda4): re-mounted. Opts: commit=600
    [ 58.563295] radeon 0000:00:01.0: >GPU lockup CP stall for more than 10000msec
    [ 58.563315] radeon 0000:00:01.0: >GPU lockup (waiting for 0x0000000000000080 last fence id 0x0000000000000001)
    [ 58.564427] radeon 0000:00:01.0: >GPU softreset
    [ 58.564437] radeon 0000:00:01.0: > GRBM_STATUS=0xA0003828
    [ 58.564445] radeon 0000:00:01.0: > GRBM_STATUS_SE0=0x00000007
    [ 58.564453] radeon 0000:00:01.0: > GRBM_STATUS_SE1=0x00000007
    [ 58.564461] radeon 0000:00:01.0: > SRBM_STATUS=0x20020940
    [ 58.720491] radeon 0000:00:01.0: >Wait for MC idle timedout !
    [ 58.720498] radeon 0000:00:01.0: > GRBM_SOFT_RESET=0x00007F6B
    [ 58.720604] radeon 0000:00:01.0: > GRBM_STATUS=0x00003828
    [ 58.720609] radeon 0000:00:01.0: > GRBM_STATUS_SE0=0x00000007
    [ 58.720614] radeon 0000:00:01.0: > GRBM_STATUS_SE1=0x00000007
    [ 58.720619] radeon 0000:00:01.0: > SRBM_STATUS=0x20020940
    [ 58.721624] radeon 0000:00:01.0: >GPU reset succeed
    [ 58.881909] radeon 0000:00:01.0: >Wait for MC idle timedout !
    [ 59.042235] radeon 0000:00:01.0: >Wait for MC idle timedout !
    [ 59.045319] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 59.045433] radeon 0000:00:01.0: >WB enabled
    [ 59.045441] radeon 0000:00:01.0: >fence driver on ring 0 use gpu addr 0x0000000010000c00 and cpu addr 0xffff880107665c00
    [ 59.222891] [drm:r600_ring_test] *ERROR* radeon: ring 0 test failed (scratch(0x8500)=0xCAFEDEAD)
    [ 59.222899] [drm:evergreen_resume] *ERROR* evergreen startup failed on resume

  • (SOLVED) Have Syslinux, will not boot with either Syslinux or GRUB2

    Greetings everyone,
    I decided to replace GRUB Legacy on my box this morning with Syslinux. Unlike the other box where I did this, it did not go smoothly this time.
    At computer startup, it will tell me that "Boot failed <Hard drive model>".
    In order to do some more testing, I booted using SystemRescueCd into my Arch and installed GRUB2. Startup will fail at the very same moment.
    This is what fdisk has to say about my partitioning:
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xa9d357fb
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 821247 409600 27 Hidden NTFS WinRE
    /dev/sda2 821248 488245247 243712000 7 HPFS/NTFS/exFAT
    /dev/sda3 488245248 523401497 17578125 7 HPFS/NTFS/exFAT
    /dev/sda4 523403262 976771071 226683905 5 Extended
    /dev/sda5 * 523403264 603402239 39999488 83 Linux
    /dev/sda6 603404288 635402239 15998976 82 Linux swap / Solaris
    /dev/sda7 635404288 936771583 150683648 83 Linux
    /dev/sda8 936773632 976771071 19998720 b W95 FAT32
    Since GRUB Legacy worked fine, I installed both Syslinux and GRUB2 for BIOS booting by overwriting the MBR. My assumption is that the BIOS cannot handle the new MBR, and thus cannot start the bootloader, but I ran out of any steps I could take to fix this. And I could be wrong, of course.
    For completeness, this is my syslinux.cfg, even though it is pretty much the stock one, and I doubt that it is part of the cause:
    # Config file for Syslinux -
    # /boot/syslinux/syslinux.cfg
    # Comboot modules:
    # * menu.c32 - provides a text menu
    # * vesamenu.c32 - provides a graphical menu
    # * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
    # * hdt.c32 - hardware detection tool
    # * reboot.c32 - reboots the system
    # * poweroff.com - shutdown the system
    # To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
    # If /usr and /boot are on the same file system, symlink the files instead
    # of copying them.
    # If you do not use a menu, a 'boot:' prompt will be shown and the system
    # will boot automatically after 5 seconds.
    # Please review the wiki: https://wiki.archlinux.org/index.php/Syslinux
    # The wiki provides further configuration examples
    DEFAULT arch
    PROMPT 0 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 50
    # You can create syslinux keymaps with the keytab-lilo tool
    #KBDMAP de.ktl
    # Menu Configuration
    # Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
    UI menu.c32
    #UI vesamenu.c32
    # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
    MENU TITLE Arch Linux
    #MENU BACKGROUND splash.png
    MENU COLOR border 30;44 #40ffffff #a0000000 std
    MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    MENU COLOR help 37;40 #c0ffffff #a0000000 std
    MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    # boot sections follow
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda5 ro
    INITRD ../initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../vmlinuz-linux
    APPEND root=/dev/sda5 ro
    INITRD ../initramfs-linux-fallback.img
    LABEL windows
    MENU LABEL Windows
    COM32 chain.c32
    APPEND hd0 1
    LABEL hdt
    MENU LABEL HDT (Hardware Detection Tool)
    COM32 hdt.c32
    LABEL reboot
    MENU LABEL Reboot
    COM32 reboot.c32
    LABEL off
    MENU LABEL Power Off
    COMBOOT poweroff.com
    Any ideas? Even ideas how to get more information from this box would be very helpful... "Boot failed" is not that constructive.
    Last edited by IllDefinedPillow (2012-08-14 06:06:08)

    I see, you corrected my syntax, thanks. But it still cannot boot.
    Now, this is how syslinux.cfg looks now:
    # Config file for Syslinux -
    # /boot/syslinux/syslinux.cfg
    # Comboot modules:
    # * menu.c32 - provides a text menu
    # * vesamenu.c32 - provides a graphical menu
    # * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
    # * hdt.c32 - hardware detection tool
    # * reboot.c32 - reboots the system
    # * poweroff.com - shutdown the system
    # To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
    # If /usr and /boot are on the same file system, symlink the files instead
    # of copying them.
    # If you do not use a menu, a 'boot:' prompt will be shown and the system
    # will boot automatically after 5 seconds.
    # Please review the wiki: https://wiki.archlinux.org/index.php/Syslinux
    # The wiki provides further configuration examples
    DEFAULT arch
    PROMPT 0 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 50
    # You can create syslinux keymaps with the keytab-lilo tool
    #KBDMAP de.ktl
    # Menu Configuration
    # Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
    UI menu.c32
    #UI vesamenu.c32
    # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
    MENU TITLE Arch Linux
    #MENU BACKGROUND splash.png
    MENU COLOR border 30;44 #40ffffff #a0000000 std
    MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    MENU COLOR help 37;40 #c0ffffff #a0000000 std
    MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    # boot sections follow
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=UUID=d292a449-b64b-40cd-b09b-e876e50e207f ro
    INITRD ../initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../vmlinuz-linux
    APPEND root=UUID=d292a449-b64b-40cd-b09b-e876e50e207f ro
    INITRD ../initramfs-linux-fallback.img
    LABEL windows
    MENU LABEL Windows
    COM32 chain.c32
    APPEND label:winboot
    LABEL hdt
    MENU LABEL HDT (Hardware Detection Tool)
    COM32 hdt.c32
    LABEL reboot
    MENU LABEL Reboot
    COM32 reboot.c32
    LABEL off
    MENU LABEL Power Off
    COMBOOT poweroff.com
    # APPEND root=/dev/sda5 ro
    # APPEND hd0 1
    However, I still believe that it fails prior to reading this file. Syslinux does not output anything before the booting fails, which it should if syslinux.cfg would be accessible but erroneous, shouldn't it?

  • [SOLVED] freeze (black screen) during boot

    When booting, after I can choose between Arch and Arch Fallback, the console messages are still huge (resolution not yet fit to screen). That's the output of scripts run on boot, if I understand it right. Then, the screen turns black for a second when the screen resolution is increased, and then the colored stuff comes, e.g. the Daemons (network etc.).
    Now sometimes, the screen just remains black when the screen resolution is increased. Nothing happens anymore, then, and I have to force reboot holding the power button. Most times, booting works on second try, sometimes it needs more tries (but eventually, it always boots just fine).
    I'm running up-to-date Arch on a MacBook4 dualboot (rEFIt boots first, and from there, Arch is loaded by Grub). That's all system information I can provide right know, since I don't know much about what happens at boot, and there doesn't seem to be a boot logfile on Arch.
    It's not a really fatal problem because, as mentionned, Arch eventually boots just fine every time after some tries; but it's really, really annoying because otherwise, my Arch runs rock stable (all crashes are window manager, i.e. gnome3, related...).
    Last edited by cryptkeeper (2012-06-12 14:38:10)

    I finally solved the problem, as it seems for good because I haven't had a single freeze on boot anymore since I did this.
    What I did is to set up an "early KMS start", described here: https://wiki.archlinux.org/index.php/KM … _KMS_start . I stumbled into this when I was googling for a solution, thought: why not give it a try?, and it works!!
    Last edited by cryptkeeper (2012-06-12 14:48:03)

  • [Solved] "Version Magic" error when booting with m

    Hi, I compiled kernel 2.6.16.18  and I receive the following error when booting:
    ide_core: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    amd74xx: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    generic: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    ide_disk: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    cdrom: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    ide_cd: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    ide_floppy: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    sd_mod: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    libata: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    sata_nv: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    jbd: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    ext3: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    jfs: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    reiserfs: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    xfs: version magic '2.6.16-ARCH SMP preempt 686 gcc-4.0' should be '2.6.16.18-ARCH preempt 686 gcc-4.0'
    I compiled my kernel with this line:
    # make -s clean bzImage modules modules_install
    Any ideas?

    Ok, I fixed it.
    When doing mkinitrd auto it would make an initrd image from the modules at /lib/modules/2.6.16-ARCH when it had to do it from /lib/modules/2.6.16.18-ARCH
    I fixed it with 
    mkinitrd kernel_version=2.6.16.18-ARCH
    Also my menu.lst was wrong, a new image was created under the name of
    initrd-2.6.16.18-ARCH.img.
    My menu.lst pointed to initrd26.img. I didn't change it before because I didn't know, someone should update the wiki article about compiling the kernel from source.

  • [solved] Systemd hangs sometimes on boot with linux-ck

    Hi i have linux-ck kernel installes and a Systemd-only init.
    Sometimes it hangs on boot and then, instead of starting X / LXDM, drops to a commandline login prompt. It does not happen on every boot and never happend with arch stock kernel so far. I cant't login to search in systemd journal for errors because the keyboard does not work corret, e.g. if I press "o" it writes a "6"
    here a shot from last time it happend. In the shot the last messages from Systemd are visible, but sometimes the screen is cleard before the login prompt appears.
    Last edited by SiD (2012-09-08 07:51:58)

    ok I activated syslog-ng and found this in the logs from last boot that not worked
    Xorg log
    # grep -e EE -e WW /var/log/Xorg.0.log.old
    [ 1.932] Current Operating System: Linux sunny 3.5.3-2-ck #1 SMP PREEMPT Mon Aug 27 15:48:39 EDT 2012 x86_64
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1.942] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1.944] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1.944] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1.948] (II) Loading extension MIT-SCREEN-SAVER
    [ 2.133] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
    [ 2.133] (EE) NVIDIA(0): system's kernel log for additional error messages and
    [ 2.133] (EE) NVIDIA(0): consult the NVIDIA README for details.
    [ 2.133] (EE) NVIDIA(0): *** Aborting ***
    [ 2.133] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 2.133] (EE) Screen(s) found, but none have a usable configuration.
    lxdm log
    # cat /var/log/lxdm.log.old
    ** Message: find greeter (nil)
    ** Message: find idle (nil)
    ** Message: add xserver watch
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.4.8-1-ARCH x86_64
    Current Operating System: Linux sunny 3.5.3-2-ck #1 SMP PREEMPT Mon Aug 27 15:48:39 EDT 2012 x86_64
    Kernel command line: root=UUID=3e32c396-fffb-4e00-b513-08db5c5da177 i915.i915_enable_rc6=1 ro initrd=../initramfs-linux-ck.img BOOT_IMAGE=../vmlinuz-linux-ck
    Build Date: 27 August 2012 08:04:39AM
    Current version of pixman: 0.26.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 3 18:45:01 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    NVIDIA: could not open the device file /dev/nvidiactl (No such device or address).
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    Server terminated with error (1). Closing log file.
    ** Message: exit cb
    ** Message: free session
    arc 1
    and in everything log
    Sep 3 18:45:03 localhost systemd[1]: Startup finished in 1s 157ms 589us (kernel) + 2s 645ms 840us (userspace) = 3s 803ms 429us.
    Sep 3 18:45:04 localhost dbus-daemon[317]: dbus[317]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Sep 3 18:45:04 localhost dbus[317]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Sep 3 18:45:04 localhost dbus[317]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    Sep 3 18:45:04 localhost dbus-daemon[317]: dbus[317]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    Sep 3 18:45:06 localhost systemd[1]: lxdm.service: main process exited, code=exited, status=1
    Sep 3 18:45:06 localhost systemd[1]: Unit lxdm.service entered failed state.
    Sep 3 18:45:06 localhost dbus-daemon[317]: dbus[317]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Sep 3 18:45:06 localhost dbus[317]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Sep 3 18:45:06 localhost dbus[317]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    Sep 3 18:45:06 localhost dbus-daemon[317]: dbus[317]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.Avahi.service' for details.
    Seems to me there is a problem loading the Nvidia driver.  Don't know if the dbus errors matter ...
    EDIT:
    Makes sence to me, without a graphics driver loaded X / LXDM can not start.
    Last edited by SiD (2012-09-03 17:12:23)

  • [Solved/Workaround] System freeze during boot on Intel NUC DN2820FYKH

    Edit: When using the latest mainline kernel from here (3.14rc5 at the time of writing) all the problems go away. I'm hoping that this means I simply have to wait for 3.14 to release and hit [core] eventually. Also, my system clock *was* set incorrectly, because "ntpd -q" didn't print any sort of warning when I forgot the "-g" parameter.
    Original message preserved in case anyone has the same problem:
    On a fresh install, if I boot the latest kernel (3.13.5-1 at the time of writing) booting will stop midway through the systemd startup sequence. The specific line it ends on varies, sometimes it's "Starting Sound Card", other times it's "Starting Load/Save Random Seed." The system cursor stop blinking.
    Adding debug to my boot parameters gives a large number of errors along the line of "Assertion: dual_timestamp_is_set has failed in sd_event_now_get_monotonic".
    After this boot continues for a while, before freezing as described, without any sort of error or noteworthy output (as far as I can tell.)
    Using the latest lts kernel (3.10.32-1) boot does finish, although it gives the same Assertion error as above. Also, the i915 module gives the error "preliminary hardware support disabled" and no modesetting is done. When trying to start X there are "No screens found"
    As far as I can tell, the system clock and all related config files are configured correctly. All packages are up to date.
    The system is an Intel NUC DN2820FYKH with a Bay Trail Celeron N2820 processor. For full specs:
    http://www.intel.com/content/www/us/en/ … 0fykh.html
    Last edited by Hellrespawn (2014-03-08 21:13:53)

    Heres what I see after everything > 3.12.9 . It has a blinking cursor underneath that freezes, hdd light then stays on solid and doesn't do anything.

  • Can not load modules during boot with kernel 2.6.31

    Every time i install kernel 2.6.31 (ever since it got into core), after reboot i receive message
    FATAL: module ... not found
    with every module in my rc.conf, or sometimes with this message:
    FATAL: could not load /lib/modules/2.6.30-ARCH/modules.dep no such file or directory
    Before those errors the boot script complaisn about hardware clock (right after the Arch Linux line):
    Could not access the hardware clock via any known method.
    After that I can still start X but my keyboard and mouse are completely dead. The console works fine, i just can not load any module per hand, some daemon can not be started - obviously.
    Latest kernel 2.6.30 works fine. Is this a problem of 2.6.31 ?

    /lib/modules/2.6.30-ARCH/
    That is very strange... it's not booting into .31
    It's an install problem because that dir shouldn't be there after updating kernel26.
    I know you said you installed from core, but was it a custom install? Did you change the PKGBUILD in anyway?
    After installing .31, before rebooting do depmod 2.6.31-ARCH
    Then do mkinitcpio -p kernel26
    Post the output of the second one.
    Last edited by gog (2009-10-26 00:32:06)

  • [solved] Making stuff run during boot (wifi connect script)

    In Ubuntu, I used some commands to add a script to init.d for a wireless connect script, but Arch is differnet. How would I go about putting a script to connect to wireless during startup? (GUI network managers don't like me, and if they don't connect quick enough, then Kopete complains )
    Last edited by doorknob60 (2008-09-30 01:11:18)

    Nice, it worked perfectly, and I didn't even notice it boot slower I was getting tired of manually connecting after logging in.

Maybe you are looking for

  • Dear sirs

    please give me details of these objects(suitable tables,fields and cod with good examples. •     Developed an Interactive Report for Displaying Purchase Order’s for selected Date Range displaying PO details and Vendor Number and Secondary List to Dis

  • DMEE layout for two different format

    Hi, I want to create DMME for Argentina. this contains two format.One is with tax and other is without tax for the same company code. wheter it is possbile to define two layout in a single DMEE tree. If so how to seggregate these two in a single layo

  • Value Mapping replication from SAP

    Hi I have gone thru the Blogs and threads related to value mapping replication from SAP. Inmy observervation  http://sap.com/xi/XI/System of SAP BASIS 7.00 still I have some doubts... 1)what is the differnce between ValueMappingReplication(Asynchrono

  • LR 3.6RC vs. LR 3.6 /w D700 Camera Profiles v4

    I used the LR 3.6RC on Mac to develop a whole session using the Camera Profiles v4 that came with 3.6RC. The behaviour was a bit strange as the images got "lighter" the more you move the "Wiederherstellungs-Regler"  (is that recovery control in the e

  • Alert/Notifications in 11.5.8 OM Suite

    I want to create some alerts/notifications in Order Mangement based on the status of the Sales Order. These alerts need to be executed on a daily basis and is to be sent to the planner who created the sales order. What would be the best way to do thi