VM Upgrade from 4.5.8-0 to 5.0.8 results in Rockstor not starting

I have run into this now twice (once on a 15.4 based and once on a 15.5 base). Installed the base 4.5.8-0 Rockstor (once using the officially released installer for 15.4, and once the 15.5 roll-your-own using the installer repo).

For each of these occurrences, I got a failure of Rockstor to start after successfully updating to 5.0.8-0 and a subsequent reboot.

First, I can see that Network Manager times out (but I think that was discussed somewhere else here, and I have seen that on other VM installations of the official version).

Secondly, I get these messages in journalctl:

Mar 11 11:54:57 rockleaper systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Mar 11 11:55:11 rockleaper systemd[1]: NetworkManager-wait-online.service: Main process exited, code=exited, status=1/FAILURE
Mar 11 11:55:11 rockleaper systemd[1]: NetworkManager-wait-online.service: Failed with result 'exit-code'.
Mar 11 11:55:11 rockleaper systemd[1]: Failed to start Network Manager Wait Online.
Mar 11 11:55:11 rockleaper systemd[1]: Dependency failed for Build Rockstor.
Mar 11 11:55:11 rockleaper systemd[1]: Dependency failed for Tasks required prior to starting Rockstor.
Mar 11 11:55:11 rockleaper systemd[1]: Dependency failed for Rockstor startup script.
Mar 11 11:55:11 rockleaper systemd[1]: Dependency failed for Rockstor bootstrapping tasks.
Mar 11 11:55:11 rockleaper systemd[1]: rockstor-bootstrap.service: Job rockstor-bootstrap.service/start failed with result 'dependency'.
Mar 11 11:55:11 rockleaper systemd[1]: rockstor.service: Job rockstor.service/start failed with result 'dependency'.
Mar 11 11:55:11 rockleaper systemd[1]: rockstor-pre.service: Job rockstor-pre.service/start failed with result 'dependency'.
Mar 11 11:55:11 rockleaper systemd[1]: rockstor-build.service: Job rockstor-build.service/start failed with result 'dependency'.
Mar 11 11:55:11 rockleaper systemd[1]: Reached target Network is Online.

and a bit further down, the docker service then fails as well:

Mar 11 11:55:11 rockleaper systemd[1]: Starting Docker Application Container Engine...
Mar 11 11:55:11 rockleaper systemd[1]: Starting Login and scanning of iSCSI devices...
Mar 11 11:55:11 rockleaper iscsiadm[13856]: iscsiadm: No records found
Mar 11 11:55:11 rockleaper iscsiadm[13857]: iscsiadm: No records found
Mar 11 11:55:11 rockleaper iscsiadm[13858]: iscsiadm: Could not get list of targets from firmware. (err 21)
Mar 11 11:55:11 rockleaper systemd[1]: Finished Login and scanning of iSCSI devices.
Mar 11 11:55:11 rockleaper systemd[1]: Reached target Remote File Systems.
Mar 11 11:55:11 rockleaper systemd[1]: Starting Permit User Sessions...
Mar 11 11:55:11 rockleaper systemd[1]: Finished Permit User Sessions.
Mar 11 11:55:11 rockleaper systemd[1]: Started Getty on tty1.
Mar 11 11:55:11 rockleaper systemd[1]: Reached target Login Prompts.
Mar 11 11:55:11 rockleaper systemd[1]: Condition check resulted in /etc/init.d/after.local Compatibility being skipped.
Mar 11 11:55:11 rockleaper systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Mar 11 11:55:11 rockleaper dockerd[13855]: time="2024-03-11T11:55:11-07:00" level=info msg="SUSE:secrets :: enabled"
Mar 11 11:55:11 rockleaper dockerd[13855]: chmod /mnt2/RockonRoot: operation not permitted
Mar 11 11:55:11 rockleaper systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
Mar 11 11:55:11 rockleaper systemd[1]: docker.service: Failed with result 'exit-code'.
Mar 11 11:55:11 rockleaper systemd[1]: Failed to start Docker Application Container Engine.
Mar 11 11:55:11 rockleaper systemd[1]: Reached target Multi-User System.

Sometime the network manager seems to recovers, sometimes not (usually I can see it runs into issues when using myip doesn’t yield me a public address to connect to the UI).
When I manually execute in the “server” window

systemctl start network -- gives me SSH access
systemctl start rockstor-pre
systemctl start rockstor

the UI becomes available. Subsequently, I can also manually turn on the Rockon service, and everything works.

I’ve been using VirtualBox as my VM manager for a long time, so it has not been an issue creating test VMs for Rockstor. The network issue could be specific to VirtualBox, but the other failed services I cannot really explain after the upgrade.

Not quite sure where to look next.

2 Likes

Thanks for the nice write-up, @Hooverdan, as usual!

Such a timeout by NetworkManager has indeed be seen but very rarely… I myself had it on my Leap 15.1 desktop quite some time ago but went away across distro upgrades. I’m not sure how to explain why that happens, unfortunately, but maybe I can shine some light on the following:

NetworkManager has recently been made a requirements for Rockstor’s systems services (see PR below) so I do think this is why you see the Dependency failed for ... errors:

Note that this PR was part of the 5.0.6 RPM, so that fits the update you described:

2 Likes

Thanks for the pointer here. When I did the

systemctl status network

it comes back with a running status, albeit some warning:

So, it could be that the rockstor-pre service fails because the network service takes too long? At the same time, I can’t ssh into the system, because it apparently is not able to discover a “wired” network adapter in time (which in turn would give it an assigned IP. Without PuTTY, I only get a portion of the warning, so not sure that’s it.

1 Like

Very much so, yes.
When I was seeing that NetworkManager failure on my desktop, it was related to my bridge interface setup that was taking (somehow) a long time to be up… long enough for the NetworkManager wait-online service to time out (90 sec by default, if I remember correctly). In my case, that means the NetworkManager service does come online but due to the failed state during boot (timeout), all services depending on it (such as Rockstor’s) show a “Failed due to dependency” error.
At least that is/was my understanding.

2 Likes

Just wondering:
Left and right arrows are not helpful here to show you the full output?
Alternatively, would systemctl status -l network help?

Well, learned something again today :slight_smile:

yes, the lef/right arrows in the terminal window actually worked, and it confirmed my assumption that the “wired” ethernet adapter (which would also eventually get the IP address after restarting the network service) was not coming up fast enough for network manager.

2 Likes

I did another freshe install using the LEAP15.5 and 5.0.8-0 on a new Virtual Machine. Now, even during the install I am encountering the failure by network manager and then the subsequent fail of the rockstor-pre and rockstor service …

So, even before the first login, I can’t even get to the UI, unless I rerun the network and pre main service on systemctl … I will have to try again with the LEAP 15.4 installer to see whether this is now just a common problem using a VM …

EDIT: well, in order to avoid this, I guess I have to ensure that the only network adapter that’s visible to the VM is also one that it can connect to. I had 2, one of them not “connectable” because the WIFI is turned off, which then gives a warning and then also causes the “dependency” failure in the rockstor services. I am wondering whether it can be influenced how this is reported back to the rockstor-pre unit, so it doesn’t fail.

I am wondering how that works on “real” hardware where one e.g. has a dual ethernet card, but only one is connected to the network. If that scenario causes a failure that wouldn’t be good, because I assume, that quite a few server builds would have two network ports/cards (myself included for my real Rockstor server).

2 Likes

Hi! First post, first time using Rockstor.

I’m using a Raspberry Pi 4 but the situation is the same: installed 4.5.8-0 using Rockstor-Leap15.4-RaspberryPi4.aarch64-4.5.8-0.raw.xz file.

Everything seems fine until update to 5.0.8. Then, results in Rockstor not starting anymore.

Two systemctl commands to show some information:

rockstor:~ # systemctl status network
â—Ź NetworkManager.service - Network Manager
     Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; vendor preset: enabled)
    Drop-In: /usr/lib/systemd/system/NetworkManager.service.d
             └─NetworkManager-ovs.conf
     Active: active (running) since Tue 2023-02-07 09:00:22 -03; 1 year 1 month ago
       Docs: man:NetworkManager(8)
   Main PID: 1237 (NetworkManager)
      Tasks: 4
     CGroup: /system.slice/NetworkManager.service
             ├─ 1237 /usr/sbin/NetworkManager --no-daemon
             └─ 2582 /sbin/dhclient -d -q -sf /usr/lib/nm-dhcp-helper -pf /run/NetworkManager/dhclient-eth0.pid -lf /var/lib/Network>
Feb 07 09:00:26 rockstor NetworkManager[1237]: <info>  [1675771226.9739] dhcp4 (eth0): state changed unknown -> extended, address=10>
Feb 07 09:00:26 rockstor NetworkManager[1237]: <info>  [1675771226.9774] device (eth0): state change: ip-config -> ip-check (reason >
Feb 07 09:00:26 rockstor NetworkManager[1237]: <info>  [1675771226.9841] device (eth0): state change: ip-check -> secondaries (reaso>
Feb 07 09:00:26 rockstor NetworkManager[1237]: <info>  [1675771226.9851] device (eth0): state change: secondaries -> activated (reas>
Feb 07 09:00:26 rockstor NetworkManager[1237]: <info>  [1675771226.9867] manager: NetworkManager state is now CONNECTED_LOCAL
Feb 07 09:00:26 rockstor NetworkManager[1237]: <info>  [1675771226.9877] manager: NetworkManager state is now CONNECTED_SITE
Feb 07 09:00:26 rockstor NetworkManager[1237]: <info>  [1675771226.9880] policy: set 'Wired connection 1' (eth0) as default for IPv4>
Feb 07 09:00:27 rockstor NetworkManager[1237]: <info>  [1675771227.5769] device (eth0): Activation: successful, device activated.
Feb 07 09:00:27 rockstor NetworkManager[1237]: <info>  [1675771227.5792] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb 07 09:00:27 rockstor NetworkManager[1237]: <info>  [1675771227.5812] manager: startup complete
rockstor:~ #
rockstor:~ # systemctl status rockstor-pre
Ă— rockstor-pre.service - Tasks required prior to starting Rockstor
     Loaded: loaded (/usr/lib/systemd/system/rockstor-pre.service; disabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Tue 2023-02-07 09:00:28 -03; 1 year 1 month ago
    Process: 3014 ExecStartPre=/usr/bin/gpg --quick-generate-key --batch --passphrase  rockstor@localhost (code=exited, status=2)
    Process: 3057 ExecStartPre=/usr/bin/pass init rockstor@localhost (code=exited, status=0/SUCCESS)
    Process: 3384 ExecStartPre=/usr/bin/pass rename --force python-keyring/rockstor/SECRET_KEY python-keyring/rockstor/SECRET_KEY_FA>
    Process: 3514 ExecStartPre=/usr/bin/pass generate --no-symbols --force python-keyring/rockstor/SECRET_KEY 100 (code=exited, stat>
Feb 07 09:00:27 rockstor systemd[1]: Starting Tasks required prior to starting Rockstor...
Feb 07 09:00:28 rockstor systemd[1]: rockstor-pre.service: Control process exited, code=exited, status=1/FAILURE
Feb 07 09:00:28 rockstor systemd[1]: rockstor-pre.service: Failed with result 'exit-code'.
Feb 07 09:00:28 rockstor systemd[1]: Failed to start Tasks required prior to starting Rockstor.
rockstor:~ #

After manually issue systemctl start rockstor-pre and systemctl start rockstor I can access the UI again.

rockstor:~ # systemctl start rockstor-pre
rockstor:~ # systemctl start rockstor
rockstor:~ #
rockstor:~ # systemctl status rockstor-pre
â—Ź rockstor-pre.service - Tasks required prior to starting Rockstor
     Loaded: loaded (/usr/lib/systemd/system/rockstor-pre.service; disabled; vendor preset: disabled)
     Active: active (exited) since Fri 2024-04-05 14:05:25 -03; 1min 6s ago
    Process: 14088 ExecStart=/usr/local/bin/poetry run initrock (code=exited, status=0/SUCCESS)
   Main PID: 14088 (code=exited, status=0/SUCCESS)
      Tasks: 1
     CGroup: /system.slice/rockstor-pre.service
             └─ 14062 gpg-agent --homedir /root/.gnupg --use-standard-socket --daemon

Apr 05 14:04:24 rockstor su[14280]: (to postgres) root on none
Apr 05 14:04:24 rockstor su[14280]: pam_unix(su-l:session): session opened for user postgres by (uid=0)
Apr 05 14:04:24 rockstor su[14280]: pam_unix(su-l:session): session closed for user postgres
Apr 05 14:04:24 rockstor su[14319]: (to postgres) root on none
Apr 05 14:04:24 rockstor su[14319]: pam_unix(su-l:session): session opened for user postgres by (uid=0)
Apr 05 14:04:24 rockstor su[14319]: pam_unix(su-l:session): session closed for user postgres
Apr 05 14:04:24 rockstor su[14349]: (to postgres) root on none
Apr 05 14:04:24 rockstor su[14349]: pam_unix(su-l:session): session opened for user postgres by (uid=0)
Apr 05 14:04:25 rockstor su[14349]: pam_unix(su-l:session): session closed for user postgres
Apr 05 14:05:25 rockstor systemd[1]: Finished Tasks required prior to starting Rockstor.
rockstor:~ #
rockstor:~ # systemctl status rockstor
â—Ź rockstor.service - Rockstor startup script
     Loaded: loaded (/usr/lib/systemd/system/rockstor.service; disabled; vendor preset: disabled)
     Active: active (running) since Fri 2024-04-05 14:06:09 -03; 30s ago
   Main PID: 15313 (supervisord)
      Tasks: 8
     CGroup: /system.slice/rockstor.service
             ├─ 15313 /opt/rockstor/.venv/bin/python /opt/rockstor/.venv/bin/supervisord -c /opt/rockstor/etc/supervisord.conf
             ├─ 15316 /opt/rockstor/.venv/bin/python /opt/rockstor/.venv/bin/gunicorn --config ./conf/gunicorn.conf.py wsgi:applicat>
             ├─ 15317 /opt/rockstor/.venv/bin/python /opt/rockstor/.venv/bin/data-collector
             ├─ 15318 /opt/rockstor/.venv/bin/python /opt/rockstor/.venv/bin/django-admin run_huey --workers 2 --worker-type thread >
             └─ 15319 /opt/rockstor/.venv/bin/python /opt/rockstor/.venv/bin/gunicorn --config ./conf/gunicorn.conf.py wsgi:applicat>
Apr 05 14:06:09 rockstor systemd[1]: Started Rockstor startup script.
Apr 05 14:06:10 rockstor poetry[15313]: 2024-04-05 14:06:10,957 INFO Set uid to user 0 succeeded
Apr 05 14:06:10 rockstor poetry[15313]: 2024-04-05 14:06:10,973 INFO RPC interface 'supervisor' initialized
Apr 05 14:06:10 rockstor poetry[15313]: 2024-04-05 14:06:10,974 INFO supervisord started with pid 15313
Apr 05 14:06:11 rockstor poetry[15313]: 2024-04-05 14:06:11,982 INFO spawned: 'gunicorn' with pid 15316
Apr 05 14:06:11 rockstor poetry[15313]: 2024-04-05 14:06:11,990 INFO spawned: 'data-collector' with pid 15317
Apr 05 14:06:12 rockstor poetry[15313]: 2024-04-05 14:06:11,999 INFO spawned: 'ztask-daemon' with pid 15318
Apr 05 14:06:14 rockstor poetry[15313]: 2024-04-05 14:06:14,004 INFO success: data-collector entered RUNNING state, process has stay>
Apr 05 14:06:17 rockstor poetry[15313]: 2024-04-05 14:06:17,009 INFO success: gunicorn entered RUNNING state, process has stayed up >
Apr 05 14:06:22 rockstor poetry[15313]: 2024-04-05 14:06:22,016 INFO success: ztask-daemon entered RUNNING state, process has stayed>
rockstor:~ #

@peracchi welcome to the Rockstor community. What network interfaces does your Pi4 have? Obviously, at least one (your eth0, but any other ones). Trying to think whether the issue is the same as on a VM, if there are disconnected but visible network devices, making network manager take too long to skip them …

This helps?

rockstor:~ # ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether dc:a6:32:68:fd:5c brd ff:ff:ff:ff:ff:ff
    inet 10.111.111.11/24 brd 10.111.111.255 scope global dynamic noprefixroute eth0
       valid_lft 83207sec preferred_lft 83207sec
    inet6 fe80::4ded:1228:2f8:3a7c/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
    link/ether 32:97:e3:a7:57:82 brd ff:ff:ff:ff:ff:ff permaddr dc:a6:32:68:fd:60

If I follow my VM logic, then the unconnected wlan0 is causing the same symptom that I’ve been seeing. Now, from what I read, disabling the the wlan device to survive a reboot is quite painful.

But that could at least prove the point, and then @phillxnet or @Flox have some idea whether our dependency on network manager introduced in 5.0.6-0 is indeed the culprit … and how it could be addressed …

1 Like

Good thinking, @Hooverdan .

I’m on my phone so I’m having a harder time than usual to see these logs, but is there evidence of a NetworkManager timeout here?

@peracchi, I’m also puzzled by the difference in date between your first logs (Feb 07) and those you pasted after the manual services start (Apr 05). Do you still see the Rockstor service failure to start after (re)boot? If yes, it is systematic or just right after the Rockstor version update?

1 Like

Probably it’s because of Raspberry Pi 4 do not retain date/time between power on/off cycles. Date/time depends on NTP.

And Rockstor service failure is systematic after the Rockstor version update.

1 Like

Could you post what you have in journalctl (may be not all but the network manager relevant pieces) similar to what I did originally on the top? Or does it essentially look what I had posted?

Just redoing everything, twice, to be sure. Results are:

Steps without update:

(a) write "Rockstor-Leap15.4-RaspberryPi4.aarch64-4.5.8-0.raw.xz" to microSD card using Rufus
(b) first boot, initial configuration and first access through browser
(c) “No, Thanks” for “Would you like to update now?” and reboot through web UI

Result:
- Rockstor starting normally


Steps with update:

(a) write "Rockstor-Leap15.4-RaspberryPi4.aarch64-4.5.8-0.raw.xz" to microSD card using Rufus
(b) first boot, initial configuration and first access through browser
(c) “Update Now” for “Would you like to update now?” then “Activate” for “Testing Updates”
(d) “Activate” for “Are you sure?” on “Activate Testing updates”
(e) “Rockstor 5.0.8-0 update is available!” (changelog below)
(f) “Start Update”
(g) “Rockstor is being updated to the latest version in the selected update channel. Please wait…”
(h) clear browser cache, reload web UI and login again (everything seems fine)
(i) reboot through web UI

Result:
- Rockstor not starting

On console:

[FAILED] Failed to start Tasks required prior to starting Rockstor.
See 'systemctl status rockstor-pre.service' for details.
[DEPEND] Dependency failed for Rockstor startup script.
[DEPEND] Dependency failed for Rockstor bootstrapping tasks.

Bellow, full journalctl

forum do not accepted, will break in three or four posts
rockstor:~ # journalctl
Feb 07 09:00:00 localhost kernel: Booting Linux on physical CPU 0x0000000000 [0x410fd083]
Feb 07 09:00:00 localhost kernel: Linux version 5.14.21-150400.24.46-default (geeko@buildhost) (gcc (SUSE Linux) 7.5.0, GNU ld (GNU >
Feb 07 09:00:00 localhost kernel: random: fast init done
Feb 07 09:00:00 localhost kernel: Machine model: Raspberry Pi 4 Model B Rev 1.2
Feb 07 09:00:00 localhost kernel: efi: EFI v2.80 by Das U-Boot
Feb 07 09:00:00 localhost kernel: efi: RTPROP=0x3cb21040 SMBIOS=0x3cb1d000 RNG=0x26b6d040 MEMRESERVE=0x26b6c040
Feb 07 09:00:00 localhost kernel: efi: seeding entropy pool
Feb 07 09:00:00 localhost kernel: Reserved memory: created CMA memory pool at 0x000000002c000000, size 64 MiB
Feb 07 09:00:00 localhost kernel: OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
Feb 07 09:00:00 localhost kernel: NUMA: No NUMA configuration found
Feb 07 09:00:00 localhost kernel: NUMA: Faking a node at [mem 0x0000000000000000-0x00000000fbffffff]
Feb 07 09:00:00 localhost kernel: NUMA: NODE_DATA [mem 0xfb7e5400-0xfb7e9fff]
Feb 07 09:00:00 localhost kernel: Zone ranges:
Feb 07 09:00:00 localhost kernel:   DMA      [mem 0x0000000000000000-0x000000003fffffff]
Feb 07 09:00:00 localhost kernel:   DMA32    [mem 0x0000000040000000-0x00000000fbffffff]
Feb 07 09:00:00 localhost kernel:   Normal   empty
Feb 07 09:00:00 localhost kernel:   Device   empty
Feb 07 09:00:00 localhost kernel: Movable zone start for each node
Feb 07 09:00:00 localhost kernel: Early memory node ranges
Feb 07 09:00:00 localhost kernel:   node   0: [mem 0x0000000000000000-0x0000000000000fff]
Feb 07 09:00:00 localhost kernel:   node   0: [mem 0x0000000000001000-0x000000003cb1cfff]
Feb 07 09:00:00 localhost kernel:   node   0: [mem 0x000000003cb1d000-0x000000003cb1dfff]
Feb 07 09:00:00 localhost kernel:   node   0: [mem 0x000000003cb1e000-0x000000003cb20fff]
Feb 07 09:00:00 localhost kernel:   node   0: [mem 0x000000003cb21000-0x000000003cb23fff]
Feb 07 09:00:00 localhost kernel:   node   0: [mem 0x000000003cb24000-0x000000003cb24fff]
Feb 07 09:00:00 localhost kernel:   node   0: [mem 0x000000003cb25000-0x000000003cb28fff]
Feb 07 09:00:00 localhost kernel:   node   0: [mem 0x000000003cb29000-0x000000003df3ffff]
Feb 07 09:00:00 localhost kernel:   node   0: [mem 0x000000003df40000-0x000000003df4ffff]
Feb 07 09:00:00 localhost kernel:   node   0: [mem 0x000000003df50000-0x000000003dffffff]
Feb 07 09:00:00 localhost kernel:   node   0: [mem 0x000000003ef60000-0x000000003ef60fff]
Feb 07 09:00:00 localhost kernel:   node   0: [mem 0x0000000040000000-0x00000000fbffffff]
Feb 07 09:00:00 localhost kernel: Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
Feb 07 09:00:00 localhost kernel: percpu: Embedded 30 pages/cpu s83992 r8192 d30696 u122880
Feb 07 09:00:00 localhost kernel: pcpu-alloc: s83992 r8192 d30696 u122880 alloc=30*4096
Feb 07 09:00:00 localhost kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Feb 07 09:00:00 localhost kernel: Detected PIPT I-cache on CPU0
Feb 07 09:00:00 localhost kernel: CPU features: detected: Spectre-v2
Feb 07 09:00:00 localhost kernel: CPU features: detected: Spectre-v3a
Feb 07 09:00:00 localhost kernel: CPU features: detected: Spectre-v4
Feb 07 09:00:00 localhost kernel: CPU features: detected: Spectre-BHB
Feb 07 09:00:00 localhost kernel: CPU features: kernel page table isolation forced ON by KASLR
Feb 07 09:00:00 localhost kernel: CPU features: detected: Kernel page table isolation (KPTI)
Feb 07 09:00:00 localhost kernel: CPU features: detected: ARM erratum 1742098
Feb 07 09:00:00 localhost kernel: CPU features: detected: ARM errata 1165522, 1319367, or 1530923
Feb 07 09:00:00 localhost kernel: Fallback order for Node 0: 0
Feb 07 09:00:00 localhost kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1007873
Feb 07 09:00:00 localhost kernel: Policy zone: DMA32
Feb 07 09:00:00 localhost kernel: Kernel command line: BOOT_IMAGE=/boot/Image-5.14.21-150400.24.46-default root=UUID=1fe18548-6cee-4>
Feb 07 09:00:00 localhost kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/Image-5.14.21-150400.24.46-default", will>
Feb 07 09:00:00 localhost kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Feb 07 09:00:00 localhost kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Feb 07 09:00:00 localhost kernel: mem auto-init: stack:off, heap alloc:off, heap free:off
Feb 07 09:00:00 localhost kernel: software IO TLB: mapped [mem 0x0000000038b1d000-0x000000003cb1d000] (64MB)
Feb 07 09:00:00 localhost kernel: Memory: 905264K/4096004K available (14336K kernel code, 3334K rwdata, 11136K rodata, 6784K init, 1>
Feb 07 09:00:00 localhost kernel: random: get_random_u64 called from __kmem_cache_create+0x34/0x540 with crng_init=1
Feb 07 09:00:00 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Feb 07 09:00:00 localhost kernel: ftrace: allocating 44907 entries in 176 pages
Feb 07 09:00:00 localhost kernel: ftrace: allocated 176 pages with 3 groups
Feb 07 09:00:00 localhost kernel: trace event string verifier disabled
Feb 07 09:00:00 localhost kernel: Dynamic Preempt: none
Feb 07 09:00:00 localhost kernel: rcu: Preemptible hierarchical RCU implementation.
Feb 07 09:00:00 localhost kernel: rcu:         RCU event tracing is enabled.
Feb 07 09:00:00 localhost kernel: rcu:         RCU restricting CPUs from NR_CPUS=768 to nr_cpu_ids=4.
Feb 07 09:00:00 localhost kernel:         Trampoline variant of Tasks RCU enabled.
Feb 07 09:00:00 localhost kernel:         Rude variant of Tasks RCU enabled.
Feb 07 09:00:00 localhost kernel:         Tracing variant of Tasks RCU enabled.
Feb 07 09:00:00 localhost kernel: rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
Feb 07 09:00:00 localhost kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Feb 07 09:00:00 localhost kernel: NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
Feb 07 09:00:00 localhost kernel: Root IRQ handler: gic_handle_irq
Feb 07 09:00:00 localhost kernel: GIC: Using split EOI/Deactivate mode
Feb 07 09:00:00 localhost kernel: irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10)
Feb 07 09:00:00 localhost kernel: arch_timer: cp15 timer(s) running at 54.00MHz (phys).
Feb 07 09:00:00 localhost kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795>
Feb 07 09:00:00 localhost kernel: sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
Feb 07 09:00:00 localhost kernel: random: crng init done
Feb 07 09:00:00 localhost kernel: Console: colour dummy device 80x25
Feb 07 09:00:00 localhost kernel: printk: console [tty0] enabled
Feb 07 09:00:00 localhost kernel: serial port 0 not yet initialized
Feb 07 09:00:00 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=54>
Feb 07 09:00:00 localhost kernel: pid_max: default: 32768 minimum: 301
Feb 07 09:00:00 localhost kernel: LSM: Security Framework initializing
Feb 07 09:00:00 localhost kernel: AppArmor: AppArmor initialized
Feb 07 09:00:00 localhost kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Feb 07 09:00:00 localhost kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Feb 07 09:00:00 localhost kernel: rcu: Hierarchical SRCU implementation.
Feb 07 09:00:00 localhost kernel: Remapping and enabling EFI services.
Feb 07 09:00:00 localhost kernel: smp: Bringing up secondary CPUs ...
Feb 07 09:00:00 localhost kernel: Detected PIPT I-cache on CPU1
Feb 07 09:00:00 localhost kernel: CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
Feb 07 09:00:00 localhost kernel: Detected PIPT I-cache on CPU2
Feb 07 09:00:00 localhost kernel: CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
Feb 07 09:00:00 localhost kernel: Detected PIPT I-cache on CPU3
Feb 07 09:00:00 localhost kernel: CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
Feb 07 09:00:00 localhost kernel: smp: Brought up 1 node, 4 CPUs
Feb 07 09:00:00 localhost kernel: SMP: Total of 4 processors activated.
Feb 07 09:00:00 localhost kernel: CPU features: detected: 32-bit EL0 Support
Feb 07 09:00:00 localhost kernel: CPU features: detected: 32-bit EL1 Support
Feb 07 09:00:00 localhost kernel: CPU features: detected: CRC32 instructions
Feb 07 09:00:00 localhost kernel: CPU: All CPU(s) started at EL2
Feb 07 09:00:00 localhost kernel: alternatives: patching kernel code
Feb 07 09:00:00 localhost kernel: node 0 deferred pages initialised in 50ms
Feb 07 09:00:00 localhost kernel: devtmpfs: initialized
Feb 07 09:00:00 localhost kernel: Registered cp15_barrier emulation handler
Feb 07 09:00:00 localhost kernel: Registered setend emulation handler
Feb 07 09:00:00 localhost kernel: KASLR enabled
Feb 07 09:00:00 localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Feb 07 09:00:00 localhost kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Feb 07 09:00:00 localhost kernel: pinctrl core: initialized pinctrl subsystem
Feb 07 09:00:00 localhost kernel: SMBIOS 3.0 present.
Feb 07 09:00:00 localhost kernel: DMI: raspberrypi rpi/rpi, BIOS 2021.10 10/01/2021
Feb 07 09:00:00 localhost kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Feb 07 09:00:00 localhost kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Feb 07 09:00:00 localhost kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb 07 09:00:00 localhost kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb 07 09:00:00 localhost kernel: audit: initializing netlink subsys (disabled)
Feb 07 09:00:00 localhost kernel: audit: type=2000 audit(0.070:1): state=initialized audit_enabled=0 res=1
Feb 07 09:00:00 localhost kernel: thermal_sys: Registered thermal governor 'fair_share'
Feb 07 09:00:00 localhost kernel: thermal_sys: Registered thermal governor 'bang_bang'
Feb 07 09:00:00 localhost kernel: thermal_sys: Registered thermal governor 'step_wise'
Feb 07 09:00:00 localhost kernel: thermal_sys: Registered thermal governor 'user_space'
Feb 07 09:00:00 localhost kernel: cpuidle: using governor ladder
Feb 07 09:00:00 localhost kernel: cpuidle: using governor menu
Feb 07 09:00:00 localhost kernel: hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
Feb 07 09:00:00 localhost kernel: ASID allocator initialised with 32768 entries
Feb 07 09:00:00 localhost kernel: Serial: AMBA PL011 UART driver
Feb 07 09:00:00 localhost kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Feb 07 09:00:00 localhost kernel: HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
Feb 07 09:00:00 localhost kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Feb 07 09:00:00 localhost kernel: HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
Feb 07 09:00:00 localhost kernel: ACPI: Interpreter disabled.
Feb 07 09:00:00 localhost kernel: iommu: Default domain type: Passthrough
Feb 07 09:00:00 localhost kernel: vgaarb: loaded
Feb 07 09:00:00 localhost kernel: pps_core: LinuxPPS API ver. 1 registered
Feb 07 09:00:00 localhost kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Feb 07 09:00:00 localhost kernel: PTP clock support registered
Feb 07 09:00:00 localhost kernel: EDAC MC: Ver: 3.0.0
Feb 07 09:00:00 localhost kernel: Registered efivars operations
Feb 07 09:00:00 localhost kernel: ima: secureboot mode disabled
Feb 07 09:00:00 localhost kernel: NetLabel: Initializing
Feb 07 09:00:00 localhost kernel: NetLabel:  domain hash size = 128
Feb 07 09:00:00 localhost kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Feb 07 09:00:00 localhost kernel: NetLabel:  unlabeled traffic allowed by default
Feb 07 09:00:00 localhost kernel: clocksource: Switched to clocksource arch_sys_counter
Feb 07 09:00:00 localhost kernel: VFS: Disk quotas dquot_6.6.0
Feb 07 09:00:00 localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 07 09:00:00 localhost kernel: AppArmor: AppArmor Filesystem Enabled
Feb 07 09:00:00 localhost kernel: pnp: PnP ACPI: disabled
Feb 07 09:00:00 localhost kernel: NET: Registered PF_INET protocol family
Feb 07 09:00:00 localhost kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Feb 07 09:00:00 localhost kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Feb 07 09:00:00 localhost kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Feb 07 09:00:00 localhost kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Feb 07 09:00:00 localhost kernel: TCP: Hash tables configured (established 32768 bind 32768)
Feb 07 09:00:00 localhost kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Feb 07 09:00:00 localhost kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Feb 07 09:00:00 localhost kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Feb 07 09:00:00 localhost kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Feb 07 09:00:00 localhost kernel: NET: Registered PF_XDP protocol family
Feb 07 09:00:00 localhost kernel: PCI: CLS 0 bytes, default 64
Feb 07 09:00:00 localhost kernel: Trying to unpack rootfs image as initramfs...
Feb 07 09:00:00 localhost kernel: hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
Feb 07 09:00:00 localhost kernel: kvm [1]: IPA Size Limit: 44 bits
Feb 07 09:00:00 localhost kernel: kvm [1]: vgic interrupt IRQ9
Feb 07 09:00:00 localhost kernel: kvm [1]: Hyp mode initialized successfully
Feb 07 09:00:00 localhost kernel: Initialise system trusted keyrings
Feb 07 09:00:00 localhost kernel: Key type blacklist registered
Feb 07 09:00:00 localhost kernel: workingset: timestamp_bits=40 max_order=20 bucket_order=0
Feb 07 09:00:00 localhost kernel: zbud: loaded
Feb 07 09:00:00 localhost kernel: integrity: Platform Keyring initialized
Feb 07 09:00:00 localhost kernel: Freeing initrd memory: 72644K
Feb 07 09:00:00 localhost kernel: Key type asymmetric registered
Feb 07 09:00:00 localhost kernel: Asymmetric key parser 'x509' registered
Feb 07 09:00:00 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Feb 07 09:00:00 localhost kernel: io scheduler mq-deadline registered
Feb 07 09:00:00 localhost kernel: io scheduler kyber registered
Feb 07 09:00:00 localhost kernel: io scheduler bfq registered
Feb 07 09:00:00 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 07 09:00:00 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Feb 07 09:00:00 localhost kernel: bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
Feb 07 09:00:00 localhost kernel: printk: console [ttyS0] disabled
Feb 07 09:00:00 localhost kernel: fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 24, base_baud = 62499999) is a 16550
Feb 07 09:00:00 localhost kernel: printk: console [ttyS0] enabled
Feb 07 09:00:00 localhost kernel: Serial: AMBA driver
Feb 07 09:00:00 localhost kernel: msm_serial: driver initialized
Feb 07 09:00:00 localhost kernel: cacheinfo: Unable to detect cache hierarchy for CPU 0
Feb 07 09:00:00 localhost kernel: bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
Feb 07 09:00:00 localhost kernel: libphy: Fixed MDIO Bus: probed
Feb 07 09:00:00 localhost kernel: mousedev: PS/2 mouse device common for all mice
Feb 07 09:00:00 localhost kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 07 09:00:00 localhost kernel: efifb: probing for efifb
Feb 07 09:00:00 localhost kernel: efifb: framebuffer at 0x3e3cf000, using 8100k, total 8100k
Feb 07 09:00:00 localhost kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Feb 07 09:00:00 localhost kernel: efifb: scrolling: redraw
Feb 07 09:00:00 localhost kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Feb 07 09:00:00 localhost kernel: Console: switching to colour frame buffer device 240x67
Feb 07 09:00:00 localhost kernel: fb0: EFI VGA frame buffer device
Feb 07 09:00:00 localhost kernel: hid: raw HID events driver (C) Jiri Kosina
Feb 07 09:00:00 localhost kernel: bcm2835-mbox fe00b880.mailbox: mailbox enabled
Feb 07 09:00:00 localhost kernel: drop_monitor: Initializing network drop monitor service
Feb 07 09:00:00 localhost kernel: NET: Registered PF_INET6 protocol family
Feb 07 09:00:00 localhost kernel: Segment Routing with IPv6
Feb 07 09:00:00 localhost kernel: RPL Segment Routing with IPv6
Feb 07 09:00:00 localhost kernel: registered taskstats version 1
Feb 07 09:00:00 localhost kernel: Loading compiled-in X.509 certificates
Feb 07 09:00:00 localhost kernel: Loaded X.509 cert 'SUSE Linux Enterprise Secure Boot Signkey: 0ac62b1f3f534271132586e29d3b1041591c>
Feb 07 09:00:00 localhost kernel: zswap: loaded using pool lzo/zbud
Feb 07 09:00:00 localhost kernel: page_owner is disabled
Feb 07 09:00:00 localhost kernel: Key type ._fscrypt registered
Feb 07 09:00:00 localhost kernel: Key type .fscrypt registered
Feb 07 09:00:00 localhost kernel: Key type fscrypt-provisioning registered
Feb 07 09:00:00 localhost kernel: cryptd: max_cpu_qlen set to 1000
Feb 07 09:00:00 localhost kernel: Key type encrypted registered
Feb 07 09:00:00 localhost kernel: AppArmor: AppArmor sha1 policy hashing enabled
Feb 07 09:00:00 localhost kernel: ima: No TPM chip found, activating TPM-bypass!
Feb 07 09:00:00 localhost kernel: Loading compiled-in module X.509 certificates
Feb 07 09:00:00 localhost kernel: Loaded X.509 cert 'SUSE Linux Enterprise Secure Boot Signkey: 0ac62b1f3f534271132586e29d3b1041591c>
Feb 07 09:00:00 localhost kernel: ima: Allocated hash algorithm: sha256
Feb 07 09:00:00 localhost kernel: ima: No architecture policies found
Feb 07 09:00:00 localhost kernel: evm: Initialising EVM extended attributes:
Feb 07 09:00:00 localhost kernel: evm: security.selinux
Feb 07 09:00:00 localhost kernel: evm: security.SMACK64 (disabled)
Feb 07 09:00:00 localhost kernel: evm: security.SMACK64EXEC (disabled)
Feb 07 09:00:00 localhost kernel: evm: security.SMACK64TRANSMUTE (disabled)
Feb 07 09:00:00 localhost kernel: evm: security.SMACK64MMAP (disabled)
Feb 07 09:00:00 localhost kernel: evm: security.apparmor
Feb 07 09:00:00 localhost kernel: evm: security.ima
Feb 07 09:00:00 localhost kernel: evm: security.capability
Feb 07 09:00:00 localhost kernel: evm: HMAC attrs: 0x1
Feb 07 09:00:00 localhost kernel: uart-pl011 fe201000.serial: there is not valid maps for state default
Feb 07 09:00:00 localhost kernel: fe201000.serial: ttyAMA1 at MMIO 0xfe201000 (irq = 23, base_baud = 0) is a PL011 rev2
Feb 07 09:00:00 localhost kernel: serial serial0: tty port ttyAMA1 registered
Feb 07 09:00:00 localhost kernel: raspberrypi-firmware soc:firmware: Attached to firmware from 2021-09-30T19:21:03
Feb 07 09:00:00 localhost kernel: Freeing unused kernel memory: 6784K
Feb 07 09:00:00 localhost kernel: Run /init as init process
Feb 07 09:00:00 localhost kernel:   with arguments:
Feb 07 09:00:00 localhost kernel:     /init
Feb 07 09:00:00 localhost kernel:   with environment:
Feb 07 09:00:00 localhost kernel:     HOME=/
Feb 07 09:00:00 localhost kernel:     TERM=linux
Feb 07 09:00:00 localhost kernel:     BOOT_IMAGE=/boot/Image-5.14.21-150400.24.46-default
Feb 07 09:00:00 localhost systemd[1]: System time before build time, advancing clock.
Feb 07 09:00:00 localhost systemd[1]: systemd 249.15+suse.169.g1197409151 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR -IM>
Feb 07 09:00:00 localhost systemd[1]: Detected architecture arm64.
Feb 07 09:00:00 localhost systemd[1]: Running in initial RAM disk.
Feb 07 09:00:00 localhost systemd[1]: No hostname configured, using default hostname.
Feb 07 09:00:00 localhost systemd[1]: Hostname set to <localhost>.
Feb 07 09:00:00 localhost systemd[1]: Initializing machine ID from random generator.
Feb 07 09:00:00 localhost systemd[1]: Queued start job for default target Initrd Default Target.
Feb 07 09:00:00 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 07 09:00:00 localhost systemd[1]: Reached target Local Encrypted Volumes.
Feb 07 09:00:00 localhost systemd[1]: Reached target Initrd /usr File System.
Feb 07 09:00:00 localhost systemd[1]: Reached target Local File Systems.
Feb 07 09:00:00 localhost systemd[1]: Reached target Path Units.
Feb 07 09:00:00 localhost systemd[1]: Reached target Slice Units.
Feb 07 09:00:00 localhost systemd[1]: Reached target Swaps.
Feb 07 09:00:00 localhost systemd[1]: Reached target Timer Units.
Feb 07 09:00:00 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.
Feb 07 09:00:00 localhost systemd[1]: Listening on Open-iSCSI iscsid Socket.
Feb 07 09:00:00 localhost systemd[1]: Listening on Journal Socket (/dev/log).
Feb 07 09:00:00 localhost systemd[1]: Listening on Journal Socket.
Feb 07 09:00:00 localhost systemd[1]: Listening on udev Control Socket.
Feb 07 09:00:00 localhost systemd[1]: Listening on udev Kernel Socket.
Feb 07 09:00:00 localhost systemd[1]: Reached target Socket Units.
Feb 07 09:00:00 localhost systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
Feb 07 09:00:00 localhost systemd[1]: Starting Create List of Static Device Nodes...
Feb 07 09:00:00 localhost systemd[1]: Starting Journal Service...
Feb 07 09:00:00 localhost systemd[1]: Starting Load Kernel Modules...
Feb 07 09:00:00 localhost systemd[1]: Starting Setup Virtual Console...
Feb 07 09:00:00 localhost systemd[1]: Finished Create List of Static Device Nodes.
Feb 07 09:00:00 localhost systemd[1]: Starting Create Static Device Nodes in /dev...
Feb 07 09:00:00 localhost kernel: SCSI subsystem initialized
Feb 07 09:00:00 localhost systemd-journald[219]: Journal started
Feb 07 09:00:00 localhost systemd-journald[219]: Runtime Journal (/run/log/journal/99424e9f19ed4c3f82506bef2ed0cbd9) is 8.0M, max 76>
Feb 07 09:00:00 localhost systemd-modules-load[220]: Inserted module 'sg'
Feb 07 09:00:00 localhost systemd[1]: Started Journal Service.
Feb 07 09:00:00 localhost haveged[216]: haveged: command socket is listening at fd 3
Feb 07 09:00:01 localhost systemd[1]: Finished Load Kernel Modules.
Feb 07 09:00:01 localhost systemd[1]: Finished Create Static Device Nodes in /dev.
Feb 07 09:00:01 localhost systemd[1]: Starting Apply Kernel Variables...
Feb 07 09:00:01 localhost systemd[1]: Starting Create Volatile Files and Directories...
Feb 07 09:00:01 localhost systemd[1]: Finished Apply Kernel Variables.
Feb 07 09:00:01 localhost systemd[1]: Finished Create Volatile Files and Directories.
Feb 07 09:00:01 localhost systemd[1]: Finished Setup Virtual Console.
Feb 07 09:00:01 localhost systemd[1]: Starting dracut ask for additional cmdline parameters...
Feb 07 09:00:01 localhost systemd[1]: Finished dracut ask for additional cmdline parameters.
Feb 07 09:00:01 localhost systemd[1]: Starting dracut cmdline hook...
Feb 07 09:00:01 localhost dracut-cmdline[239]: dracut-15.4 dracut-055+suse.331.g05b9ccb7-150400.3.16.1
Feb 07 09:00:01 localhost dracut-cmdline[239]: Using kernel command line parameters:  rd.driver.pre=btrfs   BOOT_IMAGE=/boot/Image-5>
Feb 07 09:00:02 localhost kernel: Loading iSCSI transport class v2.0-870.
Feb 07 09:00:02 localhost kernel: iscsi: registered transport (tcp)
Feb 07 09:00:02 localhost kernel: iscsi: registered transport (qla4xxx)
Feb 07 09:00:02 localhost kernel: QLogic iSCSI HBA Driver
Feb 07 09:00:02 localhost kernel: libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015)
Feb 07 09:00:02 localhost kernel: Chelsio T3 iSCSI Driver cxgb3i v2.0.1-ko (Apr. 2015)
Feb 07 09:00:02 localhost kernel: iscsi: registered transport (cxgb3i)
Feb 07 09:00:02 localhost kernel: Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015)
Feb 07 09:00:02 localhost kernel: iscsi: registered transport (cxgb4i)
Feb 07 09:00:02 localhost kernel: cxgb4i:cxgb4i_init_module: cxgb4i dcb enabled.
Feb 07 09:00:02 localhost kernel: cnic: QLogic cnicDriver v2.5.22 (July 20, 2015)
Feb 07 09:00:02 localhost kernel: QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014)
Feb 07 09:00:02 localhost kernel: iscsi: registered transport (bnx2i)
Feb 07 09:00:02 localhost kernel: iscsi: registered transport (be2iscsi)
Feb 07 09:00:02 localhost kernel: In beiscsi_module_init, tt=000000009a087c1c
Feb 07 09:00:03 localhost systemd[1]: Finished dracut cmdline hook.
Feb 07 09:00:03 localhost systemd[1]: Starting dracut pre-udev hook...
Feb 07 09:00:03 localhost kernel: device-mapper: uevent: version 1.0.3
Feb 07 09:00:03 localhost kernel: device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
Feb 07 09:00:03 localhost kernel: RPC: Registered named UNIX socket transport module.
Feb 07 09:00:03 localhost kernel: RPC: Registered udp transport module.
Feb 07 09:00:03 localhost kernel: RPC: Registered tcp transport module.
Feb 07 09:00:03 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Feb 07 09:00:03 localhost dracut-pre-udev[429]: sh: /sbin/sysctl: No such file or directory
Feb 07 09:00:03 localhost dracut-pre-udev[428]: modprobe: ERROR: Error running install command '/sbin/modprobe --ignore-install sunr>
Feb 07 09:00:03 localhost dracut-pre-udev[428]: modprobe: ERROR: could not insert 'sunrpc': Invalid argument
Feb 07 09:00:03 localhost rpc.statd[445]: Version 2.1.1 starting
Feb 07 09:00:03 localhost rpc.statd[445]: Initializing NSM state
Feb 07 09:00:03 localhost rpc.statd[445]: Running as root.  chown /var/lib/nfs to choose different user
Feb 07 09:00:04 localhost kernel: raid6: neonx8   gen()  1825 MB/s
Feb 07 09:00:04 localhost kernel: raid6: neonx8   xor()  1243 MB/s
Feb 07 09:00:04 localhost kernel: raid6: neonx4   gen()  1829 MB/s
Feb 07 09:00:04 localhost kernel: raid6: neonx4   xor()  1309 MB/s
Feb 07 09:00:04 localhost kernel: raid6: neonx2   gen()  1569 MB/s
Feb 07 09:00:05 localhost kernel: raid6: neonx2   xor()  1207 MB/s
Feb 07 09:00:05 localhost kernel: raid6: neonx1   gen()  1174 MB/s
Feb 07 09:00:05 localhost kernel: raid6: neonx1   xor()   943 MB/s
Feb 07 09:00:05 localhost kernel: raid6: int64x8  gen()   908 MB/s
Feb 07 09:00:05 localhost kernel: raid6: int64x8  xor()   528 MB/s
Feb 07 09:00:05 localhost kernel: raid6: int64x4  gen()  1087 MB/s
Feb 07 09:00:06 localhost kernel: raid6: int64x4  xor()   588 MB/s
Feb 07 09:00:06 localhost kernel: raid6: int64x2  gen()   962 MB/s
Feb 07 09:00:06 localhost kernel: raid6: int64x2  xor()   523 MB/s
Feb 07 09:00:06 localhost kernel: raid6: int64x1  gen()   733 MB/s
Feb 07 09:00:06 localhost kernel: raid6: int64x1  xor()   389 MB/s
Feb 07 09:00:06 localhost kernel: raid6: using algorithm neonx4 gen() 1829 MB/s
Feb 07 09:00:06 localhost kernel: raid6: .... xor() 1309 MB/s, rmw enabled
Feb 07 09:00:06 localhost kernel: raid6: using neon recovery algorithm
Feb 07 09:00:06 localhost kernel: xor: measuring software checksum speed
Feb 07 09:00:06 localhost kernel:    8regs           :  2704 MB/sec
Feb 07 09:00:06 localhost kernel:    32regs          :  3056 MB/sec
Feb 07 09:00:06 localhost kernel:    arm64_neon      :  2742 MB/sec
Feb 07 09:00:06 localhost kernel: xor: using function: 32regs (3056 MB/sec)
Feb 07 09:00:07 localhost kernel: Btrfs loaded, crc32c=crc32c-generic, assert=on, zoned=yes
Feb 07 09:00:07 localhost systemd[1]: Finished dracut pre-udev hook.
Feb 07 09:00:07 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files...
Feb 07 09:00:07 localhost systemd-udevd[477]: Network interface NamePolicy= disabled by default.
Feb 07 09:00:07 localhost systemd[1]: Started Rule-based Manager for Device Events and Files.
Feb 07 09:00:07 localhost systemd[1]: Starting dracut pre-trigger hook...
Feb 07 09:00:07 localhost dracut-pre-trigger[482]: rd.md=0: removing MD RAID activation
Feb 07 09:00:07 localhost systemd[1]: Finished dracut pre-trigger hook.
Feb 07 09:00:07 localhost systemd[1]: Starting Coldplug All udev Devices...
Feb 07 09:00:08 localhost systemd-udevd[477]: Network interface NamePolicy= disabled by default.
Feb 07 09:00:08 localhost systemd[1]: Created slice Slice /system/modprobe.
Feb 07 09:00:08 localhost systemd[1]: Starting Load Kernel Module configfs...
Feb 07 09:00:08 localhost systemd[1]: Finished Coldplug All udev Devices.
Feb 07 09:00:08 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.
Feb 07 09:00:08 localhost systemd[1]: Finished Load Kernel Module configfs.
Feb 07 09:00:08 localhost kernel: usb_phy_generic phy: supply vcc not found, using dummy regulator
Feb 07 09:00:08 localhost kernel: usb_phy_generic phy: dummy supplies not allowed for exclusive requests
Feb 07 09:00:08 localhost kernel: brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
Feb 07 09:00:08 localhost kernel: brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
Feb 07 09:00:08 localhost kernel: brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
Feb 07 09:00:08 localhost kernel: brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
Feb 07 09:00:08 localhost kernel: bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
Feb 07 09:00:08 localhost kernel: brcmstb-i2c fef04500.i2c:  @97500hz registered in polling mode
Feb 07 09:00:08 localhost kernel: brcmstb-i2c fef09500.i2c:  @97500hz registered in polling mode
Feb 07 09:00:08 localhost kernel: libphy: bcmgenet MII bus: probed
Feb 07 09:00:08 localhost systemd[1]: Mounting Kernel Configuration File System...
Feb 07 09:00:08 localhost kernel: brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
Feb 07 09:00:08 localhost kernel: bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
Feb 07 09:00:08 localhost kernel: brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
Feb 07 09:00:08 localhost kernel: sdhci: Secure Digital Host Controller Interface driver
Feb 07 09:00:08 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Feb 07 09:00:08 localhost kernel: sdhci: Copyright(c) Pierre Ossman
Feb 07 09:00:08 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffff>
Feb 07 09:00:08 localhost kernel: pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
Feb 07 09:00:08 localhost kernel: pci 0000:00:00.0: PME# supported from D0 D3hot
Feb 07 09:00:08 localhost kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Feb 07 09:00:08 localhost kernel: pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
Feb 07 09:00:08 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Feb 07 09:00:08 localhost kernel: pci 0000:01:00.0: PME# supported from D0 D3cold
Feb 07 09:00:08 localhost kernel: pci 0000:00:00.0: BAR 14: assigned [mem 0x600000000-0x6000fffff]
Feb 07 09:00:08 localhost kernel: pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
Feb 07 09:00:08 localhost kernel: pci 0000:00:00.0: PCI bridge to [bus 01]
Feb 07 09:00:08 localhost kernel: pci 0000:00:00.0:   bridge window [mem 0x600000000-0x6000fffff]
Feb 07 09:00:08 localhost kernel: pcieport 0000:00:00.0: enabling device (0000 -> 0002)
Feb 07 09:00:08 localhost kernel: unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
Feb 07 09:00:08 localhost kernel: pcieport 0000:00:00.0: PME: Signaling with IRQ 65

Feb 07 09:00:08 localhost kernel: mmc1: SDHCI controller on fe300000.mmcnr [fe300000.mmcnr] using PIO
Feb 07 09:00:08 localhost kernel: mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
Feb 07 09:00:08 localhost kernel: pcieport 0000:00:00.0: AER: enabled with IRQ 65
Feb 07 09:00:08 localhost kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Feb 07 09:00:08 localhost systemd[1]: Condition check resulted in nm-initrd.service being skipped.
Feb 07 09:00:08 localhost systemd[1]: Reached target Network.
Feb 07 09:00:08 localhost kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Feb 07 09:00:08 localhost systemd-udevd[557]: Using default interface naming scheme 'sle15-sp4'.
Feb 07 09:00:08 localhost kernel: mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
Feb 07 09:00:08 localhost kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
Feb 07 09:00:08 localhost systemd[1]: Condition check resulted in nm-wait-online-initrd.service being skipped.
Feb 07 09:00:08 localhost systemd[1]: Starting dracut initqueue hook...
Feb 07 09:00:09 localhost systemd[1]: Mounted Kernel Configuration File System.
Feb 07 09:00:09 localhost systemd[1]: Reached target System Initialization.
Feb 07 09:00:09 localhost systemd[1]: Reached target Basic System.
Feb 07 09:00:09 localhost kernel: usbcore: registered new interface driver usbfs
Feb 07 09:00:09 localhost kernel: usbcore: registered new interface driver hub
Feb 07 09:00:09 localhost kernel: usbcore: registered new device driver usb
Feb 07 09:00:09 localhost kernel: mmc1: new high speed SDIO card at address 0001
Feb 07 09:00:09 localhost kernel: mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
Feb 07 09:00:09 localhost kernel: xhci_hcd 0000:01:00.0: VL805 firmware version 000138c0
Feb 07 09:00:09 localhost kernel: xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002)
Feb 07 09:00:09 localhost kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Feb 07 09:00:09 localhost kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Feb 07 09:00:09 localhost kernel: xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890
Feb 07 09:00:09 localhost kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Feb 07 09:00:09 localhost kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Feb 07 09:00:09 localhost kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
Feb 07 09:00:09 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.14
Feb 07 09:00:09 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 07 09:00:09 localhost kernel: usb usb1: Product: xHCI Host Controller
Feb 07 09:00:09 localhost kernel: usb usb1: Manufacturer: Linux 5.14.21-150400.24.46-default xhci-hcd
Feb 07 09:00:09 localhost kernel: usb usb1: SerialNumber: 0000:01:00.0
Feb 07 09:00:09 localhost kernel: hub 1-0:1.0: USB hub found
Feb 07 09:00:09 localhost kernel: mmc0: new ultra high speed DDR50 SDXC card at address aaaa
Feb 07 09:00:09 localhost kernel: hub 1-0:1.0: 1 port detected
Feb 07 09:00:09 localhost kernel: mmcblk0: mmc0:aaaa SN64G 59.5 GiB
Feb 07 09:00:09 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.14
Feb 07 09:00:09 localhost kernel:  mmcblk0: p1 p2 p3
Feb 07 09:00:09 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 07 09:00:09 localhost kernel: usb usb2: Product: xHCI Host Controller
Feb 07 09:00:09 localhost kernel: usb usb2: Manufacturer: Linux 5.14.21-150400.24.46-default xhci-hcd
Feb 07 09:00:09 localhost kernel: usb usb2: SerialNumber: 0000:01:00.0
Feb 07 09:00:09 localhost kernel: hub 2-0:1.0: USB hub found
Feb 07 09:00:09 localhost kernel: hub 2-0:1.0: 4 ports detected
Feb 07 09:00:09 localhost kernel: BTRFS: device label ROOT devid 1 transid 95 /dev/mmcblk0p3 scanned by systemd-udevd (576)
Feb 07 09:00:09 localhost systemd[1]: Found device /dev/disk/by-uuid/1fe18548-6cee-4f4b-bb76-02a36a09b386.
Feb 07 09:00:09 localhost systemd[1]: Reached target Initrd Root Device.
Feb 07 09:00:09 localhost systemd[1]: Finished dracut initqueue hook.
Feb 07 09:00:09 localhost systemd[1]: Reached target Preparation for Remote File Systems.
Feb 07 09:00:09 localhost systemd[1]: Reached target Remote Encrypted Volumes.
Feb 07 09:00:09 localhost systemd[1]: Reached target Remote File Systems.
Feb 07 09:00:09 localhost systemd[1]: Starting dracut pre-mount hook...
Feb 07 09:00:09 localhost kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Feb 07 09:00:09 localhost dracut-pre-mount[615]: disable systemd-fsck-root.service
Feb 07 09:00:09 localhost dracut-pre-mount[625]: Created symlink /etc/systemd/system/systemd-fsck-root.service → /dev/null.
Feb 07 09:00:09 localhost systemd[1]: Reloading.
Feb 07 09:00:09 localhost kernel: usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
Feb 07 09:00:09 localhost kernel: usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Feb 07 09:00:09 localhost kernel: usb 1-1: Product: USB2.0 Hub
Feb 07 09:00:09 localhost kernel: hub 1-1:1.0: USB hub found
Feb 07 09:00:09 localhost kernel: hub 1-1:1.0: 4 ports detected
Feb 07 09:00:10 localhost kernel: usb 1-1.4: new low-speed USB device number 3 using xhci_hcd
Feb 07 09:00:10 localhost kernel: usb 1-1.4: New USB device found, idVendor=c0f4, idProduct=04d0, bcdDevice= 1.10
Feb 07 09:00:10 localhost kernel: usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 07 09:00:10 localhost kernel: usb 1-1.4: Product: Usb KeyBoard
Feb 07 09:00:10 localhost kernel: usb 1-1.4: Manufacturer: Usb KeyBoard
Feb 07 09:00:10 localhost kernel: usbcore: registered new interface driver usbhid
Feb 07 09:00:10 localhost kernel: usbhid: USB HID core driver
Feb 07 09:00:10 localhost kernel: input: Usb KeyBoard Usb KeyBoard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/00>
Feb 07 09:00:10 localhost kernel: hid-generic 0003:C0F4:04D0.0001: input,hidraw0: USB HID v1.10 Keyboard [Usb KeyBoard Usb KeyBoard]>
Feb 07 09:00:10 localhost kernel: input: Usb KeyBoard Usb KeyBoard Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:0>
Feb 07 09:00:10 localhost kernel: input: Usb KeyBoard Usb KeyBoard System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/>
Feb 07 09:00:10 localhost kernel: hid-generic 0003:C0F4:04D0.0002: input,hidraw1: USB HID v1.10 Device [Usb KeyBoard Usb KeyBoard] o>
Feb 07 09:00:11 localhost dracut-pre-mount[615]: System resize is active on every reboot
Feb 07 09:00:12 localhost dracut-pre-mount[615]: Activating resize operation
Feb 07 09:00:13 localhost dracut-pre-mount[615]: enabling systemd-fsck-root.service
Feb 07 09:00:13 localhost dracut-pre-mount[966]: Removed /etc/systemd/system/systemd-fsck-root.service.
Feb 07 09:00:13 localhost systemd[1]: Reloading.
Feb 07 09:00:13 localhost systemd[1]: Finished dracut pre-mount hook.
Feb 07 09:00:13 localhost systemd[1]: Starting File System Check on /dev/disk/by-uuid/1fe18548-6cee-4f4b-bb76-02a36a09b386...
Feb 07 09:00:13 localhost systemd[1]: Finished File System Check on /dev/disk/by-uuid/1fe18548-6cee-4f4b-bb76-02a36a09b386.
Feb 07 09:00:13 localhost systemd[1]: Mounting /sysroot...
Feb 07 09:00:14 localhost kernel: BTRFS info (device mmcblk0p3): disk space caching is enabled
Feb 07 09:00:14 localhost kernel: BTRFS info (device mmcblk0p3): has skinny extents
Feb 07 09:00:14 localhost kernel: BTRFS info (device mmcblk0p3): enabling ssd optimizations
Feb 07 09:00:14 localhost systemd[1]: Mounted /sysroot.
Feb 07 09:00:14 localhost systemd[1]: Reached target Initrd Root File System.
Feb 07 09:00:14 localhost systemd[1]: Starting Reload Configuration from the Real Root...
Feb 07 09:00:14 localhost systemd[1]: Reloading.
Feb 07 09:00:14 localhost systemd[1]: initrd-parse-etc.service: Deactivated successfully.
Feb 07 09:00:14 localhost systemd[1]: Finished Reload Configuration from the Real Root.
Feb 07 09:00:14 localhost systemd[1]: Reached target Initrd File Systems.
Feb 07 09:00:14 localhost systemd[1]: Reached target Initrd Default Target.
Feb 07 09:00:14 localhost systemd[1]: Condition check resulted in dracut mount hook being skipped.
Feb 07 09:00:14 localhost systemd[1]: Starting dracut pre-pivot and cleanup hook...
Feb 07 09:00:15 localhost systemd[1]: var-lib-nfs-rpc_pipefs.mount: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Finished dracut pre-pivot and cleanup hook.
Feb 07 09:00:15 localhost systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Feb 07 09:00:15 localhost systemd[1]: Stopped target Network.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Remote Encrypted Volumes.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Timer Units.
Feb 07 09:00:15 localhost systemd[1]: dbus.socket: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Closed D-Bus System Message Bus Socket.
Feb 07 09:00:15 localhost systemd[1]: dracut-pre-pivot.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Initrd Default Target.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Basic System.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Initrd Root Device.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Initrd /usr File System.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Path Units.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Remote File Systems.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Preparation for Remote File Systems.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Slice Units.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Socket Units.
Feb 07 09:00:15 localhost systemd[1]: Stopped target System Initialization.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Local File Systems.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Swaps.
Feb 07 09:00:15 localhost systemd[1]: iscsid.socket: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Closed Open-iSCSI iscsid Socket.
Feb 07 09:00:15 localhost systemd[1]: dracut-pre-mount.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped dracut pre-mount hook.
Feb 07 09:00:15 localhost systemd[1]: Stopped target Local Encrypted Volumes.
Feb 07 09:00:15 localhost systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Feb 07 09:00:15 localhost systemd[1]: dracut-initqueue.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped dracut initqueue hook.
Feb 07 09:00:15 localhost systemd[1]: Starting Tell haveged about new root...
Feb 07 09:00:15 localhost systemd[1]: systemd-sysctl.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped Apply Kernel Variables.
Feb 07 09:00:15 localhost systemd[1]: systemd-modules-load.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped Load Kernel Modules.
Feb 07 09:00:15 localhost systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped Create Volatile Files and Directories.
Feb 07 09:00:15 localhost systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped Coldplug All udev Devices.
Feb 07 09:00:15 localhost systemd[1]: dracut-pre-trigger.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped dracut pre-trigger hook.
Feb 07 09:00:15 localhost systemd[1]: Stopping Rule-based Manager for Device Events and Files...
Feb 07 09:00:15 localhost systemd[1]: haveged-switch-root.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Finished Tell haveged about new root.
Feb 07 09:00:15 localhost systemd[1]: systemd-udevd.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped Rule-based Manager for Device Events and Files.
Feb 07 09:00:15 localhost haveged[216]: haveged: command socket is listening at fd 3
Feb 07 09:00:15 localhost haveged[216]: haveged: Couldn't get poolsize
Feb 07 09:00:15 localhost systemd[1]: haveged.service: Main process exited, code=exited, status=1/FAILURE
Feb 07 09:00:15 localhost systemd[1]: haveged.service: Failed with result 'exit-code'.
Feb 07 09:00:15 localhost systemd[1]: initrd-cleanup.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
Feb 07 09:00:15 localhost systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Closed udev Control Socket.
Feb 07 09:00:15 localhost systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Closed udev Kernel Socket.
Feb 07 09:00:15 localhost systemd[1]: dracut-pre-udev.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped dracut pre-udev hook.
Feb 07 09:00:15 localhost systemd[1]: dracut-cmdline.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped dracut cmdline hook.
Feb 07 09:00:15 localhost systemd[1]: dracut-cmdline-ask.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped dracut ask for additional cmdline parameters.
Feb 07 09:00:15 localhost systemd[1]: Starting Cleanup udev Database...
Feb 07 09:00:15 localhost systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped Create Static Device Nodes in /dev.
Feb 07 09:00:15 localhost systemd[1]: kmod-static-nodes.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped Create List of Static Device Nodes.
Feb 07 09:00:15 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Stopped Setup Virtual Console.
Feb 07 09:00:15 localhost systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
Feb 07 09:00:15 localhost systemd[1]: Finished Cleanup udev Database.
Feb 07 09:00:15 localhost systemd[1]: Reached target Switch Root.
Feb 07 09:00:15 localhost systemd[1]: Starting Switch Root...
Feb 07 09:00:15 localhost systemd[1]: haveged.service: Scheduled restart job, restart counter is at 1.
Feb 07 09:00:15 localhost systemd[1]: Stopped Entropy Daemon based on the HAVEGE algorithm.
Feb 07 09:00:15 localhost systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
Feb 07 09:00:15 localhost haveged[1089]: haveged: command socket is listening at fd 3
Feb 07 09:00:15 localhost systemd[1]: Switching root.
Feb 07 09:00:15 localhost systemd-journald[219]: Journal stopped
Feb 07 09:00:18 rockstor systemd-journald[219]: Received SIGTERM from PID 1 (systemd).
Feb 07 09:00:18 rockstor systemd[1]: systemd 249.15+suse.169.g1197409151 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR -IMA>
Feb 07 09:00:18 rockstor systemd[1]: Detected architecture arm64.
Feb 07 09:00:18 rockstor systemd[1]: Hostname set to <rockstor>.
Feb 07 09:00:18 rockstor systemd[1]: initrd-switch-root.service: Deactivated successfully.
Feb 07 09:00:18 rockstor systemd[1]: Stopped Switch Root.
Feb 07 09:00:18 rockstor systemd[1]: haveged.service: Main process exited, code=exited, status=1/FAILURE
Feb 07 09:00:18 rockstor systemd[1]: haveged.service: Failed with result 'exit-code'.
Feb 07 09:00:18 rockstor systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Feb 07 09:00:18 rockstor systemd[1]: Created slice Slice /system/getty.
Feb 07 09:00:18 rockstor systemd[1]: Created slice Slice /system/serial-getty.
Feb 07 09:00:18 rockstor systemd[1]: Created slice User and Session Slice.
Feb 07 09:00:18 rockstor systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 07 09:00:18 rockstor systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Feb 07 09:00:18 rockstor systemd[1]: Stopped target Switch Root.
Feb 07 09:00:18 rockstor systemd[1]: Stopped target Initrd File Systems.
Feb 07 09:00:18 rockstor systemd[1]: Stopped target Initrd Root File System.
Feb 07 09:00:18 rockstor systemd[1]: Reached target Slice Units.
Feb 07 09:00:18 rockstor systemd[1]: Reached target System Time Set.
Feb 07 09:00:18 rockstor systemd[1]: Reached target Local Verity Protected Volumes.
Feb 07 09:00:18 rockstor systemd[1]: Listening on Device-mapper event daemon FIFOs.
Feb 07 09:00:18 rockstor systemd[1]: Listening on LVM2 poll daemon socket.
Feb 07 09:00:18 rockstor systemd[1]: Listening on RPCbind Server Activation Socket.
Feb 07 09:00:18 rockstor systemd[1]: Reached target RPC Port Mapper.
Feb 07 09:00:18 rockstor systemd[1]: Listening on initctl Compatibility Named Pipe.
Feb 07 09:00:18 rockstor systemd[1]: Listening on udev Control Socket.
Feb 07 09:00:18 rockstor systemd[1]: Listening on udev Kernel Socket.
Feb 07 09:00:18 rockstor systemd[1]: Mounting Huge Pages File System...
Feb 07 09:00:18 rockstor systemd[1]: Mounting POSIX Message Queue File System...
Feb 07 09:00:18 rockstor systemd[1]: Mounting Kernel Debug File System...
Feb 07 09:00:18 rockstor systemd[1]: Mounting Kernel Trace File System...
Feb 07 09:00:18 rockstor systemd[1]: Starting Create List of Static Device Nodes...
Feb 07 09:00:18 rockstor systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Feb 07 09:00:18 rockstor systemd[1]: Starting Load Kernel Module configfs...
Feb 07 09:00:18 rockstor systemd[1]: Starting Load Kernel Module drm...
Feb 07 09:00:18 rockstor systemd[1]: Starting Load Kernel Module fuse...
Feb 07 09:00:18 rockstor systemd[1]: Stopped Journal Service.
Feb 07 09:00:18 rockstor systemd[1]: Starting Journal Service...
Feb 07 09:00:18 rockstor systemd[1]: Starting Load Kernel Modules...
Feb 07 09:00:18 rockstor systemd[1]: Starting Remount Root and Kernel File Systems...
Feb 07 09:00:18 rockstor systemd[1]: Starting Coldplug All udev Devices...
Feb 07 09:00:18 rockstor kernel: fuse: init (API version 7.34)
Feb 07 09:00:18 rockstor kernel: BTRFS info (device mmcblk0p3): use lzo compression, level 0
Feb 07 09:00:18 rockstor systemd[1]: Mounted Huge Pages File System.
Feb 07 09:00:18 rockstor systemd-journald[1126]: Journal started
Feb 07 09:00:18 rockstor systemd-journald[1126]: Runtime Journal (/run/log/journal/3e839d4f2f2e44a6971b6f5cc1f4fbc4) is 8.0M, max 76>
Feb 07 09:00:17 rockstor systemd[1]: Queued start job for default target Multi-User System.
Feb 07 09:00:17 rockstor systemd[1]: systemd-journald.service: Deactivated successfully.
Feb 07 09:00:18 rockstor kernel: BTRFS info (device mmcblk0p3): disk space caching is enabled
Feb 07 09:00:18 rockstor systemd[1]: Started Journal Service.
Feb 07 09:00:18 rockstor systemd[1]: Mounted POSIX Message Queue File System.
Feb 07 09:00:18 rockstor systemd[1]: Mounted Kernel Debug File System.
Feb 07 09:00:18 rockstor systemd[1]: Mounted Kernel Trace File System.
Feb 07 09:00:18 rockstor systemd[1]: Finished Create List of Static Device Nodes.
Feb 07 09:00:18 rockstor systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Feb 07 09:00:18 rockstor systemd[1]: modprobe@configfs.service: Deactivated successfully.
Feb 07 09:00:18 rockstor systemd[1]: Finished Load Kernel Module configfs.
Feb 07 09:00:18 rockstor systemd[1]: modprobe@drm.service: Deactivated successfully.
Feb 07 09:00:18 rockstor systemd[1]: Finished Load Kernel Module drm.
Feb 07 09:00:18 rockstor systemd[1]: modprobe@fuse.service: Deactivated successfully.
Feb 07 09:00:18 rockstor systemd[1]: Finished Load Kernel Module fuse.
Feb 07 09:00:18 rockstor systemd[1]: Finished Load Kernel Modules.
Feb 07 09:00:18 rockstor systemd[1]: Finished Remount Root and Kernel File Systems.
Feb 07 09:00:18 rockstor systemd[1]: haveged.service: Scheduled restart job, restart counter is at 2.
Feb 07 09:00:18 rockstor systemd[1]: Mounting FUSE Control File System...
Feb 07 09:00:18 rockstor systemd[1]: Starting Apply Kernel Variables for 5.14.21-150400.24.46-default from /boot...
Feb 07 09:00:18 rockstor systemd[1]: Stopped Entropy Daemon based on the HAVEGE algorithm.
Feb 07 09:00:18 rockstor systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
Feb 07 09:00:18 rockstor systemd[1]: Condition check resulted in One time configuration for iscsid.service being skipped.
Feb 07 09:00:18 rockstor systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Feb 07 09:00:18 rockstor systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Feb 07 09:00:18 rockstor systemd[1]: Condition check resulted in Create System Users being skipped.
Feb 07 09:00:18 rockstor haveged[1133]: haveged: command socket is listening at fd 3
Feb 07 09:00:18 rockstor systemd[1]: Starting Create Static Device Nodes in /dev...
Feb 07 09:00:18 rockstor systemd[1]: Mounted FUSE Control File System.
Feb 07 09:00:18 rockstor systemd[1]: Finished Apply Kernel Variables for 5.14.21-150400.24.46-default from /boot.
Feb 07 09:00:18 rockstor systemd[1]: Starting Apply Kernel Variables...
Feb 07 09:00:18 rockstor systemd[1]: Finished Create Static Device Nodes in /dev.
Feb 07 09:00:18 rockstor systemd[1]: Reached target Preparation for Local File Systems.
Feb 07 09:00:18 rockstor systemd[1]: Starting Rule-based Manager for Device Events and Files...
Feb 07 09:00:18 rockstor systemd[1]: Finished Apply Kernel Variables.
Feb 07 09:00:18 rockstor systemd-udevd[1137]: Network interface NamePolicy= disabled by default.
Feb 07 09:00:18 rockstor systemd[1]: Started Rule-based Manager for Device Events and Files.
Feb 07 09:00:18 rockstor systemd[1]: Finished Coldplug All udev Devices.
Feb 07 09:00:18 rockstor systemd[1]: Starting Wait for udev To Complete Device Initialization...
Feb 07 09:00:19 rockstor systemd[1]: Starting Load Kernel Module configfs...
Feb 07 09:00:19 rockstor systemd[1]: modprobe@configfs.service: Deactivated successfully.
Feb 07 09:00:19 rockstor systemd[1]: Finished Load Kernel Module configfs.
Feb 07 09:00:19 rockstor systemd-udevd[1138]: Using default interface naming scheme 'sle15-sp4'.
Feb 07 09:00:19 rockstor kernel: iproc-rng200 fe104000.rng: hwrng registered
Feb 07 09:00:19 rockstor systemd[1]: Condition check resulted in /dev/disk/by-uuid/DA73-B5AD being skipped.
Feb 07 09:00:19 rockstor systemd[1]: Mounting /boot/efi...
Feb 07 09:00:19 rockstor systemd[1]: Condition check resulted in /dev/ttyS0 being skipped.
Feb 07 09:00:19 rockstor systemd[1]: Condition check resulted in /dev/disk/by-uuid/ce07cb45-cdac-447a-8d87-71a7b97fa7f1 being skippe>
Feb 07 09:00:19 rockstor systemd[1]: Activating swap /dev/disk/by-uuid/ce07cb45-cdac-447a-8d87-71a7b97fa7f1...
Feb 07 09:00:19 rockstor systemd[1]: Found device /dev/disk/by-uuid/1fe18548-6cee-4f4b-bb76-02a36a09b386.
Feb 07 09:00:19 rockstor systemd[1]: Mounting /.snapshots...
Feb 07 09:00:19 rockstor kernel: Adding 2097148k swap on /dev/mmcblk0p2.  Priority:-2 extents:1 across:2097148k SSFS
Feb 07 09:00:19 rockstor systemd[1]: Mounting /boot/grub2/arm64-efi...
Feb 07 09:00:19 rockstor systemd[1]: Mounting /home...
Feb 07 09:00:19 rockstor systemd[1]: Mounting /opt...
Feb 07 09:00:19 rockstor systemd[1]: Mounting /root...
Feb 07 09:00:19 rockstor systemd[1]: Mounting /srv...
Feb 07 09:00:20 rockstor systemd[1]: Mounting /tmp...
Feb 07 09:00:20 rockstor systemd[1]: Mounting /usr/local...
Feb 07 09:00:20 rockstor systemd[1]: Mounting /var...
Feb 07 09:00:20 rockstor systemd[1]: Activated swap /dev/disk/by-uuid/ce07cb45-cdac-447a-8d87-71a7b97fa7f1.
Feb 07 09:00:20 rockstor kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Feb 07 09:00:20 rockstor kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Feb 07 09:00:20 rockstor kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Feb 07 09:00:20 rockstor kernel: cfg80211: failed to load regulatory.db
Feb 07 09:00:20 rockstor kernel: Bluetooth: Core ver 2.22
Feb 07 09:00:20 rockstor kernel: NET: Registered PF_BLUETOOTH protocol family
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI device and connection manager initialized
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI socket layer initialized
Feb 07 09:00:20 rockstor kernel: Bluetooth: L2CAP socket layer initialized
Feb 07 09:00:20 rockstor kernel: Bluetooth: SCO socket layer initialized
Feb 07 09:00:20 rockstor systemd[1]: Mounted /boot/efi.
Feb 07 09:00:20 rockstor kernel: vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
Feb 07 09:00:20 rockstor kernel: Registered IR keymap rc-cec
Feb 07 09:00:20 rockstor kernel: rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0
Feb 07 09:00:20 rockstor kernel: input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input3
Feb 07 09:00:20 rockstor kernel: vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
Feb 07 09:00:20 rockstor kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Feb 07 09:00:20 rockstor kernel: Registered IR keymap rc-cec
Feb 07 09:00:20 rockstor kernel: brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin fa>
Feb 07 09:00:20 rockstor kernel: usbcore: registered new interface driver brcmfmac
Feb 07 09:00:20 rockstor kernel: rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1
Feb 07 09:00:20 rockstor kernel: input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input4
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI UART driver ver 2.3
Feb 07 09:00:20 rockstor kernel: vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI UART protocol H4 registered
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI UART protocol BCSP registered
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI UART protocol LL registered
Feb 07 09:00:20 rockstor kernel: vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI UART protocol ATH3K registered
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
Feb 07 09:00:20 rockstor kernel: vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI UART protocol Intel registered
Feb 07 09:00:20 rockstor kernel: vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
Feb 07 09:00:20 rockstor kernel: hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
Feb 07 09:00:20 rockstor kernel: vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
Feb 07 09:00:20 rockstor kernel: hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
Feb 07 09:00:20 rockstor kernel: vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
Feb 07 09:00:20 rockstor kernel: vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
Feb 07 09:00:20 rockstor kernel: checking generic (3e3cf000 7e9000) vs hw (0 ffffffffffffffff)
Feb 07 09:00:20 rockstor kernel: fb0: switching to vc4 from EFI VGA
Feb 07 09:00:20 rockstor kernel: Console: switching to colour dummy device 80x25
Feb 07 09:00:20 rockstor systemd[1]: Mounted /.snapshots.
Feb 07 09:00:20 rockstor systemd[1]: Mounted /boot/grub2/arm64-efi.
Feb 07 09:00:20 rockstor systemd[1]: Mounted /home.
Feb 07 09:00:20 rockstor systemd[1]: Mounted /opt.
Feb 07 09:00:20 rockstor systemd[1]: Mounted /root.
Feb 07 09:00:20 rockstor systemd[1]: Mounted /srv.
Feb 07 09:00:20 rockstor systemd[1]: Mounted /tmp.
Feb 07 09:00:20 rockstor systemd[1]: Mounted /usr/local.
Feb 07 09:00:20 rockstor systemd[1]: Mounted /var.
Feb 07 09:00:20 rockstor systemd[1]: Reached target Sound Card.
Feb 07 09:00:20 rockstor systemd[1]: Reached target Swaps.
Feb 07 09:00:20 rockstor systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Feb 07 09:00:20 rockstor systemd[1]: Condition check resulted in Lock Directory being skipped.
Feb 07 09:00:20 rockstor systemd[1]: Condition check resulted in Runtime Directory being skipped.
Feb 07 09:00:20 rockstor kernel: [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0
Feb 07 09:00:20 rockstor kernel: uart-pl011 fe201000.serial: no DMA platform data
Feb 07 09:00:20 rockstor systemd[1]: Starting RPC Bind...
Feb 07 09:00:20 rockstor systemd[1]: Starting Flush Journal to Persistent Storage...
Feb 07 09:00:20 rockstor systemd[1]: Starting Load/Save Random Seed...
Feb 07 09:00:20 rockstor udevadm[1146]: systemd-udev-settle.service is deprecated. Please fix dmraid-activation.service not to pull >
Feb 07 09:00:20 rockstor systemd-journald[1126]: Runtime Journal (/run/log/journal/3e839d4f2f2e44a6971b6f5cc1f4fbc4) is 8.0M, max 76>
Feb 07 09:00:20 rockstor systemd[1]: Finished Flush Journal to Persistent Storage.
Feb 07 09:00:20 rockstor kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
Feb 07 09:00:20 rockstor kernel: Console: switching to colour frame buffer device 240x67
Feb 07 09:00:20 rockstor kernel: vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
Feb 07 09:00:20 rockstor kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4c>
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI UART protocol Broadcom registered
Feb 07 09:00:20 rockstor systemd[1]: Finished Load/Save Random Seed.
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI UART protocol QCA registered
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI UART protocol AG6XX registered
Feb 07 09:00:20 rockstor kernel: Bluetooth: HCI UART protocol Marvell registered
Feb 07 09:00:20 rockstor systemd[1]: Started RPC Bind.
Feb 07 09:00:20 rockstor systemd[1]: Condition check resulted in First Boot Complete being skipped.
Feb 07 09:00:20 rockstor systemd-udevd[1148]: Using default interface naming scheme 'sle15-sp4'.
Feb 07 09:00:20 rockstor systemd[1]: Starting Load/Save RF Kill Switch Status...
Feb 07 09:00:20 rockstor systemd[1]: Reached target Bluetooth Support.
Feb 07 09:00:20 rockstor systemd[1]: Started Load/Save RF Kill Switch Status.
Feb 07 09:00:20 rockstor kernel: Bluetooth: hci0: BCM: chip id 107
Feb 07 09:00:20 rockstor kernel: Bluetooth: hci0: BCM: features 0x2f
Feb 07 09:00:20 rockstor systemd[1]: Finished Wait for udev To Complete Device Initialization.
Feb 07 09:00:20 rockstor kernel: Bluetooth: hci0: BCM4345C0
Feb 07 09:00:20 rockstor kernel: Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
Feb 07 09:00:20 rockstor systemd[1]: Starting Activation of DM RAID sets...
Feb 07 09:00:20 rockstor kernel: Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.hcd' Patch
Feb 07 09:00:20 rockstor dmraid[1226]: no block devices found
Feb 07 09:00:20 rockstor systemd[1]: dmraid-activation.service: Main process exited, code=exited, status=1/FAILURE
Feb 07 09:00:20 rockstor systemd[1]: dmraid-activation.service: Failed with result 'exit-code'.
Feb 07 09:00:20 rockstor systemd[1]: Failed to start Activation of DM RAID sets.
Feb 07 09:00:20 rockstor systemd[1]: Reached target Local Encrypted Volumes.
Feb 07 09:00:20 rockstor systemd[1]: Reached target Local File Systems.

interesting, I would have expected something similar to mine …

If you’re up for it, can you try one more thing, excluding wlan0 from NetworkManager’s purview?

So that it survives a reboot:

cd /etc/NetworkManager
nano NetworkManager.conf

You probably have entries like these in there already:

[main]
plugins=keyfile
dhcp=dhclient

Add an empty line and the following below the last line:

[keyfile]
unmanaged-devices=interface-name:wlan0

Save, exit and reboot. I found that at least in my VM, that did the trick, essentially setting the “offending” device to unmanaged.

Hopefully, after a reboot and a bit of waiting for the nginx gateway and all that to be back up, the Rockstor login screen should load (if you watch on the terminal window, then the option to login shows up before the entire loading of things is complete).

At the command line, if you do:
nmcli device show, you should see something like this:

DEVICE   TYPE      STATE                   CONNECTION
eth1     ethernet  connected               Wired connection 1
docker0  bridge    connected (externally)  docker0
wlan0     wifi      unmanaged               --
lo       loopback  unmanaged               --

Again, if this works for you, great, however it doesn’t really address the root cause, which could possibly be the introduced dependency for the rockstor.pre service mentioned by @Flox … or something completely different, of course.

1 Like

@Hooverdan because of forum limitation/security I needed to open a new topic…

“An error occurred: We’re sorry, but new users are temporarily limited to 3 replies in the same topic.”

Yesterday I can’t add full logs because of this. :frowning:

Well,

Yes, of course, I tried from scratch, following your orientation.

But still doesn’t solve the problem.

wlan0 is unmanaged now, I think the boot process was more fast but still got

[FAILED] Failed to start Tasks required prior to starting Rockstor.
See 'systemctl status rockstor-pre.service' for details.
[DEPEND] Dependency failed for Rockstor startup script.
[DEPEND] Dependency failed for Rockstor bootstrapping tasks.

on console and still can’t open Rockstor web UI.

---

after update, before reboot

---

rockstor:~ # cd /etc/NetworkManager
rockstor:/etc/NetworkManager # nano NetworkManager.conf
rockstor:/etc/NetworkManager # nmcli device show
GENERAL.DEVICE:                         eth0
GENERAL.TYPE:                           ethernet
GENERAL.HWADDR:                         DC:A6:32:68:FD:5C
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)
GENERAL.CONNECTION:                     Wired connection 1
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/1
WIRED-PROPERTIES.CARRIER:               on
IP4.ADDRESS[1]:                         10.111.111.11/24
IP4.GATEWAY:                            10.111.111.10
IP4.ROUTE[1]:                           dst = 0.0.0.0/0, nh = 10.111.111.10, mt = 100
IP4.ROUTE[2]:                           dst = 10.111.111.0/24, nh = 0.0.0.0, mt = 100
IP4.DNS[1]:                             10.111.111.100
IP4.DNS[2]:                             10.111.111.10
IP4.DOMAIN[1]:                          my.local.domain
IP6.ADDRESS[1]:                         fe80::e770:b6c9:7b2c:e0ff/64
IP6.GATEWAY:                            --
IP6.ROUTE[1]:                           dst = fe80::/64, nh = ::, mt = 100

GENERAL.DEVICE:                         wlan0
GENERAL.TYPE:                           wifi
GENERAL.HWADDR:                         66:DC:8A:9F:B9:91
GENERAL.MTU:                            1500
GENERAL.STATE:                          30 (disconnected)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --

GENERAL.DEVICE:                         p2p-dev-wlan0
GENERAL.TYPE:                           wifi-p2p
GENERAL.HWADDR:                         (unknown)
GENERAL.MTU:                            0
GENERAL.STATE:                          30 (disconnected)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --

GENERAL.DEVICE:                         lo
GENERAL.TYPE:                           loopback
GENERAL.HWADDR:                         00:00:00:00:00:00
GENERAL.MTU:                            65536
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.ADDRESS[1]:                         127.0.0.1/8
IP4.GATEWAY:                            --
IP6.ADDRESS[1]:                         ::1/128
IP6.GATEWAY:                            --
IP6.ROUTE[1]:                           dst = ::1/128, nh = ::, mt = 256

---

after reboot

---

rockstor:~ # nmcli device show
GENERAL.DEVICE:                         eth0
GENERAL.TYPE:                           ethernet
GENERAL.HWADDR:                         DC:A6:32:68:FD:5C
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)
GENERAL.CONNECTION:                     Wired connection 1
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/1
WIRED-PROPERTIES.CARRIER:               on
IP4.ADDRESS[1]:                         10.111.111.11/24
IP4.GATEWAY:                            10.111.111.10
IP4.ROUTE[1]:                           dst = 0.0.0.0/0, nh = 10.111.111.10, mt = 100
IP4.ROUTE[2]:                           dst = 10.111.111.0/24, nh = 0.0.0.0, mt = 100
IP4.DNS[1]:                             10.111.111.100
IP4.DNS[2]:                             10.111.111.10
IP4.DOMAIN[1]:                          my.local.domain
IP6.ADDRESS[1]:                         fe80::e770:b6c9:7b2c:e0ff/64
IP6.GATEWAY:                            --
IP6.ROUTE[1]:                           dst = fe80::/64, nh = ::, mt = 100

GENERAL.DEVICE:                         lo
GENERAL.TYPE:                           loopback
GENERAL.HWADDR:                         00:00:00:00:00:00
GENERAL.MTU:                            65536
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.ADDRESS[1]:                         127.0.0.1/8
IP4.GATEWAY:                            --
IP6.ADDRESS[1]:                         ::1/128
IP6.GATEWAY:                            --
IP6.ROUTE[1]:                           dst = ::1/128, nh = ::, mt = 256

GENERAL.DEVICE:                         wlan0
GENERAL.TYPE:                           wifi
GENERAL.HWADDR:                         DC:A6:32:68:FD:60
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

I moved your post to here now.

I am not sure what to ask you next :slight_smile: I hope, @phillxnet or @Flox will have some further tips on figuring out what might be going wrong, if it is not related to the unconnected device.

2 Likes