[SOLVED] Root fs cannot be found on boot (initramfs works)

Hi all! Long time lurker, first time poster.
I'd been using catalyst drivers since I started out on Arch. I knew there were conflicts during updates involving catalyst, so I've never updated my kernel or Xorg during "pacman -Syu" updates. I'd specifically blocked them in pacman.conf. However, I recently decided to switch to open source ati drivers and in doing so, decided to update my entire system including the kernel. Everything went smoothly, but upon reboot I'm getting the dreaded "root filesystem cannot be found" error.
Root device '/dev/sdb6' doesn't exist, attempting to create it
ERROR: Failed to parse block device name for '/dev/sdb6' unknown
ERROR: Unable to create/detect root device, '/dev/sdb6'
Dropping to recovery shell.. type 'exit' to reboot
Note that the initramfs worked, it's just it couldn't get into my root partition even though I can mount it without any problems from the live CD.
I set about trying to fix my problem. Here is a list of things I've tried.
1) Using the liveCD, I chrooted into my install (mounting proc, dev, etc. in the process) and did
depmod -a
followed by
pacman -Sf kernel26
which completed with no errors problems. This didn't solve my issue.
2) Using the liveCD, performing
mkinitcpio -M
and ensuring my mkinitcpio.conf file contained all the listed modules. I then rebuilt the initramfs with another
pacman -Sf kernel26
This didn't solve my issue.
3) Playing with grub, replacing my UUID lookups with /dev/sdb6. I also tried different combinations (see this thread) to check the bios and grub were matching up. I did the suggested rootdelay=8 and rootfstype=ext3 stuff, too. This didn't solve my issue.
4) Using the liveCD, I did another depmod -a then downgraded my kernel to the older package found on the 2008.6 CD. Mkinitcpio completed successfully, everything seemed fine, but... This didn't solve my issue.
I've done these steps over and over again in various orders, trying different combinations, but I've not had any luck.
Here is my current mkinitcpio.conf file:
MODULES="pata_acpi pata_jmicron ata_generic scsi_mod ahci ata_piix ext3 ahci libata cdrom ide-core ide-pci-generic jmicron ieee1394 ohci1394 atl1 mii sr_mod usbcore ehci-hcd uhci-hcd jbd"
BINARIES=""
FILES=""
HOOKS="base udev autodetect pata scsi sata usb net usbinput keymap encrypt filesystems"
Here is the important bit of my grub file:
Without UUIDs:
title Arch Linux
root (hd1,5)
kernel /vmlinuz26 root=/dev/sdb6 quiet vga=869 rootdelay=8 rootfstype=ext3
initrd /boot/kernel26.img
title Arch Linux (fallback)
root (hd1,5)
kernel /vmlinuz26 root=/dev/sdb6 ro quiet vga=869 rootdelay=8
initrd /boot/kernel26-fallback.img
With UUIDs:
title Arch Linux
uuid ec450c30-5197-4330-9831-914eafad66ce
kernel /vmlinuz26 root=/dev/disk/by-uuid/ec450c30-5197-4330-9831-914eafad66ce ro quiet vga=869
initrd /boot/kernel26.img
title Arch Linux (fallback)
uuid ec450c30-5197-4330-9831-914eafad66ce
kernel /vmlinuz26 root=/dev/disk/by-uuid/ec450c30-5197-4330-9831-914eafad66ce ro quiet vga=869
initrd /boot/kernel26-fallback.img
Any ideas, help, suggestions, fixes, etc would be greatly appreciated. I just felt like my arch install was damn near perfect - I'd hate to have to install everything again!
(Edit: Just fixing something I'd messed up in my attempts to fix it, as kindly pointed out by Karol. It didn't fix the problem, though.)
Last edited by binarymonster (2009-06-04 10:03:19)

karol wrote:
If you've read http://bbs.archlinux.org/viewtopic.php?id=63033 I assume you've tried to use 'root=/dev/sdb6' w/
root            (hd0,5)
instead of
root            (hd1,5)
but didn't work, right?
This one's old (and odd) but you may want to have a look at it anyway http://bbs.archlinux.org/viewtopic.php?pid=376939
And the very bottom of http://bbs.archlinux.org/viewtopic.php?id=44921
I read that first link - though I might have misinterpreted it. I tried keeping (hd1,5) the same and changing /dev/sdb6 to /dev/sda6, etc. I always through that the grub root (hd0,5) wasn't correct, the initramfs would not be able to show up and I'd just get a grub error. What I have tried so far hasn't worked, but I might try changing to (hd0,5) instead of (hd1,5) in a little while.
With regards to the other links, they seem to suggested lots of things I've already tried. The list is getting quite long now!
I have tried reinstalling kernel26, downgrading kernel26, using the fallback image, made sure mkinitcpio.conf contains my filesystem type, made sure mkinitcpio.conf contains my hdd controller module, tried rootdelay=8 a few times... and my mkinitcpio seems to work, so I don't think the problem is with my mkinitcpio.conf file.
Phew! Thanks for your continued help... I'm sure this problem will get solved eventually (and I bet it'll be something simple!). At least I'm learning about chrooting, initramfs, etc.
Do you think it's worth trying to change root (hd1,5) to (hd0,5)? I imagine that would only cause grub to give me and error and not even be able to find the initramfs!

Similar Messages

  • [SOLVED] Installing on ZFS root: "ZFS: cannot find bootfs" on boot.

    I have been experimenting with ZFS filesystems on external HDDs for some time now to get more comfortable with using ZFS in the hopes of one day reinstalling my system on a ZFS root.
    Today, I tried installing a system on an USB external HDD, as my first attempt to install on ZFS (I wanted to try in a safe, disposable environment before I try this on my main system).
    My partition configuration (from gdisk):
    Command (? for help): p
    Disk /dev/sdb: 3907024896 sectors, 1.8 TiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): 2FAE5B61-CCEF-4E1E-A81F-97C8406A07BB
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 3907024862
    Partitions will be aligned on 8-sector boundaries
    Total free space is 0 sectors (0 bytes)
    Number Start (sector) End (sector) Size Code Name
    1 34 2047 1007.0 KiB EF02 BIOS boot partition
    2 2048 264191 128.0 MiB 8300 Linux filesystem
    3 264192 3902828543 1.8 TiB BF00 Solaris root
    4 3902828544 3907024862 2.0 GiB 8300 Linux filesystem
    Partition #1 is for grub, obviously. Partition #2 is an ext2 partition that I mount on /boot in the new system. Partition #3 is where I make my ZFS pool.
    Partition #4 is an ext4 filesystem containing another minimal Arch system for recovery and setup purposes. GRUB is installed on the other system on partition #4, not in the new ZFS system.
    I let grub-mkconfig generate a config file from the system on partition #4 to boot that. Then, I manually edited the generated grub.cfg file to add this menu entry for my ZFS system:
    menuentry 'ZFS BOOT' --class arch --class gnu-linux --class gnu --class os {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod ext2
    set root='hd0,gpt2'
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux zfs=bootfs zfs_force=1 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    My ZFS configuration:
    # zpool list
    NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
    External2TB 1.81T 6.06G 1.81T 0% 1.00x ONLINE -
    # zpool status :(
    pool: External2TB
    state: ONLINE
    scan: none requested
    config:
    NAME STATE READ WRITE CKSUM
    External2TB ONLINE 0 0 0
    usb-WD_Elements_1048_575836314135334C32383131-0:0-part3 ONLINE 0 0 0
    errors: No known data errors
    # zpool get bootfs
    NAME PROPERTY VALUE SOURCE
    External2TB bootfs External2TB/ArchSystemMain local
    # zfs list
    NAME USED AVAIL REFER MOUNTPOINT
    External2TB 14.6G 1.77T 30K none
    External2TB/ArchSystemMain 293M 1.77T 293M /
    External2TB/PacmanCache 5.77G 1.77T 5.77G /var/cache/pacman/pkg
    External2TB/Swap 8.50G 1.78T 20K -
    The reason for the above configuration is that after I get this system to work, I want to install a second system in the same zpool on a different dataset, and have them share a pacman cache.
    GRUB "boots" successfully, in that it loads the kernel and the initramfs as expected from the 2nd GPT partition. The problem is that the kernel does not load the ZFS:
    ERROR: device '' not found. Skipping fsck.
    ZFS: Cannot find bootfs.
    ERROR: Failed to mount the real root device.
    Bailing out, you are on your own. Good luck.
    and I am left in busybox in the initramfs.
    What am I doing wrong?
    Also, here is my /etc/fstab in the new system:
    # External2TB/ArchSystemMain
    #External2TB/ArchSystemMain / zfs rw,relatime,xattr 0 0
    # External2TB/PacmanCache
    #External2TB/PacmanCache /var/cache/pacman/pkg zfs rw,relatime,xattr 0 0
    UUID=8b7639e2-c858-4ff6-b1d4-7db9a393578f /boot ext4 rw,relatime 0 2
    UUID=7a37363e-9adf-4b4c-adfc-621402456c55 none swap defaults 0 0
    I also tried to boot using "zfs=External2TB/ArchSystemMain" in the kernel options, since that was the more logical way to approach my intention of having multiple systems on different datasets. It would allow me to simply create separate grub menu entries for each, with different boot datasets in the kernel parameters. I also tried setting the mount points to "legacy" and uncommenting the zfs entries in my fstab above. That didn't work either and produced the same results, and that was why I decided to try to use "bootfs" (and maybe have a script for switching between the systems by changing the ZFS bootfs and mountpoints before reboot, reusing the same grub menuentry).
    Thanks in advance for any help.
    Last edited by tajjada (2013-12-30 20:03:09)

    Sounds like a zpool.cache issue. I'm guessing your zpool.cache inside your arch-chroot is not up to date. So on boot the ZFS hook cannot find the bootfs. At least, that's what I assume the issue is, because of this line:
    ERROR: device '' not found. Skipping fsck.
    If your zpool.cache was populated, it would spit out something other than an empty string.
    Some assumptions:
    - You're using the ZFS packages provided by demizer (repository or AUR).
    - You're using the Arch Live ISO or some version of it.
    On cursory glance your configuration looks good. But verify anyway. Here are the steps you should follow to make sure your zpool.cache is correct and up to date:
    Outside arch-chroot:
    - Import pools (not using '-R') and verify the mountpoints.
    - Make a copy of the /etc/zfs/zpool.cache before you export any pools. Again, make a copy of the /etc/zfs/zpool.cache before you export any pools. The reason for this is once you export a pool the /etc/zfs/zpool.cache gets updated and removes any reference to the exported pool. This is likely the cause of your issue, as you would have an empty zpool.cache.
    - Import the pool containing your root filesystem using the '-R' flag, and mount /boot within.
    - Make sure to copy your updated zpool.cache to your arch-chroot environment.
    Inside arch-chroot:
    - Make sure your bootloader is configured properly (i.e. read 'mkinitcpio -H zfs').
    - Use the 'udev' hook and not the 'systemd' one in your mkinitcpio.conf. The zfs-utils package does not have a ported hook (as of 0.6.2_3.12.6-1).
    - Update your initramfs.
    Outside arch-chroot:
    - Unmount filesystems.
    - Export pools.
    - Reboot.
    Inside new system:
    - Make sure to update the hostid then rebuild your initramfs. Then you can drop the 'zfs_force=1'.
    Good luck. I enjoy root on ZFS myself. However, I wouldn't recommend swap on ZFS. Despite what the ZoL tracker says, I still ran into deadlocks on occasion (as of a month ago). However, I cannot say definitely the cause of the issue; but it resolved when I moved swap off ZFS to a dedicated partition.
    Last edited by NVS (2013-12-29 14:56:44)

  • Root device cannot be found after fresh installation

    I just made a fresh installation on my lenovo y500. Everything went well. I rebooted (without the usb), and I get the error:
    "ERROR: device '/dev/sdc2' not found. Skipping fsck.
    Error: Unable to find root device '/dev/sdc2"
    I figured I must have goofed somewhere in the installation process, so I thought I'd just boot back into my live USB and start all over, but now the USB is not being detected whatsoever.
    When I open my BIOS, I can't change my boot priorities to USB because the option isn't even present anymore. It's as if the USB isn't recognized.
    When I try to boot into my (apparently broken) arch installation, I get dropped to a recovery shell after the error. Is there anything I can do in this?
    I don't want to make a whole other LiveUSB because the only machines I have left to make it are windows. And I'm windows retarded...
    I have already done the following:
    1. Ensured that secure boot is disabled
    2. Enabled USB Boot (However it doesn't show up in my bootable devices. Only see HDD Device and Linux Boot Manager. Both bring me to the same error)
    3. Moved my USB stick to different ports. Still not able to be detected as a bootable device
    4. Booted into recovery mode. It brings me to the same error.
    Would switching my boot mode to legacy help at all? I'd rather not even try because I just don't even see how it could help.root device not found arch post installatin
    This is not a dual installation. It's a clean installation because I didn't want any silly boot errors (just my luck, I guess).
    Gummiboot was my chosen bootloader during installation. I only had 2 partitions made a root partition 'sdc2' and the efi partition 'sdc1' which was formatted and created with the ef00 esp code
    No notable errors arose during installation and I unmounted everything before I rebooted. I am truly at my wit's end...

    lknows wrote:2. /dev/sdc was the planned installation location (if that's what you're asking) When I booted into the live usb, the usb was named sda, and the command [ fdisk -l ] didn't reveal any sdb location at all.
    No wonder your bootloader's not finding anything. /dev/sdc was the right installation point when you were running the LiveUSB, but it isn't the right mount point when actually booting from the machine.
    Find the bootloader settings of the actual installation (inside the /boot folder) and change the /dev/sdc to either /dev/sdb or /dev/sda and then try booting in again (I suggest /dev/sdb first).
    I use UUIDs with GRUB, and you can probably do something similar with gummboot. I do it so I avoid being unable to boot when my internal hard disk (I only have one) isn't recognised as /dev/sda.
    Last edited by clfarron4 (2014-10-11 21:50:23)

  • [SOLVED] USB installation, booting: root fs cannot be detected

    I followed this guide: http://wiki.archlinux.org/index.php/Ins … _a_USB_key
    SYMPTOMS
    I installed arch linux on a USB stick.
    I can see Grub, I can boot. After the HOOKS get loaded (udev is loaded as well: Loading udev...done.) I get errors as follows:
    Attempting to create root device '/dev/disk/by-uuid/myHdUUID'
    unknown
    ERROR: root fs cannot be detected. Try using rootfstype= kernel parameter.
    If the device '/dev/disk/by-uuid/myHdUUID' gets created while you are here, try adding 'rootdelay=8' or higher to the kernel command-line...
    Then I get a prompt that doesn't even let me issue the command "ls" (error: /bin/bash: ls: not found
    SOLUTION: use the fallback image, or better, rebuild your mkinitcpio kernel image, see: Configuring mkinitcpio
    My problem was that "usb" was not included in the HOOKS, it was present, yes but after the "autodetect".
    So, in the /etc/mkinitcpio.conf place "usb" before "autodetect", e.g. as follows:
    HOOKS="base udev autodetect sata filesystems"
    then regenerate the image (refer to the previous link to understand why the autodetect was creating the problems and to see exactly how to regenerate the image)
    Last edited by firepol (2008-10-09 19:18:34)

    Same problem, seems the new kernel broke UUID.
    @tim: as I stated above it seems that you fixed the problem with the kernel image file but did not adjust the grub menu to compensate for the fact that UUID is broken and thats why you got the same result even after fixing the image, lucky for me I had some broken hooks and only my fallback image generated properly so I figured it out, although it took me a little while.
    Anyhow this is basically what needs to be done to correct the problem.
    1. Boot ArchLive
    2. mkdir /media/disk
    3. mount /dev/sdxX /media/disk
    4. chroot /media/disk
    5. mkinitcpio -k 2.6.28-ARCH -g /boot/kernel26.img
    6. nano /boot/grub/menu.lst
    7. Replace any references to UUID with /dev/sdxX (where xX represents your drive and partition) instead, save and exit nano.
    8. reboot
    Make sure and pay attention to the output of the mkinitcpio command in my step 5. If there are any errors relating to one or more of the hooks you'll need to edit /etc/mkinitcpio.conf and remove the hook it complains about !!IF POSSIBLE!!.  I for example had some problem with the autodetect hook which caused my regular kernel to fail to create an image.
    If mkinicpio doesn't complain and tells you it SUCCEEDED generating the images then you should be good to go.
    Last edited by blazercist (2009-01-29 18:47:25)

  • When I try to open ITunes it brings up a box that says the iTunes Library. itl file cannot be found or created. the default location for this fie is in the itunes folder in the music folder How do I solve this

    My laptop was updating itunes and turned off and every since when i try to load itunes it brings up a window that says
    The itunes library.itl fie cannot be found or created. The default location for this fie is in the itunes folder in the Music folder.
    an I cant figure out what to do to get itunes to load so I can't use itunes at all which ***** since it also means I right now I can't add music to my ipod or apps or anything. So hopefully someone can tell me what happened and how to fix it or solve it

    Hi pgarard1,
    If you are having issues with launching iTunes after an update, you may want to take a look at the troubleshooting in the following article:
    iTunes for Windows: Doesn't open after upgrading in Windows Vista or Windows 7
    http://support.apple.com/kb/TS2363
    Regards,
    - Brenden

  • I am trying to sync my iphoto events with my iphone, but when i do, it says the required file cannot be found.. how do i solve this problem?

    i am trying to sync my iphoto events with my iphone, but when i do, it says the required file cannot be found.. how do i solve this problem?

    Try erasing the iPod photo cache.
    http://support.apple.com/kb/ts1314

  • [Solved] grub2: file not found but booting fine

    I just ran grub-mkconfig to update my grub.cfg because I installed E4rat. But now I have a problem: Every entry in grub2 can be booted and E4rat really boosted my boot process so actually everything is fine. But while grub2 is loading it says something like:
    Grub 2 is loading...
    Welcome to Grub 2!
    error: file not found.
    error: file not found.
    error: file not found.
    Now grub shows up and everything is as it should be. When I select Arch it again says "error: file not found." three times and continues with a normal boot process. So basically it's nothing that would brake my system but something seems not right and that's just a huge annoyance.
    Here's my grub.cfg just in case:
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    set menu_color_normal=light-blue/black
    set menu_color_highlight=light-cyan/blue
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' f7960d1a-77ab-4230-ab43-ff931f0b2175
    else
    search --no-floppy --fs-uuid --set=root f7960d1a-77ab-4230-ab43-ff931f0b2175
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=1440x900x32
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_GB
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' f7960d1a-77ab-4230-ab43-ff931f0b2175
    else
    search --no-floppy --fs-uuid --set=root f7960d1a-77ab-4230-ab43-ff931f0b2175
    fi
    insmod png
    background_image -m stretch /boot/grub/archlinux.png
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-f7960d1a-77ab-4230-ab43-ff931f0b2175' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' f7960d1a-77ab-4230-ab43-ff931f0b2175
    else
    search --no-floppy --fs-uuid --set=root f7960d1a-77ab-4230-ab43-ff931f0b2175
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=f7960d1a-77ab-4230-ab43-ff931f0b2175 ro init=/sbin/e4rat-preload quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-black
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-f7960d1a-77ab-4230-ab43-ff931f0b2175' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' f7960d1a-77ab-4230-ab43-ff931f0b2175
    else
    search --no-floppy --fs-uuid --set=root f7960d1a-77ab-4230-ab43-ff931f0b2175
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /boot/vmlinuz-linux root=UUID=f7960d1a-77ab-4230-ab43-ff931f0b2175 ro init=/sbin/e4rat-preload quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-black
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    menuentry 'Windows 7' {
    set root='(hd0,1)'; set legacy_hdbias='0'
    parttool "$root" boot+
    chainloader '+1'
    ### END /etc/grub.d/40_custom ###
    And my /etc/default/grub:
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch Linux"
    # Default:
    #GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    # Splashy boot:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 logo.nologo console=tty1 splash=silent,fadein,fadeout,theme:arch-black"
    GRUB_CMDLINE_LINUX="init=/sbin/e4rat-preload"
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    # GRUB_GFXMODE=auto
    GRUB_GFXMODE=1440x900x32
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    GRUB_BACKGROUND="/boot/grub/archlinux.png"
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="light-blue/black"
    GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    I haven't updated my grub.cfg in a while because there was no need to.
    Thanks in advance for advices.
    Last edited by retzu (2012-04-16 14:16:02)

    I have the same error message as in the first post.  "error: file not found" listed three times when I first choose Arch from the Grub2 menu.  The solution linked to by the.ridikulus.rat would not seem to apply as I do not have the locales en* in /boot/grub/locale  BTW, I am in the US.  The system does boot though.
    I just fixed this a few seconds ago and was going to post how, basically I just did "cp /boot/grub/locale/[email protected] /boot/grub/locale/en_US.mo" which seem to do the trick, the reason I didn't fix this sooner is the error only stays up for a very small fraction of a second making it hard to read.
    # ls /boot/grub/locale
    ast.mo da.mo fi.mo hu.mo it.mo nl.mo ru.mo uk.mo zh_CN.mo
    ca.mo de.mo fr.mo id.mo ko.mo pl.mo sv.mo vi.mo
    EDIT:  I get the same three "error: file not found" messages when I boot Fedora (a multiboot system).  This is with grub2 installed from Arch Linux.
    Last edited by David Batson (2012-05-02 20:03:41)

  • Re: how do I solve this alert-The photo "evaluation.jpeg" could not be opened, because the original item cannot be found.

    Re: how do I solve this alert-The photo “evaluation.jpeg” could not be opened, because the original item cannot be found. How do I get rid of the alert so that every time I open iphoto or sync my iphone it will not come up anymore.
    Thanks

    The issue is with iPhoto. When it opens it is looking for a photo that either no longer exists or is misplaced. I would post I the iPhoto forum where those experts are.

  • How do I solve this alert-The photo "evaluation.jpeg" could not be opened, because the original item cannot be found.

    it happened when I did an update on the iphoto
    how do I solve this
    alert-The photo “evaluation.jpeg” could not be opened, because the original item cannot be found.

    The issue is with iPhoto. When it opens it is looking for a photo that either no longer exists or is misplaced. I would post I the iPhoto forum where those experts are.

  • How to solve this soft will be not installed because hp recovery cannot be found in your system

    how to solve this soft will be not installed because hp recovery cannot be found in your system
    i dont know how to solve this and i dont know how big company like HP didnot make solution for this problem 
    i hope to find solution for this problem 
    ( HP Pavilion dv6-6120se )  this is my computer name

    Hi,
    I can't see the image and may be won't be able to see it fox next 24hrs. You need Admin/moderator of this forum to approve it before other can see and today is a public holiday in the US.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • [SOLVED] System goes to sleep immediately after boot

    I just upgraded this afternoon and now my system goes to sleep (suspend-to-RAM) as soon as it has finished booting. When I then press the power button, it wakes up, briefly shows the login screen and then goes back to sleep afterwards. This happens in runlevel 5. When I boot into runlevel 1, the system stays up all the time. I guess it has something to do with systemd and I already tried to find out how to debug this, but was unsuccessful in finding out what goes wrong.
    I am using i686 Arch with systemd 210-3 and Kernel 3.13.6-1.
    Pacman Log:
    [2014-02-21 01:06] [PACMAN] Running 'pacman --color auto -Sy'
    [2014-02-21 01:06] [PACMAN] synchronizing package lists
    [2014-02-21 01:06] [PACMAN] Running 'pacman --color auto -S -u'
    [2014-02-21 01:06] [PACMAN] starting full system upgrade
    [2014-02-21 01:08] [PACMAN] Running 'pacman --color auto -S eapeak extra/alsa-lib extra/alsa-utils'
    [2014-02-21 01:08] [PACMAN] Running 'pacman --color auto -S extra/alsa-lib extra/alsa-utils community/espeak'
    [2014-02-21 01:08] [PACMAN] installed alsa-lib (1.0.27.2-1)
    [2014-02-21 01:08] [PACMAN] installed dialog (1:1.2_20140112-1)
    [2014-02-21 01:08] [PACMAN] installed libogg (1.3.1-2)
    [2014-02-21 01:08] [PACMAN] installed flac (1.3.0-1)
    [2014-02-21 01:08] [PACMAN] installed libvorbis (1.3.4-1)
    [2014-02-21 01:08] [PACMAN] installed libsndfile (1.0.25-3)
    [2014-02-21 01:08] [PACMAN] installed libsamplerate (0.1.8-3)
    [2014-02-21 01:08] [PACMAN] installed alsa-utils (1.0.27.2-1)
    [2014-02-21 01:08] [PACMAN] installed jack (0.124.1-1)
    [2014-02-21 01:08] [PACMAN] installed portaudio (19_20140130-1)
    [2014-02-21 01:08] [PACMAN] installed libasyncns (0.8-5)
    [2014-02-21 01:08] [PACMAN] installed xcb-proto (1.10-1)
    [2014-02-21 01:08] [PACMAN] installed xproto (7.0.25-1)
    [2014-02-21 01:08] [PACMAN] installed libxdmcp (1.1.1-1)
    [2014-02-21 01:08] [PACMAN] installed libxau (1.0.8-2)
    [2014-02-21 01:08] [PACMAN] installed libxcb (1.10-1)
    [2014-02-21 01:08] [PACMAN] installed kbproto (1.0.6-1)
    [2014-02-21 01:08] [PACMAN] installed libx11 (1.6.2-1)
    [2014-02-21 01:08] [PACMAN] installed xextproto (7.3.0-1)
    [2014-02-21 01:08] [PACMAN] installed libxext (1.3.2-1)
    [2014-02-21 01:08] [PACMAN] installed inputproto (2.3-1)
    [2014-02-21 01:08] [PACMAN] installed libxi (1.7.2-1)
    [2014-02-21 01:08] [PACMAN] installed recordproto (1.14.2-1)
    [2014-02-21 01:08] [PACMAN] installed fixesproto (5.0-2)
    [2014-02-21 01:08] [PACMAN] installed libxfixes (5.0.1-1)
    [2014-02-21 01:08] [PACMAN] installed libxtst (1.2.2-1)
    [2014-02-21 01:08] [PACMAN] installed libice (1.0.8-2)
    [2014-02-21 01:08] [PACMAN] installed libsm (1.2.2-2)
    [2014-02-21 01:08] [PACMAN] installed json-c (0.11-1)
    [2014-02-21 01:08] [PACMAN] installed libpulse (4.0-6)
    [2014-02-21 01:08] [PACMAN] installed espeak (1.47.11-1)
    [2014-02-21 01:10] [PACMAN] Running 'pacman --color auto -S extra/beep'
    [2014-02-21 01:10] [PACMAN] installed beep (1.3-2)
    [2014-02-21 01:10] [PACMAN] Running 'pacman --color auto -S extra/beep'
    [2014-02-21 01:20] [PACMAN] Running 'pacman --color auto -Sy'
    [2014-02-21 01:20] [PACMAN] synchronizing package lists
    [2014-02-21 01:20] [PACMAN] Running 'pacman --color auto -S -u'
    [2014-02-21 01:20] [PACMAN] starting full system upgrade
    [2014-02-21 01:21] [PACMAN] removed libusbx (1.0.17-1)
    [2014-02-21 01:21] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
    [2014-02-21 01:21] [ALPM-SCRIPTLET] gpg: depth: 0 valid: 1 signed: 7 trust: 0-, 0q, 0n, 0m, 0f, 1u
    [2014-02-21 01:21] [ALPM-SCRIPTLET] gpg: depth: 1 valid: 7 signed: 60 trust: 2-, 0q, 0n, 5m, 0f, 0u
    [2014-02-21 01:21] [ALPM-SCRIPTLET] gpg: depth: 2 valid: 60 signed: 4 trust: 60-, 0q, 0n, 0m, 0f, 0u
    [2014-02-21 01:21] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2015-01-21
    [2014-02-21 01:21] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Locally signing key 44D4A033AC140143927397D47EFD567D4C7EA887...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Locally signing key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] ==> Importing owner trust values...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key F5A361A3A13554B85E57DDDAAF7EF7873CFD4BB6...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 7FA647CD89891DEDC060287BB9113D1ED21E1A55...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 4A8B17E20B88ACA61860009B5CED81B7C2E5C0D2...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 63F395DE2D6398BBE458F281F2DBB4931985A992...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 0B20CA1931F5DA3A70D0F8D2EA6836E1AB441196...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 8F76BEEA0289F9E1D3E229C05F946DED983D4366...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 66BD74A036D522F51DD70A3C7F2A16726521E06D...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key 81D7F8241DB38BC759C80FCE3A726C6170E80477...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] -> Disabling key E7210A59715F6940CF9A4E36A001876699AD6E84...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] ==> Updating trust database...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2015-01-21
    [2014-02-21 01:21] [PACMAN] upgraded archlinux-keyring (20140124-1 -> 20140220-1)
    [2014-02-21 01:21] [PACMAN] upgraded linux-api-headers (3.12.4-1 -> 3.13.2-1)
    [2014-02-21 01:21] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
    [2014-02-21 01:21] [ALPM-SCRIPTLET] Generating locales...
    [2014-02-21 01:21] [ALPM-SCRIPTLET] de_DE.UTF-8... done
    [2014-02-21 01:21] [ALPM-SCRIPTLET] de_DE.ISO-8859-1... done
    [2014-02-21 01:22] [ALPM-SCRIPTLET] de_DE.ISO-8859-15@euro... done
    [2014-02-21 01:22] [ALPM-SCRIPTLET] en_US.UTF-8... done
    [2014-02-21 01:22] [ALPM-SCRIPTLET] en_US.ISO-8859-1... done
    [2014-02-21 01:22] [ALPM-SCRIPTLET] Generation complete.
    [2014-02-21 01:22] [PACMAN] upgraded glibc (2.18-12 -> 2.19-2)
    [2014-02-21 01:22] [PACMAN] upgraded binutils (2.24-1 -> 2.24-2)
    [2014-02-21 01:22] [PACMAN] upgraded file (5.16-1 -> 5.17-1)
    [2014-02-21 01:22] [PACMAN] upgraded flex (2.5.37-1 -> 2.5.38-1)
    [2014-02-21 01:22] [PACMAN] upgraded gcc-libs (4.8.2-7 -> 4.8.2-8)
    [2014-02-21 01:22] [PACMAN] upgraded gcc (4.8.2-7 -> 4.8.2-8)
    [2014-02-21 01:22] [PACMAN] upgraded perl-error (0.17021-1 -> 0.17022-1)
    [2014-02-21 01:22] [PACMAN] upgraded git (1.8.5.4-1 -> 1.9.0-1)
    [2014-02-21 01:22] [PACMAN] upgraded p11-kit (0.20.1-1 -> 0.20.2-1)
    [2014-02-21 01:22] [PACMAN] upgraded gnutls (3.2.10-1 -> 3.2.11-1)
    [2014-02-21 01:22] [PACMAN] upgraded libpng (1.6.8-1 -> 1.6.9-1)
    [2014-02-21 01:22] [PACMAN] upgraded libsasl (2.1.26-6 -> 2.1.26-7)
    [2014-02-21 01:22] [PACMAN] upgraded pam (1.1.8-2 -> 1.1.8-3)
    [2014-02-21 01:22] [PACMAN] upgraded systemd (208-10 -> 208-11)
    [2014-02-21 01:22] [PACMAN] installed libusb (1.0.18-1)
    [2014-02-21 01:22] [PACMAN] upgraded man-pages (3.57-1 -> 3.58-1)
    [2014-02-21 01:22] [PACMAN] upgraded sqlite (3.8.3-1 -> 3.8.3.1-1)
    [2014-02-21 01:22] [PACMAN] upgraded python2 (2.7.6-1 -> 2.7.6-2)
    [2014-02-21 01:22] [PACMAN] upgraded s-nail (14.5.2-3 -> 14.5.2-4)
    [2014-02-21 01:22] [PACMAN] upgraded sudo (1.8.9.p4-1 -> 1.8.9.p5-1)
    [2014-02-21 01:22] [PACMAN] upgraded systemd-sysvcompat (208-10 -> 208-11)
    [2014-02-21 18:52] [PACMAN] Running 'pacman --color auto -S extra/alsa-tools extra/alsa-utils extra/alsa-oss extra/alsa-lib extra/alsa-firmware extra/alsa-plugins'
    [2014-02-21 18:52] [PACMAN] reinstalled alsa-lib (1.0.27.2-1)
    [2014-02-21 18:52] [PACMAN] installed alsa-tools (1.0.27-5)
    [2014-02-21 18:52] [PACMAN] reinstalled alsa-utils (1.0.27.2-1)
    [2014-02-21 18:52] [PACMAN] installed alsa-oss (1.0.25-2)
    [2014-02-21 18:52] [PACMAN] installed alsa-firmware (1.0.27-2)
    [2014-02-21 18:52] [PACMAN] installed alsa-plugins (1.0.27-2)
    [2014-02-21 19:02] [PACMAN] Running 'pacman --color auto -S extra/festival'
    [2014-02-21 19:02] [PACMAN] installed festival (2.1-4)
    [2014-02-21 19:03] [PACMAN] Running 'pacman --color auto -S community/festival-english'
    [2014-02-21 19:03] [PACMAN] installed festival-english (2.0.95-2)
    [2014-02-21 19:03] [PACMAN] Running 'pacman --color auto -S extra/alsa-oss'
    [2014-02-21 19:03] [PACMAN] reinstalled alsa-oss (1.0.25-2)
    [2014-02-27 15:30] [PACMAN] Running 'pacman --color auto -Sy'
    [2014-02-27 15:30] [PACMAN] synchronizing package lists
    [2014-02-27 15:30] [PACMAN] Running 'pacman --color auto -S -u'
    [2014-02-27 15:30] [PACMAN] starting full system upgrade
    [2014-02-27 15:31] [PACMAN] upgraded dialog (1:1.2_20140112-1 -> 1:1.2_20140219-1)
    [2014-02-27 15:31] [PACMAN] upgraded grep (2.16-1 -> 2.18-1)
    [2014-02-27 15:31] [PACMAN] upgraded libwbclient (4.1.4-1 -> 4.1.5-1)
    [2014-02-27 15:31] [PACMAN] upgraded linux-firmware (20140123.418320b-1 -> 20140217.343e460-1)
    [2014-02-27 15:32] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-02-27 15:32] [ALPM-SCRIPTLET] depmod: ERROR: Module 'hci_vhci' has devname (vhci) but lacks major and minor information. Ignoring.
    [2014-02-27 15:32] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Starting build: 3.13.5-1-ARCH
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [lvm2]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Creating xz initcpio image: /boot/initramfs-linux.img
    [2014-02-27 15:32] [ALPM-SCRIPTLET] xz: Filter chain: --lzma2=dict=1MiB,lc=3,lp=0,pb=2,mode=fast,nice=128,mf=hc4,depth=8
    [2014-02-27 15:32] [ALPM-SCRIPTLET] xz: 9 MiB of memory is required. The limiter is disabled.
    [2014-02-27 15:32] [ALPM-SCRIPTLET] xz: Decompression will need 2 MiB of memory.
    [2014-02-27 15:32] [ALPM-SCRIPTLET] (stdin): 4,226.6 KiB / 11.6 MiB = 0.354, 1.1 MiB/s, 0:10
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Starting build: 3.13.5-1-ARCH
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [lvm2]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-02-27 15:32] [ALPM-SCRIPTLET] ==> Creating xz initcpio image: /boot/initramfs-linux-fallback.img
    [2014-02-27 15:32] [ALPM-SCRIPTLET] xz: Filter chain: --lzma2=dict=1MiB,lc=3,lp=0,pb=2,mode=fast,nice=128,mf=hc4,depth=8
    [2014-02-27 15:32] [ALPM-SCRIPTLET] xz: 9 MiB of memory is required. The limiter is disabled.
    [2014-02-27 15:32] [ALPM-SCRIPTLET] xz: Decompression will need 2 MiB of memory.
    [2014-02-27 15:33] [ALPM-SCRIPTLET] (stdin): 13.8 MiB / 41.2 MiB = 0.334, 1.4 MiB/s, 0:28
    [2014-02-27 15:33] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-02-27 15:33] [ALPM-SCRIPTLET] >>> WARNING: AT keyboard support is no longer built into the kernel.
    [2014-02-27 15:33] [ALPM-SCRIPTLET] >>> In order to use your keyboard during early init, you MUST
    [2014-02-27 15:33] [ALPM-SCRIPTLET] >>> include the 'keyboard' hook in your mkinitcpio.conf.
    [2014-02-27 15:33] [PACMAN] upgraded linux (3.12.9-1 -> 3.13.5-1)
    [2014-02-27 15:33] [PACMAN] upgraded linux-headers (3.12.9-1 -> 3.13.5-1)
    [2014-02-27 15:33] [PACMAN] upgraded man-pages (3.58-1 -> 3.60-1)
    [2014-02-27 15:33] [PACMAN] upgraded python2 (2.7.6-2 -> 2.7.6-3)
    [2014-02-27 15:33] [PACMAN] upgraded s-nail (14.5.2-4 -> 14.6.1-1)
    [2014-02-27 15:33] [PACMAN] upgraded smbclient (4.1.4-1 -> 4.1.5-1)
    [2014-02-27 15:33] [PACMAN] upgraded samba (4.1.4-1 -> 4.1.5-1)
    [2014-02-27 15:33] [PACMAN] Running 'pacman --color auto -U --noconfirm /tmp/yaourt-tmp-akurei/PKGDEST.img/btsync-1.2.82-3-i686.pkg.tar.xz'
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] WebGUI can be accessed at http://localhost:8888
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] To start btsync, execute:
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] systemctl start btsync@user
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] where 'user' is your username.
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] To autostart btsync on systm start, excute
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] systemctl enable btsync@user
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [ALPM-SCRIPTLET] where 'user' is your username.
    [2014-02-27 15:33] [ALPM-SCRIPTLET]
    [2014-02-27 15:33] [PACMAN] upgraded btsync (1.2.82-1 -> 1.2.82-3)
    [2014-03-01 19:34] [PACMAN] Running 'pacman --color auto -Sy'
    [2014-03-01 19:34] [PACMAN] synchronizing package lists
    [2014-03-01 19:34] [PACMAN] Running 'pacman --color auto -S -u'
    [2014-03-01 19:34] [PACMAN] starting full system upgrade
    [2014-03-01 19:35] [PACMAN] upgraded glibc (2.19-2 -> 2.19-3)
    [2014-03-01 19:35] [PACMAN] upgraded device-mapper (2.02.105-1 -> 2.02.105-2)
    [2014-03-01 19:35] [PACMAN] upgraded cryptsetup (1.6.3-2 -> 1.6.4-1)
    [2014-03-01 19:35] [PACMAN] upgraded libtirpc (0.2.3-2 -> 0.2.4-1)
    [2014-03-01 19:35] [PACMAN] upgraded readline (6.2.004-2 -> 6.3-1)
    [2014-03-01 19:35] [PACMAN] upgraded lvm2 (2.02.105-1 -> 2.02.105-2)
    [2014-03-04 23:15] [PACMAN] Running 'pacman --color auto -S --asdeps --needed extra/aalib extra/libmikmod community/allegro'
    [2014-03-05 18:00] [PACMAN] Running 'pacman --color auto -Sy'
    [2014-03-05 18:00] [PACMAN] synchronizing package lists
    [2014-03-05 18:00] [PACMAN] Running 'pacman --color auto -S -u'
    [2014-03-05 18:00] [PACMAN] starting full system upgrade
    [2014-03-05 18:00] [PACMAN] upgraded gnutls (3.2.11-1 -> 3.2.12-1)
    [2014-03-05 18:00] [PACMAN] installed libseccomp (2.1.1-1)
    [2014-03-05 18:00] [ALPM-SCRIPTLET] :: systemd has not been reexecuted. It is recommended that you
    [2014-03-05 18:00] [ALPM-SCRIPTLET] reboot at your earliest convenience.
    [2014-03-05 18:00] [ALPM-SCRIPTLET] :: Network device naming is now controlled by udev's net_setup_link
    [2014-03-05 18:00] [ALPM-SCRIPTLET] builtin. Refer to the NETWORK LINK CONFIGURATION section of the
    [2014-03-05 18:00] [ALPM-SCRIPTLET] udev manpage for a full description.
    [2014-03-05 18:00] [ALPM-SCRIPTLET] :: No changes have been made to your network naming configuration.
    [2014-03-05 18:00] [ALPM-SCRIPTLET] Interfaces should continue to maintain the same names.
    [2014-03-05 18:00] [PACMAN] upgraded systemd (208-11 -> 210-2)
    [2014-03-05 18:00] [PACMAN] upgraded libpulse (4.0-6 -> 5.0-1)
    [2014-03-05 18:00] [PACMAN] upgraded man-pages (3.60-1 -> 3.61-1)
    [2014-03-05 18:00] [PACMAN] upgraded systemd-sysvcompat (208-11 -> 210-2)
    [2014-03-10 15:50] [PACMAN] Running 'pacman --color auto -Sy'
    [2014-03-10 15:50] [PACMAN] synchronizing package lists
    [2014-03-10 15:51] [PACMAN] Running 'pacman --color auto -S -u'
    [2014-03-10 15:51] [PACMAN] starting full system upgrade
    [2014-03-10 15:52] [PACMAN] upgraded file (5.17-1 -> 5.17-2)
    [2014-03-10 15:52] [PACMAN] upgraded gnutls (3.2.12-1 -> 3.2.12.1-1)
    [2014-03-10 15:52] [PACMAN] upgraded libarchive (3.1.2-4 -> 3.1.2-6)
    [2014-03-10 15:52] [PACMAN] upgraded libpng (1.6.9-1 -> 1.6.10-1)
    [2014-03-10 15:52] [PACMAN] upgraded libcups (1.7.1-3 -> 1.7.1-4)
    [2014-03-10 15:52] [PACMAN] upgraded libnl (3.2.23-1 -> 3.2.24-1)
    [2014-03-10 15:52] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-03-10 15:52] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Starting build: 3.13.6-1-ARCH
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [lvm2]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Creating xz initcpio image: /boot/initramfs-linux.img
    [2014-03-10 15:52] [ALPM-SCRIPTLET] xz: Filter chain: --lzma2=dict=1MiB,lc=3,lp=0,pb=2,mode=fast,nice=128,mf=hc4,depth=8
    [2014-03-10 15:52] [ALPM-SCRIPTLET] xz: 9 MiB of memory is required. The limiter is disabled.
    [2014-03-10 15:52] [ALPM-SCRIPTLET] xz: Decompression will need 2 MiB of memory.
    [2014-03-10 15:52] [ALPM-SCRIPTLET] (stdin): 4,276.4 KiB / 11.7 MiB = 0.356, 1.4 MiB/s, 0:08
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> Starting build: 3.13.6-1-ARCH
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [encrypt]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-03-10 15:52] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [lvm2]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-03-10 15:52] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-03-10 15:53] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-03-10 15:53] [ALPM-SCRIPTLET] ==> Creating xz initcpio image: /boot/initramfs-linux-fallback.img
    [2014-03-10 15:53] [ALPM-SCRIPTLET] xz: Filter chain: --lzma2=dict=1MiB,lc=3,lp=0,pb=2,mode=fast,nice=128,mf=hc4,depth=8
    [2014-03-10 15:53] [ALPM-SCRIPTLET] xz: 9 MiB of memory is required. The limiter is disabled.
    [2014-03-10 15:53] [ALPM-SCRIPTLET] xz: Decompression will need 2 MiB of memory.
    [2014-03-10 15:53] [ALPM-SCRIPTLET] (stdin): 13.8 MiB / 41.2 MiB = 0.335, 1.1 MiB/s, 0:36
    [2014-03-10 15:53] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-03-10 15:53] [PACMAN] upgraded linux (3.13.5-1 -> 3.13.6-1)
    [2014-03-10 15:53] [PACMAN] upgraded linux-headers (3.13.5-1 -> 3.13.6-1)
    [2014-03-10 15:53] [PACMAN] upgraded pkgfile (12-1 -> 13-1)
    [2014-03-10 15:53] [PACMAN] upgraded ruby (2.1.0-2 -> 2.1.1-1)
    [2014-03-10 15:53] [PACMAN] upgraded s-nail (14.6.1-1 -> 14.6.2-1)
    [2014-03-10 15:53] [PACMAN] upgraded systemd (210-2 -> 210-3)
    [2014-03-10 15:53] [PACMAN] upgraded systemd-sysvcompat (210-2 -> 210-3)
    [2014-03-10 18:32] [PACMAN] Running 'pacman -Syyu'
    [2014-03-10 18:32] [PACMAN] synchronizing package lists
    [2014-03-10 18:32] [PACMAN] starting full system upgrade
    [2014-03-10 18:32] [PACMAN] upgraded dhcpcd (6.2.1-1 -> 6.3.1-1)
    [2014-03-10 18:32] [PACMAN] upgraded espeak (1.47.11-1 -> 1.48.04-1)
    [2014-03-10 18:32] [PACMAN] upgraded tzdata (2013i-1 -> 2014a-1)
    The last log via "journalctl -x -b -1":
    -- Logs begin at Mo 2013-02-25 20:48:46 CET, end at Mo 2014-03-10 18:44:57 CET. --
    Mär 10 18:41:59 matt systemd-journal[178]: Runtime journal is using 6.2M (max allowed 49.8M, trying to leave 74.8M free of 492.4M available → current limit 49.8M).
    Mär 10 18:41:59 matt systemd-journal[178]: Runtime journal is using 6.2M (max allowed 49.8M, trying to leave 74.8M free of 492.4M available → current limit 49.8M).
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys cpuset
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys cpu
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys cpuacct
    Mär 10 18:41:59 matt kernel: Linux version 3.13.6-1-ARCH (nobody@var-lib-archbuild-extra-i686-thomas) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Mar 7 22:30:23 CET 2014
    Mär 10 18:41:59 matt kernel: Disabled fast string operations
    Mär 10 18:41:59 matt kernel: e820: BIOS-provided physical RAM map:
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x0000000000100000-0x000000003f7bffff] usable
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x000000003f7c0000-0x000000003f7cdfff] ACPI data
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x000000003f7ce000-0x000000003f7fffff] ACPI NVS
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Mär 10 18:41:59 matt kernel: BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    Mär 10 18:41:59 matt kernel: Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    Mär 10 18:41:59 matt kernel: SMBIOS 2.4 present.
    Mär 10 18:41:59 matt kernel: DMI: Intel Intel/Intel, BIOS 080015 12/25/2009
    Mär 10 18:41:59 matt kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Mär 10 18:41:59 matt kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mär 10 18:41:59 matt kernel: e820: last_pfn = 0x3f7c0 max_arch_pfn = 0x100000
    Mär 10 18:41:59 matt kernel: MTRR default type: uncachable
    Mär 10 18:41:59 matt kernel: MTRR fixed ranges enabled:
    Mär 10 18:41:59 matt kernel: 00000-9FFFF write-back
    Mär 10 18:41:59 matt kernel: A0000-DFFFF uncachable
    Mär 10 18:41:59 matt kernel: E0000-E3FFF write-protect
    Mär 10 18:41:59 matt kernel: E4000-EFFFF write-through
    Mär 10 18:41:59 matt kernel: F0000-FFFFF write-protect
    Mär 10 18:41:59 matt kernel: MTRR variable ranges enabled:
    Mär 10 18:41:59 matt kernel: 0 base 000000000 mask 0C0000000 write-back
    Mär 10 18:41:59 matt kernel: 1 base 03F800000 mask 0FF800000 uncachable
    Mär 10 18:41:59 matt kernel: 2 disabled
    Mär 10 18:41:59 matt kernel: 3 disabled
    Mär 10 18:41:59 matt kernel: 4 disabled
    Mär 10 18:41:59 matt kernel: 5 disabled
    Mär 10 18:41:59 matt kernel: 6 disabled
    Mär 10 18:41:59 matt kernel: 7 disabled
    Mär 10 18:41:59 matt kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mär 10 18:41:59 matt kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780]
    Mär 10 18:41:59 matt kernel: Scanning 1 areas for low memory corruption
    Mär 10 18:41:59 matt kernel: initial memory mapped: [mem 0x00000000-0x00bfffff]
    Mär 10 18:41:59 matt kernel: Base memory trampoline at [c009b000] 9b000 size 16384
    Mär 10 18:41:59 matt kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Mär 10 18:41:59 matt kernel: [mem 0x00000000-0x000fffff] page 4k
    Mär 10 18:41:59 matt kernel: init_memory_mapping: [mem 0x37000000-0x373fffff]
    Mär 10 18:41:59 matt kernel: [mem 0x37000000-0x373fffff] page 2M
    Mär 10 18:41:59 matt kernel: init_memory_mapping: [mem 0x30000000-0x36ffffff]
    Mär 10 18:41:59 matt kernel: [mem 0x30000000-0x36ffffff] page 2M
    Mär 10 18:41:59 matt kernel: init_memory_mapping: [mem 0x00100000-0x2fffffff]
    Mär 10 18:41:59 matt kernel: [mem 0x00100000-0x003fffff] page 4k
    Mär 10 18:41:59 matt kernel: [mem 0x00400000-0x2fffffff] page 2M
    Mär 10 18:41:59 matt kernel: init_memory_mapping: [mem 0x37400000-0x377fdfff]
    Mär 10 18:41:59 matt kernel: [mem 0x37400000-0x377fdfff] page 4k
    Mär 10 18:41:59 matt kernel: BRK [0x008aa000, 0x008aafff] PGTABLE
    Mär 10 18:41:59 matt kernel: RAMDISK: [mem 0x3f392000-0x3f7bffff]
    Mär 10 18:41:59 matt kernel: Allocated new RAMDISK: [mem 0x373d0000-0x377fd177]
    Mär 10 18:41:59 matt kernel: Move RAMDISK from [mem 0x3f392000-0x3f7bf177] to [mem 0x373d0000-0x377fd177]
    Mär 10 18:41:59 matt kernel: ACPI: RSDP 000f9b20 000014 (v00 ACPIAM)
    Mär 10 18:41:59 matt kernel: ACPI: RSDT 3f7c0000 000038 (v01 122509 RSDT1918 20091225 MSFT 00000097)
    Mär 10 18:41:59 matt kernel: ACPI: FACP 3f7c0200 000084 (v02 122509 FACP1918 20091225 MSFT 00000097)
    Mär 10 18:41:59 matt kernel: ACPI: DSDT 3f7c0430 004442 (v01 BIBTB BIBTB010 00000010 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: FACS 3f7ce000 000040
    Mär 10 18:41:59 matt kernel: ACPI: APIC 3f7c0390 00005C (v01 122509 APIC1918 20091225 MSFT 00000097)
    Mär 10 18:41:59 matt kernel: ACPI: MCFG 3f7c03f0 00003C (v01 122509 OEMMCFG 20091225 MSFT 00000097)
    Mär 10 18:41:59 matt kernel: ACPI: OEMB 3f7ce040 000071 (v01 122509 OEMB1918 20091225 MSFT 00000097)
    Mär 10 18:41:59 matt kernel: ACPI: SSDT 3f7cea50 0004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: Local APIC address 0xfee00000
    Mär 10 18:41:59 matt kernel: 127MB HIGHMEM available.
    Mär 10 18:41:59 matt kernel: 887MB LOWMEM available.
    Mär 10 18:41:59 matt kernel: mapped low ram: 0 - 377fe000
    Mär 10 18:41:59 matt kernel: low ram: 0 - 377fe000
    Mär 10 18:41:59 matt kernel: BRK [0x008ab000, 0x008abfff] PGTABLE
    Mär 10 18:41:59 matt kernel: Zone ranges:
    Mär 10 18:41:59 matt kernel: DMA [mem 0x00001000-0x00ffffff]
    Mär 10 18:41:59 matt kernel: Normal [mem 0x01000000-0x377fdfff]
    Mär 10 18:41:59 matt kernel: HighMem [mem 0x377fe000-0x3f7bffff]
    Mär 10 18:41:59 matt kernel: Movable zone start for each node
    Mär 10 18:41:59 matt kernel: Early memory node ranges
    Mär 10 18:41:59 matt kernel: node 0: [mem 0x00001000-0x0009efff]
    Mär 10 18:41:59 matt kernel: node 0: [mem 0x00100000-0x3f7bffff]
    Mär 10 18:41:59 matt kernel: On node 0 totalpages: 259934
    Mär 10 18:41:59 matt kernel: free_area_init_node: node 0, pgdat c0707d00, node_mem_map f6be0020
    Mär 10 18:41:59 matt kernel: DMA zone: 32 pages used for memmap
    Mär 10 18:41:59 matt kernel: DMA zone: 0 pages reserved
    Mär 10 18:41:59 matt kernel: DMA zone: 3998 pages, LIFO batch:0
    Mär 10 18:41:59 matt kernel: Normal zone: 1744 pages used for memmap
    Mär 10 18:41:59 matt kernel: Normal zone: 223230 pages, LIFO batch:31
    Mär 10 18:41:59 matt kernel: HighMem zone: 256 pages used for memmap
    Mär 10 18:41:59 matt kernel: HighMem zone: 32706 pages, LIFO batch:7
    Mär 10 18:41:59 matt kernel: Using APIC driver default
    Mär 10 18:41:59 matt kernel: ACPI: PM-Timer IO Port: 0x808
    Mär 10 18:41:59 matt kernel: ACPI: Local APIC address 0xfee00000
    Mär 10 18:41:59 matt kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Mär 10 18:41:59 matt kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Mär 10 18:41:59 matt kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Mär 10 18:41:59 matt kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Mär 10 18:41:59 matt kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mär 10 18:41:59 matt kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Mär 10 18:41:59 matt kernel: ACPI: IRQ0 used by override.
    Mär 10 18:41:59 matt kernel: ACPI: IRQ2 used by override.
    Mär 10 18:41:59 matt kernel: ACPI: IRQ9 used by override.
    Mär 10 18:41:59 matt kernel: Using ACPI (MADT) for SMP configuration information
    Mär 10 18:41:59 matt kernel: smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    Mär 10 18:41:59 matt kernel: nr_irqs_gsi: 40
    Mär 10 18:41:59 matt kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Mär 10 18:41:59 matt kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    Mär 10 18:41:59 matt kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    Mär 10 18:41:59 matt kernel: e820: [mem 0x40000000-0xfedfffff] available for PCI devices
    Mär 10 18:41:59 matt kernel: Booting paravirtualized kernel on bare hardware
    Mär 10 18:41:59 matt kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    Mär 10 18:41:59 matt kernel: PERCPU: Embedded 14 pages/cpu @f6bbe000 s33280 r0 d24064 u57344
    Mär 10 18:41:59 matt kernel: pcpu-alloc: s33280 r0 d24064 u57344 alloc=14*4096
    Mär 10 18:41:59 matt kernel: pcpu-alloc: [0] 0 [0] 1
    Mär 10 18:41:59 matt kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 258158
    Mär 10 18:41:59 matt kernel: Kernel command line: BOOT_IMAGE=../vmlinuz-linux cryptdevice=/dev/sda2:lvmmatt root=/dev/mapper/matt-root ro initrd=../initramfs-linux.img
    Mär 10 18:41:59 matt kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
    Mär 10 18:41:59 matt kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Mär 10 18:41:59 matt kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Mär 10 18:41:59 matt kernel: Initializing CPU#0
    Mär 10 18:41:59 matt kernel: allocated 2080248 bytes of page_cgroup
    Mär 10 18:41:59 matt kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Mär 10 18:41:59 matt kernel: Initializing HighMem for node 0 (000377fe:0003f7c0)
    Mär 10 18:41:59 matt kernel: Memory: 1016432K/1039736K available (4471K kernel code, 448K rwdata, 1320K rodata, 588K init, 972K bss, 23304K reserved, 130824K highmem)
    Mär 10 18:41:59 matt kernel: virtual kernel memory layout:
    fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc071b000 - 0xc07ae000 ( 588 kB)
    .data : 0xc055e28a - 0xc071a200 (1775 kB)
    .text : 0xc0100000 - 0xc055e28a (4472 kB)
    Mär 10 18:41:59 matt kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    Mär 10 18:41:59 matt kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    Mär 10 18:41:59 matt kernel: Preemptible hierarchical RCU implementation.
    Mär 10 18:41:59 matt kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Mär 10 18:41:59 matt kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Mär 10 18:41:59 matt kernel: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
    Mär 10 18:41:59 matt kernel: NR_IRQS:2304 nr_irqs:512 16
    Mär 10 18:41:59 matt kernel: CPU 0 irqstacks, hard=f6408000 soft=f640a000
    Mär 10 18:41:59 matt kernel: Console: colour VGA+ 80x25
    Mär 10 18:41:59 matt kernel: console [tty0] enabled
    Mär 10 18:41:59 matt kernel: tsc: Fast TSC calibration failed
    Mär 10 18:41:59 matt kernel: tsc: PIT calibration matches PMTIMER. 2 loops
    Mär 10 18:41:59 matt kernel: tsc: Detected 1595.992 MHz processor
    Mär 10 18:41:59 matt kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3193.98 BogoMIPS (lpj=5319973)
    Mär 10 18:41:59 matt kernel: pid_max: default: 32768 minimum: 301
    Mär 10 18:41:59 matt kernel: Security Framework initialized
    Mär 10 18:41:59 matt kernel: AppArmor: AppArmor disabled by boot time parameter
    Mär 10 18:41:59 matt kernel: Yama: becoming mindful.
    Mär 10 18:41:59 matt kernel: Mount-cache hash table entries: 512
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys memory
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys devices
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys freezer
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys net_cls
    Mär 10 18:41:59 matt kernel: Initializing cgroup subsys blkio
    Mär 10 18:41:59 matt kernel: Disabled fast string operations
    Mär 10 18:41:59 matt kernel: CPU: Physical Processor ID: 0
    Mär 10 18:41:59 matt kernel: CPU: Processor Core ID: 0
    Mär 10 18:41:59 matt kernel: mce: CPU supports 5 MCE banks
    Mär 10 18:41:59 matt kernel: CPU0: Thermal monitoring handled by SMI
    Mär 10 18:41:59 matt kernel: Last level iTLB entries: 4KB 32, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 8
    tlb_flushall_shift: 6
    Mär 10 18:41:59 matt kernel: Freeing SMP alternatives memory: 20K (c07ae000 - c07b3000)
    Mär 10 18:41:59 matt kernel: ACPI: Core revision 20131115
    Mär 10 18:41:59 matt kernel: ACPI: All ACPI Tables successfully acquired
    Mär 10 18:41:59 matt kernel: ftrace: allocating 20082 entries in 40 pages
    Mär 10 18:41:59 matt kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    Mär 10 18:41:59 matt kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mär 10 18:41:59 matt kernel: smpboot: CPU0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (fam: 06, model: 1c, stepping: 02)
    Mär 10 18:41:59 matt kernel: Performance Events: PEBS fmt0+, LBR disabled due to erratumAtom events, Intel PMU driver.
    Mär 10 18:41:59 matt kernel: ... version: 3
    Mär 10 18:41:59 matt kernel: ... bit width: 40
    Mär 10 18:41:59 matt kernel: ... generic registers: 2
    Mär 10 18:41:59 matt kernel: ... value mask: 000000ffffffffff
    Mär 10 18:41:59 matt kernel: ... max period: 000000007fffffff
    Mär 10 18:41:59 matt kernel: ... fixed-purpose events: 3
    Mär 10 18:41:59 matt kernel: ... event mask: 0000000700000003
    Mär 10 18:41:59 matt kernel: CPU 1 irqstacks, hard=f64cc000 soft=f64ce000
    Mär 10 18:41:59 matt kernel: x86: Booting SMP configuration:
    Mär 10 18:41:59 matt kernel: Initializing CPU#1
    Mär 10 18:41:59 matt kernel: Disabled fast string operations
    Mär 10 18:41:59 matt kernel: CPU1: Thermal monitoring handled by SMI
    Mär 10 18:41:59 matt kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Mär 10 18:41:59 matt kernel: .... node #0, CPUs: #1
    Mär 10 18:41:59 matt kernel: x86: Booted up 1 node, 2 CPUs
    Mär 10 18:41:59 matt kernel: smpboot: Total of 2 processors activated (6386.96 BogoMIPS)
    Mär 10 18:41:59 matt kernel: devtmpfs: initialized
    Mär 10 18:41:59 matt kernel: PM: Registering ACPI NVS region [mem 0x3f7ce000-0x3f7fffff] (204800 bytes)
    Mär 10 18:41:59 matt kernel: RTC time: 17:41:46, date: 03/10/14
    Mär 10 18:41:59 matt kernel: NET: Registered protocol family 16
    Mär 10 18:41:59 matt kernel: cpuidle: using governor ladder
    Mär 10 18:41:59 matt kernel: cpuidle: using governor menu
    Mär 10 18:41:59 matt kernel: ACPI: bus type PCI registered
    Mär 10 18:41:59 matt kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Mär 10 18:41:59 matt kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Mär 10 18:41:59 matt kernel: PCI: not using MMCONFIG
    Mär 10 18:41:59 matt kernel: PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=4
    Mär 10 18:41:59 matt kernel: PCI: Using configuration type 1 for base access
    Mär 10 18:41:59 matt kernel: bio: create slab <bio-0> at 0
    Mär 10 18:41:59 matt kernel: ACPI: Added _OSI(Module Device)
    Mär 10 18:41:59 matt kernel: ACPI: Added _OSI(Processor Device)
    Mär 10 18:41:59 matt kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Mär 10 18:41:59 matt kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Mär 10 18:41:59 matt kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Mär 10 18:41:59 matt kernel: ACPI: SSDT 3f7ce190 000285 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: Dynamic OEM Table Load:
    Mär 10 18:41:59 matt kernel: ACPI: SSDT (null) 000285 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: SSDT 3f7ce4b0 000594 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: Dynamic OEM Table Load:
    Mär 10 18:41:59 matt kernel: ACPI: SSDT (null) 000594 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: SSDT 3f7ce0c0 0000CC (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: Dynamic OEM Table Load:
    Mär 10 18:41:59 matt kernel: ACPI: SSDT (null) 0000CC (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: SSDT 3f7ce420 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: Dynamic OEM Table Load:
    Mär 10 18:41:59 matt kernel: ACPI: SSDT (null) 000085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    Mär 10 18:41:59 matt kernel: ACPI: Interpreter enabled
    Mär 10 18:41:59 matt kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
    Mär 10 18:41:59 matt kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    Mär 10 18:41:59 matt kernel: ACPI: (supports S0 S3 S4 S5)
    Mär 10 18:41:59 matt kernel: ACPI: Using IOAPIC for interrupt routing
    Mär 10 18:41:59 matt kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Mär 10 18:41:59 matt kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Mär 10 18:41:59 matt kernel: PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) (size reduced!)
    Mär 10 18:41:59 matt kernel: PCI: Using MMCONFIG for extended config space
    Mär 10 18:41:59 matt kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Mär 10 18:41:59 matt kernel: ACPI: No dock devices found.
    Mär 10 18:41:59 matt kernel: ACPI: Power Resource [PFAN] (on)
    Mär 10 18:41:59 matt kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Mär 10 18:41:59 matt kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Mär 10 18:41:59 matt kernel: acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    Mär 10 18:41:59 matt kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    Mär 10 18:41:59 matt kernel: PCI host bridge to bus 0000:00
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [mem 0x3f800000-0xdfffffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: root bus resource [mem 0xe4000000-0xfed8ffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:00.0: [8086:27ac] type 00 class 0x060000
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.0: [8086:27ae] type 00 class 0x030000
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.0: reg 0x10: [mem 0xfe980000-0xfe9fffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.0: reg 0x14: [io 0xcc80-0xcc87]
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.0: reg 0x1c: [mem 0xfe940000-0xfe97ffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.1: [8086:27a6] type 00 class 0x038000
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.1: reg 0x10: [mem 0xfe880000-0xfe8fffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
    Mär 10 18:41:59 matt kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfe938000-0xfe93bfff 64bit]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: [8086:27d4] type 01 class 0x060400
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.0: reg 0x20: [io 0xcc00-0xcc1f]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.1: reg 0x20: [io 0xc880-0xc89f]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.2: reg 0x20: [io 0xc800-0xc81f]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.3: reg 0x20: [io 0xc480-0xc49f]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.3: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xfe937c00-0xfe937fff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Mär 10 18:41:59 matt kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.0: [8086:27b9] type 00 class 0x060100
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.0: address space collision: [io 0x0800-0x087f] conflicts with ACPI CPU throttle [??? 0x00000810-0x00000815 flags 0x80000000]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: [8086:27c4] type 00 class 0x010180
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: reg 0x10: [io 0x0000-0x0007]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: reg 0x14: [io 0x0000-0x0003]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: reg 0x18: [io 0x0000-0x0007]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x0000-0x0003]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: reg 0x20: [io 0xffa0-0xffaf]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Mär 10 18:41:59 matt kernel: pci 0000:02:00.0: [10ec:8199] type 00 class 0x028000
    Mär 10 18:41:59 matt kernel: pci 0000:02:00.0: reg 0x10: [io 0xdc00-0xdcff]
    Mär 10 18:41:59 matt kernel: pci 0000:02:00.0: reg 0x14: [mem 0xfeafc000-0xfeafffff]
    Mär 10 18:41:59 matt kernel: pci 0000:02:00.0: supports D1 D2
    Mär 10 18:41:59 matt kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: bridge window [mem 0xfea00000-0xfeafffff]
    Mär 10 18:41:59 matt kernel: pci 0000:03:00.0: [1106:3053] type 00 class 0x020000
    Mär 10 18:41:59 matt kernel: pci 0000:03:00.0: reg 0x10: [io 0xec00-0xecff]
    Mär 10 18:41:59 matt kernel: pci 0000:03:00.0: reg 0x14: [mem 0xfebffc00-0xfebffcff]
    Mär 10 18:41:59 matt kernel: pci 0000:03:00.0: supports D1 D2
    Mär 10 18:41:59 matt kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: bridge window [mem 0xfeb00000-0xfebfffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: bridge window [mem 0x3f800000-0xdfffffff] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: bridge window [mem 0xe4000000-0xfed8ffff] (subtractive decode)
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: on NUMA node 0
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Mär 10 18:41:59 matt kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12 14 15)
    Mär 10 18:41:59 matt kernel: ACPI: Enabled 1 GPEs in block 00 to 1F
    Mär 10 18:41:59 matt kernel: ACPI: \_SB_.PCI0: notify handler is installed
    Mär 10 18:41:59 matt kernel: Found 1 acpi root devices
    Mär 10 18:41:59 matt kernel: ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    Mär 10 18:41:59 matt kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Mär 10 18:41:59 matt kernel: vgaarb: loaded
    Mär 10 18:41:59 matt kernel: vgaarb: bridge control possible 0000:00:02.0
    Mär 10 18:41:59 matt kernel: PCI: Using ACPI for IRQ routing
    Mär 10 18:41:59 matt kernel: PCI: pci_cache_line_size set to 64 bytes
    Mär 10 18:41:59 matt kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Mär 10 18:41:59 matt kernel: e820: reserve RAM buffer [mem 0x3f7c0000-0x3fffffff]
    Mär 10 18:41:59 matt kernel: NetLabel: Initializing
    Mär 10 18:41:59 matt kernel: NetLabel: domain hash size = 128
    Mär 10 18:41:59 matt kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Mär 10 18:41:59 matt kernel: NetLabel: unlabeled traffic allowed by default
    Mär 10 18:41:59 matt kernel: hpet clockevent registered
    Mär 10 18:41:59 matt kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Mär 10 18:41:59 matt kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Mär 10 18:41:59 matt kernel: hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    Mär 10 18:41:59 matt kernel: Switched to clocksource hpet
    Mär 10 18:41:59 matt kernel: pnp: PnP ACPI init
    Mär 10 18:41:59 matt kernel: ACPI: bus type PNP registered
    Mär 10 18:41:59 matt kernel: system 00:00: [mem 0xfed13000-0xfed19fff] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Mär 10 18:41:59 matt kernel: pnp 00:01: [dma 4]
    Mär 10 18:41:59 matt kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Mär 10 18:41:59 matt kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    Mär 10 18:41:59 matt kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    Mär 10 18:41:59 matt kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
    Mär 10 18:41:59 matt kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    Mär 10 18:41:59 matt kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    Mär 10 18:41:59 matt kernel: system 00:07: [io 0x0a00-0x0a0f] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:07: [io 0x0a30-0x0a3f] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mär 10 18:41:59 matt kernel: system 00:08: [io 0x04d0-0x04d1] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:08: [io 0x0800-0x087f] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:08: [io 0x0480-0x04bf] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:08: [mem 0xfed40000-0xfed8ffff] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mär 10 18:41:59 matt kernel: system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mär 10 18:41:59 matt kernel: system 00:0a: [mem 0xe0000000-0xe3ffffff] has been reserved
    Mär 10 18:41:59 matt kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mär 10 18:41:59 matt kernel: system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:0b: [mem 0x000c0000-0x000cffff] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:0b: [mem 0x00100000-0x3f7fffff] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:0b: [mem 0xfed90000-0xffffffff] could not be reserved
    Mär 10 18:41:59 matt kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    Mär 10 18:41:59 matt kernel: pnp: PnP ACPI: found 12 devices
    Mär 10 18:41:59 matt kernel: ACPI: bus type PNP unregistered
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x40000000-0x401fffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: BAR 15: assigned [mem 0x40400000-0x405fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: BAR 15: assigned [mem 0x40600000-0x407fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: bridge window [mem 0x40000000-0x401fffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.0: bridge window [mem 0x40200000-0x403fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: bridge window [mem 0xfea00000-0xfeafffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.1: bridge window [mem 0x40400000-0x405fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: bridge window [mem 0xfeb00000-0xfebfffff]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1c.2: bridge window [mem 0x40600000-0x407fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci 0000:00:1e.0: PCI bridge to [bus 04]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: resource 8 [mem 0x3f800000-0xdfffffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:00: resource 9 [mem 0xe4000000-0xfed8ffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:01: resource 1 [mem 0x40000000-0x401fffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:01: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:02: resource 2 [mem 0x40400000-0x405fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:03: resource 2 [mem 0x40600000-0x407fffff 64bit pref]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:04: resource 8 [mem 0x3f800000-0xdfffffff]
    Mär 10 18:41:59 matt kernel: pci_bus 0000:04: resource 9 [mem 0xe4000000-0xfed8ffff]
    Mär 10 18:41:59 matt kernel: NET: Registered protocol family 2
    Mär 10 18:41:59 matt kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    Mär 10 18:41:59 matt kernel: TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    Mär 10 18:41:59 matt kernel: TCP: Hash tables configured (established 8192 bind 8192)
    Mär 10 18:41:59 matt kernel: TCP: reno registered
    Mär 10 18:41:59 matt kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
    Mär 10 18:41:59 matt kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    Mär 10 18:41:59 matt kernel: NET: Registered protocol family 1
    Mär 10 18:41:59 matt kernel: pci 0000:00:02.0: Boot video device
    Mär 10 18:41:59 matt kernel: PCI: CLS 32 bytes, default 64
    Mär 10 18:41:59 matt kernel: Unpacking initramfs...
    Mär 10 18:41:59 matt kernel: Freeing initrd memory: 4280K (f73d0000 - f77fe000)
    Mär 10 18:41:59 matt kernel: apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    Mär 10 18:41:59 matt kernel: apm: disabled - APM is not SMP safe.
    Mär 10 18:41:59 matt kernel: Scanning for low memory corruption every 60 seconds
    Mär 10 18:41:59 matt kernel: audit: initializing netlink socket (disabled)
    Mär 10 18:41:59 matt kernel: type=2000 audit(1394473306.599:1): initialized
    Mär 10 18:41:59 matt kernel: bounce pool size: 64 pages
    Mär 10 18:41:59 matt kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
    Mär 10 18:41:59 matt kernel: zbud: loaded
    Mär 10 18:41:59 matt kernel: VFS: Disk quotas dquot_6.5.2
    Mär 10 18:41:59 matt kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Mär 10 18:41:59 matt kernel: msgmni has been set to 1738
    Mär 10 18:41:59 matt kernel: Key type big_key registered
    Mär 10 18:41:59 matt kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Mär 10 18:41:59 matt kernel: io scheduler noop registered
    Mär 10 18:41:59 matt kernel: io scheduler deadline registered
    Mär 10 18:41:59 matt kernel: io scheduler cfq registered (default)
    Mär 10 18:41:59 matt kernel: pcieport 0000:00:1c.0: enabling device (0104 -> 0107)
    Mär 10 18:41:59 matt kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    Mär 10 18:41:59 matt kernel: pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    Mär 10 18:41:59 matt kernel: pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    Mär 10 18:41:59 matt kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Mär 10 18:41:59 matt kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Mär 10 18:41:59 matt kernel: intel_idle: MWAIT substates: 0x20220
    Mär 10 18:41:59 matt kernel: intel_idle: v0.4 model 0x1C
    Mär 10 18:41:59 matt kernel: intel_idle: lapic_timer_reliable_states 0x2
    Mär 10 18:41:59 matt kernel: tsc: Marking TSC unstable due to TSC halts in idle states deeper than C2
    Mär 10 18:41:59 matt kernel: GHES: HEST is not enabled!
    Mär 10 18:41:59 matt kernel: isapnp: Scanning for PnP cards...
    Mär 10 18:41:59 matt kernel: isapnp: No Plug & Play device found
    Mär 10 18:41:59 matt kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Mär 10 18:41:59 matt kernel: rtc_cmos 00:02: RTC can wake from S4
    Mär 10 18:41:59 matt kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    Mär 10 18:41:59 matt kernel: rtc_cmos 00:02: alarms up to one month, 114 bytes nvram, hpet irqs
    Mär 10 18:41:59 matt kernel: drop_monitor: Initializing network drop monitor service
    Mär 10 18:41:59 matt kernel: TCP: cubic registered
    Mär 10 18:41:59 matt kernel: NET: Registered protocol family 10
    Mär 10 18:41:59 matt kernel: NET: Registered protocol family 17
    Mär 10 18:41:59 matt kernel: Key type dns_resolver registered
    Mär 10 18:41:59 matt kernel: Using IPI No-Shortcut mode
    Mär 10 18:41:59 matt kernel: registered taskstats version 1
    Mär 10 18:41:59 matt kernel: Magic number: 6:667:693
    Mär 10 18:41:59 matt kernel: rtc_cmos 00:02: setting system clock to 2014-03-10 17:41:47 UTC (1394473307)
    Mär 10 18:41:59 matt kernel: PM: Hibernation image not present or could not be loaded.
    Mär 10 18:41:59 matt kernel: Freeing unused kernel memory: 588K (c071b000 - c07ae000)
    Mär 10 18:41:59 matt kernel: Write protecting the kernel text: 4476k
    Mär 10 18:41:59 matt kernel: Write protecting the kernel read-only data: 1324k
    Mär 10 18:41:59 matt kernel: random: systemd-tmpfile urandom read with 2 bits of entropy available
    Mär 10 18:41:59 matt systemd-udevd[47]: starting version 210
    Mär 10 18:41:59 matt kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    Mär 10 18:41:59 matt kernel: i8042: Detected active multiplexing controller, rev 1.1
    Mär 10 18:41:59 matt kernel: ACPI: bus type USB registered
    Mär 10 18:41:59 matt kernel: usbcore: registered new interface driver usbfs
    Mär 10 18:41:59 matt kernel: usbcore: registered new interface driver hub
    Mär 10 18:41:59 matt kernel: SCSI subsystem initialized
    Mär 10 18:41:59 matt kernel: usbcore: registered new device driver usb
    Mär 10 18:41:59 matt kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mär 10 18:41:59 matt kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000cc00
    Mär 10 18:41:59 matt kernel: ehci-pci: EHCI PCI platform driver
    Mär 10 18:41:59 matt kernel: hub 1-0:1.0: USB hub found
    Mär 10 18:41:59 matt kernel: hub 1-0:1.0: 2 ports detected
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c880
    Mär 10 18:41:59 matt kernel: hub 2-0:1.0: USB hub found
    Mär 10 18:41:59 matt kernel: hub 2-0:1.0: 2 ports detected
    Mär 10 18:41:59 matt kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Mär 10 18:41:59 matt kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 3
    Mär 10 18:41:59 matt kernel: ehci-pci 0000:00:1d.7: debug port 1
    Mär 10 18:41:59 matt kernel: ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    Mär 10 18:41:59 matt kernel: ehci-pci 0000:00:1d.7: irq 23, io mem 0xfe937c00
    Mär 10 18:41:59 matt kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Mär 10 18:41:59 matt kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
    Mär 10 18:41:59 matt kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
    Mär 10 18:41:59 matt kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
    Mär 10 18:41:59 matt kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
    Mär 10 18:41:59 matt kernel: libata version 3.00 loaded.
    Mär 10 18:41:59 matt kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Mär 10 18:41:59 matt kernel: hub 3-0:1.0: USB hub found
    Mär 10 18:41:59 matt kernel: hub 3-0:1.0: 8 ports detected
    Mär 10 18:41:59 matt kernel: hub 1-0:1.0: USB hub found
    Mär 10 18:41:59 matt kernel: hub 1-0:1.0: 2 ports detected
    Mär 10 18:41:59 matt kernel: hub 2-0:1.0: USB hub found
    Mär 10 18:41:59 matt kernel: hub 2-0:1.0: 2 ports detected
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    Mär 10 18:41:59 matt kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c800
    Mär 10 18:41:59 matt kernel: hub 4-0:1.0: USB hub found
    Mär 10 18:41:59 matt kernel: hub 4-0:1.0: 2 po

    Scimmia wrote:Acer Aspire, by any chance? There was a thread on this earlier.
    No it's a Noname Netbook. It runs without a graphical user interface (only as a server).
    I've downgraded to systemd 208-11 and systemd-sysvcompat 208-11 and the error is gone. So it is definitely a systemd thing.
    EDIT:
    I figure it is related to this from http://lists.freedesktop.org/archives/s … 17362.html:
    * logind is now a lot more aggressive when suspending the
              machine due to a closed laptop lid. Instead of acting only
              on the lid close action it will continuously watch the lid
              status and act on it. This is useful for laptops where the
              power button is on the outside of the chassis so that it can
              be reached without opening the lid (such as the Lenovo
              Yoga). On those machines logind will now immediately
              re-suspend the machine if the power button has been
              accidentally pressed while the laptop was suspended and in a
              backpack or similar.
    EDIT2:
    Now that I knew what caused this, I googled for "logind suspend lid laptop 210" and found this other thread with the solution.
    Last edited by akurei (2014-03-11 19:41:55)

  • Polycom CX 600 - Certificate web service cannot be found

    Hi All,
    I know, there are some same issues in the forum, bot those are not helpful for me. My problem is the same, via network cable (using just DHCP) the Polycom CX 600 Lync Phone are not able to sign in (however 1 month ago it was), returning the error message:
    'Certificate web service cannot be found.'
    I've double checked the DHCP options and all of them are OK! We are not using Windows DHCP, but the options are right, the 43 option containing the proper hexa value, the sub-options are also valid. From the DHCP log I can verify that the device got the
    options, but the phone still not able to sign in.
    From the browser I cannot open the device, by it's IP, just with FTP:\\'IP'. There I could find a .clg1 log file, but it not containing useful information for me. 
    This is the link of the log file: http://speedy.sh/XAgMT/system.clg1
    If I run the DHCPUtil.exe -emulateclient on my workstation, I got the following:
    Starting Discovery ...
    Result: Failure =  -2147014848
    Or... sometimes it has a result:
    Starting Discovery ...
    Sending Packet (Size: 288, Network Adapter: 57.56.69.138, Attempt Type: Broadcas
    t + Unicast)
    --Begin Packet--
    DHCP: INFORM                (xid=5C1E8177)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 1545503095
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = 57.56.69.138
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 0.0.0.0
    DHCP: Client HW Address (chaddr)  = E0DB55DE###--End Packet--
    Received Packet
    Sender:57.20.120.85:67, Size:408
    --Begin Packet--
    DHCP: ACK                (xid=5C1E8177)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 1545503095
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = 57.56.69.138
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 57.56.69.131
    DHCP: Client HW Address (chaddr)  = E0DB55DE8993
    DHCP: Server Host Name  (sname)   =
    DHCP: Boot File Name    (file)    =
    DHCP: Magic Cookie                = 99.130.83.99
    DHCP: Option Field
        DHCP: DHCP MESSAGE TYPE(  53) = (Length: 1) DHCP ACK
        DHCP: Server Identifier(  54) = (Length: 4) 57.20.120.85
        DHCP: Client Identifier(  61) = (Length: 0)  ()
        DHCP: SIP Server( 120)        = (Length: 18) enc:0 lync2013.dlh.de (00086C79
    6E633230313303646C6802646500)
        DHCP: Host Name(  12)         = (Length: 0)
        DHCP: Vendor Identifier(  60) = (Length: 0)
        DHCP: Param Req List(  55)    = (Length: 0) 0 0
        DHCP: Vendor Info(  43)       = (Length: 130) ☺♀MS-UC-Client☻♣https♥☼lync201
    3.dlh☻E6465040334343305252F4365727450726F762F4365727450726F766973696F6E696E67536
    572766963652E737663] (010C4D532D55432D436C69656E7402056874747073030F6C796E633230
    31332E646C6802453634363530343033333433343333303532353246343336353732373435303732
    36463736324634333635373237343530373236463736363937333639364636453639364536373533
    36353732373636393633363532453733373636335D)
        DHCP: End of this option field
    --End Packet--
    Received Packet
    Sender:57.20.120.85:67, Size:408
    --Begin Packet--
    DHCP: ACK                (xid=5C1E8177)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 1545503095
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = 57.56.69.138
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 57.56.69.130
    DHCP: Client HW Address (chaddr)  = E0DB55DE8993
    DHCP: Server Host Name  (sname)   =
    DHCP: Boot File Name    (file)    =
    DHCP: Magic Cookie                = 99.130.83.99
    DHCP: Option Field
        DHCP: DHCP MESSAGE TYPE(  53) = (Length: 1) DHCP ACK
        DHCP: Server Identifier(  54) = (Length: 4) 57.20.120.85
        DHCP: Client Identifier(  61) = (Length: 0)  ()
        DHCP: SIP Server( 120)        = (Length: 18) enc:0 lync2013.dlh.de (00086C79
    6E633230313303646C6802646500)
        DHCP: Host Name(  12)         = (Length: 0)
        DHCP: Vendor Identifier(  60) = (Length: 0)
        DHCP: Param Req List(  55)    = (Length: 0) 0 0
        DHCP: Vendor Info(  43)       = (Length: 130) ☺♀MS-UC-Client☻♣https♥☼lync201
    3.dlh☻E6465040334343305252F4365727450726F762F4365727450726F766973696F6E696E67536
    572766963652E737663] (010C4D532D55432D436C69656E7402056874747073030F6C796E633230
    31332E646C6802453634363530343033333433343333303532353246343336353732373435303732
    36463736324634333635373237343530373236463736363937333639364636453639364536373533
    36353732373636393633363532453733373636335D)
        DHCP: End of this option field
    --End Packet--
    Received Packet
    Sender:57.20.120.100:67, Size:408
    --Begin Packet--
    DHCP: ACK                (xid=5C1E8177)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 1545503095
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = 57.56.69.138
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 0.0.0.0
    DHCP: Client HW Address (chaddr)  = E0DB55DE8993
    DHCP: Server Host Name  (sname)   =
    DHCP: Boot File Name    (file)    =
    DHCP: Magic Cookie                = 99.130.83.99
    DHCP: Option Field
        DHCP: DHCP MESSAGE TYPE(  53) = (Length: 1) DHCP ACK
        DHCP: Server Identifier(  54) = (Length: 4) 57.20.120.100
        DHCP: Client Identifier(  61) = (Length: 0)  ()
        DHCP: SIP Server( 120)        = (Length: 18) enc:0 lync2013.dlh.de (00086C79
    6E633230313303646C6802646500)
        DHCP: Host Name(  12)         = (Length: 0)
        DHCP: Vendor Identifier(  60) = (Length: 0)
        DHCP: Param Req List(  55)    = (Length: 0) 0 0
        DHCP: Vendor Info(  43)       = (Length: 130) ☺♀MS-UC-Client☻♣https♥☼lync201
    3.dlh☻E6465040334343305252F4365727450726F762F4365727450726F766973696F6E696E67536
    572766963652E737663] (010C4D532D55432D436C69656E7402056874747073030F6C796E633230
    31332E646C6802453634363530343033333433343333303532353246343336353732373435303732
    36463736324634333635373237343530373236463736363937333639364636453639364536373533
    36353732373636393633363532453733373636335D)
        DHCP: End of this option field
    --End Packet--
    Received Packet
    Sender:57.20.120.100:67, Size:408
    --Begin Packet--
    DHCP: ACK                (xid=5C1E8177)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 1545503095
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = 57.56.69.138
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 57.56.69.131
    DHCP: Client HW Address (chaddr)  = E0DB55DE8993
    DHCP: Server Host Name  (sname)   =
    DHCP: Boot File Name    (file)    =
    DHCP: Magic Cookie                = 99.130.83.99
    DHCP: Option Field
        DHCP: DHCP MESSAGE TYPE(  53) = (Length: 1) DHCP ACK
        DHCP: Server Identifier(  54) = (Length: 4) 57.20.120.100
        DHCP: Client Identifier(  61) = (Length: 0)  ()
        DHCP: SIP Server( 120)        = (Length: 18) enc:0 lync2013.dlh.de (00086C79
    6E633230313303646C6802646500)
        DHCP: Host Name(  12)         = (Length: 0)
        DHCP: Vendor Identifier(  60) = (Length: 0)
        DHCP: Param Req List(  55)    = (Length: 0) 0 0
        DHCP: Vendor Info(  43)       = (Length: 130) ☺♀MS-UC-Client☻♣https♥☼lync201
    3.dlh☻E6465040334343305252F4365727450726F762F4365727450726F766973696F6E696E67536
    572766963652E737663] (010C4D532D55432D436C69656E7402056874747073030F6C796E633230
    31332E646C6802453634363530343033333433343333303532353246343336353732373435303732
    36463736324634333635373237343530373236463736363937333639364636453639364536373533
    36353732373636393633363532453733373636335D)
        DHCP: End of this option field
    --End Packet--
    Received Packet
    Sender:57.20.120.100:67, Size:408
    --Begin Packet--
    DHCP: ACK                (xid=5C1E8177)
    DHCP: Op Code           (op)      = 1
    DHCP: Hardware Type     (htype)   = 6
    DHCP: Hops              (hops)    = 0
    DHCP: Transaction ID    (xid)     = 1545503095
    DHCP: Seconds           (secs)    = 0
    DHCP: Flags             (flags)   = 0000
    DHCP: Client IP Address (ciaddr)  = 57.56.69.138
    DHCP: Your IP Address   (yiaddr)  = 0.0.0.0
    DHCP: Server IP Address (siaddr)  = 0.0.0.0
    DHCP: Relay IP Address  (giaddr)  = 57.56.69.130
    DHCP: Client HW Address (chaddr)  = E0DB55DE8993
    DHCP: Server Host Name  (sname)   =
    DHCP: Boot File Name    (file)    =
    DHCP: Magic Cookie                = 99.130.83.99
    DHCP: Option Field
        DHCP: DHCP MESSAGE TYPE(  53) = (Length: 1) DHCP ACK
        DHCP: Server Identifier(  54) = (Length: 4) 57.20.120.100
        DHCP: Client Identifier(  61) = (Length: 0)  ()
        DHCP: SIP Server( 120)        = (Length: 18) enc:0 lync2013.dlh.de (00086C79
    6E633230313303646C6802646500)
        DHCP: Host Name(  12)         = (Length: 0)
        DHCP: Vendor Identifier(  60) = (Length: 0)
        DHCP: Param Req List(  55)    = (Length: 0) 0 0
        DHCP: Vendor Info(  43)       = (Length: 130) ☺♀MS-UC-Client☻♣https♥☼lync201
    3.dlh☻E6465040334343305252F4365727450726F762F4365727450726F766973696F6E696E67536
    572766963652E737663] (010C4D532D55432D436C69656E7402056874747073030F6C796E633230
    31332E646C6802453634363530343033333433343333303532353246343336353732373435303732
    36463736324634333635373237343530373236463736363937333639364636453639364536373533
    36353732373636393633363532453733373636335D)
        DHCP: End of this option field
    --End Packet--
    Result: Failure =  1
    I don't know what is that Failure = 1
    Has anybody an idea???
    Many thanks,
    Tamás

    Hi,
    The DHCP options are good.
    Finally, I was able to run the test-csphonebootsrap cmdlet, and I got the following error:
    Result        : Failure
    Latency       : 00:00:01.2179659
    Error Message : No response received for getting root certificate chain.
                    Inner Exception:The remote server returned an unexpected respon
                    se: (417) Expectation Failed.
                    Inner Exception:The remote server returned an error: (417) Expe
                    ctation Failed.
    Diagnosis     :
                    Inner Diagnosis:Mime-Version : 1.0
                    X-Squid-Error : ERR_INVALID_REQ 0
                    Vary : Accept-Language
                    Content-Language : en
                    X-Cache : MISS from proxy.lsy.bud.dlh.de
                    X-Cache-Lookup : NONE from proxy.lsy.bud.dlh.de:3128
                    Connection : close
                    Content-Length : 3944
                    Content-Type : text/html
                    Date : Thu, 09 Jan 2014 13:24:47 GMT
                    Server : squid/3.1.10
                    Via : 1.0 proxy.lsy.bud.dlh.de (squid/3.1.10)
    VERBOSE: Workflow
    'Microsoft.Rtc.SyntheticTransactions.Workflows.STPhoneBootstrapWorkflow'
    started.
    Workflow
    'Microsoft.Rtc.SyntheticTransactions.Workflows.STPhoneBootstrapWorkflow'
    completed in '0.0001508' seconds.
    Target server Fqdn or web service Url not provided. Will have to do DHCP
    Registrar Discovery.
    An exception 'No response received for getting root certificate chain.'
    occurred during Workflow
    Microsoft.Rtc.SyntheticTransactions.Workflows.STPhoneBootstrapWorkflow
    execution.
    Exception Call Stack:    at
    Microsoft.Rtc.Admin.Authentication.WebServicesHelper.GetRootCertChains()
       at
    Microsoft.Rtc.SyntheticTransactions.Activities.GetRootCertChainsActivity.Intern
    alExecute(ActivityExecutionContext executionContext)
       at
    Microsoft.Rtc.SyntheticTransactions.Activities.SyntheticTransactionsActivity.Ex
    ecute(ActivityExecutionContext executionContext)
       at System.Workflow.ComponentModel.ActivityExecutor`1.Execute(T activity,
    ActivityExecutionContext executionContext)
       at
    System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRunti
    me workflowCoreRuntime)
       at System.Workflow.Runtime.Scheduler.Run()
    Server stack trace:
       at
    System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(
    HttpWebRequest request, HttpWebResponse response, HttpChannelFactory`1 factory,
     WebException responseException, ChannelBinding channelBinding)
       at
    System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChanne
    lRequest.WaitForReply(TimeSpan timeout)
       at System.ServiceModel.Channels.RequestChannel.Request(Message message,
    TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean
    oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan
    timeout)
       at
    System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessa
    ge methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage
    message)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
    reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
    msgData, Int32 type)
       at RootCertChainService.GetRootCertChains(GetRootCertChainsRequest request)
       at Microsoft.Rtc.Admin.Authentication.WebServicesHelper.GetRootCertChains()
    'DHCPDiscover' activity started.
    Starting DHCP registrar discovery...
    Constructing a DHCP packet.
    Adding DHCP option PARAMETER_REQUEST_LIST.
    Successfully added DHCP option.
    Adding DHCP option VENDOR_CLASS_IDENTIFIER.
    Successfully added DHCP option.
    Successfully constructed DHCP packet.
    Trying to open an udp connection.
    Remote IP : 255.255.255.255.
    Local IP : 10.150.7.33.
    \tCreating a new UDP client.
    Udp connection successfully created.
    Sending packet.
    Remote IP : 255.255.255.255.
    Remote Port : 67.
    Packet sent successfully.
    DHCP discovery message send. Waiting for DHCP servers to respond.
    Data received successfully.
    Remote IP : 57.20.120.85.
    Remote Port : 67.
    Response received for the DHCP Discovery message.
    Constructing a DHCP packet from received raw data.
    Extracting DHCP Options.
    Successfully constructed DHCP packet.
    Return value for DHCP option : SIP_SERVER.
    Found registrar Fqdn : lyncpool.dlh.de.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.1.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.1 - MS-UC-Client.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.2.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.2 - https.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.3.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.3 - lyncpool.dlh.de.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.4.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.4 - 443.
    Successfully extracted sub option value.
    Searching for DHCP sub option : VENDOR_SPECIFIC_INFORMATION.5.
    Return value for DHCP option : VENDOR_SPECIFIC_INFORMATION.
    Found DHCP sub option : VENDOR_SPECIFIC_INFORMATION.5 -
    /CertProv/CertProvisioningService.svc.
    Successfully extracted sub option value.
    Found web service Url :
    https://lyncpool.dlh.de:443/CertProv/CertProvisioningService.svc.
    Disconnecting.
    DHCP registrar discovery activity completed successfully.
    'DHCPDiscover' activity completed in '1.2179659' seconds.
    'GetRootCertChains' activity started.
    Trying to download a certificate chain from web service.
    Web Service Url : http://lyncpool.dlh.de/CertProv/CertProvisioningService.svc
    Could not download certificate chain from web service.
    CHECK:
     - Web service Url is valid and the web services are functional.
    'UnRegister' activity started.
    'UnRegister' activity completed in '3.78E-05' seconds.
    VERBOSE: Workflow Instance ID 'a9313cfa-b82c-4bd2-9df6-81acca1bcbbc' completed.
    VERBOSE: Workflow run-time (sec): 1.5083016.
    It looks like the telephone are not able to download the root CA, but the webservice is available and reachable via port 80 and 443 too.... So, what is the reason? Why the Polycom CX600 is not able to download the root CA??

  • [Solved] Root device doesn't exist

    Hi!
    EDIT SOLVED: Booted from a arch-core CD and did a;
    mv /etc/mkinitcpio.conf.pacnew /etc/mkinitcpio.conf
    pacman -U /var/cache/pacman/pkg/kernel26-2.6.25-4-1-i686.pkg.tar.gz
    Seems like a had a configuration error in my old mkinitcpio.conf file and kernel install failed.
    .. But should it install when the kernel install failes?
    For interested, here is my pacman.log
    [2008-05-24 20:04] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2008-05-24 20:04] ==> Building image "default"
    [2008-05-24 20:04] ==> Running command: /sbin/mkinitcpio -k 2.6.25-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2008-05-24 20:04] :: Begin build
    [2008-05-24 20:04] :: Parsing hook [base]
    [2008-05-24 20:04] :: Parsing hook [udev]
    [2008-05-24 20:04] :: Parsing hook [autodetect]
    [2008-05-24 20:04] :: Parsing hook [pata]
    [2008-05-24 20:04] :: Parsing hook [scsi]
    [2008-05-24 20:04] :: Parsing hook [sata]
    [2008-05-24 20:04] :: Parsing hook [usbinput]
    [2008-05-24 20:04] ==> FAIL
    [2008-05-24 20:04] ==> Building image "fallback"
    [2008-05-24 20:04] ==> Running command: /sbin/mkinitcpio -k 2.6.25-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2008-05-24 20:04] :: Begin build
    [2008-05-24 20:04] :: Parsing hook [base]
    [2008-05-24 20:04] :: Parsing hook [udev]
    [2008-05-24 20:04] :: Parsing hook [pata]
    [2008-05-24 20:04] :: Parsing hook [scsi]
    [2008-05-24 20:04] :: Parsing hook [sata]
    [2008-05-24 20:04] :: Parsing hook [usbinput]
    [2008-05-24 20:04] ==> FAIL
    [2008-05-24 20:04] upgraded kernel26 (2.6.25.4-1 -> 2.6.25.4-1)
    And old mkinitpcio.conf
    MODULES="ata_generic ahci"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect pata scsi sata usbinput keymap filesystems"
    I think it was the keymap it complained about
    ---- Original message
    After the last upgrade with kernel 2.6.25, i get;
    Attempting to create root device '/dev/sda3'
    ERROR: Failed to parse block device name for '/dev/sda3' unknown
    ERROR: root fs cannot be detected
    Waiting for device to settle...done
    Root device '/dev/sda3' doesn't exist, attempting to create it
    ERROR: Failed to parse block device name for '/dev/sda3' unknown
    ERROR: Unable to create/detect root device, '/dev/sda3'
    Dropping to recovery shell.. type 'exit' to reboot
    at startup.
    The fallback entry at grub, gives the same message.
    When trying to modprobe a module, it gives me message:
    FATAL: Could not load /lib/modules/2.6.25-ARCH/modules.dep: No such file or directory
    Only /lib/modules/2.6.24-ARCH exists.
    Last edited by cybe-arch (2008-05-24 18:40:56)

    I have the same issue with kernel26-lts-2.6.32.41-1.
    Recent Arch updates made my favourite operating system of the worst kind: flashplugin freezez in 5 seconds, mozilla gets some freezes as well,
    copying files from one drive to another takes like 1.5h and many more weird things including some frequent performance abuses by the processes.
    I see Arch behaves like old Microshit products. Sad thing but I move to more stable distro very soon, because I have enough of fixing bugs 3 times a week, to make my Arch usable again. Before like 6 months ago updated were less frequent and surprises were once a month not twice a week. Outrageous.
    Perhaps Arch crew is overrun by the Apple guys, to compromise this distro, to encourage people to buy Apple products instead of using faulty Windowses or from day to day more troublesome Linuxes.
    Going to the point.
    So in response I wanted give LTS a try, but it drops me to recovery console (ramfs) saying that "Root device doesn't exist"

  • Page Cannot be found:Jdeveloper

    I have created the sample OAF Oage.I am getting error the Webpage cannot be found http 404 when run the page from Jdeveloper when wroking in office netwrok but same is working fine from Home Network.
    We are connecting the Apps server throgh Citrix VPN and OS windows 7.
    Can any one help us..?
    Embedded OC4J server message as follows:
    D:\Jdevloper\jdevbin\jdk\bin\javaw.exe -jar D:\Jdevloper\jdevbin\j2ee\home\admin.jar ormi://10.200.5.180:23891 oc4jadmin **** -updateConfig
    Oct 18, 2013 10:12:43 AM com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl preInitApplicationServer
    WARNING: ORB ignoring configuration changes.  Restart OC4J to apply new ORB configuration.
    WARNING: Code-source D:\Jdevloper\jdevbin\jdev\appslibrt\xml.jar (from <library> in /D:/Jdevloper/jdevbin/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/Jdevloper/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\Jdevloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\Jdevloper\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /D:/Jdevloper/jdevbin/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/Jdevloper/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in D:\Jdevloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\Jdevloper\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /D:/Jdevloper/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /D:/Jdevloper/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in D:\Jdevloper\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\Jdevloper\jdevbin\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in D:\Jdevloper\jdevbin\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /D:/Jdevloper/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /D:/Jdevloper/jdevbin/jdev/system/oracle.j2ee.10.1.3.41.57/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 4535 ms.
    Target URL -- http://01HW545975:8988/OA_HTML/runregion.jsp
    Oct 18, 2013 10:12:47 AM oracle.jsp.logger.JspMessages infoCannotDispatchJspPage
    INFO: Unable to dispatch JSP Page : java.io.FileNotFoundException: D:\Jdevloper\jdevbin\jdev\myhtml\OA_HTML\runregion.jsp (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at oracle.jsp.provider.JspFilesystemResource.fromStream(JspFilesystemResource.java:151)
    at oracle.jsp.parse.XMLUtil.getFromStream(XMLUtil.java:236)
    at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:449)
    at oracle.jsp.runtimev2.JspPageCompiler.compilePage(JspPageCompiler.java:413)
    at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:705)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:694)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:414)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
    at java.lang.Thread.run(Thread.java:595)

    Yes..We are using Proxy Server..
    But Once We connected to VPN then Proxy Server is getting unchecked and Use Automatic Configration Script check box above the proxy Server is Checked..and Address value is "file://C:\Users\345670\AppData\Roaming\Juniper Networks\Network Connect 7.3.1\instantproxy.pac"..
    Now You want me do uncheck both boxes and try..?
    Also please see that in the OC4j Log.."INFO: Unable to dispatch JSP Page : java.io.FileNotFoundException: D:\Jdevloper\jdevbin\jdev\myhtml\OA_HTML\runregion.jsp (The system cannot find the file specified)"..is it a error or normal statement...

  • Finder - The application cannot be found.

    Installed recent Apple security update on 7/3/08, now running OS X 10.5.4. Clicking on the Finder logo on the Dock gives "The application cannot be found."
    This is predictably spectacular news. While the Finder might not be perfect, just see how long you'd last without it. For instance, try to empty your trash. Thankfully, I normally use Butler for working with the system and generally don't use Finder, except to empty the trash and move occassional files around.
    I've been fumbling along with this for less than a week but finally have time to troubleshoot this issue. In the interim, I managed to mount a disk image and load Path Finder, which is a Finder alternative. While it looks nice, and works as advertised, I'd rather not have to pay to be able to move files graphically. Similarly, Spotlight no longer returns search results, though I can type searches.
    Troubleshooting I've done so far:
    1. Boot from my 10.5 upgrade DVD.
    2. Run "Disk Utility" from 10.5 upgrade DVD. Selected "Verify Permissions". Selected "Fix Permissions". Then selected "Verify disk", but that didn't give any errors.
    3. Installed OnyX.
    4. Using Onyx, selected "Verify - Preferences". There was something wrong with my java.plist file so I deleted that. No other errors.
    5. Onyx - Automation - selected everything. Which means:
    "Repair Permissions"
    "Execute Maintenance Scripts"
    "Rebuild LaunchServices"
    "Rebuild Display of folders content"
    "Cleaning system cache"
    "Cleaning User cache"
    "Cleaning fonts cache"
    "Cleaning Logs and Crashreporter"
    "Cleaning Temporary items"
    "Cleaning Recent items and web browsers' history"
    5. Funny enough, before OnyX prompted me to reboot it SHOWED A FINDER WINDOW.
    6. Reboot. Finder still gives "The application cannot be found."
    7. Onyx - Parameters - Finder - Restore Defaults.
    8. Reboot.
    9. Finder still gives "The application cannot be found."
    l0. Post to Apple support forums.

    Doing a tail -f /var/log/system.log showed no new entries when I tried to launch Finder. Similarly, bringing up Console with "All Messages" also brings up nothing when I try to launch finder.
    Now, doing a ls -l of /System/Library/CoreServices brings up this gem:
    -rwxr-xr-x@ 1 root wheel 0 Sep 23 2007 Finder
    There's also no Finder.app in there.
    locate Finder.app | egrep -v -i "Path Finder"
    gives nothing as well.
    I now know how the Windows people I've met feel when some bright management-type has deleted explorer.exe. However, I don't really fit into any of those categories, and I'm a bit unsettled about this all being a regular security update.
    So, then, where would I go find Finder.app, or is it supposed to be just a symlink to something else? I've got a PPC iMac running 10.4, but I'd suspect that I can't JUST copy the directory on over without borking something.

Maybe you are looking for

  • Why will music not open on my iPad?

    For the last week or so, whenever I open the music app on my iPad all I see is a blank library screen for a second and then the app closes itself. I have tried pressing the home button twice and closing all open apps, rebooting the iPad several times

  • Installed new cartridge and nothing prints on the paper...either black or white

    I installed new cartridges...installed and re installed them several times...ran all the scan doctors sw, re installed sw, aligned cartridges, cleaned heads....but my documents print blank pages.  HP support center says ink cartridges check out fine.

  • Photoshop 5.5 and Camera Raw

    I am using Photoshop 5.5 because it still suits me needs, except that I am unable to import RAW photos from my Canon EOS 600D (CRS files).  Photoshop 5.5 does'nt support this.   Is there an update to rectify this?    Many thanks

  • G/R Reverse Process failed in MB01

    Hi, I tried creating receipts using transaction MB01, Movement type 101 for a specific schedule agreement and material. Then afterwards, I tried cancellation of this invoice using MB01 again but movement type 102. However, SAP show the screen as atta

  • W7 Installation Fails

    Tech Specs: 2010 Macbook Pro 15' OSX Lion Windows 7 Home Premium Install Disk Before updating to OSX Lion my windows 7 partition would not load up and would show the folder with the question mark on it. I deleted it and waited until I got home with a