[BPI-M1] Can't shutdown or reboot

This forum is for supported devices using an ARMv7 Allwinner SoC.

[BPI-M1] Can't shutdown or reboot

Postby rdbisme » Fri Aug 14, 2020 11:08 pm

Hello,

I just compiled a recent mainline $this->bbcode_second_pass_code('', 'u-boot') and installed ALARM on my BananaPI-M1. The board boots up correctly but I cannot power it down or reboot.

This is the output of the UART when trying to $this->bbcode_second_pass_code('', 'shutdown -h') the system:

$this->bbcode_second_pass_code('', '1 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
Hit any key to stop autoboot: 2  1  0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
Found U-Boot script /boot/boot.scr
805 bytes read in 4 ms (196.3 KiB/s)
## Executing script at 43100000
7281760 bytes read in 402 ms (17.3 MiB/s)
43505 bytes read in 13 ms (3.2 MiB/s)
8006450 bytes read in 440 ms (17.4 MiB/s)
## Flattened Device Tree blob at 43000000
Booting using the fdt blob at 0x43000000
EHCI failed to shut down host controller.
Loading Ramdisk to 4985d000, end 49fffb32 ... OK
Loading Device Tree to 4984f000, end 4985c9f0 ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 5.8.0-1-ARCH (builduser@leming) (armv7l-unknown-linux-gnueabihf-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34) #1 SMP PREEMPT Sun Aug 9 00:25:41 UTC 2020
[ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: LeMaker Banana Pi
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Reserved memory: created CMA memory pool at 0x4a000000, size 96 MiB
[ 0.000000] OF: reserved mem: initialized node default-pool, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x000000006fffffff]
[ 0.000000] Normal empty
[ 0.000000] HighMem [mem 0x0000000070000000-0x000000007fe69fff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fe69fff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fe69fff]
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv65535.65535 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.0
[ 0.000000] percpu: Embedded 16 pages/cpu s34764 r8192 d22580 u65536
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260010
[ 0.000000] Kernel command line: console=ttyS0,115200 root=PARTUUID=d328a8bd-01 rw rootwait
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 904836K/1046952K available (14336K kernel code, 1054K rwdata, 6220K rodata, 2048K init, 882K bss, 43812K reserved, 98304K cma-reserved, 260520K highmem)
[ 0.000000] random: get_random_u32 called from __kmem_cache_create+0x28/0x38c with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000021] Switching to timer-based delay loop, resolution 41ns
[ 0.001979] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.003066] clocksource: hstimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370868154 ns
[ 0.004073] Console: colour dummy device 80x30
[ 0.004155] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.004174] pid_max: default: 32768 minimum: 301
[ 0.004409] LSM: Security Framework initializing
[ 0.004590] Smack: Initializing.
[ 0.004600] Smack: IPv6 port labeling enabled.
[ 0.004800] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.004819] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[ 0.006175] CPU: Testing write buffer coherency: ok
[ 0.006662] /cpus/cpu@0 missing clock-frequency property
[ 0.006695] /cpus/cpu@1 missing clock-frequency property
[ 0.006709] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.007710] Setting up static identity map for 0x40300000 - 0x403000ac
[ 0.009467] rcu: Hierarchical SRCU implementation.
[ 0.011548] smp: Bringing up secondary CPUs ...
[ 0.022801] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.023055] smp: Brought up 1 node, 2 CPUs
[ 0.023075] SMP: Total of 2 processors activated (96.00 BogoMIPS).
[ 0.023083] CPU: All CPU(s) started in HYP mode.
[ 0.023089] CPU: Virtualization extensions available.
[ 0.024065] devtmpfs: initialized
[ 0.034112] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
[ 0.035241] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.035276] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[ 0.039561] xor: measuring software checksum speed
[ 0.078967] arm4regs : 1144.000 MB/sec
[ 0.119053] 8regs : 794.000 MB/sec
[ 0.159137] 32regs : 732.000 MB/sec
[ 0.199225] neon : 1140.000 MB/sec
[ 0.199234] xor: using function: arm4regs (1144.000 MB/sec)
[ 0.199331] pinctrl core: initialized pinctrl subsystem
[ 0.200905] thermal_sys: Registered thermal governor 'fair_share'
[ 0.200914] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.200931] thermal_sys: Registered thermal governor 'step_wise'
[ 0.200939] thermal_sys: Registered thermal governor 'user_space'
[ 0.201998] NET: Registered protocol family 16
[ 0.204675] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.205848] audit: initializing netlink subsys (disabled)
[ 0.206320] audit: type=2000 audit(0.196:1): state=initialized audit_enabled=0 res=1
[ 0.208175] cpuidle: using governor menu
[ 0.208483] No ATAGs?
[ 0.208623] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.208634] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.210069] Serial: AMBA PL011 UART driver
[ 0.324169] raid6: neonx8 gen() 703 MB/s
[ 0.392323] raid6: neonx8 xor() 526 MB/s
[ 0.460507] raid6: neonx4 gen() 756 MB/s
[ 0.528680] raid6: neonx4 xor() 567 MB/s
[ 0.596849] raid6: neonx2 gen() 823 MB/s
[ 0.664981] raid6: neonx2 xor() 592 MB/s
[ 0.733166] raid6: neonx1 gen() 734 MB/s
[ 0.801315] raid6: neonx1 xor() 509 MB/s
[ 0.869550] raid6: int32x8 gen() 220 MB/s
[ 0.937673] raid6: int32x8 xor() 145 MB/s
[ 1.005859] raid6: int32x4 gen() 253 MB/s
[ 1.073944] raid6: int32x4 xor() 160 MB/s
[ 1.142174] raid6: int32x2 gen() 304 MB/s
[ 1.210294] raid6: int32x2 xor() 166 MB/s
[ 1.278427] raid6: int32x1 gen() 303 MB/s
[ 1.346610] raid6: int32x1 xor() 160 MB/s
[ 1.346619] raid6: using algorithm neonx2 gen() 823 MB/s
[ 1.346627] raid6: .... xor() 592 MB/s, rmw enabled
[ 1.346634] raid6: using neon recovery algorithm
[ 1.353750] iommu: Default domain type: Translated
[ 1.355167] vgaarb: loaded
[ 1.356214] SCSI subsystem initialized
[ 1.357017] usbcore: registered new interface driver usbfs
[ 1.357085] usbcore: registered new interface driver hub
[ 1.357231] usbcore: registered new device driver usb
[ 1.358659] mc: Linux media interface: v0.10
[ 1.358795] videodev: Linux video capture interface: v2.00
[ 1.358964] pps_core: LinuxPPS API ver. 1 registered
[ 1.358974] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.358998] PTP clock support registered
[ 1.359056] EDAC MC: Ver: 3.0.0
[ 1.360826] Advanced Linux Sound Architecture Driver Initialized.
[ 1.361718] NetLabel: Initializing
[ 1.361734] NetLabel: domain hash size = 128
[ 1.361741] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 1.361822] NetLabel: unlabeled traffic allowed by default
[ 1.362430] clocksource: Switched to clocksource arch_sys_counter
[ 1.363224] VFS: Disk quotas dquot_6.6.0
[ 1.363339] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.364893] simple-framebuffer 7fe79000.framebuffer: framebuffer at 0x7fe79000, 0x178e00 bytes, mapped to 0x(ptrval)
[ 1.364918] simple-framebuffer 7fe79000.framebuffer: format=x8r8g8b8, mode=656x536x32, linelength=2880
[ 1.371506] Console: switching to colour frame buffer device 82x33
[ 1.376796] simple-framebuffer 7fe79000.framebuffer: fb0: simplefb registered!
[ 1.390052] NET: Registered protocol family 2
[ 1.391247] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear)
[ 1.391298] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[ 1.391382] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 1.391510] TCP: Hash tables configured (established 8192 bind 8192)
[ 1.392259] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.392331] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[ 1.392691] NET: Registered protocol family 1
[ 1.393629] RPC: Registered named UNIX socket transport module.
[ 1.393649] RPC: Registered udp transport module.
[ 1.393657] RPC: Registered tcp transport module.
[ 1.393664] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.393680] NET: Registered protocol family 44
[ 1.393705] PCI: CLS 0 bytes, default 64
[ 1.394663] Trying to unpack rootfs image as initramfs...
[ 2.012207] Freeing initrd memory: 7820K
[ 2.012729] hw perfevents: no interrupt-affinity property for /pmu, guessing.
[ 2.013136] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available
[ 2.015866] Initialise system trusted keyrings
[ 2.016220] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[ 2.022094] zbud: loaded
[ 2.024924] NFS: Registering the id_resolver key type
[ 2.024979] Key type id_resolver registered
[ 2.024988] Key type id_legacy registered
[ 2.025006] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 2.136767] Key type asymmetric registered
[ 2.136793] Asymmetric key parser 'x509' registered
[ 2.136875] bounce: pool size: 64 pages
[ 2.136982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 2.137254] io scheduler mq-deadline registered
[ 2.137270] io scheduler kyber registered
[ 2.137569] io scheduler bfq registered
[ 2.140369] sun4i-usb-phy 1c13400.phy: Couldn't request ID GPIO
[ 2.149728] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 2.176894] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[ 2.180788] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator
[ 2.181619] printk: console [ttyS0] disabled
[ 2.181739] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 49, base_baud = 1500000) is a 16550A
[ 3.148635] printk: console [ttyS0] enabled
[ 3.153755] sun4i-pinctrl 1c20800.pinctrl: supply vcc-ph not found, using dummy regulator
[ 3.162891] 1c28c00.serial: ttyS1 at MMIO 0x1c28c00 (irq = 50, base_baud = 1500000) is a 16550A
[ 3.172542] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pi not found, using dummy regulator
[ 3.181545] 1c29c00.serial: ttyS2 at MMIO 0x1c29c00 (irq = 51, base_baud = 1500000) is a 16550A
[ 3.192125] Serial: AMBA driver
[ 3.198533] sdhci: Secure Digital Host Controller Interface driver
[ 3.204744] sdhci: Copyright(c) Pierre Ossman
[ 3.210464] Synopsys Designware Multimedia Card Interface Driver
[ 3.217384] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
[ 3.218108] usbcore: registered new interface driver vub300
[ 3.230288] usbcore: registered new interface driver ushc
[ 3.237882] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[ 3.268332] sunxi-mmc 1c0f000.mmc: initialized, max. request size: 16384 KB
[ 3.276442] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.306929] loop: module loaded
[ 3.312595] Loading iSCSI transport class v2.0-870.
[ 3.318704] iscsi: registered transport (tcp)
[ 3.324670] ahci-sunxi 1c18000.sata: supply ahci not found, using dummy regulator
[ 3.332307] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.340512] ahci-sunxi 1c18000.sata: supply phy not found, using dummy regulator
[ 3.348107] ahci-sunxi 1c18000.sata: supply target not found, using dummy regulator
[ 3.356081] mmc0: new high speed SDHC card at address 0007
[ 3.362903] mmcblk0: mmc0:0007 SD16G 14.4 GiB
[ 3.370697] mmcblk0: p1
[ 3.414505] ahci-sunxi 1c18000.sata: controller can't do PMP, turning off CAP_PMP
[ 3.422043] ahci-sunxi 1c18000.sata: forcing PORTS_IMPL to 0x1
[ 3.427973] ahci-sunxi 1c18000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 3.436958] ahci-sunxi 1c18000.sata: flags: ncq sntf pm led clo only pio slum part ccc
[ 3.446318] scsi host0: ahci-sunxi
[ 3.450322] ata1: SATA max UDMA/133 mmio [mem 0x01c18000-0x01c18fff] port 0x100 irq 37
[ 3.464995] libphy: Fixed MDIO Bus: probed
[ 3.474077] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.480686] ehci-pci: EHCI PCI platform driver
[ 3.485212] ehci-platform: EHCI generic platform driver
[ 3.491243] ehci-mxc: Freescale On-Chip EHCI Host driver
[ 3.496937] ehci-omap: OMAP-EHCI Host Controller driver
[ 3.502527] ehci-orion: EHCI orion driver
[ 3.506810] ehci-exynos: EHCI Exynos driver
[ 3.511258] tegra-ehci: Tegra EHCI driver
[ 3.515531] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.521798] ohci-pci: OHCI PCI platform driver
[ 3.526349] ohci-platform: OHCI generic platform driver
[ 3.532264] ohci-exynos: OHCI Exynos driver
[ 3.537707] usbcore: registered new interface driver uas
[ 3.543200] usbcore: registered new interface driver usb-storage
[ 3.549280] usbcore: registered new interface driver ums-cypress
[ 3.555343] usbcore: registered new interface driver ums_eneub6250
[ 3.561572] usbcore: registered new interface driver ums-freecom
[ 3.567627] usbcore: registered new interface driver ums-isd200
[ 3.573607] usbcore: registered new interface driver ums-usbat
[ 3.587160] sunxi-rtc 1c20d00.rtc: registered as rtc0
[ 3.592326] sunxi-rtc 1c20d00.rtc: setting system clock to 1970-01-01T00:00:16 UTC (16)
[ 3.600998] i2c /dev entries driver
[ 3.607003] axp20x-i2c 0-0034: AXP20x variant AXP209 found
[ 3.620280] axp20x-gpio axp20x-gpio: DMA mask not set
[ 3.627536] axp20x-gpio axp20x-gpio: AXP209 pinctrl and GPIO driver loaded
[ 3.636490] ldo1: supplied by regulator-dummy
[ 3.641428] ldo2: supplied by regulator-dummy
[ 3.647176] ldo3: supplied by regulator-dummy
[ 3.652412] ldo4: supplied by regulator-dummy
[ 3.657188] ldo5: supplied by regulator-dummy
[ 3.662375] dcdc2: supplied by regulator-dummy
[ 3.667798] dcdc3: supplied by regulator-dummy
[ 3.676963] axp20x-i2c 0-0034: AXP20X driver loaded
[ 3.688583] axp20x-usb-power-supply axp20x-usb-power-supply: DMA mask not set
[ 3.705738] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.712980] hid: raw HID events driver (C) Jiri Kosina
[ 3.718751] usbcore: registered new interface driver usbhid
[ 3.724402] usbhid: USB HID core driver
[ 3.736102] NET: Registered protocol family 10
[ 3.773487] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.783118] Segment Routing with IPv6
[ 3.787136] mip6: Mobile IPv6
[ 3.790117] NET: Registered protocol family 17
[ 3.794933] Key type dns_resolver registered
[ 3.799455] ThumbEE CPU extension supported.
[ 3.803809] Registering SWP/SWPB emulation handler
[ 3.809231] registered taskstats version 1
[ 3.813387] Loading compiled-in X.509 certificates
[ 3.818456] zswap: loaded using pool lzo/zbud
[ 3.823662] Key type ._fscrypt registered
[ 3.827728] Key type .fscrypt registered
[ 3.831726] Key type fscrypt-provisioning registered
[ 3.840347] Btrfs loaded, crc32c=crc32c-generic
[ 3.902750] ALSA device list:
[ 3.905736] No soundcards found.
[ 3.912610] Freeing unused kernel memory: 2048K
[ 3.917569] Run /init as init process
:: running early hook [udev]
Warning: /lib/modules/5.8.0-1-ARCH/modules.devname not found - ignoring
Starting version 246.1-1-arch
:: running hook [udev]
:: Triggering uevents...
[ 6.034186] random: fast init done
:: performing fsck on '/dev/mmcblk0p1'
/dev/mmcblk0p1: clean, 43438/944704 files, 645372/3778304 blocks
:: mounting '/dev/mmcblk0p1' on real root
[ 6.374888] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
:: running cleanup hook [udev]
[ 7.207639] systemd[1]: System time before build time, advancing clock.
[ 7.350582] systemd[1]: systemd 246.1-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 7.374198] systemd[1]: Detected architecture arm.

Welcome to Arch Linux ARM!

[ 7.424751] systemd[1]: Set hostname to <banana>.
[ 8.515763] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.529696] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.543554] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 8.566833] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.576525] systemd[1]: Created slice system-modprobe.slice.
[ OK ] Created slice system-modprobe.slice.
[ 8.598841] random: systemd: uninitialized urandom read (16 bytes read)
[ 8.608243] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 8.633722] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 8.655527] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password …ts to Console Directory Watch.
[ 8.683327] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password R…uests to Wall Directory Watch.
[ 8.708604] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary…s File System Automount Point.
[ 8.735195] systemd[1]: Reached target Local Encrypted Volumes.
[ OK ] Reached target Local Encrypted Volumes.
[ 8.759228] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 8.778911] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 8.802872] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 8.823014] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 8.843713] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ OK ] Listening on Device-mapper event daemon FIFOs.
[ 8.882998] systemd[1]: Listening on Process Core Dump Socket.
[ OK ] Listening on Process Core Dump Socket.
[ 8.916004] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 8.940020] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 8.964015] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 8.984394] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 9.008302] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 9.031823] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 9.055934] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 9.073595] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 9.104259] systemd[1]: Mounting Kernel Debug File System...
Mounting Kernel Debug File System...
[ 9.127624] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
[ 9.146775] systemd[1]: Mounting Temporary Directory (/tmp)...
Mounting Temporary Directory (/tmp)...
[ 9.177024] systemd[1]: Starting Create list of static device nodes for the current kernel...
Starting Create list of st…odes for the current kernel...
[ 9.203234] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
[ 9.215653] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 9.229944] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[ 9.239250] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[ 9.256788] systemd[1]: Mounting Kernel Configuration File System...
Mounting Kernel Configuration File System...
[ 9.288632] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 9.311643] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 9.331196] systemd[1]: Starting Apply Kernel Variables...
Starting Apply Kernel Variables...
[ 9.373499] systemd[1]: Starting Coldplug All udev Devices...
Starting Coldplug All udev Devices...
[ 9.419477] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 9.444736] systemd[1]: Mounted Kernel Debug File System.
[ OK ] Mounted Kernel Debug File System.
[ 9.468326] systemd[1]: Mounted Temporary Directory (/tmp).
[ OK ] Mounted Temporary Directory (/tmp).
[ 9.489127] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ OK ] Finished Create list of st… nodes for the current kernel.
[ 9.512219] systemd[1]: Mounted Kernel Configuration File System.
[ OK ] Mounted Kernel Configuration File System.
[ 9.540892] systemd[1]: Finished Remount Root and Kernel File Systems.
[ OK ] Finished Remount Root and Kernel File Systems.
[ 9.568576] systemd[1]: Finished Apply Kernel Variables.
[ OK ] Finished Apply Kernel Variables.
[ 9.593253] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 9.605980] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 9.624877] systemd[1]: Starting Load/Save Random Seed...
Starting Load/Save Random Seed...
[ 9.651543] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 9.685401] systemd[1]: Starting Create Static Device Nodes in /dev...
Starting Create Static Device Nodes in /dev...
[ 9.816331] systemd[1]: Finished Create Static Device Nodes in /dev.
[ OK ] Finished Create Static Device Nodes in /dev.
[ 9.840242] systemd[1]: Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems (Pre).
[ 9.863440] systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
[ 9.874969] systemd[1]: Reached target Local File Systems.
[ OK ] Reached target Local File Systems.
[ 9.909726] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[ OK ] Started Entropy Daemon based on the HAVEGE algorithm.
[ 9.944422] systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
[ 9.991183] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 10.027372] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
[ 10.076259] systemd[1]: Starting Rule-based Manager for Device Events and Files...
Starting Rule-based Manage…for Device Events and Files...
[ 11.026259] systemd[1]: Started Rule-based Manager for Device Events and Files.
[ OK ] Started Rule-based Manager for Device Events and Files.
[ 11.060427] systemd[1]: Started Journal Service.
[ 11.065297] audit: type=1130 audit(1596925744.848:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ OK ] Started Journal Service.
[ 11.126867] audit: type=1130 audit(1596925744.884:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Starting Flush Journal to Persistent Storage...
Starting Network Service...
[ OK ] Finished Coldplug All udev Devices.
[ 11.313563] audit: type=1130 audit(1596925745.100:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.210583] random: crng init done
[ 12.214026] random: 7 urandom warning(s) missed due to ratelimiting
[ OK ] Finished Load/Save Random Seed.
[ 12.718089] audit: type=1130 audit(1596925746.504:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ OK ] Finished Flush Journal to Persistent Storage.
[ 12.825340] audit: type=1130 audit(1596925746.612:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Starting Create Volatile Files and Directories...
[ OK ] Started Network Service.
[ 12.947283] audit: type=1130 audit(1596925746.736:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ OK ] Finished Create Volatile Files and Directories.
[ 13.162487] audit: type=1130 audit(1596925746.948:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Starting Network Name Resolution...
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ 13.432387] audit: type=1127 audit(1596925747.220:9): pid=210 uid=0 auid=4294967295 ses=4294967295 subj=_ msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ OK ] Finished Update UTMP about System Boot/Shutdown.
[ 13.567286] audit: type=1130 audit(1596925747.356:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ OK ] Started Network Time Synchronization.
[ 14.493874] audit: type=1130 audit(1597073652.129:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ OK ] Reached target System Initialization.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target System Time Set.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily verification of password and group files.
[ OK ] Reached target Timers.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
[ OK ] Started ACPI event daemon.
[ OK ] Started D-Bus System Message Bus.
Starting User Login Management...
[ OK ] Started Network Name Resolution.
[ OK ] Reached target Network.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Started OpenSSH Daemon.
Starting Permit User Sessions...
[ OK ] Finished Permit User Sessions.
[ OK ] Started Getty on tty1.
[ OK ] Started User Login Management.
[ 16.292215] sun4i-ss 1c15000.crypto-engine: Die ID 0
[ 16.299440] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=1)
[ 16.368477] sunxi_cedrus: module is from the staging directory, the quality is unknown, you have been warned.
[ 16.425464] cedrus 1c0e000.video-codec: Device registered as /dev/video0
[ 16.612261] Registered IR keymap rc-empty
[ OK ] Found device /dev/ttyS0.
[ 16.654760] rc rc0: sunxi-ir as /devices/platform/soc/1c21800.ir/rc/rc0
[ 16.763138] lima 1c40000.gpu: gp - mali400 version major 1 minor 1
[ OK ] Started [0;1[ 16.785076] rc rc0: lirc_dev: driver sunxi-ir registered at minor = 0, raw IR receiver, no transmitter
;39mSerial Getty[ 16.795485] lima 1c40000.gpu: pp0 - mali400 version major 1 minor 1
on ttyS0.
[ 16.820771] kauditd_printk_skb: 9 callbacks suppressed
[ 16.820785] audit: type=1130 audit(1597073654.457:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=serial-getty@ttyS0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 16.853324] lima 1c40000.gpu: pp1 - mali400 version major 1 minor 1
[ OK ] Reached target Login Prompts.
[ OK ] Reached target Multi-User System.
[ 16.889657] debugfs: Directory '1c22c00.codec' with parent 'sun4i-codec' already present!
[ OK ] Reached target Graphical Interface.
[ 16.914865] input: sunxi-ir as /devices/platform/soc/1c21800.ir/rc/rc0/input0
[ 16.918710] lima 1c40000.gpu: l2 cache 64K, 4-way, 64byte cache line, 64bit external bus
[ 16.958866] sunxi-ir 1c21800.ir: initialized sunXi IR driver
[ 16.973543] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
[ 17.024106] sun4i-drm display-engine: bound 1e00000.display-frontend (ops sun4i_frontend_ops [sun4i_frontend])
[ 17.054855] sun4i-drm display-engine: bound 1e20000.display-frontend (ops sun4i_frontend_ops [sun4i_frontend])
[ 17.081976] sun4i-drm display-engine: bound 1e60000.display-backend (ops sun4i_backend_ops [sun4i_backend])
[ 17.109156] lima 1c40000.gpu: bus rate = 300000000
[ 17.119342] sun4i-drm display-engine: bound 1e40000.display-backend (ops sun4i_backend_ops [sun4i_backend])
[ 17.140954] sun7i-dwmac 1c50000.ethernet: IRQ eth_wake_irq not found
[ 17.150615] lima 1c40000.gpu: mod rate = 384000000
[ 17.162291] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[ 17.172952] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
[ 17.185942] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[ 17.197061] sun4i-drm display-engine: bound 1c0d000.lcd-controller (ops sun4i_tcon_ops [sun4i_tcon])
[ 17.210685] [drm] Initialized lima 1.1.0 20191231 for 1c40000.gpu on minor 0
[ 17.218088] sun7i-dwmac 1c50000.ethernet: IRQ eth_lpi not found
[ 17.218726] sun4i-drm display-engine: bound 1c16000.hdmi (ops sun4i_hdmi_ops [sun4i_drm_hdmi])
[ 17.232916] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 17.246562] fb0: switching to sun4i-drm-fb from simple
[ 17.258773] sun7i-dwmac 1c50000.ethernet: PTP uses main clock
[ 17.258788] sun7i-dwmac 1c50000.ethernet: no reset control found
[ 17.258978] Console: switching to colour dummy device 80x30
[ 17.290148] input: axp20x-pek as /devices/platform/soc/1c2ac00.i2c/i2c-0/0-0034/axp20x-pek/input/input1
[ 17.306729] axp20x-adc axp20x-adc: DMA mask not set
[ 17.344011] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 1
[ 17.370662] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[ 17.381380] sun7i-dwmac 1c50000.ethernet: Version ID not available
[ 17.384377] ehci-platform 1c14000.usb: EHCI Host Controller
[ 17.388327] sun7i-dwmac 1c50000.ethernet: DWMAC1000
[ 17.398539] ehci-platform 1c14000.usb: new USB bus registered, assigned bus number 1
[ 17.410852] ehci-platform 1c14000.usb: irq 33, io mem 0x01c14000
[ 17.430575] ehci-platform 1c14000.usb: USB 2.0 started, EHCI 1.00
[ 17.438815] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[ 17.448437] sun7i-dwmac 1c50000.ethernet: DMA HW capability register supported
[ 17.450521] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.459498] sun7i-dwmac 1c50000.ethernet: Normal descriptors
[ 17.474539] usb usb1: Product: EHCI Host Controller
[ 17.479532] usb usb1: Manufacturer: Linux 5.8.0-1-ARCH ehci_hcd
[ 17.487282] sun7i-dwmac 1c50000.ethernet: Ring mode enabled
[ 17.490550] usb usb1: SerialNumber: 1c14000.usb
[ 17.498291] libphy: stmmac: probed
[ 17.502046] hub 1-0:1.0: USB hub found
[ 17.510632] hub 1-0:1.0: 1 port detected
[ 17.517744] ehci-platform 1c1c000.usb: EHCI Host Controller
[ 17.530572] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
[ 17.551088] ehci-platform 1c1c000.usb: irq 38, io mem 0x01c1c000
[ 17.570570] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
[ 17.583840] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[ 17.594555] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.610525] usb usb2: Product: EHCI Host Controller
[ 17.620872] usb usb2: Manufacturer: Linux 5.8.0-1-ARCH ehci_hcd
[ 17.632901] usb usb2: SerialNumber: 1c1c000.usb
[ 17.642940] hub 2-0:1.0: USB hub found
[ 17.653491] hub 2-0:1.0: 1 port detected
[ 17.665953] ohci-platform 1c14400.usb: Generic Platform OHCI controller
[ 17.686162] ohci-platform 1c14400.usb: new USB bus registered, assigned bus number 3
[ 17.698384] ohci-platform 1c14400.usb: irq 34, io mem 0x01c14400
[ 17.774942] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
[ 17.790573] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.801657] usb usb3: Product: Generic Platform OHCI controller
[ 17.814094] usb usb3: Manufacturer: Linux 5.8.0-1-ARCH ohci_hcd
[ 17.821370] usb usb3: SerialNumber: 1c14400.usb
[ 17.828462] hub 3-0:1.0: USB hub found
[ 17.835489] hub 3-0:1.0: 1 port detected
[ 17.845521] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
[ 17.855427] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
[ 17.866588] ohci-platform 1c1c400.usb: irq 39, io mem 0x01c1c400
[ 17.934981] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
[ 17.946555] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 17.959419] usb usb4: Product: Generic Platform OHCI controller
[ 17.970088] usb usb4: Manufacturer: Linux 5.8.0-1-ARCH ohci_hcd
[ 17.982036] usb usb4: SerialNumber: 1c1c400.usb
[ 17.989323] hub 4-0:1.0: USB hub found
[ 17.998647] hub 4-0:1.0: 1 port detected


Arch Linux 5.8.0-1-ARCH (ttyS0)

banana login: [ 18.009468] usb_phy_generic usb_phy_generic.0.auto: supply vcc not found, using dummy regulator
[ 18.025511] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
[ 18.031440] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 5
[ 18.051730] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[ 18.062816] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 18.074556] usb usb5: Product: MUSB HDRC host driver
[ 18.080691] usb usb5: Manufacturer: Linux 5.8.0-1-ARCH musb-hcd
[ 18.088009] usb usb5: SerialNumber: musb-hdrc.1.auto
[ 18.096625] hub 5-0:1.0: USB hub found
[ 18.103718] hub 5-0:1.0: 1 port detected
[ 18.277404] ------------[ cut here ]------------
[ 18.290192] WARNING: CPU: 0 PID: 203 at drivers/base/platform.c:317 __platform_get_irq_byname+0x7c/0x8c
[ 18.303919] 0 is an invalid IRQ number
[ 18.308547] Modules linked in: sun4i_gpadc_iio(+) realtek axp20x_adc axp20x_pek dwmac_sunxi stmmac_platform stmmac sun4i_backend sun4i_codec mdio_xpcs phylink snd_soc_core lima ac97_bus gpu_sched snd_pcm_dmaengine sunxi_cir rc_core sun4i_ts snd_pcm sun4i_gpadc snd_timer sunxi_cedrus(C) sun4i_drm_hdmi videobuf2_dma_contig v4l2_mem2mem videobuf2_memops sunxi_wdt sun4i_ss videobuf2_v4l2 videobuf2_common spi_sun4i sun4i_drm sun4i_frontend sun4i_tcon uio_pdrv_genirq uio sun8i_tcon_top sch_fq_codel ip_tables x_tables
[ 18.366338] CPU: 0 PID: 203 Comm: systemd-udevd Tainted: G C 5.8.0-1-ARCH #1
[ 18.374698] Hardware name: Allwinner sun7i (A20) Family
[ 18.379962] [<c0310b70>] (unwind_backtrace) from [<c030afd0>] (show_stack+0x10/0x14)
[ 18.387722] [<c030afd0>] (show_stack) from [<c08c056c>] (dump_stack+0xb8/0xcc)
[ 18.394994] [<c08c056c>] (dump_stack) from [<c0345020>] (__warn+0xbc/0xd4)
[ 18.401886] [<c0345020>] (__warn) from [<c03450d0>] (warn_slowpath_fmt+0x98/0xc4)
[ 18.409420] [<c03450d0>] (warn_slowpath_fmt) from [<c0b66e34>] (__platform_get_irq_byname+0x7c/0x8c)
[ 18.418566] [<c0b66e34>] (__platform_get_irq_byname) from [<c0b66e54>] (platform_get_irq_byname+0x10/0x48)
[ 18.428246] [<c0b66e54>] (platform_get_irq_byname) from [<bf160320>] (sun4i_irq_init+0x38/0xe4 [sun4i_gpadc_iio])
[ 18.438585] [<bf160320>] (sun4i_irq_init [sun4i_gpadc_iio]) from [<bf1605e4>] (sun4i_gpadc_probe+0x218/0x308 [sun4i_gpadc_iio])
[ 18.450086] [<bf1605e4>] (sun4i_gpadc_probe [sun4i_gpadc_iio]) from [<c0b672a8>] (platform_drv_probe+0x48/0x98)
[ 18.460209] [<c0b672a8>] (platform_drv_probe) from [<c0b6529c>] (really_probe+0x1e0/0x348)
[ 18.468510] [<c0b6529c>] (really_probe) from [<c0b65510>] (driver_probe_device+0x5c/0xb4)
[ 18.476699] [<c0b65510>] (driver_probe_device) from [<c0b65708>] (device_driver_attach+0x58/0x60)
[ 18.485605] [<c0b65708>] (device_driver_attach) from [<c0b65768>] (__driver_attach+0x58/0xcc)
[ 18.494140] [<c0b65768>] (__driver_attach) from [<c0b635d8>] (bus_for_each_dev+0x78/0xc0)
[ 18.502327] [<c0b635d8>] (bus_for_each_dev) from [<c0b645fc>] (bus_add_driver+0x15c/0x1e0)
[ 18.510626] [<c0b645fc>] (bus_add_driver) from [<c0b65fc8>] (driver_register+0x74/0x108)
[ 18.518733] [<c0b65fc8>] (driver_register) from [<c0301830>] (do_one_initcall+0x58/0x1c4)
[ 18.526922] [<c0301830>] (do_one_initcall) from [<c03e2630>] (do_init_module+0x5c/0x244)
[ 18.535051] [<c03e2630>] (do_init_module) from [<c03e4be4>] (load_module+0x22cc/0x2610)
[ 18.543067] [<c03e4be4>] (load_module) from [<c03e50a8>] (sys_init_module+0x180/0x1a0)
[ 18.550994] [<c03e50a8>] (sys_init_module) from [<c03002a0>] (__sys_trace_return+0x0/0x20)
[ 18.559253] Exception stack(0xed20dfa8 to 0xed20dff0)
[ 18.564343] dfa0: 00000000 b4fac008 b4fac008 00003dd4 b6ccdd54 a3677200
[ 18.572554] dfc0: 00000000 b4fac008 00020000 00000080 01dd7b08 00000000 b6ee3336 00000000
[ 18.580734] dfe0: b6cdee00 bec86648 b6cc4628 b6bb07f0
[ 18.662611] ---[ end trace 5a45102feb25a26f ]---
[ 19.063660] sun7i-dwmac 1c50000.ethernet eth0: PHY [stmmac-0:01] driver [RTL8211E Gigabit Ethernet] (irq=POLL)
[ 19.082498] sun7i-dwmac 1c50000.ethernet eth0: No Safety Features support found
[ 19.089869] sun7i-dwmac 1c50000.ethernet eth0: RX IPC Checksum Offload disabled
[ 19.097295] sun7i-dwmac 1c50000.ethernet eth0: No MAC Management Counters available
[ 19.105071] sun7i-dwmac 1c50000.ethernet eth0: PTP not supported by HW
[ 19.111692] sun7i-dwmac 1c50000.ethernet eth0: configuring for phy/rgmii link mode
[ 22.191326] sun7i-dwmac 1c50000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 22.199936] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 27.378697] sun4i-drm display-engine: [drm] Cannot find any crtc or sizes
[ 35.822489] vcc3v0: disabling
[ 35.825481] vcc5v0: disabling
[ 35.829881] usb0-vbus: disabling
[ 39.428060] audit: type=1101 audit(1597075094.655:22): pid=246 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="rdb" exe="/usr/bin/sshd" hostname=192.168.178.61 addr=192.168.178.61 terminal=ssh res=success'
[ 39.470951] audit: type=1103 audit(1597075094.699:23): pid=246 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit,pam_env acct="rdb" exe="/usr/bin/sshd" hostname=192.168.178.61 addr=192.168.178.61 terminal=ssh res=success'
[ 39.498580] audit: type=1006 audit(1597075094.727:24): pid=246 uid=0 subj=_ old-auid=4294967295 auid=1001 tty=(none) old-ses=4294967295 ses=1 res=1
[ 39.717387] audit: type=1130 audit(1597075094.943:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=user-runtime-dir@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 39.813001] audit: type=1101 audit(1597075095.039:26): pid=249 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="rdb" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 39.838210] audit: type=1103 audit(1597075095.067:27): pid=249 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='op=PAM:setcred grantors=? acct="rdb" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 39.860800] audit: type=1006 audit(1597075095.067:28): pid=249 uid=0 subj=_ old-auid=4294967295 auid=1001 tty=(none) old-ses=4294967295 ses=2 res=1
[ 39.874255] audit: type=1105 audit(1597075095.067:29): pid=249 uid=0 auid=1001 ses=2 subj=_ msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="rdb" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 39.922244] audit: type=1334 audit(1597075095.147:30): prog-id=9 op=LOAD
[ 39.935875] audit: type=1334 audit(1597075095.147:31): prog-id=9 op=UNLOAD
[ 44.888501] kauditd_printk_skb: 3 callbacks suppressed
[ 44.888516] audit: type=1101 audit(1597075100.115:35): pid=259 uid=1001 auid=1001 ses=1 subj=_ msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="rdb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 44.922731] audit: type=1110 audit(1597075100.143:36): pid=259 uid=0 auid=1001 ses=1 subj=_ msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 44.946102] audit: type=1105 audit(1597075100.143:37): pid=259 uid=0 auid=1001 ses=1 subj=_ msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 45.265183] audit: type=1106 audit(1597075100.491:38): pid=259 uid=0 auid=1001 ses=1 subj=_ msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 45.290503] audit: type=1104 audit(1597075100.491:39): pid=259 uid=0 auid=1001 ses=1 subj=_ msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 45.305310] audit: type=1106 audit(1597075100.531:40): pid=246 uid=0 auid=1001 ses=1 subj=_ msg='op=PAM:session_close grantors=? acct="rdb" exe="/usr/bin/sshd" hostname=192.168.178.61 addr=192.168.178.61 terminal=ssh res=failed'
[ 45.307567] audit: type=1104 audit(1597075100.531:41): pid=246 uid=0 auid=1001 ses=1 subj=_ msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit,pam_env acct="rdb" exe="/usr/bin/sshd" hostname=192.168.178.61 addr=192.168.178.61 terminal=ssh res=success'
Stopping Session 1 of user rdb.
[ OK ] Removed slice system-modprobe.slice.
[ OK ] Stopped target Graphical Interface.
[ OK ] Stopped target Multi-User System.
[ OK ] Stopped target Login Prompts.
[ OK ] Stopped target Host and Network Name Lookups.
[ OK ] Stopped target Sound Card.
[ OK ] Stopped target Timers.
[ OK ] Stopped Daily verification of password and group files.
[ OK ] Stopped Daily Cleanup of Temporary Directories.
[ OK ] Stopped target System Time Synchronized.
[ OK ] Stopped target System Time Set.
Stopping ACPI event daemon...
Stopping Getty on tty1...
Starting Stopping Serial Getty on ttyS0...
Stopping OpenSSH Daemon...
Stopping Load/Save Random Seed...
[ OK ] Stopped ACPI event daemon.
[ 45.667294] audit: type=1131 audit(1597075100.895:42): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=acpid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ OK ] Stopped OpenSSH Daemon.
[ 45.702895] audit: type=1131 audit(1597075100.931:43): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ OK ] Stopped Getty on tty1.
[ 45.739197] audit: type=1131 audit(1597075100.967:44): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=_ msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ OK ] Stopped Serial Getty on ttyS0.
[ OK ] Stopped Session 1 of user rdb.
[ OK ] Removed slice system-getty.slice.
[ OK ] Removed slice system-serial\x2dgetty.slice.
Stopping User Login Management...
Stopping User Manager for UID 1001...
[ OK ] Stopped User Login Management.
[ OK ] Stopped Load/Save Random Seed.
[ OK ] Stopped User Manager for UID 1001.
Stopping User Runtime Directory /run/user/1001...
[ OK ] Unmounted /run/user/1001.
[ OK ] Stopped User Runtime Directory /run/user/1001.
[ OK ] Removed slice User Slice of UID 1001.
Stopping D-Bus System Message Bus...
Stopping Permit User Sessions...
[ OK ] Stopped D-Bus System Message Bus.
[ OK ] Stopped Permit User Sessions.
[ OK ] Stopped target Basic System.
[ OK ] Stopped target Network.
[ OK ] Stopped target Paths.
[ OK ] Stopped target Remote File Systems.
[ OK ] Stopped target Slices.
[ OK ] Removed slice User and Session Slice.
[ OK ] Stopped target Sockets.
[ OK ] Closed D-Bus System Message Bus Socket.
[ OK ] Stopped target System Initialization.
[ OK ] Stopped target Local Encrypted Volumes.
[ OK ] Stopped Dispatch Password …ts to Console Directory Watch.
[ OK ] Stopped Forward Password R…uests to Wall Directory Watch.
Stopping Network Name Resolution...
Stopping Network Time Synchronization...
Stopping Update UTMP about System Boot/Shutdown...
[ OK ] Stopped Network Name Resolution.
[ OK ] Stopped Network Time Synchronization.
Stopping Network Service...
[ OK ] Stopped Update UTMP about System Boot/Shutdown.
[ OK ] Stopped Network Service.
[ OK ] Stopped Apply Kernel Variables.
[ OK ] Stopped Create Volatile Files and Directories.
[ OK ] Stopped target Local File Systems.
[ OK ] Stopped target Local File Systems (Pre).
Unmounting Temporary Directory (/tmp)...
[ OK ] Stopped Remount Root and Kernel File Systems.
[ OK ] Stopped Create Static Device Nodes in /dev.
[ OK ] Unmounted Temporary Directory (/tmp).
[ OK ] Stopped target Swap.
[ OK ] Reached target Unmount All Filesystems.
[ OK ] Finished Generate shutdown-ramfs.
[ OK ] Reached target Shutdown.
[ OK ] Reached target Final Step.
[ OK ] Finished Power-Off.
[ OK ] Reached target Power-Off.
[ 48.477605] systemd-shutdown[1]: Syncing filesystems and block devices.
[ 50.845141] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 51.253266] kauditd_printk_skb: 26 callbacks suppressed
[ 51.253280] audit: type=1335 audit(1597075106.479:71): pid=190 uid=0 auid=4294967295 tty=(none) ses=4294967295 subj=_ comm="systemd-journal" exe="/usr/lib/systemd/systemd-journald" nl-mcgrp=1 op=disconnect res=1
[ 51.263183] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 51.301609] systemd-shutdown[1]: Unmounting file systems.
[ 51.313600] [378]: Remounting '/' read-only in with options '(null)'.
[ 51.345433] EXT4-fs (mmcblk0p1): re-mounted. Opts: (null)
[ 51.363567] systemd-shutdown[1]: All filesystems unmounted.
[ 51.369368] systemd-shutdown[1]: Deactivating swaps.
[ 51.374849] systemd-shutdown[1]: All swaps deactivated.
[ 51.380153] systemd-shutdown[1]: Detaching loop devices.
[ 51.394117] systemd-shutdown[1]: All loop devices detached.
[ 51.399902] systemd-shutdown[1]: Detaching DM devices.
[ 51.405853] systemd-shutdown[1]: All DM devices detached.
[ 51.411411] systemd-shutdown[1]: All filesystems, swaps, loop devices and DM devices detached.
[ 51.437789] systemd-shutdown[1]: Successfully changed into root pivot.
[ 51.444520] systemd-shutdown[1]: Returning to initrd...
[ 51.541700] shutdown[1]: Syncing filesystems and block devices.
[ 51.548449] shutdown[1]: Sending SIGTERM to remaining processes...
[ 51.567143] shutdown[1]: Sending SIGKILL to remaining processes...
[ 51.585465] shutdown[1]: Unmounting file systems.
[ 51.596616] sd-umoun[381]: Unmounting '/oldroot/sys/kernel/config'.
[ 51.608775] sd-umoun[382]: Unmounting '/oldroot/sys/kernel/debug'.
[ 51.620816] sd-umoun[383]: Unmounting '/oldroot/dev/mqueue'.
[ 51.632321] sd-umoun[384]: Unmounting '/oldroot/sys/fs/cgroup/cpuset'.
[ 51.644805] sd-umoun[385]: Unmounting '/oldroot/sys/fs/cgroup/freezer'.
[ 51.657437] sd-umoun[386]: Unmounting '/oldroot/sys/fs/cgroup/perf_event'.
[ 51.670346] sd-umoun[387]: Unmounting '/oldroot/sys/fs/cgroup/blkio'.
[ 51.683852] sd-umoun[388]: Unmounting '/oldroot/sys/fs/cgroup/memory'.
[ 51.697035] sd-umoun[389]: Unmounting '/oldroot/sys/fs/cgroup/devices'.
[ 51.710209] sd-umoun[390]: Unmounting '/oldroot/sys/fs/cgroup/rdma'.
[ 51.723353] sd-umoun[391]: Unmounting '/oldroot/sys/fs/cgroup/pids'.
[ 51.736360] sd-umoun[392]: Unmounting '/oldroot/sys/fs/cgroup/net_cls,net_prio'.
[ 51.750004] sd-umoun[393]: Unmounting '/oldroot/sys/fs/cgroup/cpu,cpuacct'.
[ 51.763399] sd-umoun[394]: Unmounting '/oldroot/sys/fs/bpf'.
[ 51.775449] sd-umoun[395]: Unmounting '/oldroot/sys/fs/cgroup/systemd'.
[ 51.788597] sd-umoun[396]: Unmounting '/oldroot/sys/fs/cgroup/unified'.
[ 51.801572] sd-umoun[397]: Unmounting '/oldroot/sys/fs/cgroup'.
[ 51.813719] sd-umoun[398]: Unmounting '/oldroot/dev/pts'.
[ 51.825309] sd-umoun[399]: Unmounting '/oldroot/dev/shm'.
[ 51.836739] sd-remou[400]: Remounting '/oldroot/sys/fs/smackfs' read-only in with options '(null)'.
[ 51.851845] sd-umoun[401]: Unmounting '/oldroot/sys/fs/smackfs'.
[ 51.863833] sd-umoun[402]: Unmounting '/oldroot/sys/kernel/security'.
[ 51.876164] sd-umoun[403]: Unmounting '/oldroot'.
[ 51.881142] sd-umoun[403]: Failed to unmount /oldroot: Device or resource busy
[ 51.893987] sd-umoun[404]: Unmounting '/oldroot/run'.
[ 51.904834] sd-umoun[405]: Unmounting '/oldroot/dev'.
[ 51.915799] sd-umoun[406]: Unmounting '/oldroot/sys'.
[ 51.926901] sd-umoun[407]: Unmounting '/oldroot/proc'.
[ 51.939126] sd-umoun[408]: Unmounting '/oldroot'.
[ 52.004962] shutdown[1]: All filesystems unmounted.
[ 52.010103] shutdown[1]: Deactivating swaps.
[ 52.014788] shutdown[1]: All swaps deactivated.
[ 52.019562] shutdown[1]: Detaching loop devices.
[ 52.032715] shutdown[1]: All loop devices detached.
[ 52.037790] shutdown[1]: Detaching DM devices.
[ 52.043202] shutdown[1]: All DM devices detached.
[ 52.048072] shutdown[1]: All filesystems, swaps, loop devices and DM devices detached.
[ 52.062716] shutdown[1]: Syncing filesystems and block devices.
[ 52.068989] shutdown[1]: Powering off.
[ 52.076621] reboot: Power down
[ 52.079800] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000000
[ 52.087457] CPU: 0 PID: 1 Comm: shutdown Tainted: G WC 5.8.0-1-ARCH #1
[ 52.095188] Hardware name: Allwinner sun7i (A20) Family
[ 52.100442] [<c0310b70>] (unwind_backtrace) from [<c030afd0>] (show_stack+0x10/0x14)
[ 52.108189] [<c030afd0>] (show_stack) from [<c08c056c>] (dump_stack+0xb8/0xcc)
[ 52.115414] [<c08c056c>] (dump_stack) from [<c0344d50>] (panic+0x11c/0x330)
[ 52.122377] [<c0344d50>] (panic) from [<c0349d3c>] (do_exit+0xacc/0xb04)
[ 52.129078] [<c0349d3c>] (do_exit) from [<c0369154>] (__do_sys_reboot+0x164/0x22c)
[ 52.136645] [<c0369154>] (__do_sys_reboot) from [<c03000c0>] (ret_fast_syscall+0x0/0x54)
[ 52.144723] Exception stack(0xee857fa8 to 0xee857ff0)
[ 52.149773] 7fa0: 00000000 00000000 fee1dead 28121969 4321fedc 4321fedc
[ 52.157942] 7fc0: 00000000 00000000 00000000 00000058 00000003 00000000 00000000 00000000
[ 52.166108] 7fe0: 004b8e2c bebdccac 004a0fec b6c8a610
[ 52.171177] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000000 ]---
')

Any idea how to fix it? It seems that armbian does not have this problem
rdbisme
 
Posts: 5
Joined: Fri Aug 14, 2020 10:55 pm

Return to Allwinner

Who is online

Users browsing this forum: No registered users and 6 guests