You are not logged in.

#1 2013-02-28 15:39:20

artoo
Member
Registered: 2012-09-04
Posts: 175
Website

mkinitcpio(all versions) & ext4 module

I have got a short question, concerning a strange behaviour I encountered.

I ported mkinitcpio, v0.9.2 some time ago to gentoo, which is in main portage tree.

Now, if I use arch's kernel config on gentoo, compile the kernel, and generate initrd, the next boot, ext4 module will not be loaded. Even if I explicitly add ext4 to the modules array in /etc/mkinitcpio.conf.
The machine boots up, activates in my case lvm partitions, but fails since ext4 moduile is not loaded in initrd.
Ext4 module was properly added to initrd, and resides in /usr/lib/modules.

If ext4 is not a module, everything is fine.

Would it be feasible to file a bug report for mkinitcpio?

I have not tired for example a custom kernel on arch, and if that produces the same strange behaviour.

Any experiences?

PS: This problem appears from version >=0.8, including 0.13.0

Last edited by artoo (2013-02-28 22:18:20)

Offline

#2 2013-02-28 17:43:10

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: mkinitcpio(all versions) & ext4 module

I don't see any reason why explicitly adding the module wouldn't work. I'd look at the output of 'mkinitcpio -v' for the build to see what gets added and you can use lsinitcpio to look at the image.

If you're going to file a bug report, you need to do a lot more than just provide an anecdote.

Offline

#3 2013-02-28 18:48:46

artoo
Member
Registered: 2012-09-04
Posts: 175
Website

Re: mkinitcpio(all versions) & ext4 module

falconindy wrote:

I don't see any reason why explicitly adding the module wouldn't work. I'd look at the output of 'mkinitcpio -v' for the build to see what gets added and you can use lsinitcpio to look at the image.

If you're going to file a bug report, you need to do a lot more than just provide an anecdote.

Yes, I guess was asking if this could be mkinitcpio related or gentoo kernel related.
I know I'd need more information and output for a bug report. The question, is it a mkinitcpio bug?

I can manually load ext4 after boot throws an error that the filesystem is unknown.

if I do in recovery shell "lsmod | grep ext4", it shows no ext4 module loaded.

I believe for some strange reason the module doesn't get loaded in init, so earlymodules for udev?

I was just experimenting with the modprobe args, and created a initrd with a "modprobe -a". The idea was that maybe ext4 gets blacklisted, but nope.

Here is some info, dmesg,log etc...
http://openrc4arch.site40.net/pool/gentoo/

Last edited by artoo (2013-02-28 18:49:51)

Offline

#4 2013-02-28 18:59:13

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: mkinitcpio(all versions) & ext4 module

So the module is added to the image, but not loaded? Explicitly added modules in mkinitcpio.conf are loaded by modprobe, which is just a symlink to kmod. I would assume that a failure here would be visible on boot. All other modules are loaded by udev (and it looks like this is included on the image).

Can you host a "faulty" image?

Offline

#5 2013-02-28 19:03:44

artoo
Member
Registered: 2012-09-04
Posts: 175
Website

Re: mkinitcpio(all versions) & ext4 module

falconindy wrote:

So the module is added to the image, but not loaded? Explicitly added modules in mkinitcpio.conf are loaded by modprobe, which is just a symlink to kmod. I would assume that a failure here would be visible on boot. All other modules are loaded by udev (and it looks like this is included on the image).

Can you host a "faulty" image?

I have uploaded the current image which doesn't work with ext4 as module. same link as above.

Yup, ext4 module is added, but despite adding it explicitly, it doesn't get modprobed for some strange reason.
It'd get added by autodetect too.

PS: I uploaded kernel config too.

I don't have to add any explicit modules on arch, and basically the same root-on-lvm setup.

Last edited by artoo (2013-02-28 19:15:23)

Offline

#6 2013-02-28 19:20:46

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: mkinitcpio(all versions) & ext4 module

Hrm. Module indicies are fine, too. I'm somewhat baffled by this. Might be worthwhile to turn up udev logging.

Offline

#7 2013-02-28 19:27:50

artoo
Member
Registered: 2012-09-04
Posts: 175
Website

Re: mkinitcpio(all versions) & ext4 module

falconindy wrote:

Hrm. Module indicies are fine, too. I'm somewhat baffled by this. Might be worthwhile to turn up udev logging.

I'll fire up the vbox, where it is the same problem.
Hang on, need to quickly compile ext4 as module on vbox.

Last edited by artoo (2013-02-28 19:30:54)

Offline

#8 2013-02-28 19:45:13

artoo
Member
Registered: 2012-09-04
Posts: 175
Website

Re: mkinitcpio(all versions) & ext4 module

How do I catch udev log in recovery shell?

I set udev.conf log to debug.


this is from /var/log/messages after loading ext4 manually.

Feb 28 20:54:13 vgentoo rsyslogd: [origin software="rsyslogd" swVersion="7.2.5" x-pid="896" x-info="http://www.rsyslog.com"] start
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Initializing cgroup subsys cpuset
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Initializing cgroup subsys cpu
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Linux version 3.7.9-gentoo (root@vgentoo) (gcc version 4.6.3 (Gentoo 4.6.3 p1.11, pie-0.5.2) ) #2 SMP PREEMPT Thu Feb 28 20:35:52 CET 2013
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Command line: BOOT_IMAGE=/kernel-3.7.9-gentoo root=/dev/mapper/gentoo-root ro
Feb 28 20:54:13 vgentoo kernel: [    0.000000] e820: BIOS-provided physical RAM map:
Feb 28 20:54:13 vgentoo kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Feb 28 20:54:13 vgentoo kernel: [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Feb 28 20:54:13 vgentoo kernel: [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Feb 28 20:54:13 vgentoo kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dffeffff] usable
Feb 28 20:54:13 vgentoo kernel: [    0.000000] BIOS-e820: [mem 0x00000000dfff0000-0x00000000dfffffff] ACPI data
Feb 28 20:54:13 vgentoo kernel: [    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
Feb 28 20:54:13 vgentoo kernel: [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000014c8fffff] usable
Feb 28 20:54:13 vgentoo kernel: [    0.000000] NX (Execute Disable) protection: active
Feb 28 20:54:13 vgentoo kernel: [    0.000000] SMBIOS 2.5 present.
Feb 28 20:54:13 vgentoo kernel: [    0.000000] No AGP bridge found
Feb 28 20:54:13 vgentoo kernel: [    0.000000] e820: last_pfn = 0x14c900 max_arch_pfn = 0x400000000
Feb 28 20:54:13 vgentoo kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Feb 28 20:54:13 vgentoo kernel: [    0.000000] CPU MTRRs all blank - virtualized system.
Feb 28 20:54:13 vgentoo kernel: [    0.000000] e820: last_pfn = 0xdfff0 max_arch_pfn = 0x400000000
Feb 28 20:54:13 vgentoo kernel: [    0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0]
Feb 28 20:54:13 vgentoo kernel: [    0.000000] init_memory_mapping: [mem 0x00000000-0xdffeffff]
Feb 28 20:54:13 vgentoo kernel: [    0.000000] init_memory_mapping: [mem 0x100000000-0x14c8fffff]
Feb 28 20:54:13 vgentoo kernel: [    0.000000] RAMDISK: [mem 0x3772a000-0x37b8cfff]
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: RSDP 00000000000e0000 00024 (v02 VBOX  )
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: XSDT 00000000dfff0030 0003C (v01 VBOX   VBOXXSDT 00000001 ASL  00000061)
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: FACP 00000000dfff00f0 000F4 (v04 VBOX   VBOXFACP 00000001 ASL  00000061)
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: DSDT 00000000dfff0480 01B96 (v01 VBOX   VBOXBIOS 00000002 INTL 20130117)
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: FACS 00000000dfff0200 00040
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: APIC 00000000dfff0240 00064 (v02 VBOX   VBOXAPIC 00000001 ASL  00000061)
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: SSDT 00000000dfff02b0 001CC (v01 VBOX   VBOXCPUT 00000002 INTL 20130117)
Feb 28 20:54:13 vgentoo kernel: [    0.000000] No NUMA configuration found
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000014c8fffff]
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Initmem setup node 0 [mem 0x00000000-0x14c8fffff]
Feb 28 20:54:13 vgentoo kernel: [    0.000000]   NODE_DATA [mem 0x14c8fc000-0x14c8fffff]
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Zone ranges:
Feb 28 20:54:13 vgentoo kernel: [    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
Feb 28 20:54:13 vgentoo kernel: [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
Feb 28 20:54:13 vgentoo kernel: [    0.000000]   Normal   [mem 0x100000000-0x14c8fffff]
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Movable zone start for each node
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Early memory node ranges
Feb 28 20:54:13 vgentoo kernel: [    0.000000]   node   0: [mem 0x00010000-0x0009efff]
Feb 28 20:54:13 vgentoo kernel: [    0.000000]   node   0: [mem 0x00100000-0xdffeffff]
Feb 28 20:54:13 vgentoo kernel: [    0.000000]   node   0: [mem 0x100000000-0x14c8fffff]
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x4008
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: IOAPIC (id[0x03] address[0xfec00000] gsi_base[0])
Feb 28 20:54:13 vgentoo kernel: [    0.000000] IOAPIC[0]: apic_id 3, version 17, address 0xfec00000, GSI 0-23
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 28 20:54:13 vgentoo kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Feb 28 20:54:13 vgentoo kernel: [    0.000000] smpboot: Allowing 3 CPUs, 0 hotplug CPUs
Feb 28 20:54:13 vgentoo kernel: [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
Feb 28 20:54:13 vgentoo kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
Feb 28 20:54:13 vgentoo kernel: [    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
Feb 28 20:54:13 vgentoo kernel: [    0.000000] PM: Registered nosave memory: 00000000dfff0000 - 00000000e0000000
Feb 28 20:54:13 vgentoo kernel: [    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000fffc0000
Feb 28 20:54:13 vgentoo kernel: [    0.000000] PM: Registered nosave memory: 00000000fffc0000 - 0000000100000000
Feb 28 20:54:13 vgentoo kernel: [    0.000000] e820: [mem 0xe0000000-0xfffbffff] available for PCI devices
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Feb 28 20:54:13 vgentoo kernel: [    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:3 nr_node_ids:1
Feb 28 20:54:13 vgentoo kernel: [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88014c600000 s84608 r8192 d21888 u524288
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1209685
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Policy zone: Normal
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/kernel-3.7.9-gentoo root=/dev/mapper/gentoo-root ro
Feb 28 20:54:13 vgentoo kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Feb 28 20:54:13 vgentoo kernel: [    0.000000] __ex_table already sorted, skipping sort
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Checking aperture...
Feb 28 20:54:13 vgentoo kernel: [    0.000000] No AGP bridge found
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Memory: 4763716k/5448704k available (4893k kernel code, 524804k absent, 160184k reserved, 4021k data, 812k init)
Feb 28 20:54:13 vgentoo kernel: [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=3, Nodes=1
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Preemptible hierarchical RCU implementation.
Feb 28 20:54:13 vgentoo kernel: [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
Feb 28 20:54:13 vgentoo kernel: [    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
Feb 28 20:54:13 vgentoo kernel: [    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=3.
Feb 28 20:54:13 vgentoo kernel: [    0.000000] NR_IRQS:4352 nr_irqs:704 16
Feb 28 20:54:13 vgentoo kernel: [    0.000000] Console: colour VGA+ 80x25
Feb 28 20:54:13 vgentoo kernel: [    0.000000] console [tty0] enabled
Feb 28 20:54:13 vgentoo kernel: [    0.000000] allocated 19922944 bytes of page_cgroup
Feb 28 20:54:13 vgentoo kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Feb 28 20:54:13 vgentoo kernel: [    0.000000] tsc: PIT calibration matches PMTIMER. 1 loops
Feb 28 20:54:13 vgentoo kernel: [    0.000000] tsc: Detected 3056.711 MHz processor
Feb 28 20:54:13 vgentoo kernel: [    0.006674] Calibrating delay loop (skipped), value calculated using timer frequency.. 6115.14 BogoMIPS (lpj=10189036)
Feb 28 20:54:13 vgentoo kernel: [    0.010613] pid_max: default: 32768 minimum: 301
Feb 28 20:54:13 vgentoo kernel: [    0.011322] Security Framework initialized
Feb 28 20:54:13 vgentoo kernel: [    0.011981] AppArmor: AppArmor disabled by boot time parameter
Feb 28 20:54:13 vgentoo kernel: [    0.013923] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Feb 28 20:54:13 vgentoo kernel: [    0.018043] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Feb 28 20:54:13 vgentoo kernel: [    0.020455] Mount-cache hash table entries: 256
Feb 28 20:54:13 vgentoo kernel: [    0.021287] Initializing cgroup subsys cpuacct
Feb 28 20:54:13 vgentoo kernel: [    0.021960] Initializing cgroup subsys memory
Feb 28 20:54:13 vgentoo kernel: [    0.022665] Initializing cgroup subsys devices
Feb 28 20:54:13 vgentoo kernel: [    0.023342] Initializing cgroup subsys freezer
Feb 28 20:54:13 vgentoo kernel: [    0.024012] Initializing cgroup subsys net_cls
Feb 28 20:54:13 vgentoo kernel: [    0.024682] Initializing cgroup subsys blkio
Feb 28 20:54:13 vgentoo kernel: [    0.026071] CPU: Physical Processor ID: 0
Feb 28 20:54:13 vgentoo kernel: [    0.026674] CPU: Processor Core ID: 0
Feb 28 20:54:13 vgentoo kernel: [    0.027313] mce: CPU supports 0 MCE banks
Feb 28 20:54:13 vgentoo kernel: [    0.028048] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Feb 28 20:54:13 vgentoo kernel: [    0.028048] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
Feb 28 20:54:13 vgentoo kernel: [    0.028048] tlb_flushall_shift: 5
Feb 28 20:54:13 vgentoo kernel: [    0.030331] Freeing SMP alternatives: 20k freed
Feb 28 20:54:13 vgentoo kernel: [    0.040952] ACPI: Core revision 20120913
Feb 28 20:54:13 vgentoo kernel: [    0.042241] ftrace: allocating 18721 entries in 74 pages
Feb 28 20:54:13 vgentoo kernel: [    0.053809] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Feb 28 20:54:13 vgentoo kernel: [    0.087744] smpboot: CPU0: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz (fam: 06, model: 2a, stepping: 07)
Feb 28 20:54:13 vgentoo kernel: [    0.089999] Performance Events: unsupported p6 CPU model 42 no PMU driver, software events only.
Feb 28 20:54:13 vgentoo kernel: [    0.104490] NMI watchdog: disabled (cpu0): hardware events not enabled
Feb 28 20:54:13 vgentoo kernel: [    0.009999] mce: CPU supports 0 MCE banks
Feb 28 20:54:13 vgentoo kernel: [    0.113469] smpboot: Booting Node   0, Processors  #1
Feb 28 20:54:13 vgentoo kernel: [    0.126666] TSC synchronization [CPU#0 -> CPU#1]:
Feb 28 20:54:13 vgentoo kernel: [    0.126666] Measured 1639941 cycles TSC warp between CPUs, turning off TSC clock.
Feb 28 20:54:13 vgentoo kernel: [    0.126666] tsc: Marking TSC unstable due to check_tsc_sync_source failed
Feb 28 20:54:13 vgentoo kernel: [    0.133434]  #2 OK
Feb 28 20:54:13 vgentoo kernel: [    0.009999] mce: CPU supports 0 MCE banks
Feb 28 20:54:13 vgentoo kernel: [    0.145711] Brought up 3 CPUs
Feb 28 20:54:13 vgentoo kernel: [    0.146670] smpboot: Total of 3 processors activated (18347.44 BogoMIPS)
Feb 28 20:54:13 vgentoo kernel: [    0.153381] devtmpfs: initialized
Feb 28 20:54:13 vgentoo kernel: [    0.157629] RTC time: 19:46:45, date: 02/28/13
Feb 28 20:54:13 vgentoo kernel: [    0.158629] NET: Registered protocol family 16
Feb 28 20:54:13 vgentoo kernel: [    0.158629] ACPI: bus type pci registered
Feb 28 20:54:13 vgentoo kernel: [    0.158629] PCI: Using configuration type 1 for base access
Feb 28 20:54:13 vgentoo kernel: [    0.160296] bio: create slab <bio-0> at 0
Feb 28 20:54:13 vgentoo kernel: [    0.163400] ACPI: Added _OSI(Module Device)
Feb 28 20:54:13 vgentoo kernel: [    0.164068] ACPI: Added _OSI(Processor Device)
Feb 28 20:54:13 vgentoo kernel: [    0.164795] ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 28 20:54:13 vgentoo kernel: [    0.164795] ACPI: Added _OSI(Processor Aggregator Device)
Feb 28 20:54:13 vgentoo kernel: [    0.164811] ACPI: Executed 1 blocks of module-level executable AML code
Feb 28 20:54:13 vgentoo kernel: [    0.169039] ACPI: Interpreter enabled
Feb 28 20:54:13 vgentoo kernel: [    0.169813] ACPI: (supports S0 S5)
Feb 28 20:54:13 vgentoo kernel: [    0.170774] ACPI: Using IOAPIC for interrupt routing
Feb 28 20:54:13 vgentoo kernel: [    0.173721] ACPI: No dock devices found.
Feb 28 20:54:13 vgentoo kernel: [    0.174413] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
Feb 28 20:54:13 vgentoo kernel: [    0.175739] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Feb 28 20:54:13 vgentoo kernel: [    0.176586] pci_root PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
Feb 28 20:54:13 vgentoo kernel: [    0.180033] PCI host bridge to bus 0000:00
Feb 28 20:54:13 vgentoo kernel: [    0.180701] pci_bus 0000:00: root bus resource [bus 00-ff]
Feb 28 20:54:13 vgentoo kernel: [    0.181428] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
Feb 28 20:54:13 vgentoo kernel: [    0.181428] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
Feb 28 20:54:13 vgentoo kernel: [    0.331026]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
Feb 28 20:54:13 vgentoo kernel: [    0.333340]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
Feb 28 20:54:13 vgentoo kernel: [    0.340806] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 9 10 11)
Feb 28 20:54:13 vgentoo kernel: [    0.343063] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11)
Feb 28 20:54:13 vgentoo kernel: [    0.344737] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11)
Feb 28 20:54:13 vgentoo kernel: [    0.346743] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11)
Feb 28 20:54:13 vgentoo kernel: [    0.350114] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Feb 28 20:54:13 vgentoo kernel: [    0.350114] vgaarb: loaded
Feb 28 20:54:13 vgentoo kernel: [    0.350601] vgaarb: bridge control possible 0000:00:02.0
Feb 28 20:54:13 vgentoo kernel: [    0.351398] PCI: Using ACPI for IRQ routing
Feb 28 20:54:13 vgentoo kernel: [    0.352581] NetLabel: Initializing
Feb 28 20:54:13 vgentoo kernel: [    0.353338] NetLabel:  domain hash size = 128
Feb 28 20:54:13 vgentoo kernel: [    0.354036] NetLabel:  protocols = UNLABELED CIPSOv4
Feb 28 20:54:13 vgentoo kernel: [    0.354756] NetLabel:  unlabeled traffic allowed by default
Feb 28 20:54:13 vgentoo kernel: [    0.355530] Switching to clocksource refined-jiffies
Feb 28 20:54:13 vgentoo kernel: [    0.373383] pnp: PnP ACPI init
Feb 28 20:54:13 vgentoo kernel: [    0.374017] ACPI: bus type pnp registered
Feb 28 20:54:13 vgentoo kernel: [    0.375022] pnp: PnP ACPI: found 5 devices
Feb 28 20:54:13 vgentoo kernel: [    0.375022] ACPI: ACPI bus type pnp unregistered
Feb 28 20:54:13 vgentoo kernel: [    0.379490] Switching to clocksource acpi_pm
Feb 28 20:54:13 vgentoo kernel: [    0.383463] NET: Registered protocol family 2
Feb 28 20:54:13 vgentoo kernel: [    0.385186] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
Feb 28 20:54:13 vgentoo kernel: [    0.388924] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Feb 28 20:54:13 vgentoo kernel: [    0.390208] TCP: Hash tables configured (established 524288 bind 65536)
Feb 28 20:54:13 vgentoo kernel: [    0.391024] TCP: reno registered
Feb 28 20:54:13 vgentoo kernel: [    0.391675] UDP hash table entries: 4096 (order: 5, 131072 bytes)
Feb 28 20:54:13 vgentoo kernel: [    0.392453] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Feb 28 20:54:13 vgentoo kernel: [    0.393298] NET: Registered protocol family 1
Feb 28 20:54:13 vgentoo kernel: [    0.394182] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
Feb 28 20:54:13 vgentoo kernel: [    0.395031] pci 0000:00:01.0: Activating ISA DMA hang workarounds
Feb 28 20:54:13 vgentoo kernel: [    0.396209] Unpacking initramfs...
Feb 28 20:54:13 vgentoo kernel: [    0.467505] Freeing initrd memory: 4492k freed
Feb 28 20:54:13 vgentoo kernel: [    0.468719] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Feb 28 20:54:13 vgentoo kernel: [    0.469533] software IO TLB [mem 0xdbfec000-0xdffebfff] (64MB) mapped at [ffff8800dbfec000-ffff8800dffebfff]
Feb 28 20:54:13 vgentoo kernel: [    0.471008] platform rtc_cmos: registered platform RTC device (no PNP device found)
Feb 28 20:54:13 vgentoo kernel: [    0.472765] audit: initializing netlink socket (disabled)
Feb 28 20:54:13 vgentoo kernel: [    0.474809] type=2000 audit(1362080804.473:1): initialized
Feb 28 20:54:13 vgentoo kernel: [    0.492863] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Feb 28 20:54:13 vgentoo kernel: [    0.497021] VFS: Disk quotas dquot_6.5.2
Feb 28 20:54:13 vgentoo kernel: [    0.497739] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 28 20:54:13 vgentoo kernel: [    0.500645] msgmni has been set to 9312
Feb 28 20:54:13 vgentoo kernel: [    0.502984] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Feb 28 20:54:13 vgentoo kernel: [    0.504845] io scheduler noop registered
Feb 28 20:54:13 vgentoo kernel: [    0.505686] io scheduler deadline registered
Feb 28 20:54:13 vgentoo kernel: [    0.506565] io scheduler cfq registered (default)
Feb 28 20:54:13 vgentoo kernel: [    0.507584] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Feb 28 20:54:13 vgentoo kernel: [    0.509594] Linux agpgart interface v0.103
Feb 28 20:54:13 vgentoo kernel: [    0.511151] GHES: HEST is not enabled!
Feb 28 20:54:13 vgentoo kernel: [    0.512036] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
Feb 28 20:54:13 vgentoo kernel: [    1.075106] serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 28 20:54:13 vgentoo kernel: [    1.075906] serio: i8042 AUX port at 0x60,0x64 irq 12
Feb 28 20:54:13 vgentoo kernel: [    1.076924] mousedev: PS/2 mouse device common for all mice
Feb 28 20:54:13 vgentoo kernel: [    1.078156] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
Feb 28 20:54:13 vgentoo kernel: [    1.078241] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Feb 28 20:54:13 vgentoo kernel: [    1.082060] rtc0: alarms up to one day, 114 bytes nvram
Feb 28 20:54:13 vgentoo kernel: [    1.083481] cpuidle: using governor ladder
Feb 28 20:54:13 vgentoo kernel: [    1.084752] cpuidle: using governor menu
Feb 28 20:54:13 vgentoo kernel: [    1.086115] drop_monitor: Initializing network drop monitor service
Feb 28 20:54:13 vgentoo kernel: [    1.087801] TCP: cubic registered
Feb 28 20:54:13 vgentoo kernel: [    1.089559] NET: Registered protocol family 10
Feb 28 20:54:13 vgentoo kernel: [    1.090578] NET: Registered protocol family 17
Feb 28 20:54:13 vgentoo kernel: [    1.091268] Key type dns_resolver registered
Feb 28 20:54:13 vgentoo kernel: [    1.092946] registered taskstats version 1
Feb 28 20:54:13 vgentoo kernel: [    1.096390]   Magic number: 1:332:800
Feb 28 20:54:13 vgentoo kernel: [    1.098122] rtc_cmos rtc_cmos: setting system clock to 2013-02-28 19:46:46 UTC (1362080806)
Feb 28 20:54:13 vgentoo kernel: [    1.102236] Freeing unused kernel memory: 812k freed
Feb 28 20:54:13 vgentoo kernel: [    1.103045] Write protecting the kernel read-only data: 8192k
Feb 28 20:54:13 vgentoo kernel: [    1.107320] Freeing unused kernel memory: 1240k freed
Feb 28 20:54:13 vgentoo kernel: [    1.109881] Freeing unused kernel memory: 476k freed
Feb 28 20:54:13 vgentoo kernel: [    1.179633] SCSI subsystem initialized
Feb 28 20:54:13 vgentoo kernel: [    1.181765] ACPI: bus type usb registered
Feb 28 20:54:13 vgentoo kernel: [    1.182741] usbcore: registered new interface driver usbfs
Feb 28 20:54:13 vgentoo kernel: [    1.183634] ACPI: bus type scsi registered
Feb 28 20:54:13 vgentoo kernel: [    1.183659] usbcore: registered new interface driver hub
Feb 28 20:54:13 vgentoo kernel: [    1.183830] usbcore: registered new device driver usb
Feb 28 20:54:13 vgentoo kernel: [    1.184235] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Feb 28 20:54:13 vgentoo kernel: [    1.187890] ohci_hcd 0000:00:06.0: OHCI Host Controller
Feb 28 20:54:13 vgentoo kernel: [    1.188755] ohci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 1
Feb 28 20:54:13 vgentoo kernel: [    1.190473] ohci_hcd 0000:00:06.0: irq 22, io mem 0xf0804000
Feb 28 20:54:13 vgentoo kernel: [    1.244482] hub 1-0:1.0: USB hub found
Feb 28 20:54:13 vgentoo kernel: [    1.246086] hub 1-0:1.0: 8 ports detected
Feb 28 20:54:13 vgentoo kernel: [    1.250855] scsi0 : ata_piix
Feb 28 20:54:13 vgentoo kernel: [    1.252722] scsi1 : ata_piix
Feb 28 20:54:13 vgentoo kernel: [    1.254401] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
Feb 28 20:54:13 vgentoo kernel: [    1.257057] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
Feb 28 20:54:13 vgentoo kernel: [    1.260418] ahci: SSS flag set, parallel bus scan disabled
Feb 28 20:54:13 vgentoo kernel: [    1.261674] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
Feb 28 20:54:13 vgentoo kernel: [    1.262948] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc 
Feb 28 20:54:13 vgentoo kernel: [    1.264587] scsi2 : ahci
Feb 28 20:54:13 vgentoo kernel: [    1.265724] scsi3 : ahci
Feb 28 20:54:13 vgentoo kernel: [    1.266755] ata3: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806100 irq 21
Feb 28 20:54:13 vgentoo kernel: [    1.268470] ata4: SATA max UDMA/133 abar m8192@0xf0806000 port 0xf0806180 irq 21
Feb 28 20:54:13 vgentoo kernel: [    1.414582] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
Feb 28 20:54:13 vgentoo kernel: [    1.417443] ata2.00: configured for UDMA/33
Feb 28 20:54:13 vgentoo kernel: [    1.421718] scsi 1:0:0:0: CD-ROM            VBOX     CD-ROM           1.0  PQ: 0 ANSI: 5
Feb 28 20:54:13 vgentoo kernel: [    1.590361] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Feb 28 20:54:13 vgentoo kernel: [    1.592141] ata3.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
Feb 28 20:54:13 vgentoo kernel: [    1.593678] ata3.00: 62914560 sectors, multi 128: LBA48 NCQ (depth 31/32)
Feb 28 20:54:13 vgentoo kernel: [    1.595518] ata3.00: configured for UDMA/133
Feb 28 20:54:13 vgentoo kernel: [    1.597560] scsi 2:0:0:0: Direct-Access     ATA      VBOX HARDDISK    1.0  PQ: 0 ANSI: 5
Feb 28 20:54:13 vgentoo kernel: [    1.633558] usb 1-1: new full-speed USB device number 2 using ohci_hcd
Feb 28 20:54:13 vgentoo kernel: [    1.920371] ata4: SATA link down (SStatus 0 SControl 300)
Feb 28 20:54:13 vgentoo kernel: [    1.932641] sr0: scsi3-mmc drive: 32x/32x xa/form2 tray
Feb 28 20:54:13 vgentoo kernel: [    1.934149] cdrom: Uniform CD-ROM driver Revision: 3.20
Feb 28 20:54:13 vgentoo kernel: [    1.936312] sd 2:0:0:0: [sda] 62914560 512-byte logical blocks: (32.2 GB/30.0 GiB)
Feb 28 20:54:13 vgentoo kernel: [    1.938223] sd 2:0:0:0: [sda] Write Protect is off
Feb 28 20:54:13 vgentoo kernel: [    1.941014] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 28 20:54:13 vgentoo kernel: [    1.943949]  sda: sda1 sda2 sda3
Feb 28 20:54:13 vgentoo kernel: [    1.945437] sd 2:0:0:0: [sda] Attached SCSI disk
Feb 28 20:54:13 vgentoo kernel: [    2.241109] device-mapper: uevent: version 1.0.3
Feb 28 20:54:13 vgentoo kernel: [    2.242809] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@redhat.com
Feb 28 20:54:13 vgentoo kernel: [    2.381457] bio: create slab <bio-1> at 1
Feb 28 20:54:13 vgentoo kernel: [  432.156619] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
Feb 28 20:54:13 vgentoo kernel: [  436.172068] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
Feb 28 20:54:13 vgentoo kernel: [  438.687305] microcode: CPU0 sig=0x206a7, pf=0x1, revision=0x0
Feb 28 20:54:13 vgentoo kernel: [  438.744550] input: PC Speaker as /devices/platform/pcspkr/input/input1
Feb 28 20:54:13 vgentoo kernel: [  438.767472] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Feb 28 20:54:13 vgentoo kernel: [  438.767479] ACPI: Power Button [PWRF]
Feb 28 20:54:13 vgentoo kernel: [  438.767579] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input3
Feb 28 20:54:13 vgentoo kernel: [  438.767583] ACPI: Sleep Button [SLPF]
Feb 28 20:54:13 vgentoo kernel: [  438.773383] microcode: CPU1 sig=0x206a7, pf=0x1, revision=0x0
Feb 28 20:54:13 vgentoo kernel: [  438.775394] microcode: CPU2 sig=0x206a7, pf=0x1, revision=0x0
Feb 28 20:54:13 vgentoo kernel: [  438.776812] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Feb 28 20:54:13 vgentoo kernel: [  438.854979] input: Unspecified device as /devices/pci0000:00/0000:00:04.0/input/input4
Feb 28 20:54:13 vgentoo kernel: [  438.855940] vboxguest: major 0, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
Feb 28 20:54:13 vgentoo kernel: [  438.898272] parport_pc 00:04: reported by Plug and Play ACPI
Feb 28 20:54:13 vgentoo kernel: [  438.910945] ACPI: AC Adapter [AC] (on-line)
Feb 28 20:54:13 vgentoo kernel: [  439.015762] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
Feb 28 20:54:13 vgentoo kernel: [  439.236567] usbcore: registered new interface driver usbhid
Feb 28 20:54:13 vgentoo kernel: [  439.236569] usbhid: USB HID core driver
Feb 28 20:54:13 vgentoo kernel: [  439.243627] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
Feb 28 20:54:13 vgentoo kernel: [  439.243630] e1000: Copyright (c) 1999-2006 Intel Corporation.
Feb 28 20:54:13 vgentoo kernel: [  439.516951] intel8x0_measure_ac97_clock: measured 53234 usecs (10405 samples)
Feb 28 20:54:13 vgentoo kernel: [  439.516955] intel8x0: measured clock 195457 rejected
Feb 28 20:54:13 vgentoo kernel: [  439.650072] ppdev: user-space parallel port driver
Feb 28 20:54:13 vgentoo kernel: [  439.873576] intel8x0_measure_ac97_clock: measured 53366 usecs (10166 samples)
Feb 28 20:54:13 vgentoo kernel: [  439.873580] intel8x0: measured clock 190495 rejected
Feb 28 20:54:13 vgentoo kernel: [  439.930131] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:06.0/usb1/1-1/1-1:1.0/input/input6
Feb 28 20:54:13 vgentoo kernel: [  439.931018] hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:06.0-1/input0
Feb 28 20:54:13 vgentoo kernel: [  440.230257] intel8x0_measure_ac97_clock: measured 53202 usecs (10404 samples)
Feb 28 20:54:13 vgentoo kernel: [  440.230262] intel8x0: measured clock 195556 rejected
Feb 28 20:54:13 vgentoo kernel: [  440.230264] intel8x0: clocking to 48000
Feb 28 20:54:13 vgentoo kernel: [  440.690796] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:6c:bf:41
Feb 28 20:54:13 vgentoo kernel: [  440.690804] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
Feb 28 20:54:13 vgentoo kernel: [  442.033202] EXT4-fs (dm-1): re-mounted. Opts: (null)
Feb 28 20:54:13 vgentoo kernel: [  442.203803] Adding 524284k swap on /dev/sda2.  Priority:-1 extents:1 across:524284k 
Feb 28 20:54:13 vgentoo kernel: [  442.288310] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Feb 28 20:54:13 vgentoo kernel: [  442.318386] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
Feb 28 20:54:13 vgentoo kernel: [  442.344389] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null)
Feb 28 20:54:13 vgentoo kernel: [  442.367301] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: (null)
Feb 28 20:54:13 vgentoo kernel: [  442.409492] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: (null)
Feb 28 20:54:13 vgentoo kernel: [  446.581350] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Feb 28 20:54:28 vgentoo kernel: [  463.981735] EXT4-fs (dm-0): re-mounted. Opts: commit=0
Feb 28 20:54:28 vgentoo kernel: [  463.988550] EXT4-fs (dm-1): re-mounted. Opts: commit=0
Feb 28 20:54:28 vgentoo kernel: [  463.997002] EXT4-fs (sda1): re-mounted. Opts: commit=0
Feb 28 20:54:29 vgentoo kernel: [  464.129234] EXT4-fs (dm-2): re-mounted. Opts: commit=0
Feb 28 20:54:29 vgentoo kernel: [  464.133416] EXT4-fs (dm-3): re-mounted. Opts: commit=0
Feb 28 20:54:29 vgentoo kernel: [  464.137311] EXT4-fs (dm-4): re-mounted. Opts: commit=0
Feb 28 20:54:29 vgentoo kernel: [  464.141028] EXT4-fs (dm-5): re-mounted. Opts: commit=0

Edit: I uploaded udevmonitor.log

Last edited by artoo (2013-02-28 20:14:33)

Offline

Board footer

Powered by FluxBB