Open kuzminets opened 3 years ago
Have you tried rebootinng your server? Or clearing the config, backing up, and run setup again.
It's a fresh installation. The zombie processes appear after a few minutes the BTCPay server is up. It happens both after server reboot and manual service restart with btcpay-restart.sh
# ps -elf | grep Z
F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
0 Z root 6928 5483 0 80 0 - 0 - 14:10 ? 00:00:00 [fetchinvoice] <defunct>
0 Z root 6935 5483 0 80 0 - 0 - 14:10 ? 00:00:00 [offers] <defunct>
I have the same thing in my server:
4 Z root 339456 337792 0 80 0 - 0 - 06:34 ? 00:00:00 [fetchinvoice] <defunct>
4 Z root 339464 337792 0 80 0 - 0 - 06:34 ? 00:00:00 [offers] <defunct>
0 S root 357398 356869 0 80 0 - 2040 ? 06:58 pts/0 00:00:00 grep --color=auto Z
After login on Ubuntu 20.04 I get a notification
=> There are 2 zombie processes.
BTCPay-server runs in docker.It seems to be lightningd child processes
[fetchinvoice] <defunct>
and[offers] <defunct>
.The
ps auxf
output:Why does it happen? Is it something I need to fix? Thanks