Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Installing Gentoo
  • Search

[Solved] Openrc hangs out at boot [Hyper-V]

Having problems with the Gentoo Handbook? If you're still working your way through it, or just need some info before you start your install, this is the place. All other questions go elsewhere.
Post Reply
Advanced search
8 posts • Page 1 of 1
Author
Message
asvalt
n00b
n00b
Posts: 17
Joined: Thu May 28, 2009 7:33 am

[Solved] Openrc hangs out at boot [Hyper-V]

  • Quote

Post by asvalt » Fri Sep 30, 2022 8:30 am

Edit: "hwclock --systohc" solved my problem.


Hi all,

i've just moved my old gentoo server from one hyper-v server to other.

After migration boot stopped on:

Code: Select all

OpenRC 0.12.4 is starting up Gentoo Linux (X86_64)
mkdir '/run/openrc': Read-only file system
mkdir '/run/openrc/starting': No such file or directory
mkdir '/run/openrc/started': No such file or directory
mkdir '/run/openrc/stopping': No such file or directory
mkdir '/run/openrc/inactive': No such file or directory
mkdir '/run/openrc/wasinactive': No such file or directory
mkdir '/run/openrc/failed': No such file or directory
mkdir '/run/openrc/hotplugged': No such file or directory
mkdir '/run/openrc/daemons': No such file or directory
mkdir '/run/openrc/options': No such file or directory
mkdir '/run/openrc/exclusive': No such file or directory
mkdir '/run/openrc/scheduled': No such file or directory
mkdir '/run/openrc/tmp': No such file or directory
* Caching service dependencies ...
Thats odd, i have moved virtual servers many times beetween psychical and that happened for the first time.
I just checked permissions and paths and everything looks ok.
Kernel: 3.10.7

Any idea how to solve this?
Last edited by asvalt on Tue Oct 25, 2022 8:28 pm, edited 2 times in total.
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56088
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Fri Sep 30, 2022 5:08 pm

asvalt,

Code: Select all

OpenRC 0.12.4 is starting up Gentoo Linux (X86_64)
mkdir '/run/openrc': Read-only file system.
That make it look like it booted with root read only.

Is the root entry in /etc/fstab correct?

dmesg will tell more.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
asvalt
n00b
n00b
Posts: 17
Joined: Thu May 28, 2009 7:33 am

  • Quote

Post by asvalt » Fri Sep 30, 2022 9:19 pm

NeddySeagoon wrote:asvalt,

Code: Select all

OpenRC 0.12.4 is starting up Gentoo Linux (X86_64)
mkdir '/run/openrc': Read-only file system.
That make it look like it booted with root read only.

Is the root entry in /etc/fstab correct?

dmesg will tell more.
My fstab:

Code: Select all

# <fs><><------><------><mountpoint><--><type><><------><opts><><------><dump/pass>

/dev/sda1<-----><------>/boot<-><------>ext3<--><------>noauto,noatime<>1 2
/dev/sdb1<-----><------>/var<--><------>ext3<--><------>noatime><------>0 1
/dev/sda3<-----><------>/<-----><------>ext3<--><------>noatime><------>0 1
/dev/sda2<-----><------>none<--><------>swap<--><------>sw<----><------>0 0
#/dev/cdrom<---><------>/mnt/cdrom<---->auto<--><------>noauto,ro<----->0 0
#/dev/fd0<-----><------>/mnt/floppy<--->auto<--><------>noauto<><------>0 0


Dmesg:

Code: Select all


[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.7-gentoo-r1 (root@mail2) (gcc version 4.6.3 (Gentoo 4.6.3 p1.13, pie-0.5.2) ) #3 SMP Fri Oct 4 02:24:55 CEST 2013
[    0.000000] Command line: root=/dev/sda3
[    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 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000f7feffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f7ff0000-0x00000000f7ffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000f7fff000-0x00000000f7ffffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000107ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS 090006  05/23/2012
[    0.000000] Hypervisor detected: Microsoft HyperV
[    0.000000] HyperV: features 0xe7f, hints 0x2c
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x108000 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-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-back
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00000000000 mask 3FF00000000 write-back
[    0.000000]   1 base 00100000000 mask 3F000000000 write-back
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xf7ff0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01ab6000, 0x01ab6fff] PGTABLE
[    0.000000] BRK [0x01ab7000, 0x01ab7fff] PGTABLE
[    0.000000] BRK [0x01ab8000, 0x01ab8fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x107e00000-0x107ffffff]
[    0.000000]  [mem 0x107e00000-0x107ffffff] page 2M
[    0.000000] BRK [0x01ab9000, 0x01ab9fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x104000000-0x107dfffff]
[    0.000000]  [mem 0x104000000-0x107dfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x103ffffff]
[    0.000000]  [mem 0x100000000-0x103ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x80000000-0xf7feffff]
[    0.000000]  [mem 0x80000000-0xf7dfffff] page 2M
[    0.000000]  [mem 0xf7e00000-0xf7feffff] page 4k
[    0.000000] BRK [0x01aba000, 0x01abafff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x7fffffff] page 2M
[    0.000000] ACPI: RSDP 00000000000f56f0 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 00000000f7ff0000 00040 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000f7ff0200 00081 (v02 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000f7ff1724 02E78 (v01 MSFTVM MSFTVM02 00000002 INTL 02002026)
[    0.000000] ACPI: FACS 00000000f7fff000 00040
[    0.000000] ACPI: WAET 00000000f7ff1480 00028 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: SLIC 00000000f7ff14c0 00176 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: OEM0 00000000f7ff16c0 00064 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: SRAT 00000000f7ff0600 00090 (v02 VRTUAL MICROSFT 00000001 MSFT 00000001)5.875027] I2O ProcFS OSM v1.316
[    0.000000] ACPI: APIC 00000000f7ff0300 0024C (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000f7fff040 00064 (v01 VRTUAL MICROSFT 05001223 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0xf7ffffff]
[    0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x107ffffff]
[    0.000000] NUMA: Node 0 [mem 0x00000000-0xf7ffffff] + [mem 0x100000000-0x107ffffff] -> [mem 0x00000000-0x107ffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x107ffffff]
[    0.000000]   NODE_DATA [mem 0x107fee000-0x107ffcfff]
[    0.000000]  [ffffea0000000000-ffffea00041fffff] PMD -> [ffff880103600000-ffff8801075fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x107ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xf7feffff]
[    0.000000]   node   0: [mem 0x100000000-0x107ffffff]
[    0.000000] On node 0 totalpages: 1048462
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 1011696 pages, LIFO batch:31
[    0.000000]   Normal zone: 512 pages used for memmap
[    0.000000]   Normal zone: 32768 pages, LIFO batch:7
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    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] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x10] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x11] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x12] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x13] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x14] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x15] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x16] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x17] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x18] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x19] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x1a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x1b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x1c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x1d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x1e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x1f] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x20] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x21] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x22] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x23] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x24] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x25] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x26] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x27] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x28] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x29] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x2a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x2b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x2c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x2d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x2e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x2f] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x30] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x31] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x32] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x33] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x34] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x35] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x36] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x37] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x38] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x39] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x3a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x3b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x3c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x3d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x3e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x3f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, 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] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] e820: [mem 0xf8000000-0xffffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff880107c00000 s82112 r8192 d24384 u2097152
[    0.000000] pcpu-alloc: s82112 r8192 d24384 u2097152 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0.
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1031545
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/sda3
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 4050944k/4325376k available (5609k kernel code, 131528k absent, 142904k reserved, 3362k data, 992k init)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] >RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=1.
[    0.000000] NR_IRQS:4352 nr_irqs:256 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: using PMTIMER reference calibration
[    0.000000] tsc: Detected 1999.959 MHz processor
[    0.008002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3999.91 BogoMIPS (lpj=1999959)
[    0.010019] pid_max: default: 32768 minimum: 301
[    0.011044] Security Framework initialized
[    0.012022] SELinux:  Initializing.
[    0.013028] SELinux:  Starting in permissive mode
[    0.013307] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.014835] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.015369] Mount-cache hash table entries: 256
[    0.016171] Initializing cgroup subsys freezer
[    0.019138] mce: CPU supports 1 MCE banks
[    0.020103] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 5
[    0.178605] Freeing SMP alternatives: 20k freed
[    0.265138] ACPI: Core revision 20130328
[    0.267739] ACPI: All ACPI Tables successfully acquired
[    0.286803] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.297274] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz (fam: 06, model: 2d, stepping: 07)
[    0.301000] APIC calibration not consistent with PM-Timer: 97ms instead of 100ms
[    0.301000] APIC delta adjusted to PM-Timer: 1249977 (1223302)
[    0.301140] Performance Events: unsupported p6 CPU model 45 no PMU driver, software events only.
[    0.304134] Brought up 1 CPUs
[    0.305003] smpboot: Total of 1 processors activated (3999.91 BogoMIPS)
[    0.309515] devtmpfs: initialized
[    0.311248] NET: Registered protocol family 16
[    0.312042] kworker/u2:0 (14) used greatest stack depth: 6720 bytes left
[    0.314106] kworker/u2:0 (18) used greatest stack depth: 6120 bytes left
[    0.315135] ACPI: bus type PCI registered
[    0.316006] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.317312] PCI: Using configuration type 1 for base access
[    0.319499] kworker/u2:0 (51) used greatest stack depth: 5720 bytes left
[    0.321876] kworker/u2:0 (100) used greatest stack depth: 5712 bytes left
[    0.324858] bio: create slab <bio-0> at 0
[    0.325164] ACPI: Added _OSI(Module Device)
[    0.326020] ACPI: Added _OSI(Processor Device)
[    0.327037] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.328016] ACPI: Added _OSI(Processor Aggregator Device)
[    0.330670] ACPI: EC: Look up EC in DSDT
[    0.331976] ACPI: Interpreter enabled
[    0.332008] ACPI: (supports S0 S5)
[    0.333012] ACPI: Using IOAPIC for interrupt routing
[    0.335009] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.336035] ACPI: No dock devices found.
[    0.346439] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.348654] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.349052] PCI host bridge to bus 0000:00
[    0.350017] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.351008] pci_bus 0000:00: root bus resource [mem 0xfe0000000-0xfffefffff]
[    0.352011] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.353014] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.354009] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.355004] pci_bus 0000:00: root bus resource [mem 0xf8000000-0xfffbffff]
[    0.356137] pci 0000:00:00.0: [8086:7192] type 00 class 0x060000
[    0.358048] pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
[    0.360111] pci 0000:00:07.1: [8086:7111] type 00 class 0x010180
[    0.361690] pci 0000:00:07.1: reg 20: [io  0xffa0-0xffaf]
[    0.362762] pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
[    0.362796] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
* this clock source is slow. Consider trying other clock sources
[    0.365158] pci 0000:00:07.3: quirk: [io  0x0400-0x043f] claimed by PIIX4 ACPI
[    0.367302] pci 0000:00:08.0: [1414:5353] type 00 class 0x030000
[    0.367613] pci 0000:00:08.0: reg 10: [mem 0xf8000000-0xfbffffff]
[    0.369357] pci 0000:00:0a.0: [1011:0009] type 00 class 0x020000
[    0.369981] pci 0000:00:0a.0: reg 10: [io  0xec00-0xec7f]
[    0.370465] pci 0000:00:0a.0: reg 14: [mem 0xfebff000-0xfebfffff]
[    0.373003] pci 0000:00:0a.0: reg 30: [mem 0xfebe0000-0xfebeffff pref]
[    0.374202] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.375005] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.381371] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.395048] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.410190] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.426141] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
[    0.441186] ACPI: Enabled 1 GPEs in block 00 to 0F
[    0.442017] acpi root: \_SB_.PCI0 notify handler is installed
[    0.442033] Found 1 acpi root devices
[    0.442167] vgaarb: device added: PCI:0000:00:08.0,decodes=io+mem,owns=io+mem,locks=none
[    0.443003] vgaarb: loaded
[    0.444005] vgaarb: bridge control possible 0000:00:08.0
[    0.445108] SCSI subsystem initialized
[    0.446005] ACPI: bus type ATA registered
[    0.447084] libata version 3.00 loaded.
[    0.447091] ACPI: bus type USB registered
[    0.448065] usbcore: registered new interface driver usbfs
[    0.449046] usbcore: registered new interface driver hub
[    0.450045] usbcore: registered new device driver usb
[    0.452101] pps_core: LinuxPPS API ver. 1 registered
[    0.453009] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.454040] PTP clock support registered
[    0.457064] hv_vmbus: Hyper-V Host Build:9200-6.2-22-0.22904; Vmbus version:2.4
[    0.458110] hv_vmbus: child device vmbus_0_1 registered
[    0.459181] hv_vmbus: child device vmbus_0_2 registered
[    0.460040] hv_vmbus: child device vmbus_0_3 registered
[    0.461152] hv_vmbus: child device vmbus_0_4 registered
[    0.462074] hv_vmbus: child device vmbus_0_5 registered
[    0.463033] hv_vmbus: child device vmbus_0_6 registered
[    0.464071] hv_vmbus: child device vmbus_0_7 registered
[    0.465063] hv_vmbus: child device vmbus_0_8 registered
[    0.466070] hv_vmbus: child device vmbus_0_9 registered
[    0.467063] hv_vmbus: child device vmbus_0_10 registered
[    0.468065] hv_vmbus: child device vmbus_0_11 registered
[    0.469066] hv_vmbus: child device vmbus_0_12 registered
[    0.470062] hv_vmbus: child device vmbus_0_13 registered
[    0.471050] hv_vmbus: child device vmbus_0_14 registered
[    5.458013] PCI: Using ACPI for IRQ routing
[    5.459004] PCI: pci_cache_line_size set to 64 bytes
[    5.459420] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    5.459423] e820: reserve RAM buffer [mem 0xf7ff0000-0xf7ffffff]
[    5.460170] NetLabel: Initializing
[    5.461004] NetLabel:  domain hash size = 128
[    5.462001] NetLabel:  protocols = UNLABELED CIPSOv4
[    5.463015] NetLabel:  unlabeled traffic allowed by default
[    5.464024] Switching to clocksource hyperv_clocksource
[    5.469009] pnp: PnP ACPI init
[    5.470456] ACPI: bus type PNP registered
[    5.471852] pnp 00:00: [dma 4]
[    5.471893] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[    5.472128] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    5.472537] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    5.472766] pnp 00:03: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[    5.472803] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    5.473023] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    5.473745] pnp 00:06: [dma 0 disabled]
[    5.473796] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    5.474508] pnp 00:07: [dma 0 disabled]
[    5.474560] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    5.475300] pnp 00:08: [dma 2]
[    5.475362] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[    5.475416] system 00:09: [io  0x01e0-0x01ef] has been reserved
[    5.476786] system 00:09: [io  0x0160-0x016f] has been reserved
[    5.478148] system 00:09: [io  0x0278-0x027f] has been reserved
[    5.479502] system 00:09: [io  0x0378-0x037f] has been reserved
[    5.480848] system 00:09: [io  0x0678-0x067f] has been reserved
[    5.482186] system 00:09: [io  0x0778-0x077f] has been reserved
[    5.484900] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    5.486238] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.486387] system 00:0a: [io  0x0400-0x043f] has been reserved
[    5.487745] system 00:0a: [io  0x0370-0x0371] has been reserved
[    5.487745] system 00:0a: [io  0x0370-0x0371] has been reserved
[    5.489090] system 00:0a: [io  0x0440-0x044f] has been reserved
[    5.490426] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
[    5.491761] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
[    5.493095] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    5.493219] system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
[    5.494570] system 00:0b: [mem 0x000c0000-0x000dffff] could not be reserved
[    5.495913] system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
[    5.497272] system 00:0b: [mem 0x00100000-0xf7ffffff] could not be reserved
[    5.498631] system 00:0b: [mem 0xfffc0000-0xffffffff] has been reserved
[    5.499981] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[    5.500187] pnp: PnP ACPI: found 12 devices
[    5.501540] ACPI: bus type PNP unregistered
[    5.507508] pci_bus 0000:00: resource 4 [mem 0xfe0000000-0xfffefffff]
[    5.507510] pci_bus 0000:00: resource 5 [io  0x0000-0x0cf7]
[    5.507512] pci_bus 0000:00: resource 6 [io  0x0d00-0xffff]
[    5.507514] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
[    5.507516] pci_bus 0000:00: resource 8 [mem 0xf8000000-0xfffbffff]
[    5.507540] NET: Registered protocol family 2
[    5.509022] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    5.510592] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    5.511996] TCP: Hash tables configured (established 32768 bind 32768)
[    5.513367] TCP: reno registered
[    5.516293] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    5.517647] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    5.519055] NET: Registered protocol family 1
[    5.520447] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    5.522130] pci 0000:00:08.0: Boot video device
[    5.522200] PCI: CLS 32 bytes, default 64
[    5.522239] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    5.524793] software IO TLB [mem 0xf3ff0000-0xf7ff0000] (64MB) mapped at [ffff8800f3ff0000-ffff8800f7feffff]
[    5.527019] microcode: CPU0 sig=0x206d7, pf=0x1, revision=0xffffffff
[    5.529809] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    5.532297] Scanning for low memory corruption every 60 seconds
[    5.533914] audit: initializing netlink socket (disabled)
[    5.535657] type=2000 audit(1664298646.535:1): initialized
[    5.571695] bounce pool size: 64 pages
[    5.573121] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    5.577349] fuse init (API version 7.22)
[    5.578901] msgmni has been set to 7912
[    5.580330] SELinux:  Registering netfilter hooks
[    5.580552] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    5.582040] io scheduler noop registered
[    5.583386] io scheduler deadline registered
[    5.584781] io scheduler cfq registered (default)
[    5.586275] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    5.587691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    5.589115] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    5.611355] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    5.633948] 00:07: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    5.635899] Non-volatile memory driver v1.3
[    5.637256] Linux agpgart interface v0.103
[    5.638664] hv_vmbus: registering driver hyperv_fb
[    5.640912] hyperv_fb: Screen resolution: 1152x864, Color depth: 32
[    5.647731] Console: switching to colour frame buffer device 144x54
[    5.650031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    5.650062] ACPI: Power Button [PWRF]
[    5.650262] [drm] Initialized drm 1.1.0 20060810
[    5.651026] loop: module loaded
[    5.651085] hv_vmbus: registering driver hv_storvsc
[    5.651391] scsi0 : storvsc_host_t
[    5.651572] scsi 0:0:0:0: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 4
[    5.652013] scsi1 : storvsc_host_t
[    5.652158] scsi 1:0:1:0: Direct-Access     Msft     Virtual Disk     1.0  PQ: 0 ANSI: 4
[    5.652559] scsi2 : storvsc_host_t
[    5.652704] scsi scan: INQUIRY result too short (5), using 36
[    5.653140] sd 1:0:1:0: Attached scsi generic sg1 type 0
[    5.653206] ata_piix 0000:00:07.1: version 2.13
[    5.653350] ata_piix 0000:00:07.1: Hyper-V Virtual Machine detected, ATA device ignore set
[    5.653446] ata_piix 0000:00:07.1: setting latency timer to 64
[    5.654494] sd 0:0:0:0: [sda] 314572800 512-byte logical blocks: (161 GB/150 GiB)
[    5.654535] sd 1:0:1:0: [sdb] 3221225472 512-byte logical blocks: (1.64 TB/1.50 TiB)
[    5.654616] sd 0:0:0:0: [sda] Write Protect is off
[    5.654636] sd 0:0:0:0: [sda] Mode Sense: 0f 00 00 00
[    5.654644] sd 1:0:1:0: [sdb] Write Protect is off
[    5.654664] sd 1:0:1:0: [sdb] Mode Sense: 0f 00 00 00
[    5.654904] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.654961] sd 1:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.655008] scsi3 : ata_piix
[    5.655816] scsi4 : ata_piix
[    5.656241] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    5.656268] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    5.659105] Rounding down aligned max_sectors from 4294967295 to 4294967288
[    5.659923] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[    5.660782] hv_vmbus: registering driver hv_netvsc
[    5.661590]  sdb: sdb1
[    5.663013] hv_netvsc: hv_netvsc channel opened successfully
[    5.663762] sd 1:0:1:0: [sdb] Attached SCSI disk
[    5.669485]  sda: sda1 sda2 sda3
[    5.670611] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.766223] hv_netvsc vmbus_0_12: Device MAC 00:15:5d:74:48:05 link state up
[    5.767648] hv_netvsc: hv_netvsc channel opened successfully
[    5.811711] ata2.00: ATAPI: Virtual CD, , max MWDMA2
[    5.813279] ata1.01: host indicates ignore ATA devices, ignored
[    5.814008] ata1.00: host indicates ignore ATA devices, ignored
[    5.814757] ata2.00: configured for MWDMA2
[    5.816757] scsi 4:0:0:0: CD-ROM            Msft     Virtual CD/ROM   1.0  PQ: 0 ANSI: 5
[    5.819541] sr0: scsi3-mmc drive: 0x/0x tray
[    5.820312] cdrom: Uniform CD-ROM driver Revision: 3.20
[    5.821211] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    5.821982] sr 4:0:0:0: Attached scsi generic sg2 type 5
[    5.869217] hv_netvsc vmbus_0_14: Device MAC 00:15:5d:74:48:07 link state up
[    5.870079] I2O subsystem v1.325
[    5.870839] i2o: max drivers = 8
[    5.871744] I2O Configuration OSM v1.323
[    5.872608] I2O Bus Adapter OSM v1.317
[    5.873397] I2O Block Device OSM v1.325
[    5.874245] I2O SCSI Peripheral OSM v1.316
[    5.875027] I2O ProcFS OSM v1.316
[    5.875785] Fusion MPT base driver 3.04.20
[    5.876533] Copyright (c) 1999-2008 LSI Corporation
[    5.877250] Fusion MPT SPI Host driver 3.04.20
[    5.878020] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.878743] ehci_hcd: block sizes: qh 112 qtd 96 itd 192 sitd 96
[    5.878748] ehci-pci: EHCI PCI platform driver
[    5.879527] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.880272] ohci_hcd: block sizes: ed 80 td 96
[    5.880309] uhci_hcd: USB Universal Host Controller Interface driver
[    5.881118] usbcore: registered new interface driver usb-storage
[    5.881916] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    5.885857] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.886617] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.887498] mousedev: PS/2 mouse device common for all mice
[    5.888612] rtc_cmos 00:01: RTC can wake from S4
[    5.910483] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    5.911782] rtc_cmos 00:01: alarms up to one month, 114 bytes nvram
[    5.912723] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    5.913543] hidraw: raw HID events driver (C) Jiri Kosina
[    5.914635] usbcore: registered new interface driver usbhid
[    5.915397] usbhid: USB HID core driver
[    5.916137] hv_utils: Registering HyperV Utility Driver
[    5.916881] hv_vmbus: registering driver hv_util
[    5.918189] hv_vmbus: registering driver hv_balloon
[    5.919051] Netfilter messages via NETLINK v0.30.
[    5.919904] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    5.920777] ctnetlink v0.93: registering with nfnetlink.
[    5.921631] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.922401] TCP: cubic registered
[    5.923137] Initializing XFRM netlink socket
[    5.924033] NET: Registered protocol family 10
[    5.924955] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    5.925701] sit: IPv6 over IPv4 tunneling driver
[    5.926593] NET: Registered protocol family 17
[    5.927577] registered taskstats version 1
[    5.928582] console [netcon0] enabled
[    5.929301] netconsole: network logging started
[    5.930010] BIOS EDD facility v0.16 2004-Jun-25, 2 devices found
[    6.495533] psmouse serio1: alps: Unknown ALPS touchpad: E7=12 00 64, EC=12 00 64
[    6.603902] tsc: Refined TSC clocksource calibration: 2000.000 MHz
[    6.697893] psmouse serio1: trackpoint: failed to get extended button data
[   11.306558] psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x01, buttons: 0/0
[   11.308019] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input1
[   11.809336] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[   11.810197] md: Waiting for all devices to be available before autodetect
[   11.810957] md: If you don't use raid, use raid=noautodetect
[   11.811878] md: Autodetecting RAID arrays.
[   11.812642] md: Scanned 0 and added 0 devices.
[   11.813393] md: autorun ...
[   11.814148] md: ... autorun DONE.
[   11.852199] kjournald starting.  Commit interval 5 seconds
[   11.853011] EXT3-fs (sda3): mounted filesystem with ordered data mode
[   11.853802] VFS: Mounted root (ext3 filesystem) readonly on device 8:3.
[   11.863141] devtmpfs: mounted
[   11.864503] Freeing unused kernel memory: 992k freed
[   11.865504] Write protecting the kernel read-only data: 8192k
[   11.867397] Freeing unused kernel memory: 524k freed
[   11.868744] Freeing unused kernel memory: 232k freed
[   12.285521] kbd_mode (756) used greatest stack depth: 5640 bytes left
[   12.306476] loadkeys (757) used greatest stack depth: 3400 bytes left
[   12.307400] init-early.sh (755) used greatest stack depth: 3192 bytes left
[   13.212674] systemd-udevd[922]: starting version 212
[   15.905380] EXT3-fs (sda3): using internal journal
[   16.019452] Adding 996024k swap on /dev/sda2.  Priority:-1 extents:1 across:996024k.
[   16.066846] kjournald starting.  Commit interval 5 seconds
[   16.067343] EXT3-fs (sdb1): using internal journal
[   16.067345] EXT3-fs (sdb1): mounted filesystem with ordered data mode
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56088
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Fri Sep 30, 2022 9:40 pm

asvalt,

This bit is good

Code: Select all

[   11.853011] EXT3-fs (sda3): mounted filesystem with ordered data mode
[   11.853802] VFS: Mounted root (ext3 filesystem) readonly on device 8:3. 
Around about here

Code: Select all

[   15.905380] EXT3-fs (sda3): using internal journal 
There should be a line about root being remounted read/write.

As there are no mount errors the filesystem is probably good and rootfsck failed.

Code tags preserve the spacing. Your <------> padding is not required.

Code: Select all

/dev/sda3<-----><------>/<-----><------>ext3<--><------>noatime><------>0 1 
Is correct too. dmesg says the kernel is happy to treat sda3 as root and it is ext3.

Log in as root.
Run

Code: Select all

mount -o remount,rw /
Does that provoke any errors at the console or in dmesg?
If it worked, root is read write. Its a very lonely place to be just you and bash. No services, no $PATH ...
About the only safe thing to do is try

Code: Select all

/sbin/shutdown -h now
That will provoke a pile of errors but it should safely shutdown.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
asvalt
n00b
n00b
Posts: 17
Joined: Thu May 28, 2009 7:33 am

  • Quote

Post by asvalt » Sat Oct 01, 2022 8:59 am

NeddySeagoon wrote:asvalt,
Code tags preserve the spacing. Your <------> padding is not required.
It's just copy and paste from mc :wink:

NeddySeagoon wrote: Log in as root.
Run

Code: Select all

mount -o remount,rw /
Does that provoke any errors at the console or in dmesg?

As i wrote, server does not start so i can't log in as root normally. I can do that in chroot environment, but imo it will not affect normal boot?
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56088
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

  • Quote

Post by NeddySeagoon » Sat Oct 01, 2022 9:08 am

asvalt,

Doing that mount from the chroot won't help. Your root filesystem is already mounted rw at /mnt/gentoo.

Was this install working before the migration?
Did you change anything in the middle of the move?
Are the before and after virtual environments identical?
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
asvalt
n00b
n00b
Posts: 17
Joined: Thu May 28, 2009 7:33 am

  • Quote

Post by asvalt » Sat Oct 01, 2022 9:39 am

NeddySeagoon wrote:asvalt,

Was this install working before the migration?
Did you change anything in the middle of the move?
Are the before and after virtual environments identical?
Yes, it working perfecty on the old environment. I did't change anything, just run migration script.
The old environment is running under control of windows server standard 2012 hyper-v
and the new one under control windows server 2022 datacenter hyper-v.
Pchysical servers have same configuration (boot, raid etc), the difference is in the hardware.

I have migrated three old gentoo servers (that one and two firebird servers) and only this one does not start after migration.

In a few days I will have to shutdown the old environment. That's why i'm looking for the solution.

I'm comparing the configuration openrc, and there is no file "nettree" in /run/openrc/ on the migrated server.

Edit: i forgot, before migration, after restart i saw UNEXPECTED INCONSISTENCY error. Superblock last mount time is in the future on /dev/sda3 partition. Run fsck manually. I have done this and fsck fixed filesystem. After next restart, server booted on successfully. I must enabe rc_logger for fsck logs? Right?
Top
asvalt
n00b
n00b
Posts: 17
Joined: Thu May 28, 2009 7:33 am

  • Quote

Post by asvalt » Tue Oct 25, 2022 8:27 pm

Finally, problem is solved. Hwclock and date was not in sync.

"hwclock --systohc" helped me.
Top
Post Reply

8 posts • Page 1 of 1

Return to “Installing Gentoo”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic