logic

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by logic

  1. Awesome, glad it helped; hopefully we can get it fixed correctly in the distribution. I verified that it's not in Nerd Pack and definitely in the base Unraid image. The screen package adds its own terminfo but doesn't touch anything else.
  2. There is an issue with /usr/share/terminfo/x/xterm-256color that's preventing it from being used (not sure what exactly, I didn't dig too far). I fixed it by using infocmp to dump the terminfo from my mac. I put the xterm-256color.terminfo file that resulted (see here for my copy, YMMV) into /boot/config/ and added the following to my go script: # fix xterm-256color terminfo tic /boot/config/xterm-256color.terminfo
  3. Any chance we can have CONFIG_X86_MCELOG_LEGACY enabled in the kernel config? mcelog won't work without it and rasdaemon (its spiritual successor) requires systemd. On another note, is /usr/share/terminfo/x/xterm-256color provided with the Unraid base install or something in nerd pack? There seems to be an issue with it, I had to replace it with a copy dumped from my mojave install (source here if other people run into the issue)
  4. The text about Machine Check Events no longer works because /dev/mcelog is no longer created with the current unRAID kernel configuration - this prevents the mcelog program from doing anything. Anyone have a suggested alternative?