Почему SystemD сбой в моей сборке Yocto? [закрыто]Linux

Ответить
Anonymous
 Почему SystemD сбой в моей сборке Yocto? [закрыто]

Сообщение Anonymous »

Я пытаюсь создать индивидуальное ядро ​​для Thecus n4100pro. (Потому что я думал, что это будет весело.) Он оснащен геодером LX600 с южным мостом CS5536. Я вполне чуть не получил вещь, чтобы загрузиться в свою сборку Yocto (ScarthGap), но SystemD продолжает называть Abort . Я довольно убежден, что только что сделал что -то глупое, и я ищу помощь в том, что искать. Я использую Bmaptool для преобразования вывода .wic в необработанный файл изображения, экспортировать Bzimage и Zmlinux для отладки и использования его для запуска: < /p>

Код: Выделить всё

qemu-system-i386 -cpu pentium2,-sse,-pae -m 512 -kernel bzImage  -drive file=lx600.img,if=ide,index=0,media=disk,format=raw -append "root=PARTUUID=076c4a2a-02 rootwait rootfstype=ext4 console=ttyS0,115200n8 debug systemd.log_target=console-prefixed systemd.journald.forward_to_console=on" -nographic
с -S -S добавлено, когда я подключаю GDB с GDB vmlinux
Qemu, как я могу сказать, показывает ту же ошибку, что и N4100PRO. libc.so.6 .
Так кто -нибудь имеет какую -либо подсказку, что мне не хватает? Я довольно уверен, что мне просто не хватает какого -то конфигурации, или я делаю что -то глупое.

Код: Выделить всё

[    0.000000] Linux version 6.6.84-yocto-standard (oe-user@oe-host) (i586-poky-linux-gcc (GCC) 13.3.0, GNU ld (GNU Binutils) 2.42.0.20240723) #1 SMP Tue Mar 25 18:25:39 UTC 5
[    0.000000] 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-0x000000001ffdffff] usable
[    0.000000] BIOS-e820: [mem 0x000000001ffe0000-0x000000001fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] APIC: Static calls initialized
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: QEMU Ubuntu 24.04 PC (i440FX + PIIX, 1996), BIOS 1.16.3-debian-1.16.3-2 04/01/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2689.827 MHz processor
[    0.005099] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.005350] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.005547] last_pfn = 0x1ffe0 max_arch_pfn = 0x100000
[    0.006045] MTRR map: 4 entries (3 fixed + 1 variable; max 19), built from 8 variable MTRRs
[    0.006094] x86/PAT: PAT not supported by the CPU.
[    0.006234] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC
[    0.017545] found SMP MP-table at [mem 0x000f5480-0x000f548f]
[    0.018119] initial memory mapped: [mem 0x00000000-0x01ffffff]
[    0.020103] 0MB HIGHMEM available.
[    0.020135] 511MB LOWMEM available.
[    0.020145]   mapped low ram: 0 - 1ffe0000
[    0.020158]   low ram: 0 - 1ffe0000
[    0.020515] Zone ranges:
[    0.020533]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.020600]   Normal   [mem 0x0000000001000000-0x000000001ffdffff]
[    0.020608]   HighMem  empty
[    0.020628] Movable zone start for each node
[    0.020646] Early memory node ranges
[    0.020673]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.020706]   node   0: [mem 0x0000000000100000-0x000000001ffdffff]
[    0.020789] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdffff]
[    0.022416] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.022695] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.027396] Intel MultiProcessor Specification v1.4
[    0.027419]     Virtual Wire compatibility mode.
[    0.027543] MPTABLE: OEM ID: BOCHSCPU
[    0.027557] MPTABLE: Product ID: 0.1
[    0.027566] MPTABLE: APIC at: 0xFEE00000
[    0.027735] Processor #0 (Bootup-CPU)
[    0.028009] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.028109] Processors: 1
[    0.028159] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.028722] [mem 0x20000000-0xfffbffff] available for PCI devices
[    0.028749] Booting paravirtualized kernel on bare hardware
[    0.029012] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.029359] setup_percpu: NR_CPUS:8 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[    0.029992] percpu: Embedded 26 pages/cpu s75572 r0 d30924 u106496
[    0.030284] pcpu-alloc: s75572 r0 d30924 u106496 alloc=26*4096
[    0.030334] pcpu-alloc: [0] 0
[    0.032589] Kernel command line: root=PARTUUID=076c4a2a-02 rootwait rootfstype=ext4 console=ttyS0,115200n8 debug systemd.log_target=console-prefixed systemd.journald.forwan
[    0.033787] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.033978] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[    0.034882] Built 1 zonelists, mobility grouping on.   Total pages: 129918
[    0.035048] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.035149] Initializing HighMem for node 0 (00000000:00000000)
[    0.036902] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.038767] Memory: 506672K/523768K available (6991K kernel code, 1015K rwdata, 2700K rodata, 500K init, 484K bss, 17096K reserved, 0K cma-reserved, 0K highmem)
[    0.042100] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.047675] rcu: Hierarchical RCU implementation.
[    0.047702] rcu:     RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[    0.047830] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.047863] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.048552] NR_IRQS: 2304, nr_irqs: 256, preallocated irqs: 16
[    0.052875] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.059526] Console: colour VGA+ 80x25
[    0.061105] printk: console [ttyS0] enabled
[    0.089165] APIC: Switch to symmetric I/O mode setup
[    0.094740] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.100195] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x26c5b477538, max_idle_ns: 440795236463 ns
[    0.101387] Calibrating delay loop (skipped), value calculated using timer frequency.. 5379.65 BogoMIPS (lpj=2689827)
[    0.104226] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.105195] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.106291] Speculative Store Bypass: Vulnerable
[    0.106635] L1TF: Kernel not compiled for PAE. No mitigation for L1TF
[    0.107681] x86/fpu: x87 FPU will use FXSAVE
[    0.205879] Freeing SMP alternatives memory: 32K
[    0.206366] pid_max: default: 32768 minimum: 301
[    0.208290] LSM: initializing lsm=capability,selinux
[    0.208938] SELinux:  Initializing.
[    0.211160] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.211564] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[    0.437139] smpboot: CPU0: Intel Pentium II (Deschutes) (family: 0x6, model: 0x5, stepping: 0x2)
[    0.442499] Performance Events: PMU not available due to virtualization, using software events only.
[    0.443187] signal: max sigframe size: 1440
[    0.444175] rcu: Hierarchical SRCU implementation.
[    0.444305] rcu:     Max phase no-delay instances is 400.
[    0.452197] smp: Bringing up secondary CPUs ...
[    0.453385] smp: Brought up 1 node, 1 CPU
[    0.453524] smpboot: Max logical packages: 1
[    0.453837] smpboot: Total of 1 processors activated (5379.65 BogoMIPS)
[    0.470052] devtmpfs: initialized
[    0.475659] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.476049] futex hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.480440] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.484970] audit: initializing netlink subsys (disabled)
[    0.488883] audit: type=2000 audit(1748025393.397:1): state=initialized audit_enabled=0 res=1
[    0.491564] thermal_sys: Registered thermal governor 'step_wise'
[    0.491660] thermal_sys: Registered thermal governor 'user_space'
[    0.494551] PCI: PCI BIOS revision 2.10 entry at 0xfd1d9, last bus=0
[    0.494817] PCI: Using configuration type 1 for base access
[    0.498344] kprobes: kprobe jump-optimization is enabled.  All kprobes are optimized if possible.
[    0.499942] HugeTLB: registered 4.00 MiB page size, pre-allocated 0 pages
[    0.500166] HugeTLB: 0 KiB vmemmap can be freed for a 4.00 MiB page
[    0.505923] SCSI subsystem initialized
[    0.506607] libata version 3.00 loaded.
[    0.507020] usbcore: registered new interface driver usbfs
[    0.507431] usbcore: registered new interface driver hub
[    0.507653] usbcore: registered new device driver usb
[    0.510208] Advanced Linux Sound Architecture Driver Initialized.
[    0.518159] NetLabel: Initializing
[    0.518327] NetLabel:  domain hash size = 128
[    0.518576] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.519801] NetLabel:  unlabeled traffic allowed by default
[    0.524326] PCI: Probing PCI hardware
[    0.524494] PCI: root bus 00: using default resources
[    0.524673] PCI: Probing PCI hardware (bus 00)
[    0.525306] PCI host bridge to bus 0000:00
[    0.525603] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.526065] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.526297] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.527489] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.529329] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.529652] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.531997] pci 0000:00:01.1: reg 0x20: [io  0xc040-0xc04f]
[    0.534249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.535197] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.535699] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.536216] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.537587] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    0.538508] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.538901] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.539455] pci 0000:00:02.0: [1234:1111] type 00 class 0x030000
[    0.540361] pci 0000:00:02.0: reg 0x10: [mem 0xfd000000-0xfdffffff pref]
[    0.541153] pci 0000:00:02.0: reg 0x18: [mem 0xfebb0000-0xfebb0fff]
[    0.542174] pci 0000:00:02.0: reg 0x30: [mem 0xfeba0000-0xfebaffff pref]
[    0.543395] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.545527] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[    0.546139] pci 0000:00:03.0: reg 0x10: [mem 0xfeb80000-0xfeb9ffff]
[    0.546850] pci 0000:00:03.0: reg 0x14: [io  0xc000-0xc03f]
[    0.548153] pci 0000:00:03.0: reg 0x30: [mem 0xfeb00000-0xfeb7ffff pref]
[    0.550362] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.552041] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[    0.552371] PCI: pci_cache_line_size set to 32 bytes
[    0.552839] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.553294] e820: reserve RAM buffer [mem 0x1ffe0000-0x1fffffff]
[    0.554805] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.555139] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.555139] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.555186] vgaarb: loaded
[    0.557074] clocksource: Switched to clocksource tsc-early
[    0.557461] VFS: Disk quotas dquot_6.6.0
[    0.557742] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.572054] NET: Registered PF_INET protocol family
[    0.573329] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.578799] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.579065] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.579289] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[    0.579550] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.579777] TCP: Hash tables configured (established 4096 bind 4096)
[    0.580552] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.581361] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[    0.582919] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.583769] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.583916] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.584265] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.584961] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.585491] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.586099] PCI: CLS 0 bytes, default 32
[    0.589711] platform rtc_cmos:  registered platform RTC device (no PNP device found)
[    0.594976] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[    0.609049] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
�[    0.866623] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.869547] Non-volatile memory driver v1.3
[    0.869719] Linux agpgart interface v0.103
[    0.873392] ata_piix 0000:00:01.1: version 2.13
[    0.880424] scsi host0: ata_piix
[    0.883232] scsi host1: ata_piix
[    0.885249] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc040 irq 14
[    0.885419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc048 irq 15
[    0.890628] usbcore: registered new interface driver usb-storage
[    0.890821] i2c_dev: i2c /dev entries driver
[    0.891265] geodewdt: No timers were available
[    0.893756] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    0.894660] cs5535-clockevt: Could not allocate MFGPT timer
[    0.895245] usbcore: registered new interface driver usbhid
[    0.895469] usbhid: USB HID core driver
[    0.900666] Initializing XFRM netlink socket
[    0.901049] NET: Registered PF_PACKET protocol family
[    0.902003] 9pnet: Installing 9P2000 support
[    0.902840] IPI shorthand broadcast: enabled
[    0.919296] sched_clock: Marking stable (881727270, 36794085)->(927511478, -8990123)
[    0.920361] registered taskstats version 1
[    0.933217] ALSA device list:
[    0.933417]   No soundcards found.
[    1.042064] ata2: found unknown device (class 0)
[    1.045349] ata1: found unknown device (class 0)
[    1.046229] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
[    1.047481] ata1.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100
[    1.047688] ata1.00: 1208310 sectors, multi 16: LBA48
[    1.058860] scsi 0:0:0:0: Direct-Access     ATA      QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    1.063114] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.066804] sd 0:0:0:0: [sda] 1208310 512-byte logical blocks: (619 MB/590 MiB)
[    1.067566] scsi 1:0:0:0: CD-ROM            QEMU     QEMU DVD-ROM     2.5+ PQ: 0 ANSI: 5
[    1.069170] sd 0:0:0:0: [sda] Write Protect is off
[    1.069338] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.070848] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.071719] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    1.076877] scsi 1:0:0:0: Attached scsi generic sg1 type 5
[    1.085208]  sda: sda1 sda2
[    1.089830] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.090135] md: Skipping autodetection of RAID arrays. (raid=autodetect will force)
[    1.123993] EXT4-fs (sda2): orphan cleanup on readonly fs
[    1.124758] EXT4-fs (sda2): mounted filesystem 680e1d3e-09b1-4027-a6cb-8bddd51d5957 ro with ordered data mode. Quota mode: none.
[    1.125305] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
[    1.127820] devtmpfs: mounted
[    1.327257] Freeing unused kernel image (initmem) memory: 500K
[    1.328208] Write protecting kernel text and read-only data: 9692k
[    1.328882] Run /sbin/init as init process
[    1.329244]   with arguments:
[    1.329399]     /sbin/init
[    1.329574]   with environment:
[    1.329722]     HOME=/
[    1.329870]     TERM=linux
Setting '/proc/sys/kernel/printk_devkmsg' to 'on'
IMA support is disabled in the kernel, ignoring: No such file or directory
[    1.544439] systemd[1]: Your kernel apparently lacks built-in ipv6 support. Might be a good idea to compile it in.  We'll now try to work around this by loading the module..
[    1.554967] systemd[1]: Loading module: ipv6
[    1.555928] systemd[1]: Failed to find module 'ipv6'
[    1.556824] systemd[1]: No virtualization found in DMI vendor table.
[    1.557113] systemd[1]: Unable to read /sys/firmware/dmi/entries/0-0/raw, using the virtualization information found in DMI vendor table, ignoring: No such file or directoy
[    1.559769] systemd[1]: UML virtualization not found in /proc/cpuinfo.
[    1.560654] systemd[1]: Virtualization XEN not found, /proc/xen does not exist
[    1.561055] systemd[1]: Virtualization found, CPUID=TCGTCGTCGTCG
[    1.562891] systemd[1]: Found VM virtualization qemu
[    1.572523] systemd[1]: Loading module: qemu_fw_cfg
[    1.573033] systemd[1]: Failed to find module 'qemu_fw_cfg'
[    1.573180] systemd[1]: Loading module: dmi-sysfs
[    1.573397] systemd[1]: Failed to find module 'dmi-sysfs'
[    1.577192] systemd[1]: Mounting securityfs to /sys/kernel/security of type securityfs with options n/a.
[    1.577628] systemd[1]: Mounting securityfs (securityfs) on /sys/kernel/security (MS_NOSUID|MS_NODEV|MS_NOEXEC "")...
[    1.577935] systemd[1]: Failed to mount securityfs (type securityfs) on /sys/kernel/security (MS_NOSUID|MS_NODEV|MS_NOEXEC ""): No such file or directory
[    1.578970] systemd[1]: Mounting tmpfs to /dev/shm of type tmpfs with options mode=01777.
[    1.581367] systemd[1]: Mounting tmpfs (tmpfs) on /dev/shm (MS_NOSUID|MS_NODEV|MS_STRICTATIME "mode=01777")...
[    1.583117] systemd[1]: Mounting devpts to /dev/pts of type devpts with options mode=0620,gid=5.
[    1.583363] systemd[1]: Mounting devpts (devpts) on /dev/pts (MS_NOSUID|MS_NOEXEC "mode=0620,gid=5")...
[    1.584867] systemd[1]: Mounting tmpfs to /run of type tmpfs with options mode=0755,size=20%,nr_inodes=800k.
[    1.585243] systemd[1]: Mounting tmpfs (tmpfs) on /run (MS_NOSUID|MS_NODEV|MS_STRICTATIME "mode=0755,size=20%,nr_inodes=800k")...
[    1.587107] systemd[1]: No filesystem is currently mounted on /sys/fs/cgroup.
[    1.593522] systemd[1]: Mounting cgroup2 to /sys/fs/cgroup of type cgroup2 with options nsdelegate,memory_recursiveprot.
[    1.594040] systemd[1]: Mounting cgroup2 (cgroup2) on /sys/fs/cgroup (MS_NOSUID|MS_NODEV|MS_NOEXEC "nsdelegate,memory_recursiveprot")...
[    1.595906] systemd[1]: Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
[    1.596136] systemd[1]: Found cgroup2 on /sys/fs/cgroup/, full unified hierarchy
[    1.596668] systemd[1]: Mounting bpf to /sys/fs/bpf of type bpf with options mode=0700.
[    1.596866] systemd[1]: Mounting bpf (bpf) on /sys/fs/bpf (MS_NOSUID|MS_NODEV|MS_NOEXEC "mode=0700")...
[    1.597079] systemd[1]: Failed to mount bpf (type bpf) on /sys/fs/bpf (MS_NOSUID|MS_NODEV|MS_NOEXEC "mode=0700"): No such file or directory
[    1.599148] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x26c5b477538, max_idle_ns: 440795236463 ns
[    1.600588] clocksource: Switched to clocksource tsc
[    1.636671] traps: systemd[1] general protection fault ip:b7796315 sp:bff23eb0 error:0 in libc.so.6[b7796000+141000]
[    1.687283] false (37) used greatest stack depth: 6472 bytes left
[    1.689701] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000008b
[    1.690458] CPU: 0 PID: 1 Comm: systemd Not tainted 6.6.84-yocto-standard #1
[    1.690807] Hardware name: QEMU Ubuntu 24.04 PC (i440FX + PIIX, 1996), BIOS 1.16.3-debian-1.16.3-2 04/01/2014
[    1.691380] Call Trace:
[    1.692142]  dump_stack_lvl+0x31/0x44
[    1.692447]  dump_stack+0xd/0x10
[    1.692531]  panic+0x25d/0x280
[    1.692608]  do_exit+0x7ae/0x8e8
[    1.692758]  do_group_exit+0x24/0x70
[    1.692843]  get_signal+0x87e/0x880
[    1.693020]  arch_do_signal_or_restart+0x20/0x18c
[    1.693126]  ? force_sig_info_to_task+0x9c/0x138
[    1.693234]  exit_to_user_mode_prepare+0xc6/0x104
[    1.693402]  irqentry_exit_to_user_mode+0x8/0x10
[    1.693503]  irqentry_exit+0x1f/0x24
[    1.693669]  exc_general_protection+0x15c/0x1f0
[    1.693940]  ? exc_bounds+0x84/0x84
[    1.694054]  handle_exception+0x130/0x130
[    1.694269] EIP: 0xb7796315
[    1.694620] Code: 83 ec 0c c7 85 44 13 00 00 04 00 00 00 6a 06 e8 f1 7a 01 00 83 c4 10 83 bd 44 13 00 00 04 75 0b c7 85 44 13 00 00 05 00 00 00   83 bd 44 13 00 00 05 70
[    1.695242] EAX: 00000000 EBX: b6f5b7c0 ECX: 00000001 EDX: 00000000
[    1.695583] ESI: 00000008 EDI: bff23fc0 EBP: b7959e4c ESP: bff23eb0
[    1.695709] DS: 007b ES: 007b FS: 0000 GS: 0033 SS: 007b EFLAGS: 00200246
[    1.695906]  ? exc_bounds+0x84/0x84
[    1.696415] Kernel Offset: disabled
[    1.696709] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000008b ]---
Meta Layer
https://gitlab.abramearly.com/legoabram/meta-thecus

Подробнее здесь: https://stackoverflow.com/questions/796 ... octo-build
Ответить

Быстрый ответ

Изменение регистра текста: 
Смайлики
:) :( :oops: :roll: :wink: :muza: :clever: :sorry: :angel: :read: *x)
Ещё смайлики…
   
К этому ответу прикреплено по крайней мере одно вложение.

Если вы не хотите добавлять вложения, оставьте поля пустыми.

Максимально разрешённый размер вложения: 15 МБ.

Вернуться в «Linux»