test vagrant
This commit is contained in:
parent
942ce72b7f
commit
4c797f915e
1
.vagrant/bundler/global.sol
Normal file
1
.vagrant/bundler/global.sol
Normal file
@ -0,0 +1 @@
|
||||
{"dependencies":[["log4r",[">= 0"]],["concurrent-ruby",["~> 1.0"]],["i18n",[">= 0"]],["micromachine",[">= 2","< 4"]],["vagrant-vbguest",["= 0.30.0"]],["vagrant-winnfsd",["= 1.4.0"]]],"checksum":"6fe69f7c734ea0ec00546d8e24cdd8144ca5005fab95e80ef7f763988f425ad5","vagrant_version":"2.2.18"}
|
1
.vagrant/machines/default/virtualbox/action_set_name
Normal file
1
.vagrant/machines/default/virtualbox/action_set_name
Normal file
@ -0,0 +1 @@
|
||||
1633591202
|
1
.vagrant/machines/default/virtualbox/box_meta
Normal file
1
.vagrant/machines/default/virtualbox/box_meta
Normal file
@ -0,0 +1 @@
|
||||
{"name":"ubuntu/xenial64","version":"20210804.0.0","provider":"virtualbox","directory":"boxes/ubuntu-VAGRANTSLASH-xenial64/20210804.0.0/virtualbox"}
|
1
.vagrant/machines/default/virtualbox/creator_uid
Normal file
1
.vagrant/machines/default/virtualbox/creator_uid
Normal file
@ -0,0 +1 @@
|
||||
0
|
1
.vagrant/machines/default/virtualbox/id
Normal file
1
.vagrant/machines/default/virtualbox/id
Normal file
@ -0,0 +1 @@
|
||||
2117c398-035c-482f-bc05-fd8ade3ac6bb
|
1
.vagrant/machines/default/virtualbox/index_uuid
Normal file
1
.vagrant/machines/default/virtualbox/index_uuid
Normal file
@ -0,0 +1 @@
|
||||
a4030e8c1ba94339b5f2ef230fb2adb5
|
1
.vagrant/machines/default/virtualbox/vagrant_cwd
Normal file
1
.vagrant/machines/default/virtualbox/vagrant_cwd
Normal file
@ -0,0 +1 @@
|
||||
C:/projects/safemobile/git/linx-simulator2
|
9
.vagrant/rgloader/loader.rb
Normal file
9
.vagrant/rgloader/loader.rb
Normal file
@ -0,0 +1,9 @@
|
||||
# This file loads the proper rgloader/loader.rb file that comes packaged
|
||||
# with Vagrant so that encoded files can properly run with Vagrant.
|
||||
|
||||
if ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"]
|
||||
require File.expand_path(
|
||||
"rgloader/loader", ENV["VAGRANT_INSTALLER_EMBEDDED_DIR"])
|
||||
else
|
||||
raise "Encoded files can't be read outside of the Vagrant installer."
|
||||
end
|
30
Vagrantfile
vendored
30
Vagrantfile
vendored
@ -12,7 +12,7 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
# Every Vagrant development environment requires a box. You can search for
|
||||
# boxes at https://vagrantcloud.com/search.
|
||||
config.vm.box = "bento/ubuntu-16.04"
|
||||
config.vm.box = "ubuntu/xenial64"
|
||||
|
||||
# Disable automatic box update checking. If you disable this, then
|
||||
# boxes will only be checked for updates when the user runs
|
||||
@ -47,6 +47,7 @@ Vagrant.configure("2") do |config|
|
||||
# the path on the guest to mount the folder. And the optional third
|
||||
# argument is a set of non-required options.
|
||||
# config.vm.synced_folder "../data", "/vagrant_data"
|
||||
config.vm.synced_folder ".", "/vagrant_data"
|
||||
|
||||
# Provider-specific configuration so you can fine-tune various
|
||||
# backing providers for Vagrant. These expose provider-specific options.
|
||||
@ -55,14 +56,14 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
# Display the VirtualBox GUI when booting the machine
|
||||
# vb.gui = true
|
||||
vb.customize [
|
||||
"modifyvm", :id,
|
||||
"--audio", "coreaudio",
|
||||
"--audiocontroller", "hda"
|
||||
]
|
||||
# vb.customize [
|
||||
# "modifyvm", :id,
|
||||
# "--audio", "coreaudio",
|
||||
# "--audiocontroller", "hda"
|
||||
# ]
|
||||
|
||||
# Customize the amount of memory on the VM:
|
||||
vb.memory = "1024"
|
||||
vb.memory = "2024"
|
||||
end
|
||||
#
|
||||
# View the documentation for the provider you are using for more
|
||||
@ -75,5 +76,18 @@ Vagrant.configure("2") do |config|
|
||||
# apt-get update
|
||||
# apt-get install -y apache2
|
||||
# SHELL
|
||||
|
||||
# config.vm.provision "shell", inline: <<-SHELL
|
||||
# sudo apt-get update
|
||||
# sudo apt-get -y install dkms
|
||||
|
||||
# #https://wiki.ubuntu.com/Audio/UpgradingAlsa/DKMS
|
||||
# wget http://ppa.launchpad.net/ubuntu-audio-dev/alsa-daily/ubuntu/pool/main/o/oem-audio-hda-daily-dkms/oem-audio-hda-daily-dkms_0.201509251532~ubuntu14.04.1_all.deb
|
||||
# sudo dpkg -i oem-audio-hda-daily-dkms_0.201509251532~ubuntu14.04.1_all.deb
|
||||
# rm oem-audio-hda-daily-dkms_0.201509251532~ubuntu14.04.1_all.deb
|
||||
# sudo apt-get -y install python-dev ipython python-numpy python-matplotlib python-scipy cython alsa-utils paman
|
||||
# sudo usermod -a -G audio vagrant
|
||||
# SHELL
|
||||
|
||||
config.vm.provision "shell", path: "install.sh", privileged: true
|
||||
end
|
||||
end
|
@ -11,4 +11,5 @@ sudo apt install -y alsa-utils
|
||||
sudo apt-get install -y libasound2-dev
|
||||
sudo npm i -g node-gyp
|
||||
|
||||
mkdir simulator
|
||||
mkdir simulator
|
||||
scp -P 2222 ./ vagrant@127.0.0.1:.
|
346
ubuntu-xenial-16.04-cloudimg-console.log
Normal file
346
ubuntu-xenial-16.04-cloudimg-console.log
Normal file
@ -0,0 +1,346 @@
|
||||
[ 0.000000] Initializing cgroup subsys cpuset
|
||||
[ 0.000000] Initializing cgroup subsys cpu
|
||||
[ 0.000000] Initializing cgroup subsys cpuacct
|
||||
[ 0.000000] Linux version 4.4.0-210-generic (buildd@lgw01-amd64-009) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12) ) #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 (Ubuntu 4.4.0-210.242-generic 4.4.262)
|
||||
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-210-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: Legacy x87 FPU detected.
|
||||
[ 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-0x000000007e7effff] usable
|
||||
[ 0.000000] BIOS-e820: [mem 0x000000007e7f0000-0x000000007e7fffff] 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] Hypervisor detected: KVM
|
||||
[ 0.000000] e820: last_pfn = 0x7e7f0 max_arch_pfn = 0x400000000
|
||||
[ 0.000000] MTRR: Disabled
|
||||
[ 0.000000] x86/PAT: MTRRs disabled, skipping PAT initialization too.
|
||||
[ 0.000000] CPU MTRRs all blank - virtualized system.
|
||||
[ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC
|
||||
[ 0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0]
|
||||
[ 0.000000] Scanning 1 areas for low memory corruption
|
||||
[ 0.000000] RAMDISK: [mem 0x362dc000-0x37165fff]
|
||||
[ 0.000000] ACPI: Early table checksum verification disabled
|
||||
[ 0.000000] ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX )
|
||||
[ 0.000000] ACPI: XSDT 0x000000007E7F0030 00003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061)
|
||||
[ 0.000000] ACPI: FACP 0x000000007E7F00F0 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061)
|
||||
[ 0.000000] ACPI: DSDT 0x000000007E7F0470 002325 (v02 VBOX VBOXBIOS 00000002 INTL 20100528)
|
||||
[ 0.000000] ACPI: FACS 0x000000007E7F0200 000040
|
||||
[ 0.000000] ACPI: FACS 0x000000007E7F0200 000040
|
||||
[ 0.000000] ACPI: APIC 0x000000007E7F0240 00005C (v02 VBOX VBOXAPIC 00000001 ASL 00000061)
|
||||
[ 0.000000] ACPI: SSDT 0x000000007E7F02A0 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528)
|
||||
[ 0.000000] No NUMA configuration found
|
||||
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007e7effff]
|
||||
[ 0.000000] NODE_DATA(0) allocated [mem 0x7e7eb000-0x7e7effff]
|
||||
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
|
||||
[ 0.000000] kvm-clock: cpu 0, msr 0:7e7e3001, primary cpu clock
|
||||
[ 0.000000] kvm-clock: using sched offset of 4296664596 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-0x000000007e7effff]
|
||||
[ 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-0x000000007e7effff]
|
||||
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007e7effff]
|
||||
[ 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 0x7e800000-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:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
|
||||
[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88007e400000 s95192 r8192 d31784 u1048576
|
||||
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 509912
|
||||
[ 0.000000] Policy zone: DMA32
|
||||
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-210-generic root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyS0
|
||||
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
|
||||
[ 0.000000] Memory: 2005408K/2072120K available (8644K kernel code, 1332K rwdata, 4044K rodata, 1492K init, 1164K bss, 66712K 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] Hierarchical RCU implementation.
|
||||
[ 0.000000] Build-time adjustment of leaf fanout to 64.
|
||||
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=2.
|
||||
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
|
||||
[ 0.000000] NR_IRQS:33024 nr_irqs:440 16
|
||||
[ 0.000000] Console: colour VGA+ 80x25
|
||||
[ 0.000000] console [tty1] enabled
|
||||
[ 0.000000] console [ttyS0] enabled
|
||||
[ 0.000000] tsc: Detected 2208.006 MHz processor
|
||||
[ 0.764321] Calibrating delay loop (skipped) preset value.. 4416.01 BogoMIPS (lpj=8832024)
|
||||
[ 0.771573] pid_max: default: 32768 minimum: 301
|
||||
[ 0.775649] ACPI: Core revision 20150930
|
||||
[ 0.780316] ACPI: 2 ACPI AML tables successfully acquired and loaded
|
||||
[ 0.786284] Security Framework initialized
|
||||
[ 0.789456] Yama: becoming mindful.
|
||||
[ 0.792148] AppArmor: AppArmor initialized
|
||||
[ 0.796081] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
|
||||
[ 0.813892] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
|
||||
[ 0.824662] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
|
||||
[ 0.829873] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
|
||||
[ 0.840150] Initializing cgroup subsys io
|
||||
[ 0.844381] Initializing cgroup subsys memory
|
||||
[ 0.848363] Initializing cgroup subsys devices
|
||||
[ 0.854797] Initializing cgroup subsys freezer
|
||||
[ 0.859162] Initializing cgroup subsys net_cls
|
||||
[ 0.863682] Initializing cgroup subsys perf_event
|
||||
[ 0.867995] Initializing cgroup subsys net_prio
|
||||
[ 0.872792] Initializing cgroup subsys hugetlb
|
||||
[ 0.876235] Initializing cgroup subsys pids
|
||||
[ 0.880877] mce: CPU supports 0 MCE banks
|
||||
[ 0.884965] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
|
||||
[ 0.889130] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
|
||||
[ 0.894174] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
|
||||
[ 0.901379] Spectre V2 : Mitigation: Full generic retpoline
|
||||
[ 0.905619] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
|
||||
[ 0.912073] Speculative Store Bypass: Vulnerable
|
||||
[ 0.917362] MDS: Mitigation: Clear CPU buffers
|
||||
[ 0.941841] Freeing SMP alternatives memory: 36K
|
||||
[ 0.990979] ftrace: allocating 32380 entries in 127 pages
|
||||
[ 1.724056] smpboot: APIC(0) Converting physical 0 to logical package 0
|
||||
[ 1.731420] smpboot: Max logical packages: 1
|
||||
[ 1.753861] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
|
||||
[ 1.871725] smpboot: CPU0: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (family: 0x6, model: 0x9e, stepping: 0xa)
|
||||
[ 1.888974] Performance Events: unsupported p6 CPU model 158 no PMU driver, software events only.
|
||||
[ 1.975371] KVM setup paravirtual spinlock
|
||||
[ 1.981978] x86: Booting SMP configuration:
|
||||
[ 1.986975] .... node #0, CPUs: #1
|
||||
[ 1.991997] kvm-clock: cpu 1, msr 0:7e7e3041, secondary cpu clock
|
||||
[ 1.998262] mce: CPU supports 0 MCE banks
|
||||
[ 2.002741] TSC synchronization [CPU#0 -> CPU#1]:
|
||||
[ 2.007829] Measured 196346 cycles TSC warp between CPUs, turning off TSC clock.
|
||||
[ 2.013720] tsc: Marking TSC unstable due to check_tsc_sync_source failed
|
||||
[ 0.489087] x86: Booted up 1 node, 2 CPUs
|
||||
[ 0.492006] smpboot: Total of 2 processors activated (8832.02 BogoMIPS)
|
||||
[ 0.501031] devtmpfs: initialized
|
||||
[ 0.506504] evm: security.selinux
|
||||
[ 0.508009] evm: security.SMACK64
|
||||
[ 0.510969] evm: security.SMACK64EXEC
|
||||
[ 0.512005] evm: security.SMACK64TRANSMUTE
|
||||
[ 0.516009] evm: security.SMACK64MMAP
|
||||
[ 0.520007] evm: security.ima
|
||||
[ 0.524002] evm: security.capability
|
||||
[ 0.528408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
|
||||
[ 0.532122] futex hash table entries: 512 (order: 3, 32768 bytes)
|
||||
[ 0.536703] pinctrl core: initialized pinctrl subsystem
|
||||
[ 0.540252] RTC time: 7:22:45, date: 10/07/21
|
||||
[ 0.545028] NET: Registered protocol family 16
|
||||
[ 0.560012] cpuidle: using governor ladder
|
||||
[ 0.576008] cpuidle: using governor menu
|
||||
[ 0.579323] PCCT header not found.
|
||||
[ 0.580172] ACPI: bus type PCI registered
|
||||
[ 0.584009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
|
||||
[ 0.588631] PCI: Using configuration type 1 for base access
|
||||
[ 0.612192] ACPI: Added _OSI(Module Device)
|
||||
[ 0.615226] ACPI: Added _OSI(Processor Device)
|
||||
[ 0.616030] ACPI: Added _OSI(3.0 _SCP Extensions)
|
||||
[ 0.620006] ACPI: Added _OSI(Processor Aggregator Device)
|
||||
[ 0.628468] ACPI: Executed 1 blocks of module-level executable AML code
|
||||
[ 0.639331] ACPI: Interpreter enabled
|
||||
[ 0.640025] ACPI: (supports S0 S5)
|
||||
[ 0.642965] ACPI: Using IOAPIC for interrupt routing
|
||||
[ 0.644265] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
|
||||
[ 0.658006] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
|
||||
[ 0.660033] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
|
||||
[ 0.668154] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
|
||||
[ 0.672017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
|
||||
[ 0.676786] PCI host bridge to bus 0000:00
|
||||
[ 0.680009] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
|
||||
[ 0.684006] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
|
||||
[ 0.688011] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
|
||||
[ 0.692008] pci_bus 0000:00: root bus resource [mem 0x7e800000-0xfdffffff window]
|
||||
[ 0.696010] pci_bus 0000:00: root bus resource [bus 00-ff]
|
||||
[ 0.706500] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
|
||||
[ 0.708007] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
|
||||
[ 0.712006] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
|
||||
[ 0.716003] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
|
||||
[ 0.785671] pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI
|
||||
[ 0.820031] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB
|
||||
[ 0.868188] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
|
||||
[ 0.960707] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 *10 11)
|
||||
[ 0.992400] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *9 10 11)
|
||||
[ 1.024724] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 *11)
|
||||
[ 1.060402] ACPI: Enabled 2 GPEs in block 00 to 07
|
||||
[ 1.068088] vgaarb: setting as boot device: PCI:0000:00:02.0
|
||||
[ 1.072000] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
|
||||
[ 1.072034] vgaarb: loaded
|
||||
[ 1.076007] vgaarb: bridge control possible 0000:00:02.0
|
||||
[ 1.084100] SCSI subsystem initialized
|
||||
[ 1.092422] ACPI: bus type USB registered
|
||||
[ 1.096049] usbcore: registered new interface driver usbfs
|
||||
[ 1.100090] usbcore: registered new interface driver hub
|
||||
[ 1.108018] usbcore: registered new device driver usb
|
||||
[ 1.112603] PCI: Using ACPI for IRQ routing
|
||||
[ 1.116868] NetLabel: Initializing
|
||||
[ 1.120004] NetLabel: domain hash size = 128
|
||||
[ 1.124004] NetLabel: protocols = UNLABELED CIPSOv4
|
||||
[ 1.128021] NetLabel: unlabeled traffic allowed by default
|
||||
[ 1.136070] amd_nb: Cannot enumerate AMD northbridges
|
||||
[ 1.140248] clocksource: Switched to clocksource kvm-clock
|
||||
[ 1.148178] AppArmor: AppArmor Filesystem Enabled
|
||||
[ 1.148178] pnp: PnP ACPI init
|
||||
[ 1.148178] pnp: PnP ACPI: found 3 devices
|
||||
[ 1.251031] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
|
||||
[ 1.252439] NET: Registered protocol family 2
|
||||
[ 1.268394] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
|
||||
[ 1.282028] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
|
||||
[ 1.293517] TCP: Hash tables configured (established 16384 bind 16384)
|
||||
[ 1.296127] UDP hash table entries: 1024 (order: 3, 32768 bytes)
|
||||
[ 1.296127] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
|
||||
[ 1.296127] NET: Registered protocol family 1
|
||||
[ 1.296127] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
|
||||
[ 1.296127] pci 0000:00:01.0: Activating ISA DMA hang workarounds
|
||||
[ 1.296127] Unpacking initramfs...
|
||||
[ 1.296127] Freeing initrd memory: 14888K
|
||||
[ 1.296127] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fd3bdcbb82, max_idle_ns: 440795220917 ns
|
||||
[ 1.296127] platform rtc_cmos: registered platform RTC device (no PNP device found)
|
||||
[ 1.296127] Scanning for low memory corruption every 60 seconds
|
||||
[ 1.842943] audit: initializing netlink subsys (disabled)
|
||||
[ 1.851934] audit: type=2000 audit(1633591371.421:1): initialized
|
||||
[ 1.864295] Initialise system trusted keyring
|
||||
[ 1.873960] HugeTLB registered 2 MB page size, pre-allocated 0 pages
|
||||
[ 1.890239] zbud: loaded
|
||||
[ 1.896342] VFS: Disk quotas dquot_6.6.0
|
||||
[ 1.902056] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
|
||||
[ 1.912722] squashfs: version 4.0 (2009/01/31) Phillip Lougher
|
||||
[ 1.923754] fuse init (API version 7.23)
|
||||
[ 1.932609] Key type big_key registered
|
||||
[ 1.938662] Allocating IMA MOK and blacklist keyrings.
|
||||
[ 1.964886] Key type asymmetric registered
|
||||
[ 1.968856] Asymmetric key parser 'x509' registered
|
||||
[ 1.974120] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
|
||||
[ 1.986239] io scheduler noop registered
|
||||
[ 1.990207] io scheduler deadline registered (default)
|
||||
[ 1.994803] io scheduler cfq registered
|
||||
[ 1.999393] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
|
||||
[ 2.006609] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
|
||||
[ 2.012778] ACPI: AC Adapter [AC] (on-line)
|
||||
[ 2.018673] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
|
||||
[ 2.027148] ACPI: Power Button [PWRF]
|
||||
[ 2.033404] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
|
||||
[ 2.040529] ACPI: Sleep Button [SLPF]
|
||||
[ 2.044844] GHES: HEST is not enabled!
|
||||
[ 2.046135] ACPI: Battery Slot [BAT0] (battery present)
|
||||
[ 2.055264] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
|
||||
[ 2.085891] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
|
||||
[ 2.119332] Linux agpgart interface v0.103
|
||||
[ 2.143217] loop: module loaded
|
||||
[ 2.152741] scsi host0: ata_piix
|
||||
[ 2.158421] scsi host1: ata_piix
|
||||
[ 2.161633] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
|
||||
[ 2.165469] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
|
||||
[ 2.180216] libphy: Fixed MDIO Bus: probed
|
||||
[ 2.190620] tun: Universal TUN/TAP device driver, 1.6
|
||||
[ 2.192507] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
|
||||
[ 2.192507] PPP generic driver version 2.4.2
|
||||
[ 2.192507] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
|
||||
[ 2.192507] ehci-pci: EHCI PCI platform driver
|
||||
[ 2.192507] ehci-platform: EHCI generic platform driver
|
||||
[ 2.192507] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
|
||||
[ 2.192507] ohci-pci: OHCI PCI platform driver
|
||||
[ 2.192507] ohci-platform: OHCI generic platform driver
|
||||
[ 2.192507] uhci_hcd: USB Universal Host Controller Interface driver
|
||||
[ 2.192507] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
|
||||
[ 2.277246] serio: i8042 KBD port at 0x60,0x64 irq 1
|
||||
[ 2.286191] serio: i8042 AUX port at 0x60,0x64 irq 12
|
||||
[ 2.293589] mousedev: PS/2 mouse device common for all mice
|
||||
[ 2.303668] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
|
||||
[ 2.314910] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
|
||||
[ 2.323117] i2c /dev entries driver
|
||||
[ 2.327429] device-mapper: uevent: version 1.0.3
|
||||
[ 2.334186] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
|
||||
[ 2.344517] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
|
||||
[ 2.357649] ledtrig-cpu: registered to indicate activity on CPUs
|
||||
[ 2.421209] NET: Registered protocol family 10
|
||||
[ 2.426409] NET: Registered protocol family 17
|
||||
[ 2.429837] Key type dns_resolver registered
|
||||
[ 2.438438] registered taskstats version 1
|
||||
[ 2.444726] Loading compiled-in X.509 certificates
|
||||
[ 2.449521] Loaded X.509 cert 'Build time autogenerated kernel key: cf00e047681d67edb2720680708b7d9498083038'
|
||||
[ 2.453004] zswap: loaded using pool lzo/zbud
|
||||
[ 2.472853] Key type trusted registered
|
||||
[ 2.484767] Key type encrypted registered
|
||||
[ 2.488954] AppArmor: AppArmor sha1 policy hashing enabled
|
||||
[ 2.493187] ima: No TPM chip found, activating TPM-bypass!
|
||||
[ 2.497523] ima: Allocated hash algorithm: sha1
|
||||
[ 2.501814] evm: HMAC attrs: 0x1
|
||||
[ 2.505970] Magic number: 9:114:369
|
||||
[ 2.509047] rtc_cmos rtc_cmos: setting system clock to 2021-10-07 07:22:47 UTC (1633591367)
|
||||
[ 2.516962] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
|
||||
[ 2.522075] EDD information not available.
|
||||
[ 2.527159] Freeing unused kernel memory: 1492K
|
||||
[ 2.532350] Write protecting the kernel read-only data: 14336k
|
||||
[ 2.537394] Freeing unused kernel memory: 1584K
|
||||
[ 2.542061] Freeing unused kernel memory: 52K
|
||||
Loading, please wait...
|
||||
starting version 229
|
||||
[ 2.574922] random: systemd-udevd: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
|
||||
[ 2.575822] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
|
||||
[ 2.575836] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
|
||||
[ 2.590761] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
|
||||
[ 2.590792] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
|
||||
[ 2.590970] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
|
||||
[ 2.591011] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
|
||||
[ 2.591095] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
|
||||
[ 2.591137] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
|
||||
[ 2.591202] random: udevadm: uninitialized urandom read (16 bytes read, 5 bits of entropy available)
|
||||
[ 2.706986] Fusion MPT base driver 3.04.20
|
||||
[ 2.713013] Copyright (c) 1999-2008 LSI Corporation
|
||||
[ 2.730445] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
|
||||
[ 2.737953] e1000: Copyright (c) 1999-2006 Intel Corporation.
|
||||
[ 2.772203] Fusion MPT SPI Host driver 3.04.20
|
||||
[ 3.609899] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4
|
||||
[ 3.636916] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 02:a0:46:b5:71:eb
|
||||
[ 3.649132] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
|
||||
[ 3.659947] mptbase: ioc0: Initiating bringup
|
||||
[ 3.741564] ioc0: LSI53C1030 A0: Capabilities={Initiator}
|
||||
[ 4.520326] scsi host2: ioc0: LSI53C1030 A0, FwRev=00000000h, Ports=1, MaxQ=256, IRQ=20
|
||||
[ 4.680567] scsi 2:0:0:0: Direct-Access VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
|
||||
[ 4.691089] scsi target2:0:0: Beginning Domain Validation
|
||||
[ 4.707983] scsi target2:0:0: Domain Validation skipping write tests
|
||||
[ 4.715150] scsi target2:0:0: Ending Domain Validation
|
||||
[ 4.748514] scsi target2:0:0: asynchronous
|
||||
[ 4.769822] scsi 2:0:1:0: Direct-Access VBOX HARDDISK 1.0 PQ: 0 ANSI: 5
|
||||
[ 4.782344] scsi target2:0:1: Beginning Domain Validation
|
||||
[ 4.812232] scsi target2:0:1: Domain Validation skipping write tests
|
||||
[ 4.823354] scsi target2:0:1: Ending Domain Validation
|
||||
[ 4.833260] scsi target2:0:1: asynchronous
|
||||
[ 4.885820] sd 2:0:0:0: Attached scsi generic sg0 type 0
|
||||
[ 4.895168] sd 2:0:0:0: [sda] 83886080 512-byte logical blocks: (42.9 GB/40.0 GiB)
|
||||
[ 4.913968] sd 2:0:1:0: Attached scsi generic sg1 type 0
|
||||
[ 4.919924] sd 2:0:1:0: [sdb] 20480 512-byte logical blocks: (10.5 MB/10.0 MiB)
|
||||
[ 4.921908] sd 2:0:1:0: [sdb] Write Protect is off
|
||||
[ 4.935675] sd 2:0:1:0: [sdb] Incomplete mode parameter data
|
||||
[ 4.935678] sd 2:0:1:0: [sdb] Assuming drive cache: write through
|
||||
[ 4.990684] sd 2:0:0:0: [sda] Write Protect is off
|
||||
[ 4.999428] sd 2:0:0:0: [sda] Incomplete mode parameter data
|
||||
[ 5.008899] sd 2:0:0:0: [sda] Assuming drive cache: write through
|
||||
[ 5.027740] sda: sda1
|
||||
[ 5.032674] sd 2:0:1:0: [sdb] Attached SCSI disk
|
||||
[ 5.043796] sd 2:0:0:0: [sda] Attached SCSI disk
|
||||
[ 5.947532] e1000 0000:00:08.0 eth1: (PCI:33MHz:32-bit) 08:00:27:3c:26:7d
|
||||
[ 5.954989] e1000 0000:00:08.0 eth1: Intel(R) PRO/1000 Network Connection
|
||||
[ 5.963486] e1000 0000:00:03.0 enp0s3: renamed from eth0
|
||||
[ 5.981406] e1000 0000:00:08.0 enp0s8: renamed from eth1
|
||||
Begin: Loading essential drivers ... [ 7.807233] md: linear personality registered for level -1
|
||||
[ 7.822425] md: multipath personality registered for level -4
|
||||
[ 7.835451] md: raid0 personality registered for level 0
|
||||
[ 7.865083] md: raid1 personality registered for level 1
|
Loading…
Reference in New Issue
Block a user