Shell command for checking boot errors

keithsplace

Dabbler
Joined
Feb 4, 2022
Messages
22
Just wanted to know a couple of the shell commands that I can check the errors I see go by during the boot.
Everything seems to run fine I have not had but a couple hiccups in 9 months of use.
But swaped the system to a larger case to add 2 more hard drives. But I noticed a couple of red errors during boot.
They go by so fast I can't read them.
Is there shell commands or logs I can look at that might show what these are?
As stated everything seems to run and function fine.
 

keithsplace

Dabbler
Joined
Feb 4, 2022
Messages
22
Code:
@truenas[~]# zpool status
  pool: Storage
 state: ONLINE
  scan: scrub repaired 0B in 02:19:03 with 0 errors on Thu Dec  1 02:19:04 2022
config:

        NAME                                    STATE     READ WRITE CKSUM
        Storage                                 ONLINE       0     0     0
          d1716015-2052-4a31-a858-d18f53a99e01  ONLINE       0     0     0
          feb580a6-55da-490e-b661-1970be22f798  ONLINE       0     0     0

errors: No known data errors

  pool: boot-pool
 state: ONLINE
status: Some supported and requested features are not enabled on the pool.
        The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
        the pool may no longer be accessible by software that does not support
        the features. See zpool-features(7) for details.
  scan: scrub repaired 0B in 00:01:20 with 0 errors on Sat Dec  3 03:46:22 2022
config:

        NAME        STATE     READ WRITE CKSUM
        boot-pool   ONLINE       0     0     0
          sda3      ONLINE       0     0     0

errors: No known data errors
 

keithsplace

Dabbler
Joined
Feb 4, 2022
Messages
22
after a reboot I used video on phone to catch.
Failed to start Generate TrueNAS /etc files...
Failed to start LSB: OpenIPMI Driver init script.
Code:
Welcome to TrueNAS
Last login: Sat Dec  3 12:24:02 PST 2022 on pts/0

Warning: settings changed through the CLI are not written to
the configuration database and will be reset on reboot.

root@truenas[~]# systemctl status ix-etc.service
● ix-etc.service - Generate TrueNAS /etc files
     Loaded: loaded (/lib/systemd/system/ix-etc.service; enabled; vendor preset: enabled)
     Active: failed (Result: signal) since Sat 2022-12-03 12:19:03 PST; 10min ago
   Main PID: 758 (code=killed, signal=ABRT)

Dec 03 12:19:00 truenas systemd[1]: Starting Generate TrueNAS /etc files...
Dec 03 12:19:03 truenas systemd[1]: ix-etc.service: Main process exited, code=killed, status=6/ABRT
Dec 03 12:19:03 truenas systemd[1]: ix-etc.service: Failed with result 'signal'.
Dec 03 12:19:03 truenas systemd[1]: Failed to start Generate TrueNAS /etc files.
 

keithsplace

Dabbler
Joined
Feb 4, 2022
Messages
22
Code:
# lspci
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579V Gigabit Network Connection (rev 05)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.4 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 5 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation H61 Express Chipset LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port Desktop SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
02:00.0 IDE interface: ASMedia Technology Inc. ASM1061 SATA IDE Controller (rev 02)
 
Top