user shepherd stays around with some zombies

  • Open
  • quality assurance status badge
Details
2 participants
  • dannym
  • Jake
Owner
unassigned
Submitted by
dannym
Severity
normal

Debbugs page

dannym wrote 13 hours ago
(name . Bug Guix)(address . bug-guix@gnu.org)
fc9ad8bb0188a074005a1eb1648cb755@friendly-machines.com
Steps to reproduce:

1. Log into the console using your regular user
2. Log into GUI using your regular user
3. Log out of GUI
4. Switch to logged-in console
5. Run "px --tree" there
6. Observe the following:

shepherd(1)
accounts-daemon(1110)
avahi-daemon:(2443)
avahi-daemon:(2446)
bluetoothd(1026)
colord(25587)
cupsd(2440)
dbus-daemon(769)
dnsmasq(1845)
dnsmasq(1846)
earlyoom(744)
elogind(1024)
gdm(1038)
guix-daemon(740)
libvirtd(1023)
login(26536)
-bash(6739)
mcron(747)
mingetty... (5×)
ModemManager(1276)
NetworkManager(1256)
nginx:(797)
nginx:(798)
nscd(2177)
polkitd(1231)
postgres(852)
postgres:... (6×)
rasdaemon(796)
rpc.idmapd(2447)
rpc.mountd(2501)
rpc.statd(2444)
rpcbind(2441)
shepherd(6395) <--- also dannym
[dbus-daemon](6397)
[ssh-agent](6444)
[xdg-permission-](6411)
wireplumber(6399)
shepherd(26114) <--- dannym
dbus-daemon(6881)
pipewire(6882)
pipewire-pulse(6883)
ssh-agent(6880)
wireplumber(6888)
xdg-permission-store(7259)
udevd(330)
upowerd(1025)
virtlogd(742)
wpa_supplicant(1045)

Those "[...]" with brackets mean that these processes were not reaped
(so is defunct).

What the hell?

$ guix describe
Generation 194 Mar 13 2025 19:11:33 (current)
guix 678b3dd
branch: master
commit: 678b3dddfe442e643fe5cff7730d4f9690c3e2c2
Jake wrote 9 hours ago
(address . dannym@friendly-machines.com)(address . 76998@debbugs.gnu.org)
CAJqVjv8HTo0HxkyEVP94w1bWCyGvXP2HmURdHM1Bd_mY0wKBYw@mail.gmail.com
Is this the same as
?

Jake

On Fri, 14 Mar 2025 at 5:41 am, <dannym@friendly-machines.com> wrote:

Toggle quote (73 lines)
> Steps to reproduce:
>
> 1. Log into the console using your regular user
> 2. Log into GUI using your regular user
> 3. Log out of GUI
> 4. Switch to logged-in console
> 5. Run "px --tree" there
> 6. Observe the following:
>
> shepherd(1)
> accounts-daemon(1110)
> avahi-daemon:(2443)
> avahi-daemon:(2446)
> bluetoothd(1026)
> colord(25587)
> cupsd(2440)
> dbus-daemon(769)
> dnsmasq(1845)
> dnsmasq(1846)
> earlyoom(744)
> elogind(1024)
> gdm(1038)
> guix-daemon(740)
> libvirtd(1023)
> login(26536)
> -bash(6739)
> mcron(747)
> mingetty... (5×)
> ModemManager(1276)
> NetworkManager(1256)
> nginx:(797)
> nginx:(798)
> nscd(2177)
> polkitd(1231)
> postgres(852)
> postgres:... (6×)
> rasdaemon(796)
> rpc.idmapd(2447)
> rpc.mountd(2501)
> rpc.statd(2444)
> rpcbind(2441)
> shepherd(6395) <--- also dannym
> [dbus-daemon](6397)
> [ssh-agent](6444)
> [xdg-permission-](6411)
> wireplumber(6399)
> shepherd(26114) <--- dannym
> dbus-daemon(6881)
> pipewire(6882)
> pipewire-pulse(6883)
> ssh-agent(6880)
> wireplumber(6888)
> xdg-permission-store(7259)
> udevd(330)
> upowerd(1025)
> virtlogd(742)
> wpa_supplicant(1045)
>
> Those "[...]" with brackets mean that these processes were not reaped
> (so is defunct).
>
> What the hell?
>
> $ guix describe
> Generation 194 Mar 13 2025 19:11:33 (current)
> guix 678b3dd
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: 678b3dddfe442e643fe5cff7730d4f9690c3e2c2
>
>
>
>
Attachment: file
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76998@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76998
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help