Random Freezing/Not responding

  • If upgrading the kernel to 5.12 wouldn’t help neither, please try to create a new user and log in there and see if you have the issue there as well. (E.G. couch2)
  • if the above doesn’t help neither, please:
    • Post the output of an

      inxi --admin --verbosity=7 --filter --no-host --width
      
    • Run the following in a terminal (and keep that terminal open, minimized is fine):

      watch --interval=3 'free --human > /var/tmp/myfree.txt'
      
    • when the problem arrives:

      • note the exact time

      • REISUB

      • Post the output of:

        journalctl --system --boot=-1 --since "YYYY-MM-DD HH:MM:SS" --until "YYYY-MM-DD HH:MM:SS"
        

      where YYYY-MM-DD is obviously the date and HH:MM:SS is 3 seconds before and after the freeze issue.

      • Obviously, provide the contents of /var/tmp/myfree.txt too

:thinking:

1 Like