TrueNAS Core 12.0-RELEASE missing arc_summary.py and arcstats.py

hocheung20

Cadet
Joined
Nov 5, 2020
Messages
2
The two python scripts arc_summary.py and arcstats.py doesnt seem to exist in my system:

Code:
root@truenas[~]# arc_summary.py
zsh: command not found: arc_summary.py
root@truenas[~]# arcstats.py   
zsh: command not found: arcstats.py
root@truenas[~]# find / -name "arc_summary.py"
root@truenas[~]# find / -name "arcstats.py"  
root@truenas[~]# 


What's also is interesting is that the ISO I downloaded is named TrueNAS-12.0-RELEASE.iso and the sha256 matches the one on the website but:

Code:
root@truenas[~]# uname -a     
FreeBSD truenas.local 12.2-RC3 FreeBSD 12.2-RC3 7c4ec6ff02c(HEAD) TRUENAS  amd64
 

Kris Moore

SVP of Engineering
Administrator
Moderator
iXsystems
Joined
Nov 12, 2015
Messages
1,471
That sounds like a bug then. Go ahead and file a ticket on jira.ixsystems.com and we'll see if we can fix that for 12.0-U1 in the coming weeks.
 
Top