Mkinitcpio hung Parsing autodect

:: Begin build
:: Parsing hook [base]
:: Parsing hook [udev]
:: Parsing hook [autodetect]
This is for kernel26.img. I successfully manually created kernel26-fallback.img according to kernel.install from kernel26. Not sure if anyone is having this problem.

phrakture wrote:Ok, a few things:
1) Can you make sure it is hanging, and not just taking a really long time? (let it run for like 10 minutes)
2) What does "find /dev -type b" output?
3) Also, the output of "for b in $(find /dev -type b); do echo $b; done" ?
1. Done. After 20 minutes, still the same problem.
2. While 'Parsing hook [autodetect]' is still on the screen and I have not hit ctrl-c yet, I get this for output in step 2:
/dev/.tmp-8-66
/dev/.tmp-8-65
/dev/.tmp-8-50
/dev/.tmp-8-49
/dev/.tmp-8-34
/dev/.tmp-8-33
/dev/.tmp-8-18
/dev/.tmp-8-17
/dev/sda
/dev/.tmp-8-32
/dev/.tmp-8-16
/dev/.tmp-8-64
/dev/.tmp-8-48
/dev/hda10
/dev/hda9
/dev/hda11
/dev/hda13
/dev/hda8
/dev/hda7
/dev/hda6
/dev/hda5
/dev/hdb2
/dev/hda3
/dev/hda2
/dev/hda1
/dev/hdb1
/dev/hda12
/dev/hda
/dev/hdb
/dev/hdd
/dev/rd/9
/dev/rd/8
/dev/rd/7
/dev/rd/6
/dev/rd/5
/dev/rd/4
/dev/rd/3
/dev/rd/2
/dev/rd/15
/dev/rd/14
/dev/rd/13
/dev/rd/12
/dev/rd/11
/dev/rd/10
/dev/rd/1
/dev/rd/0
/dev/loop/7
/dev/loop/6
/dev/loop/5
/dev/loop/4
/dev/loop/3
3. While 'Parsing hook [autodetect]' is still on the screen and I have not hit ctrl-c yet, I get this for output in step 3:
bash: syntax error near unexpected token `do'

Similar Messages

  • [solved] 'ERROR: file not found:' when running 'mkinitcpio -p linux'

    $ sudo mkinitcpio -p linux
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.13.5-1-ARCH
    -> Running build hook: [systemd]
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    -> Running build hook: [consolefont]
    -> Running build hook: [keymap]
    ==> Generating module dependencies
    ==> Creating cat initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.13.5-1-ARCH
    -> Running build hook: [systemd]
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    ==> ERROR: file not found: `'
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: smsmdtv
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    -> Running build hook: [consolefont]
    -> Running build hook: [keymap]
    ==> Generating module dependencies
    ==> Creating cat initcpio image: /boot/initramfs-linux-fallback.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    Things seems to work, but I'm a bit worried.
    It has just started. PS/2 atkbd stuff went fine.
    journalctl shows
    Feb 26 22:36:09 localhost systemd-udevd[62]: failed to execute '/usr/lib/udev/ata_id' 'ata_id --export /de
    Feb 26 22:36:09 localhost systemd-udevd[63]: failed to execute '/usr/lib/udev/scsi_id' 'scsi_id --export -
    Feb 26 22:36:09 localhost systemd-udevd[64]: failed to execute '/usr/lib/udev/ata_id' 'ata_id --export /de
    Feb 26 22:36:09 localhost systemd-udevd[65]: failed to execute '/usr/lib/udev/scsi_id' 'scsi_id --export -
    Feb 26 22:36:09 localhost kernel: sda: sda1 sda2 sda3 sda4
    Feb 26 22:36:09 localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Feb 26 22:36:09 localhost systemd-udevd[66]: failed to execute '/usr/lib/udev/ata_id' 'ata_id --export /de
    Feb 26 22:36:09 localhost systemd-udevd[67]: failed to execute '/usr/lib/udev/scsi_id' 'scsi_id --export
    I'm using [testing] but I don't know if it matters.
    What should I post?
    Last edited by karol (2014-03-15 15:03:56)

    The systemd build hook looks like this:
    build() {
    local rules unit
    # from base
    add_binary /bin/mount
    add_binary /usr/bin/kmod /usr/bin/modprobe
    # systemd
    add_binary /usr/lib/systemd/systemd /init
    add_binary /usr/bin/systemd-tmpfiles
    # generate sysroot.mount and sysroot-usr.mount
    add_file "/usr/lib/systemd/system-generators/systemd-fstab-generator"
    # udev rules and systemd units
    map add_udev_rule "$rules" \
    50-udev-default.rules \
    60-persistent-storage.rules \
    64-btrfs.rules \
    80-drivers.rules \
    99-systemd.rules \
    map add_systemd_unit \
    ctrl-alt-del.target \
    initrd-cleanup.service \
    initrd-fs.target \
    initrd-parse-etc.service \
    initrd-root-fs.target \
    initrd-switch-root.service \
    initrd-switch-root.target \
    initrd-udevadm-cleanup-db.service \
    initrd.target \
    kmod-static-nodes.service \
    sockets.target \
    [email protected] \
    systemd-journald.service \
    systemd-tmpfiles-setup-dev.service \
    systemd-udev-trigger.service \
    systemd-udevd-control.socket \
    systemd-udevd-kernel.socket \
    systemd-udevd.service
    add_symlink "/usr/lib/systemd/system/default.target" "initrd.target"
    # libdbus needs the passwd info of the root user
    # TODO: make sure this is no longer necessary when systemctl moves to sd-bus
    add_file "/etc/nsswitch.conf"
    add_file "/etc/passwd"
    add_binary "$(readlink -f /usr/lib/libnss_files.so)"
    # udev wants /etc/group since it doesn't launch with --resolve-names=never
    add_file "/etc/group"
    Do all of those files exist on your sytemd? I'm not running testing nor systemd in my initrd, so I can't do much checking.
    Edit: You're not the only one. Bug report: https://bugs.archlinux.org/task/39059
    Last edited by Scimmia (2014-02-27 06:59:55)

  • Kernel 2.6.18 and mkinitcpio coming soon

    phrakture wrote:
    This is an announcement for those of you still using mkinitrd to boot your machines.
    For some time now there has been a notice upon kernel install that mkinitrd will be replaced by mkinitcpio once the 2.6.18 series is released. That time is quickly approaching. To anyone who has not at least tried mkinitcpio (/boot/kernel26.img) is advised to try it and report any issues on the bug tracker before this goes live.
    Thank you
    You've been more than warned - lets not have another udev/initrd fiasco!

    HOOKS="base udev autodetect sata filesystems"
    mkinitcpio -v -g /boot/kernel26.img
    :: Begin build
    :: Parsing hook [base]
      adding  dir /proc
      adding  dir /sys
      adding  dir /dev
      adding node /dev/null
      adding node /dev/zero
      adding node /dev/console
      adding  dir /lib
      adding file /lib/klibc-u5tK0EIDXMXcX6WWDRrnsKG-fVk.so
      adding  dir /bin
      adding file /bin/cat
      adding file /bin/chroot
      adding file /bin/dd
      adding file /bin/false
      adding file /bin/fstype
      adding file /bin/gunzip
      adding file /bin/gzip
      adding file /bin/insmod
      adding file /bin/ipconfig
      adding file /bin/kill
      adding file /bin/kinit
      adding file /bin/ln
      adding file /bin/losetup
      adding file /bin/mdassemble
      adding file /bin/minips
      adding file /bin/mkdir
      adding file /bin/mkfifo
      adding file /bin/mknod
      adding file /bin/modinfo
      adding file /bin/modprobe
      adding file /bin/mount
      adding file /bin/nfsmount
      adding file /bin/nuke
      adding file /bin/parseblock
      adding file /bin/pivot_root
      adding file /bin/replace
      adding file /bin/run-init
      adding file /bin/sh
      adding file /bin/sleep
      adding file /bin/split
      adding file /bin/true
      adding file /bin/umount
      adding file /bin/uname
      adding file /bin/zcat
      adding file /init
      adding file /config
    :: Parsing hook [udev]
      adding  dir /sbin
      adding file /sbin/udevd
      adding file /sbin/udevtrigger
      adding file /sbin/udevsettle
      adding  dir /etc
      adding  dir /etc/udev
      adding  dir /etc/udev/rules.d
      adding file /etc/udev/rules.d/udev.rules
      adding file /etc/start_udev
      adding  dir /lib/udev
      adding file /lib/udev/firmware.sh
      adding file /lib/udev/cdrom_id
      adding file /etc/udev/udev.conf
      adding  dir /hooks
      adding file /hooks/udev
    :: Parsing hook [autodetect]
    stdin: error 0
    :: Parsing hook [sata]
      adding  dir /lib/modules
      adding  dir /lib/modules/2.6.17-ARCH
      adding  dir /lib/modules/2.6.17-ARCH/kernel
      adding  dir /lib/modules/2.6.17-ARCH/kernel/drivers
      adding  dir /lib/modules/2.6.17-ARCH/kernel/drivers/scsi
      adding file /lib/modules/2.6.17-ARCH/kernel/drivers/scsi/libata.ko
      adding file /lib/modules/2.6.17-ARCH/kernel/drivers/scsi/ata_piix.ko
      adding file /lib/modules/2.6.17-ARCH/kernel/drivers/scsi/sd_mod.ko
      adding  dir /lib/modules/2.6.17-ARCH/kernel/drivers/cdrom
      adding file /lib/modules/2.6.17-ARCH/kernel/drivers/cdrom/cdrom.ko
      adding file /lib/modules/2.6.17-ARCH/kernel/drivers/scsi/sr_mod.ko
    :: Parsing hook [filesystems]
      adding  dir /lib/modules/2.6.17-ARCH/kernel/fs
      adding  dir /lib/modules/2.6.17-ARCH/kernel/fs/jbd
      adding file /lib/modules/2.6.17-ARCH/kernel/fs/jbd/jbd.ko
      adding  dir /lib/modules/2.6.17-ARCH/kernel/fs/ext3
      adding file /lib/modules/2.6.17-ARCH/kernel/fs/ext3/ext3.ko
      adding  dir /lib/modules/2.6.17-ARCH/kernel/fs/reiserfs
      adding file /lib/modules/2.6.17-ARCH/kernel/fs/reiserfs/reiserfs.ko
      adding file /hooks/filesystems
    :: Generating module dependancies
      adding file /lib/modules/2.6.17-ARCH/modules.dep
      adding file /lib/modules/2.6.17-ARCH/modules.alias
      adding file /lib/modules/2.6.17-ARCH/modules.symbols
    :: Generating image '/boot/kernel26.img'...SUCCESS

  • Mkinitcpio and Knoppix

    Hi,
    I want to clone a running Archlinux system into a VMWARE Server Image. I've done backups with rsync for so long and it worked every time I needed to clone or restore a system.
    But now I'm running into some difficulties I cannot solve.
    I started the virtual machine with Knoppix, prepared the hard disk and did a
    rsync -avn --numeric-ids --delete --exclude=/sys --exclude=/proc [email protected]:/ /
    I changed /etc/fstab and /boot/grub/menu.lst to the new device names (hda1->sda1) and reinstalled  GRUB:
    $> grub
    grub> root (hd0,1)
    grub> setup (hd0)
    grub> quit
    I created the folders /proc and /sys and did a reboot.
    But after loading the initial ramdisk I get some errors:
    :: Loading Initramfs
    ERROR: Failed to parse block device name for '/dev/sda2'
    ERROR: root fs cannot be detected.
    kinit: unable to mount root fs on device (hd0,0)
    kinit: init not found
    I don't know what's wrong, because (hd0,0) is not configured anywhere.
    My grub.lst:
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/sda2 ro quiet
    initrd /boot/kernel26.img
    title  Arch Linux (failsafe)
    root   (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/sda2 ro init 1
    initrd /boot/kernel26.img
    I wanted to create new initramfs images, but this fails because the kernel version of the Knoppix DVD doesn't fit with my installation
    "cannot find /lib/modules/2.6.15".................
    my kernel version is 2.6.20...
    So what should I do? Is it possible to boot with the kernel from the hard disk or is my problem located elsewhere??

    In that case, this error:
    ERROR: Failed to parse block device name for '/dev/sda2'
    indicates that the device node could not be found.  This is most likely because the module for your disk was not loaded at this point.  VMWare needs some odd module for disks, i think - one that can't be autodetects... BusLogic or something?  Try loading that in the MODULES="" list for you mkinitcpio image.

  • Mkinitcpio prays there's no "splashy" hook (but splashy IS installed)

    I just followed the wiki page for installing splashy, but there's something not working because it tells me this:
    [root@LTS-Arch ltsmash]# mkinitcpio -p kernel26
    ==> Building image "default"
    ==> Running command: /sbin/mkinitcpio -k 2.6.23-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    :: Begin build
    :: Parsing hook [base]
    :: Parsing hook [udev]
    :: Parsing hook [autodetect]
    :: Parsing hook [pata]
    :: Parsing hook [scsi]
    :: Parsing hook [sata]
    :: Parsing hook [usbinput]
    :: Parsing hook [keymap]
    :: Parsing hook [filesystems]
    FATAL: Hook 'splashy' can not be found.
    ==> FAIL
    NOTE: Forget about this crap, i built the package but forgot to install it via pacman xD

    (Apologies for butting in wiclee.)
    The effect is usually caused by trouble with the Segoe UI fonts on your system. Unfortunately it's a bit trickier to deal with on Windows 7 systems than Vista or XP. (The "Vortical" instructions which can fix it for almost all folks on Vista and XP aren't applicable to Windows 7.)
    Try having a look through the following (unfortunately very long) topic. It contains a lot of information on the Windows 7 variants of this, and possible methods for fixing the various Segoe UI-related issues that might be in play:
    iTunes 10.1 Missing Text

  • Mkinitcpio fails on pata hook: unbootable system - upgrade to 2.6.39

    Ran pacman -Syu this morning. Got the following errors:
    [2011-06-13 11:38] ==> Running command: /sbin/mkinitcpio -k 2.6.39-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-06-13 11:38] :: Begin build
    [2011-06-13 11:38] :: Parsing hook [base]
    [2011-06-13 11:38] :: Parsing hook [udev]
    [2011-06-13 11:38] :: Parsing hook [autodetect]
    [2011-06-13 11:38] :: Parsing hook [pata]
    [2011-06-13 11:38] grep: Unmatched [ or [^
    [2011-06-13 11:38] grep: Unmatched [ or [^
    [2011-06-13 11:38] grep: Unmatched [ or [^
    (many more follows, the same errors for hooks [scsi] and [sata]).
    Now the system fails to boot (in normal or fallback modes) with the error:
    Root device '<disk_uuid>' doesn't exist.
    This is x86_64. A somewhat similar system upgraded without any errors. What can I do about it? Any help would be greatly appreciated.
    Last edited by jasonwryan (2011-06-13 21:16:13)

    My mkinitcpio.conf is default one:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run first, so it may be used to
    # override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten if already added)
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata raid array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H raid' for more information on raid devices.
    # HOOKS="base udev pata raid encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata filesystems"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
    # compression.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    Here is the output from running mkinitcpio command:
    ==> Building image "default"
    ==> Running command: /sbin/mkinitcpio -v -k 2.6.39-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    :: Begin build
    :: Parsing hook [base]
    adding dir /proc
    adding dir /sys
    adding dir /dev
    adding dir /bin
    adding dir /sbin
    adding dir /lib
    adding dir /usr
    adding dir /usr/bin
    adding dir /usr/lib
    adding dir /usr/sbin
    adding dir /run
    adding node /dev/null
    adding node /dev/zero
    adding node /dev/console
    adding node /dev/mem
    adding file /bin/busybox
    adding link /lib/libc.so.6 -> /lib/libc-2.13.so
    adding file /lib/libc-2.13.so
    adding link /lib/ld-linux-x86-64.so.2 -> /lib/ld-2.13.so
    adding file /lib/ld-2.13.so
    adding file /sbin/modprobe
    adding file /sbin/blkid
    adding link /lib/libblkid.so.1 -> /lib/libblkid.so.1.1.0
    adding file /lib/libblkid.so.1.1.0
    adding link /lib/libuuid.so.1 -> /lib/libuuid.so.1.3.0
    adding file /lib/libuuid.so.1.3.0
    adding file /init_functions
    adding file /init
    adding file /config
    adding dir /etc
    adding dir /etc/modprobe.d
    adding file /etc/modprobe.d/usb-load-ehci-first.conf
    :: Parsing hook [udev]
    adding file /sbin/udevd
    adding link /lib/librt.so.1 -> /lib/librt-2.13.so
    adding file /lib/librt-2.13.so
    adding link /lib/libpthread.so.0 -> /lib/libpthread-2.13.so
    adding file /lib/libpthread-2.13.so
    adding file /sbin/udevadm
    adding dir /lib/udev
    adding dir /lib/udev/rules.d
    adding file /lib/udev/rules.d/50-firmware.rules
    adding file /lib/udev/rules.d/50-udev-default.rules
    adding file /lib/udev/rules.d/60-persistent-storage.rules
    adding file /lib/udev/rules.d/80-drivers.rules
    adding file /lib/udev/firmware
    adding file /lib/udev/ata_id
    adding file /lib/udev/path_id
    adding file /lib/udev/scsi_id
    adding file /lib/udev/usb_id
    adding dir /etc/udev
    adding file /etc/udev/udev.conf
    adding dir /hooks
    adding file /hooks/udev
    :: Parsing hook [autodetect]
    :: Parsing hook [pata]
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    :: Parsing hook [scsi]
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    :: Parsing hook [sata]
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    grep: Unmatched [ or [^
    :: Parsing hook [filesystems]
    adding module mbcache
    adding dir /lib/modules
    adding dir /lib/modules/2.6.39-ARCH
    adding dir /lib/modules/2.6.39-ARCH/kernel
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/mbcache.ko.gz
    adding module jbd2
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/jbd2
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/jbd2/jbd2.ko.gz
    adding module crc16
    adding dir /lib/modules/2.6.39-ARCH/kernel/lib
    adding file /lib/modules/2.6.39-ARCH/kernel/lib/crc16.ko.gz
    adding module ext4
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ext4
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ext4/ext4.ko.gz
    :: Generating module dependencies
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/mbcache.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/jbd2/jbd2.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/lib/crc16.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ext4/ext4.ko.gz': No such file or directory
    WARNING: Couldn't open directory /tmp/mkinitcpio.1arId8/lib/modules/2.6.39-ARCH: No such file or directory
    FATAL: Could not open /tmp/mkinitcpio.1arId8/lib/modules/2.6.39-ARCH/modules.dep.temp for writing: No such file or directory
    ERROR: file '/tmp/mkinitcpio.1arId8/lib/modules/2.6.39-ARCH/modules.dep' does not exist
    ERROR: file '/tmp/mkinitcpio.1arId8/lib/modules/2.6.39-ARCH/modules.alias' does not exist
    ERROR: file '/tmp/mkinitcpio.1arId8/lib/modules/2.6.39-ARCH/modules.symbols' does not exist
    :: Generating image '/boot/kernel26.img'
    :: Image generation successful
    ==> SUCCESS
    ==> Building image "fallback"
    ==> Running command: /sbin/mkinitcpio -v -k 2.6.39-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    :: Begin build
    :: Parsing hook [base]
    adding dir /proc
    adding dir /sys
    adding dir /dev
    adding dir /bin
    adding dir /sbin
    adding dir /lib
    adding dir /usr
    adding dir /usr/bin
    adding dir /usr/lib
    adding dir /usr/sbin
    adding dir /run
    adding node /dev/null
    adding node /dev/zero
    adding node /dev/console
    adding node /dev/mem
    adding file /bin/busybox
    adding link /lib/libc.so.6 -> /lib/libc-2.13.so
    adding file /lib/libc-2.13.so
    adding link /lib/ld-linux-x86-64.so.2 -> /lib/ld-2.13.so
    adding file /lib/ld-2.13.so
    adding file /sbin/modprobe
    adding file /sbin/blkid
    adding link /lib/libblkid.so.1 -> /lib/libblkid.so.1.1.0
    adding file /lib/libblkid.so.1.1.0
    adding link /lib/libuuid.so.1 -> /lib/libuuid.so.1.3.0
    adding file /lib/libuuid.so.1.3.0
    adding file /init_functions
    adding file /init
    adding file /config
    adding dir /etc
    adding dir /etc/modprobe.d
    adding file /etc/modprobe.d/usb-load-ehci-first.conf
    :: Parsing hook [udev]
    adding file /sbin/udevd
    adding link /lib/librt.so.1 -> /lib/librt-2.13.so
    adding file /lib/librt-2.13.so
    adding link /lib/libpthread.so.0 -> /lib/libpthread-2.13.so
    adding file /lib/libpthread-2.13.so
    adding file /sbin/udevadm
    adding dir /lib/udev
    adding dir /lib/udev/rules.d
    adding file /lib/udev/rules.d/50-firmware.rules
    adding file /lib/udev/rules.d/50-udev-default.rules
    adding file /lib/udev/rules.d/60-persistent-storage.rules
    adding file /lib/udev/rules.d/80-drivers.rules
    adding file /lib/udev/firmware
    adding file /lib/udev/ata_id
    adding file /lib/udev/path_id
    adding file /lib/udev/scsi_id
    adding file /lib/udev/usb_id
    adding dir /etc/udev
    adding file /etc/udev/udev.conf
    adding dir /hooks
    adding file /hooks/udev
    :: Parsing hook [pata]
    ERROR: module 'pata_acpi' not found
    ERROR: module 'pata_ali' not found
    ERROR: module 'pata_amd' not found
    ERROR: module 'pata_arasan_cf' not found
    ERROR: module 'pata_artop' not found
    ERROR: module 'pata_atiixp' not found
    ERROR: module 'pata_atp867x' not found
    ERROR: module 'pata_cmd640' not found
    ERROR: module 'pata_cmd64x' not found
    ERROR: module 'pata_cs5520' not found
    ERROR: module 'pata_cs5530' not found
    ERROR: module 'pata_cs5536' not found
    ERROR: module 'pata_cypress' not found
    ERROR: module 'pata_efar' not found
    ERROR: module 'pata_hpt366' not found
    ERROR: module 'pata_hpt37x' not found
    ERROR: module 'pata_hpt3x2n' not found
    ERROR: module 'pata_hpt3x3' not found
    ERROR: module 'pata_it8213' not found
    ERROR: module 'pata_it821x' not found
    ERROR: module 'pata_jmicron' not found
    ERROR: module 'pata_legacy' not found
    ERROR: module 'pata_marvell' not found
    ERROR: module 'pata_mpiix' not found
    ERROR: module 'pata_netcell' not found
    ERROR: module 'pata_ninja32' not found
    ERROR: module 'pata_ns87410' not found
    ERROR: module 'pata_ns87415' not found
    ERROR: module 'pata_oldpiix' not found
    ERROR: module 'pata_optidma' not found
    ERROR: module 'pata_opti' not found
    ERROR: module 'pata_pcmcia' not found
    ERROR: module 'pata_pdc2027x' not found
    ERROR: module 'pata_pdc202xx_old' not found
    ERROR: module 'pata_piccolo' not found
    ERROR: module 'pata_radisys' not found
    ERROR: module 'pata_rdc' not found
    ERROR: module 'pata_rz1000' not found
    ERROR: module 'pata_sc1200' not found
    ERROR: module 'pata_sch' not found
    ERROR: module 'pata_serverworks' not found
    ERROR: module 'pata_sil680' not found
    ERROR: module 'pata_sis' not found
    ERROR: module 'pata_sl82c105' not found
    ERROR: module 'pata_triflex' not found
    ERROR: module 'pata_via' not found
    ERROR: module 'ata_generic' not found
    ERROR: module 'ata_piix' not found
    adding module scsi[-_]mod
    adding dir /lib/modules
    adding dir /lib/modules/2.6.39-ARCH
    adding dir /lib/modules/2.6.39-ARCH/kernel
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/scsi_mod.ko.gz
    adding module sd[-_]mod
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/sd_mod.ko.gz
    :: Parsing hook [scsi]
    ERROR: module '3w_9xxx' not found
    ERROR: module '3w_sas' not found
    ERROR: module '3w_xxxx' not found
    ERROR: module 'a100u2w' not found
    module scsi_mod was already added
    adding module aacraid
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aacraid
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aacraid/aacraid.ko.gz
    ERROR: module 'advansys' not found
    module scsi_mod was already added
    module scsi_mod was already added
    adding module scsi[-_]transport[-_]spi
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/scsi_transport_spi.ko.gz
    adding module aic79xx
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aic7xxx
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aic7xxx/aic79xx.ko.gz
    module scsi_mod was already added
    module scsi_transport_spi was already added
    adding module aic7xxx
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aic7xxx/aic7xxx.ko.gz
    module scsi_mod was already added
    adding module libata
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/ata
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/ata/libata.ko.gz
    module scsi_mod was already added
    adding module scsi[-_]transport[-_]sas
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/scsi_transport_sas.ko.gz
    module scsi_mod was already added
    adding module libsas
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/libsas
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/libsas/libsas.ko.gz
    module scsi_mod was already added
    module scsi_transport_sas was already added
    adding module aic94xx
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aic94xx
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aic94xx/aic94xx.ko.gz
    module scsi_mod was already added
    adding module arcmsr
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/arcmsr
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/arcmsr/arcmsr.ko.gz
    ERROR: module 'atp870u' not found
    module scsi_mod was already added
    adding module scsi[-_]transport[-_]iscsi
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/scsi_transport_iscsi.ko.gz
    module scsi_mod was already added
    adding module libiscsi
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/libiscsi.ko.gz
    adding module iscsi[-_]boot[-_]sysfs
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/iscsi_boot_sysfs.ko.gz
    module scsi_transport_iscsi was already added
    module scsi_mod was already added
    adding module be2iscsi
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/be2iscsi
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/be2iscsi/be2iscsi.ko.gz
    module scsi_mod was already added
    module scsi_mod was already added
    adding module scsi[-_]transport[-_]fc
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/scsi_transport_fc.ko.gz
    adding module bfa
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/bfa
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/bfa/bfa.ko.gz
    module scsi_mod was already added
    module scsi_transport_fc was already added
    adding module libfc
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/libfc
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/libfc/libfc.ko.gz
    adding module libfcoe
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/fcoe
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/fcoe/libfcoe.ko.gz
    module libfc was already added
    module scsi_mod was already added
    module scsi_transport_fc was already added
    adding module uio
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/uio
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/uio/uio.ko.gz
    adding module ipv6
    adding dir /lib/modules/2.6.39-ARCH/kernel/net
    adding dir /lib/modules/2.6.39-ARCH/kernel/net/ipv6
    adding file /lib/modules/2.6.39-ARCH/kernel/net/ipv6/ipv6.ko.gz
    adding module cnic
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/net
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/net/cnic.ko.gz
    adding module bnx2fc
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/bnx2fc
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/bnx2fc/bnx2fc.ko.gz
    module scsi_transport_iscsi was already added
    module libiscsi was already added
    module scsi_mod was already added
    module cnic was already added
    adding module bnx2i
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/bnx2i
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/bnx2i/bnx2i.ko.gz
    ERROR: module 'BusLogic' not found
    ERROR: module 'ch' not found
    module libiscsi was already added
    module scsi_transport_iscsi was already added
    module libiscsi was already added
    module libiscsi was already added
    adding module libiscsi[-_]tcp
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/libiscsi_tcp.ko.gz
    module scsi_mod was already added
    adding module libcxgbi
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/cxgbi
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/cxgbi/libcxgbi.ko.gz
    module libiscsi_tcp was already added
    adding dir /lib/firmware
    adding dir /lib/firmware/cxgb3
    adding file /lib/firmware/cxgb3/ael2020_twx_edc.bin
    adding file /lib/firmware/cxgb3/ael2005_twx_edc.bin
    adding file /lib/firmware/cxgb3/ael2005_opt_edc.bin
    adding file /lib/firmware/cxgb3/t3c_psram-1.1.0.bin
    adding file /lib/firmware/cxgb3/t3b_psram-1.1.0.bin
    adding file /lib/firmware/cxgb3/t3fw-7.10.0.bin
    adding module mdio
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/net/mdio.ko.gz
    adding module cxgb3
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/net/cxgb3
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/net/cxgb3/cxgb3.ko.gz
    adding module cxgb3i
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/cxgbi/cxgb3i
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/cxgbi/cxgb3i/cxgb3i.ko.gz
    module libiscsi was already added
    module libcxgbi was already added
    module libiscsi_tcp was already added
    adding dir /lib/firmware/cxgb4
    adding file /lib/firmware/cxgb4/t4fw.bin
    adding module cxgb4
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/net/cxgb4
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/net/cxgb4/cxgb4.ko.gz
    adding module cxgb4i
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/cxgbi/cxgb4i
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/cxgbi/cxgb4i/cxgb4i.ko.gz
    module libcxgbi was already added
    ERROR: module 'dc395x' not found
    module scsi_mod was already added
    adding module scsi[-_]dh
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/device_handler
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/device_handler/scsi_dh.ko.gz
    module scsi_mod was already added
    adding module scsi[-_]dh[-_]alua
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/device_handler/scsi_dh_alua.ko.gz
    module scsi_dh was already added
    module scsi_mod was already added
    adding module scsi[-_]dh[-_]emc
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/device_handler/scsi_dh_emc.ko.gz
    module scsi_dh was already added
    module scsi_mod was already added
    adding module scsi[-_]dh[-_]hp[-_]sw
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/device_handler/scsi_dh_hp_sw.ko.gz
    module scsi_dh was already added
    module scsi_dh was already added
    module scsi_mod was already added
    adding module scsi[-_]dh[-_]rdac
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/device_handler/scsi_dh_rdac.ko.gz
    ERROR: module 'dmx3191d' not found
    ERROR: module 'dpt_i2o' not found
    module libfc was already added
    module libfcoe was already added
    module scsi_transport_fc was already added
    module scsi_mod was already added
    adding module fcoe
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/fcoe/fcoe.ko.gz
    module libfcoe was already added
    ERROR: module 'fdomain' not found
    module libfcoe was already added
    module scsi_mod was already added
    module libfc was already added
    module scsi_transport_fc was already added
    adding module fnic
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/fnic
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/fnic/fnic.ko.gz
    ERROR: module 'gdth' not found
    ERROR: module 'hpsa' not found
    ERROR: module 'hptiop' not found
    ERROR: module 'initio' not found
    ERROR: module 'ipr' not found
    ERROR: module 'ips' not found
    ERROR: module 'iscsi_boot_sysfs' not found
    ERROR: module 'iscsi_tcp' not found
    module libfc was already added
    ERROR: module 'libiscsi' not found
    ERROR: module 'libiscsi_tcp' not found
    module libsas was already added
    ERROR: module 'libsrp' not found
    module scsi_mod was already added
    module scsi_transport_fc was already added
    adding module lpfc
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/lpfc
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/lpfc/lpfc.ko.gz
    ERROR: module 'megaraid' not found
    module scsi_mod was already added
    adding module megaraid[-_]mm
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/megaraid
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/megaraid/megaraid_mm.ko.gz
    adding module megaraid[-_]mbox
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/megaraid/megaraid_mbox.ko.gz
    module megaraid_mm was already added
    module scsi_mod was already added
    adding module megaraid[-_]sas
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/megaraid/megaraid_sas.ko.gz
    module scsi_mod was already added
    module scsi_transport_sas was already added
    module scsi_mod was already added
    adding module raid[-_]class
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/raid_class.ko.gz
    adding module mpt2sas
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/mpt2sas
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/mpt2sas/mpt2sas.ko.gz
    module libsas was already added
    module scsi_mod was already added
    module scsi_transport_sas was already added
    adding module mvsas
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/mvsas
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/mvsas/mvsas.ko.gz
    adding module libosd
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/osd
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/osd/libosd.ko.gz
    module libosd was already added
    module scsi_mod was already added
    adding module osd
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/osd/osd.ko.gz
    ERROR: module 'osst' not found
    module libsas was already added
    module scsi_mod was already added
    module scsi_transport_sas was already added
    adding module pm8001
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/pm8001
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/pm8001/pm8001.ko.gz
    ERROR: module 'pmcraid' not found
    ERROR: module 'ppa' not found
    ERROR: module 'qla1280' not found
    adding file /lib/firmware/ql2500_fw.bin
    adding file /lib/firmware/ql2400_fw.bin
    adding file /lib/firmware/ql2322_fw.bin
    adding file /lib/firmware/ql2300_fw.bin
    adding file /lib/firmware/ql2200_fw.bin
    adding file /lib/firmware/ql2100_fw.bin
    module scsi_mod was already added
    module scsi_transport_fc was already added
    adding module qla2xxx
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/qla2xxx
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/qla2xxx/qla2xxx.ko.gz
    module scsi_transport_iscsi was already added
    module scsi_mod was already added
    adding module qla4xxx
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/qla4xxx
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/qla4xxx/qla4xxx.ko.gz
    ERROR: module 'qlogicfas408' not found
    ERROR: module 'raid_class' not found
    ERROR: module 'scsi_mod' not found
    ERROR: module 'scsi_tgt' not found
    ERROR: module 'scsi_transport_fc' not found
    ERROR: module 'scsi_transport_iscsi' not found
    ERROR: module 'scsi_transport_sas' not found
    ERROR: module 'scsi_transport_spi' not found
    ERROR: module 'scsi_transport_srp' not found
    ERROR: module 'scsi_wait_scan' not found
    ERROR: module 'sd_mod' not found
    ERROR: module 'ses' not found
    ERROR: module 'sg' not found
    ERROR: module 'sr_mod' not found
    ERROR: module 'stex' not found
    ERROR: module 'st' not found
    module scsi_transport_spi was already added
    module scsi_mod was already added
    adding module sym53c8xx
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/sym53c8xx_2
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/sym53c8xx_2/sym53c8xx.ko.gz
    ERROR: module 'tmscsim' not found
    ERROR: module 'vmw_pvscsi' not found
    ERROR: module 'cciss' not found
    ERROR: module 'cpqarray' not found
    ERROR: module 'DAC960' not found
    ERROR: module 'mptbase' not found
    ERROR: module 'mptctl' not found
    ERROR: module 'mptfc' not found
    ERROR: module 'mptsas' not found
    ERROR: module 'mptscsih' not found
    ERROR: module 'mptspi' not found
    module sd_mod was already added
    :: Parsing hook [sata]
    ERROR: module 'eata' not found
    ERROR: module 'sx8' not found
    ERROR: module 'sata_inic162x' not found
    ERROR: module 'sata_mv' not found
    ERROR: module 'sata_nv' not found
    ERROR: module 'sata_promise' not found
    ERROR: module 'sata_qstor' not found
    ERROR: module 'sata_sil24' not found
    ERROR: module 'sata_sil' not found
    ERROR: module 'sata_sis' not found
    ERROR: module 'sata_svw' not found
    ERROR: module 'sata_sx4' not found
    ERROR: module 'sata_uli' not found
    ERROR: module 'sata_via' not found
    ERROR: module 'sata_vsc' not found
    ERROR: module 'ahci' not found
    ERROR: module 'ahci_platform' not found
    ERROR: module 'pdc_adma' not found
    ERROR: module 'ata_piix' not found
    module sd_mod was already added
    :: Parsing hook [filesystems]
    adding module fscache
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/fscache
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/fscache/fscache.ko.gz
    adding module 9pnet
    adding dir /lib/modules/2.6.39-ARCH/kernel/net/9p
    adding file /lib/modules/2.6.39-ARCH/kernel/net/9p/9pnet.ko.gz
    adding module 9p
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/9p
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/9p/9p.ko.gz
    adding module affs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/affs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/affs/affs.ko.gz
    module fscache was already added
    adding module af[-_]rxrpc
    adding dir /lib/modules/2.6.39-ARCH/kernel/net/rxrpc
    adding file /lib/modules/2.6.39-ARCH/kernel/net/rxrpc/af-rxrpc.ko.gz
    adding module kafs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/afs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/afs/kafs.ko.gz
    adding module autofs4
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/autofs4
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/autofs4/autofs4.ko.gz
    adding module befs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/befs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/befs/befs.ko.gz
    adding module libcrc32c
    adding dir /lib/modules/2.6.39-ARCH/kernel/lib
    adding file /lib/modules/2.6.39-ARCH/kernel/lib/libcrc32c.ko.gz
    adding module crc32c
    adding dir /lib/modules/2.6.39-ARCH/kernel/crypto
    adding file /lib/modules/2.6.39-ARCH/kernel/crypto/crc32c.ko.gz
    adding module crc32c[-_]intel
    adding dir /lib/modules/2.6.39-ARCH/kernel/arch
    adding dir /lib/modules/2.6.39-ARCH/kernel/arch/x86
    adding dir /lib/modules/2.6.39-ARCH/kernel/arch/x86/crypto
    adding file /lib/modules/2.6.39-ARCH/kernel/arch/x86/crypto/crc32c-intel.ko.gz
    adding module zlib[-_]deflate
    adding dir /lib/modules/2.6.39-ARCH/kernel/lib/zlib_deflate
    adding file /lib/modules/2.6.39-ARCH/kernel/lib/zlib_deflate/zlib_deflate.ko.gz
    adding module btrfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/btrfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/btrfs/btrfs.ko.gz
    module fscache was already added
    adding module cachefiles
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/cachefiles
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/cachefiles/cachefiles.ko.gz
    module libcrc32c was already added
    adding module libceph
    adding dir /lib/modules/2.6.39-ARCH/kernel/net/ceph
    adding file /lib/modules/2.6.39-ARCH/kernel/net/ceph/libceph.ko.gz
    adding module ceph
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ceph
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ceph/ceph.ko.gz
    module fscache was already added
    adding module cifs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/cifs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/cifs/cifs.ko.gz
    adding module coda
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/coda
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/coda/coda.ko.gz
    adding module configfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/configfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/configfs/configfs.ko.gz
    adding module cramfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/cramfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/cramfs/cramfs.ko.gz
    module configfs was already added
    adding module dlm
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/dlm
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/dlm/dlm.ko.gz
    adding module ecryptfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ecryptfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ecryptfs/ecryptfs.ko.gz
    module osd was already added
    module libosd was already added
    adding module exofs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/exofs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/exofs/exofs.ko.gz
    adding module mbcache
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/mbcache.ko.gz
    adding module ext2
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ext2
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ext2/ext2.ko.gz
    module mbcache was already added
    adding module jbd
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/jbd
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/jbd/jbd.ko.gz
    adding module ext3
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ext3
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ext3/ext3.ko.gz
    module mbcache was already added
    adding module jbd2
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/jbd2
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/jbd2/jbd2.ko.gz
    adding module crc16
    adding file /lib/modules/2.6.39-ARCH/kernel/lib/crc16.ko.gz
    adding module ext4
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ext4
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ext4/ext4.ko.gz
    adding module fat
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/fat
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/fat/fat.ko.gz
    adding module nls[-_]cp437
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/nls
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/nls/nls_cp437.ko.gz
    module fat was already added
    adding module msdos
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/fat/msdos.ko.gz
    module fat was already added
    adding module vfat
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/fat/vfat.ko.gz
    module fscache was already added
    adding module fuse
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/fuse
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/fuse/fuse.ko.gz
    adding module cuse
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/fuse/cuse.ko.gz
    module fuse was already added
    module dlm was already added
    adding module gfs2
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/gfs2
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/gfs2/gfs2.ko.gz
    adding module hfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/hfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/hfs/hfs.ko.gz
    adding module hfsplus
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/hfsplus
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/hfsplus/hfsplus.ko.gz
    adding module isofs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/isofs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/isofs/isofs.ko.gz
    module jbd2 was already added
    module jbd was already added
    module zlib_deflate was already added
    adding module mtd
    adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/mtd
    adding file /lib/modules/2.6.39-ARCH/kernel/drivers/mtd/mtd.ko.gz
    adding module jffs2
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/jffs2
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/jffs2/jffs2.ko.gz
    adding module jfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/jfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/jfs/jfs.ko.gz
    adding module sunrpc
    adding dir /lib/modules/2.6.39-ARCH/kernel/net/sunrpc
    adding file /lib/modules/2.6.39-ARCH/kernel/net/sunrpc/sunrpc.ko.gz
    adding module lockd
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/lockd
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/lockd/lockd.ko.gz
    module zlib_deflate was already added
    adding module logfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/logfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/logfs/logfs.ko.gz
    module mbcache was already added
    adding module ncpfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ncpfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ncpfs/ncpfs.ko.gz
    module sunrpc was already added
    adding module nfs[-_]acl
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/nfs_common
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/nfs_common/nfs_acl.ko.gz
    module sunrpc was already added
    adding module auth[-_]rpcgss
    adding dir /lib/modules/2.6.39-ARCH/kernel/net/sunrpc/auth_gss
    adding file /lib/modules/2.6.39-ARCH/kernel/net/sunrpc/auth_gss/auth_rpcgss.ko.gz
    module sunrpc was already added
    module lockd was already added
    module nfs_acl was already added
    adding module nfsd
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/nfsd
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/nfsd/nfsd.ko.gz
    module fscache was already added
    module sunrpc was already added
    module lockd was already added
    module auth_rpcgss was already added
    module nfs_acl was already added
    adding module nfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/nfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/nfs/nfs.ko.gz
    adding module nilfs2
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/nilfs2
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/nilfs2/nilfs2.ko.gz
    adding module ntfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ntfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ntfs/ntfs.ko.gz
    module configfs was already added
    adding module ocfs2[-_]nodemanager
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/cluster
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko.gz
    adding module ocfs2[-_]stackglue
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/ocfs2_stackglue.ko.gz
    module ocfs2_nodemanager was already added
    adding module ocfs2[-_]dlmfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/dlmfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/dlmfs/ocfs2_dlmfs.ko.gz
    module ocfs2_nodemanager was already added
    adding module ocfs2[-_]dlm
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/dlm
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/dlm/ocfs2_dlm.ko.gz
    module jbd2 was already added
    module ocfs2_stackglue was already added
    adding module quota[-_]tree
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/quota
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/quota/quota_tree.ko.gz
    module ocfs2_nodemanager was already added
    adding module ocfs2
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/ocfs2.ko.gz
    module configfs was already added
    module ocfs2_stackglue was already added
    module ocfs2_dlm was already added
    module ocfs2_nodemanager was already added
    module ocfs2_stackglue was already added
    adding module ocfs2[-_]stack[-_]o2cb
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/ocfs2_stack_o2cb.ko.gz
    module dlm was already added
    module ocfs2_stackglue was already added
    adding module ocfs2[-_]stack[-_]user
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/ocfs2_stack_user.ko.gz
    adding module crc[-_]itu[-_]t
    adding file /lib/modules/2.6.39-ARCH/kernel/lib/crc-itu-t.ko.gz
    adding module omfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/omfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/omfs/omfs.ko.gz
    module quota_tree was already added
    adding module quota[-_]v1
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/quota/quota_v1.ko.gz
    module quota_tree was already added
    adding module quota[-_]v2
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/quota/quota_v2.ko.gz
    adding module reiserfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/reiserfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/reiserfs/reiserfs.ko.gz
    adding module squashfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/squashfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/squashfs/squashfs.ko.gz
    module crc_itu_t was already added
    adding module udf
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/udf
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/udf/udf.ko.gz
    adding module ufs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ufs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/ufs/ufs.ko.gz
    adding module xfs
    adding dir /lib/modules/2.6.39-ARCH/kernel/fs/xfs
    adding file /lib/modules/2.6.39-ARCH/kernel/fs/xfs/xfs.ko.gz
    :: Generating module dependencies
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/scsi_mod.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/sd_mod.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/aacraid/aacraid.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/scsi_transport_spi.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/aic7xxx/aic79xx.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/aic7xxx/aic7xxx.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/ata/libata.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/scsi_transport_sas.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/libsas/libsas.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/aic94xx/aic94xx.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/arcmsr/arcmsr.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/scsi_transport_iscsi.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/libiscsi.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/iscsi_boot_sysfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/be2iscsi/be2iscsi.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/scsi_transport_fc.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/bfa/bfa.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/libfc/libfc.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/fcoe/libfcoe.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/uio/uio.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/net/ipv6/ipv6.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/net/cnic.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/bnx2fc/bnx2fc.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/bnx2i/bnx2i.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/libiscsi_tcp.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/cxgbi/libcxgbi.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/net/mdio.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/net/cxgb3/cxgb3.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/cxgbi/cxgb3i/cxgb3i.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/net/cxgb4/cxgb4.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/cxgbi/cxgb4i/cxgb4i.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/device_handler/scsi_dh.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/device_handler/scsi_dh_alua.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/device_handler/scsi_dh_emc.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/device_handler/scsi_dh_hp_sw.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/device_handler/scsi_dh_rdac.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/fcoe/fcoe.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/fnic/fnic.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/lpfc/lpfc.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/megaraid/megaraid_mm.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/megaraid/megaraid_mbox.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/megaraid/megaraid_sas.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/raid_class.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/mpt2sas/mpt2sas.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/mvsas/mvsas.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/osd/libosd.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/osd/osd.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/pm8001/pm8001.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/qla2xxx/qla2xxx.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/qla4xxx/qla4xxx.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/sym53c8xx_2/sym53c8xx.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/fscache/fscache.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/net/9p/9pnet.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/9p/9p.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/affs/affs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/net/rxrpc/af-rxrpc.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/afs/kafs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/autofs4/autofs4.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/befs/befs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/lib/libcrc32c.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/crypto/crc32c.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/arch/x86/crypto/crc32c-intel.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/lib/zlib_deflate/zlib_deflate.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/btrfs/btrfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/cachefiles/cachefiles.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/net/ceph/libceph.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ceph/ceph.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/cifs/cifs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/coda/coda.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/configfs/configfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/cramfs/cramfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/dlm/dlm.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ecryptfs/ecryptfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/exofs/exofs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/mbcache.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ext2/ext2.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/jbd/jbd.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ext3/ext3.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/jbd2/jbd2.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/lib/crc16.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ext4/ext4.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/fat/fat.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/nls/nls_cp437.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/fat/msdos.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/fat/vfat.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/fuse/fuse.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/fuse/cuse.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/gfs2/gfs2.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/hfs/hfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/hfsplus/hfsplus.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/isofs/isofs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/mtd/mtd.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/jffs2/jffs2.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/jfs/jfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/net/sunrpc/sunrpc.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/lockd/lockd.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/logfs/logfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ncpfs/ncpfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/nfs_common/nfs_acl.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/net/sunrpc/auth_gss/auth_rpcgss.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/nfsd/nfsd.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/nfs/nfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/nilfs2/nilfs2.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ntfs/ntfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/ocfs2_stackglue.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/dlmfs/ocfs2_dlmfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/dlm/ocfs2_dlm.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/quota/quota_tree.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/ocfs2.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/ocfs2_stack_o2cb.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/ocfs2_stack_user.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/lib/crc-itu-t.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/omfs/omfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/quota/quota_v1.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/quota/quota_v2.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/reiserfs/reiserfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/squashfs/squashfs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/udf/udf.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ufs/ufs.ko.gz': No such file or directory
    install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/xfs/xfs.ko.gz': No such file or directory
    WARNING: Couldn't open directory /tmp/mkinitcpio.zHFFRR/lib/modules/2.6.39-ARCH: No such file or directory
    FATAL: Could not open /tmp/mkinitcpio.zHFFRR/lib/modules/2.6.39-ARCH/modules.dep.temp for writing: No such file or directory
    ERROR: file '/tmp/mkinitcpio.zHFFRR/lib/modules/2.6.39-ARCH/modules.dep' does not exist
    ERROR: file '/tmp/mkinitcpio.zHFFRR/lib/modules/2.6.39-ARCH/modules.alias' does not exist
    ERROR: file '/tmp/mkinitcpio.zHFFRR/lib/modules/2.6.39-ARCH/modules.symbols' does not exist
    :: Generating image '/boot/kernel26-fallback.img'
    :: Image generation successful
    ==> SUCCESS

  • Mkinitcpio err: command not found [solved]

    I rebuilt fbsplash yesterday and get this error when running 'mkinitcpio -p kernel26'
    -> Parsing hook: [fbsplash]
    /lib/initcpio/install/fbsplash: line 90: err: command not found
    Line 90 reads
    err "Theme invalid or not found: '$theme'"
    The maintainer of fbsplash reported that 'err' is a function in /lib/initcpio/init_functions which is part of the package mkinitcpio.
    However looking through the other scripts in /lib/initcpio/install/ this is the only one which uses this command and thus the only one producing the error.
    Is it not valid?
    Last edited by subatomic (2011-07-13 08:51:42)

    falconindy wrote:
    Mr.Elendig wrote:Maybe he haven't updated it for the latest release of mkinitcpio
    This. The 'err' function no longer exists.
    http://projects.archlinux.org/mkinitcpi … 88108eb385
    Yes, I have updated to the latest release of mkinitcpio in [core]. It's 0.7.2-1. And the function 'err' is still in /lib/initcpio/init_functions which is part of mkinitcpio 0.7.2-1 and used by the file /lib/initcpio/init, the hook 'net' which is also included in mkinitcpio 0.7.2-1 and by the hook 'encrypt' which is part of cryptsetup 1.3.1-2.
    Just run:
    grep -Rw err /lib/initcpio
    And I didn't get the 'command not found' error. Nevertheless I have replaced the 'err' calls by 'error' calls in the fbsplash hook.
    Btw., is there a documentation about the mkinitcpio API?

  • Debug a hung Java Process

    hi Folks,
    we have this script that connects to a server and retrieve bunch of data and parses and indexes it. One of the ways to improve the speed of this indexing, we used the ExecutorService class, for our thread needs.
    Seems like there is a hang every now and then ( intemittent ). I did google and found a deluge of articles on how to debug a Hung process, can some please suggest from their real time experience on the most efficient way of debugging this process hang ?.
    Thanks a million
    _ddt                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Well, if it's still hung, then kill it. Put a bunch of println's in it and run it from a console session, when you get an idea of where it is, then get your debugger out and set a breakpoint around where you're having the problem and then single step looking for abnormalities until you find it or it hangs again. Repeat the part with the debugger until you find the problem.

  • ROW CACHE ENQUEUE LOCK/ibrary cache load lock leads to database hung

    (lowercase, curly brackets, no spaces)
    We faced database hung on 3 node 11i erp 9i rac database.
    We saw the library cache load lock timed out events reported in alert log.
    Then few ora-600 and later ROW CACHE ENQUEUE LOCK timed out event. Eventually database was hung and we had to bounce the services .
    we created support sr 7845542.992 for RCA.
    The support says to increase shared pool size to avoid shared pool fragmentation and avoid reload ,additionaly to upgrade to 10g database.
    I am not covinced adding additional pool size would solve this or upgrade to 10 .furthermore even 10g has such issues reported.
    I saw couple of bugs mentioned such issue can happen due deadlock of session holding latches .
    kindly let me know your view on issue
    If required i can attach statspack for more information. (lowercase, curly brackets, no spaces)

    Many Thanks, i was keen to have your update .
    There are 8 cpus on each node . Reloads very high during time period ,but normally there are not high reloads.
    Statspack details for 3 nodes
    STATSPACK report for
    DB Name         DB Id    Instance     Inst Num Release     Cluster Host
    PROD            21184234 PROD1               1 9.2.0.8.0   YES     npi-or-db-p-
                                                                       11.npi.corp
                  Snap Id     Snap Time      Sessions Curs/Sess Comment
    Begin Snap:    149817 30-Oct-09 13:00:09      574 #########
      End Snap:    149837 30-Oct-09 14:00:17      602 #########
       Elapsed:               60.13 (mins)
    Cache Sizes (end)
    ~~~~~~~~~~~~~~~~~
                   Buffer Cache:     8,192M      Std Block Size:          8K
               Shared Pool Size:     1,024M          Log Buffer:     10,240K
    Load Profile
    ~~~~~~~~~~~~                            Per Second       Per Transaction
                      Redo size:            122,414.93             11,449.13
                  Logical reads:             69,550.76              6,504.89
                  Block changes:                928.41                 86.83
                 Physical reads:                196.24                 18.35
                Physical writes:                 28.65                  2.68
                     User calls:                343.97                 32.17
                         Parses:                558.61                 52.25
                    Hard parses:                 43.48                  4.07
                          Sorts:                467.24                 43.70
                         Logons:                  0.63                  0.06
                       Executes:              2,046.99                191.45
                   Transactions:                 10.69
      % Blocks changed per Read:    1.33    Recursive Call %:     97.59
    Rollback per transaction %:    5.07       Rows per Sort:     15.85
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:  100.00       Redo NoWait %:    100.00
                Buffer  Hit   %:   99.72    In-memory Sort %:    100.00
                Library Hit   %:   96.79        Soft Parse %:     92.22
             Execute to Parse %:   72.71         Latch Hit %:     99.77
    Parse CPU to Parse Elapsd %:   60.10     % Non-Parse CPU:     78.07
    -> s  - second
    -> cs - centisecond -     100th of a second
    -> ms - millisecond -    1000th of a second
    -> us - microsecond - 1000000th of a second
    -> ordered by wait time desc, waits desc (idle events last)
                                                                       Avg
                                                         Total Wait   wait    Waits
    Event                               Waits   Timeouts   Time (s)   (ms)     /txn
    db file sequential read           249,234          0      1,537      6      6.5
    db file scattered read             61,776          0        769     12      1.6
    row cache lock                    780,098         10        566      1     20.2
    library cache lock                697,849        157        432      1     18.1
    latch free                        127,926      4,715        387      3      3.3
    global cache cr request           370,770      3,091        309      1      9.6
    PL/SQL lock timer                      59         58        112   1903      0.0
    wait for scn from all nodes       303,572         18        103      0      7.9
    library cache pin                  26,231          2        100      4      0.7
    global cache null to x             17,717        716         92      5      0.5
    buffer busy waits                   5,388         18         74     14      0.1
    db file parallel read               5,245          0         69     13      0.1
    log file sync                      20,407         29         66      3      0.5
    enqueue                            52,200         70         60      1      1.4
    buffer busy global CR               4,845         33         55     11      0.1
    CGS wait for IPC msg              412,512    407,106         50      0     10.7
    ksxr poll remote instances      1,279,565    483,046         48      0     33.2
    log file parallel write           160,040          0         42      0      4.1
    library cache load lock             1,491          2         29     20      0.0
    global cache open x                19,507        344         28      1      0.5
    buffer busy global cache              957          0         22     23      0.0
    global cache s to x                16,516        180         20      1      0.4
    db file parallel write             11,120          0         12      1      0.3
    log file sequential read              618          0         11     18      0.0
    DFS lock handle                    23,768          0         10      0      0.6
    control file sequential read        8,563          0          4      0      0.2
    KJC: Wait for msg sends to c        1,549         57          4      3      0.0
    lock escalate retry                    76         76          4     52      0.0
    SQL*Net break/reset to clien       12,546          0          3      0      0.3
    SQL*Net more data to client        85,773          0          3      0      2.2
    control file parallel write         1,265          0          2      1      0.0
    global cache null to s                648         23          1      2      0.0
    global cache busy                     200          0          1      5      0.0
    global cache open s                 1,493         28          1      1      0.0
    log file switch completion             12          0          1     61      0.0
    PX Deq Credit: send blkd              161         70          1      4      0.0
    kksfbc child completion               119        118          1      5      0.0
    PX Deq: reap credit                 5,948      5,456          0      0      0.2
    PX Deq: Execute Reply                  83         29          0      3      0.0
    process startup                         8          0          0     25      0.0
    LGWR wait for redo copy               992         12          0      0      0.0
    IPC send completion sync              450        450          0      0      0.0
    PX Deq: Parse Reply                   100         28          0      1      0.0
    undo segment extension             10,380     10,372          0      0      0.3
    PX Deq: Join ACK                      146         65          0      1      0.0
    buffer deadlock                       222        221          0      0      0.0
    async disk IO                       1,179          0          0      0      0.0
    wait list latch free                    2          0          0     16      0.0
    PX Deq: Msg Fragment                  112         28          0      0      0.0
    Library Cache Activity for DB: PROD  Instance: PROD1  Snaps: 149817 -149837
    ->"Pct Misses"  should be very low
                             Get  Pct        Pin        Pct               Invali-
    Namespace           Requests  Miss     Requests     Miss     Reloads  dations
    BODY                 116,007    1.1        133,347   19.9     24,338        0
    CLUSTER                4,224    0.6          5,131    1.0          0        0
    INDEX                 15,048   24.1         13,798   26.4          2        0
    JAVA DATA                 82    0.0            692   39.6        136        0
    JAVA RESOURCE             66   39.4            206   25.2         12        0
    PIPE                   1,140    0.5          1,160    0.5          0        0
    SQL AREA           1,197,908   12.6     13,517,660    1.5    111,833       73
    TABLE/PROCEDURE    3,847,439    0.8      4,230,265    7.9    142,200        0
    TRIGGER                8,444    2.4          8,657   18.5      1,274        0
                        GES Lock      GES Pin      GES Pin   GES Inval GES Invali-
    Namespace           Requests     Requests     Releases    Requests     dations
    BODY                       1        1,234        1,258         985           0
    CLUSTER                3,222           25           25          25           0
    INDEX                 13,792        3,641        3,631       3,629           0
    JAVA DATA                  0            0            0           0           0
    JAVA RESOURCE              0           26           25           0           0
    PIPE                       0            0            0           0           0
    SQL AREA                   0            0            0           0           0
    TABLE/PROCEDURE      857,137       13,130       13,264      10,762           0
    TRIGGER                    0          200          202         200           0
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    STATSPACK report for
    DB Name         DB Id    Instance     Inst Num Release     Cluster Host
    PROD            21184234 PROD2               2 9.2.0.8.0   YES     npi-or-db-p-
                                                                       12.npi.corp
                  Snap Id     Snap Time      Sessions Curs/Sess Comment
    Begin Snap:    149847 30-Oct-09 14:00:05      493 #########
      End Snap:    149857 30-Oct-09 15:00:02      432 #########
       Elapsed:               59.95 (mins)
    Cache Sizes (end)
    ~~~~~~~~~~~~~~~~~
                   Buffer Cache:     8,192M      Std Block Size:          8K
               Shared Pool Size:     1,024M          Log Buffer:     10,240K
    Load Profile
    ~~~~~~~~~~~~                            Per Second       Per Transaction
                      Redo size:             71,853.44             32,058.65
                  Logical reads:            273,904.84            122,207.36
                  Block changes:                889.13                396.70
                 Physical reads:                 40.40                 18.03
                Physical writes:                 20.97                  9.35
                     User calls:                153.74                 68.60
                         Parses:                 66.19                 29.53
                    Hard parses:                  2.66                  1.19
                          Sorts:                 25.70                 11.47
                         Logons:                  0.16                  0.07
                       Executes:                726.41                324.10
                   Transactions:                  2.24
      % Blocks changed per Read:    0.32    Recursive Call %:     92.41
    Rollback per transaction %:    4.84       Rows per Sort:    193.55
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:  100.00       Redo NoWait %:     99.99
                Buffer  Hit   %:   99.99    In-memory Sort %:    100.00
                Library Hit   %:   99.35        Soft Parse %:     95.97
             Execute to Parse %:   90.89         Latch Hit %:     99.99
    Parse CPU to Parse Elapsd %:   36.55     % Non-Parse CPU:     98.28
    Wait Events for DB: PROD  Instance: PROD2  Snaps: 149847 -149857
    -> s  - second
    -> cs - centisecond -     100th of a second
    -> ms - millisecond -    1000th of a second
    -> us - microsecond - 1000000th of a second
    -> ordered by wait time desc, waits desc (idle events last)
                                                                       Avg
                                                         Total Wait   wait    Waits
    Event                               Waits   Timeouts   Time (s)   (ms)     /txn
    enqueue                            65,823     33,667     90,459   1374      8.2
    row cache lock                     38,996        560      1,795     46      4.8
    PX Deq Credit: send blkd              522        499      1,223   2344      0.1
    PX Deq: Parse Reply                   466        416        987   2117      0.1
    db file sequential read            50,130          0        421      8      6.2
    library cache lock                 78,842        172        210      3      9.8
    db file scattered read              6,904          0        152     22      0.9
    global cache cr request            84,801        575        113      1     10.5
    latch free                          8,096        736         65      8      1.0
    log file sync                       5,676         27         41      7      0.7
    wait for scn from all nodes        18,891         10         24      1      2.3
    CGS wait for IPC msg              394,678    392,142         21      0     49.0
    library cache pin                   1,339          0         17     13      0.2
    global cache null to x              2,145         48         16      8      0.3
    global cache s to x                 3,242         32         16      5      0.4
    buffer busy waits                     366         10         15     40      0.0
    ksxr poll remote instances         70,990     31,295         14      0      8.8
    db file parallel read                 359          0         11     31      0.0
    global cache open x                 2,708         55         10      4      0.3
    async disk IO                       3,474          0          8      2      0.4
    global cache open s                 3,470         10          6      2      0.4
    log file parallel write            13,076          0          5      0      1.6
    global cache busy                      58         40          5     90      0.0
    PL/SQL lock timer                       1          1          5   4877      0.0
    DFS lock handle                     3,362          0          5      1      0.4
    log file sequential read              412          0          4     10      0.1
    db file parallel write              2,774          0          3      1      0.3
    library cache load lock                59          0          3     58      0.0
    buffer busy global CR                 722          0          3      4      0.1
    control file sequential read        6,398          0          3      0      0.8
    SQL*Net break/reset to clien       16,078          0          2      0      2.0
    name-service call wait                 26          0          2     67      0.0
    control file parallel write         1,248          0          2      1      0.2
    process startup                        24          0          1     49      0.0
    KJC: Wait for msg sends to c        3,491          4          1      0      0.4
    SQL*Net more data to client        23,724          0          1      0      2.9
    buffer busy global cache               23          0          0     19      0.0
    global cache null to s                114          0          0      4      0.0
    PX Deq: reap credit                 5,646      5,509          0      0      0.7
    log file switch completion              4          0          0     58      0.0
    lock escalate retry                    54         54          0      1      0.0
    IPC send completion sync              119        118          0      0      0.0
    direct path read                    2,820          0          0      0      0.3
    direct path read (lob)              3,632          0          0      0      0.5
    PX Deq: Join ACK                       88         37          0      0      0.0
    direct path write                   2,470          0          0      0      0.3
    kksfbc child completion                 6          6          0      6      0.0
    buffer deadlock                         3          3          0     11      0.0
    global cache quiesce wait               4          4          0      8      0.0
    Library Cache Activity for DB: PROD  Instance: PROD2  Snaps: 149847 -149857
    ->"Pct Misses"  should be very low
                             Get  Pct        Pin        Pct               Invali-
    Namespace           Requests  Miss     Requests     Miss     Reloads  dations
    BODY                  27,353    0.5         28,091    6.5      1,643        0
    CLUSTER                  203    1.0            269    1.5          0        0
    INDEX                    526    9.9            271   19.9          0        0
    JAVA DATA                 18    0.0            120    6.7          4        0
    JAVA RESOURCE             20   45.0             56   26.8          3        0
    JAVA SOURCE                1  100.0              1  100.0          0        0
    PIPE                     999    0.4          1,043    0.4          0        0
    SQL AREA             131,793    7.6      3,406,577    0.4      7,012        0
    TABLE/PROCEDURE      926,987    0.2      1,907,993    1.0      8,845        0
    TRIGGER                1,519    0.1          1,532    4.9         69        0
                        GES Lock      GES Pin      GES Pin   GES Inval GES Invali-
    Namespace           Requests     Requests     Releases    Requests     dations
    BODY                       1          129          277         117           0
    CLUSTER                  168            2            2           2           0
    INDEX                    271           52           56          52           0
    JAVA DATA                  0            0            0           0           0
    JAVA RESOURCE              0            9            6           0           0
    JAVA SOURCE                0            1            1           1           0
    PIPE                       0            0            0           0           0
    SQL AREA                   0            0            0           0           0
    TABLE/PROCEDURE       89,523          764          868         460           0
    TRIGGER                    0            2           14           2           0
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    DB Name         DB Id    Instance     Inst Num Release     Cluster Host
    PROD            21184234 PROD3               3 9.2.0.8.0   YES     npi-or-db-p-
                                                                       13.npi.corp
                  Snap Id     Snap Time      Sessions Curs/Sess Comment
    Begin Snap:    149808 30-Oct-09 14:00:00       31 #########
      End Snap:    149809 30-Oct-09 15:00:02       34  11,831.4
       Elapsed:               60.03 (mins)
    Cache Sizes (end)
    ~~~~~~~~~~~~~~~~~
                   Buffer Cache:     8,192M      Std Block Size:          8K
               Shared Pool Size:     1,024M          Log Buffer:     10,240K
    Load Profile
    ~~~~~~~~~~~~                            Per Second       Per Transaction
                      Redo size:              1,518.14             36,700.35
                  Logical reads:              1,333.43             32,235.02
                  Block changes:                  5.09                123.01
                 Physical reads:                 54.31              1,312.88
                Physical writes:                  3.91                 94.44
                     User calls:                  1.46                 35.40
                         Parses:                  2.24                 54.21
                    Hard parses:                  0.04                  0.93
                          Sorts:                  0.84                 20.28
                         Logons:                  0.06                  1.45
                       Executes:                  3.11                 75.23
                   Transactions:                  0.04
      % Blocks changed per Read:    0.38    Recursive Call %:     94.31
    Rollback per transaction %:   45.64       Rows per Sort:    215.97
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:   99.99       Redo NoWait %:    100.00
                Buffer  Hit   %:   96.21    In-memory Sort %:    100.00
                Library Hit   %:   99.07        Soft Parse %:     98.29
             Execute to Parse %:   27.94         Latch Hit %:     99.98
    Parse CPU to Parse Elapsd %:   69.88     % Non-Parse CPU:     97.92
    Wait Events for DB: PROD  Instance: PROD3  Snaps: 149808 -149809
    -> s  - second
    -> cs - centisecond -     100th of a second
    -> ms - millisecond -    1000th of a second
    -> us - microsecond - 1000000th of a second
    -> ordered by wait time desc, waits desc (idle events last)
                                                                       Avg
                                                         Total Wait   wait    Waits
    Event                               Waits   Timeouts   Time (s)   (ms)     /txn
    enqueue                            19,510      7,472     15,509    795    130.9
    PX Deq: Parse Reply                 1,152      1,071      2,577   2237      7.7
    row cache lock                      2,202        518      1,579    717     14.8
    db file scattered read             31,556          0        354     11    211.8
    db file sequential read            17,272          0         67      4    115.9
    db file parallel read               1,722          0         34     20     11.6
    global cache cr request            53,754         91         32      1    360.8
    wait for scn from all nodes         1,897         13         10      5     12.7
    CGS wait for IPC msg              403,358    401,478         10      0  2,707.1
    DFS lock handle                     4,753          0          8      2     31.9
    direct path read                    1,248          0          6      5      8.4
    PX Deq: Execute Reply                 110         38          6     51      0.7
    global cache open s                   160         10          5     31      1.1
    control file sequential read        6,442          0          3      0     43.2
    name-service call wait                 26          0          2     78      0.2
    latch free                            129        109          2     13      0.9
    KJC: Wait for msg sends to c          153         24          1      9      1.0
    control file parallel write         1,245          0          1      1      8.4
    buffer busy waits                     199          0          1      6      1.3
    process startup                        20          0          1     44      0.1
    global cache null to x                 74          2          1      9      0.5
    global cache null to s                 19          0          1     29      0.1
    global cache open x                   268          1          1      2      1.8
    library cache lock                  1,150          0          0      0      7.7
    PX Deq: Join ACK                      129         48          0      3      0.9
    log file parallel write             1,157          0          0      0      7.8
    async disk IO                         219          0          0      1      1.5
    direct path write                   1,024          0          0      0      6.9
    ksxr poll remote instances          6,740      4,595          0      0     45.2
    PX Deq: reap credit                 6,580      6,511          0      0     44.2
    buffer busy global CR                  73          0          0      2      0.5
    log file sequential read               11          0          0     10      0.1
    log file sync                         100          0          0      1      0.7
    global cache s to x                   282          2          0      0      1.9
    db file parallel write                 95          0          0      1      0.6
    library cache pin                     142          0          0      0      1.0
    SQL*Net break/reset to clien           28          0          0      1      0.2
    IPC send completion sync               81         81          0      0      0.5
    PX Deq: Signal ACK                     32         14          0      1      0.2
    PX Deq Credit: send blkd                3          1          0      7      0.0
    SQL*Net more data to client           841          0          0      0      5.6
    PX Deq: Msg Fragment                   37         17          0      0      0.2
    log file single write                   4          0          0      1      0.0
    db file single write                    1          0          0      1      0.0
    SQL*Net message from client         4,213          0     13,673   3246     28.3
    gcs remote message                214,784     75,745      7,016     33  1,441.5
    wakeup time manager                   233        233      6,812  29237      1.6
    PX Idle Wait                        2,338      2,294      5,686   2432     15.7
    PX Deq: Execution Msg               2,151      1,979      4,796   2229     14.4
    Library Cache Activity for DB: PROD  Instance: PROD3  Snaps: 149808 -149809
    ->"Pct Misses"  should be very low
                             Get  Pct        Pin        Pct               Invali-
    Namespace           Requests  Miss     Requests     Miss     Reloads  dations
    BODY                   1,290    0.0          1,290    0.0          0        0
    CLUSTER                   18    0.0              8    0.0          0        0
    SQL AREA               4,893    2.0         36,371    0.5          2        0
    TABLE/PROCEDURE        1,555    3.9          3,834    4.9         71        0
    TRIGGER                  286    0.0            286    0.0          0        0
                        GES Lock      GES Pin      GES Pin   GES Inval GES Invali-
    Namespace           Requests     Requests     Releases    Requests     dations
    BODY                       1            0            0           0           0
    CLUSTER                    4            0            0           0           0
    SQL AREA                   0            0            0           0           0
    TABLE/PROCEDURE          863          224           42          42           0
    TRIGGER                    0            0            0           0           0
              -------------------------------------------------------------

  • BTRFS mkinitcpio hook

    UPDATE (6/10/10): http://bbs.archlinux.org/viewtopic.php? … 51#p772651
    THIS POST DEPRECATED UNTIL I UPDATE IT, USE THE UPDATED POST ABOVE
    available:
    http://aur.archlinux.org/packages.php?ID=33376
    this package will install a mkinitcpio hook intended for those who wish to have a single or multi-drive BTRFS file system as their / (root).  the hook will ensure that the chosen root device from the kernel command line is intact and safe to boot.  if root is not a BTRFS device, the hook is quietly skipped.
    it requires btrfs-progs from here:
    http://aur.archlinux.org/packages.php?ID=15635
    hook supports both UUID or device based root names.  UUID is safer; the entire BTRFS array only has one UUID, so referring to it means no problems. use /dev/device/by-uuid on kernel boot.
    hook supports hot spares by using a dummy, spare BTRFS file system to steal devices from as needed.  the spare pool can be referenced by label or UUID.**
    hook supports automatic repairing of the array if possible, automatic dropping of missing/failed devices if possible, and booting the array to a degraded state (one or more devices missing) if possible.**
    **NOTE: there are some bugs that may be in the hook/btrfs module/btrfs-progs that prevent raid1 (maybe others) arrays from being repaired (see http://pastebin.com/m5706f47f) however, this hook will work fine as is for single/multi-device arrays that are intact.  enable experimental options manually by editing options in the hook itself (/lib/initcpio/hooks/btrfs).  USE WITH CAUTION ON MULTI-DEVICE SETUPS.
    the initramfs script can be seen here:
    http://aur.archlinux.org/packages/mkini … btrfs_hook
    its fairly commented, although there are a few things i'll point out for others who want to edit:
    1) i plan to rework _btrfs_scandev() to be more flexible in the variables it produces.  that function simply parses "btrfs-show" and gleans valuable information from it.  it will be used to verify array states with certainty.
    2) seems that btrfsctl does not have meaningful exit codes right now, do not rely, see _btrfs_register().
    3) seems that after legitimately removing a device from an array (NOT using "missing" special keyword), the mount needs a "mount -o remout [mnt]" for the ***missing flag to be removed from btrfs-show.  not sure the ramification of this or if its necessary.
    4) some or all of this functionality may someday be provided by module/kernel
    needs work + comments
    add "btrfs" to HOOKS in mkinitcpio.conf
    Last edited by extofme (2010-06-10 06:09:10)

    bleh, sorry about the late response, i usually subscribe to topics i create/join, i must have missed this one.
    resi wrote:After minor problems with the mkinitcpio (lvm hook seems to conflict with the btrfs one) image and fstab (why do I have to specify the root fs there? its already mounted when fstab is examined)
    i could be mistaken here, but initially your / is mounted read-only.  during the init process, one of the primary scripts issues a "mount -o remount,rw /" to remount the root device as read-write.  i _think_ using the mount command in this way (against a mount point and not a device) requires the mount point to exist in the fstab.
    resi wrote:But what happens if I really screw it up? I'm on 2.6.33 (.2-1) and read about missing ioctl()s regarding btrfs, meaning I can't replace the "default" subvolume (whats the difference between a subvolume and a snapshot anyway?). Its also not possible to list available subvolumes/snpshots, meaning your script (or organizing snapshots in similar ways) is the only chance to keep track of them, right?
    the inability to set the default subvolume is kind of a non-issue after i thought about it more, and some of the discussion on arch-general.  i plan to update the hook soon to allow the "promotion" of the rollback to become the new active subvolume.  ill do this by snapshotting your current / to a new subvolume called /__active, and then permanently booting into that [__active] instead of / or "." (a period is the default subvolume, like current directory).
    there is no difference internally, whatsoever (AFIAK), between a subvolume and a snapshot.  its just a matter of context: a subvolume starts out empty (explicitly created via a command/etc.), and a snapshot starts out with content (COW operation against an existing subvolume, i.e. "copy")
    yeah without the ability to list available subvolumes, we have to make up some structure, and assume everything goes well.  my script simply assumes anything within /snapshots is indeed a snapshot that can be copied (to /__rollback) and booted.  even if we can list subvolumes, we'll still need some kind of predefined structure (so the script knows which snapshots are bootable, and which are not, i.e. snapshots of /home are not bootable).
    resi wrote:I guess a plain "mount -t btrfs /dev/xyz" will mount the "default" subvolume then.
    correct.
    resi wrote:
    Once I really screw up I will have to boot into a snapshot, mount the default subvolume somewhere and restore it using a full copy from the snapshot (a la rsync --delete), then reboot and I'm back at the start again.
    Is this correct?
    unfortunately, without modifying the script, a manual copy is necessary :-( totally defeating the advantages of btrfs.  so, yes.  the problem is that the default subvolume itself cannot be replace by another... note this is different from SETTING the default subvolume.  i'm not sure if the real default subvolume ("." the period) will ever be replaceable/removable, i'd have to ask the btrfs list.  this is why i advocate installing your system into a subvolume FROM THE BEGINNING.  this gives us more flexibility.
    resi wrote:Is there some way to permanently change the subvolume mounted by your hook (i.e. not running in a volatile snapshot, but actually drop the default one and always boot into a given snapshot until further notice - a new snapshot)?
    this is actually how i intend to implement non-volatile rollback abilities in the hook.  instead of booting the default "." subvolume, my hook will ALWAYS boot the subvolume called "__active", located at /__active.  this way you can put whatever you want there, and it will be booted at the next reboot.  therefore, you can boot into rollback mode (essentially booting into /__rollback), update/add/remove whatever you want, and when your satisfied, you simply snapshot /__rollback to /__active and your done.  reboot, and your new __active will be in the same state as the point it was created in rollback mode.
    does all this make sense?  i'm told i tend to over explain/complicate things :-).
    resi wrote:Before every -Syu I have to check for kernel/xorg updates, read about them, check the mailing list, wait ... wait ... wait ... loose patience, give it a shot, recompile/reinstall the necessary stuff (at least I've got PKGBUILDs prepared) and hope for the best. With btrfs, this is just a non-issue. Or at least will be once the integration is better.
    i hear ya.  i like the idea of riding the edge without the fear of being cut by it.  unfortunately, until btrfs is supported by grub2, kernel rollbacks aren't possible (you'd have to manually backup your old kernel+initrd).  something to keep in mind.
    hunterthomson wrote:However, if I can just tell my clients to reboot into a snapshot "problem solved." Then I can spend the time to solve the problem, without the client siting around with a broken system.
    bingo.  that is pretty much my primary motivation here... less time freaking out about down time/whatever; everybody wins.
    hunterthomson wrote:Did you know Fedora 13 supports Btrfs Snapshotting and Roll-Back. Super cool.
    i know they have some support but i haven't tried it; from what i've read, the support is pretty weak... you can get yum to create the snapshot by installing a package, but there is no utility to actually use them later on.  i could be mistaken as i don't use fedora, this is only what i've read.
    what sucks is pacman doesnt have any ability to use hooks... i dont think we will see automatic snapshots by the package manager without a wrapper like clyde/powerpill/packer/etc.
    C Anthony

  • Mkinitcpio: ERROR in HOOKS= line

    Hello,
    I am using archboot usb image to install from net (following https://wiki.archlinux.org/index.php/GR … I_systems). When I examine mkinitcpio.conf during system configuration, the HOOKS line is empty: HOOKS=""
    When I edit it and save, the installer replies: ERROR: Detected error in 'HOOKS=' line, please correct HOOKS= in /etc/mkinitcpio.conf!
    I edited the HOOKS line to read: HOOKS=”base udev autodetect scsi sata filesystems usbinput". I also tried editing 'HOOKS=' to various reasonable choices, yet I always get the same error.
    MODULES="ahci libahci xhci-hcd ehci-hcd ext4 vfat"
    'BINARIES=' and 'FILES=' are empty.
    Please advise,
    Thank you.
    PS Copied below are notes taken during the install, in case I am making any errors, this may or may not be useful.
    Grub 2 GPT install on ASUS UEFI
    boot archboot usb image (UEFI option x86_64, not LTS)
    gdisk /dev/sda
    x for expert mode
    z for zap
    partition 1    400MB EF00
    partition 2    2GB      Linux swap
    partition 3    25GB    Linux filesystem (/)
    partition 4    25GB      Linux filesystem (/home)
    w for write
    recheck: all good
    MBR: protective
    GPT: present
    mkfs.vfat -F32 /dev/sda1
    modprobe efivars
    lsmod | grep efivars
    output: efivars        10338    1
    [Arch Linux: /]# mkdir -p /boot/efi
    [Arch Linux: /]# mount -t vfat /dev/sda1 /boot/efi
    [Arch Linux: /]# mkdir -p /boot/efi/efi
    mkfs.ext4 /dev/sda3
    mkfs.ext4 /dev/sda4
    mkswap /dev/sda2
    Swith to installer
    setting mountpoints:
    partition 2: swap
    partition 3: /
    partition 4: home
    partition 1: /boot
    All successfully mounted to: /tmp/install/ e.g. /home mounted to /tmp/install/home
    Select source: network
    modprobe e1000e
    use dhcpcd
    select mirror: http://ftp.osuosl.org
    generate package list: core only
    install packages
    Configure system:
    use network settings from before
    preconfiguration? Use hwdetect for: '/etc.rc.conf' and 'etc/mkinitcpio.conf'?
    Recommended to say 'YES': yes
    boot from usb: no
    mkinitcpio.conf
    Hooks=”base udev autodetect scsi sata filesystems usbinput”
    ERROR: detected error in 'HOOKS=' line

    Thank you for the suggestion Lone_Wolf. I was using the above partition configuration as a test. I now am running Arch off an SSD, with /var mounted from another disk. I still encounter the same issue with mkinitcpio.conf in the installer. I still can only boot through the UEFI BIOS firmware.
    My system is updated (pacman -Syu) and here is the output of mkinitcpio -p linux:
    Building image from preset: 'default'
    -k  /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    Starting build: 3.2.13-1-ARCH
    Parsing hook: [base]
    Parsing hook: [udev]
    Parsing hook: [autodetect]
    Parsing hook: [scsi]
    Parsing hook: [sata]
    Parsing hook: [filesystems]
    Parsing hook: [usbinput]
    Generating module dependencies
    Creating gzip initcpio image: /boot/initramsfs-linux.img
    Image generation successful
    Building image from preset: 'fallback'
    -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    Starting build: 3.2.13-1-arch
    Parsing hook: [base]
    Parsing hook: [udev]
    Parsing hook: [scsi]
    Parsing hook: [sata]
    Parsing hook: [filesystems]
    Parsing hook: [usbinput]
    Generating module dependencies
    Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    Image generation successful
    Now, when I reboot, I get a message "Filesystem Check Failed". I saw this before and fixed it by:
    remounting / rw (as instructed by the prompt)
    editing mkinitcpio.conf and including lvm2 in the HOOKS line: HOOKS="base udev autodetect scsi sata lvm2 filesystems usbinput"
    # mkinitcpio -p linux
    I am now able to boot, using the firmware boot loader and the mkinitcpio.conf that includes lvm2. Note that the only partitions mounted on lvm are /var and /sgmedia (custom made directory - btrfs).
    Any suggestions welcome,
    thank you.

  • Mkinitcpio problem

    Hi,
    I have a really old laptop I want to use so I installed Arch on it. But then it was tricky...
    The laptop is a Sony Vaio, Pentium II, 400 MHz, 64MB of ram. There is no CD, only one USB port. The machine does not support booting from USB.
    The only way to boot something is with the already installed grub and the /boot partition (debian 3 is already on the machine...).
    I can't touch the hard drive: some files I can't delete are on it... So I installed Arch on a 1GB USB key from inside VirtualBox. Then, I copied the kernel and initrd from the usb key to the /boot partition, added a new entry in grub, and Arch is booting (I use root=/dev/disk/by-uuid/...).
    But it is reeeeeeeeeeally slow to boot. Slower then debian which loads everything, and way slower than slax (which I tried on it too) which uses udev too. It seems udev is really slow, both the initrd's udev and the main udev.
    So I tried to strip the mkinitcpio.conf file for faster loading. But whatever I do, if I remove the 'udev' hook, I cant boot with:
    Root device /dev/disk/by-uuid/... doesnt exist, attempting to create it
    ERROR: Failed to parse block device name for /dev/disk/by-uuid/..
    In this post: http://bbs.archlinux.org/viewtopic.php?id=53014 the poster stated that he removed the udev hook and he only had to have his drive's controller... But I can't do that. After a successful boot, I did "lsmod" and 'mkinitcpio -M' to get a list of modules which I included in the MODULES= list without success. The /dev/disk/by-uuid/... nodes are not created...
    Am I doing something wrong or the node cannot be created without udev? Are the nodes create by loading the module or by only through udev?
    Is it possible to create the node myself? Without passing through udev?
    Here are my config files:
    grub's menu.lst:
    title Arch Linux
    root (hd0,0)
    kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/91ec050d-d1df-4685-8ca7-14e7e9dcf6b4 ro
    initrd /boot/kernel26.img
    mkinitcpio.conf:
    # Original, with ext3 added (doesnt work without udev)
    #MODULES="ext3 pata_acpi ata_generic ahci ata_piix"
    # Original, with usb stuff added (doesnt work without udev)
    #MODULES="usbcore usb_storage ehci_hcd uhci_hcd scsi_mod sd_mod ext3 pata_acpi ata_generic ahci ata_piix"
    # lsmod modules and mkinitcpio -M (identical) (doesnt work without udev)
    #MODULES="ext3 pata_acpi ata_generic ahci ata_piix ac battery button dock processor thermal agpgart intel-agp i2c-piix4 i2c-core evdev gameport pcspkr psmouse serio_raw meye v4l1-compat videodev eeprom_93cx6 sony-laptop pci_hotplug shpchp rtc-cmos rtc-core rtc-lib ac97_bus snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-hwdep snd-page-alloc snd-pcm snd-rawmidi snd-timer snd snd-mpu401-uart snd-opl3-lib snd-ac97-codec snd-ymfpci soundcore pata_acpi ata_generic scsi_mod ata_piix mac80211 rtl8180 cfg80211 pcmcia_core rsrc_nonstatic yenta_socket usb-storage usbcore uhci-hcd ieee1394 ohci1394 sd_mod"
    MODULES="ext3 ata_piix libata pata_acpi ide-core ide-pci-generic piix ieee1394 ohci1394 rtl8180 pcmcia_core rsrc_nonstatic yenta_socket scsi_mod sd_mod usbcore uhci-hcd usb-storage mac80211 cfg80211 jbd"
    BINARIES=""
    FILES=""
    # Original, works, slow
    #HOOKS="base udev autodetect pata scsi sata usb keymap filesystems"
    # Does not work
    #HOOKS="base udev pata sata usb keymap"
    #HOOKS="base pata sata usb keymap resume filesystems"
    #HOOKS="autodetect base udev sata usb keymap resume filesystems"
    #HOOKS="base udev pata sata usb keymap resume"
    HOOKS="base pata sata usb keymap resume"
    Thanx for your help...

    big_gie wrote:Hi,
    So I tried to strip the mkinitcpio.conf file for faster loading. But whatever I do, if I remove the 'udev' hook, I cant boot with:
    Root device /dev/disk/by-uuid/... doesnt exist, attempting to create it
    ERROR: Failed to parse block device name for /dev/disk/by-uuid/..
    heh, udev is the one in charge of making the symlinks in /dev/disk/by-uuid/.
    You have to specify the actual device in the form /dev/sdXY in your /boot/grub/menu.lst (or at boot time editing the line)
    with X being a letter a primary master, b primary slave etc
    Y partition number beginning from 1
    Also I remember seeing UUID=thepartitionuuid in someone's menu.lst, so that might work.
    Return your mkinitcpio.conf to the original state
    and I think you should be able to boot with just these.
    MODULES="ext3 pata_acpi ata_generic ahci ata_piix"
    HOOKS="base pata keymap resume"
    Kudos for all your experiments: hope this helps
    Last edited by carlocci (2008-09-09 01:16:27)

  • Mkinitcpio fglrx hook

    I recently installed the proprietary amd drivers and a new hook was placed in my mkinitcpio. Is it safe to remove the hook and what does it do?
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="ahci sd_mod ext4"
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES="fsck fsck.ext4"
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect block filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev block filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev block mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev block lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base modconf fglrx"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    COMPRESSION=cat
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    Last edited by fawaz (2013-09-21 15:26:30)

    When i updated my mkinitcpio systemd-remount-fs.service started(never used to start) and its dramtically increased my boot time.
    Last edited by fawaz (2013-09-21 15:25:43)

  • Need help with input, parsing, and loop in one program

    I am doing an assignment that is supposed to:
    # ask the user for a URL
    # For the entered URL, read all the HTML text from the page and extract all links (other URLs) and image names. These should be printed to the console window.
    # Reprompt for a URL until the user presses the cancel button.
    # Define at least one helper method that serves a practical purpose that your main method will use. Note that your method(s) should serve a useful purpose, and it should make sense that they are separated out from the main method.
    So far, I figured out how to ask if the user would like to play again, though I can't make it loop to play again. The "NO_OPTION" works fine and exits out.
    I cannot figure out at all how to ask for the URL and then use that URL to try to parse the HTML to find the links and pictures.
    for the loop, is it:
    do{
    ...//all the stuff//
    }while (option == JOptionPane.YES_OPTION) ?(I think I have to parse, looking for "img src" and "a href", anyway)
    The biggest thing I'm getting hung up about is where to start. All it'll do is ask for the URL, say there is an error, and ask if I want to do it again. Don't know how to make it loop again. Like I said, I think it's a do while loop but am not completely sure where it goes and how to have it work on the entire thing with message dialoge boxes
    To ask for the input, I was trying to make the dialoge box a string so the string would be displayed and have the links extracted
    String linkString=   
              JOptionPane.showInputDialog("Please enter a URL:");...but it obviously doesn't work like that...
    Here is the whole mess so far...I don't know what my question is because I know what I want, just not the terms to ask. help?
    import java.io.BufferedReader;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.net.URL;
    import java.net.URLConnection;
    import javax.swing.JOptionPane;
    public class WebPageExaminer
         public static void main(String[] args)
              String linkString=   
              JOptionPane.showInputDialog("Please enter a URL:");
        String link = null;
        URL url;
        URLConnection urlC;
        InputStream inStream;
        InputStreamReader inStreamReader;
        BufferedReader reader;
        try
        url = new URL(link);
        urlC = url.openConnection();
        inStream = urlC.getInputStream();
        inStreamReader = new InputStreamReader(inStream);
        reader = new BufferedReader(inStreamReader);
        String inputLine = reader.readLine();
        while (inputLine != null)
          System.out.println(inputLine);
          inputLine = reader.readLine();
        catch(Exception e)
          JOptionPane.showMessageDialog(null, "Error reading from file");
        } int answer = JOptionPane.showConfirmDialog(null, "Examine Another URL?", "Click Yes or NO:", JOptionPane.YES_NO_OPTION);
        if (answer == JOptionPane.NO_OPTION)
             System.out.println("Goodbye");
             System.exit(0);
              if (answer == JOptionPane.YES_OPTION)
                  System.out.println("OK!");
    }Edited by: digital.tradecraft on Mar 14, 2009 1:27 PM

    You posted the questions 20 minutes ago? Why are you bumping it. People answer questions when they know the answer.
    I tend to ignore people who expect an immediate answer.

  • Mkinitcpio cannot find modules

    I had previously put this up to some kind of minor issue on my box, but now I'm not so certain.
    Since the 3.1 series of the 'linux' package, mkinitcpio has not been able to automatically build new boot images, as it always does when there's an update to the 'linux' package, and oftentimes it doesn't do it manually either.
    Previously, running 'depmod -a' would reveal this was because it was looking in a folder that did not exist, for a previous kernel version. Making a symlink to the folder provided by the new version of the 'linux' package's modules resolved this.
    However now, this workaround is no longer functioning. 'depmod -a' reveals absolutely nothing, and thus 'mkinitcpio -p linux' continues to fail to build the new boot images with the following output:
    ==> Building image from preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.2.1-1-ARCH
    ==> ERROR: module not found: `i915'
    -> Parsing hook: [base]
    -> Parsing hook: [udev]
    -> Parsing hook: [autodetect]
    -> Parsing hook: [pata]
    -> Parsing hook: [scsi]
    -> Parsing hook: [sata]
    -> Parsing hook: [filesystems]
    -> Parsing hook: [usbinput]
    -> Parsing hook: [keymap]
    ==> Creating xz initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Image generation successful
    ==> Building image from preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.2.1-1-ARCH
    ==> ERROR: module not found: `i915'
    -> Parsing hook: [base]
    -> Parsing hook: [udev]
    -> Parsing hook: [pata]
    ==> ERROR: module not found: `pata_atp867x'
    ==> ERROR: module not found: `pata_opti'
    ==> ERROR: module not found: `pata_it821x'
    ==> ERROR: module not found: `pata_cmd64x'
    ==> ERROR: module not found: `pata_sis'
    ==> ERROR: module not found: `pata_ns87415'
    ==> ERROR: module not found: `pata_amd'
    ==> ERROR: module not found: `pata_sc1200'
    ==> ERROR: module not found: `pata_ninja32'
    ==> ERROR: module not found: `pata_it8213'
    ==> ERROR: module not found: `pata_rz1000'
    ==> ERROR: module not found: `pata_hpt3x3'
    ==> ERROR: module not found: `pata_efar'
    ==> ERROR: module not found: `pata_jmicron'
    ==> ERROR: module not found: `pata_cs5520'
    ==> ERROR: module not found: `pata_netcell'
    ==> ERROR: module not found: `pata_mpiix'
    ==> ERROR: module not found: `pata_cypress'
    ==> ERROR: module not found: `pata_cs5536'
    ==> ERROR: module not found: `pata_sl82c105'
    ==> ERROR: module not found: `pata_optidma'
    ==> ERROR: module not found: `pata_triflex'
    ==> ERROR: module not found: `pata_atiixp'
    ==> ERROR: module not found: `pata_oldpiix'
    ==> ERROR: module not found: `pata_pdc202xx_old'
    ==> ERROR: module not found: `pata_marvell'
    ==> ERROR: module not found: `pata_radisys'
    ==> ERROR: module not found: `pata_legacy'
    ==> ERROR: module not found: `pata_cs5530'
    ==> ERROR: module not found: `pata_hpt3x2n'
    ==> ERROR: module not found: `pata_pdc2027x'
    ==> ERROR: module not found: `pata_sch'
    ==> ERROR: module not found: `pata_sil680'
    ==> ERROR: module not found: `pata_artop'
    ==> ERROR: module not found: `pata_via'
    ==> ERROR: module not found: `pata_rdc'
    ==> ERROR: module not found: `pata_hpt37x'
    ==> ERROR: module not found: `pata_ali'
    ==> ERROR: module not found: `pata_serverworks'
    ==> ERROR: module not found: `pata_piccolo'
    ==> ERROR: module not found: `pata_ns87410'
    ==> ERROR: module not found: `pata_cmd640'
    ==> ERROR: module not found: `pata_pcmcia'
    ==> ERROR: module not found: `pata_hpt366'
    ==> ERROR: module not found: `pata_acpi'
    ==> ERROR: module not found: `pata_arasan_cf'
    ==> ERROR: module not found: `ata_generic'
    ==> ERROR: module not found: `ata_piix'
    -> Parsing hook: [scsi]
    -> Parsing hook: [sata]
    -> Parsing hook: [filesystems]
    -> Parsing hook: [usbinput]
    -> Parsing hook: [keymap]
    ==> Creating xz initcpio image: /boot/initramfs-linux-fallback.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Image generation successful
    Past experience has taught me that neither of these two images will be bootable, because previous versions displaying the same output were also unbootable.
    Contents of the /lib/modules directory, as reported by 'ls -l'
    drwxr-xr-x 2 root root 4096 Jan 19 17:52 3.1.9-2-ARCH
    drwxr-xr-x 3 root root 4096 Jan 13 05:54 3.2.1-1-ARCH
    drwxr-xr-x 2 root root 4096 Jan 19 17:35 extramodules-3.2-ARCH
    I cannot see the cause nor solution to this problem. Any help?

    @wonder: pata removed. Problem remains unchanged.
    @karol
    I am not using [testing].
    Requested file contents:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="i915"
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run first, so it may be used to
    # override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten if already added)
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata filesystems usbinput keymap"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
    # compression.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""

Maybe you are looking for

  • Backorder open purchase order report

    Hi All, Any item that have an open PO in the system for xx, yy & zz are coming up as backorder on the reports. Not all on order items are actually on backorder. Could you please advice what steps we need to do. Instance details: 11.5.10, Linux

  • Logic Pro no longer works with Firewire 1814 after updating drivers

    I was attempting to hook up 2 M-Audio Firewire 1814 units and use them from Logic Pro 7. The older driver I was using would actually crash with this configuration, and so I updated to the latest driver, thinking this might solve the problem. Well, th

  • Warning while laoding data thru load rule

    Hello, I am getting a warning while loading the data thru load rule. Where can I see that waning? Thanks

  • User entry

    Hi, I have a requirement as following. I have one date 'planned completion date' and that this is getting populated from source sytem and is part of transaction data. I have one more date which 'report run date' with this i will do 'planned completio

  • Jar file question.

    if i unjar a jar file, how do i let java know where the classes are? thanks for any help owen