[Solved] errors with keys after pacman update?

Hi,
I installed pacman 4.0.1-4, but now this is what happens when I try and update.
Proceed with installation? [Y/n] Y
(28/28) checking package integrity [######################] 100%
error: binutils-multilib: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
error: libcap-ng: signature from "Ionut Biru <[email protected]>" is unknown trust
error: cifs-utils: signature from "Tobias Powalowski <[email protected]>" is unknown trust
error: cmake: signature from "Dave Reisner <[email protected]>" is unknown trust
error: colord: signature from "Ionut Biru <[email protected]>" is unknown trust
error: lib32-glibc: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
error: lib32-gcc-libs: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
error: gcc-libs-multilib: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
error: gcc-multilib: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
error: perl: key "6D1655C14CE1C13E" is unknown
error: key "6D1655C14CE1C13E" could not be looked up remotely
error: openssl: signature from "Pierre Schmitz <[email protected]>" is unknown trust
error: git: signature from "Dan McGee <[email protected]>" is unknown trust
error: gpgme: signature from "Dave Reisner <[email protected]>" is unknown trust
error: gvfs: signature from "Dave Reisner <[email protected]>" is unknown trust
error: inetutils: key "FCF2CB179205AC90" is unknown
:: Import PGP key 9205AC90, "Eric Belanger <[email protected]>", created 2011-04-19? [Y/n] Y
error: key "Eric Belanger <[email protected]>" could not be imported
error: intltool: key "FCF2CB179205AC90" is unknown
:: Import PGP key 9205AC90, "Eric Belanger <[email protected]>", created 2011-04-19? [Y/n] ^C
Interrupt signal received
When pacman updated it suggested that I run this command,
sudo pacman-key --init
I know that usually I would say yes to a key and pacman should remember it, but what are all the errors?
Last edited by mich04 (2012-01-20 17:19:26)

# /etc/pacman.conf
# See the pacman.conf(5) manpage for option and repository directives
# GENERAL OPTIONS
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
HoldPkg = pacman glibc
# If upgrades are available for these packages they will be asked for first
SyncFirst = pacman
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#XferCommand = /usr/bin/curl -C - -f %u > %o
#CleanMethod = KeepInstalled
Architecture = auto
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
# Misc options (all disabled by default)
#UseSyslog
#ShowSize
#UseDelta
#TotalDownload
#CheckSpace
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
# - URLs will have $arch replaced by the name of the architecture
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
#[testing]
#Include = /etc/pacman.d/mirrorlist
[core]
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
#[community-testing]
#Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.
#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist
[multilib]
Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
Here it is.

Similar Messages

  • [SOLVED] RT2870 drops connection after pacman update

    Since last pacman upgrade my USB wireless works for just a few seconds while used; while watching transfer speed I see at first full speed and then going slower and slower and in a few secs totally stopped, without being disconnected. I have to reboot to get it working again (worked sometimes by ip link set wlan 0 down & up)
    No difference using Wicd or networkmanager.
    I have never had any issues earlier even since Kernel 3.0.
    Linksys router with standard WPA2 configuration, other computers in house connecting without problems.
    lsusb:
    D-Link System DWA-140 RangeBooster N Adapter(rev.B1) [Ralink RT2870]
    uname -r
    3.2.8-1-ARCH
    I've tried blacklisting all the kernel rt2800usb modules which supposedly have taken over specific Realtek drivers according to wiki
    https://wiki.archlinux.org/index.php/Wi … and_rt2870
    with no effect.
    Tried killing wpa_supplicant (only found one instance though) as suggested on some blogpost but no effect.
    Tried the proprietary rt2870sta driver as suggested in Wiki
      https://wiki.archlinux.org/index.php/Rt2870
    -got a working link on ra0 but it wouldn't connect to WiFi (kept asking for password).
    More debug info:
    lsmod | grep rt > lsmod.txt
    exportfs 3695 1 nfsd
    rt2800usb 14400 0
    rt2x00usb 9076 1 rt2800usb
    rt2800lib 40260 1 rt2800usb
    rt2x00lib 35183 3 rt2800lib,rt2x00usb,rt2800usb
    crc_ccitt 1363 1 rt2800lib
    mac80211 228527 3 rt2x00lib,rt2800lib,rt2x00usb
    cfg80211 172260 2 mac80211,rt2x00lib
    iTCO_vendor_support 1961 1 iTCO_wdt
    usbcore 146241 7 ehci_hcd,uhci_hcd,usbhid,rt2x00usb,rt2800usb,usblp
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.2.8-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.2 20120120 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012
    [ 0.000000] Command line: root=/dev/disk/by-uuid/ce706691-4517-477c-a42d-417ab8ffef38 loglevel=3 ro quiet resume=/dev/disk/by-uuid/5a94d96e-0fdd-425a-91c5-6fe96da349f0 nomodeset
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cff70000 (usable)
    [ 0.000000] BIOS-e820: 00000000cff70000 - 00000000cff7e000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000cff7e000 - 00000000cffd0000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000cffd0000 - 00000000d0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000130000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: System manufacturer P5Q SE/P5Q SE, BIOS 0502 08/20/2008
    [ 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 = 0x130000 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-DFFFF write-protect
    [ 0.000000] E0000-EFFFF write-through
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F00000000 write-back
    [ 0.000000] 1 base 100000000 mask FE0000000 write-back
    [ 0.000000] 2 base 120000000 mask FF0000000 write-back
    [ 0.000000] 3 base 0D0000000 mask FF0000000 uncachable
    [ 0.000000] 4 base 0E0000000 mask FE0000000 uncachable
    [ 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] e820 update range: 00000000d0000000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xcff70 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000cff70000
    [ 0.000000] 0000000000 - 00cfe00000 page 2M
    [ 0.000000] 00cfe00000 - 00cff70000 page 4k
    [ 0.000000] kernel direct mapping tables up to cff70000 @ 1fffa000-20000000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000130000000
    [ 0.000000] 0100000000 - 0130000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 130000000 @ cff6a000-cff70000
    [ 0.000000] RAMDISK: 37d76000 - 37ff0000
    [ 0.000000] ACPI: RSDP 00000000000fb2c0 00024 (v02 ACPIAM)
    [ 0.000000] ACPI: XSDT 00000000cff70100 0005C (v01 A_M_I_ OEMXSDT 08000820 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000cff70290 000F4 (v03 A_M_I_ OEMFACP 08000820 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 00000000cff70440 0907C (v01 A0985 A0985001 00000001 INTL 20051117)
    [ 0.000000] ACPI: FACS 00000000cff7e000 00040
    [ 0.000000] ACPI: APIC 00000000cff70390 0006C (v01 A_M_I_ OEMAPIC 08000820 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000cff70400 0003C (v01 A_M_I_ OEMMCFG 08000820 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000cff7e040 00081 (v01 A_M_I_ AMI_OEM 08000820 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000cff794c0 00038 (v01 A_M_I_ OEMHPET 08000820 MSFT 00000097)
    [ 0.000000] ACPI: OSFR 00000000cff79500 000B0 (v01 A_M_I_ OEMOSFR 08000820 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000cff7e5d0 00A7C (v01 DpgPmm CpuPm 00000012 INTL 20051117)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000130000000
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000130000000
    [ 0.000000] NODE_DATA [000000012fffb000 - 000000012fffffff]
    [ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00130000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[3] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x000cff70
    [ 0.000000] 0: 0x00100000 -> 0x00130000
    [ 0.000000] On node 0 totalpages: 1048319
    [ 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: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 831408 pages, LIFO batch:31
    [ 0.000000] Normal zone: 3072 pages used for memmap
    [ 0.000000] Normal zone: 193536 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[0x82] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, 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 high 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: 0x8086a301 base: 0xfed00000
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e4000
    [ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000cff70000 - 00000000cff7e000
    [ 0.000000] PM: Registered nosave memory: 00000000cff7e000 - 00000000cffd0000
    [ 0.000000] PM: Registered nosave memory: 00000000cffd0000 - 00000000d0000000
    [ 0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000fff00000
    [ 0.000000] PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at d0000000 (gap: d0000000:2ee00000)
    [ 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 @ffff88012fc00000 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: 1028858
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/disk/by-uuid/ce706691-4517-477c-a42d-417ab8ffef38 loglevel=3 ro quiet resume=/dev/disk/by-uuid/5a94d96e-0fdd-425a-91c5-6fe96da349f0 nomodeset
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 4047500k/4980736k available (4488k kernel code, 787460k absent, 145776k reserved, 4409k 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] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2997.032 MHz processor.
    [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 5996.81 BogoMIPS (lpj=9990106)
    [ 0.003340] pid_max: default: 32768 minimum: 301
    [ 0.003361] Security Framework initialized
    [ 0.003367] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006673] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.008366] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.009152] Mount-cache hash table entries: 256
    [ 0.009284] Initializing cgroup subsys cpuacct
    [ 0.009289] Initializing cgroup subsys memory
    [ 0.009297] Initializing cgroup subsys devices
    [ 0.009298] Initializing cgroup subsys freezer
    [ 0.009300] Initializing cgroup subsys net_cls
    [ 0.009302] Initializing cgroup subsys blkio
    [ 0.009332] CPU: Physical Processor ID: 0
    [ 0.009333] CPU: Processor Core ID: 0
    [ 0.009335] mce: CPU supports 6 MCE banks
    [ 0.009342] CPU0: Thermal monitoring enabled (TM2)
    [ 0.009346] using mwait in idle threads.
    [ 0.010343] ACPI: Core revision 20110623
    [ 0.013339] ftrace: allocating 17394 entries in 69 pages
    [ 0.017049] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.050789] CPU0: Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz stepping 06
    [ 0.053330] APIC calibration not consistent with PM-Timer: 97ms instead of 100ms
    [ 0.053330] APIC delta adjusted to PM-Timer: 2081243 (2020688)
    [ 0.053330] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.053330] ... version: 2
    [ 0.053330] ... bit width: 40
    [ 0.053330] ... generic registers: 2
    [ 0.053330] ... value mask: 000000ffffffffff
    [ 0.053330] ... max period: 000000007fffffff
    [ 0.053330] ... fixed-purpose events: 3
    [ 0.053330] ... event mask: 0000000700000003
    [ 0.070123] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.096675] Booting Node 0, Processors #1
    [ 0.096678] smpboot cpu 1: start_ip = 9a000
    [ 0.193349] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.199992] Brought up 2 CPUs
    [ 0.199995] Total of 2 processors activated (11992.51 BogoMIPS).
    [ 0.202833] devtmpfs: initialized
    [ 0.203768] PM: Registering ACPI NVS region at cff7e000 (335872 bytes)
    [ 0.203929] print_constraints: dummy:
    [ 0.203965] NET: Registered protocol family 16
    [ 0.204054] ACPI: bus type pci registered
    [ 0.204105] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.204107] PCI: not using MMCONFIG
    [ 0.204109] PCI: Using configuration type 1 for base access
    [ 0.204490] bio: create slab <bio-0> at 0
    [ 0.204490] ACPI: Added _OSI(Module Device)
    [ 0.204490] ACPI: Added _OSI(Processor Device)
    [ 0.204490] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.204490] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.204490] ACPI: EC: Look up EC in DSDT
    [ 0.206720] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.211061] ACPI: SSDT 00000000cff7e0d0 00277 (v01 DpgPmm P001Ist 00000011 INTL 20051117)
    [ 0.211260] ACPI: Dynamic OEM Table Load:
    [ 0.211262] ACPI: SSDT (null) 00277 (v01 DpgPmm P001Ist 00000011 INTL 20051117)
    [ 0.211420] ACPI: SSDT 00000000cff7e350 00277 (v01 DpgPmm P002Ist 00000012 INTL 20051117)
    [ 0.211621] ACPI: Dynamic OEM Table Load:
    [ 0.211623] ACPI: SSDT (null) 00277 (v01 DpgPmm P002Ist 00000012 INTL 20051117)
    [ 0.211740] ACPI: Interpreter enabled
    [ 0.211743] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.211758] ACPI: Using IOAPIC for interrupt routing
    [ 0.211772] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.212438] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.246853] ACPI: No dock devices found.
    [ 0.246855] HEST: Table not found.
    [ 0.246858] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.246900] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.246996] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.246998] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.247000] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.247001] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.247003] pci_root PNP0A08:00: host bridge window [mem 0xd0000000-0xffffffff]
    [ 0.247012] pci 0000:00:00.0: [8086:2e20] type 0 class 0x000600
    [ 0.247043] pci 0000:00:01.0: [8086:2e21] type 1 class 0x000604
    [ 0.247071] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.247074] pci 0000:00:01.0: PME# disabled
    [ 0.247103] pci 0000:00:1a.0: [8086:3a37] type 0 class 0x000c03
    [ 0.247137] pci 0000:00:1a.0: reg 20: [io 0xc800-0xc81f]
    [ 0.247179] pci 0000:00:1a.1: [8086:3a38] type 0 class 0x000c03
    [ 0.247213] pci 0000:00:1a.1: reg 20: [io 0xc880-0xc89f]
    [ 0.247254] pci 0000:00:1a.2: [8086:3a39] type 0 class 0x000c03
    [ 0.247288] pci 0000:00:1a.2: reg 20: [io 0xcc00-0xcc1f]
    [ 0.247336] pci 0000:00:1a.7: [8086:3a3c] type 0 class 0x000c03
    [ 0.247354] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
    [ 0.247428] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.247432] pci 0000:00:1a.7: PME# disabled
    [ 0.247451] pci 0000:00:1b.0: [8086:3a3e] type 0 class 0x000403
    [ 0.247463] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
    [ 0.247516] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.247519] pci 0000:00:1b.0: PME# disabled
    [ 0.247535] pci 0000:00:1c.0: [8086:3a40] type 1 class 0x000604
    [ 0.247589] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.247592] pci 0000:00:1c.0: PME# disabled
    [ 0.247614] pci 0000:00:1c.5: [8086:3a4a] type 1 class 0x000604
    [ 0.247669] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.247672] pci 0000:00:1c.5: PME# disabled
    [ 0.247690] pci 0000:00:1d.0: [8086:3a34] type 0 class 0x000c03
    [ 0.247724] pci 0000:00:1d.0: reg 20: [io 0xc080-0xc09f]
    [ 0.247766] pci 0000:00:1d.1: [8086:3a35] type 0 class 0x000c03
    [ 0.247800] pci 0000:00:1d.1: reg 20: [io 0xc400-0xc41f]
    [ 0.247841] pci 0000:00:1d.2: [8086:3a36] type 0 class 0x000c03
    [ 0.247875] pci 0000:00:1d.2: reg 20: [io 0xc480-0xc49f]
    [ 0.247924] pci 0000:00:1d.7: [8086:3a3a] type 0 class 0x000c03
    [ 0.247941] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
    [ 0.248016] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.248019] pci 0000:00:1d.7: PME# disabled
    [ 0.248035] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
    [ 0.248084] pci 0000:00:1f.0: [8086:3a18] type 0 class 0x000601
    [ 0.248181] pci 0000:00:1f.2: [8086:3a20] type 0 class 0x000101
    [ 0.248193] pci 0000:00:1f.2: reg 10: [io 0xb000-0xb007]
    [ 0.248199] pci 0000:00:1f.2: reg 14: [io 0xac00-0xac03]
    [ 0.248205] pci 0000:00:1f.2: reg 18: [io 0xa880-0xa887]
    [ 0.248212] pci 0000:00:1f.2: reg 1c: [io 0xa800-0xa803]
    [ 0.248218] pci 0000:00:1f.2: reg 20: [io 0xa480-0xa48f]
    [ 0.248224] pci 0000:00:1f.2: reg 24: [io 0xa400-0xa40f]
    [ 0.248262] pci 0000:00:1f.3: [8086:3a30] type 0 class 0x000c05
    [ 0.248274] pci 0000:00:1f.3: reg 10: [mem 0xf9fff400-0xf9fff4ff 64bit]
    [ 0.248290] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f]
    [ 0.248317] pci 0000:00:1f.5: [8086:3a26] type 0 class 0x000101
    [ 0.248328] pci 0000:00:1f.5: reg 10: [io 0xc000-0xc007]
    [ 0.248335] pci 0000:00:1f.5: reg 14: [io 0xbc00-0xbc03]
    [ 0.248341] pci 0000:00:1f.5: reg 18: [io 0xb880-0xb887]
    [ 0.248347] pci 0000:00:1f.5: reg 1c: [io 0xb800-0xb803]
    [ 0.248353] pci 0000:00:1f.5: reg 20: [io 0xb480-0xb48f]
    [ 0.248359] pci 0000:00:1f.5: reg 24: [io 0xb400-0xb40f]
    [ 0.248418] pci 0000:01:00.0: [10de:05e2] type 0 class 0x000300
    [ 0.248426] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
    [ 0.248434] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.248443] pci 0000:01:00.0: reg 1c: [mem 0xfa000000-0xfbffffff 64bit]
    [ 0.248449] pci 0000:01:00.0: reg 24: [io 0xdc00-0xdc7f]
    [ 0.248455] pci 0000:01:00.0: reg 30: [mem 0xfea80000-0xfeafffff pref]
    [ 0.248497] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.248499] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.248502] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfeafffff]
    [ 0.248505] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.248536] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
    [ 0.248543] pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.248590] pci 0000:02:00.0: [1969:1026] type 0 class 0x000200
    [ 0.248610] pci 0000:02:00.0: reg 10: [mem 0xfebc0000-0xfebfffff 64bit]
    [ 0.248621] pci 0000:02:00.0: reg 18: [io 0xec00-0xec7f]
    [ 0.248706] pci 0000:02:00.0: PME# supported from D3hot D3cold
    [ 0.248710] pci 0000:02:00.0: PME# disabled
    [ 0.248728] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.248736] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.248739] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    [ 0.248742] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.248794] pci 0000:00:1e.0: PCI bridge to [bus 04-04] (subtractive decode)
    [ 0.248801] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.248803] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.248805] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.248807] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.248809] pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xffffffff] (subtractive decode)
    [ 0.248822] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.248885] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    [ 0.248906] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    [ 0.248953] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
    [ 0.248985] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
    [ 0.249003] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.249005] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.249007] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.254308] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.254341] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.254373] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15)
    [ 0.254405] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.254437] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    [ 0.254469] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
    [ 0.254501] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 11 12 14 15)
    [ 0.254533] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.254589] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.254589] vgaarb: loaded
    [ 0.254589] vgaarb: bridge control possible 0000:01:00.0
    [ 0.254589] PCI: Using ACPI for IRQ routing
    [ 0.259493] PCI: pci_cache_line_size set to 64 bytes
    [ 0.259546] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
    [ 0.259547] reserve RAM buffer: 00000000cff70000 - 00000000cfffffff
    [ 0.259624] NetLabel: Initializing
    [ 0.259626] NetLabel: domain hash size = 128
    [ 0.259627] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.259637] NetLabel: unlabeled traffic allowed by default
    [ 0.259649] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.259653] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.259656] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.270027] Switching to clocksource hpet
    [ 0.274998] pnp: PnP ACPI init
    [ 0.275013] ACPI: bus type pnp registered
    [ 0.275071] pnp 00:00: [bus 00-ff]
    [ 0.275073] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.275074] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.275076] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.275078] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.275079] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.275081] pnp 00:00: [mem 0xd0000000-0xffffffff window]
    [ 0.275124] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.275131] pnp 00:01: [mem 0xfed14000-0xfed19fff]
    [ 0.275167] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
    [ 0.275170] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.275193] pnp 00:02: [dma 4]
    [ 0.275194] pnp 00:02: [io 0x0000-0x000f]
    [ 0.275196] pnp 00:02: [io 0x0081-0x0083]
    [ 0.275197] pnp 00:02: [io 0x0087]
    [ 0.275198] pnp 00:02: [io 0x0089-0x008b]
    [ 0.275202] pnp 00:02: [io 0x008f]
    [ 0.275203] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.275225] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.275234] pnp 00:03: [io 0x0070-0x0071]
    [ 0.275243] pnp 00:03: [irq 8]
    [ 0.275263] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.275269] pnp 00:04: [io 0x0061]
    [ 0.275290] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.275296] pnp 00:05: [io 0x00f0-0x00ff]
    [ 0.275300] pnp 00:05: [irq 13]
    [ 0.275322] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.275431] pnp 00:06: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.275433] pnp 00:06: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.275435] pnp 00:06: [io 0x0290-0x029f]
    [ 0.275467] system 00:06: [io 0x0290-0x029f] has been reserved
    [ 0.275470] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.275531] pnp 00:07: [io 0x0010-0x001f]
    [ 0.275533] pnp 00:07: [io 0x0022-0x003f]
    [ 0.275534] pnp 00:07: [io 0x0044-0x004d]
    [ 0.275536] pnp 00:07: [io 0x0050-0x005f]
    [ 0.275537] pnp 00:07: [io 0x0062-0x0063]
    [ 0.275538] pnp 00:07: [io 0x0065-0x006f]
    [ 0.275540] pnp 00:07: [io 0x0072-0x007f]
    [ 0.275541] pnp 00:07: [io 0x0080]
    [ 0.275542] pnp 00:07: [io 0x0084-0x0086]
    [ 0.275543] pnp 00:07: [io 0x0088]
    [ 0.275545] pnp 00:07: [io 0x008c-0x008e]
    [ 0.275546] pnp 00:07: [io 0x0090-0x009f]
    [ 0.275547] pnp 00:07: [io 0x00a2-0x00bf]
    [ 0.275549] pnp 00:07: [io 0x00e0-0x00ef]
    [ 0.275550] pnp 00:07: [io 0x04d0-0x04d1]
    [ 0.275551] pnp 00:07: [io 0x0800-0x087f]
    [ 0.275553] pnp 00:07: [io 0x0400-0x03ff disabled]
    [ 0.275554] pnp 00:07: [io 0x0500-0x057f]
    [ 0.275556] pnp 00:07: [mem 0xfed08000-0xfed08fff]
    [ 0.275557] pnp 00:07: [mem 0xfed1c000-0xfed1ffff]
    [ 0.275558] pnp 00:07: [mem 0xfed20000-0xfed3ffff]
    [ 0.275560] pnp 00:07: [mem 0xfed50000-0xfed8ffff]
    [ 0.275610] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.275612] system 00:07: [io 0x0800-0x087f] has been reserved
    [ 0.275614] system 00:07: [io 0x0500-0x057f] has been reserved
    [ 0.275616] system 00:07: [mem 0xfed08000-0xfed08fff] has been reserved
    [ 0.275618] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.275620] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.275622] system 00:07: [mem 0xfed50000-0xfed8ffff] has been reserved
    [ 0.275625] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.275666] pnp 00:08: [mem 0xfed00000-0xfed003ff]
    [ 0.275690] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.275722] pnp 00:09: [mem 0xffb00000-0xffbfffff]
    [ 0.275724] pnp 00:09: [mem 0xfff00000-0xffffffff]
    [ 0.275745] pnp 00:09: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.275772] pnp 00:0a: [mem 0xffc00000-0xffefffff]
    [ 0.275807] system 00:0a: [mem 0xffc00000-0xffefffff] has been reserved
    [ 0.275809] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.275845] pnp 00:0b: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.275847] pnp 00:0b: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.275848] pnp 00:0b: [mem 0xfec00000-0xfec00fff]
    [ 0.275850] pnp 00:0b: [mem 0xfee00000-0xfee00fff]
    [ 0.275885] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.275887] system 00:0b: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.275889] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.275908] pnp 00:0c: [io 0x0060]
    [ 0.275909] pnp 00:0c: [io 0x0064]
    [ 0.275915] pnp 00:0c: [irq 1]
    [ 0.275945] pnp 00:0c: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.276048] pnp 00:0d: [mem 0xe0000000-0xefffffff]
    [ 0.276083] system 00:0d: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.276086] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.276183] pnp 00:0e: [mem 0x00000000-0x0009ffff]
    [ 0.276185] pnp 00:0e: [mem 0x000c0000-0x000cffff]
    [ 0.276187] pnp 00:0e: [mem 0x000e0000-0x000fffff]
    [ 0.276188] pnp 00:0e: [mem 0x00100000-0xcfffffff]
    [ 0.276190] pnp 00:0e: [mem 0x00000000-0xffffffffffffffff disabled]
    [ 0.276230] system 00:0e: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.276232] system 00:0e: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.276234] system 00:0e: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.276236] system 00:0e: [mem 0x00100000-0xcfffffff] could not be reserved
    [ 0.276238] system 00:0e: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.276322] pnp: PnP ACPI: found 15 devices
    [ 0.276323] ACPI: ACPI bus type pnp unregistered
    [ 0.282821] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.282845] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.282848] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0200000-0xf05fffff]
    [ 0.282851] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.282853] pci 0000:00:01.0: PCI bridge to [bus 01-01]
    [ 0.282855] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.282857] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfeafffff]
    [ 0.282860] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.282863] pci 0000:00:1c.0: PCI bridge to [bus 03-03]
    [ 0.282865] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.282869] pci 0000:00:1c.0: bridge window [mem 0xf0200000-0xf05fffff]
    [ 0.282872] pci 0000:00:1c.0: bridge window [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.282877] pci 0000:00:1c.5: PCI bridge to [bus 02-02]
    [ 0.282879] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    [ 0.282882] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.282885] pci 0000:00:1c.5: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.282890] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
    [ 0.282906] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.282909] pci 0000:00:01.0: setting latency timer to 64
    [ 0.282913] pci 0000:00:1c.0: enabling device (0106 -> 0107)
    [ 0.282919] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 0.282922] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.282926] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    [ 0.282929] pci 0000:00:1c.5: setting latency timer to 64
    [ 0.282934] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.282937] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.282938] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.282940] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.282942] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.282943] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xffffffff]
    [ 0.282945] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.282947] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfeafffff]
    [ 0.282949] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.282950] pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    [ 0.282952] pci_bus 0000:03: resource 1 [mem 0xf0200000-0xf05fffff]
    [ 0.282954] pci_bus 0000:03: resource 2 [mem 0xf8f00000-0xf8ffffff 64bit pref]
    [ 0.282956] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.282957] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
    [ 0.282959] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
    [ 0.282961] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    [ 0.282962] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    [ 0.282964] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.282966] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.282967] pci_bus 0000:04: resource 8 [mem 0xd0000000-0xffffffff]
    [ 0.282994] NET: Registered protocol family 2
    [ 0.283102] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.283911] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.286830] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.287221] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.287223] TCP reno registered
    [ 0.287231] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.287261] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.287380] NET: Registered protocol family 1
    [ 0.287533] pci 0000:01:00.0: Boot video device
    [ 0.287538] PCI: CLS 32 bytes, default 64
    [ 0.287587] Unpacking initramfs...
    [ 0.316854] Freeing initrd memory: 2536k freed
    [ 0.317344] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.317346] Placing 64MB software IO TLB between ffff8800cbf6a000 - ffff8800cff6a000
    [ 0.317348] software IO TLB at phys 0xcbf6a000 - 0xcff6a000
    [ 0.317656] audit: initializing netlink socket (disabled)
    [ 0.317668] type=2000 audit(1331070636.316:1): initialized
    [ 0.329229] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.351410] VFS: Disk quotas dquot_6.5.2
    [ 0.351460] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.351537] msgmni has been set to 7910
    [ 0.351674] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.351694] io scheduler noop registered
    [ 0.351696] io scheduler deadline registered
    [ 0.351723] io scheduler cfq registered (default)
    [ 0.351807] pcieport 0000:00:01.0: setting latency timer to 64
    [ 0.351832] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.351871] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.351899] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    [ 0.351947] pcieport 0000:00:1c.5: setting latency timer to 64
    [ 0.351975] pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
    [ 0.352104] intel_idle: MWAIT substates: 0x22220
    [ 0.352105] intel_idle: does not run on family 6 model 23
    [ 0.352132] ERST: Table is not found!
    [ 0.352133] GHES: HEST is not enabled!
    [ 0.352190] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.423563] Linux agpgart interface v0.103
    [ 0.423624] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    [ 0.423626] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    [ 0.424352] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.424437] mousedev: PS/2 mouse device common for all mice
    [ 0.424487] rtc_cmos 00:03: RTC can wake from S4
    [ 0.424570] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.424591] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.424600] cpuidle: using governor ladder
    [ 0.424601] cpuidle: using governor menu
    [ 0.424761] TCP cubic registered
    [ 0.424857] NET: Registered protocol family 10
    [ 0.425184] NET: Registered protocol family 17
    [ 0.425187] Registering the dns_resolver key type
    [ 0.425287] PM: Checking hibernation image partition /dev/disk/by-uuid/5a94d96e-0fdd-425a-91c5-6fe96da349f0
    [ 0.442444] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.442457] PM: Hibernation image not present or could not be loaded.
    [ 0.442463] registered taskstats version 1
    [ 0.453068] rtc_cmos 00:03: setting system clock to 2012-03-06 21:50:37 UTC (1331070637)
    [ 0.453104] Initializing network drop monitor service
    [ 0.454145] Freeing unused kernel memory: 736k freed
    [ 0.454268] Write protecting the kernel read-only data: 8192k
    [ 0.458421] Freeing unused kernel memory: 1636k freed
    [ 0.460355] Freeing unused kernel memory: 660k freed
    [ 0.465585] udevd[37]: starting version 181
    [ 0.489348] usbcore: registered new interface driver usbfs
    [ 0.489369] usbcore: registered new interface driver hub
    [ 0.490707] usbcore: registered new device driver usb
    [ 0.492744] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.492777] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.492811] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 0.492815] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 0.492852] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 0.492879] ehci_hcd 0000:00:1a.7: debug port 1
    [ 0.497714] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.497902] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
    [ 0.497918] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00
    [ 0.500931] SCSI subsystem initialized
    [ 0.504356] libata version 3.00 loaded.
    [ 0.510015] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 0.510276] hub 1-0:1.0: USB hub found
    [ 0.510280] hub 1-0:1.0: 6 ports detected
    [ 0.510367] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 0.510390] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 0.510393] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 0.510401] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 0.510423] ehci_hcd 0000:00:1d.7: debug port 1
    [ 0.514289] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    [ 0.514303] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800
    [ 0.526698] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.526921] hub 2-0:1.0: USB hub found
    [ 0.526924] hub 2-0:1.0: 6 ports detected
    [ 0.527005] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.527010] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 0.527013] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 0.527021] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 0.527047] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c800
    [ 0.527239] hub 3-0:1.0: USB hub found
    [ 0.527243] hub 3-0:1.0: 2 ports detected
    [ 0.527303] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
    [ 0.527308] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 0.527310] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 0.527316] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 0.527341] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c880
    [ 0.527491] hub 4-0:1.0: USB hub found
    [ 0.527494] hub 4-0:1.0: 2 ports detected
    [ 0.527547] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.527552] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 0.527554] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 0.527560] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 0.527579] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000cc00
    [ 0.527671] hub 5-0:1.0: USB hub found
    [ 0.527673] hub 5-0:1.0: 2 ports detected
    [ 0.527725] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 0.527729] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 0.527731] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.527737] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 0.527755] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c080
    [ 0.527850] hub 6-0:1.0: USB hub found
    [ 0.527853] hub 6-0:1.0: 2 ports detected
    [ 0.527912] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 0.527916] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 0.527918] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.527925] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 0.527950] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c400
    [ 0.528041] hub 7-0:1.0: USB hub found
    [ 0.528044] hub 7-0:1.0: 2 ports detected
    [ 0.528095] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.528099] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 0.528102] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.528107] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 0.528126] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c480
    [ 0.528217] hub 8-0:1.0: USB hub found
    [ 0.528220] hub 8-0:1.0: 2 ports detected
    [ 0.528277] ata_piix 0000:00:1f.2: version 2.13
    [ 0.528284] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 0.528288] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 0.528322] ata_piix 0000:00:1f.2: setting latency timer to 64
    [ 0.528959] scsi0 : ata_piix
    [ 0.529039] scsi1 : ata_piix
    [ 0.529777] ata1: SATA max UDMA/133 cmd 0xb000 ctl 0xac00 bmdma 0xa480 irq 19
    [ 0.529781] ata2: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma 0xa488 irq 19
    [ 0.529808] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 0.529812] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 0.529848] ata_piix 0000:00:1f.5: setting latency timer to 64
    [ 0.530605] scsi2 : ata_piix
    [ 0.531122] scsi3 : ata_piix
    [ 0.531716] ata3: SATA max UDMA/133 cmd 0xc000 ctl 0xbc00 bmdma 0xb480 irq 19
    [ 0.531719] ata4: SATA max UDMA/133 cmd 0xb880 ctl 0xb800 bmdma 0xb488 irq 19
    [ 0.833346] usb 2-1: new high-speed USB device number 2 using ehci_hcd
    [ 0.860625] ata3: SATA link down (SStatus 0 SControl 300)
    [ 0.871253] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.133351] usb 2-5: new high-speed USB device number 4 using ehci_hcd
    [ 1.320013] Refined TSC clocksource calibration: 2996.999 MHz.
    [ 1.320019] Switching to clocksource tsc
    [ 1.326723] ata2.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.326735] ata2.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.326848] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.326858] ata1.01: SATA link down (SStatus 0 SControl 300)
    [ 1.334172] ata1.00: ATA-7: WDC WD740ADFD-00NLR1, 20.07P20, max UDMA/133
    [ 1.334175] ata1.00: 145226112 sectors, multi 16: LBA48 NCQ (not used)
    [ 1.347438] ata1.00: configured for UDMA/133
    [ 1.347545] scsi 0:0:0:0: Direct-Access ATA WDC WD740ADFD-00 20.0 PQ: 0 ANSI: 5
    [ 1.356883] ata2.00: ATA-7: SAMSUNG HD321KJ, CP100-05, max UDMA7
    [ 1.356887] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.371850] ata2.01: HPA detected: current 1465147055, native 1465149168
    [ 1.371855] ata2.01: ATA-8: WDC WD7500AACS-00ZJB0, 01.01B01, max UDMA/133
    [ 1.371858] ata2.01: 1465147055 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.376886] ata2.00: configured for UDMA/133
    [ 1.390777] ata2.01: configured for UDMA/133
    [ 1.390856] scsi 1:0:0:0: Direct-Access ATA SAMSUNG HD321KJ CP10 PQ: 0 ANSI: 5
    [ 1.390990] scsi 1:0:1:0: Direct-Access ATA WDC WD7500AACS-0 01.0 PQ: 0 ANSI: 5
    [ 1.393373] sd 0:0:0:0: [sda] 145226112 512-byte logical blocks: (74.3 GB/69.2 GiB)
    [ 1.393409] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.393411] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.393427] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.393753] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.393840] sd 1:0:0:0: [sdb] Write Protect is off
    [ 1.393843] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.393860] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.394066] sd 1:0:1:0: [sdc] 1465147055 512-byte logical blocks: (750 GB/698 GiB)
    [ 1.404247] sdb: sdb2
    [ 1.404286] sd 1:0:1:0: [sdc] Write Protect is off
    [ 1.404290] sd 1:0:1:0: [sdc] Mode Sense: 00 3a 00 00
    [ 1.404316] sd 1:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.410206] sd 1:0:0:0: [sdb] Attached SCSI disk
    [ 1.410713] sdc: sdc1
    [ 1.412675] sd 1:0:1:0: [sdc] Attached SCSI disk
    [ 1.414632] sda: sda1 sda2 sda3
    [ 1.414890] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.483346] usb 7-1: new low-speed USB device number 2 using uhci_hcd
    [ 1.675206] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb7/7-1/7-1:1.0/input/input1
    [ 1.675328] generic-usb 0003:046D:C01E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.1-1/input0
    [ 1.675340] usbcore: registered new interface driver usbhid
    [ 1.675341] usbhid: USB HID core driver
    [ 1.847718] PM: Starting manual resume from disk
    [ 1.847720] PM: Hibernation image partition 8:2 present
    [ 1.847721] PM: Looking for hibernation image.
    [ 1.847851] PM: Image not found (code -22)
    [ 1.847854] PM: Hibernation image not present or could not be loaded.
    [ 1.887347] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.955372] udevd[142]: starting version 181
    [ 3.102653] FS-Cache: Loaded
    [ 3.138386] RPC: Registered named UNIX socket transport module.
    [ 3.138388] RPC: Registered udp transport module.
    [ 3.138390] RPC: Registered tcp transport module.
    [ 3.138391] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 3.206448] FS-Cache: Netfs 'nfs' registered for caching
    [ 3.340426] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 3.340433] ACPI: Power Button [PWRB]
    [ 3.340480] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 3.340483] ACPI: Power Button [PWRF]
    [ 3.367741] iTCO_vendor_support: vendor-support=0
    [ 3.368037] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 3.368042] ACPI: resource 0000:00:1f.3 [io 0x0400-0x041f] conflicts with ACPI region SMRG [io 0x400-0x40f]
    [ 3.368043] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 3.420207] ATL1E 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 3.420218] ATL1E 0000:02:00.0: setting latency timer to 64
    [ 3.460984] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 3.646986] nvidia: module license 'NVIDIA' taints kernel.
    [ 3.646990] Disabling lock debugging due to kernel taint
    [ 3.658130] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
    [ 3.658258] iTCO_wdt: Found a ICH10 TCO device (Version=2, TCOBASE=0x0860)
    [ 3.658557] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 3.808444] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 3.808451] nvidia 0000:01:00.0: setting latency timer to 64
    [ 3.808456] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
    [ 3.808546] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 295.20 Mon Feb 6 21:07:30 PST 2012
    [ 3.922194] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 3.922239] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    [ 3.922258] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
    [ 3.964505] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input5
    [ 4.187852] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.420014] usb 2-1: reset high-speed USB device number 2 using ehci_hcd
    [ 4.487427] usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04A9 pid 0x10B6
    [ 4.487464] usbcore: registered new interface driver usblp
    [ 4.597153] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 4.597522] Registered led device: rt2800usb-phy0::radio
    [ 4.597538] Registered led device: rt2800usb-phy0::assoc
    [ 4.597553] Registered led device: rt2800usb-phy0::quality
    [ 4.597572] usbcore: registered new interface driver rt2800usb
    [ 4.896528] EXT4-fs (sda1): re-mounted. Opts: (null)
    [ 4.931213] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.962285] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.004187] Adding 8279036k swap on /dev/sda2. Priority:-1 extents:1 across:8279036k
    [ 5.887306] Installing knfsd (copyright (C) 1996 [email protected]).
    [ 36.076486] ATL1E 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 36.077062] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 50.139089] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 53.445833] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 53.490782] ATL1E 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 53.491333] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 53.732458] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 57.151881] wlan0: authenticate with c0:c1:c0:36:e7:5d (try 1)
    [ 57.153391] wlan0: authenticated
    [ 57.170628] wlan0: associate with c0:c1:c0:36:e7:5d (try 1)
    [ 57.174138] wlan0: RX AssocResp from c0:c1:c0:36:e7:5d (capab=0x411 status=0 aid=1)
    [ 57.174142] wlan0: associated
    [ 57.197936] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 57.264846] Intel AES-NI instructions are not detected.
    [ 67.456668] wlan0: no IPv6 routers present
    [ 306.299972] ATL1E 0000:02:00.0: eth0: NIC Link is Up <100 Mbps Full Duplex>
    [ 306.300485] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 310.963856] wlan0: deauthenticating from c0:c1:c0:36:e7:5d by local choice (reason=3)
    [ 311.091991] cfg80211: Calling CRDA to update world regulatory domain
    [ 311.342430] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 313.239060] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 314.375684] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 314.545703] ATL1E 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 314.545818] ATL1E 0000:02:00.0: eth0: NIC Link is Up <100 Mbps Full Duplex>
    [ 314.581962] ATL1E 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 314.582102] ATL1E 0000:02:00.0: eth0: NIC Link is Up <100 Mbps Full Duplex>
    [ 314.582703] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 314.583112] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 325.469976] eth0: no IPv6 routers present
    Last edited by dabbi2000 (2012-03-07 22:57:16)

    certainly didn't expect this... turned off power saving
    iwconfig wlan0 power off
    and all is well again. Surely doesn't explain why it started after kernel update. But it works...

  • [SOLVED] Compiz crashes Gnome after pacman update

    Hardware: Nvidia NVS 3100M, latest drivers 260.19.36
    Software: latest pacman -Suy
    On startup, right after the login, X (or Gnome?) crashes and I see the login screen again.
    After I disable compiz, I am able to use Gnome desktop.
    When I start compiz via fusion-icon, it crashes everything again.
    Has anyone seen this?
    Any clues?
    ==== Update =====
    I solved this by re-installing the same nvidia driver I had. During install it detected that the original installation "has been altered".
    Last edited by softtower (2011-02-16 22:09:49)

    That's a scary thought: what if I'm the only one with this problem... :-)
    Let me answer your questions guys (and thank you for replying).
    First of all, I don't have anything monitor-related in my xorg.conf.d directory. Here is what I have there:
    t510 ~: ll /etc/X11/xorg.conf.d/
    total 20K
    -rw-r--r-- 1 root root 1.1K Aug 24 06:45 10-evdev.conf
    -rw-r--r-- 1 root root 377 Jun 21 2010 10-quirks.conf
    -rw-r--r-- 1 root root 443 Nov 13 10:36 10-synaptics.conf
    -rw-r--r-- 1 root root 267 Nov 19 03:48 10-synaptics.conf.pacnew
    -rw-r--r-- 1 root root 107 Sep 2 19:39 20-nouveau.conf
    Second, I do pacman updates maybe once a month. So I had 600+ MB of downloads and something like a hundred packages, including xorg itself. However, I do know that the kernel and nvidia's proprietary driver are both latest and haven't changed.
    If I delete xorg.conf, arch will try to look for noveau open-source driver and will fail because I do not have it installed: it doesn't manage power well to be used on a laptop.
    Looking into Xorg.log I see this:
    [ 102.032] (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
    [ 102.032] (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
    [ 102.032] (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
    [ 102.032] (EE) NVIDIA(0): you continue to encounter problems, Please try
    [ 102.032] (EE) NVIDIA(0): reinstalling the NVIDIA driver.
    [ 102.582] (II) NVIDIA(0): NVIDIA GPU NVS 3100M (GT218) at PCI:1:0:0 (GPU-0)
    I will try to reinstall the same nvidia driver I have to see what happens.

  • [solved] Problems with display after kernel update.

    After using pacman -Syu and getting the newest kernel and Nvidia drivers I experience some major problems.
    My Arch freezes when I try to run some apps. Firefox, konqueror and some others work fine, but when I type "glxinfo | grep direct" or try to execute something using wine the problems begin. Terminal doesn't return any errors (it doesn't get a chance to do so, freeze is instant).
    Edit:
    I've used script from nvidia.com
    Last edited by dcfighter (2008-08-11 00:42:51)

    I examined /etc/fonts/conf.avail and found 2 files
    70-no-bitmaps.conf and
    70-yes-bitmaps.conf
    But the content of this files the same! Defined value was set to "false"
    I delete "no" file and correct "yes" file
    <fontconfig>
    <Accept>
    <selectfont>
    <acceptfont>
    <pattern>
    <patelt><bool>true</bool></patelt>
    </pattern>
    </acceptfont>
    </selectfont>
    </fontconfig>
    After this, Helvetica fonts became more likely

  • Strange error with authentication after system update

    After a system update i get this strange thing in authentication.
    see image:
    Can anyone tell me what's this? Is this a virus?
    Thanks

    That is not a virus. That's a font problem, most likely a corrupt font cache. Try restarting in safe mode, then restart normally. (This will clear some of the font caches, among other things.)
    If that doesn't fix it, try some of the other fixes mentioned here:
    https://discussions.apple.com/thread/3273445?start=0&tstart=0

  • Error code msvcr80 after last update now itunes will not open

    Error code msvcr80 after last update now itunes will not open.  Reinstalled and still does not work

    Click here and follow the instructions. If they don't work, perform a complete reinstallation (Windows XP, Windows Vista and newer).
    (98968)

  • KDEMod 3.5: problems after pacman update

    I did a pacman update of KDEMod 3.5, and now, several things don't work anymore:
    -there's no desktop background, it's just black
    -there's no icons on the desktop: as mentioned above, it's just black (so I think the component that displays wallpaper and icons doesn't work)
    -when just starting KDE, there's a "report crash" window (I don't know which the thing that crashes is, it just shows the crash window and I can click it away)
    -when choosing "lock session" in the start menu, nothing happens. It used to show screensaver and require password to continue, now it does nothing at all
    -maybe some other things I didn't discover yet are also broken...
    How can I fix all this? I'd like my system to work properly, like it used to. KDEMod 3.5 appears to have some difficulties after pacman updates these days...
    Thanks.
    Last edited by aardwolf (2009-08-17 16:37:21)

    Hmm, I just realized that the wallpaper is a jpeg, and it could be related to the fix I did in my previous post: http://bbs.archlinux.org/viewtopic.php?id=78076
    Are they going to fix those jpeg issues soon? I think this is something vital.
    EDIT: FYI: this fixed it: tar -C / -zxvf /var/cache/pacman/pkg/libjpeg-6b-6-i686.pkg.tar.gz usr/lib/libjpeg.so.62 usr/lib/libjpeg.so.62.0.0
    Last edited by aardwolf (2009-08-17 16:43:14)

  • TS1702 What is wrong with Pages after the update?

    What is going on with Pages after the update?

    Hey George.iD, you wrote on 6 Feb 2014, this:
    Re: What is wrong with Pages after the update?in response to TRSPAGES
    What's wrong with it?
    As one thing after more-than a month later on 22 March, Pages _refuses_ to alter the color of text.  How maddening this is:  I select text, I select a crayon, but the text _remains_ black.  < Pages is Incorrigible! :-( >
    [After I vented steam, I feel better  --  until later.  What a cycle!  :-) ]

  • I can't see apple store in my Itunes with windows7  after the update

    I can't see apple store in my Itunes with windows7 after the update
    a

    Hi Markie,
    It's not in the top window now, it's in the main section. When you plug your iPod in click on it and at the bottom of the window the Capacity pole changes as it adds stuff.
    Is that what you're looking for?
    Regards,
    Colin R.

  • HT201442 every time i try to update my ipad, something (error) happends. why dont u fix that for us? why is this always complicated? how may i solve error 3194 now? why updating a software version is so complicated?

    every time i try to update my ipad, something (error) happends. why dont u fix that for us? why is this always complicated? how may i solve error 3194 now? why updating a software version is so complicated?

    Did you take a look at the link that you tagged?

  • [solved]gcc broken after pacman update - libcloog-isl.2.so

    Hi,
    After a pacman update my gcc broke. When compiling it gives this error:
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/cc1: error while loading shared libraries: libcloog-isl.so.2: cannot open shared object file: No such file or directory
    gcc -v output:
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.2/lto-wrapper
    Target: x86_64-unknown-linux-gnu
    Configured with: /build/src/gcc-4.6-20111223/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --enable-gnu-unique-object --enable-linker-build-id --with-ppl --enable-cloog-backend=isl --enable-lto --enable-gold --enable-ld=default --enable-plugin --with-plugin-ld=ld.gold --enable-multilib --disable-libssp --disable-libstdcxx-pch --enable-checking=release --with-fpmath=sse
    Thread model: posix
    gcc version 4.6.2 20111223 (prerelease) (GCC)
    and ls /usr/lib/*cloog* output:
    /usr/lib/libcloog-isl.a  /usr/lib/libcloog-isl.so  /usr/lib/libcloog-isl.so.3  /usr/lib/libcloog-isl.so.3.0.0
    uname -a:
    Linux willem-arch 3.2.4-1-ARCH #1 SMP PREEMPT Sat Feb 4 10:53:01 CET 2012 x86_64 Intel(R) Core(TM) i5 CPU 750 @ 2.67GHz GenuineIntel GNU/Linux
    How can I fix this? I already tried installen cloog with pacman but that doesn't help.
    edit:
    I solved the problem. There was an issue with my pacman.conf. Multilib wasn't properly enabled after the pacman4 transition.
    Last edited by pientertje (2012-02-08 09:47:25)

    I'm using multilib.
    @Allan
    more fully than pacman -Syu? Or is my mirror not up to date?
    edit:
    I solved the problem. There was an issue with my pacman.conf. Multilib wasn't properly enabled after the pacman4 transition.
    Last edited by pientertje (2012-02-08 09:46:40)

  • After pacman update I am unable to sync to repos [SOLVED]

    With the current pacman I cant sync or install gpg master keys.
    I recieve this error code:  " :: Synchronizing package databases...
    error: failed retrieving file 'core.db' from mirrors.kernel.org : Connection time-out
    error: failed retrieving file 'core.db' from archlinux.c3sl.ufpr.br : Connection time-out"
    And for the keyservers:  "gpg: keyserver timed out
    gpg: keyserver receive failed: keyserver error
    ==> Updating trust database...
    gpg: no need for a trustdb check"
    I can however install local packages with pacman. 
    Help.
    Last edited by jo-shva (2012-01-29 14:21:56)

    I did install the new config
    As well as this, have you run
    pacman-key --init
    as specified by the pacman output when it was updated? More information on that here: https://wiki.archlinux.org/index.php/Pacman-key
    Can you try different mirrors and a different keyserver to see if that solves your problem? If not, when it happens again, can you test that your internet connection is ok, and verify that it's only pacman that is having connection issues?
    Regarding your udevd errors, take a look at this forum thread and see if it's relevant to you.

  • Problem with -hg PKGBUILD after pacman update

    After I updated to pacman 4.1.0, my PKGBUILD for sunflower-hg stopped working for me.
    For some unknown reason makepkg fails to clone the needed mercurial repo and src directory turns out to be empty at the time of the build.
    What has gone wrong?
    Last edited by Axon (2013-04-16 08:07:22)

    moderator action: I removed the TGN part of the thread. Please do not continue the discussion on whether pacman releases should have a news article in this thread. Thanks.

  • [SOLVED] GNOME crashes (probably after full update)

    Hi all,
    Today I did a full update with "pacman -Syu" and thus, some new packages were updated. However, after the update and reboot (by myself, not requested by the system as I saw that the kernel is updated - to 2.6.32.19 - as well) then GNOME crashes everytime I do "startx" (I don't use any login manager like GDM or SLiM), neither "xinit" nor "xinit /usr/bin/gnome-session" works too.
    The problem is that I still see the mouse cursor and sometimes, the wallpaper as well, then GNOME crashed and I was returned to the command line with lots of messages about gnome-panel disconnected from the bus, several messages about gnome-session and /usr/lib/libdevkit, /usr/lib/libdbus, gnome-screensaver etc.
    Sorry for didn't provide enough details, but the laptop with Arch64 on it isn't here with me at the moment so I just recall and describe the errors here.
    Please give me your advice about this case
    Thank you
    EDIT: Fyi, I checked the wiki about GNOME here, but I couldn't find any "session" in ~/.gnome2/ in order to "mv ~/.gnome2/session ~/.gnome2/session.old" to refresh the session.
    I also did "for d in .gnome* .gconf*; do mv "$d" "$d.old"; done" already, but problem still persists
    Last edited by Himari (2010-03-26 07:23:15)

    Thanks wonder, another "pacman -Syu" showed that it updated dbus to 1.2.24 and after a reboot, GNOME is up and running again
    Cheers

  • Pacman seg fault(Solved but with comments on pacman-db-upgrade)

    Performed an install from FTP and booted into root login.
    Performed pacman -Syu  and received report system up to date.
    Performed downloads via pacman of twelve packages including xorg and xfce4.
    Performed download of abs package. 
    Downloaded abs repos.
    Modified abs extra vlc package and performed pacman -U install of modified package.
    Pacman working well at this point.
    Rebooted.
    After reaching xfce4 Desktop, attemptd to install firefox.
    Pacman -S firefox produced..... /usr/bin/pacman/ report(forget the exact error)
    Subsequent trials with ...pacman -U .... produces seg fault.
    Cannot use pacman.  All other programs seem to perform correctly.  Perhaps have lost DNS.
    Cannot perform ...pacman -Syu --debug.....segfaults.
    Last edited by lilsirecho (2011-07-19 18:19:49)

    Solved the difficulty but have no idea what can be done to prevent it from occuring for another user.
    It seems that the db did not get upgraded when the ...pacman-db-upgrade ...command was executed.  There was no statement for ..."pre 3.5 db" upgrade....while executing the command.
    After re-install, the upgrade command performed correctly and pacman now performs correctly after reboots.
    The question comes up as to what to do if the upgrade command does not work correctly and whether some indicator of correct response should appear in the beginners guide.  Additionally, what can be done in the event that the upgrade command fails to meet the correct response.
    These questions will in time be resolved by a new .iso but the present exposure is amazing in its consequences!
    Perhaps the upgrade command is also a function of properly synced mirrors but the command requesting the upgrade was ...pacman -Syy... the mirror sync function!
    What do we have...catch22?
    The resultant segfaults make sense if the pacman sync db is not upgraded.
    How is a user to know the upgrade failed?  What to do about such a condition?
    Marking this thread as solved ...with comments...

Maybe you are looking for

  • Syncing iPod with 1.1 USB

    it's been about 15 hours and i'm still only on song 600 out of 6,200 to sync from my 1.1 USB PC to my video iPod. is there another way to do this (it doesn't allow me to use my Firewire to sync)? this is painful!

  • Xfinity no longer works for me

    I have been using Comcast (Xfinity) email for a long time with Firefox. A few days ago it quit working in that it would go to the Inbox Preview, and that is all, no matter what else I clicked. I now have to go use IE to get my e-mail. It will go to h

  • IDOC to webservice PI7.1

    HI I wanted some insight on the following scenario ,it is a Purchase Order scenario where SA PI 7.1 will be receiveing data as IDOCS ORDERS  and on the receiver side the PO has to be sent to a web service on the legacy side which accepts IDOC format

  • DEMAND FORECAST

    Dear All, Please guide regarding demand forecsting in Consumption Based Planning in MM. Regards, Vikas

  • Konqueror: Could not find service 'konqueror.desktop'.

    Suddenly konqueror stopped working. [rasat@localhost ~]# /opt/kde/bin/kfmclient openProfile filemanagement kfmclient: ERROR: Couldn't start konqueror from konqueror.desktop: Could not find service 'konqueror.desktop'. [rasat@localhost ~]#