NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.42k stars 13.63k forks source link

gnome-shell trying to execute /bin/bash in loop #326886

Open yajo opened 2 months ago

yajo commented 2 months ago

Describe the bug

Not sure why, but my user logs are full of this message:

jul 13 19:49:14 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:49:19 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:49:24 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:49:29 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:49:34 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:49:39 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:49:44 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:49:49 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:49:54 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:49:59 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:50:04 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:50:09 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:50:14 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:50:19 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)
jul 13 19:50:24 yajothink .gnome-shell-wr[2976]: Falló al ejecutar el proceso hijo «/bin/bash» (No such file or directory)

Steps To Reproduce

Steps to reproduce the behavior:

  1. Login on gnome

Expected behavior

It shouldn't try to execute an unexisting binary.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

The system + home manager flake is: gitlab:yajoman/minfra/3b174a61a0d7a8a1a5d904a21ef21e3295815c09#yajothink

Notify maintainers

@bobby285271 @dasj19 @jtojnar @hedning

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"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.37, NixOS, 24.05 (Uakari), 24.05.20240707.1948467`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.4`
 - nixpkgs: `/nix/store/2nnisw4pxbifisbkg58hrnis9ycs5ah1-source`

Add a :+1: reaction to issues you find important.

jtojnar commented 2 months ago

Do you use any GNOME Shell extensions?

yajo commented 2 months ago

Yes, that's it! It looks like the problem comes from gnomeExtensions.system-monitor-next. The version shipped with NixOS 24.05 doesn't include https://github.com/mgalgs/gnome-shell-system-monitor-applet/commit/687bee11a9911eca39e5e4562234631a0203fae5.

honnip commented 2 months ago

#325257 will close this

The version shipped with NixOS 24.05 doesn't include https://github.com/mgalgs/gnome-shell-system-monitor-applet/commit/687bee11a9911eca39e5e4562234631a0203fae5.

Sorry I didn't look closely enough. Some backports are missing.

honnip commented 2 months ago

I'll update the extension on 24.05 channel after #317201 is merged