<beerman>
jue interesting. do you have any lua interpreter installed?
<braewoods>
beerman, Lua's major versions are treated as separate entities by every package I've ever seen using it. if you only package one version, this could explain the problem.
<braewoods>
and i saw lua jit which is limited to a somewhat outdated Lua version.
<braewoods>
5.1, yep.
<braewoods>
5.4 is the latest.
<beerman>
yeah it's a bit confusing, luajit is worse as they do not believe in stable release tags :D but neovim bundles its own dependencies which allows for a slim dependency chain and a pretty stable editor experience
<braewoods>
I wonder if it's something to do with keyboard input. ^C is ctrl-C and will sometimes be printed to terminal when pressed.
<braewoods>
But ^@ is ctrl+@?
<ukky>
That garbage is printed by one of the commands in /etc/rc. Probably easy to debug, just add 'echo "Checkpoint NNN"' after each command.
<SiFuh>
ukky: I did already. I wrote echo -n "T Minus 13" from the top of the rc script all the way down until I got to hostname. The machine is busy right now, so I wasn't going to test it today.