Fsck.jfs superblock ?!?!?!

hi there
i wonder about this:
[root@hansa matto]# fsck.jfs /
fsck.jfs version 1.1.7, 22-Jul-2004
processing started: 9/9/2004 1.33.16
Using default parameter: -p
The current device is: /
Superblock is corrupt and cannot be repaired
since both primary and secondary copies are corrupt.
CANNOT CONTINUE.
[root@hansa matto]#
how do i repair my superblock??? btw :-) what is a superblock
and how important is it... my system runs very well i think.....
greetings matto

hi
i don´t really understand what fsck.jfs wants me to know
with fsck.jfs /dev/discs/disc1/part3 it says something that my filesystem is dirty but marked as clean ......
so i formated a small partition with jfs, mounted that as /temparch, copied ALL / into that, installed lilo into the new partitiion (i have done this before with help from this forum ;-) ) booted from there and the checked my "normal" root partition with
fsck.jfs /dev/discs/disc1/part3
but sadly i forgot the whole output ... but fsck.jfs says my filesystem is clean, like with every boot up
now i think the error was/is due to my mounted root.....
if i am wrong, please correct me!!!!!!!!
thank you
greetings matto

Similar Messages

  • [fsck] Superblock last write time is in the future

    Hello,
    I have HARDWARECLOCK="localtime" in my rc.conf but every time I reboot I get the below fsck error
    Superblock last write time is in the future
    then I am required to enter root password to get a shell. I usually fix the issue by remounting the root partition as read-write and rebooting. Strangely, on next reboot fsck will fix the issue, run a complete fsck and then give me my Arch Linux.
    Some notes:
    1) I have always had this last write time issue, but previously (1 month ago?) fsck just fixed it and continued the boot process, didn't stop asking me the root password
    2) if I use 'rw' in the kernel command-line I can never boot because it always stops asking for root password, even after running fsck through a livecd, so I am currently using 'ro'
    Has somebody any clue about this problem?
    My relevant fstab line is:
    LABEL=LINUX / ext3 defaults,noatime 0 1
    Thanks
    Last edited by legolas558 (2009-10-06 10:59:43)

    Ramses de Norre wrote:I encountered this too and I worked around it by setting my bios clock to my system time, it was a month off. I never encountered this issue before though and I guess this is a bug in some program (fsck?).
    So until this is fixed, try setting your bios clock to the same time your system's at. And maybe file a bug.
    This is not a solution! There is a reason if I keep localtime in my system, and no I am not going to change it because of a bug. That's Windows solutions, not Linux.
    Some bug reports found with uncle Google:
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540575
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343662
    https://bugs.launchpad.net/ubuntu/+sour … bug/427822

  • [SOLVED] new install hangs at fsck

    Hi all,
    I am trying my first install on the new installation media 10-6.  Everything seemed to go smoothly until I rebooted.  Now boot hangs at Filesystem is clean. The full message I am stuck on is below.
    fsck.jfs version 1.1.15, 04-Mar-2011
    processing started: 10/31/2012 11:23:56
    The current device is: /dev/sda3
    Block size in bytes: 4096
    Filesystem size in blocks: 14080972
    **Phase 0 - Replay Journal Log
    Filesystem is clean.
    Then I have nothing.  The computer is a lenovo thinkpad t420.  Any help would be appreciated, thanks.
    edit: added code tags
    Last edited by rickeyski (2012-11-05 02:43:36)

    I ran into something similar yesterday.. I'm not sure it's the same problem but here's what I tried and found.
    *After an unsucessful boot, restart your computer and boot off the installation media
    *Mount your paritions on /mnt as you would for a fresh install.
    *Run arch-chroot /mnt to chroot into your installation.
    *Now you can run journalctl to see all messages logged during boot. There will be a ton of them, so hit 'G' to scroll to the bottom.
    *Look for messages in red or white.
    Now, in my case I found some errors from nouveau and dri. After those errors, the logs went on to show that the system fully booted, although I never got past the fsck step on the screen. A bit of searching found posts about problems with nouveau and dual graphics cards (I have on-board GPU + a Nvidia card). Some posts mentioned adding the nomodeset option to your kernel line in grub. Doing this allowed me to boot up, and after installing the nvidia driver, I was able to remove this option and still boot.
    Hope this helps.
    Edit: grub config with nomodeset
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=e7975760-f032-438a-b38d-93bc03246e96 ro nomodeset
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    Last edited by dmartins (2012-11-03 13:11:42)

  • A semiautomatic alternative to /etc/fstab

    This is probably highly redundant... the chances are, someone will likely say "XYZ does that for you and you can configure it in 5 minutes", but here goes anyways.
    I wanted a simple way to mount the disks in my computer to the same location regardless of where they were in the system (thus via UUID) but what I *didn't* want was to have to copy/type the UUID myself. The following possibly shaky bash script is the result.
    First, however, a (very real-world) demonstration of its functionality!
    /disks/ + ./domount
    Using scriptdir "/disks/.mountscripts".
    Running mount... [ok]
    [Disk ST3250620A_5QE4M336]
    group0-root -> /disks/250gb: [ok]
    38067a33-0556-4cab-a5c5-c96b313bd174 -> /disks/250gb/boot: [ok]
    21D4-2E62 -> /disks/250gb/data: [ok]
    group0-home -> /disks/250gb/home:
    == mount error ==
    mount: wrong fs type, bad option, bad superblock on /dev/mapper/group0-home,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so
    =================
    [R]etry/Skip [P]artition/Skip [D]isk/[Q]uit? q
    /disks/ + fsck.jfs /dev/mapper/group0-home
    fsck.jfs version 1.1.15, 04-Mar-2011
    processing started: 11/10/2011 20:28:10
    Using default parameter: -p
    The current device is: /dev/mapper/group0-home
    Block size in bytes: 4096
    Filesystem size in blocks: 52099072
    **Phase 0 - Replay Journal Log
    Filesystem is clean.
    /disks/ + ./domount
    Using scriptdir "/disks/.mountscripts".
    Running mount... [ok]
    [Disk ST3250620A_5QE4M336]
    group0-root -> /disks/250gb: (already mounted)
    38067a33-0556-4cab-a5c5-c96b313bd174 -> /disks/250gb/boot: (already mounted)
    21D4-2E62 -> /disks/250gb/data: (already mounted)
    group0-home -> /disks/250gb/home: [ok]
    group0-var -> /disks/250gb/var: [ok]
    partition1.vfat -> /disks/250gb/home/backup/80gb/mnt/partition1.vfat: [ok]
    partition2.vfat -> /disks/250gb/home/backup/80gb/mnt/partition2.vfat: [ok]
    partition3.vfat -> /disks/250gb/home/backup/80gb/mnt/partition3.vfat: [ok]
    partition4.ext3 -> /disks/250gb/home/backup/80gb/mnt/partition4.ext3: [ok]
    data2 -> /disks/250gb/home/backup/32gb-2/mnt/data2: [ok]
    [Disk ST340014A_5MQ4HB90]
    0854-08DE -> /disks/20gb-1/data-1: [ok]
    4846-D7E2 -> /disks/20gb-1/data-2: [ok]
    3070DB1E70DAE99C -> /disks/20gb-1/winnt: [ok]
    38BB-158D -> /disks/20gb-1/pool: [ok]
    [Disk WDC_WD800BB-22J_WD-WCAM9H677098]
    e336c404-fca8-4f2b-9c75-81c22f339741 -> /disks/80gb: [ok]
    4738-E723 -> /disks/80gb/vfat: [ok]
    a827cfa1-08cf-4a24-a989-aae94ea0801b -> /disks/80gb/boot: [ok]
    7bb5df89-3a90-4c92-8aa7-a94271806087 -> /disks/80gb/var: [ok]
    09b652b7-4f5e-4895-8464-6f972a44fdd6 -> /disks/80gb/home: [ok]
    a2534aa6-b70f-442d-805e-365ee626d4be -> /disks/80gb/tmpspace: [ok]
    4871-993D -> /disks/80gb/tmpspace2: [ok]
    386a2a83-22e2-425c-bd48-cb0a1fad8a87 -> /disks/80gb/pool: [ok]
    /disks/ +
    Here's the script! (I can pastebin it if neccessary)
    #!/bin/bash
    # ohai from i336 :P <[email protected]>
    # Oct-Nov 2011
    # Public domain, no warranty. Be sure to use the "t" flag on the first run!
    # This program has two modes: scan mode and run mode.
    # Configuration
    # =============
    # You first need to create/go into the directory you want to mount your disks
    # in, such as /mnt (I use /disks), and create the subdirectory ".mountscripts", or
    # alternatively "programname-mountscripts" (the second directory bearing the
    # name of the program/symlink, a simple mechanism to implement some flexibility).
    # You can substitute any created symlinks whereever "./domount" is mentioned.
    # The existance of this directory indicate that this is the work directory.
    # (For added flexibility, the program will look for the second directory, the
    # one bearing its name, first, then fall back on ".mountscripts" if this is not
    # found.)
    # Scan Mode
    # =========
    # After creating this directory for the first time you will want to run
    # "./domount s" to generate the mountscripts into the mountscript directory
    # (which is selected as specified above).
    # Run Mode
    # ========
    # At this point, go into the mountscript directory, open all the files you find
    # there in a text editor, and add in the mountpoints you want to use after the
    # UUID parameter to 'partop' (an internal function defined in this file for the
    # scripts).
    # ** The first time you simply MUST run "./domount t" in order to see that the
    # 'mount' commands are correct! **
    # After this is done, run "./domount" and it will go ahead and mount the disks.
    # Run "./domount u" and it will unmount everything. (No options exist for
    # individual partitions as yet).
    # Limitations
    # ===========
    # * If you use domount to mount loopback images inside real partitions and the
    # real partitions are also mounted by domount, well, domount will try to
    # unmount them in the same order as when it mounts... and it will break.
    # Simple solution: skip however many real [p]artitions you have, then
    # re-run domount again. :)
    # * If you change a disk (eg add a partition), well, you'll have to delete the
    # file for that disk, re-scan (domount will not touch the other scripts) then
    # re-add your partitions back in. This program wasn't really designed to deal
    # with that kind of situation :)
    # * This program does not support LVM partitions - quite frankly, it doesn't
    # even realize such things exist. Thus you will not find any LVM partitions
    # listed in the generated scripts, or any "LVM partitions ignored"
    # messages - indeed, if you only have LVM partitions on a given disk, the
    # resulting syntactically incorrect script will contain an 'if' block with
    # no content and the shell will produce an error.
    toollist=
    needtool=0
    for tool in find lsblk blkid cfdisk xargs grep tail mountpoint; do
    type -P $tool > /dev/null 2>&1
    if [ $? -eq 0 ]; then
    toollist="${toollist} ${tool}"
    else
    toollist="${toollist} [${tool}]"
    needtool=1
    fi
    done
    if [ $needtool -eq 1 ]; then
    echo "This program requires the following tools in order to run. Those marked with"
    echo "brackets cannot be found (using \`type') and their containing packages"
    echo "likely need to be installed."
    echo $toollist
    exit 1
    fi
    sizes=(bytes KB MB GB TB)
    progname=$(basename $0)
    if [ -d ".mountscripts" ]; then
    scriptdir="$(pwd)/.mountscripts"
    elif [ -d ".${progname}-mountscripts" ]; then
    scriptdir="$(pwd)/.${progname}-mountscripts"
    fi
    if ([[ ! -d "${scriptdir}" ]] && [[ "$1" != "s" ]]) || [[ "$1" == "h" ]]; then
    cat << EOF
    usage: $0 [s] [t]
    s = scan
    t = test run (USE THIS THE FIRST TIME AFTER YOU HAVE DONE A SCAN)
    EOF
    exit 1
    fi
    if [[ "$1" = "s" ]]; then
    echo -n "Scanning disk tables... (by name)"
    parttable=(); while IFS= read -r line; do parttable+=("$line"); done < \
    <(find /dev/disk/by-id/ -name "scsi-SATA*" -name "*-part*" -type l | xargs stat -L -c "%t-%T %n")
    echo -n ", (by UUID)"
    uuidtable=(); while IFS= read -r line; do uuidtable+=("$line"); done < \
    <(find /dev/disk/by-uuid/ -type l | xargs stat -L -c "%t-%T %n")
    echo -ne " [ok]\nRunning blkid..."
    blkidtable=(); while IFS= read -r line; do blkidtable+=("$line"); done < \
    <(blkid)
    echo -ne " [ok]\nRunning lsblk (uno momento)..."
    lsblktable=(); while IFS= read -r line; do lsblktable+=("$line"); done < \
    <(lsblk -bro name,size,fstype,model | grep -v group | tail -n +2)
    echo -e " [ok]\n"
    if [ ${#parttable[@]} -ne ${#uuidtable[@]} ]; then
    echo 'Something is very wrong with either this program'
    echo 'or your disk configuration. O.o'
    exit 1
    fi
    echo -e "Using scriptdir \"${scriptdir}\".\n"
    echo -ne "\e[1GCompiling mapping table... [ ]\e[?25l"
    max=$[${#parttable[@]}*${#parttable[@]}]
    runindex=0
    for ((i = 0; i < "${#parttable[@]}"; i++)); do
    partsplit=(${parttable[$i]})
    devok=0
    devname="$(readlink -f ${partsplit[1]})"
    partsize=
    for uuid in "${uuidtable[@]}"; do
    uuidsplit=($uuid)
    c=$[((runindex*43)/$[max-1])]
    echo -ne "\e[29G"
    if [ $c -gt 0 ]; then eval \printf "%.s#" {0..$c}; else echo -n '.'; fi
    if [ $c -lt 43 ]; then eval \printf "%.s." {$[c+1]..43}; fi
    ((runindex++))
    if [[ "${partsplit[0]}" = "${uuidsplit[0]}" ]]; then
    partlabel=
    devok=1
    for entry in "${blkidtable[@]}"; do
    if [[ "${entry:0:$[${#devname}+9]}" != "${devname}: LABEL=\"" ]]; then continue; fi
    partlabel="${entry:$[${#devname}+9]}"
    partlabel=$(echo -n $(echo $partlabel | cut -d'"' -f1))
    done
    for entry in "${lsblktable[@]}"; do
    entry=($entry)
    if [[ "/dev/${entry[0]}" != "$devname" ]]; then continue; fi
    partsize=${entry[1]}
    parttype=${entry[2]}
    done
    if [ ! partsize ]; then
    echo "$0: error: cannot determine partition size for $devname"
    exit 1
    fi
    devline="${partsplit[1]:26} ${uuidsplit[1]:18} ${partsize} ${parttype}${partlabel:+ $partlabel}"
    map[${#map[@]}]="$devline"
    fi
    done
    if [ $devok -eq 0 ]; then
    checkparttable[${#checkparttable[@]}]="${parttable[$i]#* }"
    fi
    done
    echo -e "\e[?25h\e[75Gdone.\n"
    if [[ ${#checkparttable[@]} -gt 0 ]]; then
    cat << EOF
    Warning: The following partitions do not have matching UUID entries
    in /dev/disk/by-uuid/.
    Linux seems to be quite smart, and won't list UUIDs for LVM
    members, partitions \`mount' cannot mount without the -t flag,
    or extended partition headers, but /dev/disk/by-id/ will still
    list them. So these are probably not a problem but may still
    warrant a double-check; if these contain valid filesystems you
    will need to insert them manually since their UUIDs cannot be
    calculated.
    EOF
    for partition in "${checkparttable[@]}"; do
    echo " >> $(readlink -f $partition) (/dev..by-id/${partition:26})";
    done
    echo
    fi
    find /dev/disk/by-id/ -name "scsi-SATA*" -not -name "*-part*" -type l | while read disk; do
    scriptfile="${scriptdir}/${disk:26}.mount.sh"
    rm -f "${scriptfile}"
    if [ ! -f "${scriptfile}" ]; then
    echo -ne "No mountscript found for disk ID \"${disk:26}\", creating one...\nRunning cfdisk... "
    cfdtable=(); while IFS= read -r line; do cfdtable+=("$line"); done < \
    <(cfdisk -Ps $disk | grep -v "Free Space" | grep -v "Unusable" | tail -n +6)
    echo -ne "[ok]\nRunning smartctl... "
    smartctlinfo="$(smartctl -i $disk)"
    diskdevname="$(readlink -f ${disk})"
    diskdevname=${diskdevname:5}
    disk="${disk:26}"
    disktable[${#disktable[@]}]="${disk}"
    tmp=
    diskparttable=
    for entry in "${lsblktable[@]}"; do
    entry=($entry)
    if [[ "${diskdevname}" != "${entry[0]}" ]]; then continue; fi
    devicename=$(echo -n $(echo "${entry[@]}" | cut -d' ' -f3-))
    done
    echo -e "# Script generated by domount at $(date +'%T on %D (MM/DD/YY)') for disk \"${devicename}\"\n" > "${scriptfile}"
    echo '# '$(echo "$smartctlinfo" | grep '^Model Family:') >> "${scriptfile}"
    echo '# '$(echo "$smartctlinfo" | grep '^Device Model:') >> "${scriptfile}"
    echo -e '# '$(echo "$smartctlinfo" | grep '^User Capacity:')"\n" >> "${scriptfile}"
    for part in "${map[@]}"; do
    if [[ "${part:0:$[${#disk}+1]}" != "${disk}-" ]]; then continue; fi
    diskparttable="${diskparttable}${part}\n";
    done
    mapfile -t diskparttable < <(echo -ne "${diskparttable%%\\n}" | sort -n -k1.$[${#disk}+6]n)
    echo -ne "if diskexists ${disk}; then\n\t\n" >> "${scriptfile}"
    for part in "${diskparttable[@]}"; do
    partsplit=($part)
    parttype=
    for line in "${cfdtable[@]}"; do
    line=($line)
    if [[ "X${partsplit[0]:${#disk}+5}X" != "X${line[0]}X" ]]; then continue; fi
    parttype="${line[1]}"
    done
    if [[ "X${parttype}X" = "XX" ]]; then
    echo "$0: error: Cannot parse cfdisk output"
    rm -f "${scriptfile}"
    exit 1
    fi
    echo -ne "\t# Partition: #${partsplit[0]:${#disk}+5} (${parttype}, ${partsplit[3]}" >> "${scriptfile}"
    if [[ "${partsplit[3]}" = "swap" ]]; then
    echo -n " - Skipping" >> "${scriptfile}"
    fi
    echo -n "); Size: " >> "${scriptfile}"
    sizeidx=0
    size=${partsplit[2]}
    while [ $size -gt 0 ]; do
    sizetext="${size}${sizes[$sizeidx]} ${sizetext}"
    size=$(($size/1024))
    ((sizeidx++))
    done
    sizetext=($sizetext)
    for ((i = 0; i < 2; i++)); do
    if [ $i -eq 1 ]; then echo -n ' (' >> "${scriptfile}"; fi
    if [[ "${sizetext[$i]: -1:1}" = "s" ]]; then
    echo -n "${sizetext[$i]:0:-5} bytes" >> "${scriptfile}"
    else
    echo -n "${sizetext[$i]:0:-2} ${sizetext[$i]: -2:2}" >> "${scriptfile}"
    fi
    if [ $i -eq 1 ]; then echo -n ')' >> "${scriptfile}"; fi
    done
    if [[ "X${partsplit[4]}X" != "XX" ]]; then
    echo -n "; Label: \"" >> "${scriptfile}"
    echo $(echo -n "${part}" | cut -d' ' -f5-)"\"" >> "${scriptfile}"
    else
    echo >> "${scriptfile}"
    fi
    if [[ "${partsplit[3]}" != "swap" ]]; then
    echo -e "\tmountpart /dev/disk/by-uuid/${partsplit[1]} \n\t" >> "${scriptfile}"
    else
    echo -e "\t" >> "${scriptfile}"
    fi
    done
    echo "fi" >> "${scriptfile}"
    echo -e "[ok]\nSuccess!\n"
    #echo ---; cat $scriptfile; echo ---
    else
    echo "Script found for disk ID ${disk}"
    fi
    done
    exit
    fi
    trap 'echo; exit' SIGINT
    echo -ne "Using scriptdir \"${scriptdir}\".\nRunning mount..."
    mapfile -t mounttable < <(mount)
    echo -e " [ok]"
    function spin() {
    trap 'echo -e "\e[?25h"' SIGINT SIGQUIT SIGKILL
    echo -ne "\e[?25l"
    if [[ $unicode -eq 1 ]]; then s=$(printf \\u2580\\u259C\\u2590\\u259F\\u2584\\u2599\\u258C\\u259B); m=8; d=0.03; else s='/-\|'; m=4; d=0.07; fi
    ("$@" & pid=$! ; c=1; while ps -c $pid 2>&1>/dev/null; do echo -ne "\e[s${s:c:1} \e[u"; c=$[c+1]; test $c -eq $m && c=0; sleep $d; done)
    echo -ne "\e[?25h"
    trap SIGINT SIGQUIT SIGKILL
    function diskexists {
    disk=/dev/disk/by-id/scsi-SATA_${@}
    if [[ ! -L $disk ]]; then
    echo "(Disk $0 is not installed)"
    else
    echo "[Disk ${1}]"
    fi
    function partop {
    if [[ $mode -eq 1 ]]; then
    while true; do
    echo -n "Unmounting ${1##*/}... "
    if ! mountpoint > /dev/null 2>&1 $2; then
    echo "(Not mounted, or not a mountpoint)"
    break;
    fi
    if [ ! -d $2 ]; then
    echo "error: Not a directory!"
    break
    fi
    cmd="umount $1"
    if [[ ! $testmode ]]; then
    output="$(${cmd} 2>&1)"
    err=$?
    else
    echo "{would run: ${cmd}} "
    fi
    if [[ $err = 0 ]]; then
    if [[ ! $testmode ]]; then echo "[ok]"; fi
    return
    else
    echo -e "\n== umount error =="
    echo -n "${output}"
    echo -e "\n=================\n"
    c=X;
    while [[ ! $c =~ (R|r|P|p|D|d|Q|q) ]]; do read -sn1 -p"[R]etry/Skip [P]artition/Skip [D]isk/[Q]uit? " c; echo $c; done
    echo
    case $c in
    D|d) skipdisk=1; break ;;
    P|p) break ;;
    Q|q) exit ;;
    esac
    fi
    done
    else
    if [[ $skipdisk = 1 ]] && [[ $newdisk = 0 ]]; then return; fi
    err=0
    skipdisk=0
    newdisk=0
    while true; do
    echo -n "${1##*/} -> $2: "
    if mountpoint > /dev/null 2>&1 $2; then
    echo "(already mounted)"
    break;
    fi
    if [[ $testmode == 0 ]]; then echo echo -n "Mounting"; fi
    if [ ! -d $2 ]; then
    echo -n " (creating dir $2"
    cmd="mkdir -p $2 2>&1"
    if [[ ! $testmode ]]; then
    output="$(eval $cmd)"
    err=$?
    else
    echo -n " {would run: $cmd}"
    fi
    echo -n ') '
    fi
    if [[ $err = 0 ]]; then
    if [[ $testmode == 0 ]]; then echo -n '... '; fi
    cmd="mount $@"
    if [[ ! $testmode ]]; then
    output="$(${cmd} 2>&1)"
    err=$?
    else
    echo "{would run: ${cmd}} "
    fi
    else
    echo
    fi
    if [[ $err = 0 ]]; then
    if [[ ! $testmode ]]; then echo "[ok]"; fi
    return
    else
    echo -e "\n== mount error =="
    echo -n "${output}"
    echo -e "\n=================\n"
    c=X;
    while [[ ! $c =~ (R|r|P|p|D|d|Q|q) ]]; do read -sn1 -p"[R]etry/Skip [P]artition/Skip [D]isk/[Q]uit? " c; echo $c; done
    echo
    case $c in
    D|d) skipdisk=1; break ;;
    P|p) break ;;
    Q|q) exit ;;
    esac
    fi
    done
    fi
    if [[ $1 = "u" ]]; then mode=1; else mode=0; fi
    if [[ $1 = "t" ]]; then testmode=1; fi
    scripts=(${scriptdir}/*.mount.sh)
    for ((i = 0; i < ${#scripts[@]}; i++)); do
    newdisk=1
    . ${scripts[$i]}
    if (($i < ${#scripts[@]} - 1)); then echo; fi
    done
    echo -ne "\e[?25h"
    Hopefully someone else finds this helpful. I am aware of udev/automount; that was overkill, since the disks are always installed, and I don't need a system whose focus is on-the-fly detection of newly inserted media of whatever kind.
    -i336
    Last edited by i336 (2011-11-10 04:42:08)

    Thanks. I might use it soon...
    Does it automatically make folders named after the volume labels? And does it handle the conversion of spaces and non-alphanumeric characters to octal codes?
    I could read the script but it would be faster for everyone reading, if you leave the answer as a reply.
    I also think that there should be some major work done on modernizing the fstab, either by replacing it with a better implementation of file system mounting or changing the file structure and adding in better handling of non-alphanumerics. I don't want to have to look up a stupid octal table every time I type in my labels.

  • Lots of errors in update

    Hi
    after a long time today I tried to update my arch system. I removed bin and sbin and /usr/sbin directories and perform the update. now I get this messy error which I have no idea on how to fix it.
    error: failed to commit transaction (conflicting files)
    glibc: /usr/bin/iconvconfig exists in filesystem
    glibc: /usr/bin/nscd exists in filesystem
    glibc: /usr/bin/sln exists in filesystem
    glibc: /usr/bin/zdump exists in filesystem
    glibc: /usr/bin/zic exists in filesystem
    bash: /usr/bin/sh exists in filesystem
    cracklib: /usr/bin/cracklib-check exists in filesystem
    cracklib: /usr/bin/cracklib-format exists in filesystem
    cracklib: /usr/bin/cracklib-packer exists in filesystem
    cracklib: /usr/bin/cracklib-unpacker exists in filesystem
    cracklib: /usr/bin/create-cracklib-dict exists in filesystem
    pam: /usr/bin/mkhomedir_helper exists in filesystem
    pam: /usr/bin/pam_tally exists in filesystem
    pam: /usr/bin/pam_tally2 exists in filesystem
    pam: /usr/bin/pam_timestamp_check exists in filesystem
    pam: /usr/bin/unix_chkpwd exists in filesystem
    pam: /usr/bin/unix_update exists in filesystem
    libcap: /usr/bin/capsh exists in filesystem
    libcap: /usr/bin/getcap exists in filesystem
    libcap: /usr/bin/getpcaps exists in filesystem
    libcap: /usr/bin/setcap exists in filesystem
    kmod: /usr/bin/depmod exists in filesystem
    kmod: /usr/bin/modprobe exists in filesystem
    shadow: /usr/bin/chgpasswd exists in filesystem
    shadow: /usr/bin/chpasswd exists in filesystem
    shadow: /usr/bin/groupadd exists in filesystem
    shadow: /usr/bin/groupdel exists in filesystem
    shadow: /usr/bin/groupmems exists in filesystem
    shadow: /usr/bin/groupmod exists in filesystem
    shadow: /usr/bin/groups exists in filesystem
    shadow: /usr/bin/grpck exists in filesystem
    shadow: /usr/bin/grpconv exists in filesystem
    shadow: /usr/bin/grpunconv exists in filesystem
    shadow: /usr/bin/newusers exists in filesystem
    shadow: /usr/bin/nologin exists in filesystem
    shadow: /usr/bin/pwck exists in filesystem
    shadow: /usr/bin/pwconv exists in filesystem
    shadow: /usr/bin/pwunconv exists in filesystem
    shadow: /usr/bin/useradd exists in filesystem
    shadow: /usr/bin/userdel exists in filesystem
    shadow: /usr/bin/usermod exists in filesystem
    util-linux: /usr/bin/addpart exists in filesystem
    util-linux: /usr/bin/agetty exists in filesystem
    util-linux: /usr/bin/blkid exists in filesystem
    util-linux: /usr/bin/blockdev exists in filesystem
    util-linux: /usr/bin/cfdisk exists in filesystem
    util-linux: /usr/bin/chcpu exists in filesystem
    util-linux: /usr/bin/ctrlaltdel exists in filesystem
    util-linux: /usr/bin/delpart exists in filesystem
    util-linux: /usr/bin/dmesg exists in filesystem
    util-linux: /usr/bin/fdformat exists in filesystem
    util-linux: /usr/bin/fdisk exists in filesystem
    util-linux: /usr/bin/findfs exists in filesystem
    util-linux: /usr/bin/findmnt exists in filesystem
    util-linux: /usr/bin/fsck exists in filesystem
    util-linux: /usr/bin/fsck.cramfs exists in filesystem
    util-linux: /usr/bin/fsck.minix exists in filesystem
    util-linux: /usr/bin/fsfreeze exists in filesystem
    util-linux: /usr/bin/fstrim exists in filesystem
    util-linux: /usr/bin/hwclock exists in filesystem
    util-linux: /usr/bin/kill exists in filesystem
    util-linux: /usr/bin/ldattach exists in filesystem
    util-linux: /usr/bin/login exists in filesystem
    util-linux: /usr/bin/losetup exists in filesystem
    util-linux: /usr/bin/lsblk exists in filesystem
    util-linux: /usr/bin/mkfs exists in filesystem
    util-linux: /usr/bin/mkfs.bfs exists in filesystem
    util-linux: /usr/bin/mkfs.cramfs exists in filesystem
    util-linux: /usr/bin/mkfs.minix exists in filesystem
    util-linux: /usr/bin/mkswap exists in filesystem
    util-linux: /usr/bin/more exists in filesystem
    util-linux: /usr/bin/mount exists in filesystem
    util-linux: /usr/bin/mountpoint exists in filesystem
    util-linux: /usr/bin/partx exists in filesystem
    util-linux: /usr/bin/pivot_root exists in filesystem
    util-linux: /usr/bin/raw exists in filesystem
    util-linux: /usr/bin/readprofile exists in filesystem
    util-linux: /usr/bin/resizepart exists in filesystem
    util-linux: /usr/bin/rtcwake exists in filesystem
    util-linux: /usr/bin/sfdisk exists in filesystem
    util-linux: /usr/bin/su exists in filesystem
    util-linux: /usr/bin/sulogin exists in filesystem
    util-linux: /usr/bin/swaplabel exists in filesystem
    util-linux: /usr/bin/swapoff exists in filesystem
    util-linux: /usr/bin/swapon exists in filesystem
    util-linux: /usr/bin/switch_root exists in filesystem
    util-linux: /usr/bin/umount exists in filesystem
    util-linux: /usr/bin/uuidd exists in filesystem
    util-linux: /usr/bin/vigr exists in filesystem
    util-linux: /usr/bin/vipw exists in filesystem
    util-linux: /usr/bin/wdctl exists in filesystem
    util-linux: /usr/bin/wipefs exists in filesystem
    e2fsprogs: /usr/bin/badblocks exists in filesystem
    e2fsprogs: /usr/bin/debugfs exists in filesystem
    e2fsprogs: /usr/bin/dumpe2fs exists in filesystem
    e2fsprogs: /usr/bin/e2freefrag exists in filesystem
    e2fsprogs: /usr/bin/e2fsck exists in filesystem
    e2fsprogs: /usr/bin/e2image exists in filesystem
    e2fsprogs: /usr/bin/e2label exists in filesystem
    e2fsprogs: /usr/bin/e2undo exists in filesystem
    e2fsprogs: /usr/bin/e4defrag exists in filesystem
    e2fsprogs: /usr/bin/filefrag exists in filesystem
    e2fsprogs: /usr/bin/fsck.ext2 exists in filesystem
    e2fsprogs: /usr/bin/fsck.ext3 exists in filesystem
    e2fsprogs: /usr/bin/fsck.ext4 exists in filesystem
    e2fsprogs: /usr/bin/fsck.ext4dev exists in filesystem
    e2fsprogs: /usr/bin/logsave exists in filesystem
    e2fsprogs: /usr/bin/mke2fs exists in filesystem
    e2fsprogs: /usr/bin/mkfs.ext2 exists in filesystem
    e2fsprogs: /usr/bin/mkfs.ext3 exists in filesystem
    e2fsprogs: /usr/bin/mkfs.ext4 exists in filesystem
    e2fsprogs: /usr/bin/mkfs.ext4dev exists in filesystem
    e2fsprogs: /usr/bin/mklost+found exists in filesystem
    e2fsprogs: /usr/bin/resize2fs exists in filesystem
    e2fsprogs: /usr/bin/tune2fs exists in filesystem
    libsasl: /usr/bin/pluginviewer exists in filesystem
    libsasl: /usr/bin/sasldblistusers2 exists in filesystem
    libsasl: /usr/bin/saslpasswd2 exists in filesystem
    keyutils: /usr/bin/key.dns_resolver exists in filesystem
    keyutils: /usr/bin/keyctl exists in filesystem
    keyutils: /usr/bin/request-key exists in filesystem
    krb5: /usr/bin/gss-server exists in filesystem
    krb5: /usr/bin/kadmin.local exists in filesystem
    krb5: /usr/bin/kadmind exists in filesystem
    krb5: /usr/bin/kdb5_ldap_util exists in filesystem
    krb5: /usr/bin/kdb5_util exists in filesystem
    krb5: /usr/bin/kprop exists in filesystem
    krb5: /usr/bin/kpropd exists in filesystem
    krb5: /usr/bin/kproplog exists in filesystem
    krb5: /usr/bin/krb5-send-pr exists in filesystem
    krb5: /usr/bin/krb5kdc exists in filesystem
    krb5: /usr/bin/sim_server exists in filesystem
    krb5: /usr/bin/sserver exists in filesystem
    krb5: /usr/bin/uuserver exists in filesystem
    avahi: /usr/bin/avahi-autoipd exists in filesystem
    avahi: /usr/bin/avahi-daemon exists in filesystem
    avahi: /usr/bin/avahi-dnsconfd exists in filesystem
    gconf: /usr/bin/gconfpkg exists in filesystem
    pciutils: /usr/bin/lspci exists in filesystem
    pciutils: /usr/bin/setpci exists in filesystem
    alsa-utils: /usr/bin/alsactl exists in filesystem
    apache: /usr/bin/ab exists in filesystem
    apache: /usr/bin/apachectl exists in filesystem
    apache: /usr/bin/apxs exists in filesystem
    apache: /usr/bin/checkgid exists in filesystem
    apache: /usr/bin/dbmmanage exists in filesystem
    apache: /usr/bin/envvars exists in filesystem
    apache: /usr/bin/envvars-std exists in filesystem
    apache: /usr/bin/htcacheclean exists in filesystem
    apache: /usr/bin/htdbm exists in filesystem
    apache: /usr/bin/htdigest exists in filesystem
    apache: /usr/bin/htpasswd exists in filesystem
    apache: /usr/bin/httpd exists in filesystem
    apache: /usr/bin/httpd.itk exists in filesystem
    apache: /usr/bin/httpd.worker exists in filesystem
    apache: /usr/bin/httxt2dbm exists in filesystem
    apache: /usr/bin/logresolve exists in filesystem
    apache: /usr/bin/rotatelogs exists in filesystem
    apache: /usr/bin/suexec exists in filesystem
    icu: /usr/bin/genccode exists in filesystem
    icu: /usr/bin/gencmn exists in filesystem
    icu: /usr/bin/gennorm2 exists in filesystem
    icu: /usr/bin/gensprep exists in filesystem
    icu: /usr/bin/icupkg exists in filesystem
    ca-certificates: /usr/bin/update-ca-certificates exists in filesystem
    v4l-utils: /usr/bin/v4l2-dbg exists in filesystem
    gnupg: /usr/bin/addgnupghome exists in filesystem
    gnupg: /usr/bin/applygnupgdefaults exists in filesystem
    cdrkit: /usr/bin/netscsid exists in filesystem
    gpm: /usr/bin/gpm exists in filesystem
    ca-certificates-java: /usr/bin/init-jks-keystore exists in filesystem
    rtmpdump: /usr/bin/rtmpgw exists in filesystem
    rtmpdump: /usr/bin/rtmpsrv exists in filesystem
    rtmpdump: /usr/bin/rtmpsuck exists in filesystem
    cifs-utils: /usr/bin/cifs.idmap exists in filesystem
    cifs-utils: /usr/bin/cifs.upcall exists in filesystem
    cpupower: /usr/bin/cpufreq-bench exists in filesystem
    cronie: /usr/bin/anacron exists in filesystem
    cronie: /usr/bin/crond exists in filesystem
    device-mapper: /usr/bin/dmeventd exists in filesystem
    device-mapper: /usr/bin/dmsetup exists in filesystem
    cryptsetup: /usr/bin/cryptsetup exists in filesystem
    cryptsetup: /usr/bin/cryptsetup-reencrypt exists in filesystem
    cryptsetup: /usr/bin/veritysetup exists in filesystem
    iptables: /usr/bin/ip6tables exists in filesystem
    iptables: /usr/bin/ip6tables-restore exists in filesystem
    iptables: /usr/bin/ip6tables-save exists in filesystem
    iptables: /usr/bin/iptables exists in filesystem
    iptables: /usr/bin/iptables-restore exists in filesystem
    iptables: /usr/bin/iptables-save exists in filesystem
    iptables: /usr/bin/xtables-multi exists in filesystem
    iproute2: /usr/bin/arpd exists in filesystem
    iproute2: /usr/bin/bridge exists in filesystem
    iproute2: /usr/bin/ctstat exists in filesystem
    iproute2: /usr/bin/genl exists in filesystem
    iproute2: /usr/bin/ifcfg exists in filesystem
    iproute2: /usr/bin/ifstat exists in filesystem
    iproute2: /usr/bin/ip exists in filesystem
    iproute2: /usr/bin/lnstat exists in filesystem
    iproute2: /usr/bin/nstat exists in filesystem
    iproute2: /usr/bin/routef exists in filesystem
    iproute2: /usr/bin/routel exists in filesystem
    iproute2: /usr/bin/rtacct exists in filesystem
    iproute2: /usr/bin/rtmon exists in filesystem
    iproute2: /usr/bin/rtpr exists in filesystem
    iproute2: /usr/bin/rtstat exists in filesystem
    iproute2: /usr/bin/ss exists in filesystem
    iproute2: /usr/bin/tc exists in filesystem
    dhclient: /usr/bin/dhclient exists in filesystem
    dhclient: /usr/bin/dhclient-script exists in filesystem
    dhcpcd: /usr/bin/dhcpcd exists in filesystem
    dosfstools: /usr/bin/dosfsck exists in filesystem
    dosfstools: /usr/bin/dosfslabel exists in filesystem
    dosfstools: /usr/bin/fsck.msdos exists in filesystem
    dosfstools: /usr/bin/fsck.vfat exists in filesystem
    dosfstools: /usr/bin/mkdosfs exists in filesystem
    dosfstools: /usr/bin/mkfs.msdos exists in filesystem
    dosfstools: /usr/bin/mkfs.vfat exists in filesystem
    procps-ng: /usr/bin/ps exists in filesystem
    procps-ng: /usr/bin/sysctl exists in filesystem
    pm-utils: /usr/bin/pm-hibernate exists in filesystem
    pm-utils: /usr/bin/pm-powersave exists in filesystem
    pm-utils: /usr/bin/pm-suspend exists in filesystem
    pm-utils: /usr/bin/pm-suspend-hybrid exists in filesystem
    usbmuxd: /usr/bin/usbmuxd exists in filesystem
    wpa_supplicant: /usr/bin/wpa_cli exists in filesystem
    wpa_supplicant: /usr/bin/wpa_passphrase exists in filesystem
    wpa_supplicant: /usr/bin/wpa_supplicant exists in filesystem
    ppp: /usr/bin/chat exists in filesystem
    ppp: /usr/bin/plog exists in filesystem
    ppp: /usr/bin/pppd exists in filesystem
    ppp: /usr/bin/pppdump exists in filesystem
    ppp: /usr/bin/pppoe-discovery exists in filesystem
    ppp: /usr/bin/pppstats exists in filesystem
    networkmanager: /usr/bin/NetworkManager exists in filesystem
    fuse: /usr/bin/fusermount exists in filesystem
    fuse: /usr/bin/mount.fuse exists in filesystem
    fuse: /usr/bin/ulockmgr_server exists in filesystem
    rtkit: /usr/bin/rtkitctl exists in filesystem
    gdm: /usr/bin/gdm exists in filesystem
    libatasmart: /usr/bin/skdump exists in filesystem
    libatasmart: /usr/bin/sktest exists in filesystem
    udisks2: /usr/bin/umount.udisks2 exists in filesystem
    iputils: /usr/bin/arping exists in filesystem
    iputils: /usr/bin/clockdiff exists in filesystem
    iputils: /usr/bin/rarpd exists in filesystem
    iputils: /usr/bin/rdisc exists in filesystem
    iputils: /usr/bin/tftpd exists in filesystem
    iputils: /usr/bin/tracepath exists in filesystem
    iputils: /usr/bin/tracepath6 exists in filesystem
    grub: /usr/bin/grub-bios-setup exists in filesystem
    grub: /usr/bin/grub-install exists in filesystem
    grub: /usr/bin/grub-mkconfig exists in filesystem
    grub: /usr/bin/grub-mknetdir exists in filesystem
    grub: /usr/bin/grub-ofpathname exists in filesystem
    grub: /usr/bin/grub-probe exists in filesystem
    grub: /usr/bin/grub-reboot exists in filesystem
    grub: /usr/bin/grub-set-default exists in filesystem
    grub: /usr/bin/grub-sparc64-setup exists in filesystem
    inetutils: /usr/bin/dnsdomainname exists in filesystem
    inetutils: /usr/bin/ftpd exists in filesystem
    inetutils: /usr/bin/rlogind exists in filesystem
    inetutils: /usr/bin/rshd exists in filesystem
    inetutils: /usr/bin/talkd exists in filesystem
    inetutils: /usr/bin/telnetd exists in filesystem
    jfsutils: /usr/bin/fsck.jfs exists in filesystem
    jfsutils: /usr/bin/jfs_debugfs exists in filesystem
    jfsutils: /usr/bin/jfs_fsck exists in filesystem
    jfsutils: /usr/bin/jfs_fscklog exists in filesystem
    jfsutils: /usr/bin/jfs_logdump exists in filesystem
    jfsutils: /usr/bin/jfs_mkfs exists in filesystem
    jfsutils: /usr/bin/jfs_tune exists in filesystem
    jfsutils: /usr/bin/mkfs.jfs exists in filesystem
    kexec-tools: /usr/bin/kdump exists in filesystem
    kexec-tools: /usr/bin/kexec exists in filesystem
    kexec-tools: /usr/bin/vmcore-dmesg exists in filesystem
    libbonobo: /usr/bin/bonobo-activation-sysconf exists in filesystem
    tar: /usr/bin/tar exists in filesystem
    lirc-utils: /usr/bin/lircd exists in filesystem
    lirc-utils: /usr/bin/lircmd exists in filesystem
    logrotate: /usr/bin/logrotate exists in filesystem
    lsof: /usr/bin/lsof exists in filesystem
    lvm2: /usr/bin/blkdeactivate exists in filesystem
    lvm2: /usr/bin/fsadm exists in filesystem
    lvm2: /usr/bin/lvchange exists in filesystem
    lvm2: /usr/bin/lvconvert exists in filesystem
    lvm2: /usr/bin/lvcreate exists in filesystem
    lvm2: /usr/bin/lvdisplay exists in filesystem
    lvm2: /usr/bin/lvextend exists in filesystem
    lvm2: /usr/bin/lvm exists in filesystem
    lvm2: /usr/bin/lvmchange exists in filesystem
    lvm2: /usr/bin/lvmconf exists in filesystem
    lvm2: /usr/bin/lvmdiskscan exists in filesystem
    lvm2: /usr/bin/lvmdump exists in filesystem
    lvm2: /usr/bin/lvmetad exists in filesystem
    lvm2: /usr/bin/lvmsadc exists in filesystem
    lvm2: /usr/bin/lvmsar exists in filesystem
    lvm2: /usr/bin/lvreduce exists in filesystem
    lvm2: /usr/bin/lvremove exists in filesystem
    lvm2: /usr/bin/lvrename exists in filesystem
    lvm2: /usr/bin/lvresize exists in filesystem
    lvm2: /usr/bin/lvs exists in filesystem
    lvm2: /usr/bin/lvscan exists in filesystem
    lvm2: /usr/bin/pvchange exists in filesystem
    lvm2: /usr/bin/pvck exists in filesystem
    lvm2: /usr/bin/pvcreate exists in filesystem
    lvm2: /usr/bin/pvdisplay exists in filesystem
    lvm2: /usr/bin/pvmove exists in filesystem
    lvm2: /usr/bin/pvremove exists in filesystem
    lvm2: /usr/bin/pvresize exists in filesystem
    lvm2: /usr/bin/pvs exists in filesystem
    lvm2: /usr/bin/pvscan exists in filesystem
    lvm2: /usr/bin/vgcfgbackup exists in filesystem
    lvm2: /usr/bin/vgcfgrestore exists in filesystem
    lvm2: /usr/bin/vgchange exists in filesystem
    lvm2: /usr/bin/vgck exists in filesystem
    lvm2: /usr/bin/vgconvert exists in filesystem
    lvm2: /usr/bin/vgcreate exists in filesystem
    lvm2: /usr/bin/vgdisplay exists in filesystem
    lvm2: /usr/bin/vgexport exists in filesystem
    lvm2: /usr/bin/vgextend exists in filesystem
    lvm2: /usr/bin/vgimport exists in filesystem
    lvm2: /usr/bin/vgimportclone exists in filesystem
    lvm2: /usr/bin/vgmerge exists in filesystem
    lvm2: /usr/bin/vgmknodes exists in filesystem
    lvm2: /usr/bin/vgreduce exists in filesystem
    lvm2: /usr/bin/vgremove exists in filesystem
    lvm2: /usr/bin/vgrename exists in filesystem
    lvm2: /usr/bin/vgs exists in filesystem
    lvm2: /usr/bin/vgscan exists in filesystem
    lvm2: /usr/bin/vgsplit exists in filesystem
    man-db: /usr/bin/accessdb exists in filesystem
    mdadm: /usr/bin/mdadm exists in filesystem
    mdadm: /usr/bin/mdassemble exists in filesystem
    mdadm: /usr/bin/mdmon exists in filesystem
    net-snmp: /usr/bin/snmpd exists in filesystem
    net-snmp: /usr/bin/snmptrapd exists in filesystem
    net-tools: /usr/bin/arp exists in filesystem
    net-tools: /usr/bin/ifconfig exists in filesystem
    net-tools: /usr/bin/ipmaddr exists in filesystem
    net-tools: /usr/bin/iptunnel exists in filesystem
    net-tools: /usr/bin/mii-tool exists in filesystem
    net-tools: /usr/bin/nameif exists in filesystem
    net-tools: /usr/bin/netstat exists in filesystem
    net-tools: /usr/bin/plipconfig exists in filesystem
    net-tools: /usr/bin/rarp exists in filesystem
    net-tools: /usr/bin/route exists in filesystem
    net-tools: /usr/bin/slattach exists in filesystem
    xinetd: /usr/bin/itox exists in filesystem
    xinetd: /usr/bin/xconv.pl exists in filesystem
    xinetd: /usr/bin/xinetd exists in filesystem
    netkit-bsd-finger: /usr/bin/in.fingerd exists in filesystem
    pptpclient: /usr/bin/pptp exists in filesystem
    pptpclient: /usr/bin/pptpsetup exists in filesystem
    vpnc: /usr/bin/vpnc exists in filesystem
    vpnc: /usr/bin/vpnc-disconnect exists in filesystem
    ntfs-3g: /usr/bin/mkntfs exists in filesystem
    ntfs-3g: /usr/bin/ntfsclone exists in filesystem
    ntfs-3g: /usr/bin/ntfscp exists in filesystem
    ntfs-3g: /usr/bin/ntfslabel exists in filesystem
    ntfs-3g: /usr/bin/ntfsresize exists in filesystem
    ntfs-3g: /usr/bin/ntfsundelete exists in filesystem
    openssh: /usr/bin/sshd exists in filesystem
    parted: /usr/bin/parted exists in filesystem
    parted: /usr/bin/partprobe exists in filesystem
    pcmciautils: /usr/bin/lspcmcia exists in filesystem
    pcmciautils: /usr/bin/pccardctl exists in filesystem
    vde2: /usr/bin/vde_tunctl exists in filesystem
    reiserfsprogs: /usr/bin/debugreiserfs exists in filesystem
    reiserfsprogs: /usr/bin/fsck.reiserfs exists in filesystem
    reiserfsprogs: /usr/bin/mkfs.reiserfs exists in filesystem
    reiserfsprogs: /usr/bin/mkreiserfs exists in filesystem
    reiserfsprogs: /usr/bin/reiserfsck exists in filesystem
    reiserfsprogs: /usr/bin/reiserfstune exists in filesystem
    reiserfsprogs: /usr/bin/resize_reiserfs exists in filesystem
    sane: /usr/bin/saned exists in filesystem
    sudo: /usr/bin/visudo exists in filesystem
    syslog-ng: /usr/bin/syslog-ng exists in filesystem
    syslog-ng: /usr/bin/syslog-ng-ctl exists in filesystem
    sysvinit-tools: /usr/bin/bootlogd exists in filesystem
    sysvinit-tools: /usr/bin/fstab-decode exists in filesystem
    sysvinit-tools: /usr/bin/killall5 exists in filesystem
    sysvinit-tools: /usr/bin/pidof exists in filesystem
    udisks: /usr/bin/umount.udisks exists in filesystem
    zvbi: /usr/bin/zvbid exists in filesystem
    vnstat: /usr/bin/vnstatd exists in filesystem
    xfsprogs: /usr/bin/fsck.xfs exists in filesystem
    xfsprogs: /usr/bin/mkfs.xfs exists in filesystem
    xfsprogs: /usr/bin/xfs_admin exists in filesystem
    xfsprogs: /usr/bin/xfs_bmap exists in filesystem
    xfsprogs: /usr/bin/xfs_check exists in filesystem
    xfsprogs: /usr/bin/xfs_copy exists in filesystem
    xfsprogs: /usr/bin/xfs_db exists in filesystem
    xfsprogs: /usr/bin/xfs_estimate exists in filesystem
    xfsprogs: /usr/bin/xfs_freeze exists in filesystem
    xfsprogs: /usr/bin/xfs_fsr exists in filesystem
    xfsprogs: /usr/bin/xfs_growfs exists in filesystem
    xfsprogs: /usr/bin/xfs_info exists in filesystem
    xfsprogs: /usr/bin/xfs_io exists in filesystem
    xfsprogs: /usr/bin/xfs_logprint exists in filesystem
    xfsprogs: /usr/bin/xfs_mdrestore exists in filesystem
    xfsprogs: /usr/bin/xfs_metadump exists in filesystem
    xfsprogs: /usr/bin/xfs_mkfile exists in filesystem
    xfsprogs: /usr/bin/xfs_ncheck exists in filesystem
    xfsprogs: /usr/bin/xfs_quota exists in filesystem
    xfsprogs: /usr/bin/xfs_repair exists in filesystem
    xfsprogs: /usr/bin/xfs_rtcp exists in filesystem
    Errors occurred, no packages were upgraded.
    whould you please help me out of these?
    thenk you.
    Last edited by jgvr (2013-10-08 10:06:49)

    jrussell wrote:Also, I don't think you are supposed to remove those directories.... Are you referring to this? https://www.archlinux.org/news/binaries … ervention/
    Judging from the output, I think that OP has a system from before that news post you linked and hasn't quite understood the news post correctly.
    @jgvr: I think you have missed this news update and haven't read the forums on how to do it, thus ending up with a borked system.
    My approach would be to move everything back to where it originally was, then upgrade everything (including AUR packages) except for glibc,bash and filesystem and see how far that gets you first. But as @Scimmia says, if you installation was from before Jan 2013, just re-install the whole thing.
    Last edited by clfarron4 (2013-10-08 21:22:52)

  • [SOLVED] systemd: no kernel messages in the journal

    Hi
    Currently the journal holds only application logs; I do not see any kernel logs in the journal. This is an old Arch system that was using syslog-ng but was transitioned to systemd when Arch made systemd default. This was working well until about three weeks back, when journal stopped holding kernel messages. The journal was causing journalctl to crash and I couldn't verify the journal since I had FSS setup but forgotten the keys. So, I had disabled the FSS, cleared the journals to startover again. Only to see kernel messages are not getting logged.
    I would be grrateful for any help in resolving the issue. Thank you!
    Last edited by chaembian (2013-11-20 02:53:00)

    OK, I removed the commandline options, regenerated grub config, rebooted.
    journalctl --dmesg starts:
    -- Logs begin at Sun 2013-11-17 23:26:51 IST, end at Sun 2013-11-17 23:35:38 IST. --
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input3
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input4
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    Nov 17 23:26:51 chaembian kernel: snd_hda_intel 0000:01:05.1: setting latency timer to 64
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:05.1/sound/card1/input11
    Nov 17 23:26:51 chaembian kernel: microcode: CPU0: new patch_level=0x010000c8
    Nov 17 23:26:51 chaembian kernel: microcode: CPU1: patch_level=0x010000b6
    Nov 17 23:26:51 chaembian kernel: microcode: CPU1: new patch_level=0x010000c8
    Nov 17 23:26:51 chaembian kernel: microcode: CPU2: patch_level=0x010000b6
    Nov 17 23:26:51 chaembian kernel: microcode: CPU2: new patch_level=0x010000c8
    Nov 17 23:26:51 chaembian kernel: microcode: CPU3: patch_level=0x010000b6
    Nov 17 23:26:51 chaembian kernel: microcode: CPU3: new patch_level=0x010000c8
    Nov 17 23:26:51 chaembian kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Nov 17 23:26:51 chaembian kernel: media: Linux media interface: v0.10
    Nov 17 23:26:51 chaembian kernel: Linux video capture interface: v2.00
    Nov 17 23:26:51 chaembian kernel: kvm: Nested Virtualization enabled
    Nov 17 23:26:51 chaembian kernel: kvm: Nested Paging enabled
    Nov 17 23:26:52 chaembian kernel: hidraw: raw HID events driver (C) Jiri Kosina
    That is indeed a step in the right direction.
    dmesg for cross-reference
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.11.6-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=639e14d4-e548-48ed-a6e5-c73a19c618ff rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009abff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009ac00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e2000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cff7ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cff80000-0x00000000cff97fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cff98000-0x00000000cffcffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cffd0000-0x00000000cfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.5 present.
    [ 0.000000] DMI: System manufacturer System Product Name/M4A88TD-M EVO, BIOS 1702 12/10/2010
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x120000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000C0000000 mask FFFFF0000000 write-back
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 0000000130000000 aka 4864M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xcff80 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000094000] 94000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    [ 0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
    [ 0.000000] BRK [0x01b31000, 0x01b31fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x11fe00000-0x11fffffff]
    [ 0.000000] [mem 0x11fe00000-0x11fffffff] page 2M
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x11c000000-0x11fdfffff]
    [ 0.000000] [mem 0x11c000000-0x11fdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x11bffffff]
    [ 0.000000] [mem 0x100000000-0x11bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xcff7ffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xcfdfffff] page 2M
    [ 0.000000] [mem 0xcfe00000-0xcff7ffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x37690000-0x37b3ffff]
    [ 0.000000] ACPI: RSDP 00000000000fb570 00024 (v02 ACPIAM)
    [ 0.000000] ACPI: XSDT 00000000cff80100 0005C (v01 121010 XSDT1437 20101210 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000cff80290 000F4 (v03 121010 FACP1437 20101210 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 00000000cff80450 0F2D6 (v01 A1581 A1581001 00000001 INTL 20060113)
    [ 0.000000] ACPI: FACS 00000000cff98000 00040
    [ 0.000000] ACPI: APIC 00000000cff80390 0007C (v01 121010 APIC1437 20101210 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000cff80410 0003C (v01 121010 OEMMCFG 20101210 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000cff98040 00072 (v01 121010 OEMB1437 20101210 MSFT 00000097)
    [ 0.000000] ACPI: SRAT 00000000cff8f8a0 000E8 (v01 AMD FAM_F_10 00000002 AMD 00000001)
    [ 0.000000] ACPI: HPET 00000000cff8f990 00038 (v01 121010 OEMHPET 20101210 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000cff8f9d0 0088C (v01 A M I POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
    [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
    [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0xcfffffff]
    [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x12fffffff]
    [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xcfffffff] -> [mem 0x00000000-0xcfffffff]
    [ 0.000000] NUMA: Node 0 [mem 0x00000000-0xcfffffff] + [mem 0x100000000-0x11fffffff] -> [mem 0x00000000-0x11fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11fffffff]
    [ 0.000000] NODE_DATA [mem 0x11fff9000-0x11fffdfff]
    [ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011ba00000-ffff88011f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x11fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00099fff]
    [ 0.000000] node 0: [mem 0x00100000-0xcff7ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x11fffffff]
    [ 0.000000] On node 0 totalpages: 982809
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3993 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 13246 pages used for memmap
    [ 0.000000] DMA32 zone: 847744 pages, LIFO batch:31
    [ 0.000000] Normal zone: 2048 pages used for memmap
    [ 0.000000] Normal zone: 131072 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 6 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009a000-0x0009afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009b000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e1fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e2000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcff80000-0xcff97fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcff98000-0xcffcffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcffd0000-0xcfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xff9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
    [ 0.000000] e820: [mem 0xd0000000-0xff9fffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:6 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88011fc00000 s86528 r8192 d24064 u262144
    [ 0.000000] pcpu-alloc: s86528 r8192 d24064 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - -
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 967430
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=639e14d4-e548-48ed-a6e5-c73a19c618ff rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ c4000000 size 32 MB
    [ 0.000000] Aperture pointing to e820 RAM. Ignoring.
    [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    [ 0.000000] Please enable the IOMMU option in the BIOS setup
    [ 0.000000] This costs you 64 MB of RAM
    [ 0.000000] Mapping aperture over 65536 KB of RAM @ c4000000
    [ 0.000000] PM: Registered nosave memory: [mem 0xc4000000-0xc7ffffff]
    [ 0.000000] Memory: 3720876K/3931236K available (5050K kernel code, 799K rwdata, 1696K rodata, 1140K init, 1288K bss, 210360K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=6.
    [ 0.000000] NR_IRQS:8448 nr_irqs:728 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 15728640 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 3415.125 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6832.84 BogoMIPS (lpj=11383750)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000027] Security Framework initialized
    [ 0.000033] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000034] Yama: becoming mindful.
    [ 0.000231] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.001248] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.001717] Mount-cache hash table entries: 256
    [ 0.001875] Initializing cgroup subsys memory
    [ 0.001885] Initializing cgroup subsys devices
    [ 0.001887] Initializing cgroup subsys freezer
    [ 0.001888] Initializing cgroup subsys net_cls
    [ 0.001889] Initializing cgroup subsys blkio
    [ 0.001904] tseg: 0000000000
    [ 0.001910] CPU: Physical Processor ID: 0
    [ 0.001910] CPU: Processor Core ID: 0
    [ 0.001912] mce: CPU supports 6 MCE banks
    [ 0.001916] LVT offset 0 assigned for vector 0xf9
    [ 0.001919] process: using AMD E400 aware idle routine
    [ 0.001921] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
    tlb_flushall_shift: 4
    [ 0.001983] Freeing SMP alternatives memory: 20K (ffffffff819e6000 - ffffffff819eb000)
    [ 0.002531] ACPI: Core revision 20130517
    [ 0.006010] ACPI: All ACPI Tables successfully acquired
    [ 0.109344] ftrace: allocating 20100 entries in 79 pages
    [ 0.116210] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.149233] smpboot: CPU0: AMD Phenom(tm) II X4 965 Processor (fam: 10, model: 04, stepping: 03)
    [ 0.253603] Performance Events: AMD PMU driver.
    [ 0.253606] ... version: 0
    [ 0.253607] ... bit width: 48
    [ 0.253608] ... generic registers: 4
    [ 0.253609] ... value mask: 0000ffffffffffff
    [ 0.253609] ... max period: 00007fffffffffff
    [ 0.253610] ... fixed-purpose events: 0
    [ 0.253611] ... event mask: 000000000000000f
    [ 0.253639] process: System has AMD C1E enabled
    [ 0.253645] process: Switch to broadcast mode on CPU0
    [ 0.270404] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.290256] process: Switch to broadcast mode on CPU1
    [ 0.306943] process: Switch to broadcast mode on CPU2
    [ 0.277079] smpboot: Booting Node 0, Processors #1 #2 #3
    [ 0.323592] Brought up 4 CPUs
    [ 0.323595] smpboot: Total of 4 processors activated (27331.37 BogoMIPS)
    [ 0.323636] process: Switch to broadcast mode on CPU3
    [ 0.328034] devtmpfs: initialized
    [ 0.329347] PM: Registering ACPI NVS region [mem 0xcff98000-0xcffcffff] (229376 bytes)
    [ 0.330091] RTC time: 17:56:43, date: 11/17/13
    [ 0.330127] NET: Registered protocol family 16
    [ 0.330208] node 0 link 0: io port [1000, ffffff]
    [ 0.330210] TOM: 00000000d0000000 aka 3328M
    [ 0.330212] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    [ 0.330213] node 0 link 0: mmio [a0000, bffff]
    [ 0.330215] node 0 link 0: mmio [d0000000, efffffff] ==> [d0000000, dfffffff]
    [ 0.330217] node 0 link 0: mmio [f0000000, fe6fffff]
    [ 0.330219] node 0 link 0: mmio [fe700000, fe8fffff]
    [ 0.330220] node 0 link 0: mmio [fe900000, ffdfffff]
    [ 0.330221] TOM2: 0000000130000000 aka 4864M
    [ 0.330222] bus: [bus 00-07] on node 0 link 0
    [ 0.330223] bus: 00 [io 0x0000-0xffff]
    [ 0.330224] bus: 00 [mem 0x000a0000-0x000bffff]
    [ 0.330225] bus: 00 [mem 0xd0000000-0xdfffffff]
    [ 0.330226] bus: 00 [mem 0xf0000000-0xffffffff]
    [ 0.330227] bus: 00 [mem 0x130000000-0xfcffffffff]
    [ 0.330268] ACPI: bus type PCI registered
    [ 0.330269] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.330314] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.330316] PCI: not using MMCONFIG
    [ 0.330317] PCI: Using configuration type 1 for base access
    [ 0.330317] PCI: Using configuration type 1 for extended access
    [ 0.330790] bio: create slab <bio-0> at 0
    [ 0.330911] ACPI: Added _OSI(Module Device)
    [ 0.330913] ACPI: Added _OSI(Processor Device)
    [ 0.330914] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.330915] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.331704] ACPI: EC: Look up EC in DSDT
    [ 0.343813] ACPI: Executed 3 blocks of module-level executable AML code
    [ 0.657725] ACPI: Interpreter enabled
    [ 0.657735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    [ 0.657746] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.657748] ACPI: Using IOAPIC for interrupt routing
    [ 0.657763] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.658965] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.665871] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.665931] ACPI: No dock devices found.
    [ 0.670245] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.670357] acpi PNP0A03:00: Requesting ACPI _OSC control (0x1d)
    [ 0.670453] acpi PNP0A03:00: ACPI _OSC control (0x1d) granted
    [ 0.670632] PCI host bridge to bus 0000:00
    [ 0.670635] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.670636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.670638] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.670639] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.670641] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.670642] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff]
    [ 0.670643] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    [ 0.670652] pci 0000:00:00.0: [1022:9601] type 00 class 0x060000
    [ 0.670728] pci 0000:00:01.0: [1043:9602] type 01 class 0x060400
    [ 0.670791] pci 0000:00:05.0: [1022:9605] type 01 class 0x060400
    [ 0.670818] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    [ 0.670846] pci 0000:00:05.0: System wakeup disabled by ACPI
    [ 0.670871] pci 0000:00:07.0: [1022:9607] type 01 class 0x060400
    [ 0.670897] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.670924] pci 0000:00:07.0: System wakeup disabled by ACPI
    [ 0.670947] pci 0000:00:09.0: [1022:9608] type 01 class 0x060400
    [ 0.670974] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
    [ 0.671001] pci 0000:00:09.0: System wakeup disabled by ACPI
    [ 0.671023] pci 0000:00:0a.0: [1022:9609] type 01 class 0x060400
    [ 0.671050] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    [ 0.671077] pci 0000:00:0a.0: System wakeup disabled by ACPI
    [ 0.671108] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
    [ 0.671122] pci 0000:00:11.0: reg 0x10: [io 0x9000-0x9007]
    [ 0.671129] pci 0000:00:11.0: reg 0x14: [io 0x8000-0x8003]
    [ 0.671135] pci 0000:00:11.0: reg 0x18: [io 0x7000-0x7007]
    [ 0.671142] pci 0000:00:11.0: reg 0x1c: [io 0x6000-0x6003]
    [ 0.671149] pci 0000:00:11.0: reg 0x20: [io 0x5000-0x500f]
    [ 0.671156] pci 0000:00:11.0: reg 0x24: [mem 0xfe6ffc00-0xfe6fffff]
    [ 0.671231] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [ 0.671241] pci 0000:00:12.0: reg 0x10: [mem 0xfe6fe000-0xfe6fefff]
    [ 0.671303] pci 0000:00:12.0: System wakeup disabled by ACPI
    [ 0.671332] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [ 0.671346] pci 0000:00:12.2: reg 0x10: [mem 0xfe6ff800-0xfe6ff8ff]
    [ 0.671405] pci 0000:00:12.2: supports D1 D2
    [ 0.671406] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.671435] pci 0000:00:12.2: System wakeup disabled by ACPI
    [ 0.671464] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [ 0.671474] pci 0000:00:13.0: reg 0x10: [mem 0xfe6fd000-0xfe6fdfff]
    [ 0.671536] pci 0000:00:13.0: System wakeup disabled by ACPI
    [ 0.671563] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [ 0.671577] pci 0000:00:13.2: reg 0x10: [mem 0xfe6ff400-0xfe6ff4ff]
    [ 0.671635] pci 0000:00:13.2: supports D1 D2
    [ 0.671637] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.671665] pci 0000:00:13.2: System wakeup disabled by ACPI
    [ 0.671691] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [ 0.671780] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [ 0.671795] pci 0000:00:14.2: reg 0x10: [mem 0xfe6f4000-0xfe6f7fff 64bit]
    [ 0.671842] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.671870] pci 0000:00:14.2: System wakeup disabled by ACPI
    [ 0.671893] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [ 0.671979] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [ 0.672026] pci 0000:00:14.4: System wakeup disabled by ACPI
    [ 0.672049] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    [ 0.672059] pci 0000:00:14.5: reg 0x10: [mem 0xfe6fc000-0xfe6fcfff]
    [ 0.672121] pci 0000:00:14.5: System wakeup disabled by ACPI
    [ 0.672146] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
    [ 0.672156] pci 0000:00:16.0: reg 0x10: [mem 0xfe6f3000-0xfe6f3fff]
    [ 0.672218] pci 0000:00:16.0: System wakeup disabled by ACPI
    [ 0.672245] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
    [ 0.672258] pci 0000:00:16.2: reg 0x10: [mem 0xfe6ff000-0xfe6ff0ff]
    [ 0.672317] pci 0000:00:16.2: supports D1 D2
    [ 0.672318] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    [ 0.672347] pci 0000:00:16.2: System wakeup disabled by ACPI
    [ 0.672372] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    [ 0.672416] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    [ 0.672457] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    [ 0.672499] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    [ 0.672542] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    [ 0.672618] pci 0000:01:05.0: [1002:9715] type 00 class 0x030000
    [ 0.672624] pci 0000:01:05.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
    [ 0.672628] pci 0000:01:05.0: reg 0x14: [io 0xa000-0xa0ff]
    [ 0.672632] pci 0000:01:05.0: reg 0x18: [mem 0xfe8f0000-0xfe8fffff]
    [ 0.672639] pci 0000:01:05.0: reg 0x24: [mem 0xfe700000-0xfe7fffff]
    [ 0.672654] pci 0000:01:05.0: supports D1 D2
    [ 0.672678] pci 0000:01:05.1: [1002:970f] type 00 class 0x040300
    [ 0.672684] pci 0000:01:05.1: reg 0x10: [mem 0xfe8e8000-0xfe8ebfff]
    [ 0.672709] pci 0000:01:05.1: supports D1 D2
    [ 0.672750] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.672753] pci 0000:00:01.0: bridge window [io 0xa000-0xafff]
    [ 0.672755] pci 0000:00:01.0: bridge window [mem 0xfe700000-0xfe8fffff]
    [ 0.672758] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.672796] pci 0000:02:00.0: [1033:0194] type 00 class 0x0c0330
    [ 0.672810] pci 0000:02:00.0: reg 0x10: [mem 0xfe9fe000-0xfe9fffff 64bit]
    [ 0.672875] pci 0000:02:00.0: PME# supported from D0 D3hot
    [ 0.680606] pci 0000:00:05.0: PCI bridge to [bus 02]
    [ 0.680611] pci 0000:00:05.0: bridge window [mem 0xfe900000-0xfe9fffff]
    [ 0.680673] pci 0000:03:00.0: [1106:3403] type 00 class 0x0c0010
    [ 0.680702] pci 0000:03:00.0: reg 0x10: [mem 0xfeaff800-0xfeafffff 64bit]
    [ 0.680717] pci 0000:03:00.0: reg 0x18: [io 0xb800-0xb8ff]
    [ 0.680838] pci 0000:03:00.0: supports D2
    [ 0.680839] pci 0000:03:00.0: PME# supported from D2 D3hot D3cold
    [ 0.690631] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.690635] pci 0000:00:07.0: bridge window [io 0xb000-0xbfff]
    [ 0.690637] pci 0000:00:07.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.690704] pci 0000:04:00.0: [1106:0415] type 00 class 0x010185
    [ 0.690726] pci 0000:04:00.0: reg 0x10: [io 0xcc00-0xcc07]
    [ 0.690740] pci 0000:04:00.0: reg 0x14: [io 0xc880-0xc883]
    [ 0.690755] pci 0000:04:00.0: reg 0x18: [io 0xc800-0xc807]
    [ 0.690769] pci 0000:04:00.0: reg 0x1c: [io 0xc480-0xc483]
    [ 0.690783] pci 0000:04:00.0: reg 0x20: [io 0xc400-0xc40f]
    [ 0.690811] pci 0000:04:00.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
    [ 0.690883] pci 0000:04:00.0: supports D1 D2
    [ 0.690885] pci 0000:04:00.0: PME# supported from D1 D2 D3hot
    [ 0.700620] pci 0000:00:09.0: PCI bridge to [bus 04]
    [ 0.700625] pci 0000:00:09.0: bridge window [io 0xc000-0xcfff]
    [ 0.700627] pci 0000:00:09.0: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.700675] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.700687] pci 0000:05:00.0: reg 0x10: [io 0xd800-0xd8ff]
    [ 0.700705] pci 0000:05:00.0: reg 0x18: [mem 0xfdfff000-0xfdffffff 64bit pref]
    [ 0.700717] pci 0000:05:00.0: reg 0x20: [mem 0xfdff8000-0xfdffbfff 64bit pref]
    [ 0.700768] pci 0000:05:00.0: supports D1 D2
    [ 0.700769] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.710623] pci 0000:00:0a.0: PCI bridge to [bus 05]
    [ 0.710627] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.710631] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.710674] pci 0000:06:05.0: [1412:1724] type 00 class 0x040100
    [ 0.710691] pci 0000:06:05.0: reg 0x10: [io 0xec00-0xec1f]
    [ 0.710701] pci 0000:06:05.0: reg 0x14: [io 0xe880-0xe8ff]
    [ 0.710769] pci 0000:06:05.0: supports D2
    [ 0.710824] pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decode)
    [ 0.710827] pci 0000:00:14.4: bridge window [io 0xe000-0xefff]
    [ 0.710832] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.710833] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.710835] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.710836] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.710837] pci 0000:00:14.4: bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
    [ 0.710839] pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    [ 0.711399] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 14 15)
    [ 0.711445] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 14 15)
    [ 0.711491] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 14 15)
    [ 0.711536] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 9 10 *11 14 15)
    [ 0.711572] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 14 15) *0
    [ 0.711602] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 14 15) *0
    [ 0.711631] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 14 15) *0
    [ 0.711661] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 14 15) *0
    [ 0.711760] ACPI: Enabled 1 GPEs in block 00 to 1F
    [ 0.711764] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.711791] Found 1 acpi root devices
    [ 0.711811] ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    [ 0.711884] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.711885] vgaarb: loaded
    [ 0.711886] vgaarb: bridge control possible 0000:01:05.0
    [ 0.711914] PCI: Using ACPI for IRQ routing
    [ 0.717926] PCI: pci_cache_line_size set to 64 bytes
    [ 0.717976] e820: reserve RAM buffer [mem 0x0009ac00-0x0009ffff]
    [ 0.717978] e820: reserve RAM buffer [mem 0xcff80000-0xcfffffff]
    [ 0.718041] NetLabel: Initializing
    [ 0.718042] NetLabel: domain hash size = 128
    [ 0.718042] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.718052] NetLabel: unlabeled traffic allowed by default
    [ 0.718064] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.718066] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.720112] Switched to clocksource hpet
    [ 0.723318] pnp: PnP ACPI init
    [ 0.723328] ACPI: bus type PNP registered
    [ 0.723421] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.723488] pnp 00:01: [dma 4]
    [ 0.723503] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.723526] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.723543] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.723560] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.723934] pnp 00:05: [dma 0 disabled]
    [ 0.724064] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.724097] pnp 00:06: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.724374] pnp 00:07: [dma 0 disabled]
    [ 0.724425] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.724491] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.724493] system 00:08: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.724495] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.724649] system 00:09: [io 0x04d0-0x04d1] has been reserved
    [ 0.724651] system 00:09: [io 0x040b] has been reserved
    [ 0.724653] system 00:09: [io 0x04d6] has been reserved
    [ 0.724654] system 00:09: [io 0x0c00-0x0c01] has been reserved
    [ 0.724656] system 00:09: [io 0x0c14] has been reserved
    [ 0.724657] system 00:09: [io 0x0c50-0x0c51] has been reserved
    [ 0.724659] system 00:09: [io 0x0c52] has been reserved
    [ 0.724660] system 00:09: [io 0x0c6c] has been reserved
    [ 0.724661] system 00:09: [io 0x0c6f] has been reserved
    [ 0.724663] system 00:09: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.724664] system 00:09: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.724666] system 00:09: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.724667] system 00:09: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.724669] system 00:09: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.724670] system 00:09: [io 0x0b00-0x0b3f] has been reserved
    [ 0.724672] system 00:09: [io 0x0800-0x089f] could not be reserved
    [ 0.724673] system 00:09: [io 0x0b00-0x0b1f] has been reserved
    [ 0.724675] system 00:09: [io 0x0b20-0x0b3f] has been reserved
    [ 0.724677] system 00:09: [io 0x0900-0x090f] has been reserved
    [ 0.724678] system 00:09: [io 0x0910-0x091f] has been reserved
    [ 0.724680] system 00:09: [io 0xfe00-0xfefe] has been reserved
    [ 0.724682] system 00:09: [mem 0xffb80000-0xffbfffff] has been reserved
    [ 0.724683] system 00:09: [mem 0xfec10000-0xfec1001f] has been reserved
    [ 0.724685] system 00:09: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.724686] system 00:09: [mem 0xfed80000-0xfed80fff] has been reserved
    [ 0.724688] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.724807] system 00:0a: [io 0x0230-0x023f] has been reserved
    [ 0.724809] system 00:0a: [io 0x0290-0x029f] has been reserved
    [ 0.724810] system 00:0a: [io 0x0300-0x030f] has been reserved
    [ 0.724812] system 00:0a: [io 0x0a30-0x0a3f] has been reserved
    [ 0.724814] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.724858] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.724860] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.724952] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.724953] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.724955] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.724957] system 00:0c: [mem 0x00100000-0xcfffffff] could not be reserved
    [ 0.724958] system 00:0c: [mem 0xfec00000-0xffffffff] could not be reserved
    [ 0.724960] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.725022] pnp: PnP ACPI: found 13 devices
    [ 0.725022] ACPI: bus type PNP unregistered
    [ 0.731469] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.731472] pci 0000:00:01.0: bridge window [io 0xa000-0xafff]
    [ 0.731474] pci 0000:00:01.0: bridge window [mem 0xfe700000-0xfe8fffff]
    [ 0.731476] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.731479] pci 0000:00:05.0: PCI bridge to [bus 02]
    [ 0.731481] pci 0000:00:05.0: bridge window [mem 0xfe900000-0xfe9fffff]
    [ 0.731484] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.731486] pci 0000:00:07.0: bridge window [io 0xb000-0xbfff]
    [ 0.731488] pci 0000:00:07.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.731491] pci 0000:00:09.0: PCI bridge to [bus 04]
    [ 0.731493] pci 0000:00:09.0: bridge window [io 0xc000-0xcfff]
    [ 0.731495] pci 0000:00:09.0: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.731498] pci 0000:00:0a.0: PCI bridge to [bus 05]
    [ 0.731499] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.731502] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.731505] pci 0000:00:14.4: PCI bridge to [bus 06]
    [ 0.731507] pci 0000:00:14.4: bridge window [io 0xe000-0xefff]
    [ 0.731716] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.731718] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.731719] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.731721] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.731722] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xdfffffff]
    [ 0.731723] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.731725] pci_bus 0000:01: resource 0 [io 0xa000-0xafff]
    [ 0.731726] pci_bus 0000:01: resource 1 [mem 0xfe700000-0xfe8fffff]
    [ 0.731727] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.731729] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
    [ 0.731730] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    [ 0.731732] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
    [ 0.731733] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    [ 0.731734] pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
    [ 0.731736] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
    [ 0.731737] pci_bus 0000:05: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.731739] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
    [ 0.731740] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
    [ 0.731741] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
    [ 0.731742] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.731744] pci_bus 0000:06: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.731745] pci_bus 0000:06: resource 8 [mem 0xd0000000-0xdfffffff]
    [ 0.731746] pci_bus 0000:06: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.731774] NET: Registered protocol family 2
    [ 0.731920] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.732050] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.732170] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.732202] TCP: reno registered
    [ 0.732208] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.732229] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.732295] NET: Registered protocol family 1
    [ 0.732302] pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
    [ 1.774244] pci 0000:01:05.0: Boot video device
    [ 1.774293] PCI: CLS 64 bytes, default 64
    [ 1.774329] Unpacking initramfs...
    [ 1.838503] Freeing initrd memory: 4800K (ffff880037690000 - ffff880037b40000)
    [ 1.839314] PCI-DMA: Disabling AGP.
    [ 1.839384] PCI-DMA: aperture base @ c4000000 size 65536 KB
    [ 1.839385] PCI-DMA: using GART IOMMU.
    [ 1.839387] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [ 1.842458] LVT offset 1 assigned for vector 0x400
    [ 1.842466] IBS: LVT offset 1 assigned
    [ 1.842487] perf: AMD IBS detected (0x0000001f)
    [ 1.842507] Scanning for low memory corruption every 60 seconds
    [ 1.842725] audit: initializing netlink socket (disabled)
    [ 1.842734] type=2000 audit(1384711004.543:1): initialized
    [ 1.851049] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.852054] zbud: loaded
    [ 1.852166] VFS: Disk quotas dquot_6.5.2
    [ 1.852200] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.852354] msgmni has been set to 7405
    [ 1.852587] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.852634] io scheduler noop registered
    [ 1.852637] io scheduler deadline registered
    [ 1.852674] io scheduler cfq registered (default)
    [ 1.852784] pcieport 0000:00:05.0: irq 40 for MSI/MSI-X
    [ 1.852849] pcieport 0000:00:07.0: irq 41 for MSI/MSI-X
    [ 1.852906] pcieport 0000:00:09.0: irq 42 for MSI/MSI-X
    [ 1.852964] pcieport 0000:00:0a.0: irq 43 for MSI/MSI-X
    [ 1.853049] pcieport 0000:00:05.0: Signaling PME through PCIe PME interrupt
    [ 1.853053] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 1.853055] pcie_pme 0000:00:05.0:pcie01: service driver pcie_pme loaded
    [ 1.853064] pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt
    [ 1.853066] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 1.853068] pcie_pme 0000:00:07.0:pcie01: service driver pcie_pme loaded
    [ 1.853078] pcieport 0000:00:09.0: Signaling PME through PCIe PME interrupt
    [ 1.853079] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    [ 1.853081] pcie_pme 0000:00:09.0:pcie01: service driver pcie_pme loaded
    [ 1.853092] pcieport 0000:00:0a.0: Signaling PME through PCIe PME interrupt
    [ 1.853093] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
    [ 1.853095] pcie_pme 0000:00:0a.0:pcie01: service driver pcie_pme loaded
    [ 1.853105] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.853116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.853160] vesafb: mode is 1920x1440x32, linelength=7680, pages=0
    [ 1.853161] vesafb: scrolling: redraw
    [ 1.853162] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 1.853503] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010800000, using 10816k, total 10816k
    [ 2.187925] Console: switching to colour frame buffer device 240x90
    [ 2.522112] fb0: VESA VGA frame buffer device
    [ 2.522136] GHES: HEST is not enabled!
    [ 2.522194] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.542718] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 2.543025] Linux agpgart interface v0.103
    [ 2.543063] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 2.543414] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.543440] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.543545] mousedev: PS/2 mouse device common for all mice
    [ 2.543591] rtc_cmos 00:02: RTC can wake from S4
    [ 2.543688] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 2.543707] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 2.543713] cpuidle: using governor ladder
    [ 2.543715] cpuidle: using governor menu
    [ 2.543764] drop_monitor: Initializing network drop monitor service
    [ 2.543811] TCP: cubic registered
    [ 2.543876] NET: Registered protocol family 10
    [ 2.544001] NET: Registered protocol family 17
    [ 2.544009] Key type dns_resolver registered
    [ 2.544240] PM: Hibernation image not present or could not be loaded.
    [ 2.544247] registered taskstats version 1
    [ 2.544768] Magic number: 5:4:947
    [ 2.544782] tty tty4: hash matches
    [ 2.544801] cpu cpu2: hash matches
    [ 2.544807] memory memory0: hash matches
    [ 2.544836] rtc_cmos 00:02: setting system clock to 2013-11-17 17:56:45 UTC (1384711005)
    [ 2.545743] Freeing unused kernel memory: 1140K (ffffffff818c9000 - ffffffff819e6000)
    [ 2.545745] Write protecting the kernel read-only data: 8192k
    [ 2.547931] Freeing unused kernel memory: 1084K (ffff8800014f1000 - ffff880001600000)
    [ 2.548636] Freeing unused kernel memory: 352K (ffff8800017a8000 - ffff880001800000)
    [ 2.554741] systemd-udevd[57]: starting version 208
    [ 2.556092] SCSI subsystem initialized
    [ 2.556877] ACPI: bus type ATA registered
    [ 2.556944] libata version 3.00 loaded.
    [ 2.557360] ahci 0000:00:11.0: version 3.0
    [ 2.557535] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
    [ 2.557538] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    [ 2.558505] scsi0 : ahci
    [ 2.558599] scsi1 : ahci
    [ 2.558778] scsi2 : ahci
    [ 2.558868] scsi3 : ahci
    [ 2.559022] scsi4 : ahci
    [ 2.559089] scsi5 : ahci
    [ 2.559150] ata1: SATA max UDMA/133 abar m1024@0xfe6ffc00 port 0xfe6ffd00 irq 19
    [ 2.559153] ata2: SATA max UDMA/133 abar m1024@0xfe6ffc00 port 0xfe6ffd80 irq 19
    [ 2.559155] ata3: SATA max UDMA/133 abar m1024@0xfe6ffc00 port 0xfe6ffe00 irq 19
    [ 2.559156] ata4: SATA max UDMA/133 abar m1024@0xfe6ffc00 port 0xfe6ffe80 irq 19
    [ 2.559159] ata5: SATA max UDMA/133 abar m1024@0xfe6ffc00 port 0xfe6fff00 irq 19
    [ 2.559161] ata6: SATA max UDMA/133 abar m1024@0xfe6ffc00 port 0xfe6fff80 irq 19
    [ 2.560807] [drm] Initialized drm 1.1.0 20060810
    [ 2.564745] [drm] radeon kernel modesetting enabled.
    [ 2.564805] checking generic (d0000000 a90000) vs hw (d0000000 10000000)
    [ 2.564808] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
    [ 2.564821] Console: switching to colour dummy device 80x25
    [ 2.565086] [drm] initializing kernel modesetting (RS880 0x1002:0x9715 0x1043:0x843E).
    [ 2.565095] [drm] register mmio base: 0xFE8F0000
    [ 2.565096] [drm] register mmio size: 65536
    [ 2.565630] ATOM BIOS: 113
    [ 2.565643] radeon 0000:01:05.0: VRAM: 368M 0x00000000C0000000 - 0x00000000D6FFFFFF (368M used)
    [ 2.565645] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
    [ 2.565648] [drm] Detected VRAM RAM=368M, BAR=256M
    [ 2.565649] [drm] RAM width 32bits DDR
    [ 2.565696] [TTM] Zone kernel: Available graphics memory: 1897112 kiB
    [ 2.565697] [TTM] Initializing pool allocator
    [ 2.565700] [TTM] Initializing DMA pool allocator
    [ 2.565716] [drm] radeon: 368M of VRAM memory ready
    [ 2.565717] [drm] radeon: 512M of GTT memory ready.
    [ 2.565725] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 2.576556] [drm] Loading RS780 Microcode
    [ 2.578778] [drm] PCIE GART of 512M enabled (table at 0x00000000C0040000).
    [ 2.578836] radeon 0000:01:05.0: WB enabled
    [ 2.578838] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000c00 and cpu addr 0xffff880117cfdc00
    [ 2.578839] radeon 0000:01:05.0: fence driver on ring 3 use gpu addr 0x00000000a0000c0c and cpu addr 0xffff880117cfdc0c
    [ 2.578841] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 2.578842] [drm] Driver supports precise vblank timestamp query.
    [ 2.578860] [drm] radeon: irq initialized.
    [ 2.579084] radeon 0000:01:05.0: setting latency timer to 64
    [ 2.611015] [drm] ring test on 0 succeeded in 1 usecs
    [ 2.611072] [drm] ring test on 3 succeeded in 1 usecs
    [ 2.611137] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 2.611149] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 2.611351] [drm] Radeon Display Connectors
    [ 2.611352] [drm] Connector 0:
    [ 2.611353] [drm] VGA-1
    [ 2.611355] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    [ 2.611355] [drm] Encoders:
    [ 2.611356] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 2.611357] [drm] Connector 1:
    [ 2.611357] [drm] DVI-D-1
    [ 2.611358] [drm] HPD1
    [ 2.611359] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
    [ 2.611360] [drm] Encoders:
    [ 2.611361] [drm] DFP3: INTERNAL_KLDSCP_LVTMA
    [ 2.611408] [drm] radeon: power management initialized
    [ 2.652806] [drm] fb mappable at 0xD0142000
    [ 2.652807] [drm] vram apper at 0xD0000000
    [ 2.652808] [drm] size 5242880
    [ 2.652808] [drm] fb depth is 24
    [ 2.652809] [drm] pitch is 5120
    [ 2.652866] fbcon: radeondrmfb (fb0) is primary device
    [ 2.664744] Console: switching to colour frame buffer device 160x64
    [ 2.675575] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device
    [ 2.675577] radeon 0000:01:05.0: registered panic notifier
    [ 2.675630] [drm] Initialized radeon 2.34.0 20080528 for 0000:01:05.0 on minor 0
    [ 2.692173] pata_via 0000:04:00.0: version 0.3.4
    [ 2.693001] scsi6 : pata_via
    [ 2.693202] scsi7 : pata_via
    [ 2.693237] ata7: PATA max UDMA/133 cmd 0xcc00 ctl 0xc880 bmdma 0xc400 irq 17
    [ 2.693238] ata8: PATA max UDMA/133 cmd 0xc800 ctl 0xc480 bmdma 0xc408 irq 17
    [ 2.693302] ACPI: bus type USB registered
    [ 2.693369] usbcore: registered new interface driver usbfs
    [ 2.693378] usbcore: registered new interface driver hub
    [ 2.693419] usbcore: registered new device driver usb
    [ 2.694028] xhci_hcd 0000:02:00.0: xHCI Host Controller
    [ 2.694034] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
    [ 2.694163] xhci_hcd 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 2.694168] xhci_hcd 0000:02:00.0: irq 45 for MSI/MSI-X
    [ 2.694173] xhci_hcd 0000:02:00.0: irq 46 for MSI/MSI-X
    [ 2.694177] xhci_hcd 0000:02:00.0: irq 47 for MSI/MSI-X
    [ 2.694181] xhci_hcd 0000:02:00.0: irq 48 for MSI/MSI-X
    [ 2.694382] xHCI xhci_add_endpoint called for root hub
    [ 2.694383] xHCI xhci_check_bandwidth called for root hub
    [ 2.694913] hub 1-0:1.0: USB hub found
    [ 2.694918] hub 1-0:1.0: 2 ports detected
    [ 2.695055] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.695347] ehci-pci: EHCI PCI platform driver
    [ 2.695437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 2.695532] ohci-pci: OHCI PCI platform driver
    [ 2.695613] xhci_hcd 0000:02:00.0: xHCI Host Controller
    [ 2.695617] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
    [ 2.697530] ehci-pci 0000:00:12.2: EHCI Host Controller
    [ 2.697595] xHCI xhci_add_endpoint called for root hub
    [ 2.697596] xHCI xhci_check_bandwidth called for root hub
    [ 2.697636] hub 2-0:1.0: USB hub found
    [ 2.697645] hub 2-0:1.0: 2 ports detected
    [ 2.697762] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 3
    [ 2.697764] QUIRK: Enable AMD PLL fix
    [ 2.697766] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 2.697776] ehci-pci 0000:00:12.2: debug port 1
    [ 2.697800] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe6ff800
    [ 2.704582] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 2.704674] hub 3-0:1.0: USB hub found
    [ 2.704677] hub 3-0:1.0: 5 ports detected
    [ 2.704845] ehci-pci 0000:00:13.2: EHCI Host Controller
    [ 2.704850] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
    [ 2.704852] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 2.704861] ehci-pci 0000:00:13.2: debug port 1
    [ 2.704883] ehci-pci 0000:00:13.2: irq 17, io mem 0xfe6ff400
    [ 2.714637] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 2.714734] hub 4-0:1.0: USB hub found
    [ 2.714737] hub 4-0:1.0: 5 ports detected
    [ 2.714896] ehci-pci 0000:00:16.2: EHCI Host Controller
    [ 2.714900] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 5
    [ 2.714903] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 2.714911] ehci-pci 0000:00:16.2: debug port 1
    [ 2.714930] ehci-pci 0000:00:16.2: irq 17, io mem 0xfe6ff000
    [ 2.724628] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    [ 2.724725] hub 5-0:1.0: USB hub found
    [ 2.724728] hub 5-0:1.0: 4 ports detected
    [ 2.724888] ohci-pci 0000:00:12.0: OHCI PCI host controller
    [ 2.724892] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 6
    [ 2.724904] ohci-pci 0000:00:12.0: irq 18, io mem 0xfe6fe000
    [ 2.758021] firewire_ohci 0000:03:00.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    [ 2.782133] hub 6-0:1.0: USB hub found
    [ 2.782138] hub 6-0:1.0: 5 ports detected
    [ 2.782291] ohci-pci 0000:00:13.0: OHCI PCI host controller
    [ 2.782296] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7
    [ 2.782308] ohci-pci 0000:00:13.0: irq 18, io mem 0xfe6fd000
    [ 2.838807] hub 7-0:1.0: USB hub found
    [ 2.838813] hub 7-0:1.0: 5 ports detected
    [ 2.838974] ohci-pci 0000:00:14.5: OHCI PCI host controller
    [ 2.838978] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 8
    [ 2.838989] ohci-pci 0000:00:14.5: irq 18, io mem 0xfe6fc000
    [ 2.844705] tsc: Refined TSC clocksource calibration: 3415.257 MHz
    [ 2.871387] ata1: SATA link down (SStatus 0 SControl 300)
    [ 2.874721] ata6: SATA link down (SStatus 0 SControl 300)
    [ 2.878060] ata4: SATA link down (SStatus 0 SControl 300)
    [ 2.878096] ata3: SATA link down (SStatus 0 SControl 300)
    [ 2.895510] hub 8-0:1.0: USB hub found
    [ 2.895515] hub 8-0:1.0: 2 ports detected
    [ 2.895650] ohci-pci 0000:00:16.0: OHCI PCI host controller
    [ 2.895654] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 9
    [ 2.895665] ohci-pci 0000:00:16.0: irq 18, io mem 0xfe6f3000
    [ 2.952187] hub 9-0:1.0: USB hub found
    [ 2.952192] hub 9-0:1.0: 4 ports detected
    [ 3.011462] usb 3-3: new high-speed USB device number 2 using ehci-pci
    [ 3.041482] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 3.042668] ata5.00: ATA-8: ST31000524AS, JC45, max UDMA/133
    [ 3.042671] ata5.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [ 3.044091] ata5.00: configured for UDMA/133
    [ 3.044818] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 3.046010] ata2.00: ATA-8: ST31000524AS, JC45, max UDMA/133
    [ 3.046012] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [ 3.047443] ata2.00: configured for UDMA/133
    [ 3.047593] scsi 1:0:0:0: Direct-Access ATA ST31000524AS JC45 PQ: 0 ANSI: 5
    [ 3.047815] scsi 4:0:0:0: Direct-Access ATA ST31000524AS JC45 PQ: 0 ANSI: 5
    [ 3.048310] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 3.048332] sd 4:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 3.048407] sd 1:0:0:0: [sda] Write Protect is off
    [ 3.048410] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.048414] sd 4:0:0:0: [sdb] Write Protect is off
    [ 3.048416] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 3.048445] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.048454] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.082120] sdb: sdb1 < sdb5 >
    [ 3.082492] sd 4:0:0:0: [sdb] Attached SCSI disk
    [ 3.123617] sda: sda1 < sda5 sda6 sda7 sda8 sda9 sda10 >
    [ 3.124128] sd 1:0:0:0: [sda] Attached SCSI disk
    [ 3.258326] firewire_core 0000:03:00.0: created device fw0: GUID 001e8c0000dded87, S400
    [ 3.845323] Switched to clocksource tsc
    [ 3.887097] JFS: nTxBlock = 8192, nTxLock = 65536
    [ 4.225475] usb 7-1: new low-speed USB device number 2 using ohci-pci
    [ 4.639033] usb 9-4: new full-speed USB device number 2 using ohci-pci
    [ 4.953305] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 4.973795] systemd[1]: Set hostname to <chaembian>.
    [ 5.179335] usb 6-4: new full-speed USB device number 2 using ohci-pci
    [ 5.596246] usb 6-5: new low-speed USB device number 3 using ohci-pci
    [ 5.801932] systemd[1]: Cannot add dependency job for unit vnstat.service, ignoring: Unit vnstat.service failed to load: No such file or directory.
    [ 5.801948] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 5.802146] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 5.802185] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 5.802193] systemd[1]: Starting Login Prompts.
    [ 5.802200] systemd[1]: Reached target Login Prompts.
    [ 5.802206] systemd[1]: Starting Remote File Systems.
    [ 5.802211] systemd[1]: Reached target Remote File Systems.
    [ 5.802218] systemd[1]: Starting Delayed Shutdown Socket.
    [ 5.802235] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 5.802240] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 5.802253] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 5.802258] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 5.802272] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 5.802278] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 5.802294] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 5.802303] systemd[1]: Starting udev Kernel Socket.
    [ 5.802314] systemd[1]: Listening on udev Kernel Socket.
    [ 5.802321] systemd[1]: Starting udev Control Socket.
    [ 5.802332] systemd[1]: Listening on udev Control Socket.
    [ 5.802340] systemd[1]: Starting Journal Socket.
    [ 5.802364] systemd[1]: Listening on Journal Socket.
    [ 5.828144] systemd[1]: Started Load Kernel Modules.
    [ 5.837412] systemd[1]: Starting Apply Kernel Variables...
    [ 5.837770] systemd[1]: Starting udev Coldplug all Devices...
    [ 5.838054] systemd[1]: Starting Setup Virtual Console...
    [ 5.838365] systemd[1]: Starting Journal Service...
    [ 5.838647] systemd[1]: Started Journal Service.
    [ 6.402315] systemd-journald[139]: Vacuuming done, freed 0 bytes
    [ 7.319880] systemd-udevd[177]: starting version 208
    [ 7.794545] wmi: Mapper loaded
    [ 7.847347] parport_pc 00:05: reported by Plug and Play ACPI
    [ 7.847391] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [ 7.851969] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \_SB_.PCI0.SBRG.ASOC.SMRG 1 (20130517/utaddress-251)
    [ 7.851974] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.874491] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
    [ 7.874519] sp5100_tco: PCI Revision ID: 0x41
    [ 7.874547] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
    [ 7.874557] sp5100_tco: Last reboot was not triggered by watchdog.
    [ 7.874600] sp5100_tco: initialized (0xffffc900123fcb00). heartbeat=60 sec (nowayout=0)
    [ 7.881641] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
    [ 7.881645] ACPI: Power Button [PWRB]
    [ 7.881697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 7.881699] ACPI: Power Button [PWRF]
    [ 7.882757] ACPI: processor limited to max C-state 1
    [ 7.905064] acpi-cpufreq: overriding BIOS provided _PSD data
    [ 7.918926] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 8.165090] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 8.165417] r8169 0000:05:00.0: irq 49 for MSI/MSI-X
    [ 8.165792] r8169 0000:05:00.0 eth0: RTL8168e/8111e at 0xffffc900123fe000, 20:cf:30:4c:49:a9, XID 0c200000 IRQ 49
    [ 8.165800] r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 8.342332] MCE: In-kernel MCE decoding enabled.
    [ 8.346927] EDAC MC: Ver: 3.0.0
    [ 8.348961] AMD64 EDAC driver v3.4.0
    [ 8.349044] EDAC amd64: DRAM ECC disabled.
    [ 8.349073] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    (Note that use of the override may cause unknown side effects.)
    [ 8.495021] input: PC Speaker as /devices/platform/pcspkr/input/input2
    [ 8.558418] snd_ice1724 0000:06:05.0: enabling device (0000 -> 0001)
    [ 8.558556] snd_ice1724 0000:06:05.0: setting latency timer to 64
    [ 8.587452] ice1724: No matching model found for ID 0xffffffa0
    [ 8.588183] ice1724: Invalid EEPROM (size = 255)
    [ 8.588437] snd_ice1724: probe of 0000:06:05.0 failed with error -5
    [ 8.607952] microcode: CPU0: patch_level=0x010000b6
    [ 8.629397] ppdev: user-space parallel port driver
    [ 8.825646] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input3
    [ 8.825863] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input4
    [ 8.826029] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
    [ 8.826190] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
    [ 8.826357] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
    [ 8.826514] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
    [ 8.826667] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
    [ 8.826823] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    [ 8.827628] snd_hda_intel 0000:01:05.1: setting latency timer to 64
    [ 8.868368] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:05.1/sound/card1/input11
    [ 9.003261] microcode: CPU0: new patch_level=0x010000c8
    [ 9.003302] microcode: CPU1: patch_level=0x010000b6
    [ 9.003328] microcode: CPU1: new patch_level=0x010000c8
    [ 9.003357] microcode: CPU2: patch_level=0x010000b6
    [ 9.003381] microcode: CPU2: new patch_level=0x010000c8
    [ 9.003396] microcode: CPU3: patch_level=0x010000b6
    [ 9.003412] microcode: CPU3: new patch_level=0x010000c8
    [ 9.003552] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 9.031976] media: Linux media interface: v0.10
    [ 9.034867] Linux video capture interface: v2.00
    [ 9.043789] kvm: Nested Virtualization enabled
    [ 9.043793] kvm: Nested Paging enabled
    [ 9.244784] hidraw: raw HID events driver (C) Jiri Kosina
    [ 9.423576] usbcore: registered new interface driver usbhid
    [ 9.423583] usbhid: USB HID core driver
    [ 9.513383] input: Plus More Enterprise LTD. USB-compliant keyboard as /devices/pci0000:00/0000:00:13.0/usb7/7-1/7-1:1.0/input/input12
    [ 9.513638] hid-generic 0003:0518:0001.0001: input,hidraw0: USB HID v1.10 Keyboard [Plus More Enterprise LTD. USB-compliant keyboard] on usb-0000:00:13.0-1/input0
    [ 9.514469] input: Plus More Enterprise LTD. USB-compliant keyboard as /devices/pci0000:00/0000:00:13.0/usb7/7-1/7-1:1.1/input/input13
    [ 9.514899] hid-generic 0003:0518:0001.0002: input,hidraw1: USB HID v1.10 Mouse [Plus More Enterprise LTD. USB-compliant keyboard] on usb-0000:00:13.0-1/input1
    [ 9.516355] input: C-Media Electronics Inc. Philips SPA5210 as /devices/pci0000:00/0000:00:16.0/usb9/9-4/9-4:1.2/input/input14
    [ 9.516925] hid-generic 0003:0D8C:0126.0003: input,hidraw2: USB HID v1.00 Device [C-Media Electronics Inc. Philips SPA5210] on usb-0000:00:16.0-4/input2
    [ 9.595842] hid-generic 0003:051D:0002.0004: hiddev0,hidraw3: USB HID v1.00 Device [American Power Conversion Back-UPS RS 1000G-IN FW:900.L4 .I USB FW:L4 ] on usb-0000:00:12.0-4/input0
    [ 9.596476] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.0/input/input15
    [ 9.596993] hid-generic 0003:046D:C05B.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.0-5/input0
    [ 9.885366] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 9.886617] ata5.00: failed to set xfermode (err_mask=0x100)
    [ 10.370083] set resolution quirk: cval->res = 384
    [ 10.370534] uvcvideo: Found UVC 1.00 device <unnamed> (046d:081b)
    [ 10.385720] input: UVC Camera (046d:081b) as /devices/pci0000:00/0000:00:12.2/usb3/3-3/3-3:1.0/input/input16
    [ 10.385897] usbcore: registered new interface driver uvcvideo
    [ 10.385902] USB Video Class driver (1.1.1)
    [ 10.443673] usbcore: registered new interface driver snd-usb-audio
    [ 10.530521] Adding 995992k swap on /dev/sda7. Priority:-1 extents:1 across:995992k FS
    [ 17.204835] systemd-journald[139]: Received request to flush runtime journal from PID 1
    [ 17.564410] systemd-journald[139]: Vacuuming done, freed 4194304 bytes
    [ 17.564429] systemd-journald[139]: Vacuuming done, freed 0 bytes
    [ 17.594012] systemd-journald[139]: Vacuuming done, freed 4198400 bytes
    [ 17.594091] systemd-journald[139]: Deleted empty journal /run/log/journal/e44c../[email protected] (684032 bytes).
    [ 17.594101] systemd-journald[139]: Vacuuming done, freed 684032 bytes
    [ 18.430485] r8169 0000:05:00.0 eth0: link down
    [ 18.430501] r8169 0000:05:00.0 eth0: link down
    [ 18.430540] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 20.057527] r8169 0000:05:00.0 eth0: link up
    [ 20.057545] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 26.308009] systemd-journald[139]: File /var/log/journal/e44c../user-1004.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 31.900749] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
    [ 32.146160] fuse init (API version 7.22)
    [ 63.406994] systemd-journald[139]: File /var/log/journal/e44c../user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
    I did not get any output when I tried: " journalctl -b --dmesg | grep systemd". However, when I tried  "journalctl | grep systemd", I got these:
    Nov 17 23:26:51 chaembian systemd[1]: Starting Sound Card.
    Nov 17 23:26:51 chaembian systemd[1]: Reached target Sound Card.
    Nov 17 23:26:52 chaembian systemd[1]: Found device ST31000524AS.
    Nov 17 23:26:52 chaembian systemd[1]: Starting File System Check on /dev/disk/by-uuid/cd1ecac7-97b5-4bcc-b114-858efb77e4c5...
    Nov 17 23:26:52 chaembian systemd[1]: Found device ST31000524AS.
    Nov 17 23:26:52 chaembian systemd[1]: Starting File System Check on /dev/disk/by-uuid/8f972288-02c8-4dd7-a590-400f4fe60244...
    Nov 17 23:26:53 chaembian systemd[1]: Found device ST31000524AS.
    Nov 17 23:26:53 chaembian systemd[1]: Activating swap /dev/disk/by-uuid/cf5549b8-edd7-465a-985c-c096f39b916e...
    Nov 17 23:26:53 chaembian systemd-fsck[254]: fsck.jfs version 1.1.15, 04-Mar-2011
    Nov 17 23:26:53 chaembian systemd-fsck[254]: processing started: 11/17/2013 23:26:53
    Nov 17 23:26:53 chaembian systemd-fsck[254]: The current device is: /dev/sda9
    Nov 17 23:26:53 chaembian systemd-fsck[254]: Block size in bytes: 4096
    Nov 17 23:26:53 chaembian systemd-fsck[254]: Filesystem size in blocks: 50000094
    Nov 17 23:26:53 chaembian systemd-fsck[254]: **Phase 0 - Replay Journal Log
    Nov 17 23:26:53 chaembian systemd-fsck[254]: Filesystem is clean.
    Nov 17 23:26:53 chaembian systemd[1]: Started File System Check on /dev/disk/by-uuid/8f972288-02c8-4dd7-a590-400f4fe60244.
    Nov 17 23:26:53 chaembian systemd[1]: Activated swap /dev/disk/by-uuid/cf5549b8-edd7-465a-985c-c096f39b916e.
    Nov 17 23:26:53 chaembian systemd[1]: Starting Swap.
    Nov 17 23:26:53 chaembian systemd[1]: Reached target Swap.
    Nov 17 23:26:53 chaembian systemd[1]: Found device ST31000524AS.
    Nov 17 23:26:53 chaembian systemd[1]: Starting File System Check on /dev/disk/by-uuid/b36313d6-8efb-444c-b6c9-0d3ca3bdaad1...
    Nov 17 23:26:53 chaembian systemd[1]: Found device ST31000524AS.
    Nov 17 23:26:53 chaembian systemd[1]: Starting File System Check on /dev/disk/by-uuid/e4ee5aff-ef4a-436c-9385-cb37b98df3e1...
    Nov 17 23:26:53 chaembian systemd[1]: Found device ST31000524AS.
    Nov 17 23:26:53 chaembian systemd[1]: Starting File System Check on /dev/disk/by-uuid/da692a03-33e5-4aad-b716-7dedfea99f85...
    Nov 17 23:26:53 chaembian systemd-fsck[267]: fsck.jfs version 1.1.15, 04-Mar-2011
    Nov 17 23:26:53 chaembian systemd-fsck[267]: processing started: 11/17/2013 23:26:53
    Nov 17 23:26:53 chaembian systemd-fsck[267]: The current device is: /dev/sda8
    Nov 17 23:26:53 chaembian systemd-fsck[267]: Block size in bytes: 4096
    Nov 17 23:26:53 chaembian systemd-fsck[267]: Filesystem size in blocks: 24999140
    Nov 17 23:26:53 chaembian systemd-fsck[267]: **Phase 0 - Replay Journal Log
    Nov 17 23:26:53 chaembian systemd-fsck[267]: Filesystem is clean.
    Nov 17 23:26:53 chaembian systemd[1]: Started File System Check on /dev/disk/by-uuid/b36313d6-8efb-444c-b6c9-0d3ca3bdaad1.
    Nov 17 23:26:53 chaembian systemd[1]: Mounting /home...
    Nov 17 23:26:53 chaembian systemd-fsck[273]: fsck.jfs version 1.1.15, 04-Mar-2011
    Nov 17 23:26:53 chaembian systemd-fsck[273]: processing started: 11/17/2013 23:26:53
    Nov 17 23:26:53 chaembian systemd-fsck[273]: The current device is: /dev/sda10
    Nov 17 23:26:53 chaembian systemd-fsck[273]: Block size in bytes: 4096
    Nov 17 23:26:53 chaembian systemd-fsck[273]: Filesystem size in blocks: 161393838
    Nov 17 23:26:53 chaembian systemd-fsck[273]: **Phase 0 - Replay Journal Log
    Nov 17 23:26:53 chaembian systemd-fsck[273]: Filesystem i

  • Encrypted root fails without udev in initramfs

    I'm trying to decrease my boot time on my new machine. After testing, I found the two biggest time-wasters on my system were Xorg and the initramfs. I can't do much about X, because I'm by no means highly skilled with code and I'd rather not use my inexpert skills to dissect and strip the Xorg binary. My focus, therefore, has been on removing udev from the initramfs to make it load faster.
    I have tried this before, manually specifying the drivers and modules I need in the MODULES array and removing all hooks except base, encrypt, and fsck. My root partition is encrypted, but I may not even need the encrypt hook since I specify the dm_crypt and cryptsetup module/binary in the proper arrays. When I try and boot this, however, it hangs and then drops me to a prompt with the error "/dev/mapper/root not found." Here is my mkinitcpio.conf:
    # 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="sd_mod ata_piix jfs dm_crypt"
    # 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.jfs fsck cryptsetup"
    # 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 udev modconf keyboard encrypt fsck"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    COMPRESSION="cat"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    I'm assuming udev is needed to scan for the root device and/or find the encrypted partition for cryptsetup to unlock. Is there a way around this? I'd like to cut out udev, as it is the biggest time hog within initramfs.
    I heard something about static /dev folders, but I'm not entirely sure how to go about setting that up or if it will work with an encrypted root...
    EDIT:
    I looked more closely at the initramfs shell on my latest test. Without udev, the /dev folder is still populated with my drive partitions and cryptsetup (when run manually from within initramfs) will unlock my root partition just fine. It seems to me that cryptsetup is failing to run initially for some reason. Thoughts?
    Last edited by ParanoidAndroid (2013-06-18 21:51:11)

    The encrypt hook requires the udev hook.  If you had taken a look at the actual install file for the encrypt mkinitpcio hook, you would have seen that it functions by pulling in a few udev rules which are activated when the init script calles "udevadm trigger".  If you want your initramfs to decrypt your filesystem without udev, you are going to have to write your own hook.
    As a side note, I have tried using mdadm vs mdadm_udev, as well as udev vs no-udev/btrfs in my initramfs, and having udev is always faster.  I think if you are so concerned about boot time, the best way to do that is to use a mush more simplified set up.  But since you use encryption, it would seem that security must have some signifigance to you, so that may not be an option.  You have to understand that the time spend in the initramfs also includes the time it takes for you to enter your password to decrypt your partition (if you use a password). 
    One non-obvious thing you can do to potentially speed up your initramfs load time is to not compress it.  As far as compression is concerned, lzo is the fastest, and 3.9 brought some not insignifigant speed improvments.  But having it just read the whole thing uncompressed I have foudn to be consistently faster.
    Really though, I think the whole idea of speeding up boot time is not really something worth pursuing unless you have something that is making it horribly slow. What kind of time is systemd-analyze repotying anyway?  (BTW, systemd-analyze is not really a true representation of experienced boot time as it only records time it takes to get to userspace, which is not what most people think it is)

  • Every crash breaks arch linux

    Because my laptop overheats sometimes I get a crash, which breaks the system. when I reboot, the filesystem is mounted root-only, and no other partitions are mounted at all. I need to boot to Ubuntu, and edit laptop-mode out (!laptop-mode), then boot to arch. Then put laptop-mode back (@laptop-mode), and reboot.
    Because root is a read-only filesystem, I cannot fix the issue from Arch itself, so I still need Ubuntu/another distro if I wan't continue using my laptop.
    I get the same problem if I try to boot without a power cord, as explained here:
    http://bbs.archlinux.org/viewtopic.php?id=74611

    first try:
    sudo fsck.jfs -a -f /dev/sda6 (root)
    second: because your system is rather unstable, fstab published in the other link seems hmm.. quite adventurous: you need to add auto fsck at least to your / fs
    I don't know how resilient jfs currently is, but I would say that your config is in part responsible for the outcome (read-only / after crash)

  • Truecrypt filesystem broken

    Today out of the blue, I can no longer mount one of my truecrypt volumes.
    I found this guide, which does not work for me, but at least gives me some general directions:
    https://linuxexpresso.wordpress.com/201 … in-ubuntu/
    I can mount the truecrypt part of it (so /dev/mapper/truecrypt2 exists) but I cant mount this mapper.
    If I try to mount the volume:
    dmesg | tail
    [ 1930.347112] EXT4-fs (dm-2): VFS: Can't find ext4 filesystem
    [ 1930.347540] EXT4-fs (dm-2): VFS: Can't find ext4 filesystem
    [ 1930.347944] EXT4-fs (dm-2): VFS: Can't find ext4 filesystem
    [ 1930.349238] XFS (dm-2): bad magic number
    [ 1930.349243] XFS (dm-2): SB validate failed
    What seems strange to me:
    sudo fsck.ext4 /dev/mapper/truecrypt2
    e2fsck 1.42.6 (21-Sep-2012)
    ext2fs_open2: Ungültige magische Zahl im Superblock
    fsck.ext2: Superblock ungültig versuche es mit Backup-Blöcken...
    fsck.ext2: Ungültige magische Zahl im Superblock beim Versuch, /dev/mapper/truecrypt2 zu öffnen
    SuperBlock ist unlesbar bzw. beschreibt kein gültiges ext2
    Dateisystem. Wenn Gerät gültig ist und ein ext2
    Dateisystem (kein swap oder ufs usw.) enthält, dann ist der SuperBlock
    beschädigt, und sie könnten e2fsck mit einem anderen SuperBlock:
    e2fsck -b 8193 <Gerät>
    english: bad magic number in superblock.
    The superblock could not be read or does not describe a correct ext2.
    It is an ext4 filesystem. Why does this tool think it is ext2?
    I checked where the backups of the superblock should be kept and tried to use e2fsck to recover.
    sudo e2fsck -b 229376 /dev/mapper/truecrypt2
    Bad magic number when trying to open /dev/mapper/truecrypt2.
    Is there any way to recover from this state?
    Last edited by GNA (2013-01-02 14:28:42)

    I'm getting something like this when running thunderbird through terminal and trying to display lightning in a tab on an empty profile:
    -- Exception object --
    + message (string) 'Components.classes['@mozilla.org/calendar/datetime;1'] is undefined'
    + fileName (string) 'chrome://calendar/content/calUtils.js'
    + lineNumber (number) 75
    + stack (string) 759 chars
    + name (string) 'TypeError'
    -- Stack Trace --
    createDateTime()@chrome://calendar/content/calUtils.js:75
    now()@chrome://calendar/content/calUtils.js:344
    switchToView(null)@chrome://calendar/content/calendar-views.js:370
    ltnSelectCalendarView(null)@chrome://lightning/content/messenger-overlay-sidebar.js:255
    ltnShowCalendarView(null,(void 0))@chrome://lightning/content/messenger-overlay-sidebar.js:272
    showCalendarView(null)@chrome://calendar/content/calendar-views.js:287
    ltnSwitch2Calendar()@chrome://lightning/content/messenger-overlay-sidebar.js:452
    ([object Object],[object Object])@chrome://lightning/content/messenger-overlay-sidebar.js:85
    openTab("calendar",[object Object])@chrome://messenger/content/tabmail.xml:542
    oncommand([object XULCommandEvent])@chrome://messenger/content/messenger.xul:1
    I figured that it might have to do with my setup. I'm running the profile from within a mounted truecrypt volume. If I don't do that, everything works fine it seems.
    So it might be related to this post in a way: https://bbs.archlinux.org/viewtopic.php?id=105701
    But after reading it closeley I don't really know how to apply what's written there to my problem as I don't use symlinks in any way but thunderbirds profilemanager to start a different profile.
    I'm thinking about a permissions problem and will post results later...
    Last edited by king.flasher.dave (2010-10-24 12:29:33)

  • JFS partition after force shutdown needs fsck all the time

    Basically, I have a problem that everytime I do a force shutdown, my JFS /files partition doesnt mount as it wants to be fsck'ed with jfs_fsck before.
    Once I do that it's all happy again, says nothing was wrong.
    jfs_fsck version 1.1.14, 06-Apr-2009
    processing started: 2/27/2010 14.43.52
    Using default parameter: -p
    The current device is: /dev/mapper/holm-files
    Block size in bytes: 4096
    Filesystem size in blocks: 159362048
    **Phase 0 - Replay Journal Log
    Filesystem is clean.
    Is there a way of making the system do an fsck on it's own if the partition doesn't mount and then reattempt the mount?
    Thanks
    Last edited by brendan (2010-02-27 14:49:18)

    I don't believe there is anything actively wrong with the partition though.
    It's just when I do a force shutdown it complains - quite naturally. But i'd like Arch to do an FSCK as part of bootup if it fails to mount this drive.

  • Fsck being run on JFS partition on every boot

    Upon every boot, fsk is being run on /dev/sda4. Although it completes "clean" I'm paranoid as this has never happened before. Is my HDD failing?
    Has anyone a clue why this is happenning? Thanks
    My FSTAB:
    # /dev/sda4
    UUID=070d80bf-5b19-40c3-b280-303203f2aa36 /home jfs defaults,noatime 0 2
    # /dev/sda1
    UUID=57f9d235-67fc-4d5e-806b-da0cbd7311ad / reiserfs defaults,noatime,notail 0 1
    # /dev/sda3
    UUID=6b43e337-e2d5-4e6c-9ee1-3d71e12e08c0 swap swap defaults 0 0
    # /dev/sda2
    UUID=fcbca25c-42e9-4d50-b59b-23ab56631a0a /boot ext2 defaults,noatime 0 2
    # /dev/sdb1 - Backup drive
    UUID=a534df70-6239-440f-83e4-3eb63dbcc8dc /media/Backup jfs defaults,user,noatime,noauto 0 0
    #Vbox USB emulation
    none /proc/bus/usb usbfs auto,busgid=108,busmode=0775,devgid=108,devmode=0664 0 0
    keerthi ~ $

    Upon every boot, fsk is being run on /dev/sda4. Although it completes "clean" I'm paranoid as this has never happened before. Is my HDD failing?
    Has anyone a clue why this is happenning? Thanks
    My FSTAB:
    # /dev/sda4
    UUID=070d80bf-5b19-40c3-b280-303203f2aa36 /home jfs defaults,noatime 0 2
    # /dev/sda1
    UUID=57f9d235-67fc-4d5e-806b-da0cbd7311ad / reiserfs defaults,noatime,notail 0 1
    # /dev/sda3
    UUID=6b43e337-e2d5-4e6c-9ee1-3d71e12e08c0 swap swap defaults 0 0
    # /dev/sda2
    UUID=fcbca25c-42e9-4d50-b59b-23ab56631a0a /boot ext2 defaults,noatime 0 2
    # /dev/sdb1 - Backup drive
    UUID=a534df70-6239-440f-83e4-3eb63dbcc8dc /media/Backup jfs defaults,user,noatime,noauto 0 0
    #Vbox USB emulation
    none /proc/bus/usb usbfs auto,busgid=108,busmode=0775,devgid=108,devmode=0664 0 0
    keerthi ~ $

  • "superblock could not be read" + lvm2

    Hello guys,
    after a power failure my system stop working, the boot procedure stops with the following msg:
    :: Checking Filesystems
    /dev/VolGroup00/LogVol02:
    The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternative superblock: e2fsck -b 8193 <device>
    I commented the fstab line '/dev/VolGroup00/LogVol02  /home ext3 defaults   1 2', now I can loging and try to recover my data. In order to solve the problem I was following this thread http://bbs.archlinux.org/viewtopic.php?id=35412
    I did the following steps:
    1) Identify superblock backup #mkfs.ext3 -n /dev/sdb1
    2) Run the e2fsck using an alternative superblock #e2fsck -y -b 98304 -B 4096 /dev/sdb1
    /dev/sdb1 was not cleanly unmounted, check forced.
    Resize inode not valid. Recreate? yes
    Pass 1: Checking inodes, blocks, and sizes
    Programming error? block #768 claimed for no reason in process_bad_block.
    Programming error? block #768 claimed for no reason in process_bad_block.
    Root inode is not a directory. Clear? yes
    Inode 1476116 has illegal block(s). Clear? yes
    Illegal block #464945 (1270814839) in inode 1476116. CLEARED.
    Special (device/socket/fifo/symlink) file (inode 4751932) has immutable
    or append-only flag set. Clear? yes
    ... TONS OF LINES ...
    Inode 28966974 has illegal block(s). Clear? yes
    Illegal block #1 (3644916482) in inode 28966974. CLEARED.
    Illegal block #2 (150118149) in inode 28966974. CLEARED.
    Illegal block #3 (1090716163) in inode 28966974. CLEARED.
    Illegal block #4 (4087285209) in inode 28966974. CLEARED.
    Illegal block #6 (2667960641) in inode 28966974. CLEARED.
    Illegal block #8 (98124035) in inode 28966974. CLEARED.
    Illegal block #10 (3644916482) in inode 28966974. CLEARED.
    Illegal block #11 (150380293) in inode 28966974. CLEARED.
    Illegal indirect block (1090716163) in inode 28966974. CLEARED.
    Illegal double indirect block (4154394073) in inode 28966974. CLEARED.
    Inode 28966974 is too big. Truncate? yes
    Block #102763539 (768) causes directory to be too big. CLEARED.
    Error storing directory block information (inode=28966974, block=0, num=3215973): Memory allocation failed
    after a long time e2fsck ends but the problem remains.
    I don't know if this may be the source of the problem... but insted 'normal' ext3 partition I have lmv.
    # fdisk -l /dev/sdb
    Disk /dev/sdb: 250.0 GB, 250000000000 bytes
    255 heads, 63 sectors/track, 30394 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xe990e990
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 30394 244139773+ 8e Linux LVM
    Bellow some information about lvm system:
    # lvmdiskscan
    Incorrect metadata area header checksum
    /dev/sdb1 [ 232.83 GiB] LVM physical volume
    0 disks
    0 partitions
    0 LVM physical volume whole disks
    1 LVM physical volume
    # pvdisplay
    Incorrect metadata area header checksum
    "/dev/sdb1" is a new physical volume of "232.83 GiB"
    --- NEW Physical volume ---
    PV Name /dev/sdb1
    VG Name
    PV Size 232.83 GiB
    Allocatable NO
    PE Size 0
    Total PE 0
    Free PE 0
    Allocated PE 0
    PV UUID AEEN6h-tCQ2-rGmL-NdCa-JQSY-puP9-6D6sCU
    It seems that all information about my old lvm(VolGroup00/LogVol02) was lost?!?! I have no experience with lvm stuff. Please, any help will be appreciated.

    Thank you for your reply.
    sad to hear that...
    but if I remember correctly, even in the begging of the problem I was not able to find /dev/VolGroup00/LogVol02 anymore, so I've tried vgcfgrestore and other stuff; latter on I've tried fsck on /dev/sdb1.
    by using testdisk, I could see something:
    Results
    Linux 0 1 1 30393 254 63 488279547
    EXT3 Large file Sparse superblock Backup superblock, 249 GB / 232 GiB
    Linux LVM 0 1 1 30393 254 63 488279547
    LVM2, 249 GB / 232 GiB
    HPFS - NTFS 12111 1 1 30392 254 63 293700267
    NTFS found using backup sector!, 150 GB / 140 GiB
    Is it possible recover the data? I saw on internet people reporting success by using explore2fs under windows.

  • [Unsolved] Kernel linux 3.8.4-1 fails with fsck boot error on raid 0

    The stock linux-3.8.4-1 (x86_64) fails to boot with the following unrecoverable error:
    Loading ../initramfs-linix.img......ready.
    Probing EDD (edd=off to disable)... ok
    early console in decompress_kernel
    Decompressing Linux... Parsing ELF... done.
    Booting the kernel.
    :: running early hook [udev]
    :: running hook [udev]
    :: Triggering uevents...
    Waiting 10 seconds for device /dev/md127 ...
    :: performing fsck on '/dev/md127' ...
    fsck.ext2: Invalid argument while trying to open /dev/md127
    /dev/md127:
    The superblock could not be read or does not describe a correct ext2
    filesystem. If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>
    ERROR: fsck failed on '/dev/md127'
    :: mounting '/dev/md127' on real root
    mount: you must specify the filesystem type
    You are now being dropped into an emergancy shell.
    sh. can't access tty; job control turned off
    [rootfs /]#
    My hooks are:
    HOOKS="base udev autodetect modconf block mdadm_udev filesystems keyboard fsck"
    I am however able to boot the linux-lts & my own custom kernels. Custom kernel is built from the abs linux package.
    The / partition is on a raid 0 with an ext4 filesystem. fsck -f /dev/md127 comes back clean & the raid & two hard drives are healthy.
    Last edited by straykat (2013-07-11 09:27:45)

    straykat wrote:
    xanb,
            For sanity to prevail, I am going to suggest the following:
    Back up your data
    Remove the RAIDs from your 2 linux hard drives. The Arch RAID wiki has instructions on this or (my prefered method) wipe your two linux drives with dd. If you are not sure on dd "Parted Magic" has a GUI for it.
    Create a new partition table on both of your linux hard drives.
    Partition your 2 linux hard drives as follows;
    /dev/sdb1 as / (root) with ext4 fs
    /dev/sdb2 as swap
    /dev/sdc1 as /home with ext4 fs.
    Reinstall Arch Linux on / (/dev/sdb1)
    I would also recommend reading up in the Arch wiki, Kernel wiki etc on RAID & decide why you would use it on your system & which one would give you any benefit with your current hardware set up. Also learn more on how to create & maintain a RAID on an Arch system.
    Keep in mind that KISS is always the way to go with any computer system as complexity will always increase the amount of mistakes & gotchas.
    No. I don't want to behave as ostrich, hide the head ;-) This is my configuration, this is want I want. If archlinux fails, we have a bug. Another question is if the triage of the bug is difficult. No all bugs are good for triagging, but it's real life. If always we change the configuration, we will never detect new bugs.
    Keep in mind that I don't want to blame, it's always "good force" comments.
    Regards,
    Xan.

  • [SOLVED] "The superblock could not be read..."

    Good Evening.
    In the beginning, I want to apologise if my English isn't as correct and comprehensible as I want it to be.
    I am rather clueless Linux user with penchant for learning. I have used Slackware for some time, but I wanted to try out Arch because of it's superior package management, rolling release system and minimalism. I read through installation guides, and performed basic installation using 2009.08 CD without any problems. When I tried to boot into my new system I got following message:
    :Mounting Root Read-only [DONE]
    :Checking Filesystems [BUSY]
    /dev/hda1:
    and then
    The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock is corrupt and you might try running e2fsck with an alternate superblock:
    e2fsck -b -8193 <device>
    and finally
    FILESYSTEM CHECK FAILED
    Please repair manually and reboot. Note that the root file system is currently mounted read-only. To remount it read-write type:
    mount -n -o remount,rw /
    When you exit the maintenance shell the system will reboot automatically.
    I tried to run fsck, of course, as well as e2fsck or remounting / read-write but I always got the second message "The superblock could not be read... etc.".
    My partitioning scheme is kinda tricky, because I make no distinction beetween production and testing machine. What is interesting, when I wanted to look at it using cfdisk from my indispensable Knoppix DVD I got something like:
    FATAL ERROR: Bad primary partition 0:
    Partition ends in the final partial cylinder.
    Press any key to exit cfdisk.
    But when I tried with root privileges it worked, and my 80GB hard drive looks something like that:
    hda1 Primary Linux ext3 (/)
    hda2 Boot Primary NTFS
    hda3 Primary Linux
    hda5 Logical W95 FAT32
    hda6 Logical BeOS fs
    hda7 Logical Linux ext2 (boot)
    hda8 Logical Linux ReiserFS (tmp)
    hda9 Logical Linux ReiserFS (usr)
    hda10 Logical Linux ReiserFS (var)
    hda11 Logical Linux ext3 (home)
    hda12 Logical Linux Swap/Solaris (swap)
    Only hda1, hda7, hda8, hda9, hda10, hda11 and hda12 are part of my Arch installation. I'm currently booting Windows XP through GRUB from NTFS partition (hda2) too.
    Does anyone know how to make my Arch working installation?
    Last edited by Schirase (2010-07-14 13:14:03)

    My bad, I actually didn't read Begginers' Guide very carefully. I didn't realize that setting this UUIDs in fstab is so important. Now my fstab looks something like that (mind that this is slightly different partitioning scheme):
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    devpts /dev/pts devpts defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid 0 0
    /dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    #/dev/fd0 /media/fl auto user,noauto 0 0
    UUID=7a6e9456-69d4-4346-bf4d-803e5f61f100 / ext3 defaults,noatime 0 1 #/dev/hda5
    UUID=bf4e4d66-2658-4e39-b1f8-b84cc157ba72 /boot ext2 defaults 0 2 #/dev/hda6
    UUID=d3a5e92f-454e-47f9-8bfa-86804a322e55 /tmp reiserfs defaults,notail 0 2 #/dev/hda7
    UUID=5333292d-4f3d-45a9-aa44-9df8c930244b /usr reiserfs defaults,notail 0 2 #/dev/hda8
    UUID=bb25bd08-eeaa-4732-93a6-87e238c06029 /var reiserfs defaults,notail 0 2 #/dev/hda9
    UUID=38298476-ea3d-4d15-a5d2-8c221a20ebe8 swap swap defaults 0 0 #/dev/hda10
    UUID=de1d9d94-09ef-4429-b63e-fddea5e81195 /home ext3 defaults,noatime 0 2 #/dev/hdb1
    and I am happily using Arch right now. However, I have got strange non-critical issues with partitions and disks which I explained in http://bbs.archlinux.org/viewtopic.php? … 82#p791582.

  • What is the correct fsck syntax for issue with invisible disk ?

    Hello everybody,
    My problem actually (I also have a problem with the 17" Install DVD) is to repair *3 disks* with *fsck command*, as the filesystems are damaged. I phoned Apple Assistance Saturday, for about 30 minutes, but finally the Advisor sent me a link to one of their thousands (and sometimes obsolete) articles, and the solution wasn't there entirely.
    I'll describe you the problem :
    One of my USB external disks (4TB data) *doesn't appear* after Startup, but when I use the Install DVD and Disk Utility, the application tells me it's OK, that the disk "SEEMS" to be alright etc. That's false.
    When I reboot with *Cmd + S* (root level), and tell Terminal (I have been obliged to print the four states of an American Extended keyboard) :
    "sudo fsck -fy /dev/disk4s1"
    the reply is :
    "BAD SUPER BLOCK: MAGIC NUMBER WRONG
    LOOK FOR ALTERNATE SUPERBLOCKS? yes
    SEARCH FOR ALTERNATE SUPER-BLOCK FAILED. YOU MUST USE THE
    -b OPTION TO FSCK TO SPECIFY THE LOCATION OF AN ALTERNATE
    SUPER-BLOCK TO SUPPLY NEEDED INFORMATION; SEE fsck(8)."
    So, I use the *-b option* of *fsck command*, and :
    "fsck: -b flag *requires a number*"
    "-b size Specify the size, in bytes, of the physical blocks used by
    the -B option."
    So, I'm searching *since 3 days* (and *I'm learning a lot*, but nothing, of course, concerning my problem) the full info command to know *what sector address* I have to tell to -b to install an alternate superblock, because I need to know exactly at which places filesystems and *data start* and end.
    You understand, I suppose, that I can't use any of my softwares, because the disk is INVISIBLE (doesn't exist) after normal restarting.
    It's not MOUNTED nor UNMOUNTED.
    It exists (very well, thank you) when rebooting *with Apple Install DVD*.
    I'm under *Snow Leopard 10.6.5*, and I don't know if, perhaps,
    *there wouldn't be a problem* (or more) with this update ...
    That's what I've seen, in any case, on other places here,
    about several different issues.
    Please, Bob, Gary, Camelot, etresoft, Bill, Jun, Nils, Cole, Charles, Michael,
    gimme some help !
    If someone has the full solution, a beginning of solution,
    or a path to solution,
    thank you very, very much in advance !
    With my best regards
    Vialatte

    Dear Camelot,
    First, thank you very much for answering me and try to help me ;
    Secundo, please read, if you have time, what I replied to Bill Scott,
    and I have to thank you also for your slightly better contribution and understanding.
    Some words of what I've replied to him are written for you too :
    "I type *sudo fsck -fy /dev/disk4s2* (not s1, of course, and *Camelot is perfectly right*, having remarked this mistake, as *s1 is dedicated to partition map* volumes).
    There's also *a strange thing* with Disk Utility when starting from DVD :
    it doesn't display the s1 volumes as usual."
    As you've read it in my reply to Bill, it's a *complicated issue* and *Apple has no response*.
    You tell me : "+Good luck with that.+" It starts badly.
    "+It's been a long time since I've had to deal with superblocks+"
    I totally ignored their existence …
    "+- they just don't come up any more,+" What is the meaning of this sentence ?
    "+but I don't know any way of recovering the superblock address after a disk has failed.+" That's the matter of my question : *Is it a failure ?*
    "+Typically (at least, historically) you get the superblock addresses in advance, storing them somewhere safe until you need them.+"
    That's a total discovery for me.
    You tell me then : "+Are you talking about in the Finder here?+" Yes and no, I talk about the Sidebar (see below), but it's part of the Finder.
    "+Have you checked the Finder's preferences to make sure it's just not hiding external drives?+" I did, when you told me to do so.
    "+Since everything else tells you that the drive is OK+" Yes, you're right, when starting from Install DVD, that's *very strange*, but remember fsck doesn't say *the same at all* as Disk Utility ... "+this just sounds like a Finder preference setting to me.+"
    I'm sorry, it would have been wonderful. My settings are correct, that means :
    NOTHING on Desktop, ALL (including Computer) in the Sidebar (and clicking on Computer allows me to check that *no volume* has vanished from Sidebar (it happens sometimes).
    "+If it's not the Finder prefs, then please post the output of diskutil list in order to troubleshoot further.+"
    Here it is (a little far below), but there's *none of the 2 4TB volumes* (yes, there are two disks missing now) here, because, as I already said that, they are invisible for the Finder and *Disk Utility*, and I think *it's the same for Terminal.*
    You'll note there's *no BOOTCAMP partition* here (I removed it temporarly to solve this issue), and don't be afraid if there are several systems on the internal HD.
    As I noticed it here and there, there are problems with 10.6.5.
    So, I try to work with 10.6.4 (delivered with MBP 17"), but have also an universal 10.6.0 Snow Leopard, with which I can configurate 10.6 *at any state*.
    Unfortunately, I *can't use* (it so that Apple decided to do) the DVD delivered with my 15" MBP (rejected by 17"), because it is with my MBP 15" that I formatted those disks.
    *Another thing :* If I didn't want my wife *to install herself* (with me to help her) the 15" MBP I've gave to her (there's the 17" new 500GB 5400rpm installed in it by me), I would already have tried to connect these two 4TB, just to see.
    Last login: Fri Nov 26 21:22:38 on ttys005
    sys171064:~ OH$ diskutil list
    /dev/disk0
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *500.1 GB disk0
    1: EFI 209.7 MB disk0s1
    2: Apple_HFS Seagate 149.9 GB disk0s2
    3: Apple_HFS System 17 64.9 GB disk0s3
    4: Apple_HFS Sys171064 34.9 GB disk0s4
    5: Apple_HFS For Alu Black System 149.6 GB disk0s5
    6: Apple_HFS SL 10.6.x 100.0 GB disk0s6
    /dev/disk1
    #: TYPE NAME SIZE IDENTIFIER
    0: Applepartitionscheme *16.1 GB disk1
    1: Applepartitionmap 32.3 KB disk1s1
    2: Apple_HFSX olivier_herrbach 16.1 GB disk1s2
    /dev/disk2
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *1.0 TB disk2
    1: EFI 209.7 MB disk2s1
    2: Apple_HFS HSD 01 TM 600 Go 599.9 GB disk2s2
    3: Apple_HFS HSD 01 400 Go 120.6 GB disk2s3
    4: Apple_HFS DiskTools > Seagate ... 279.1 GB disk2s4
    /dev/disk3
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *1.5 TB disk3
    1: EFI 209.7 MB disk3s1
    2: Apple_HFS HELP ÉNERGIE 1,5 To 1.5 TB disk3s2
    /dev/disk4
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *1.0 TB disk4
    1: EFI 209.7 MB disk4s1
    2: Apple_HFS HSD USB 03 1To 999.9 GB disk4s2
    /dev/disk5
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *32.0 GB disk5
    1: EFI 209.7 MB disk5s1
    2: Apple_HFS Patriot USB Key 32 Go 31.7 GB disk5s2
    /dev/disk6
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *1.5 TB disk6
    1: EFI 209.7 MB disk6s1
    2: Apple_HFS WD USB 1,5 To 1.1 TB disk6s2
    3: Apple_HFS WD 02 350 Go Seagate 349.9 GB disk6s3
    /dev/disk7
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *1.0 TB disk7
    1: EFI 209.7 MB disk7s1
    2: Apple_HFS HSD USB 02 50 Go 49.9 GB disk7s2
    3: Apple_HFS HSD USB 02 715 Go 714.6 GB disk7s3
    4: Apple_HFS HSD USB 02 110 Go 110.0 GB disk7s4
    5: Apple_HFS HSD USB 02 100 Go 99.9 GB disk7s5
    /dev/disk8
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *2.0 TB disk8
    1: EFI 209.7 MB disk8s1
    2: Apple_HFS WD USB 2To 2.0 TB disk8s2
    /dev/disk9
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *2.0 TB disk9
    1: EFI 209.7 MB disk9s1
    2: Apple_HFS FW 03 TM 2To 2.0 TB disk9s2
    /dev/disk10
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *1.5 TB disk10
    1: EFI 209.7 MB disk10s1
    2: Apple_HFS FW 02 1,2 To 1.2 TB disk10s2
    3: Apple_HFS FW 02 200 Go 199.9 GB disk10s3
    4: Apple_HFS FW 02 CS5MC 50 Go 49.9 GB disk10s4
    5: Apple_HFS FW 02 Leopard 50 Go 50.0 GB disk10s5
    /dev/disk11
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *2.0 TB disk11
    1: EFI 209.7 MB disk11s1
    2: Apple_HFS FC 02 Time Machine 1.0 TB disk11s2
    3: Apple_HFS FC 02 SL 1To 999.5 GB disk11s3
    /dev/disk12
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *2.0 TB disk12
    1: EFI 209.7 MB disk12s1
    2: Apple_HFS FC 01A USB 1To 700.0 GB disk12s2
    3: Apple_HFS FC 01C 300 Go Leo 299.9 GB disk12s3
    4: Apple_HFS FC 01B USB 1To 699.8 GB disk12s4
    5: Apple_HFS Leopard 125 Go 300.0 GB disk12s5
    /dev/disk13
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *2.0 TB disk13
    1: EFI 209.7 MB disk13s1
    2: Apple_HFS FW 04 TM 2To 2.0 TB disk13s2
    3: Apple_HFS eDrive 12.9 GB disk13s3
    /dev/disk14
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *2.0 TB disk14
    1: EFI 209.7 MB disk14s1
    2: Apple_HFS FW 05 2To 2.0 TB disk14s2
    sys171064:~ OH$
    As you and I see, I strongly believe that disk15s2 and disk16s2 (with s3, s4, s5 etc. partitions) are missing.
    I must find a way to prove what I say to you. Remember that we are not in the case where I use *Cmd + s* after rebooting with Install DVD, but under normal utilisation. What follows has no interest :
    Last login: Fri Nov 26 21:23:55 on ttys006
    sys171064:~ OH$ sudo fsck -fy /dev/disk15s2
    Password:
    /dev/disk15s2: No such file or directory
    Can't stat /dev/disk15s2
    Can't stat /dev/disk15s2: No such file or directory
    sys171064:~ OH$
    So, I will now restart my MacBook Pro with Mac OS X 10.6.4 Install DVD, and go :
    —1 in *Disk Utility* ;
    —2 in Terminal (with *Cmd + s*).
    I'll *note all* what I see, and then write you what I found.
    You'll be nice to tell me if there's a way, in these conditions,
    a) to *save Disk Utility log* ; or/and
    b) to *save Terminal Output(s)* (.txt) ; or/and
    c) to *take and save screenshots*, ; or/and
    d) to *print anything*. (?)
    as I don't know how it's possible to save these informations.
    Thank you once more for your help. I'll do things now, but as it is 23:02 here in France, maybe I won't write you till tomorrow.
    But, if you can answer to a), b), c) or d) above, post it to me please, because I'll go back here tonight.
    And, also, *but I don't want to bore you*, I'd like to learn how to *copy and paste parts of messages* as you did, and how to *insert a Grab item (.png)* in a discussion, because an image is better than thousand words (that's what we say in France, but I'm sure we are not alone on Earth — like in the Universe).
    With my best regards
    Vialatte

Maybe you are looking for

  • Error while running SRW.RUN_REPORT

    Hi All, I have requirement where i need to generate multiple reports with single request. I have created to sample tables test1 and test2 with two columns each.I have created a paper report using first table and saved it as test.rdf in my c: drive an

  • How do I reset the network name and password?

    I just bought an Apple Airport Extreme base station. When I was going to set up the network, I found that it has a name, apple, for the network. I do not have the password to go in further. How do I have to do to rest the whole thing? Thank you for y

  • Watch the MacBook Pro Boot Up!

    For those of us still waiting for it, lets embrace the boot up process and imagine that its us who are booting up the MacBook Pro. Unfortunetely this is from the same idiot who tested the MagSafe on it by dropping the MacBook Pro. http://mobilitytoda

  • Std Order Pricing - BAdI

    Hi Experts, Is there a BADI implementation available to over-ride the Pricing (netvalue, subtotals) in CRMD_ORDER -> Std Order? Thanks, Jin

  • Type of license to be purchased for Visual Studio 2013 to be used with Visual Studio Online Subscription

    Dear Sir/Madam, For commercial use, I have subscribed for Visual Studio Online. To work with .NET code on my local machine, what type of Visual Studio license do I need to purchase/install locally. It gives me two options to download on home page. 1)