As a potentially new tmux user this can be a starting point:
Thanks, but as i said in my first post. TMUX is a constant thing here on my right screen/(maybe the wrong word) TFT/Monitor.
Apologies, I neglected to read the quoted post of the post I was quoting.
While you can feature request screen, I highly doubt it will see any traction, especially since CORE development is tapering off.
Yeah, you are probably right. I could do some shenanigans as i also did once with vim which i basically sources from an jail. That is currently broken but maybe i get it working again and screen might also play alongā¦
root@nas ~ # whence -f vim
vim () {
(
export JAIL=/mnt/p0/iocage/jails/apt-proxy/root
export VIMRUNTIME=$JAIL/usr/local/share/vim/vim91
export PATH=$(print -l $JAIL/usr/{,var/,local/}{{s,}bin,lib}|tr \ :):$PATH
command vim $@
)
}
EDIT: it works again
EDIT2: with that i get syntax, colour ā¦ just like at home
Iāve been running TrueNAS Core for some years now, without any problems.
A few days a go I installed updates to upgrade Core from 13.0-U6.2 to 13.0-U6.3.
The result had broken the authentication of AD Domain users against the domain controller. The error message pointed to a DNS mis-configuration, but I was unable to find a problem with DNS config (none existed before the uptrade).
I reverted to the previous boot environment, and the problem had gone away.
I would like (and am obliged) to install security updates whenever these become available, so staying on an old version indefinitely isnāt an option for me. Iāve been considering migrating to Scale, but that option requires that I upgrade to the latest Core version. Iām snookered. Any ideas?
I donāt have that problem with 13.0-U6.3. Havenāt updated many systems yet but none made any problem so far.
EDIT: and just did another. everything checks out there aswell
There we no AD-related changes in 13.0-U6.3.
Did you confirm DNS was working fine??
If you want to troubleshoot, Iād suggest starting a new thread/post and post a link to the thread here.
Thank you @Captain_Morgan - my thread is https://forums.truenas.com/t/debugging-a-failed-upgrade-to-core-13-0-u6-3/26954 (I hope I did the right thing?)
That thread appears to be brokenā¦ can you test it and revise.
New thread is: https://forums.truenas.com/t/debugging-a-failed-upgrade-to-core-13-0-u6-3/26954
Unsolved at this stage.