TrueNAS Scale Shell Not Readable

TYFLOOZY

Dabbler
Joined
Mar 25, 2023
Messages
30
Hello, for some reason I cannot see the details of my shell and has been going on for quite a while. Can anyone point me in the right direction for how to fix this?
 

Attachments

  • Screenshot 2024-02-12 at 7.30.58 AM.png
    Screenshot 2024-02-12 at 7.30.58 AM.png
    379.9 KB · Views: 45

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
That's bizarre, kinda like a VGA card stuck in the wrong mode. Tell us more about your system...
 

TYFLOOZY

Dabbler
Joined
Mar 25, 2023
Messages
30
Current Hardware: IX Systems Mini+, Currently on Cobia (TrueNAS-SCALE-23.10.0.1). This has been going on for months, just haven't tackled this project yet.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
What's the output of zpool status?
 

TYFLOOZY

Dabbler
Joined
Mar 25, 2023
Messages
30
That's a great question, I'm not sure where to look for that, I'm a beginner (sorry for the hassle).

Is that something I search in the shell for or just look at my main pool in datasets?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Yes, just run that in the shell.
 

TYFLOOZY

Dabbler
Joined
Mar 25, 2023
Messages
30
So If I copy the info and paste into Notepad or something text based, I'm able to view the data, see below (hopefully there isn't anything confidential in the info below):

Code:
root@truenas[~]# zpool status               pool: Main 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 10:56:49 with 0 errors on Sun Jan 21 11:56:52 2024
config:

        NAME                                      STATE     READ WRITE CKSUM
        Main Pool                                 ONLINE       0     0     0
          mirror-0                                ONLINE       0     0     0
            b97fbabe-50e3-4d8d-ae1c-191ec678510d  ONLINE       0     0     0
            c99de1ea-0b88-4322-8288-69eaef796e86  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:00:19 with 0 errors on Tue Feb  6 03:45:20 2024
config:

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

errors: No known data errors
 
Last edited by a moderator:

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Hmm, no obvious corruption in the boot pool. Did you at any point touch the underlying terminal settings?
 

TYFLOOZY

Dabbler
Joined
Mar 25, 2023
Messages
30
Sorry for the late response, I have not messed with the terminal, I don't know much terminal stuff. If I do then I'm just following other people's commands to achieve a task.
 

TYFLOOZY

Dabbler
Joined
Mar 25, 2023
Messages
30
Thank you all for your help, I got it figured out. I was using LibreWolf as my browser, same error shows in Mullvad. Something to do with the hardening with the browser. The Shell works in Brave and I'm assuming less hardened browsers.

I appreciate it!
 
Top