If i do tmux as root on my EE , i get an error
root@nas-01:~# tmux
sudo: argv[0] mismatch, expected "/usr/bin/bash", got "-bash"
[exited]
root@nas-01:~#
If i do it as a “user” it works
Is that an error or ??
If i do tmux as root on my EE , i get an error
root@nas-01:~# tmux
sudo: argv[0] mismatch, expected "/usr/bin/bash", got "-bash"
[exited]
root@nas-01:~#
If i do it as a “user” it works
Is that an error or ??
Its an upstream Debian bug.
Having already seen an error with a command in sudo not working (namely, xargs called by acme dot sh script for installing third-party certificates), I yet again ran visudo and commented these two lines:
#Defaults log_subcmds
#Defaults log_format=json
Now tmux works. And so does acme sh