Home folder is 22.6 MB. Home partition is 30 GB. What canIdo[SOLVED]

Hello every one.  I installed Arch on an old laptop.  The home partition is 30 GB.  I then created 2 user accounts.  Both have folder sizes of only 22.6 MB.  Yet the home partition is clearly bigger. I have confirmed the partition is mounted at the right location.  (Fstab and Gparted). Is there any way to expand them? I have searched the forums and have found nothing.
Last edited by ryanvade (2013-02-24 02:19:14)

I don't really know of a way (short of creating separate partitions) to limit each user to 15GB a piece.  I just don't that you can simply impose limitations like that on a given subdirectory.
So on your /home partition, can you create a new directory (folder in your parlance) and put some crap in there that exceeds this magical 22.6MB?  Maybe create a directory like /home/test as root, and then again as root try and put some stuff there that exceeds this limitation?  If you can do it as UID 0, then you are running into a permissions problem of some kind.
I think without more information though, this is really not a solvable situation, as it is rather hard to decipher what you are actually experiencing.

Similar Messages

  • [SOLVED] /home folder is taking space on two partitions after install

    Hi everyone,
    At first I thought that I would just read these forums, however even after a few days of using Arch Linux I found one issue that was never been asked before (or asked in different way that I couldn't find).
    So the problem that I cannot find solution for is that the files in /home folder are taking space on two partitions - on /dev/sda2 and /dev/sda4 and therefore making root partition run out of space.
    Some information from commands to get more clear view:
    [root@localhost ~]# df
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/sda2 20511356 18790980 655416 97% /
    dev 5109884 0 5109884 0% /dev
    run 5112632 592 5112040 1% /run
    tmpfs 5112632 2696 5109936 1% /dev/shm
    tmpfs 5112632 0 5112632 0% /sys/fs/cgroup
    tmpfs 5112632 34612 5078020 1% /tmp
    /dev/sda4 215038368 15923256 188168744 8% /home
    tmpfs 1022528 12 1022516 1% /run/user/1000
    [root@localhost ~]# cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda2
    UUID=a2160300-9ce0-4a88-8e29-ee87d1ee0d96 / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda4
    UUID=7e762343-1762-481e-b433-be9edaca18bb /home ext4 rw,relatime,data=ordered 0 2
    # /dev/sda3
    UUID=096fb727-255c-4aac-b200-0baa929dd9b7 none swap defaults 0 0
    [root@localhost ~]# cat /etc/mtab
    rootfs / rootfs rw 0 0
    proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
    sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
    dev /dev devtmpfs rw,nosuid,relatime,size=5109884k,nr_inodes=1277471,mode=755 0 0
    run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
    /dev/sda2 / ext4 rw,relatime,data=ordered 0 0
    securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
    tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
    devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
    tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
    cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
    pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
    cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
    cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
    cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
    cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
    cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
    cgroup /sys/fs/cgroup/net_cls cgroup rw,nosuid,nodev,noexec,relatime,net_cls 0 0
    cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
    systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=21,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
    mqueue /dev/mqueue mqueue rw,relatime 0 0
    debugfs /sys/kernel/debug debugfs rw,relatime 0 0
    configfs /sys/kernel/config configfs rw,relatime 0 0
    tmpfs /tmp tmpfs rw 0 0
    hugetlbfs /dev/hugepages hugetlbfs rw,relatime 0 0
    /dev/sda4 /home ext4 rw,relatime,data=ordered 0 0
    fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
    tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=1022528k,mode=700,uid=1000,gid=100 0 0
    gvfsd-fuse /run/user/1000/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=100 0 0
    [root@localhost ~]# lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 238.5G 0 disk
    ├─sda1 8:1 0 1007K 0 part
    ├─sda2 8:2 0 20G 0 part /
    ├─sda3 8:3 0 10G 0 part [SWAP]
    └─sda4 8:4 0 208.5G 0 part /home
    sr0 11:0 1 1024M 0 rom
    I have checked three times the commands that I ran when installing Arch Linux with a few tutorials including beginner's guide but don't see where could be the issue. Maybe any of you know what could be the problem here?
    Last edited by juraskaz (2014-10-29 18:13:02)

    drcouzelis wrote:
    juraskaz wrote:Some information from commands to get more clear view:
    I'm so confused. O_O What is the problem? The output of those commands are all consistent: "/dev/sda2" is mounted as "/" and "/dev/sda4" is mounted as "/home".
    Are you saying that when you create a 1GB file in "/home" that 1GB of space becomes used in BOTH "/home" and "/"?
    One thing that MIGHT be suspicious is your use of "/dev/sda4". In a traditional BIOS setup, partitions 1 - 3 are primary partitions and partition 4 is an extended partition. How is your drive partitioned? Could that be related to whatever problem you're seeing?
    Thank you drcouzelis for pointing me in the right direction! I thought that creating 1 GB in /home would be used in both /home and /, however when I did that only /home have changed. So I started checking what is causing / to fill out and found that it was the backup of home to the root!
    Thank you for your time

  • [SOLVED] error when execute a python script in home partition

    Friends,
       After of install the Arch in my notebook (note: "/" and "/home" in separated partition) if I open a terminal/shell and try execute a python program/script in the /home partition I receive many erros and the program don't run:
    [leandro@professionalit ~]$ alacarte
    'import site' failed; use -v for traceback
    Traceback (most recent call last):
    File "/usr/bin/alacarte", line 22, in <module>
    from Alacarte.MainWindow import MainWindow
    ImportError: No module named Alacarte.MainWindow
    [leandro@professionalit ~]$
    [leandro@professionalit ~]$ dropbox start
    'import site' failed; use -v for traceback
    Traceback (most recent call last):
    File "/usr/bin/dropbox", line 26, in <module>
    import optparse
    File "/usr/lib/python2.6/optparse.py", line 75, in <module>
    import sys, os
    File "os.py", line 2, in <module>
    import socket
    File "/usr/lib/python2.6/socket.py", line 92, in <module>
    __all__.extend(os._get_exports_list(_socket))
    AttributeError: 'module' object has no attribute '_get_exports_list'
    But, if I go to another partition, for example, the folder opt in partition / (/opt) and try execute the program it run OK.
    Any idea ?
    Best regards,
    Leandro.
    Last edited by LeandroTiger (2010-05-21 23:02:29)

    [leandro@professionalit ~]$ pwd
    /home/leandro
    [leandro@professionalit ~]$ python
    'import site' failed; use -v for traceback
    Python 2.6.5 (r265:79063, Apr 1 2010, 05:22:20)
    [GCC 4.4.3 20100316 (prerelease)] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import sys
    >>> print sys.path
    ['', '', '/usr/lib/openoffice/basis-link/program/', '/usr/lib/python26.zip', '/usr/lib/python2.6/', '/usr/lib/python2.6/plat-linux2', '/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', '/usr/lib/python2.6/lib-dynload']
    >>> import site
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "/usr/lib/python2.6/site.py", line 62, in <module>
    import os
    File "os.py", line 2, in <module>
    import socket
    File "/usr/lib/python2.6/socket.py", line 92, in <module>
    __all__.extend(os._get_exports_list(_socket))
    AttributeError: 'module' object has no attribute '_get_exports_list'
    >>> import Alacarte
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    ImportError: No module named Alacarte
    >>>

  • Changing home partition,

    this more of a post-install question, but I made a mistake a sizing my home partition. Now I have a working system with lots of time spend on configs. I need to delete home partition and create a new one. I made a tar of my /home and saved it onto / partition. Now I intent to use fdisk to delete the /home partition and create a new home partition, format it manually and... well I don't know what to do next. Which configs I need to tweak to register the new home partition?

    If I understood well your question, you have already set-up a new partition. Just mount it by something like this:
    mount /dev/sda<partition number> /home
    and copy your data there. Then edit /etc/fstab and add something like this or modify existing one pointing to your /home folder:
    /dev/sda<partition number> /home ext4 defaults 0 2
    How to Identifying your file system in fstab read here:
    https://wiki.archlinux.org/index.php/Fs … ilesystems
    If you have not finished modification of your partition yet, used live cd as suggest karol.
    Good and small one is this:
    http://gparted.sourceforge.net/livecd.php
    LiveKubuntu 11.04 have also simple GUI partition editor.
    If you have not deleted your home partition yet, just backup your data and resize your partitions using liveCD. Or perhaps better liveUSB, because it will take quite a long time and I experienced with my CD sometimes reading problem and live system crash.
    Last edited by StenM (2011-07-23 12:03:29)

  • [Solved]I accidentally erased my home partition.

    The name says it all. Long story short, I made an stupid error in Gparted and ended up with a completely blank home partition.  When I boot up, I get the normal Grub prompt, followed by the login prompt. I can successfully login to my user account, but when I try to start x, I get a black screen. If I try to start my window manager,enlightenment, with enlightenment_start, I get an error
    Enlightenment cannot initialize Ecore_X!
    And then it shuts down.  Argh!
    Last edited by AlecB (2013-05-30 02:38:17)

    Your $HOME has nothing to do with how your system runs, other than dole out required configurations for your specific user.  If you think that creating a directory is harder than reinstalling the system, then by all means, reinstall.  But you will not learn a damn thing from simply reinstalling the system.
    Just make your $HOME, set the right permissions and ownership, and then start to rebuild what you need.  I get the impression that your inability to go straight into a graphical environment implies an inability to boot.  This is not the case.
    Edit: In hindsight, this information was indeed something that you could have very easily figured out yourself with even the slightest bit of effort.  I think that we really have hit help vampirism.
    Last edited by WonderWoofy (2013-05-29 18:16:51)

  • Sharing the /home partition and general partition questions

    Hello, I'm new to Arch, but have been using Linux for a few years (albeit still at a beginner level).  I'm going to be reinstalling Arch on an old computer that has a 40GB main drive so dual boot a "operational" OS for day to day stuff that I want to make sure will be running well and then another OS that I can test on or just have for trying new distros.  I also have an 80GB that I'll use for data (but I don't think I want that to be my home drive). 
    My question is:  If I have two different installations of Arch, (or a second distribution) should they share the same /home partition?  My thought is "no", but I didn't know.
    Also, I'm planning on splitting the 40GB drive the following partitions.  Do these make sense, or would there be a better way to do this? 
    5GB = / (OS #1)
    14.5GB = /home (OS #1)
    5GB = / (OS #2)
    14.5GB = /home (OS #2)
    1 GB = swap (both OSes)
    I have an ancient P4 w/ 512 of RAM.

    sharing /home drives would NOT be a good option in your case simply because you are going to use the 2nd OS as test/trials. Those other OSes may have different ways of storing config files etc which may lead to having a lot of junk to parse through. and if you ever use any configs for the Test OS, and they are somewhat in conflict with Arch - in any way - you might end up having to re-configure settings for your favorite apps in Arch.
    I have a 30 GB HDD on a 10 yr old laptop which has Arch. This is the partition scheme I have
    ╔═[16:10]═[inxs @ arch]
    ╚═══===═══[~]>> df
    Filesystem Type Size Used Avail Use% Mounted on
    /dev/sda3 ext3 7.0G 1.7G 5.0G 25% /
    none tmpfs 125M 100K 125M 1% /dev
    none tmpfs 125M 0 125M 0% /dev/shm
    /dev/sda4 ext4 16G 850M 14G 6% /home
    /dev/sda6 reiserfs 5.1G 558M 4.5G 11% /var
    /dev/sda1 ext2 61M 12M 47M 20% /boot
    ╔═[21:16]═[inxs @ arch]
    ╚═══===═══[~]>> fdisk
    Disk /dev/sda: 30.0 GB, 30005821440 bytes
    255 heads, 63 sectors/track, 3648 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000080
    Device Boot Start End Blocks Id System
    /dev/sda1 1 8 64228+ 83 Linux
    /dev/sda2 9 726 5767335 5 Extended
    /dev/sda3 727 1640 7341705 83 Linux
    /dev/sda4 1641 3648 16129260 83 Linux
    /dev/sda5 9 73 522081 82 Linux swap / Solaris
    /dev/sda6 74 726 5245191 83 Linux
    ╔═[21:18]═[inxs @ arch]
    ╚═══===═══[~]>>
    Since you have 10GB more than I do, you can adjust accordingly and make partitions for your test OSes as well.
    Last edited by Inxsible (2009-10-08 01:22:30)

  • Home partition problem after messing with permisions

    As I have a separate home partiton, and as I was trying a little experiment with permissions (trying to make the home directory a bit more restrictive than necesarry), I can't make it to work properly anymore, even if I've changed the permissions back.
    The thing is, the boot process stops after loading all the modules and daemons and it just freezes, no error no nothing. I have to edit fstab in fallback , and comment the line with the home partition, so it won't mount automatically, and only after that when I boot normally first I have to log in as root, mount the partition manually, exit root and than I have to log in as a normal user and do startx.
    My current home permisions are
    drwxr-xr-x 5 root root 4096 Apr 8 22:59 home
    I've pretty much tryied everything, changing permissions and owners to home directory, but with the same result. I also had to delete ~/.Xauthority as when I was trying to startx the graphical enviroment I was geting some messages saying
    error in locking authority file .Xauthority
    I have to admit I never fully understood how permissions/owners work in linux, except for how to manage them lightly with chmod and chown.
    Anyway I'm out of ideas and any suggestions would be great.
    Thanks for your time
    Last edited by I'mGeorge (2012-04-05 08:34:59)

    toad wrote:
    A typical entry for your ~ probably looks like <youruser>:root now. If so, try chown -R <youruser>:users /home/youruser
    Also check you fstab entry for ~, should be "defaults 0 1" at the end.
    Sorry for my late response, I've been gone for a while. Anyway I've tried it and it didn't worked, still stucks in the boot process.
    cfr wrote:What does ls -al /home give you?
    What does dmesg show?
    ls -al /home
    total 36
    drwxr-xr-x 5 root root 4096 Apr 8 22:59 .
    drwxr-xr-x 22 root root 4096 Apr 9 02:14 ..
    drwxrwxr-x 30 user_name users 4096 Apr 21 16:46 user_name
    dr-x--x--x 3 ftpuse users 4096 Apr 8 11:38 ftpuse
    drwx------ 2 root root 16384 Mar 24 17:05 lost+found
    -rw------- 1 1000 users 51 Apr 8 19:12 .Xauthority
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.2.13-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.3 (GCC) ) #1 SMP PREEMPT Sat Mar 24 09:10:39 CET 2012
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/disk/by-uuid/48a39dbb-8a54-4374-bfa8-02ce6934f53f ro quiet splash
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007fee0000 (usable)
    [ 0.000000] BIOS-e820: 000000007fee0000 - 000000007fee3000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007fee3000 - 000000007fef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: System manufacturer System Product Name/M2A-VM, BIOS ASUS M2A-VM ACPI BIOS Revision 1301 09/11/2007
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x7fee0 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-C7FFF write-protect
    [ 0.000000] C8000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask FF80000000 write-back
    [ 0.000000] 1 base 007FF00000 mask FFFFF00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [ffff8800000f6530] f6530
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-000000007fee0000
    [ 0.000000] 0000000000 - 007fe00000 page 2M
    [ 0.000000] 007fe00000 - 007fee0000 page 4k
    [ 0.000000] kernel direct mapping tables up to 7fee0000 @ 1fffc000-20000000
    [ 0.000000] RAMDISK: 03cd3000 - 04080000
    [ 0.000000] ACPI: RSDP 00000000000f81e0 00024 (v02 ATI )
    [ 0.000000] ACPI: XSDT 000000007fee3100 00044 (v01 ATI ASUSACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP 000000007fee8400 000F4 (v03 ATI ASUSACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT 000000007fee3280 05136 (v01 ATI ASUSACPI 00001000 MSFT 03000000)
    [ 0.000000] ACPI: FACS 000000007fee0000 00040
    [ 0.000000] ACPI: SSDT 000000007fee8640 00248 (v01 PTLTD POWERNOW 00000001 LTP 00000001)
    [ 0.000000] ACPI: MCFG 000000007fee8980 0003C (v01 ATI ASUSACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC 000000007fee8540 00084 (v01 ATI ASUSACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] Scanning NUMA topology in Northbridge 24
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-000000007fee0000
    [ 0.000000] Initmem setup node 0 0000000000000000-000000007fee0000
    [ 0.000000] NODE_DATA [000000007fedb000 - 000000007fedffff]
    [ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0007fee0
    [ 0.000000] On node 0 totalpages: 523887
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3914 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 8124 pages used for memmap
    [ 0.000000] DMA32 zone: 511780 pages, LIFO batch:31
    [ 0.000000] Detected use of extended apic ids on hypertransport bus
    [ 0.000000] ACPI: PM-Timer IO Port: 0x4008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:60100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s82176 r8192 d24320 u524288
    [ 0.000000] pcpu-alloc: s82176 r8192 d24320 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515694
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/disk/by-uuid/48a39dbb-8a54-4374-bfa8-02ce6934f53f ro quiet splash
    [ 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 @ 10e000000 size 32 MB
    [ 0.000000] Aperture beyond 4GB. Ignoring.
    [ 0.000000] Memory: 2047368k/2096000k available (4491k kernel code, 452k absent, 48180k reserved, 4412k data, 736k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:4352 nr_irqs:712 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2300.015 MHz processor.
    [ 0.000000] Marking TSC unstable due to TSCs unsynchronized
    [ 0.006672] Calibrating delay loop (skipped), value calculated using timer frequency.. 4601.69 BogoMIPS (lpj=7666716)
    [ 0.006677] pid_max: default: 32768 minimum: 301
    [ 0.006707] Security Framework initialized
    [ 0.006713] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006947] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.008306] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.008841] Mount-cache hash table entries: 256
    [ 0.009006] Initializing cgroup subsys cpuacct
    [ 0.009013] Initializing cgroup subsys memory
    [ 0.009023] Initializing cgroup subsys devices
    [ 0.009026] Initializing cgroup subsys freezer
    [ 0.009029] Initializing cgroup subsys net_cls
    [ 0.009031] Initializing cgroup subsys blkio
    [ 0.009065] tseg: 007ff00000
    [ 0.009068] CPU: Physical Processor ID: 0
    [ 0.009070] CPU: Processor Core ID: 0
    [ 0.009072] mce: CPU supports 5 MCE banks
    [ 0.009084] using AMD E400 aware idle routine
    [ 0.010229] ACPI: Core revision 20110623
    [ 0.013366] ftrace: allocating 17401 entries in 69 pages
    [ 0.020688] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.055168] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ stepping 02
    [ 0.056663] Performance Events: AMD PMU driver.
    [ 0.056663] ... version: 0
    [ 0.056663] ... bit width: 48
    [ 0.056663] ... generic registers: 4
    [ 0.056663] ... value mask: 0000ffffffffffff
    [ 0.056663] ... max period: 00007fffffffffff
    [ 0.056663] ... fixed-purpose events: 0
    [ 0.056663] ... event mask: 000000000000000f
    [ 0.073427] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.100010] Booting Node 0, Processors #1
    [ 0.100013] smpboot cpu 1: start_ip = 9a000
    [ 0.193393] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.199991] Brought up 2 CPUs
    [ 0.199993] Total of 2 processors activated (9203.89 BogoMIPS).
    [ 0.200537] devtmpfs: initialized
    [ 0.201644] PM: Registering ACPI NVS region at 7fee0000 (12288 bytes)
    [ 0.201644] print_constraints: dummy:
    [ 0.201644] NET: Registered protocol family 16
    [ 0.203423] node 0 link 0: io port [c000, ffff]
    [ 0.203426] TOM: 0000000080000000 aka 2048M
    [ 0.203429] node 0 link 0: mmio [a0000, bffff]
    [ 0.203432] node 0 link 0: mmio [80000000, dfffffff]
    [ 0.203435] node 0 link 0: mmio [f0000000, fe02ffff]
    [ 0.203437] node 0 link 0: mmio [e0000000, e03fffff]
    [ 0.203440] bus: [00, 03] on node 0 link 0
    [ 0.203443] bus: 00 index 0 [io 0x0000-0xffff]
    [ 0.203445] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
    [ 0.203448] bus: 00 index 2 [mem 0x80000000-0xefffffff]
    [ 0.203450] bus: 00 index 3 [mem 0xf0000000-0xfcffffffff]
    [ 0.203461] ACPI: bus type pci registered
    [ 0.203528] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.203532] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.222697] PCI: Using configuration type 1 for base access
    [ 0.223354] bio: create slab <bio-0> at 0
    [ 0.223388] ACPI: Added _OSI(Module Device)
    [ 0.223388] ACPI: Added _OSI(Processor Device)
    [ 0.223388] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.223388] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.224098] ACPI: EC: Look up EC in DSDT
    [ 0.227787] ACPI: Interpreter enabled
    [ 0.227792] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.227810] ACPI: Using IOAPIC for interrupt routing
    [ 0.231361] ACPI: No dock devices found.
    [ 0.231364] HEST: Table not found.
    [ 0.231368] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.231430] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.231560] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.231563] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.231566] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.231569] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
    [ 0.231572] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xfebfffff] (ignored)
    [ 0.231581] pci 0000:00:00.0: [1002:7910] type 0 class 0x000600
    [ 0.231617] pci 0000:00:02.0: [1002:7913] type 1 class 0x000604
    [ 0.231655] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.231659] pci 0000:00:02.0: PME# disabled
    [ 0.231679] pci 0000:00:07.0: [1002:7917] type 1 class 0x000604
    [ 0.231716] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.231719] pci 0000:00:07.0: PME# disabled
    [ 0.231752] pci 0000:00:12.0: [1002:4380] type 0 class 0x000101
    [ 0.231772] pci 0000:00:12.0: reg 10: [io 0xff00-0xff07]
    [ 0.231783] pci 0000:00:12.0: reg 14: [io 0xfe00-0xfe03]
    [ 0.231794] pci 0000:00:12.0: reg 18: [io 0xfd00-0xfd07]
    [ 0.231805] pci 0000:00:12.0: reg 1c: [io 0xfc00-0xfc03]
    [ 0.231816] pci 0000:00:12.0: reg 20: [io 0xfb00-0xfb0f]
    [ 0.231827] pci 0000:00:12.0: reg 24: [mem 0xfe02f000-0xfe02f3ff]
    [ 0.231851] pci 0000:00:12.0: set SATA to AHCI mode
    [ 0.231895] pci 0000:00:13.0: [1002:4387] type 0 class 0x000c03
    [ 0.231911] pci 0000:00:13.0: reg 10: [mem 0xfe02e000-0xfe02efff]
    [ 0.231986] pci 0000:00:13.1: [1002:4388] type 0 class 0x000c03
    [ 0.232001] pci 0000:00:13.1: reg 10: [mem 0xfe02d000-0xfe02dfff]
    [ 0.232076] pci 0000:00:13.2: [1002:4389] type 0 class 0x000c03
    [ 0.232091] pci 0000:00:13.2: reg 10: [mem 0xfe02c000-0xfe02cfff]
    [ 0.232166] pci 0000:00:13.3: [1002:438a] type 0 class 0x000c03
    [ 0.232181] pci 0000:00:13.3: reg 10: [mem 0xfe02b000-0xfe02bfff]
    [ 0.232255] pci 0000:00:13.4: [1002:438b] type 0 class 0x000c03
    [ 0.232271] pci 0000:00:13.4: reg 10: [mem 0xfe02a000-0xfe02afff]
    [ 0.232351] pci 0000:00:13.5: [1002:4386] type 0 class 0x000c03
    [ 0.232373] pci 0000:00:13.5: reg 10: [mem 0xfe029000-0xfe0290ff]
    [ 0.232467] pci 0000:00:13.5: supports D1 D2
    [ 0.232470] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
    [ 0.232475] pci 0000:00:13.5: PME# disabled
    [ 0.232587] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    [ 0.232947] pci 0000:00:14.0: reg 10: [io 0x0b00-0x0b0f]
    [ 0.235329] pci 0000:00:14.1: [1002:438c] type 0 class 0x000101
    [ 0.235345] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    [ 0.235355] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    [ 0.235367] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    [ 0.235378] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    [ 0.235389] pci 0000:00:14.1: reg 20: [io 0xf900-0xf90f]
    [ 0.235435] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    [ 0.235460] pci 0000:00:14.2: reg 10: [mem 0xfe020000-0xfe023fff 64bit]
    [ 0.235535] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.235540] pci 0000:00:14.2: PME# disabled
    [ 0.235555] pci 0000:00:14.3: [1002:438d] type 0 class 0x000601
    [ 0.235640] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    [ 0.235694] pci 0000:00:18.0: [1022:1100] type 0 class 0x000600
    [ 0.235720] pci 0000:00:18.1: [1022:1101] type 0 class 0x000600
    [ 0.235739] pci 0000:00:18.2: [1022:1102] type 0 class 0x000600
    [ 0.235760] pci 0000:00:18.3: [1022:1103] type 0 class 0x000600
    [ 0.235792] PCI: peer root bus 00 res updated from pci conf
    [ 0.235831] pci 0000:01:00.0: [1002:94c1] type 0 class 0x000300
    [ 0.235847] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.235859] pci 0000:01:00.0: reg 18: [mem 0xfdde0000-0xfddeffff 64bit]
    [ 0.235867] pci 0000:01:00.0: reg 20: [io 0xde00-0xdeff]
    [ 0.235881] pci 0000:01:00.0: reg 30: [mem 0xfddc0000-0xfdddffff pref]
    [ 0.235915] pci 0000:01:00.0: supports D1 D2
    [ 0.235940] pci 0000:01:00.1: [1002:aa10] type 0 class 0x000403
    [ 0.235954] pci 0000:01:00.1: reg 10: [mem 0xfddfc000-0xfddfffff 64bit]
    [ 0.236018] pci 0000:01:00.1: supports D1 D2
    [ 0.240002] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.240006] pci 0000:00:02.0: bridge window [io 0xd000-0xdfff]
    [ 0.240009] pci 0000:00:02.0: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.240014] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.240061] pci 0000:02:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.240076] pci 0000:02:00.0: reg 10: [io 0xee00-0xeeff]
    [ 0.240103] pci 0000:02:00.0: reg 18: [mem 0xfdcff000-0xfdcfffff 64bit]
    [ 0.240133] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.240199] pci 0000:02:00.0: supports D1 D2
    [ 0.240201] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.240206] pci 0000:02:00.0: PME# disabled
    [ 0.240225] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.240233] pci 0000:00:07.0: PCI bridge to [bus 02-02]
    [ 0.240237] pci 0000:00:07.0: bridge window [io 0xe000-0xefff]
    [ 0.240240] pci 0000:00:07.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.240245] pci 0000:00:07.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.240286] pci 0000:03:06.0: [14f1:8800] type 0 class 0x000400
    [ 0.240313] pci 0000:03:06.0: reg 10: [mem 0xfc000000-0xfcffffff]
    [ 0.240454] pci 0000:03:06.1: [14f1:8801] type 0 class 0x000480
    [ 0.240478] pci 0000:03:06.1: reg 10: [mem 0xfb000000-0xfbffffff]
    [ 0.240641] pci 0000:00:14.4: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.240646] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.240651] pci 0000:00:14.4: bridge window [mem 0xfb000000-0xfcffffff]
    [ 0.240656] pci 0000:00:14.4: bridge window [mem 0xfde00000-0xfdefffff pref]
    [ 0.240659] pci 0000:00:14.4: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.240662] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.240665] pci 0000:00:14.4: bridge window [mem 0x80000000-0xefffffff] (subtractive decode)
    [ 0.240667] pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfcffffffff] (subtractive decode)
    [ 0.240682] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.240844] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
    [ 0.240904] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
    [ 0.240939] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE7._PRT]
    [ 0.240970] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.240974] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.240976] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.254436] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254479] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254520] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254561] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254602] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254642] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11)
    [ 0.254682] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 *11)
    [ 0.254722] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254821] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.254821] vgaarb: loaded
    [ 0.254821] vgaarb: bridge control possible 0000:01:00.0
    [ 0.254821] PCI: Using ACPI for IRQ routing
    [ 0.264861] PCI: pci_cache_line_size set to 64 bytes
    [ 0.265125] reserve RAM buffer: 000000000009f000 - 000000000009ffff
    [ 0.265127] reserve RAM buffer: 000000007fee0000 - 000000007fffffff
    [ 0.265240] NetLabel: Initializing
    [ 0.265242] NetLabel: domain hash size = 128
    [ 0.265243] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.265258] NetLabel: unlabeled traffic allowed by default
    [ 0.272897] pnp: PnP ACPI init
    [ 0.272921] ACPI: bus type pnp registered
    [ 0.273043] pnp 00:00: [bus 00-ff]
    [ 0.273046] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.273048] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.273050] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.273053] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.273055] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.273057] pnp 00:00: [mem 0x80000000-0xfebfffff window]
    [ 0.273118] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.273185] pnp 00:01: [io 0x4100-0x411f]
    [ 0.273188] pnp 00:01: [io 0x0228-0x022f]
    [ 0.273190] pnp 00:01: [io 0x040b]
    [ 0.273192] pnp 00:01: [io 0x04d6]
    [ 0.273194] pnp 00:01: [io 0x0c00-0x0c01]
    [ 0.273196] pnp 00:01: [io 0x0c14]
    [ 0.273198] pnp 00:01: [io 0x0c50-0x0c52]
    [ 0.273200] pnp 00:01: [io 0x0c6c-0x0c6d]
    [ 0.273202] pnp 00:01: [io 0x0c6f]
    [ 0.273204] pnp 00:01: [io 0x0cd0-0x0cd1]
    [ 0.273206] pnp 00:01: [io 0x0cd2-0x0cd3]
    [ 0.273208] pnp 00:01: [io 0x0cd4-0x0cdf]
    [ 0.273210] pnp 00:01: [io 0x4000-0x40fe]
    [ 0.273212] pnp 00:01: [io 0x4210-0x4217]
    [ 0.273214] pnp 00:01: [io 0x0b00-0x0b0f]
    [ 0.273216] pnp 00:01: [io 0x0b10-0x0b1f]
    [ 0.273218] pnp 00:01: [mem 0x00000000-0x00000fff window]
    [ 0.273221] pnp 00:01: [mem 0xfee00400-0xfee00fff window]
    [ 0.273266] pnp 00:01: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:02:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
    [ 0.273305] system 00:01: [io 0x4100-0x411f] has been reserved
    [ 0.273324] system 00:01: [io 0x0228-0x022f] has been reserved
    [ 0.273327] system 00:01: [io 0x040b] has been reserved
    [ 0.273329] system 00:01: [io 0x04d6] has been reserved
    [ 0.273332] system 00:01: [io 0x0c00-0x0c01] has been reserved
    [ 0.273335] system 00:01: [io 0x0c14] has been reserved
    [ 0.273338] system 00:01: [io 0x0c50-0x0c52] has been reserved
    [ 0.273344] system 00:01: [io 0x0c6c-0x0c6d] has been reserved
    [ 0.273347] system 00:01: [io 0x0c6f] has been reserved
    [ 0.273350] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.273352] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.273355] system 00:01: [io 0x0cd4-0x0cdf] has been reserved
    [ 0.273358] system 00:01: [io 0x4000-0x40fe] has been reserved
    [ 0.273361] system 00:01: [io 0x4210-0x4217] has been reserved
    [ 0.273364] system 00:01: [io 0x0b00-0x0b0f] has been reserved
    [ 0.273366] system 00:01: [io 0x0b10-0x0b1f] has been reserved
    [ 0.273370] system 00:01: [mem 0xfee00400-0xfee00fff window] has been reserved
    [ 0.273374] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.273472] pnp 00:02: [dma 4]
    [ 0.273474] pnp 00:02: [io 0x0000-0x000f]
    [ 0.273477] pnp 00:02: [io 0x0080-0x0090]
    [ 0.273479] pnp 00:02: [io 0x0094-0x009f]
    [ 0.273481] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.273514] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.273556] pnp 00:03: [io 0x0070-0x0073]
    [ 0.273576] pnp 00:03: [irq 8]
    [ 0.273604] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.273613] pnp 00:04: [io 0x0061]
    [ 0.273642] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.273651] pnp 00:05: [io 0x00f0-0x00ff]
    [ 0.273660] pnp 00:05: [irq 13]
    [ 0.273690] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.273724] pnp 00:06: [io 0x0010-0x001f]
    [ 0.273726] pnp 00:06: [io 0x0022-0x003f]
    [ 0.273728] pnp 00:06: [io 0x0044-0x005f]
    [ 0.273730] pnp 00:06: [io 0x0062-0x0063]
    [ 0.273732] pnp 00:06: [io 0x0065-0x006f]
    [ 0.273734] pnp 00:06: [io 0x0074-0x007f]
    [ 0.273737] pnp 00:06: [io 0x0091-0x0093]
    [ 0.273739] pnp 00:06: [io 0x00a2-0x00bf]
    [ 0.273741] pnp 00:06: [io 0x00e0-0x00ef]
    [ 0.273743] pnp 00:06: [io 0x04d0-0x04d1]
    [ 0.273745] pnp 00:06: [io 0x0220-0x0225]
    [ 0.273803] system 00:06: [io 0x04d0-0x04d1] has been reserved
    [ 0.273807] system 00:06: [io 0x0220-0x0225] has been reserved
    [ 0.273810] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.273948] pnp 00:07: [io 0x03f0-0x03f5]
    [ 0.273950] pnp 00:07: [io 0x03f7]
    [ 0.273960] pnp 00:07: [irq 6]
    [ 0.273962] pnp 00:07: [dma 2]
    [ 0.274012] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.274189] pnp 00:08: [io 0x03f8-0x03ff]
    [ 0.274199] pnp 00:08: [irq 4]
    [ 0.274262] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.274536] pnp 00:09: [io 0x0378-0x037f]
    [ 0.274545] pnp 00:09: [irq 7]
    [ 0.274598] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.274701] pnp 00:0a: [irq 12]
    [ 0.274742] pnp 00:0a: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.274766] pnp 00:0b: [io 0x0060]
    [ 0.274768] pnp 00:0b: [io 0x0064]
    [ 0.274777] pnp 00:0b: [irq 1]
    [ 0.274820] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.274854] pnp 00:0c: [mem 0xe0000000-0xefffffff]
    [ 0.274910] system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.274914] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.275052] pnp 00:0d: [mem 0x000cf000-0x000cffff]
    [ 0.275054] pnp 00:0d: [mem 0x000f0000-0x000f7fff]
    [ 0.275057] pnp 00:0d: [mem 0x000f8000-0x000fbfff]
    [ 0.275059] pnp 00:0d: [mem 0x000fc000-0x000fffff]
    [ 0.275061] pnp 00:0d: [mem 0x7fef0000-0x7ffeffff]
    [ 0.275064] pnp 00:0d: [mem 0xfed00000-0xfed000ff]
    [ 0.275066] pnp 00:0d: [mem 0x7fee0000-0x7fefffff]
    [ 0.275068] pnp 00:0d: [mem 0xffff0000-0xffffffff]
    [ 0.275070] pnp 00:0d: [mem 0x00000000-0x0009ffff]
    [ 0.275072] pnp 00:0d: [mem 0x00100000-0x7fedffff]
    [ 0.275075] pnp 00:0d: [mem 0x00000000-0xffffffffffffffff disabled]
    [ 0.275078] pnp 00:0d: [mem 0xfec00000-0xfec00fff]
    [ 0.275080] pnp 00:0d: [mem 0xfee00000-0xfee00fff]
    [ 0.275082] pnp 00:0d: [mem 0xfff80000-0xfffeffff]
    [ 0.275148] system 00:0d: [mem 0x000cf000-0x000cffff] has been reserved
    [ 0.275151] system 00:0d: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.275154] system 00:0d: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.275157] system 00:0d: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.275160] system 00:0d: [mem 0x7fef0000-0x7ffeffff] could not be reserved
    [ 0.275163] system 00:0d: [mem 0xfed00000-0xfed000ff] has been reserved
    [ 0.275166] system 00:0d: [mem 0x7fee0000-0x7fefffff] could not be reserved
    [ 0.275169] system 00:0d: [mem 0xffff0000-0xffffffff] has been reserved
    [ 0.275172] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.275175] system 00:0d: [mem 0x00100000-0x7fedffff] could not be reserved
    [ 0.275178] system 00:0d: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.275181] system 00:0d: [mem 0xfee00000-0xfee00fff] could not be reserved
    [ 0.275184] system 00:0d: [mem 0xfff80000-0xfffeffff] has been reserved
    [ 0.275188] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.275195] pnp: PnP ACPI: found 14 devices
    [ 0.275197] ACPI: ACPI bus type pnp unregistered
    [ 0.281954] Switching to clocksource acpi_pm
    [ 0.281989] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.282011] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.282014] pci 0000:00:02.0: bridge window [io 0xd000-0xdfff]
    [ 0.282018] pci 0000:00:02.0: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.282022] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.282029] pci 0000:02:00.0: BAR 6: assigned [mem 0xfdf00000-0xfdf1ffff pref]
    [ 0.282032] pci 0000:00:07.0: PCI bridge to [bus 02-02]
    [ 0.282035] pci 0000:00:07.0: bridge window [io 0xe000-0xefff]
    [ 0.282039] pci 0000:00:07.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.282042] pci 0000:00:07.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.282047] pci 0000:00:14.4: PCI bridge to [bus 03-03]
    [ 0.282051] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.282057] pci 0000:00:14.4: bridge window [mem 0xfb000000-0xfcffffff]
    [ 0.282062] pci 0000:00:14.4: bridge window [mem 0xfde00000-0xfdefffff pref]
    [ 0.282076] pci 0000:00:02.0: setting latency timer to 64
    [ 0.282081] pci 0000:00:07.0: setting latency timer to 64
    [ 0.282090] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.282093] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.282095] pci_bus 0000:00: resource 6 [mem 0x80000000-0xefffffff]
    [ 0.282098] pci_bus 0000:00: resource 7 [mem 0xf0000000-0xfcffffffff]
    [ 0.282101] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.282103] pci_bus 0000:01: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.282106] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.282109] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.282111] pci_bus 0000:02: resource 1 [mem 0xfdc00000-0xfdcfffff]
    [ 0.282114] pci_bus 0000:02: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.282117] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
    [ 0.282119] pci_bus 0000:03: resource 1 [mem 0xfb000000-0xfcffffff]
    [ 0.282122] pci_bus 0000:03: resource 2 [mem 0xfde00000-0xfdefffff pref]
    [ 0.282124] pci_bus 0000:03: resource 4 [io 0x0000-0xffff]
    [ 0.282127] pci_bus 0000:03: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.282129] pci_bus 0000:03: resource 6 [mem 0x80000000-0xefffffff]
    [ 0.282132] pci_bus 0000:03: resource 7 [mem 0xf0000000-0xfcffffffff]
    [ 0.282179] NET: Registered protocol family 2
    [ 0.282300] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.283192] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    [ 0.283471] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.284012] TCP: Hash tables configured (established 262144 bind 65536)
    [ 0.284015] TCP reno registered
    [ 0.284027] UDP hash table entries: 1024 (order: 3, 32768 bytes)
    [ 0.284052] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    [ 0.284174] NET: Registered protocol family 1
    [ 0.284222] pci 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.410029] pci 0000:00:13.0: PCI INT A disabled
    [ 0.410046] pci 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.470028] pci 0000:00:13.1: PCI INT B disabled
    [ 0.470045] pci 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.520028] pci 0000:00:13.2: PCI INT C disabled
    [ 0.520037] pci 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.556694] pci 0000:00:13.3: PCI INT B disabled
    [ 0.556703] pci 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.580027] pci 0000:00:13.4: PCI INT C disabled
    [ 0.580045] pci 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 0.580063] pci 0000:00:13.5: PCI INT D disabled
    [ 0.580091] pci 0000:01:00.0: Boot video device
    [ 0.580104] PCI: CLS 32 bytes, default 64
    [ 0.580175] Unpacking initramfs...
    [ 0.670340] Freeing initrd memory: 3764k freed
    [ 0.674168] audit: initializing netlink socket (disabled)
    [ 0.674181] type=2000 audit(1335015865.673:1): initialized
    [ 0.682167] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.699702] VFS: Disk quotas dquot_6.5.2
    [ 0.699770] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.699895] msgmni has been set to 4006
    [ 0.700181] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.700227] io scheduler noop registered
    [ 0.700229] io scheduler deadline registered
    [ 0.700273] io scheduler cfq registered (default)
    [ 0.700442] pcieport 0000:00:02.0: setting latency timer to 64
    [ 0.700477] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 0.700580] pcieport 0000:00:07.0: setting latency timer to 64
    [ 0.700612] pcieport 0000:00:07.0: irq 41 for MSI/MSI-X
    [ 0.700843] ERST: Table is not found!
    [ 0.700845] GHES: HEST is not enabled!
    [ 0.700923] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.721568] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.830736] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.836831] Linux agpgart interface v0.103
    [ 0.836899] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.837294] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.837334] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.837463] mousedev: PS/2 mouse device common for all mice
    [ 0.837531] rtc_cmos 00:03: RTC can wake from S4
    [ 0.837651] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.837681] rtc0: alarms up to one month, 242 bytes nvram
    [ 0.837693] cpuidle: using governor ladder
    [ 0.837695] cpuidle: using governor menu
    [ 0.837931] TCP cubic registered
    [ 0.838077] NET: Registered protocol family 10
    [ 0.838557] NET: Registered protocol family 17
    [ 0.838562] Registering the dns_resolver key type
    [ 0.838742] PM: Hibernation image not present or could not be loaded.
    [ 0.838750] registered taskstats version 1
    [ 0.846802] rtc_cmos 00:03: setting system clock to 2012-04-21 13:44:26 UTC (1335015866)
    [ 0.846839] Initializing network drop monitor service
    [ 0.848275] Freeing unused kernel memory: 736k freed
    [ 0.848597] Write protecting the kernel read-only data: 8192k
    [ 0.854844] Freeing unused kernel memory: 1636k freed
    [ 0.858217] Freeing unused kernel memory: 660k freed
    [ 0.859477] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.868953] udevd[63]: starting version 181
    [ 0.870545] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
    [ 0.870553] ACPI: Power Button [PWRB]
    [ 0.870623] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 0.870627] ACPI: Power Button [PWRF]
    [ 0.875995] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [ 0.876001] Disabling lock debugging due to kernel taint
    [ 0.962076] [fglrx] Maximum main memory to use for locked dma buffers: 1879 MBytes.
    [ 0.962284] [fglrx] vendor: 1002 device: 94c1 count: 1
    [ 0.962863] [fglrx] ioport: bar 4, base 0xde00, size: 0x100
    [ 0.962879] pci 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 0.962885] pci 0000:01:00.0: setting latency timer to 64
    [ 0.963275] [fglrx] Kernel PAT support is enabled
    [ 0.963296] [fglrx] module loaded - fglrx 8.95.3 [Mar 8 2012] with 1 minors
    [ 1.006780] SCSI subsystem initialized
    [ 1.009937] usbcore: registered new interface driver usbfs
    [ 1.009968] usbcore: registered new interface driver hub
    [ 1.010740] usbcore: registered new device driver usb
    [ 1.011326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.013144] ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 1.013169] ehci_hcd 0000:00:13.5: EHCI Host Controller
    [ 1.013215] ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1
    [ 1.013248] ehci_hcd 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround
    [ 1.013264] ehci_hcd 0000:00:13.5: debug port 1
    [ 1.013296] ehci_hcd 0000:00:13.5: irq 19, io mem 0xfe029000
    [ 1.013463] libata version 3.00 loaded.
    [ 1.020038] ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00
    [ 1.020228] hub 1-0:1.0: USB hub found
    [ 1.020234] hub 1-0:1.0: 10 ports detected
    [ 1.020473] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.022521] ahci 0000:00:12.0: version 3.0
    [ 1.022555] ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 1.022584] ahci 0000:00:12.0: ASUS M2A-VM: BIOS too old, forcing 32bit DMA, update BIOS
    [ 1.022595] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
    [ 1.022684] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 1.022688] ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part ccc
    [ 1.024214] scsi0 : ahci
    [ 1.025038] scsi1 : ahci
    [ 1.025593] scsi2 : ahci
    [ 1.025912] scsi3 : ahci
    [ 1.026059] ata1: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 22
    [ 1.026063] ata2: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22
    [ 1.026067] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22
    [ 1.026071] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22
    [ 1.030758] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.030788] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.030806] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
    [ 1.030847] ohci_hcd 0000:00:13.0: irq 16, io mem 0xfe02e000
    [ 1.087557] hub 2-0:1.0: USB hub found
    [ 1.087568] hub 2-0:1.0: 2 ports detected
    [ 1.087808] ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.087834] ohci_hcd 0000:00:13.1: OHCI Host Controller
    [ 1.087850] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
    [ 1.087889] ohci_hcd 0000:00:13.1: irq 17, io mem 0xfe02d000
    [ 1.144177] hub 3-0:1.0: USB hub found
    [ 1.144185] hub 3-0:1.0: 2 ports detected
    [ 1.144819] ohci_hcd 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.144840] ohci_hcd 0000:00:13.2: OHCI Host Controller
    [ 1.144854] ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4
    [ 1.144891] ohci_hcd 0000:00:13.2: irq 18, io mem 0xfe02c000
    [ 1.200845] hub 4-0:1.0: USB hub found
    [ 1.200852] hub 4-0:1.0: 2 ports detected
    [ 1.204383] ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.204402] ohci_hcd 0000:00:13.3: OHCI Host Controller
    [ 1.204414] ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 5
    [ 1.204433] ohci_hcd 0000:00:13.3: irq 17, io mem 0xfe02b000
    [ 1.260869] hub 5-0:1.0: USB hub found
    [ 1.260875] hub 5-0:1.0: 2 ports detected
    [ 1.264378] ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.264397] ohci_hcd 0000:00:13.4: OHCI Host Controller
    [ 1.264409] ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 6
    [ 1.264426] ohci_hcd 0000:00:13.4: irq 18, io mem 0xfe02a000
    [ 1.320865] hub 6-0:1.0: USB hub found
    [ 1.320871] hub 6-0:1.0: 2 ports detected
    [ 1.346716] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.346820] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.513356] ata1: softreset failed (device not ready)
    [ 1.513400] ata1: applying PMP SRST workaround and retrying
    [ 1.513426] ata3: softreset failed (device not ready)
    [ 1.513472] ata3: applying PMP SRST workaround and retrying
    [ 1.523350] usb 2-1: new low-speed USB device number 2 using ohci_hcd
    [ 1.680038] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.680071] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.680241] ata3.00: ATAPI: ASUS DRW-2014L1T, 1.00, max UDMA/66
    [ 1.680245] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 1.680546] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 1.680549] ata3.00: configured for UDMA/66
    [ 1.702356] ata1.00: ATA-8: WDC WD5000AAKS-22YGA0, 12.01C02, max UDMA/133
    [ 1.702360] ata1.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    [ 1.702365] ata1.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 1.703192] ata1.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 1.703195] ata1.00: configured for UDMA/133
    [ 1.703398] scsi 0:0:0:0: Direct-Access ATA WDC WD5000AAKS-2 12.0 PQ: 0 ANSI: 5
    [ 1.704013] scsi 2:0:0:0: CD-ROM ASUS DRW-2014L1T 1.00 PQ: 0 ANSI: 5
    [ 1.704911] usbcore: registered new interface driver usbhid
    [ 1.704914] usbhid: USB HID core driver
    [ 1.709979] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 1.710064] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.710067] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.710092] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.712671] input: A4Tech USB Optical Mouse as /devices/pci0000:00/0000:00:13.0/usb2/2-1/2-1:1.0/input/input3
    [ 1.712800] a4tech 0003:09DA:000A.0001: input,hidraw0: USB HID v1.10 Mouse [A4Tech USB Optical Mouse] on usb-0000:00:13.0-1/input0
    [ 1.792215] sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 >
    [ 1.793025] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.142009] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.654799] udevd[184]: starting version 181
    [ 4.814624] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ (2 cpu cores) (version 2.20.00)
    [ 4.814678] powernow-k8: fid 0xf (2300 MHz), vid 0xa
    [ 4.814680] powernow-k8: fid 0xe (2200 MHz), vid 0xb
    [ 4.814682] powernow-k8: fid 0xc (2000 MHz), vid 0xd
    [ 4.814684] powernow-k8: fid 0xa (1800 MHz), vid 0xf
    [ 4.814686] powernow-k8: fid 0x2 (1000 MHz), vid 0x12
    [ 5.037351] IT8716 SuperIO detected.
    [ 5.037732] parport_pc 00:09: reported by Plug and Play ACPI
    [ 5.037763] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
    [ 5.090629] ACPI: Fan [FAN] (on)
    [ 5.093477] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.093480] ACPI: Thermal Zone [THRM] (40 C)
    [ 5.114129] Floppy drive(s): fd0 is 1.44M
    [ 5.130505] FDC 0 is a post-1991 82077
    [ 5.135395] ppdev: user-space parallel port driver
    [ 5.179748] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 5.185988] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    [ 5.284365] Linux media interface: v0.10
    [ 5.311254] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 5.311288] r8169 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 5.311331] r8169 0000:02:00.0: setting latency timer to 64
    [ 5.311393] r8169 0000:02:00.0: irq 42 for MSI/MSI-X
    [ 5.311953] r8169 0000:02:00.0: eth0: RTL8168b/8111b at 0xffffc9001111a000, 00:1d:60:7b:03:17, XID 18000000 IRQ 42
    [ 5.311956] r8169 0000:02:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
    [ 5.362154] snd_hda_intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.367398] IR NEC protocol handler initialized
    [ 5.368170] EDAC MC: Ver: 2.1.0
    [ 5.370103] IR RC5(x) protocol handler initialized
    [ 5.371618] MCE: In-kernel MCE decoding enabled.
    [ 5.373786] AMD64 EDAC driver v3.4.0
    [ 5.375284] IR RC6 protocol handler initialized
    [ 5.401804] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 5.401809] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 5.402190] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 5.428415] IR JVC protocol handler initialized
    [ 5.453158] Linux video capture interface: v2.00
    [ 5.474225] IR Sony protocol handler initialized
    [ 5.486042] EDAC amd64: DRAM ECC disabled.
    [ 5.486053] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    [ 5.486054] Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    [ 5.486056] (Note that use of the override may cause unknown side effects.)
    [ 5.489389] snd_hda_intel 0000:01:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 5.489450] snd_hda_intel 0000:01:00.1: irq 43 for MSI/MSI-X
    [ 5.489474] snd_hda_intel 0000:01:00.1: setting latency timer to 64
    [ 5.489782] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 5.584490] IR MCE Keyboard/mouse protocol handler initialized
    [ 5.648267] lirc_dev: IR Remote Control driver registered, major 249
    [ 5.649264] IR LIRC bridge handler initialized
    [ 5.649632] HDMI status: Codec=0 Pin=3 Presence_Detect=0 ELD_Valid=0
    [ 5.650129] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input5
    [ 5.762564] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.763052] scsi4 : pata_atiixp
    [ 5.763141] scsi5 : pata_atiixp
    [ 5.763585] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
    [ 5.763588] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
    [ 6.004528] cx2388x alsa driver version 0.0.9 loaded
    [ 6.004842] cx88_audio 0000:03:06.1: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [ 6.006311] cx88[0]: subsystem: 107d:6618, board: Leadtek TV2000 XP Global [card=61,autodetected], frontend(s): 0
    [ 6.006314] cx88[0]: TV tuner type 71, Radio tuner type -1
    [ 6.011415] cx88/0: cx2388x v4l2 driver version 0.0.9 loaded
    [ 6.090849] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input6
    [ 6.568231] i2c-core: driver [tuner] using legacy suspend method
    [ 6.568235] i2c-core: driver [tuner] using legacy resume method
    [ 6.571872] tuner 1-0061: Tuner -1 found with type(s) Radio TV.
    [ 6.824431] xc2028 1-0061: creating new instance
    [ 6.824436] xc2028 1-0061: type set to XCeive xc2028/xc3028 tuner
    [ 6.824440] cx88[0]: Asking xc2028/3028 to load firmware xc3028-v27.fw
    [ 6.873363] Registered IR keymap rc-winfast
    [ 6.873473] input: cx88 IR (Leadtek TV2000 XP Glob as /devices/pci0000:00/0000:00:14.4/0000:03:06.1/rc/rc0/input7
    [ 6.873532] rc0: cx88 IR (Leadtek TV2000 XP Glob as /devices/pci0000:00/0000:00:14.4/0000:03:06.1/rc/rc0
    [ 6.873581] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
    [ 6.877165] cx8800 0000:03:06.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [ 6.877175] cx88[0]/0: found at 0000:03:06.0, rev: 5, irq: 21, latency: 64, mmio: 0xfc000000
    [ 6.986917] xc2028 1-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
    [ 6.987025] cx88[0]: Calling XC2028/3028 callback
    [ 7.137054] xc2028 1-0061: Loading firmware for type=BASE (1), id 0000000000000000.
    [ 7.137058] cx88[0]: Calling XC2028/3028 callback
    [ 7.848967] cx88[0]: Calling XC2028/3028 callback
    [ 7.849552] cx88[0]: Calling XC2028/3028 callback
    [ 7.850136] cx88[0]: Calling XC2028/3028 callback
    [ 7.850718] cx88[0]: Calling XC2028/3028 callback
    [ 7.851664] cx88[0]: Calling XC2028/3028 callback
    [ 7.954303] cx88[0]: Calling XC2028/3028 callback
    [ 7.955248] cx88[0]: Calling XC2028/3028 callback
    [ 7.956193] cx88[0]: Calling XC2028/3028 callback
    [ 7.957144] cx88[0]: Calling XC2028/3028 callback
    [ 7.958088] cx88[0]: Calling XC2028/3028 callback
    [ 7.959032] cx88[0]: Calling XC2028/3028 callback
    [ 7.959976] cx88[0]: Calling XC2028/3028 callback
    [ 7.960931] cx88[0]: Calling XC2028/3028 callback
    [ 7.961876] cx88[0]: Calling XC2028/3028 callback
    [ 7.962816] cx88[0]: Calling XC2028/3028 callback
    [ 7.963771] cx88[0]: Calling XC2028/3028 callback
    [ 7.964716] cx88[0]: Calling XC2028/3028 callback
    [ 7.965661] cx88[0]: Calling XC2028/3028 callback
    [ 7.966606] cx88[0]: Calling XC2028/3028 callback
    [ 7.967558] cx88[0]: Calling XC2028/3028 callback
    [ 7.968503] cx88[0]: Calling XC2028/3028 callback
    [ 7.969439] cx88[0]: Calling XC2028/3028 callback
    [ 7.970395] cx88[0]: Calling XC2028/3028 callback
    [ 7.971337] cx88[0]: Calling XC2028/3028 callback
    [ 7.972278] cx88[0]: Calling XC2028/3028 callback
    [ 7.973223] cx88[0]: Calling XC2028/3028 callback
    [ 7.974177] cx88[0]: Calling XC2028/3028 callback
    [ 7.975117] cx88[0]: Calling XC2028/3028 callback
    [ 7.976058] cx88[0]: Calling XC2028/3028 callback
    [ 7.977012] cx88[0]: Calling XC2028/3028 callback
    [ 7.977957] cx88[0]: Calling XC2028/3028 callback
    [ 7.978897] cx88[0]: Calling XC2028/3028 callback
    [ 7.979841] cx88[0]: Calling XC2028/3028 callback
    [ 7.980793] cx88[0]: Calling XC2028/3028 callback
    [ 7.981737] cx88[0]: Calling XC2028/3028 callback
    [ 7.982683] cx88[0]: Calling XC2028/3028 callback
    [ 7.983638] cx88[0]: Calling XC2028/3028 callback
    [ 7.984583] cx88[0]: Calling XC2028/3028 callback
    [ 7.985527] cx88[0]: Calling XC2028/3028 callback
    [ 7.986464] cx88[0]: Calling XC2028/3028 callback
    [ 7.987419] cx88[0]: Calling XC2028/3028 callback
    [ 7.988364] cx88[0]: Calling XC2028/3028 callback
    [ 7.989306] cx88[0]: Calling XC2028/3028 callback
    [ 7.990262] cx88[0]: Calling XC2028/3028 callback
    [ 7.991206] cx88[0]: Calling XC2028/3028 callback
    [ 7.992151] cx88[0]: Calling XC2028/3028 callback
    [ 7.993096] cx88[0]: Calling XC2028/3028 callback
    [ 7.994051] cx88[0]: Calling XC2028/3028 callback
    [ 7.994996] cx88[0]: Calling XC2028/3028 callback
    [ 7.995937] cx88[0]: Calling XC2028/3028 callback
    [ 7.996884] cx88[0]: Calling XC2028/3028 callback
    [ 7.997826] cx88[0]: Calling XC2028/3028 callback
    [ 7.998771] cx88[0]: Calling XC2028/3028 callback
    [ 7.999716] cx88[0]: Calling XC2028/3028 callback
    [ 8.000672] cx88[0]: Calling XC2028/3028 callback
    [ 8.001616] cx88[0]: Calling XC2028/3028 callback
    [ 8.002557] cx88[0]: Calling XC2028/3028 callback
    [ 8.003512] cx88[0]: Calling XC2028/3028 callback
    [ 8.004449] cx88[0]: Calling XC2028/3028 callback
    [ 8.005394] cx88[0]: Calling XC2028/3028 callback
    [ 8.006337] cx88[0]: Calling XC2028/3028 callback
    [ 8.007284] cx88[0]: Calling XC2028/3028 callback
    [ 8.008226] cx88[0]: Calling XC2028/3028 callback
    [ 8.009170] cx88[0]: Calling XC2028/3028 callback
    [ 8.010125] cx88[0]: Calling XC2028/3028 callback
    [ 8.011068] cx88[0]: Calling XC2028/3028 callback
    [ 8.012012] cx88[0]: Calling XC2028/3028 callback
    [ 8.012956] cx88[0]: Calling XC2028/3028 callback
    [ 8.013911] cx88[0]: Calling XC2028/3028 callback
    [ 8.014856] cx88[0]: Calling XC2028/3028 callback
    [ 8.015797] cx88[0]: Calling XC2028/3028 callback
    [ 8.016758] cx88[0]: Calling XC2028/3028 callback
    [ 8.017704] cx88[0]: Calling XC2028/3028 callback
    [ 8.018646] cx88[0]: Calling XC2028/3028 callback
    [ 8.019590] cx88[0]: Calling XC2028/3028 callback
    [ 8.020547] cx88[0]: Calling XC2028/3028 callback
    [ 8.021488] cx88[0]: Calling XC2028/3028 callback
    [ 8.022426] cx88[0]: Calling XC2028/3028 callback
    [ 8.023386] cx88[0]: Calling XC2028/3028 callback
    [ 8.024330] cx88[0]: Calling XC2028/3028 callback
    [ 8.025275] cx88[0]: Calling XC2028/3028 callback
    [ 8.026217] cx88[0]: Calling XC2028/3028 callback
    [ 8.027174] cx88[0]: Calling XC2028/3028 callback
    [ 8.028117] cx88[0]: Calling XC2028/3028 callback
    [ 8.029058] cx88[0]: Calling XC2028/3028 callback
    [ 8.030014] cx88[0]: Calling XC2028/3028 callback
    [ 8.030957] cx88[0]: Calling XC2028/3028 callback
    [ 8.031897] cx88[0]: Calling XC2028/3028 callback
    [ 8.032842] cx88[0]: Calling XC2028/3028 callback
    [ 8.033797] cx88[0]: Calling XC2028/3028 callback
    [ 8.034738] cx88[0]: Calling XC2028/3028 callback
    [ 8.035683] cx88[0]: Calling XC2028/3028 callback
    [ 8.036626] cx88[0]: Calling XC2028/3028 callback
    [ 8.037577] cx88[0]: Calling XC2028/3028 callback
    [ 8.038522] cx88[0]: Calling XC2028/3028 callback
    [ 8.039459] cx88[0]: Calling XC2028/3028 callback
    [ 8.040415] cx88[0]: Calling XC2028/3028 callback
    [ 8.041358] cx88[0]: Calling XC2028/3028 callback
    [ 8.042303] cx88[0]: Calling XC2028/3028 callback
    [ 8.043247] cx88[0]: Calling XC2028/3028 callback
    [ 8.044199] cx88[0]: Calling XC2028/3028 callback
    [ 8.045143] cx88[0]: Calling XC2028/3028 callback
    [ 8.046087] cx88[0]: Calling XC2028/3028 callback
    [ 8.047041] cx88[0]: Calling XC2028/3028 callback
    [ 8.047986] cx88[0]: Calling XC2028/3028 callback
    [ 8.048932] cx88[0]: Calling XC2028/3028 callback
    [ 8.049876] cx88[0]: Calling XC2028/3028 callback
    [ 8.050832] cx88[0]: Calling XC2028/3028 callback
    [ 8.051777] cx88[0]: Calling XC2028/3028 callback
    [ 8.052717] cx88[0]: Calling XC2028/3028 callback
    [ 8.053672] cx88[0]: Calling XC2028/3028 callback
    [ 8.054617] cx88[0]: Calling XC2028/3028 callback
    [ 8.055557] cx88[0]: Calling XC2028/3028 callback
    [ 8.056503] cx88[0]: Calling XC2028/3028 callback
    [ 8.057451] cx88[0]: Calling XC2028/3028 callback
    [ 8.058396] cx88[0]: Calling XC2028/3028 callback
    [ 8.059338] cx88[0]: Calling XC2028/3028 callback
    [ 8.060291] cx88[0]: Calling XC2028/3028 callback
    [ 8.061236] cx88[0]: Calling XC2028/3028 callback
    [ 8.062176] cx88[0]: Calling XC2028/3028 callback
    [ 8.063117] cx88[0]: Calling XC2028/3028 callback
    [ 8.064072] cx88[0]: Calling XC2028/3028 callback
    [ 8.065016] cx88[0]: Calling XC2028/3028 callback
    [ 8.065962] cx88[0]: Calling XC2028/3028 callback
    [ 8.066916] cx88[0]: Calling XC2028/3028 callback
    [ 8.067856] cx88[0]: Calling XC2028/3028 callback
    [ 8.068796] cx88[0]: Calling XC2028/3028 callback
    [ 8.069736] cx88[0]: Calling XC2028/3028 callback
    [ 8.070691] cx88[0]: Calling XC2028/3028 callback
    [ 8.071635] cx88[0]: Calling XC2028/3028 callback
    [ 8.072576] cx88[0]: Calling XC2028/3028 callback
    [ 8.073531] cx88[0]: Calling XC2028/3028 callback
    [ 8.074468] cx88[0]: Calling XC2028/3028 callback
    [ 8.075412] cx88[0]: Calling XC2028/3028 callback
    [ 8.076357] cx88[0]: Calling XC2028/3028 callback
    [ 8.077312] cx88[0]: Calling XC2028/3028 callback
    [ 8.078257] cx88[0]: Calling XC2028/3028 callback
    [ 8.079203] cx88[0]: Calling XC2028/3028 callback
    [ 8.080167] cx88[0]: Calling XC2028/3028 callback
    [ 8.081112] cx88[0]: Calling XC2028/3028 callback
    [ 8.082058] cx88[0]: Calling XC2028/3028 callback
    [ 8.083002] cx88[0]: Calling XC2028/3028 callback
    [ 8.083957] cx88[0]: Calling XC2028/3028 callback
    [ 8.084899] cx88[0]: Calling XC2028/3028 callback
    [ 8.085843] cx88[0]: Calling XC2028/3028 callback
    [ 8.086797] cx88[0]: Calling XC2028/3028 callback
    [ 8.087738] cx88[0]: Calling XC2028/3028 callback
    [ 8.088683] cx88[0]: Calling XC2028/3028 callback
    [ 8.089626] cx88[0]: Calling XC2028/3028 callback
    [ 8.090578] cx88[0]: Calling XC2028/3028 callback
    [ 8.091518] cx88[0]: Calling XC2028/3028 callback
    [ 8.092454] cx88[0]: Calling XC2028/3028 callback
    [ 8.093405] cx88[0]: Calling XC2028/3028 callback
    [ 8.094351] cx88[0]: Calling XC2028/3028 callback
    [ 8.095296] cx88[0]: Calling XC2028/3028 callback
    [ 8.096238] cx88[0]: Calling XC2028/3028 callback
    [ 8.097191] cx88[0]: Calling XC2028/3028 callback
    [ 8.098137] cx88[0]: Calling XC2028/3028 callback
    [ 8.099078] cx88[0]: Calling XC2028/3028 callback
    [ 8.100034] cx88[0]: Calling XC2028/3028 callback
    [ 8.100977] cx88[0]: Calling XC2028/3028 callback
    [ 8.101922] cx88[0]: Calling XC2028/3028 callback
    [ 8.102865] cx88[0]: Calling XC2028/3028 callback
    [ 8.103817] cx88[0]: Calling XC2028/3028 callback
    [ 8.104757] cx88[0]: Calling XC2028/3028 callback
    [ 8.105698] cx88[0]: Calling XC2028/3028 callback
    [ 8.106643] cx88[0]: Calling XC2028/3028 callback
    [ 8.107597] cx88[0]: Calling XC2028/3028 callback
    [ 8.108537] cx88[0]: Calling XC2028/3028 callback
    [ 8.109474] cx88[0]: Calling XC2028/3028 callback
    [ 8.110426] cx88[0]: Calling XC2028/3028 callback
    [ 8.111371] cx88[0]: Calling XC2028/3028 callback
    [ 8.112316] cx88[0]: Calling XC2028/3028 callback
    [ 8.113257] cx88[0]: Calling XC2028/3028 callback
    [ 8.114212] cx88[0]: Calling XC2028/3028 callback
    [ 8.115156] cx88[0]: Calling XC2028/3028 callback
    [ 8.116098] cx88[0]: Calling XC2028/3028 callback
    [ 8.117052] cx88[0]: Calling XC2028/3028 callback
    [ 8.117997] cx88[0]: Calling XC2028/3028 callback
    [ 8.118936] cx88[0]: Calling XC2028/3028 callback
    [ 8.119877] cx88[0]: Calling XC2028/3028 callback
    [ 8.120832] cx88[0]: Calling XC2028/3028 callback
    [ 8.121777] cx88[0]: Calling XC2028/3028 callback
    [ 8.122723] cx88[0]: Calling XC2028/3028 callback
    [ 8.123677] cx88[0]: Calling XC2028/3028 callback
    [ 8.124617] cx88[0]: Calling XC2028/3028 callback
    [ 8.125557] cx88[0]: Calling XC2028/3028 callback
    [ 8.126502] cx88[0]: Calling XC2028/3028 callback
    [ 8.127448] cx88[0]: Calling XC2028/3028 callback
    [ 8.128392] cx88[0]: Calling XC2028/3028 callback
    [ 8.129337] cx88[0]: Calling XC2028/3028 callback
    [ 8.130286] cx88[0]: Calling XC2028/3028 callback
    [ 8.131231] cx88[0]: Calling XC2028/3028 callback
    [ 8.132177] cx88[0]: Calling XC2028/3028 callback
    [ 8.133117] cx88[0]: Calling XC2028/3028 callback
    [ 8.134072] cx88[0]: Calling XC2028/3028 callback
    [ 8.135016] cx88[0]: Calling XC2028/3028 callback
    [ 8.135957] cx88[0]: Calling XC2028/3028 callback
    [ 8.136903] cx88[0]: Calling XC2028/3028 callback
    [ 8.137847] cx88[0]: Calling XC2028/3028 callback
    [ 8.138792] cx88[0]: Calling XC2028/3028 callback
    [ 8.139736] cx88[0]: Calling XC2028/3028 callback
    [ 8.140691] cx88[0]: Calling XC2028/3028 callback
    [ 8.141636] cx88[0]: Calling XC2028/3028 callback
    [ 8.142577] cx88[0]: Calling XC2028/3028 callback
    [ 8.143532] cx88[0]: Calling XC2028/3028 callback
    [ 8.144469] cx88[0]: Calling XC2028/3028 callback
    [ 8.145413] cx88[0]: Calling XC2028/3028 callback
    [ 8.146357] cx88[0]: Calling XC2028/3028 callback
    [ 8.147303] cx88[0]: Calling XC2028/3028 callback
    [ 8.148248] cx88[0]: Calling XC2028/3028 callback
    [ 8.149192] cx88[0]: Calling XC2028/3028 callback
    [ 8.150146] cx88[0]: Calling XC2028/3028 callback
    [ 8.151091] cx88[0]: Calling XC2028/3028 callback
    [ 8.152036] cx88[0]: Calling XC2028/3028 callback
    [ 8.152977] cx88[0]: Calling XC2028/3028 callback
    [ 8.153933] cx88[0]: Calling XC2028/3028 callback
    [ 8.154878] cx88[0]: Calling XC2028/3028 callback
    [ 8.155823] cx88[0]: Calling XC2028/3028 callback
    [ 8.156773] cx88[0]: Calling XC2028/3028 callback
    [ 8.157718] cx88[0]: Calling XC2028/3028 callback
    [ 8.158663] cx88[0]: Calling XC2028/3028 callback
    [ 8.159606] cx88[0]: Calling XC2028/3028 callback
    [ 8.160558] cx88[0]: Calling XC2028/3028 callback
    [ 8.161503] cx88[0]: Calling XC2028/3028 callback
    [ 8.162440] cx88[0]: Calling XC2028/3028 callback
    [ 8.163396] cx88[0]: Calling XC2028/3028 callback
    [ 8.164338] cx88[0]: Calling XC2028/3028 callback
    [ 8.165279] cx88[0]: Calling XC2028/3028 callback
    [ 8.166224] cx88[0]: Calling XC2028/3028 callback
    [ 8.167176] cx88[0]: Calling XC2028/3028 callback
    [ 8.168118] cx88[0]: Calling XC2028/3028 callback
    [ 8.169058] cx88[0]: Calling XC2028/3028 callback
    [ 8.170014] cx88[0]: Calling XC2028/3028 callback
    [ 8.170958] cx88[0]: Calling XC2028/3028 callback
    [ 8.171898] cx88[0]: Calling XC2028/3028 callback
    [ 8.172842] cx88[0]: Calling XC2028/3028 callback
    [ 8.173797] cx88[0]: Calling XC2028/3028 callback
    [ 8.174737] cx88[0]: Calling XC2028/3028 callback
    [ 8.175682] cx88[0]: Calling XC2028/3028 callback
    [ 8.176625] cx88[0]: Calling XC2028/3028 callback
    [ 8.177578] cx88[0]: Calling XC2028/3028 callback
    [ 8.178517] cx88[0]: Calling XC2028/3028 callback
    [ 8.179456] cx88[0]: Calling XC2028/3028 callback
    [ 8.180406] cx88[0]: Calling XC2028/3028 callback
    [ 8.181350] cx88[0]: Calling XC2028/3028 callback
    [ 8.182293] cx88[0]: Calling XC2028/3028 callback
    [ 8.183237] cx88[0]: Calling XC2028/3028 callback
    [ 8.184191] cx88[0]: Calling XC2028/3028 callback
    [ 8.185136] cx88[0]: Calling XC2028/3028 callback
    [ 8.186078] cx88[0]: Calling XC2028/3028 callback
    [ 8.187032] cx88[0]: Calling XC2028/3028 callback
    [ 8.187977] cx88[0]: Calling XC2028/3028 callback
    [ 8.188917] cx88[0]: Calling XC2028/3028 callback
    [ 8.189862] cx88[0]: Calling XC2028/3028 callback
    [ 8.190817] cx88[0]: Calling XC2028/3028 callback
    [ 8.191757] cx88[0]: Calling XC2028/3028 callback
    [ 8.192697] cx88[0]: Calling XC2028/3028 callback
    [ 8.193652] cx88[0]: Calling XC2028/3028 callback
    [ 8.194597] cx88[0]: Calling XC2028/3028 callback
    [ 8.195537] cx88[0]: Calling XC2028/3028 callback
    [ 8.196474] cx88[0]: Calling XC2028/3028 callback
    [ 8.197424] cx88[0]: Calling XC2028/3028 callback
    [ 8.198368] cx88[0]: Calling XC2028/3028 callback
    [ 8.199312] cx88[0]: Calling XC2028/3028 callback
    [ 8.200272] cx88[0]: Calling XC2028/3028 callback
    [ 8.201216] cx88[0]: Calling XC2028/3028 callback
    [ 8.202157] cx88[0]: Calling XC2028/3028 callback
    [ 8.203098] cx88[0]: Calling XC2028/3028 callback
    [ 8.204053] cx88[0]: Calling XC2028/3028 callback
    [ 8.204997] cx88[0]: Calling XC2028/3028 callback
    [ 8.205937] cx88[0]: Calling XC2028/3028 callback
    [ 8.206884] cx88[0]: Calling XC2028/3028 callback
    [ 8.207827] cx88[0]: Calling XC2028/3028 callback
    [ 8.208772] cx88[0]: Calling XC2028/3028 callback
    [ 8.209717] cx88[0]: Calling XC2028/3028 callback
    [ 8.210672] cx88[0]: Calling XC2028/3028 callback
    [ 8.211616] cx88[0]: Calling XC2028/3028 callback
    [ 8.212557] cx88[0]: Calling XC2028/3028 callback
    [ 8.213512] cx88[0]: Calling XC2028/3028 callback
    [ 8.214449] cx88[0]: Calling XC2028/3028 callback
    [ 8.215392] cx88[0]: Calling XC2028/3028 callback
    [ 8.216337] cx88[0]: Calling XC2028/3028 callback
    [ 8.217293] cx88[0]: Calling XC2028/3028 callback
    [ 8.218237] cx88[0]: Calling XC2028/3028 callback
    [ 8.219177] cx88[0]: Calling XC2028/3028 callback
    [ 8.220126] cx88[0]: Calling XC2028/3028 callback
    [ 8.221068] cx88[0]: Calling XC2028/3028 callback
    [ 8.222012] cx88[0]: Calling XC2028/3028 callback
    [ 8.222957] cx88[0]: Calling XC2028/3028 callback
    [ 8.223912] cx88[0]: Calling XC2028/3028 callback
    [ 8.224856] cx88[0]: Calling XC2028/3028 callback
    [ 8.225801] cx88[0]: Calling XC2028/3028 callback
    [ 8.226757] cx88[0]: Calling XC2028/3028 callback
    [ 8.227698] cx88[0]: Calling XC2028/3028 callback
    [ 8.228643] cx88[0]: Calling XC2028/3028 callback
    [ 8.229586] cx88[0]: Calling XC2028/3028 callback
    [ 8.230538] cx88[0]: Calling XC2028/3028 callback
    [ 8.231475] cx88[0]: Calling XC2028/3028 callback
    [ 8.232416] cx88[0]: Calling XC2028/3028 callback
    [ 8.233367] cx88[0]: Calling XC2028/3028 callback
    [ 8.234312] cx88[0]: Calling XC2028/3028 callback
    [ 8.235256] cx88[0]: Calling XC2028/3028 callback
    [ 8.236196] cx88[0]: Calling XC2028/3028 callback
    [ 8.237144] cx88[0]: Calling XC2028/3028 callback
    [ 8.238087] cx88[0]: Calling XC2028/3028 callback
    [ 8.239031] cx88[0]: Calling XC2028/3028 callback
    [ 8.239975] cx88[0]: Calling XC2028/3028 callback
    [ 8.240928] cx88[0]: Calling XC2028/3028 callback
    [ 8.241872] cx88[0]: Calling XC2028/3028 callback
    [ 8.242816] cx88[0]: Calling XC2028/3028 callback
    [ 8.243771] cx88[0]: Calling XC2028/3028 callback
    [ 8.244715] cx88[0]: Calling XC2028/3028 callback
    [ 8.245656] cx88[0]: Calling XC2028/3028 callback
    [ 8.246596] cx88[0]: Calling XC2028/3028 callback
    [ 8.247547] cx88[0]: Calling XC2028/3028 callback
    [ 8.248488] cx88[0]: Calling XC2028/3028 callback
    [ 8.249426] cx88[0]: Calling XC2028/3028 callback
    [ 8.250381] cx88[0]: Calling XC2028/3028 callback
    [ 8.251327] cx88[0]: Calling XC2028/3028 callback
    [ 8.252272] cx88[0]: Calling XC2028/3028 callback
    [ 8.253215] cx88[0]: Calling XC2028/3028 callback
    [ 8.254167] cx88[0]: Calling XC2028/3028 callback
    [ 8.255112] cx88[0]: Calling XC2028/3028 callback
    [ 8.256057] cx88[0]: Calling XC2028/3028 callback
    [ 8.257012] cx88[0]: Calling XC2028/3028 callback
    [ 8.257957] cx88[0]: Calling XC2028/3028 callback
    [ 8.258897] cx88[0]: Calling XC2028/3028 callback
    [ 8.259842] cx88[0]: Calling XC2028/3028 callback
    [ 8.260798] cx88[0]: Calling XC2028/3028 callback
    [ 8.261743] cx88[0]: Calling XC2028/3028 callback
    [ 8.262688] cx88[0]: Calling XC2028/3028 callback
    [ 8.263644] cx88[0]: Calling XC2028/3028 callback
    [ 8.264587] cx88[0]: Calling XC2028/3028 callback
    [ 8.265532] cx88[0]: Calling XC2028/3028 callback
    [ 8.266470] cx88[0]: Calling XC2028/3028 callback
    [ 8.267424] cx88[0]: Calling XC2028/3028 callback
    [ 8.268367] cx88[0]: Calling XC2028/3028 callback
    [ 8.269311] cx88[0]: Calling XC2028/3028 callback
    [ 8.270267] cx88[0]: Calling XC2028/3028 callback
    [ 8.271212] cx88[0]: Calling XC2028/3028 callback
    [ 8.272156] cx88[0]: Calling XC2028/3028 callback
    [ 8.273098] cx88[0]: Calling XC2028/3028 callback
    [ 8.274052] cx88[0]: Calling XC2028/3028 callback
    [ 8.274997] cx88[0]: Calling XC2028/3028 callback
    [ 8.275937] cx88[0]: Calling XC2028/3028 callback
    [ 8.276892] cx88[0]: Calling XC2028/3028 callback
    [ 8.277837] cx88[0]: Calling XC2028/3028 callback
    [ 8.278777] cx88[0]: Calling XC2028/3028 callback
    [ 8.279718] cx88[0]: Calling XC2028/3028 callback
    [ 8.280672] cx88[0]: Calling XC2028/3028 callback
    [ 8.281616] cx88[0]: Calling XC2028/3028 callback
    [ 8.282557] cx88[0]: Calling XC2028/3028 callback
    [ 8.283512] cx88[0]: Calling XC2028/3028 callback
    [ 8.284449] cx88[0]: Calling XC2028/3028 callba

  • [SOLVED] Running Systemd service on login (encrypted home partition)

    Hi,
    I have a dm-crypt/LUKS encrypted home partition that's mounted via PAM on login. I'm trying to use a systemd service (profile-sync-daemon), but the service tries to start and access the home partition before the partition is mounted. The service does seem to start successfully, but it doesn't gain access to necessary files on the home partition and malfunctions later on. Is there a sane hack to somehow delay the start of the service until the relevant partition gets mounted (basically after login)? Manually starting the service after login works just as intended in this case - I'm just looking for a way to automate this process.
    I have an idea of starting the service via Openbox autostart, but I've currently failed in my attempts.
    Last edited by ggg377 (2015-05-28 18:31:10)

    Things got quite complicated and hacky as I researched this so I went out of the box a bit (or took the easy way out, whichever you prefer) and reinstalled Arch with a full disk encryption. All is fine now and I also expect to see less problems overall in the future. If anyone wants to continue researching this it would probably be a good idea to start a new thread.

  • Mounting separate /home partition

    So I have a separate /home partition.
    It's /dev/sda1 and a EXT3 partition.
    How would I mount this as /home in the /etc/fstab?

    sand_man wrote:
    Arm-the-Homeless wrote:
    So I have a separate /home partition.
    It's /dev/sda1 and a EXT3 partition.
    How would I mount this as /home in the /etc/fstab?
    I understand that this is the Newbie Corner but this should have already been done in the Arch Setup. Or are you doing a manual install?
    I already had a separate /home partition and when I selected it, it said to pick a filesystem.
    So I thought that meant it would be overwritten.

  • Set home partition fs type to vfat

    Hi, guys, I am doing a regular Arch installation to a USB stick. I have no trouble finishing the installation and getting me a bootable USB disk. What I want is to combine the boot partition and home partition into one, I mean mount a single partition on both /boot and /home. This saves me partitions as it seems that I can not use logical partition on a USB disk (I am not quite sure, if some one could clarify this, thanks). Anyway, I chose the first partition for this purpose, because it allows me to transfer data between Linux and Windows. Then it implies that I have to format this partition to vfat. Unfortunately when I boot into Arch, I found that all files in /home is owned by root, even the home dir of a regular user I created. But if I format this partition to ext2, it has no such problem. So I wonder if this is specific to the vfat fs type. If not, what combinations of mount options are the best (solve the problem securely) for this purpose? Below is the entry in my /etc/fstab for this partition
    LABEL=hoot /home vfat defaults 0 2
    I guess the option "users" could solve it, but I wanna hear your suggestions.
    Last edited by plmday (2010-07-28 04:25:50)

    shetland_breeder wrote:
    What's this about Windows only being able to use the first partition on a USB stick?
    I've had Corsair Voyagers with two partitions for years (one for booting DOS with Ghost and one for random files) and Windows (95, XP and Vista) could read and write both partitions.
    I still remember what I found via Google weeks ago about this. Windows treats a USB Flash Disk as Removable, not a USB HDD. If a USB disk (usually flash) is identified as Removable by Windows, it could not see all other partitions but the first one (This is a stupid behavior many people complain.) Some smart guys figured out how to make Windows access other partitions by some tricks. One guy in particular even wrote a driver to make Windows see Any USB Flash Drive As A Local Disk. However, all these tricks require admin privilege which as I said before is not always possible if the Windows machine is not mine because I want a portable USB disk: if one machine in front of my face allows me to boot from USB, great, I can boot into one distro; if not, I can still rely on PortableApps. Because Windows can only see the first partition (of FAT or NTFS) without hacking, I have no choice but to put as much data to be shared between two OS-es as possible in the first partition.

  • Separate home partition

    Hi, I would like my /home directory on a seperate partition.  It is going to be shared with Ubuntu 10.10.  I already have it set up in Ubuntu 10.10, but now I need to set it up in Arch Linux.  Since all my home contents are already on the new /home partition, I just need to tell Arch Linux to mount that partition automatically. 
    How can I do just that?
    Im assuming I would generally follow this: https://help.ubuntu.com/community/Parti … ome/Moving  except for any steps that invlove copying home directories.  Is this right?
    I just want to make sure, just so I don't screw things up.

    TWILisawesome wrote:
    Update:
    I issued the cat command in both OS's and they report almost the same message.  In Ubuntu:
    james:x:1000:1000:/home/james:/bin/bash
    In Arch:
    james:x:1000:100:/home/james:/bin/bash
    There is one less zero in the arch command.  Could this be a concern?
    Any file you create will have its group the same as default group of your user. So, in order to make them similar just change one of these users default group. See man useradd about -g parameter.

  • /home partition corrupts randomly

    My /home partition 'forgets' that it's ext4 every few restarts.  Arch claims it's inconsistent when it tries to read it as an ext2 filesystem.
    When I boot up gparted, it says the partition is unallocated.
    Does anyone have any idea what's going on?  Is my disk going bad?  None of my other partitions/OSes have shown any signs of failing.
    Last edited by jiaweihli (2012-03-12 02:44:29)

    administrator@VS ~ $ > cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    /dev/sda6 / ext4 defaults 0 1
    /dev/sda7 /home ext4 defaults 0 1
    /dev/sda2 /media/data ntfs defaults,nofail 0 2
    administrator@VS ~ $ > sudo fdisk -l /dev/sda
    Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
    255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x6658bd64
    Device Boot Start End Blocks Id System
    /dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
    /dev/sda2 307408896 614402047 153496576 7 HPFS/NTFS/exFAT
    /dev/sda3 614402048 1953525167 669561560 7 HPFS/NTFS/exFAT
    /dev/sda4 208894 307408895 153600001 5 Extended
    /dev/sda5 108752896 204802047 48024576 83 Linux
    /dev/sda6 210944 108750847 54269952 83 Linux
    /dev/sda7 204804096 307408895 51302400 83 Linux
    Partition table entries are not in disk order
    As irrelevant as this info might be: sda1 is my boot, sda3 is Windows, and sda5 is Ubuntu.
    My home partition corrupted 3 times today, and my data partition corrupted once.  I would 'fix' them by reformatting them (this is a fresh install of Arch, so I didn't lose anything in either partition)
    Both of them are now working now.  Is there a log file I can post that would be more helpful to getting to the bottom of this issue?

  • My iphone 5 does not turn on anymore.  when i plug the charger in the apple icon turns on and off but the home screen never shows up.what do i do to fix it? how can i get my info back?

    My iphone 5 does not turn on anymore.  when i plug the charger in the apple icon turns on and off but the home screen never shows up.what do i do to fix it? how can i get my info back?

    from the information you provided i can't tell if it is a hardware problem or a software problem. I do have an idea though, try to press your home button and lock button at the same time.

  • My ipod touch 5th generation will not turn on and the home button doesn't work. what do i do?

    Hello my name is Leslie and i would like to ask you guys a question on how to fix my ipod or what is wrong with it. My ipod touch 5th generation will not turn on and the home button doesn't work. what can i do to fix it ?

    Has the home button worked in the past, or is this been something that hasn't worked for some time? The only way to reset the device is with the sleep/wake (power) and home buttons together. Without it, you would have to wait until the battery dies and then plug it in to try and reset it. The Home button is used for several user troubleshooting steps. Without it, you cannot perform a reset, put the device into recovery mode, or place it in DFU mode. You need to get the home button repaired.

  • After upgrade my Iphone 4 to iso5, I can't add contact and I can't access the settings for mail,contacts and calender. The moment I select the setting for Mails, Contact and Calender it will jump back to home. Can someone advice what's wrong with it?

    After upgrade my Iphone 4 to iso5, I can't add contact and I can't access the settings for mail,contacts and calender. The moment I select the setting for Mails, Contact and Calender it will jump back to home. Can someone advice what's wrong with it?Problr

    Dear All
    i have done the same activity ( buy a new iphone 4 -> upgrade to ios5 - > configure email) with success-
    than when i start to move the contacts from old mobile to iphone (using the microsim) i receive the same crash
    in disgnosis e use i saw 2 dump with this title 'latestCrash-Preferences.plist and LatestCrash.plist. in each file the date is the same and i read:
    Exception Tyle: EXC_CRASH (SIGABRT)
    Exception code: 0x00000000, 0x00000000
    Chrashed Thread: 6
    in thread 6: name: Dispatch queue:
    com.apple.addressBookUI.ContactsSettingPlugin
    and thaan a lot of data.
    Have you any idea?
    thank in advance
    Fabio

Maybe you are looking for