NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.94k stars 13.96k forks source link

Kernel 6.6 and Kernel 6.6.1 or latest release #268722

Open JaKooLit opened 11 months ago

JaKooLit commented 11 months ago

Describe the bug

I am not exactly sure but everytime I upgrade my kernel through configuration boot.kernelPackages = pkgs.linuxPackages_latest;

Once succesfully rebooted into new kernel, (verified through uname -r)

My system will hang nor wont respond anymore if I open thunar or any gui file manager (pcmanfm, dolphin) and try to access root file system just by clicking the file system partition. I cant launch anything and to get out of it, need to physically push the power button on my pc just to shutdown.

However, if I have an opened tty, for say I am using a web browser, nor I have a gui file manager opened, I can still use those apps until I close again and it will not relaunch anymore.

So my system will not completely hang.

However, I wont experience this "phenomenon" if I access the root file partition using tty (cd, ls etc) or if I use a tty based file manager like ranger.

I started experiencing this with Kernel 6.6 and now, I am back to latest LTS kernel.

I have experienced this issue on 3 different systems

  1. Laptop with AMD-Nvidia
  2. Desktop with full AMD
  3. mini PC with Intel

Steps To Reproduce

Steps to reproduce the behavior:

  1. Upgrade to latest kernel 6.6 or 6.6.1
  2. Open thunar
  3. Click on the file system or root file system
  4. Launch new apps (any apps) - system will not launch anything

Expected behavior

To be able to just access the root file system without making my system unable to launch anything.

Screenshots

Ill be happy to send a video if not clear above

Additional context

NIL

Notify maintainers

I dont know who to notify

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
output here
RaitoBezarius commented 11 months ago

It's hard to action this type of issue as we are not kernel developers neither we have an idea of your system. It would be nice to produce logs from the kernel log, e.g. dmesg and journalctl -b and post them here when such things happen.

JaKooLit commented 11 months ago

Thanks for your reply.

Attached here are dmesgs, journalctl for the last 20 mins

dmesg.txt dmesg_2.txt dmesg_3.txt journalctl.txt