IRC log for #elinux on 20201212

09:02.08*** join/#elinux warthog9 (warthog9@proxy.monkeyblade.net)
11:34.10*** join/#elinux ptesarik (~tesarik@2a00:1028:83b8:1e7a:e22d:a8f9:80f8:b0a7)
12:10.33*** join/#elinux wyre_ (~wyre@unaffiliated/wyre)
12:13.01*** join/#elinux wyre_ (~wyre@unaffiliated/wyre)
12:15.09*** join/#elinux wyre (~wyre@unaffiliated/wyre)
12:22.04*** join/#elinux wyre (~wyre@unaffiliated/wyre)
12:27.29*** join/#elinux wyre (~wyre@unaffiliated/wyre)
12:37.40*** join/#elinux wyre (~wyre@unaffiliated/wyre)
12:39.45*** join/#elinux wyre (~wyre@unaffiliated/wyre)
12:55.10*** join/#elinux wyre (~wyre@unaffiliated/wyre)
13:46.57*** join/#elinux wyre (~wyre@unaffiliated/wyre)
13:56.04*** join/#elinux wyre (~wyre@unaffiliated/wyre)
14:14.05*** join/#elinux wyre (~wyre@unaffiliated/wyre)
18:10.51*** join/#elinux ptesarik (~tesarik@2a00:1028:83b8:1e7a:5a6e:d5af:320a:e57)
22:48.55*** join/#elinux wyre (~wyre@unaffiliated/wyre)
23:32.27*** join/#elinux grkelk4 (43a6a6c7@c-67-166-166-199.hsd1.va.comcast.net)
23:32.34grkelk4hi there
23:34.00grkelk4I am trying to troubleshoot a suspicious pi zero w board. I have it connected to hdmi output, and see boot message on my monitor, but since I do not have usb keyborad, I can't type in it.
23:34.58grkelk4is there a way to run journalctl -f from ssh terminal and make it show the output on hdmi screen?
23:35.30grkelk4as in running command in one terminal and seeing output on the other one?
23:52.36m4tgrkelk4: uhm, you can do something like 'journalctl -f > /dev/tty1' where tty1 is the primary console
23:53.29m4ti just tested it. works fine. need root ofc.'
23:53.34L29Ahgrkelk4: can you connect to uart?
23:53.50grkelk4even if I sudo it, it says permission denied
23:53.50L29Ahalso yes /dev/tty1 should do it
23:54.00m4tyou can't redirect with sudo
23:54.01grkelk4so i assume it does not work
23:54.11L29Ahsudo -i
23:54.12m4tyou'd need to do sudo journalctl -f | sudo tee -a /dev/tty1
23:54.18L29Ahor ^ yes
23:54.22m4tor sudo -i...preferred
23:55.13m4tsudo journalctl -f | sudo /bin/sh -c "cat > /dev/tty1"
23:55.15m4t:D
23:55.34grkelk4aha
23:58.46grkelk4is there simple way to make content of that journalctl -f MORE verbose?
23:59.49L29Ahomg systemd
23:59.51L29Ahhides

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.