mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 05:25:50 +00:00
editHeaderHeight
This commit is contained in:
parent
d565818460
commit
ec50d6a61f
2 changed files with 361 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
.navbar a.navbar-brand span {
|
||||
display: block;
|
||||
width: 229px;
|
||||
height: 46px;
|
||||
height: 44px;
|
||||
background: url("../images/spring-logo-dataflow.png") -1px -48px no-repeat;
|
||||
opacity: 0;
|
||||
-moz-transition: opacity 0.12s ease-in-out;
|
||||
|
|
360
ubuntu-bionic-18.04-cloudimg-console.log
Normal file
360
ubuntu-bionic-18.04-cloudimg-console.log
Normal file
|
@ -0,0 +1,360 @@
|
|||
[ 0.000000] Linux version 4.15.0-212-generic (buildd@lcy02-amd64-083) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #223-Ubuntu SMP Tue May 23 13:09:22 UTC 2023 (Ubuntu 4.15.0-212.223-generic 4.15.18)
|
||||
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-212-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
|
||||
[ 0.000000] KERNEL supported cpus:
|
||||
[ 0.000000] Intel GenuineIntel
|
||||
[ 0.000000] AMD AuthenticAMD
|
||||
[ 0.000000] Centaur CentaurHauls
|
||||
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
|
||||
[ 0.000000] e820: BIOS-provided physical RAM map:
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
|
||||
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ffeffff] usable
|
||||
[ 0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffffff] ACPI data
|
||||
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
|
||||
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
|
||||
[ 0.000000] NX (Execute Disable) protection: active
|
||||
[ 0.000000] SMBIOS 2.5 present.
|
||||
[ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
|
||||
[ 0.000000] Hypervisor detected: KVM
|
||||
[ 0.000000] e820: last_pfn = 0x3fff0 max_arch_pfn = 0x400000000
|
||||
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
|
||||
[ 0.000000] CPU MTRRs all blank - virtualized system.
|
||||
[ 0.000000] found SMP MP-table at [mem 0x0009fbf0-0x0009fbff]
|
||||
[ 0.000000] Scanning 1 areas for low memory corruption
|
||||
[ 0.000000] RAMDISK: [mem 0x359cb000-0x36cdcfff]
|
||||
[ 0.000000] ACPI: Early table checksum verification disabled
|
||||
[ 0.000000] ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX )
|
||||
[ 0.000000] ACPI: XSDT 0x000000003FFF0030 00003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061)
|
||||
[ 0.000000] ACPI: FACP 0x000000003FFF00F0 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061)
|
||||
[ 0.000000] ACPI: DSDT 0x000000003FFF0610 002353 (v02 VBOX VBOXBIOS 00000002 INTL 20100528)
|
||||
[ 0.000000] ACPI: FACS 0x000000003FFF0200 000040
|
||||
[ 0.000000] ACPI: FACS 0x000000003FFF0200 000040
|
||||
[ 0.000000] ACPI: APIC 0x000000003FFF0240 00005C (v02 VBOX VBOXAPIC 00000001 ASL 00000061)
|
||||
[ 0.000000] ACPI: SSDT 0x000000003FFF02A0 00036C (v01 VBOX VBOXCPUT 00000002 INTL 20100528)
|
||||
[ 0.000000] ACPI: Reserving FACP table memory at [mem 0x3fff00f0-0x3fff01e3]
|
||||
[ 0.000000] ACPI: Reserving DSDT table memory at [mem 0x3fff0610-0x3fff2962]
|
||||
[ 0.000000] ACPI: Reserving FACS table memory at [mem 0x3fff0200-0x3fff023f]
|
||||
[ 0.000000] ACPI: Reserving FACS table memory at [mem 0x3fff0200-0x3fff023f]
|
||||
[ 0.000000] ACPI: Reserving APIC table memory at [mem 0x3fff0240-0x3fff029b]
|
||||
[ 0.000000] ACPI: Reserving SSDT table memory at [mem 0x3fff02a0-0x3fff060b]
|
||||
[ 0.000000] No NUMA configuration found
|
||||
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000003ffeffff]
|
||||
[ 0.000000] NODE_DATA(0) allocated [mem 0x3ffc5000-0x3ffeffff]
|
||||
[ 0.000000] kvm-clock: cpu 0, msr 0:3ff44001, primary cpu clock
|
||||
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
|
||||
[ 0.000000] kvm-clock: using sched offset of 4751608937 cycles
|
||||
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
|
||||
[ 0.000000] Zone ranges:
|
||||
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
|
||||
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000003ffeffff]
|
||||
[ 0.000000] Normal empty
|
||||
[ 0.000000] Device empty
|
||||
[ 0.000000] Movable zone start for each node
|
||||
[ 0.000000] Early memory node ranges
|
||||
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
|
||||
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000003ffeffff]
|
||||
[ 0.000000] Reserved but unavailable: 104 pages
|
||||
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000003ffeffff]
|
||||
[ 0.000000] ACPI: PM-Timer IO Port: 0x4008
|
||||
[ 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 low level)
|
||||
[ 0.000000] Using ACPI (MADT) for SMP configuration information
|
||||
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
|
||||
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
|
||||
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
|
||||
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
|
||||
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
|
||||
[ 0.000000] e820: [mem 0x40000000-0xfebfffff] available for PCI devices
|
||||
[ 0.000000] Booting paravirtualized kernel on KVM
|
||||
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
|
||||
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
|
||||
[ 0.000000] percpu: Embedded 50 pages/cpu s167936 r8192 d28672 u1048576
|
||||
[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
|
||||
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257913
|
||||
[ 0.000000] Policy zone: DMA32
|
||||
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-212-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
|
||||
[ 0.000000] Memory: 982644K/1048120K available (12300K kernel code, 2477K rwdata, 4324K rodata, 2480K init, 2720K bss, 65476K reserved, 0K cma-reserved)
|
||||
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
|
||||
[ 0.000000] Kernel/User page tables isolation: enabled
|
||||
[ 0.000000] ftrace: allocating 39508 entries in 155 pages
|
||||
[ 0.004000] Hierarchical RCU implementation.
|
||||
[ 0.004000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=2.
|
||||
[ 0.004000] Tasks RCU enabled.
|
||||
[ 0.004000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
|
||||
[ 0.004000] NR_IRQS: 524544, nr_irqs: 440, preallocated irqs: 16
|
||||
[ 0.004000] random: crng init done
|
||||
[ 0.004000] Console: colour VGA+ 80x25
|
||||
[ 0.004000] console [tty1] enabled
|
||||
[ 0.004000] console [ttyS0] enabled
|
||||
[ 0.004000] ACPI: Core revision 20170831
|
||||
[ 0.004000] ACPI: 2 ACPI AML tables successfully acquired and loaded
|
||||
[ 0.004000] APIC: Switch to symmetric I/O mode setup
|
||||
[ 0.004000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
|
||||
[ 0.004011] tsc: Detected 1799.999 MHz processor
|
||||
[ 0.008017] Calibrating delay loop (skipped) preset value.. 3599.99 BogoMIPS (lpj=7199996)
|
||||
[ 0.012011] pid_max: default: 32768 minimum: 301
|
||||
[ 0.016172] Security Framework initialized
|
||||
[ 0.020017] Yama: becoming mindful.
|
||||
[ 0.024184] AppArmor: AppArmor initialized
|
||||
[ 0.038114] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
|
||||
[ 0.045393] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
|
||||
[ 0.048143] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
|
||||
[ 0.056032] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
|
||||
[ 0.067265] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
|
||||
[ 0.068007] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
|
||||
[ 0.072007] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
|
||||
[ 0.076008] Spectre V2 : Mitigation: Retpolines
|
||||
[ 0.080011] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
|
||||
[ 0.084007] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
|
||||
[ 0.088008] RETBleed: WARNING: Spectre v2 mitigation leaves CPU vulnerable to RETBleed attacks, data leaks possible!
|
||||
[ 0.092007] RETBleed: Vulnerable
|
||||
[ 0.096006] Speculative Store Bypass: Vulnerable
|
||||
[ 0.100142] MDS: Mitigation: Clear CPU buffers
|
||||
[ 0.104006] MMIO Stale Data: Mitigation: Clear CPU buffers
|
||||
[ 0.108008] SRBDS: Unknown: Dependent on hypervisor status
|
||||
[ 0.112239] Freeing SMP alternatives memory: 36K
|
||||
[ 0.240836] APIC calibration not consistent with PM-Timer: 104ms instead of 100ms
|
||||
[ 0.244000] APIC delta adjusted to PM-Timer: 6455208 (6773430)
|
||||
[ 0.244738] smpboot: CPU0: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz (family: 0x6, model: 0x8e, stepping: 0xa)
|
||||
[ 0.248000] Performance Events: unsupported p6 CPU model 142 no PMU driver, software events only.
|
||||
[ 0.248000] Hierarchical SRCU implementation.
|
||||
[ 0.248000] NMI watchdog: Perf event create on CPU 0 failed with -2
|
||||
[ 0.248000] NMI watchdog: Perf NMI watchdog permanently disabled
|
||||
[ 0.248537] smp: Bringing up secondary CPUs ...
|
||||
[ 0.256017] x86: Booting SMP configuration:
|
||||
[ 0.260033] .... node #0, CPUs: #1
|
||||
[ 0.004000] kvm-clock: cpu 1, msr 0:3ff44041, secondary cpu clock
|
||||
[ 0.296437] smp: Brought up 1 node, 2 CPUs
|
||||
[ 0.300011] smpboot: Max logical packages: 1
|
||||
[ 0.304007] smpboot: Total of 2 processors activated (7199.99 BogoMIPS)
|
||||
[ 0.316012] devtmpfs: initialized
|
||||
[ 0.320189] x86/mm: Memory block size: 128MB
|
||||
[ 0.324631] evm: security.selinux
|
||||
[ 0.328005] evm: security.SMACK64
|
||||
[ 0.332006] evm: security.SMACK64EXEC
|
||||
[ 0.336004] evm: security.SMACK64TRANSMUTE
|
||||
[ 0.340004] evm: security.SMACK64MMAP
|
||||
[ 0.344004] evm: security.apparmor
|
||||
[ 0.348004] evm: security.ima
|
||||
[ 0.352004] evm: security.capability
|
||||
[ 0.360304] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
|
||||
[ 0.364023] futex hash table entries: 512 (order: 3, 32768 bytes)
|
||||
[ 0.368327] pinctrl core: initialized pinctrl subsystem
|
||||
[ 0.373007] RTC time: 19:11:15, date: 04/26/25
|
||||
[ 0.378053] NET: Registered protocol family 16
|
||||
[ 0.380208] audit: initializing netlink subsys (disabled)
|
||||
[ 0.384330] audit: type=2000 audit(1745694680.668:1): state=initialized audit_enabled=0 res=1
|
||||
[ 0.404016] cpuidle: using governor ladder
|
||||
[ 0.408021] cpuidle: using governor menu
|
||||
[ 0.412109] ACPI: bus type PCI registered
|
||||
[ 0.416007] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
|
||||
[ 0.420920] PCI: Using configuration type 1 for base access
|
||||
[ 0.428732] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
|
||||
[ 0.437043] ACPI: Added _OSI(Module Device)
|
||||
[ 0.440006] ACPI: Added _OSI(Processor Device)
|
||||
[ 0.444007] ACPI: Added _OSI(3.0 _SCP Extensions)
|
||||
[ 0.448006] ACPI: Added _OSI(Processor Aggregator Device)
|
||||
[ 0.452008] ACPI: Added _OSI(Linux-Dell-Video)
|
||||
[ 0.456007] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
|
||||
[ 0.460006] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
|
||||
[ 0.465690] ACPI: Executed 1 blocks of module-level executable AML code
|
||||
[ 0.476000] ACPI: Interpreter enabled
|
||||
[ 0.476027] ACPI: (supports S0 S5)
|
||||
[ 0.480007] ACPI: Using IOAPIC for interrupt routing
|
||||
[ 0.485001] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
|
||||
[ 0.488423] ACPI: Enabled 2 GPEs in block 00 to 07
|
||||
[ 0.508560] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
|
||||
[ 0.512024] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
|
||||
[ 0.517377] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
|
||||
[ 0.520031] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
|
||||
[ 0.525379] PCI host bridge to bus 0000:00
|
||||
[ 0.528010] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
|
||||
[ 0.532010] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
|
||||
[ 0.536010] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
|
||||
[ 0.540009] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfdffffff window]
|
||||
[ 0.544009] pci_bus 0000:00: root bus resource [bus 00-ff]
|
||||
[ 0.564412] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
|
||||
[ 0.568007] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
|
||||
[ 0.572006] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
|
||||
[ 0.576007] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
|
||||
[ 0.613056] pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI
|
||||
[ 0.616061] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB
|
||||
[ 0.634267] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
|
||||
[ 0.636878] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 *10 11)
|
||||
[ 0.640317] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *9 10 11)
|
||||
[ 0.644317] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 *11)
|
||||
[ 0.652571] SCSI subsystem initialized
|
||||
[ 0.660192] pci 0000:00:02.0: vgaarb: setting as boot VGA device
|
||||
[ 0.664000] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
|
||||
[ 0.664010] pci 0000:00:02.0: vgaarb: bridge control possible
|
||||
[ 0.668004] vgaarb: loaded
|
||||
[ 0.672121] ACPI: bus type USB registered
|
||||
[ 0.676028] usbcore: registered new interface driver usbfs
|
||||
[ 0.680054] usbcore: registered new interface driver hub
|
||||
[ 0.684029] usbcore: registered new device driver usb
|
||||
[ 0.688461] EDAC MC: Ver: 3.0.0
|
||||
[ 0.697346] PCI: Using ACPI for IRQ routing
|
||||
[ 0.701054] NetLabel: Initializing
|
||||
[ 0.704003] NetLabel: domain hash size = 128
|
||||
[ 0.708004] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
|
||||
[ 0.712029] NetLabel: unlabeled traffic allowed by default
|
||||
[ 0.716305] clocksource: Switched to clocksource kvm-clock
|
||||
[ 0.741726] VFS: Disk quotas dquot_6.6.0
|
||||
[ 0.741726] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
|
||||
[ 0.741726] AppArmor: AppArmor Filesystem Enabled
|
||||
[ 0.741726] pnp: PnP ACPI init
|
||||
[ 0.741726] pnp: PnP ACPI: found 3 devices
|
||||
[ 0.869571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
|
||||
[ 0.872548] NET: Registered protocol family 2
|
||||
[ 0.872548] IP idents hash table entries: 16384 (order: 5, 131072 bytes)
|
||||
[ 0.898143] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
|
||||
[ 0.908380] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
|
||||
[ 0.912245] TCP: Hash tables configured (established 8192 bind 8192)
|
||||
[ 0.912245] UDP hash table entries: 512 (order: 2, 16384 bytes)
|
||||
[ 0.912245] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
|
||||
[ 0.912245] NET: Registered protocol family 1
|
||||
[ 0.912245] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
|
||||
[ 0.912245] pci 0000:00:01.0: Activating ISA DMA hang workarounds
|
||||
[ 0.912245] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
|
||||
[ 0.912245] Unpacking initramfs...
|
||||
[ 1.540692] Freeing initrd memory: 19528K
|
||||
[ 1.546981] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x19f228ab7a2, max_idle_ns: 440795289252 ns
|
||||
[ 1.559415] platform rtc_cmos: registered platform RTC device (no PNP device found)
|
||||
[ 1.570526] Scanning for low memory corruption every 60 seconds
|
||||
[ 1.581338] Initialise system trusted keyrings
|
||||
[ 1.587807] Key type blacklist registered
|
||||
[ 1.594627] workingset: timestamp_bits=36 max_order=18 bucket_order=0
|
||||
[ 1.606999] zbud: loaded
|
||||
[ 1.613094] squashfs: version 4.0 (2009/01/31) Phillip Lougher
|
||||
[ 1.622329] fuse init (API version 7.26)
|
||||
[ 1.677348] Key type asymmetric registered
|
||||
[ 1.684106] Asymmetric key parser 'x509' registered
|
||||
[ 1.692069] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
|
||||
[ 1.703254] io scheduler noop registered
|
||||
[ 1.709584] io scheduler deadline registered
|
||||
[ 1.716682] io scheduler cfq registered (default)
|
||||
[ 1.724882] ACPI: AC Adapter [AC] (on-line)
|
||||
[ 1.731891] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
|
||||
[ 1.742750] ACPI: Power Button [PWRF]
|
||||
[ 1.749269] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
|
||||
[ 1.759586] ACPI: Sleep Button [SLPF]
|
||||
[ 1.769874] ACPI: Battery Slot [BAT0] (battery present)
|
||||
[ 1.778442] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
|
||||
[ 1.826028] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
|
||||
[ 1.863964] Linux agpgart interface v0.103
|
||||
[ 1.886297] loop: module loaded
|
||||
[ 1.895812] scsi host0: ata_piix
|
||||
[ 1.903153] scsi host1: ata_piix
|
||||
[ 1.908608] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
|
||||
[ 1.918365] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
|
||||
[ 1.930117] tun: Universal TUN/TAP device driver, 1.6
|
||||
[ 1.937575] PPP generic driver version 2.4.2
|
||||
[ 1.941456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
|
||||
[ 1.941456] ehci-pci: EHCI PCI platform driver
|
||||
[ 1.941456] ehci-platform: EHCI generic platform driver
|
||||
[ 1.941456] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
|
||||
[ 1.941456] ohci-pci: OHCI PCI platform driver
|
||||
[ 1.941456] ohci-platform: OHCI generic platform driver
|
||||
[ 1.941456] uhci_hcd: USB Universal Host Controller Interface driver
|
||||
[ 1.941456] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
|
||||
[ 1.941456] serio: i8042 KBD port at 0x60,0x64 irq 1
|
||||
[ 1.941456] serio: i8042 AUX port at 0x60,0x64 irq 12
|
||||
[ 1.941456] mousedev: PS/2 mouse device common for all mice
|
||||
[ 2.036839] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
|
||||
[ 2.047353] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
|
||||
[ 2.056957] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
|
||||
[ 2.060342] i2c /dev entries driver
|
||||
[ 2.076415] device-mapper: uevent: version 1.0.3
|
||||
[ 2.084531] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
|
||||
[ 2.172873] ledtrig-cpu: registered to indicate activity on CPUs
|
||||
[ 2.185149] NET: Registered protocol family 10
|
||||
[ 2.206131] Segment Routing with IPv6
|
||||
[ 2.211976] NET: Registered protocol family 17
|
||||
[ 2.218552] Key type dns_resolver registered
|
||||
[ 2.225603] mce: Using 0 MCE banks
|
||||
[ 2.230956] RAS: Correctable Errors collector initialized.
|
||||
[ 2.238653] sched_clock: Marking stable (2238565277, 0)->(3858914374, -1620349097)
|
||||
[ 2.252324] registered taskstats version 1
|
||||
[ 2.258493] Loading compiled-in X.509 certificates
|
||||
[ 2.273340] Loaded X.509 cert 'Build time autogenerated kernel key: b5b26778eaa3ab3a4a6cee031137706e947d12ad'
|
||||
[ 2.287991] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
|
||||
[ 2.302501] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
|
||||
[ 2.316342] blacklist: Loading compiled-in revocation X.509 certificates
|
||||
[ 2.325657] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing: 61482aa2830d0ab2ad5af10b7250da9033ddcef0'
|
||||
[ 2.339105] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2017): 242ade75ac4a15e50d50c84b0d45ff3eae707a03'
|
||||
[ 2.353758] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (ESM 2018): 365188c1d374d6b07c3c8f240f8ef722433d6a8b'
|
||||
[ 2.368572] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2019): c0746fd6c5da3ae827864651ad66ae47fe24b3e8'
|
||||
[ 2.382977] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v1): a8d54bbb3825cfb94fa13c9f8a594a195c107b8d'
|
||||
[ 2.397757] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v2): 4cf046892d6fd3c9a5b03f98d845f90851dc6a8c'
|
||||
[ 2.412374] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (2021 v3): 100437bb6de6e469b581e61cd66bce3ef4ed53af'
|
||||
[ 2.426686] Loaded X.509 cert 'Canonical Ltd. Secure Boot Signing (Ubuntu Core 2019): c1d57b8f6b743f23ee41f4f7ee292f06eecadfb9'
|
||||
[ 2.441875] zswap: loaded using pool lzo/zbud
|
||||
[ 2.462975] Key type big_key registered
|
||||
[ 2.468983] Key type trusted registered
|
||||
[ 2.480950] Key type encrypted registered
|
||||
[ 2.486649] AppArmor: AppArmor sha1 policy hashing enabled
|
||||
[ 2.495414] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
|
||||
[ 2.505110] ima: Allocated hash algorithm: sha1
|
||||
[ 2.511429] evm: HMAC attrs: 0x1
|
||||
[ 2.517112] Magic number: 5:574:193
|
||||
[ 2.524791] rtc_cmos rtc_cmos: setting system clock to 2025-04-26 19:11:17 UTC (1745694677)
|
||||
[ 2.537519] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
|
||||
[ 2.545965] EDD information not available.
|
||||
[ 2.557155] Freeing unused kernel image memory: 2480K
|
||||
[ 2.588732] Write protecting the kernel read-only data: 20480k
|
||||
[ 2.600005] Freeing unused kernel image memory: 2008K
|
||||
[ 2.608275] Freeing unused kernel image memory: 1820K
|
||||
[ 2.622431] x86/mm: Checked W+X mappings: passed, no W+X pages found.
|
||||
[ 2.631702] x86/mm: Checking user space page tables
|
||||
[ 2.645223] x86/mm: Checked W+X mappings: passed, no W+X pages found.
|
||||
Loading, please wait...
|
||||
starting version 237
|
||||
[ 2.783118] Fusion MPT base driver 3.04.20
|
||||
[ 2.789780] Copyright (c) 1999-2008 LSI Corporation
|
||||
[ 2.801002] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
|
||||
[ 2.812861] e1000: Copyright (c) 1999-2006 Intel Corporation.
|
||||
[ 2.856051] Fusion MPT SPI Host driver 3.04.20
|
||||
[ 2.910190] SSE version of gcm_enc/dec engaged.
|
||||
[ 3.130002] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
|
||||
[ 4.056423] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 02:3b:7b:b7:3b:2d
|
||||
[ 4.063979] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
|
||||
[ 4.076427] mptbase: ioc0: Initiating bringup
|
||||
[ 4.083282] e1000 0000:00:03.0 enp0s3: renamed from eth0
|
||||
[ 4.212543] ioc0: LSI53C1030 A0: Capabilities={Initiator}
|
||||
[ 4.615934] scsi host2: ioc0: LSI53C1030 A0, FwRev=00000000h, Ports=1, MaxQ=256, IRQ=20
|
||||
[ 5.537310] scsi 2:0:0:0: Direct-Access VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
|
||||
[ 5.595523] scsi target2:0:0: Beginning Domain Validation
|
||||
[ 5.610439] scsi target2:0:0: Domain Validation skipping write tests
|
||||
[ 5.617237] scsi target2:0:0: Ending Domain Validation
|
||||
[ 5.623890] scsi target2:0:0: asynchronous
|
||||
[ 5.632018] scsi 2:0:1:0: Direct-Access VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
|
||||
[ 6.543231] scsi target2:0:1: Beginning Domain Validation
|
||||
[ 6.572959] scsi target2:0:1: Domain Validation skipping write tests
|
||||
[ 6.580171] scsi target2:0:1: Ending Domain Validation
|
||||
[ 6.586556] scsi target2:0:1: asynchronous
|
||||
[ 6.606870] sd 2:0:0:0: Attached scsi generic sg0 type 0
|
||||
[ 6.613145] sd 2:0:0:0: [sda] 83886080 512-byte logical blocks: (42.9 GB/40.0 GiB)
|
||||
[ 6.622084] sd 2:0:0:0: [sda] Write Protect is off
|
||||
[ 6.628360] sd 2:0:1:0: Attached scsi generic sg1 type 0
|
||||
[ 6.635943] sd 2:0:0:0: [sda] Incomplete mode parameter data
|
||||
[ 6.642178] sd 2:0:0:0: [sda] Assuming drive cache: write through
|
||||
[ 6.642257] sd 2:0:1:0: [sdb] 20480 512-byte logical blocks: (10.5 MB/10.0 MiB)
|
||||
[ 6.658787] sd 2:0:1:0: [sdb] Write Protect is off
|
||||
[ 6.662428] sda: sda1
|
||||
[ 6.669890] sd 2:0:1:0: [sdb] Incomplete mode parameter data
|
||||
[ 6.672069] sd 2:0:0:0: [sda] Attached SCSI disk
|
||||
[ 6.677212] sd 2:0:1:0: [sdb] Assuming drive cache: write through
|
||||
[ 6.703329] sd 2:0:1:0: [sdb] Attached SCSI disk
|
||||
Begin: Loading essential drivers ... [ 8.680333] raid6: sse2x1 gen() 10847 MB/s
|
||||
[ 8.732188] raid6: sse2x1 xor() 8101 MB/s
|
||||
[ 8.784812] raid6: sse2x2 gen() 13597 MB/s
|
||||
[ 8.836177] raid6: sse2x2 xor() 9277 MB/s
|
||||
[ 8.888297] raid6: sse2x4 gen() 15660 MB/s
|
||||
[ 8.940329] raid6: sse2x4 xor() 9836 MB/s
|
||||
[ 8.945205] raid6: using algorithm sse2x4 gen() 15660 MB/s
|
||||
[ 8.951776] raid6: .... xor() 9836 MB/s, rmw enabled
|
||||
[ 8.957671] raid6: using ssse3x2 recovery algorithm
|
||||
[ 8.966661] xor: measuring software checksum speed
|
Loading…
Reference in a new issue