Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

pyng

Members
  • Joined

  • Last visited

  1. So in partial answer to my question, Zombie processes have apparently ended but the parent process has not yet collected their exit status. I can get the parent process on the zombie process using something like 'ps -x -o pid,ppid,state,cmd' or 'pstree -p' I can also find the container they are in using /proc/<pid>/cgroup, and inspect the docker container with that id. $ ps -x -o pid,ppid,state,cmd | grep Z\ 3072999 3072506 Z [Socket Process] <defunct> 3073019 3072506 Z [RDD Process] <defunct> 3073147 3072506 Z [Utility Process] <defunct> ... $ ps 3072506 PID TTY STAT TIME COMMAND 3072506 ? Ssl 0:00 uv run main.py $ cat /proc/3072999/cgroup 0::/docker/8bb21a3eccc9bd44ee1ddc60f33062c4043315e6e6789dafb2957bc855b2d8e2 $ docker inspect 8bb21a3eccc9bd|grep Name "Name": "/byparr", So this shows that in my case, the hundreds of zombie processes came from the byparr container.
  2. As per title, I have many zombie processes. These seem to be mainly Socket Process, RDD Process, Utility Process, whatever these are. There are also a couple of frankenphp processes. What are these processes used for, how do I see which container they are related to, and what might cause zombie processes? zombie process list I'm not sure if this is related. Sometimes when adding containers, the entire webui freezes for a really long time. Even other browser windows to other parts of the unraid webui are unresponsive. Eventually (maybe 15, 30 mins later?) it continues. tower-diagnostics-20251121-2344.zip

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.