When I use echo "hi" | wall on a device I have running Ubuntu 14.04 I get back:
Broadcast Message from rescue@ws1-/share/locale-langpack/en_CA.UTF-8.utf8/LC_ID
(/dev/pts/2) at 14:19 ...
hi
But when I run the same command on my desktop running Ubuntu 16.04 I get back nothing.
Permissions for Wall:
-rwxr-sr-x 1 root tty 27368 Jun 14 17:51 /usr/bin/wall
Results of tty:
/dev/pts/5
Results of w:
12:56:21 up 2:40, 1 user, load average: 0.66, 0.65, 0.79
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
philip tty7 :0 10:17 2:39m 1:47 2.35s i3
Why wouldn't this be working, how can I debug the issue?
Also tried echo hi > /tmp/msg && sudo wall /tmp/msg
Normally using i3 but I also tried logging out and back in with unity and got the same results.