[EFAULT] acltool [clone] on path /mnt/Vol5/Backups failed with error

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
If you're installing over the top of the old install, it's keeping something which must have the path file.
In looking at this file: nano /etc/zsh/zshenv

I see that there is a surprising reference to games which somehow doesn't impact my system... maybe changing that file to contain this string will help though:

/root/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
 
Joined
Jan 18, 2019
Messages
52
I have done the following

1 - Downloaded and installed 22.12.0 and it still says /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
2 - Loaded a live Linux Mint desktop and formatted the SSD using a full format as in it took 2 and a half hours for a full wipe
3 - Installed 22.12.2 on the freshly wiped SSD and it still says the same as above

Is this a problem that will cause issues or something i can just ignore because no matter what way i try with the installation and what version it's showing /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

Also i think unrelated but when i have installed each Truenas install i get this pop up as the Truenas loads

crypto/fips/fips_post.c:235: FIPS self test failure
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
If your install doesn't have the zfs tools in your path, I guess some things will not work well... if you feel like everything is OK, maybe so.

This whole thing with the path came about because I asked you to run a simple zfs command, which you were unable to do because of it...

Back to that then... (just not relying on the path this time)

/usr/sbin/zfs get all vol5/Backups

 
Joined
Jan 18, 2019
Messages
52
After a fresh install no configs have been loaded or anything other than i just imported all the volumes and here is the outcome

admin@truenas[~]$ /usr/sbin/zfs get all Vol5/Backups
NAME PROPERTY VALUE SOURCE
Vol5/Backups type filesystem -
Vol5/Backups creation Mon May 29 1:24 2023 -
Vol5/Backups used 2.77G -
Vol5/Backups available 688G -
Vol5/Backups referenced 2.74G -
Vol5/Backups compressratio 1.10x -
Vol5/Backups mounted yes -
Vol5/Backups quota none local
Vol5/Backups reservation none local
Vol5/Backups recordsize 128K inherited from Vol5
Vol5/Backups mountpoint /mnt/Vol5/Backups default
Vol5/Backups sharenfs off inherited from Vol5
Vol5/Backups checksum on inherited from Vol5
Vol5/Backups compression lz4 inherited from Vol5
Vol5/Backups atime on inherited from Vol5
Vol5/Backups devices on default
Vol5/Backups exec on inherited from Vol5
Vol5/Backups setuid on default
Vol5/Backups readonly off inherited from Vol5
Vol5/Backups zoned off default
Vol5/Backups snapdir hidden local
Vol5/Backups aclmode passthrough inherited from Vol5
Vol5/Backups aclinherit discard local
Vol5/Backups createtxg 11290581 -
Vol5/Backups canmount on default
Vol5/Backups xattr sa local
Vol5/Backups copies 1 local
Vol5/Backups version 5 -
Vol5/Backups utf8only off -
Vol5/Backups normalization none -
Vol5/Backups casesensitivity sensitive -
Vol5/Backups vscan off default
Vol5/Backups nbmand off default
Vol5/Backups sharesmb off inherited from Vol5
Vol5/Backups refquota none local
Vol5/Backups refreservation none local
Vol5/Backups guid 9961491616363846730 -
Vol5/Backups primarycache all default
Vol5/Backups secondarycache all default
Vol5/Backups usedbysnapshots 0B -
Vol5/Backups usedbydataset 2.74G -
Vol5/Backups usedbychildren 29.4M -
Vol5/Backups usedbyrefreservation 0B -
Vol5/Backups logbias latency default
Vol5/Backups objsetid 921 -
Vol5/Backups dedup off inherited from Vol5
Vol5/Backups mlslabel none default
Vol5/Backups sync standard local
Vol5/Backups dnodesize legacy default
Vol5/Backups refcompressratio 1.10x -
Vol5/Backups written 2.74G -
Vol5/Backups logicalused 3.05G -
Vol5/Backups logicalreferenced 3.00G -
Vol5/Backups volmode default default
Vol5/Backups filesystem_limit none default
Vol5/Backups snapshot_limit none default
Vol5/Backups filesystem_count none default
Vol5/Backups snapshot_count none default
Vol5/Backups snapdev hidden inherited from Vol5
Vol5/Backups acltype nfsv4 default
Vol5/Backups context none default
Vol5/Backups fscontext none default
Vol5/Backups defcontext none default
Vol5/Backups rootcontext none default
Vol5/Backups relatime off default
Vol5/Backups redundant_metadata all default
Vol5/Backups overlay on default
Vol5/Backups encryption off default
Vol5/Backups keylocation none default
Vol5/Backups keyformat none default
Vol5/Backups pbkdf2iters 0 default
Vol5/Backups special_small_blocks 0 inherited from Vol5
Vol5/Backups org.truenas:managedby 192.168.0.8 local
Vol5/Backups org.freebsd.ioc:active yes inherited from Vol5
admin@truenas[~]$
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
So that confirms the pool isn't imported as read-only.
 
Top