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.

Out of Memory alert

Featured Replies

For the past few days I have been getting an out of memory alert. The alert comes through at 4:40am. I am not aware of any tasks that are scheduled for this time.

 

The system is running 16gb of RAM and it's not running any VMs and is primarily used to run *arrs, plex and immich. There are a couple of user scripts which run but they have been online for a while now; much longer than I have been getting this alert.

 

I've posted the diagnostics from  a couple of days back to see if anyone can pinpoint what the issue may be.

 

Thanks

smallserving-diagnostics-20250417-2227.zip

  • Community Expert

4:40 am is the usual time to run "daily" cronjobs.

So take a look at the crontab, maybe start each of the jobs manually one by one to see which one breaks the limits.

Then report back, maybe there is an easy solution to fix it.

 

  • Community Expert
20 hours ago, bobbyt said:

For the past few days I have been getting an out of memory alert. The alert comes through at 4:40am. I am not aware of any tasks that are scheduled for this time.

 

The system is running 16gb of RAM and it's not running any VMs and is primarily used to run *arrs, plex and immich. There are a couple of user scripts which run but they have been online for a while now; much longer than I have been getting this alert.

 

I've posted the diagnostics from  a couple of days back to see if anyone can pinpoint what the issue may be.

 

Thanks

smallserving-diagnostics-20250417-2227.zip 199.68 kB · 1 download

 

 

The OOM event happened on the 17th, the daily alert you're receiving is probably from Fix Common Problems doing its scan - it will continue to warn you until you reboot and clear the log.

 

If you know were doing something at 0627 on the 17th using and a bunch of curl scripts and chromium, you can ignore it.

  • Author
11 hours ago, MAM59 said:

4:40 am is the usual time to run "daily" cronjobs.

So take a look at the crontab, maybe start each of the jobs manually one by one to see which one breaks the limits.

Then report back, maybe there is an easy solution to fix it.

 

I don't see anything scheduled to run at 4:40am in the daily cron file:

nano /etc/cron.d/root


 

# Generated docker monitoring schedule:
10 0 * * 1 /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/dockerupdate check &> /dev/null

# Generated system monitoring schedule:
*/1 * * * * /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null

# Generated mover schedule:
40 3 * * * /usr/local/sbin/mover &> /dev/null

# Generated parity check schedule:
30 0 * 2,5,8,11 4 [[ $(date +%e) -le 7 ]] && /usr/local/sbin/mdcmd check NOCORRECT &> /dev/null || :
# Generated plugins version check schedule:
10 0 * * 1 /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugincheck &> /dev/null

# Generated Unraid OS update check schedule:
11 0 * * 1 /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/unraidcheck &> /dev/null

# Appdata.Backup cron settings
0 1 * * 2 php /usr/local/emhttp/plugins/appdata.backup/scripts/backup.php > /dev/null 2>&1

# CRON for CA background scanning of applications
41 * * * * php /usr/local/emhttp/plugins/community.applications/scripts/notices.php > /dev/null 2>&1

# Generated cron schedule for user.scripts
0 4 * * 4 /usr/local/emhttp/plugins/user.scripts/startCustom.php /boot/config/plugins/user.scripts/scripts/weekly_backup/script > /dev/null 2>&1

 

However, crontab does show a call to the daily cron script at 4:40:

crontab -u root -l

 

# Run hourly cron jobs at 47 minutes after the hour:
47 * * * * /usr/bin/run-parts /etc/cron.hourly 1> /dev/null
#
# Run daily cron jobs at 4:40 every day:
40 4 * * * /usr/bin/run-parts /etc/cron.daily 1> /dev/null
#
# Run weekly cron jobs at 4:30 on the first day of the week:
30 4 * * 0 /usr/bin/run-parts /etc/cron.weekly 1> /dev/null
#
# Run monthly cron jobs at 4:20 on the first day of the month:
20 4 1 * * /usr/bin/run-parts /etc/cron.monthly 1> /dev/null

 

If I've checked the wrong things here just let me know. I'm kinda new with this.

  • Author
7 hours ago, Michael_P said:

 

 

The OOM event happened on the 17th, the daily alert you're receiving is probably from Fix Common Problems doing its scan - it will continue to warn you until you reboot and clear the log.

 

If you know were doing something at 0627 on the 17th using and a bunch of curl scripts and chromium, you can ignore it.

I don't have anything scheduled to be running at 6:27am that I know of (see my reply above with the output of crontab and cron.d).
 

I don't (knowingly) have any curl scripts running and I haven't got chromium running, at least as a standalone docker.

 

Here is my list of dockers in the event that this provides some insight:

docker ps -a


 

CONTAINER ID   IMAGE                                                COMMAND                  CREATED        STATUS                      PORTS                                                                                                                                                                                                                           NAMES
5b96bc28318e   slskd/slskd:latest                                   "/usr/bin/tini -- ./…"   5 days ago     Exited (143) 28 hours ago                                                                                                                                                                                                                                   slskd
ac32fd798b03   ghcr.io/hotio/readarr:latest                         "/init"                  5 days ago     Up 5 days                   0.0.0.0:8787->8787/tcp, :::8787->8787/tcp                                                                                                                                                                                       readarr
cf15397546d2   lscr.io/linuxserver/duckdns                          "/init"                  5 days ago     Up 5 days                                                                                                                                                                                                                                                   duckdns
54ceff6bceeb   ghcr.io/hotio/prowlarr:latest                        "/init"                  10 days ago    Up 5 days                   0.0.0.0:9696->9696/tcp, :::9696->9696/tcp                                                                                                                                                                                       prowlarr
44becd6346b5   ghcr.io/hotio/plex:latest                            "/init"                  10 days ago    Up 5 days                   0.0.0.0:32400->32400/tcp, :::32400->32400/tcp                                                                                                                                                                                   plex
d480e815a756   lscr.io/linuxserver/lidarr                           "/init"                  10 days ago    Up 5 days                   0.0.0.0:8686->8686/tcp, :::8686->8686/tcp                                                                                                                                                                                       lidarr
2787c0d83cd2   lscr.io/linuxserver/kavita                           "/init"                  10 days ago    Up 5 days                   0.0.0.0:5000->5000/tcp, :::5000->5000/tcp                                                                                                                                                                                       kavita
7bed43523779   ghcr.io/immich-app/immich-machine-learning:release   "tini -- python -m i…"   2 weeks ago    Up 5 days (healthy)                                                                                                                                                                                                                                         immich_machine_learning
68c075bc91b3   ghcr.io/immich-app/immich-server:release             "tini -- /bin/bash s…"   2 weeks ago    Up 5 days (healthy)         0.0.0.0:2283->2283/tcp, :::2283->2283/tcp                                                                                                                                                                                       immich_server
8111cd896bd2   ghcr.io/hotio/sonarr:latest                          "/init"                  2 weeks ago    Up 5 days                   0.0.0.0:8989->8989/tcp, :::8989->8989/tcp                                                                                                                                                                                       sonarr
c72696db8769   ghcr.io/hotio/radarr:latest                          "/init"                  2 weeks ago    Up 5 days                   0.0.0.0:7878->7878/tcp, :::7878->7878/tcp                                                                                                                                                                                       radarr
209d0fbb3844   ghcr.io/hotio/overseerr:latest                       "/init"                  2 weeks ago    Up 5 days                   0.0.0.0:5055->5055/tcp, :::5055->5055/tcp                                                                                                                                                                                       overseerr
d02297aef051   ghcr.io/hotio/duplicacy:latest                       "/init"                  2 weeks ago    Up 5 days                   0.0.0.0:3875->3875/tcp, :::3875->3875/tcp                                                                                                                                                                                       duplicacy
165d635466d6   mikenye/picard                                       "/init"                  6 weeks ago    Exited (255) 5 weeks ago    0.0.0.0:5800->5800/tcp, :::5800->5800/tcp, 5900/tcp                                                                                                                                                                             MusicBrainz-Picard
5576c9ad7d27   mrusse08/soularr:latest                              "bash run.sh"            7 weeks ago    Exited (137) 28 hours ago                                                                                                                                                                                                                                   soularr
bb968a11771a   binhex/arch-qbittorrentvpn                           "/usr/bin/dumb-init …"   7 weeks ago    Up 5 days                   0.0.0.0:8080->8080/tcp, :::8080->8080/tcp, 0.0.0.0:8118->8118/tcp, :::8118->8118/tcp, 0.0.0.0:9118->9118/tcp, :::9118->9118/tcp, 0.0.0.0:58946->58946/tcp, :::58946->58946/tcp, 0.0.0.0:58946->58946/udp, :::58946->58946/udp   binhex-qbittorrentvpn
7a114ab2124a   prodrigestivill/postgres-backup-local:14             "/init.sh"               3 months ago   Up 5 days (healthy)         5432/tcp                                                                                                                                                                                                                        immich_db_dumper
8244de3d97ba   tensorchord/pgvecto-rs:pg14-v0.2.0                   "docker-entrypoint.s…"   3 months ago   Up 5 days (healthy)         5432/tcp                                                                                                                                                                                                                        immich_postgres
0aefed15c85d   redis:6.2-alpine                                     "docker-entrypoint.s…"   3 months ago   Up 5 days (healthy)         6379/tcp                                                                                                                                                                                                                        immich_redis
0784cbb0c7d6   louislam/uptime-kuma                                 "/usr/bin/dumb-init …"   4 months ago   Up 5 days (healthy)         0.0.0.0:3001->3001/tcp, :::3001->3001/tcp                                                                                                                                                                                       UptimeKuma
7fe55794fcf1   flaresolverr/flaresolverr                            "/usr/bin/dumb-init …"   5 months ago   Up 3 days                   0.0.0.0:8191->8191/tcp, :::8191->8191/tcp, 8192/tcp                                                                                                                                                                             flaresolverr
018c124ca47a   split2flac_v2-docker                                 "/bin/bash -c 'sleep…"   6 months ago   Exited (137) 7 weeks ago                                                                                                                                                                                                                                    split2flac_v2_container
3d85bdf3ee35   split2flac-docker                                    "/bin/bash -c 'sleep…"   8 months ago   Exited (137) 5 months ago                                                                                                                                                                                                                                   test_split2flac_container

 

Let me know if there's anything else you need from me to help and try and track this down

  • Community Expert
31 minutes ago, bobbyt said:
# Run daily cron jobs at 4:40 every day:
40 4 * * * /usr/bin/run-parts /etc/cron.daily 1> /dev/null
#

Thats what I thought of...

Check what is in that directory, each of those scripts are executed one after the other  at that time

For me it is just "logrotate" and "start user scripts..." (which launches a lot of scripts from within the GUI).

Dunno what you have in there so check it out and try to start each of those manually to see if the error shows up again.

 

  • Author
5 minutes ago, MAM59 said:

Thats what I thought of...

Check what is in that directory, each of those scripts are executed one after the other  at that time

For me it is just "logrotate" and "start user scripts..." (which launches a lot of scripts from within the GUI).

Dunno what you have in there so check it out and try to start each of those manually to see if the error shows up again.

 

This is the contents of the directory (nothing seems out of the ordinary here based on what you have in yours):
 

ls /etc/cron.daily
fix.common.problems.sh*  logrotate*  user.script.start.daily.sh*

 

Calling them from the terminal runs them without any output to the terminal or printing errors to the dashboard or my discord message service.

I hadn't "acknowledged" the error in fix common problems until today. I guess I can wait and see if it sends the error again tomorrow morning

  • Community Expert
41 minutes ago, bobbyt said:

I don't have anything scheduled to be running at 6:27am that I know of (see my reply above with the output of crontab and cron.d).
 

I don't (knowingly) have any curl scripts running and I haven't got chromium running, at least as a standalone docker.

 

Here is my list of dockers in the event that this provides some insight:

docker ps -a


 

 

Let me know if there's anything else you need from me to help and try and track this down

 

The only thing that would generate the alert about the OOM event is FCP, unless you've configured another monitor, and FCP will alert every time its run until the log is cleared

 

 

Post the output of ps -auxf from the unraid terminal and make sure to sanitize any user names and passwords (especially from your bittorrent VPN container), might be able to drill down to which container is launching all of this:

 

 

Apr 17 06:27:14 SmallServing kernel: [  27987]    99 27987      619       24    40960        0             0 tini
Apr 17 06:27:14 SmallServing kernel: [  28024]    99 28024      645       24    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  28025]    99 28025  2302097    56115  1757184        0             0 slskd
Apr 17 06:27:14 SmallServing kernel: [  32403]     0 32403     2583     1057    49152        0             0 ttyd
Apr 17 06:27:14 SmallServing kernel: [   3899]     0  3899     7507     6646    94208        0             0 python
Apr 17 06:27:14 SmallServing kernel: [  19977]     0 19977   220044    20509   610304        0             0 python
Apr 17 06:27:14 SmallServing kernel: [  24167]     0 24167     1006       66    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  26537]     0 26537     1006       65    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  29388]     0 29388     4807      148    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  31545]     0 31545     4807      149    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  32765]     0 32765     1006       61    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [    962]     0   962     1006       63    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   1733]     0  1733     4807      128    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   1734]     0  1734     4807      128    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   1958]     0  1958     1006       66    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   3400]     0  3400     1006       66    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   3998]     0  3998     1006       65    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   4030]     0  4030     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   4842]     0  4842     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   5435]     0  5435     1006       62    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   5511]     0  5511     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   7493]     0  7493     1006       66    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   7690]     0  7690     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   8938]     0  8938     1006       66    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   9353]     0  9353     4807      129    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  12954]     0 12954     1006       66    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  12991]     0 12991     4807      127    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  14630]     0 14630     1006       67    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  15509]     0 15509     4807      127    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  15790]     0 15790     4807      129    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  15813]     0 15813     1006       65    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  16390]     0 16390     1006       68    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  17235]     0 17235     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  17480]     0 17480     1006       67    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  17751]     0 17751     4807      129    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  18121]     0 18121     1006       58    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  18584]     0 18584     1006       68    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  18712]     0 18712     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  18728]     0 18728     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  19652]     0 19652     4807      128    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  19704]     0 19704     1006       67    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  20275]     0 20275     1006       67    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  20344]     0 20344     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  20381]  1000 20381    76045      358   147456        0             0 chromium
Apr 17 06:27:14 SmallServing kernel: [  20384]  1000 20384  8398212      335   126976        0             0 chromedriver
Apr 17 06:27:14 SmallServing kernel: [  20681]   999 20681   160231      748   139264        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20682]   999 20682   160231     1796   155648        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20683]   999 20683   160231     4814   167936        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20684]   999 20684   160367      915   176128        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20685]   999 20685    19953      643   118784        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20734]   999 20734   343908      715   335872        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20735]   999 20735   160365      845   155648        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20883]     0 20883     1006       68    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  21034]     0 21034     4807      127    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  21063]     0 21063     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  21236]     0 21236     1006       68    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  21654]     0 21654     4807      127    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  21813]     0 21813     1006       65    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  22061]     0 22061     4807      127    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  22443]     0 22443     1006       67    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  22770]     0 22770     4418       81    69632        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  22777]    99 22777      586       67    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  23437]     0 23437    11079     1379    86016        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [  24611]     0 24611     1964      172    49152        0             0 wg-quick
Apr 17 06:27:14 SmallServing kernel: [  25343]    99 25343      586       66    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  26495]    99 26495      645       28    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  26815]    99 26815      645       28    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  28527]    99 28527      586       67    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  31116]    99 31116     2572       92    57344        0             0 wget
Apr 17 06:27:14 SmallServing kernel: [  31117]    99 31117     2572       92    57344        0             0 wget
Apr 17 06:27:14 SmallServing kernel: [  31519]    99 31519      587       68    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  31520]    99 31520     1644      132    49152        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [  31628]     0 31628     4418       81    65536        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  31760]     0 31760    11079     1348    86016        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [  31862]    99 31862      587       67    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  31863]    99 31863     1644      132    45056        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [  32384]    99 32384      587       69    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  32385]    99 32385     1644      132    45056        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [   1128]     0  1128     4418       81    65536        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   1207]     0  1207    11079     1237    81920        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [   1649]     0  1649     3089      793    61440        0             0 python
Apr 17 06:27:14 SmallServing kernel: [   2618]     0  2618    11079     1210    81920        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [   3131]     0  3131     3593     1045    69632        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   3173]    99  3173      586       67    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   5064]     0  5064     3107      589    61440        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   6306]    99  6306      586       66    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   7568]    99  7568      586       66    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   7569]    99  7569     1644      133    49152        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [   7570]    99  7570      587       68    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   7571]    99  7571     3028      216    61440        0             0 dig
Apr 17 06:27:14 SmallServing kernel: [   7572]    99  7572      406       12    36864        0             0 sed
Apr 17 06:27:14 SmallServing kernel: [   8822]     0  8822     3134      589    57344        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   9624]    99  9624      586       65    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   9625]    99  9625     1644      132    49152        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [   9626]    99  9626      587       68    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   9627]    99  9627     3027      215    61440        0             0 dig
Apr 17 06:27:14 SmallServing kernel: [   9628]    99  9628      406       13    40960        0             0 sed
Apr 17 06:27:14 SmallServing kernel: [  10719]     0 10719     4772      148    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  11233]    99 11233      586       66    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  14256]    99 14256      586       65    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  14257]    99 14257     1644      134    49152        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [  14258]    99 14258      587       67    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  14259]    99 14259     3027      192    61440        0             0 dig
Apr 17 06:27:14 SmallServing kernel: [  14260]    99 14260      406       13    36864        0             0 sed
Apr 17 06:27:14 SmallServing kernel: [  16489]    99 16489      586       68    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  21735]    99 21735      586       67    36864        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  23757]    99 23757     2002      210    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  23807]    99 23807     2265      209    53248        0             0 drill
Apr 17 06:27:14 SmallServing kernel: [  23808]    99 23808     1601       31    49152        0             0 grep
Apr 17 06:27:14 SmallServing kernel: [  23809]    99 23809     1637       33    49152        0             0 grep
Apr 17 06:27:14 SmallServing kernel: [  23810]    99 23810     1464       26    49152        0             0 xargs
Apr 17 06:27:14 SmallServing kernel: [  24136]     0 24136    10823      824    77824        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [  24663]    99 24663      586       67    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  24664]    99 24664     1644      133    49152        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [  24665]    99 24665      587       69    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  24666]    99 24666     3027      180    61440        0             0 dig
Apr 17 06:27:14 SmallServing kernel: [  24667]    99 24667      406       14    40960        0             0 sed
Apr 17 06:27:14 SmallServing kernel: [  24920]     0 24920     8902       45    57344        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  25024]     0 25024      669       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  25358]     0 25358      669       28    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  27043]     0 27043    10823      858    81920        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [  28245]    99 28245      586       66    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  28557]     0 28557      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  29746]     0 29746     2845      350    61440        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  31078]     0 31078     8902       46    53248        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  32426]     0 32426    10823      763    77824        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [   1824]     0  1824     1006       67    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   1825]     0  1825     1006       63    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   2569]     0  2569      644       26    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [   3266]    99  3266      586       66    36864        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   3267]    99  3267     1644      134    53248        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [   3268]    99  3268      587       69    36864        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   3269]    99  3269     3027      180    61440        0             0 dig
Apr 17 06:27:14 SmallServing kernel: [   3270]    99  3270      406       11    40960        0             0 sed
Apr 17 06:27:14 SmallServing kernel: [   3271]    99  3271     2587      178    57344        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   3395]     0  3395     2845      338    61440        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   3465]    99  3465     2588      180    57344        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   7184]     0  7184      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [   8648]     0  8648      644       26    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [   9730]     0  9730     2873      357    61440        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  10697]     0 10697     2872      357    61440        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  12179]     0 12179      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  14702]     0 14702      644       26    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  15411]     0 15411     4772      149    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  17009]     0 17009     2779      282    61440        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  20299]     0 20299      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  24209]     0 24209     2779      261    57344        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  26035]     0 26035      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  28020]     0 28020     2639      149    57344        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   7175]    99  7175     2560      150    57344        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  13429]     0 13429      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  18373]     0 18373     2639      128    57344        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  28009]     0 28009      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  31634]     0 31634     4083       57    65536        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  31643]     0 31643     2606      102    57344        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   3282]     0  3282     1282       36    40960        0             0 ip
Apr 17 06:27:14 SmallServing kernel: [   4057]    99  4057      586       67    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   4058]    99  4058     1643      118    53248        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [   4079]    99  4079      587       68    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   4080]    99  4080     3027       43    53248        0             0 dig
Apr 17 06:27:14 SmallServing kernel: [   4081]    99  4081      406       12    40960        0             0 sed
Apr 17 06:27:14 SmallServing kernel: [   9603]    99  9603      410       16    36864        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [   9677]    99  9677     1643      113    53248        0             0 sleep
Apr 17 06:27:14 SmallServing kernel: [  11260]     0 11260      995      729    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  11264]     0 11264    23911     3215   167936        0             0 php
Apr 17 06:27:14 SmallServing kernel: [  11586]     0 11586      994      704    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  11601]     0 11601    23911     3021   176128        0             0 startCustom.php
Apr 17 06:27:14 SmallServing kernel: [  11669]     0 11669      995      719    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  11670]     0 11670   183769     1494   159744        0             0 docker
Apr 17 06:27:14 SmallServing kernel: [  11696]     0 11696      994      737    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  11697]     0 11697    23911     3011   172032        0             0 startBackground
Apr 17 06:27:14 SmallServing kernel: [  11713]     0 11713      994      719    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  11714]     0 11714     1002      712    40960        0             0 script
Apr 17 06:27:14 SmallServing kernel: [  11723]     0 11723    23944     3016   172032        0             0 notify

 

 

  • Author
50 minutes ago, Michael_P said:

 

The only thing that would generate the alert about the OOM event is FCP, unless you've configured another monitor, and FCP will alert every time its run until the log is cleared

 

 

Post the output of ps -auxf from the unraid terminal and make sure to sanitize any user names and passwords (especially from your bittorrent VPN container), might be able to drill down to which container is launching all of this:

 

 

Apr 17 06:27:14 SmallServing kernel: [  27987]    99 27987      619       24    40960        0             0 tini
Apr 17 06:27:14 SmallServing kernel: [  28024]    99 28024      645       24    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  28025]    99 28025  2302097    56115  1757184        0             0 slskd
Apr 17 06:27:14 SmallServing kernel: [  32403]     0 32403     2583     1057    49152        0             0 ttyd
Apr 17 06:27:14 SmallServing kernel: [   3899]     0  3899     7507     6646    94208        0             0 python
Apr 17 06:27:14 SmallServing kernel: [  19977]     0 19977   220044    20509   610304        0             0 python
Apr 17 06:27:14 SmallServing kernel: [  24167]     0 24167     1006       66    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  26537]     0 26537     1006       65    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  29388]     0 29388     4807      148    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  31545]     0 31545     4807      149    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  32765]     0 32765     1006       61    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [    962]     0   962     1006       63    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   1733]     0  1733     4807      128    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   1734]     0  1734     4807      128    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   1958]     0  1958     1006       66    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   3400]     0  3400     1006       66    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   3998]     0  3998     1006       65    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   4030]     0  4030     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   4842]     0  4842     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   5435]     0  5435     1006       62    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   5511]     0  5511     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   7493]     0  7493     1006       66    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   7690]     0  7690     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   8938]     0  8938     1006       66    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   9353]     0  9353     4807      129    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  12954]     0 12954     1006       66    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  12991]     0 12991     4807      127    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  14630]     0 14630     1006       67    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  15509]     0 15509     4807      127    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  15790]     0 15790     4807      129    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  15813]     0 15813     1006       65    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  16390]     0 16390     1006       68    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  17235]     0 17235     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  17480]     0 17480     1006       67    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  17751]     0 17751     4807      129    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  18121]     0 18121     1006       58    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  18584]     0 18584     1006       68    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  18712]     0 18712     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  18728]     0 18728     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  19652]     0 19652     4807      128    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  19704]     0 19704     1006       67    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  20275]     0 20275     1006       67    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  20344]     0 20344     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  20381]  1000 20381    76045      358   147456        0             0 chromium
Apr 17 06:27:14 SmallServing kernel: [  20384]  1000 20384  8398212      335   126976        0             0 chromedriver
Apr 17 06:27:14 SmallServing kernel: [  20681]   999 20681   160231      748   139264        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20682]   999 20682   160231     1796   155648        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20683]   999 20683   160231     4814   167936        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20684]   999 20684   160367      915   176128        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20685]   999 20685    19953      643   118784        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20734]   999 20734   343908      715   335872        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20735]   999 20735   160365      845   155648        0             0 postgres
Apr 17 06:27:14 SmallServing kernel: [  20883]     0 20883     1006       68    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  21034]     0 21034     4807      127    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  21063]     0 21063     4807      128    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  21236]     0 21236     1006       68    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  21654]     0 21654     4807      127    73728        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  21813]     0 21813     1006       65    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  22061]     0 22061     4807      127    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  22443]     0 22443     1006       67    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  22770]     0 22770     4418       81    69632        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  22777]    99 22777      586       67    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  23437]     0 23437    11079     1379    86016        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [  24611]     0 24611     1964      172    49152        0             0 wg-quick
Apr 17 06:27:14 SmallServing kernel: [  25343]    99 25343      586       66    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  26495]    99 26495      645       28    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  26815]    99 26815      645       28    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  28527]    99 28527      586       67    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  31116]    99 31116     2572       92    57344        0             0 wget
Apr 17 06:27:14 SmallServing kernel: [  31117]    99 31117     2572       92    57344        0             0 wget
Apr 17 06:27:14 SmallServing kernel: [  31519]    99 31519      587       68    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  31520]    99 31520     1644      132    49152        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [  31628]     0 31628     4418       81    65536        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  31760]     0 31760    11079     1348    86016        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [  31862]    99 31862      587       67    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  31863]    99 31863     1644      132    45056        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [  32384]    99 32384      587       69    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  32385]    99 32385     1644      132    45056        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [   1128]     0  1128     4418       81    65536        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   1207]     0  1207    11079     1237    81920        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [   1649]     0  1649     3089      793    61440        0             0 python
Apr 17 06:27:14 SmallServing kernel: [   2618]     0  2618    11079     1210    81920        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [   3131]     0  3131     3593     1045    69632        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   3173]    99  3173      586       67    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   5064]     0  5064     3107      589    61440        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   6306]    99  6306      586       66    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   7568]    99  7568      586       66    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   7569]    99  7569     1644      133    49152        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [   7570]    99  7570      587       68    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   7571]    99  7571     3028      216    61440        0             0 dig
Apr 17 06:27:14 SmallServing kernel: [   7572]    99  7572      406       12    36864        0             0 sed
Apr 17 06:27:14 SmallServing kernel: [   8822]     0  8822     3134      589    57344        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   9624]    99  9624      586       65    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   9625]    99  9625     1644      132    49152        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [   9626]    99  9626      587       68    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   9627]    99  9627     3027      215    61440        0             0 dig
Apr 17 06:27:14 SmallServing kernel: [   9628]    99  9628      406       13    40960        0             0 sed
Apr 17 06:27:14 SmallServing kernel: [  10719]     0 10719     4772      148    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  11233]    99 11233      586       66    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  14256]    99 14256      586       65    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  14257]    99 14257     1644      134    49152        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [  14258]    99 14258      587       67    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  14259]    99 14259     3027      192    61440        0             0 dig
Apr 17 06:27:14 SmallServing kernel: [  14260]    99 14260      406       13    36864        0             0 sed
Apr 17 06:27:14 SmallServing kernel: [  16489]    99 16489      586       68    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  21735]    99 21735      586       67    36864        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  23757]    99 23757     2002      210    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  23807]    99 23807     2265      209    53248        0             0 drill
Apr 17 06:27:14 SmallServing kernel: [  23808]    99 23808     1601       31    49152        0             0 grep
Apr 17 06:27:14 SmallServing kernel: [  23809]    99 23809     1637       33    49152        0             0 grep
Apr 17 06:27:14 SmallServing kernel: [  23810]    99 23810     1464       26    49152        0             0 xargs
Apr 17 06:27:14 SmallServing kernel: [  24136]     0 24136    10823      824    77824        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [  24663]    99 24663      586       67    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  24664]    99 24664     1644      133    49152        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [  24665]    99 24665      587       69    40960        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  24666]    99 24666     3027      180    61440        0             0 dig
Apr 17 06:27:14 SmallServing kernel: [  24667]    99 24667      406       14    40960        0             0 sed
Apr 17 06:27:14 SmallServing kernel: [  24920]     0 24920     8902       45    57344        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  25024]     0 25024      669       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  25358]     0 25358      669       28    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  27043]     0 27043    10823      858    81920        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [  28245]    99 28245      586       66    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [  28557]     0 28557      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  29746]     0 29746     2845      350    61440        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  31078]     0 31078     8902       46    53248        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  32426]     0 32426    10823      763    77824        0             0 python3
Apr 17 06:27:14 SmallServing kernel: [   1824]     0  1824     1006       67    49152        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   1825]     0  1825     1006       63    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   2569]     0  2569      644       26    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [   3266]    99  3266      586       66    36864        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   3267]    99  3267     1644      134    53248        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [   3268]    99  3268      587       69    36864        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   3269]    99  3269     3027      180    61440        0             0 dig
Apr 17 06:27:14 SmallServing kernel: [   3270]    99  3270      406       11    40960        0             0 sed
Apr 17 06:27:14 SmallServing kernel: [   3271]    99  3271     2587      178    57344        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   3395]     0  3395     2845      338    61440        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   3465]    99  3465     2588      180    57344        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [   7184]     0  7184      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [   8648]     0  8648      644       26    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [   9730]     0  9730     2873      357    61440        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  10697]     0 10697     2872      357    61440        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  12179]     0 12179      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  14702]     0 14702      644       26    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  15411]     0 15411     4772      149    69632        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  17009]     0 17009     2779      282    61440        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  20299]     0 20299      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  24209]     0 24209     2779      261    57344        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  26035]     0 26035      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  28020]     0 28020     2639      149    57344        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   7175]    99  7175     2560      150    57344        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  13429]     0 13429      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  18373]     0 18373     2639      128    57344        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [  28009]     0 28009      644       27    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  31634]     0 31634     4083       57    65536        0             0 curl
Apr 17 06:27:14 SmallServing kernel: [  31643]     0 31643     2606      102    57344        0             0 pg_isready
Apr 17 06:27:14 SmallServing kernel: [   3282]     0  3282     1282       36    40960        0             0 ip
Apr 17 06:27:14 SmallServing kernel: [   4057]    99  4057      586       67    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   4058]    99  4058     1643      118    53248        0             0 tee
Apr 17 06:27:14 SmallServing kernel: [   4079]    99  4079      587       68    45056        0             0 bash
Apr 17 06:27:14 SmallServing kernel: [   4080]    99  4080     3027       43    53248        0             0 dig
Apr 17 06:27:14 SmallServing kernel: [   4081]    99  4081      406       12    40960        0             0 sed
Apr 17 06:27:14 SmallServing kernel: [   9603]    99  9603      410       16    36864        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [   9677]    99  9677     1643      113    53248        0             0 sleep
Apr 17 06:27:14 SmallServing kernel: [  11260]     0 11260      995      729    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  11264]     0 11264    23911     3215   167936        0             0 php
Apr 17 06:27:14 SmallServing kernel: [  11586]     0 11586      994      704    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  11601]     0 11601    23911     3021   176128        0             0 startCustom.php
Apr 17 06:27:14 SmallServing kernel: [  11669]     0 11669      995      719    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  11670]     0 11670   183769     1494   159744        0             0 docker
Apr 17 06:27:14 SmallServing kernel: [  11696]     0 11696      994      737    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  11697]     0 11697    23911     3011   172032        0             0 startBackground
Apr 17 06:27:14 SmallServing kernel: [  11713]     0 11713      994      719    40960        0             0 sh
Apr 17 06:27:14 SmallServing kernel: [  11714]     0 11714     1002      712    40960        0             0 script
Apr 17 06:27:14 SmallServing kernel: [  11723]     0 11723    23944     3016   172032        0             0 notify

 

 

I don't have another monitor configured, only FCP. Does hitting "acknowledge" in FCP clear the logs of this or is there something else I need to do to achieve this.

 

Here's the requested output:
 

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         2  0.0  0.0      0     0 ?        S    Apr15   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [rcu_gp]
root         4  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [rcu_par_gp]
root         5  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [slub_flushwq]
root         6  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [netns]
root         8  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kworker/0:0H-events_highpri]
root        10  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [mm_percpu_wq]
root        11  0.0  0.0      0     0 ?        I    Apr15   0:00  \_ [rcu_tasks_kthread]
root        12  0.0  0.0      0     0 ?        I    Apr15   0:00  \_ [rcu_tasks_rude_kthread]
root        13  0.0  0.0      0     0 ?        I    Apr15   0:00  \_ [rcu_tasks_trace_kthread]
root        14  0.0  0.0      0     0 ?        S    Apr15   1:16  \_ [ksoftirqd/0]
root        15  0.0  0.0      0     0 ?        I    Apr15   6:15  \_ [rcu_preempt]
root        16  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [migration/0]
root        17  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [idle_inject/0]
root        18  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [cpuhp/0]
root        19  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [cpuhp/1]
root        20  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [idle_inject/1]
root        21  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [migration/1]
root        22  0.0  0.0      0     0 ?        S    Apr15   1:15  \_ [ksoftirqd/1]
root        24  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kworker/1:0H-events_highpri]
root        25  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [cpuhp/2]
root        26  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [idle_inject/2]
root        27  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [migration/2]
root        28  0.0  0.0      0     0 ?        S    Apr15   1:15  \_ [ksoftirqd/2]
root        30  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kworker/2:0H-kblockd]
root        31  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [cpuhp/3]
root        32  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [idle_inject/3]
root        33  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [migration/3]
root        34  0.0  0.0      0     0 ?        S    Apr15   1:10  \_ [ksoftirqd/3]
root        36  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kworker/3:0H-kblockd]
root        37  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [cpuhp/4]
root        38  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [idle_inject/4]
root        39  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [migration/4]
root        40  0.0  0.0      0     0 ?        S    Apr15   1:10  \_ [ksoftirqd/4]
root        42  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kworker/4:0H-kblockd]
root        43  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [cpuhp/5]
root        44  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [idle_inject/5]
root        45  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [migration/5]
root        46  0.0  0.0      0     0 ?        S    Apr15   1:18  \_ [ksoftirqd/5]
root        48  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kworker/5:0H-kblockd]
root        49  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [cpuhp/6]
root        50  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [idle_inject/6]
root        51  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [migration/6]
root        52  0.0  0.0      0     0 ?        S    Apr15   2:07  \_ [ksoftirqd/6]
root        54  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kworker/6:0H-events_highpri]
root        55  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [cpuhp/7]
root        56  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [idle_inject/7]
root        57  0.0  0.0      0     0 ?        S    Apr15   0:02  \_ [migration/7]
root        58  0.0  0.0      0     0 ?        S    Apr15   1:55  \_ [ksoftirqd/7]
root        60  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kworker/7:0H-kblockd]
root        61  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [kdevtmpfs]
root        62  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [inet_frag_wq]
root        66  0.0  0.0      0     0 ?        S    Apr15   0:01  \_ [oom_reaper]
root        68  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [writeback]
root        69  0.0  0.0      0     0 ?        S    Apr15   4:26  \_ [kcompactd0]
root        70  0.0  0.0      0     0 ?        SN   Apr15   0:00  \_ [ksmd]
root        71  0.0  0.0      0     0 ?        SN   Apr15   0:23  \_ [khugepaged]
root        72  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kintegrityd]
root        73  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kblockd]
root        74  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [blkcg_punt_bio]
root        75  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [ata_sff]
root        76  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [devfreq_wq]
root        78  0.0  0.0      0     0 ?        I<   Apr15   2:19  \_ [kworker/1:1H-kblockd]
root       125  6.6  0.0      0     0 ?        S    Apr15 572:07  \_ [kswapd0]
root       128  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kthrotld]
root       150  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [irq/125-aerdrv]
root       158  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [irq/126-aerdrv]
root       269  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [target_completi]
root       270  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [target_submissi]
root       271  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xcopy_wq]
root       279  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [vfio-irqfd-clea]
root       366  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [mld]
root       367  0.0  0.0      0     0 ?        I<   Apr15   2:24  \_ [kworker/0:1H-kblockd]
root       368  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [ipv6_addrconf]
root       379  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kstrp]
root       437  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [scsi_eh_0]
root       438  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [scsi_tmf_0]
root       440  0.2  0.0      0     0 ?        S    Apr15  25:14  \_ [usb-storage]
root       452  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [scsi_eh_1]
root       453  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [scsi_tmf_1]
root       455  0.0  0.0      0     0 ?        S    Apr15   0:03  \_ [usb-storage]
root       473  0.0  0.0      0     0 ?        I<   Apr15   2:18  \_ [kworker/2:1H-kblockd]
root       479  0.0  0.0      0     0 ?        I<   Apr15   2:29  \_ [kworker/4:1H-kblockd]
root       480  0.0  0.0      0     0 ?        I<   Apr15   2:43  \_ [kworker/3:1H-kblockd]
root       493  0.0  0.0      0     0 ?        I<   Apr15   2:27  \_ [kworker/6:1H-kblockd]
root       494  0.0  0.0      0     0 ?        I<   Apr15   2:28  \_ [kworker/5:1H-kblockd]
root       511  0.2  0.0      0     0 ?        I<   Apr15  18:31  \_ [kworker/7:1H-kblockd]
root       751  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [acpi_thermal_pm]
root       761  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [irq/132-mei_me]
root       763  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [scsi_eh_2]
root       764  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [scsi_tmf_2]
root       773  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [scsi_eh_3]
root       774  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [scsi_tmf_3]
root       776  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [scsi_eh_4]
root       777  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [scsi_tmf_4]
root       779  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [scsi_eh_5]
root       780  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [scsi_tmf_5]
root       782  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [scsi_eh_6]
root       783  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [scsi_tmf_6]
root       784  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [scsi_eh_7]
root       785  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [scsi_tmf_7]
root       786  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [scsi_eh_8]
root       787  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [scsi_tmf_8]
root       806  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [poll_mpt2sas0_s]
root       811  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [cryptd]
root       848  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [kworker/u17:1-btrfs-worker-high]
root       909  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [card0-crtc0]
root       910  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [card0-crtc1]
root       911  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [card0-crtc2]
root      1492  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [wg-crypt-wg0]
root      6434  0.0  0.0      0     0 ?        S<   Apr15   0:00  \_ [spl_system_task]
root      6435  0.0  0.0      0     0 ?        S<   Apr15   0:00  \_ [spl_delay_taskq]
root      6436  0.0  0.0      0     0 ?        S<   Apr15   0:00  \_ [spl_dynamic_tas]
root      6437  0.0  0.0      0     0 ?        S<   Apr15   0:00  \_ [spl_kmem_cache]
root      6444  0.0  0.0      0     0 ?        S<   Apr15   0:00  \_ [zvol]
root      6445  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [arc_prune]
root      6446  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [arc_evict]
root      6447  0.0  0.0      0     0 ?        SN   Apr15   0:12  \_ [arc_reap]
root      6448  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [dbu_evict]
root      6449  0.0  0.0      0     0 ?        SN   Apr15   0:05  \_ [dbuf_evict]
root      6450  0.0  0.0      0     0 ?        SN   Apr15   0:00  \_ [z_vdev_file]
root      6451  0.0  0.0      0     0 ?        S    Apr15   0:05  \_ [l2arc_feed]
root      6457  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [md]
root      6458  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [mdrecoveryd]
root     11014  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [unraidd0]
root     11015  0.0  0.0      0     0 ?        S    Apr15   0:39  \_ [unraidd1]
root     11016  0.0  0.0      0     0 ?        S    Apr15   0:13  \_ [unraidd2]
root     11017  0.0  0.0      0     0 ?        S    Apr15   0:37  \_ [unraidd3]
root     11217  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfsalloc]
root     11218  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs_mru_cache]
root     11219  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-buf/md1p1]
root     11220  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-conv/md1p1]
root     11221  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-reclaim/md1]
root     11222  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-blockgc/md1]
root     11223  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-inodegc/md1]
root     11227  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-log/md1p1]
root     11228  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-cil/md1p1]
root     11229  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [xfsaild/md1p1]
root     11369  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-buf/md2p1]
root     11370  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-conv/md2p1]
root     11371  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-reclaim/md2]
root     11372  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-blockgc/md2]
root     11373  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-inodegc/md2]
root     11387  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-log/md2p1]
root     11388  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-cil/md2p1]
root     11389  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [xfsaild/md2p1]
root     11422  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-buf/md3p1]
root     11423  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-conv/md3p1]
root     11424  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-reclaim/md3]
root     11425  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-blockgc/md3]
root     11426  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-inodegc/md3]
root     11427  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-log/md3p1]
root     11428  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [xfs-cil/md3p1]
root     11429  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [xfsaild/md3p1]
root     11453  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-worker]
root     11454  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-worker-hi]
root     11456  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-delalloc]
root     11457  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-flush_del]
root     11458  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-cache]
root     11459  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-fixup]
root     11460  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio]
root     11461  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio-met]
root     11462  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio-rai]
root     11463  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-rmw]
root     11464  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio-wri]
root     11465  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-compresse]
root     11466  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-freespace]
root     11467  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-delayed-m]
root     11468  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-qgroup-re]
root     11469  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [btrfs-cleaner]
root     11470  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [btrfs-transaction]
root     11481  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-worker]
root     11482  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-worker-hi]
root     11484  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-delalloc]
root     11485  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-flush_del]
root     11486  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-cache]
root     11487  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-fixup]
root     11488  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio]
root     11489  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio-met]
root     11490  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio-rai]
root     11491  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-rmw]
root     11492  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio-wri]
root     11493  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-compresse]
root     11494  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-freespace]
root     11495  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-delayed-m]
root     11496  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-qgroup-re]
root     11497  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [btrfs-cleaner]
root     11498  0.0  0.0      0     0 ?        S    Apr15   4:23  \_ [btrfs-transaction]
root     11904  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-worker]
root     11905  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-worker-hi]
root     11906  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-delalloc]
root     11907  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-flush_del]
root     11908  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-cache]
root     11909  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-fixup]
root     11910  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio]
root     11911  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio-met]
root     11912  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio-rai]
root     11913  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-rmw]
root     11914  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio-wri]
root     11915  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-compresse]
root     11916  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-freespace]
root     11917  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-delayed-m]
root     11918  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-qgroup-re]
root     11920  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [btrfs-cleaner]
root     11921  0.0  0.0      0     0 ?        S    Apr15   1:22  \_ [btrfs-transaction]
root     13680  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-worker]
root     13681  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-worker-hi]
root     13682  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-delalloc]
root     13683  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-flush_del]
root     13684  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-cache]
root     13685  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-fixup]
root     13687  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio]
root     13688  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio-met]
root     13689  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio-rai]
root     13690  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-rmw]
root     13691  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-endio-wri]
root     13692  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-compresse]
root     13693  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-freespace]
root     13694  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-delayed-m]
root     13695  0.0  0.0      0     0 ?        I<   Apr15   0:00  \_ [btrfs-qgroup-re]
root     13697  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [btrfs-cleaner]
root     13698  0.0  0.0      0     0 ?        S    Apr15   0:00  \_ [btrfs-transaction]
root     23385  0.0  0.0      0     0 ?        I<   Apr17   0:00  \_ [kdmflush/254:0]
root     23390  0.0  0.0      0     0 ?        I<   Apr17   0:00  \_ [kcryptd_io/254:]
root     23391  0.0  0.0      0     0 ?        I<   Apr17   0:00  \_ [kcryptd/254:0]
root     23392  0.0  0.0      0     0 ?        S    Apr17   0:00  \_ [dmcrypt_write/254:0]
root     23428  0.0  0.0      0     0 ?        I<   Apr17   0:00  \_ [xfs-buf/dm-0]
root     23429  0.0  0.0      0     0 ?        I<   Apr17   0:00  \_ [xfs-conv/dm-0]
root     23430  0.0  0.0      0     0 ?        I<   Apr17   0:00  \_ [xfs-reclaim/dm-]
root     23431  0.0  0.0      0     0 ?        I<   Apr17   0:00  \_ [xfs-blockgc/dm-]
root     23432  0.0  0.0      0     0 ?        I<   Apr17   0:00  \_ [xfs-inodegc/dm-]
root     23433  0.0  0.0      0     0 ?        I<   Apr17   0:00  \_ [xfs-log/dm-0]
root     23434  0.0  0.0      0     0 ?        I<   Apr17   0:00  \_ [xfs-cil/dm-0]
root     23435  0.0  0.0      0     0 ?        S    Apr17   0:00  \_ [xfsaild/dm-0]
root      5987  0.0  0.0      0     0 ?        I<   Apr20   0:00  \_ [kworker/u17:3-btrfs-worker-high]
root      9155  0.0  0.0      0     0 ?        I    Apr20   0:09  \_ [kworker/2:1-wg-crypt-wg0]
root     13722  0.0  0.0      0     0 ?        I    07:46   0:04  \_ [kworker/0:1-events]
root     25389  0.0  0.0      0     0 ?        I    10:56   0:04  \_ [kworker/6:1-mm_percpu_wq]
root     13576  0.0  0.0      0     0 ?        I    11:14   0:03  \_ [kworker/u16:14-btrfs-endio]
root     13624  0.0  0.0      0     0 ?        I    11:14   0:03  \_ [kworker/u16:18-events_unbound]
root     16388  0.0  0.0      0     0 ?        I<   11:15   0:00  \_ [wg-crypt-wg0]
root     16818  0.0  0.0      0     0 ?        I    11:15   0:04  \_ [kworker/4:1-wg-crypt-wg0]
root     19146  0.0  0.0      0     0 ?        I    11:16   0:02  \_ [kworker/6:0-wg-crypt-wg0]
root     19698  0.0  0.0      0     0 ?        I    11:16   0:03  \_ [kworker/2:0-events]
root     20507  0.2  0.0      0     0 ?        I    11:17   0:09  \_ [kworker/1:0-wg-crypt-wg0]
root      5154  0.0  0.0      0     0 ?        I    11:25   0:02  \_ [kworker/0:0-wg-crypt-wg0]
root      6123  0.0  0.0      0     0 ?        I    11:25   0:02  \_ [kworker/7:0-events]
root      8045  0.0  0.0      0     0 ?        I    11:26   0:01  \_ [kworker/4:0-mm_percpu_wq]
root      9589  0.0  0.0      0     0 ?        I    11:27   0:03  \_ [kworker/1:1-mm_percpu_wq]
root     17453  0.0  0.0      0     0 ?        I    11:32   0:00  \_ [kworker/7:2-wg-crypt-wg0]
root     19017  0.0  0.0      0     0 ?        I    11:32   0:01  \_ [kworker/u16:0-btrfs-endio-write]
root      7465  0.0  0.0      0     0 ?        I    11:45   0:00  \_ [kworker/5:2-mm_percpu_wq]
root      7502  0.0  0.0      0     0 ?        I    11:45   0:00  \_ [kworker/3:0-mm_percpu_wq]
root     14005  0.0  0.0      0     0 ?        I    11:50   0:00  \_ [kworker/5:1-mm_percpu_wq]
root     14019  0.0  0.0      0     0 ?        I    11:50   0:00  \_ [kworker/3:2-wg-crypt-wg0]
root     16379  0.0  0.0      0     0 ?        I    11:52   0:00  \_ [kworker/u16:1-btrfs-endio]
root     17164  0.0  0.0      0     0 ?        I    11:53   0:00  \_ [kworker/u16:2-btrfs-endio]
root     27609  0.0  0.0      0     0 ?        I    12:02   0:00  \_ [kworker/u16:5-btrfs-endio-write]
root      3626  0.0  0.0      0     0 ?        I    12:12   0:00  \_ [kworker/u16:4-btrfs-endio-write]
root      9668  0.0  0.0      0     0 ?        I    12:23   0:00  \_ [kworker/u16:3-btrfs-endio-write]
root     12528  0.0  0.0      0     0 ?        I    12:28   0:00  \_ [kworker/u16:6-flush-btrfs-3]
root         1  0.0  0.0   2592  1796 ?        Ss   Apr15   0:03 init
root       721  0.0  0.0  18636  3700 ?        Ss   Apr15   0:00 /sbin/udevd --daemon
root       992  0.0  0.0 211388  4056 ?        Ssl  Apr15   0:44 /usr/sbin/rsyslogd -i /var/run/rsyslogd.pid
dhcpcd    1189  0.0  0.0   3040  1836 ?        S    Apr15   0:04 dhcpcd: br0 [ip4]
root      1190  0.0  0.0   3056  2224 ?        S    Apr15   0:00  \_ dhcpcd: [privileged proxy] br0 [ip4]
dhcpcd    1203  0.0  0.0   3044   288 ?        S    Apr15   0:00  |   \_ dhcpcd: [BPF ARP] br0 ***.**.**.**
dhcpcd    1236  0.0  0.0   3056   292 ?        S    Apr15   0:00  |   \_ dhcpcd: [network proxy] ***.**.**.**
dhcpcd    1191  0.0  0.0   2904   268 ?        S    Apr15   0:00  \_ dhcpcd: [control proxy] br0 [ip4]
message+  1246  0.0  0.0   5180  1424 ?        Ss   Apr15   0:00 /usr/bin/dbus-daemon --system
root      1257  0.0  0.0   6320  2716 ?        S    Apr15   0:00 elogind-daemon
ntp       1348  0.8  0.0  74592  3352 ?        Ssl  Apr15  70:37 /usr/sbin/ntpd -g -u ntp:ntp
root      1355  0.0  0.0   2600    96 ?        Ss   Apr15   0:00 /usr/sbin/acpid
root      1373  0.0  0.0   2572  1720 ?        Ss   Apr15   0:54 /usr/sbin/crond
daemon    1377  0.0  0.0   2656  1556 ?        Ss   Apr15   0:00 /usr/sbin/atd -b 15 -l 1
root      1540  0.0  0.0   3200   152 ?        Ss   Apr15   0:00 /usr/sbin/mcelog --daemon
root      1627  0.0  0.0   4012  2472 ?        S    Apr15   0:04 /bin/bash /usr/local/sbin/monitor_nchan
root     13659  0.0  0.0   2576   908 ?        S    12:29   0:00  \_ sleep 30
root      6416  0.0  0.0   4324   232 ?        Ss   Apr15   0:00 /usr/sbin/inetd
root      6417  0.9  0.0 279724  2596 ?        Ssl  Apr15  78:03 /usr/local/bin/emhttpd
root      6422  0.0  0.0   2608   924 tty1     Ss+  Apr15   0:00 /sbin/agetty --noclear 38400 tty1 linux
root      6423  0.0  0.0   2608   948 tty2     Ss+  Apr15   0:00 /sbin/agetty 38400 tty2 linux
root      6424  0.0  0.0   2608   828 tty3     Ss+  Apr15   0:00 /sbin/agetty 38400 tty3 linux
root      6425  0.0  0.0   2608   900 tty4     Ss+  Apr15   0:00 /sbin/agetty 38400 tty4 linux
root      6426  0.0  0.0   2608   924 tty5     Ss+  Apr15   0:00 /sbin/agetty 38400 tty5 linux
root      6427  0.0  0.0   2608   912 tty6     Ss+  Apr15   0:00 /sbin/agetty 38400 tty6 linux
root      6438  0.0  0.0  19336  4556 ?        Ss   Apr15   0:00 /usr/bin/slim
root      6440  0.0  0.0 100364 13524 tty7     Ssl+ Apr15   0:00  \_ /usr/libexec/Xorg -novtswitch -allowMouseOpenFail -quiet -xinerama -v -s 0 -d
root      8491  0.1  0.0  92832  8436 ?        Ss   Apr15  15:44 php-fpm: master process (/etc/php-fpm.conf)
root     12920  0.0  0.0  95752 14268 ?        S    12:28   0:00  \_ php-fpm: pool www
root     12922  0.0  0.0  95752 14328 ?        S    12:28   0:00  \_ php-fpm: pool www
root      8687  0.0  0.0 147024  5640 ?        Ss   Apr15   0:00 nginx: master process /usr/sbin/nginx -c /etc/nginx/nginx.conf
root     17989  0.1  0.0 148624 10692 ?        S    10:49   0:06  \_ nginx: worker process
root      9500  0.0  0.5 1286052 84064 ?       Ssl  Apr15   4:36 PM2 v6.0.5: God Daemon (/root/.pm2)
root      9863  2.1  1.3 22370264 227700 ?     Ssl  Apr15 183:38  \_ node /usr/local/unraid-api/dist/main.js
root     11006  0.0  0.0   5208  3664 ?        S    Apr15   0:00 /bin/bash /etc/rc.d/rc.flash_backup watch
root     12205  0.0  0.0   2576   924 ?        S    12:27   0:00  \_ sleep 1800
root     11528  0.0  0.0 208868  2316 ?        Ssl  Apr15   0:00 /usr/local/bin/shfs /mnt/user0 -disks 14 -o default_permissions,allow_other,noati
root     11538  3.3  0.4 705156 69772 ?        Ssl  Apr15 288:21 /usr/local/bin/shfs /mnt/user -disks 15 -o default_permissions,allow_other,noatim
root     11744  0.0  0.0  79988  7144 ?        Ss   Apr15   0:23 /usr/sbin/smbd -D
root     11749  0.0  0.0  78172  4828 ?        S    Apr15   0:10  \_ /usr/sbin/smbd -D
root     11750  0.0  0.0  78188  4160 ?        S    Apr15   0:10  \_ /usr/sbin/smbd -D
root     11757  0.0  0.0   2588  2020 ?        Ss   Apr15   0:00 /usr/sbin/wsdd2 -d -4
root     11760  0.4  0.0  76000  7044 ?        Ss   Apr15  37:56 /usr/sbin/winbindd -D
root     11762  0.0  0.0  76180  8548 ?        S    Apr15   2:47  \_ /usr/sbin/winbindd -D
root     13975  0.0  0.0  76940  6816 ?        S    Apr15   2:31  \_ /usr/sbin/winbindd -D
avahi    11833  0.0  0.0   5712  2628 ?        S    Apr15   8:23 avahi-daemon: running [SmallServing.local]
avahi    11834  0.0  0.0   5316   268 ?        S    Apr15   0:00  \_ avahi-daemon: chroot helper
root     11842  0.0  0.0   2676   116 ?        S    Apr15   0:00 /usr/sbin/avahi-dnsconfd -D
root     11947 13.6  0.7 7553932 126500 ?      Sl   Apr15 1165:10 /usr/bin/dockerd -p /var/run/dockerd.pid --log-opt max-size=50m --log-opt max-fi
root     11975  9.2  0.1 754124 31356 ?        Ssl  Apr15 789:56  \_ containerd --config /var/run/docker/containerd/containerd.toml --log-level fa
root     12705  0.0  0.0 711080  8380 ?        Sl   Apr15   0:24  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 2283 -container-
root     12713  0.0  0.0 711080  8364 ?        Sl   Apr15   0:22  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 2283 -container-ip 17
root     15657  0.0  0.0 711080 10492 ?        Sl   Apr15   0:27  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8686 -container-
root     15664  0.0  0.0 710824  6360 ?        Sl   Apr15   0:25  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 8686 -container-ip 17
root     18622  0.0  0.0 710568  6348 ?        Sl   Apr15   0:25  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 3001 -container-
root     18629  0.0  0.0 710824  8368 ?        Sl   Apr15   0:18  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 3001 -container-ip 17
root      8648  0.0  0.0 711080  8588 ?        Sl   Apr17   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8191 -container-
root      8655  0.0  0.0 710824  6840 ?        Sl   Apr17   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 8191 -container-ip 17
root     15575  0.0  0.0 710824  5108 ?        Sl   11:15   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 58946 -container
root     15580  0.0  0.0 711080  3200 ?        Sl   11:15   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 58946 -container-ip 1
root     15595  0.0  0.0 711080  5268 ?        Sl   11:15   0:00  \_ /usr/bin/docker-proxy -proto udp -host-ip 0.0.0.0 -host-port 58946 -container
root     15603  0.0  0.0 710568  3196 ?        Sl   11:15   0:00  \_ /usr/bin/docker-proxy -proto udp -host-ip :: -host-port 58946 -container-ip 1
root     15616  0.0  0.0 710824  3220 ?        Sl   11:15   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 9118 -container-
root     15623  0.0  0.0 711080  2824 ?        Sl   11:15   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 9118 -container-ip 17
root     15637  0.0  0.0 710824  5236 ?        Sl   11:15   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8118 -container-
root     15645  0.0  0.0 710824  3136 ?        Sl   11:15   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 8118 -container-ip 17
root     15673  0.0  0.0 711080  6836 ?        Sl   11:15   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8080 -container-
root     15679  0.0  0.0 711080  1212 ?        Sl   11:15   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 8080 -container-ip 17
root     19230  0.0  0.0 710824  3188 ?        Sl   11:16   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 3875 -container-
root     19237  0.0  0.0 710824  3232 ?        Sl   11:16   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 3875 -container-ip 17
root     20610  0.0  0.0 711080  3224 ?        Sl   11:17   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 5000 -container-
root     20617  0.0  0.0 710568  3236 ?        Sl   11:17   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 5000 -container-ip 17
root     22262  0.0  0.0 710824  3236 ?        Sl   11:17   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 5055 -container-
root     22270  0.0  0.0 710824  3228 ?        Sl   11:17   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 5055 -container-ip 17
root     24276  0.0  0.0 710824  1228 ?        Sl   11:18   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 32400 -container
root     24284  0.0  0.0 710824  1164 ?        Sl   11:18   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 32400 -container-ip 1
root     25685  0.0  0.0 711592  5208 ?        Sl   11:19   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 9696 -container-
root     25693  0.0  0.0 711080  3224 ?        Sl   11:19   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 9696 -container-ip 17
root     27001  0.0  0.0 711080  3156 ?        Sl   11:19   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 7878 -container-
root     27007  0.0  0.0 710824  3228 ?        Sl   11:19   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 7878 -container-ip 17
root     28115  0.0  0.0 711080  3228 ?        Sl   11:19   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8787 -container-
root     28124  0.0  0.0 711080  3224 ?        Sl   11:19   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 8787 -container-ip 17
root     31331  0.0  0.0 711080  3156 ?        Sl   11:21   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8989 -container-
root     31339  0.0  0.0 710824  3228 ?        Sl   11:21   0:00  \_ /usr/bin/docker-proxy -proto tcp -host-ip :: -host-port 8989 -container-ip 17
root     12741  0.3  0.0 723220 12380 ?        Sl   Apr15  34:00 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 68c075bc91b3ad0122ecbc1c0b1c
root     12862  0.0  0.0   2572   160 ?        Ss   Apr15   0:22  \_ tini -- /bin/bash start.sh
root     13051  0.0  2.0 12840856 336288 ?     Sl   Apr15   8:14      \_ immich
root     15731  0.0  0.9 11843280 157192 ?     Sl   Apr15   5:50          \_ immich-api
root     12751  0.3  0.0 723220 11392 ?        Sl   Apr15  26:35 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 8244de3d97ba185499f5b6f24594
999      12863  0.0  0.2 640924 35704 ?        Ss   Apr15   0:36  \_ postgres -c shared_preload_libraries=vectors.so -c search_path="$user", publi
999      13696  0.0  0.0  79812  3636 ?        Ss   Apr15   0:00      \_ postgres: logger
999      20681  0.0  0.1 641132 27528 ?        Ss   Apr16   0:18      \_ postgres: checkpointer
999      20682  0.0  0.0 640924  9452 ?        Ss   Apr16   0:32      \_ postgres: background writer
999      20683  0.0  0.1 640924 19256 ?        Ss   Apr16   0:27      \_ postgres: walwriter
999      20684  0.0  0.0 641604  6572 ?        Ss   Apr16   0:42      \_ postgres: autovacuum launcher
999      20685  0.0  0.0  80136  4020 ?        Ss   Apr16   0:18      \_ postgres: stats collector
999      20734  0.0  0.5 2071832 93956 ?       Ssl  Apr16   3:52      \_ postgres: vectors
999      20735  0.0  0.0 641460  3380 ?        Ss   Apr16   0:26      \_ postgres: logical replication launcher
999      12129  0.0  0.1 642284 20212 ?        Ss   12:27   0:00      \_ postgres: postgres immich 172.19.0.3(51762) idle
root     12772  0.3  0.0 723220 12020 ?        Sl   Apr15  29:09 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 0aefed15c85d69535241cd4d751f
999      12865  0.1  0.0  40896 11148 ?        Ssl  Apr15  10:43  \_ redis-server *:6379
root     12803  0.3  0.1 723220 16300 ?        Sl   Apr15  29:19 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 7bed43523779506b5942c2b32242
root     12864  0.0  0.0  35504  2176 ?        Ss   Apr15   0:40  \_ tini -- python -m immich_ml
root     13050  0.0  0.2  73680 42736 ?        S    Apr15   0:00      \_ python -m immich_ml
root     14247  0.0  0.2  73700 46580 ?        S    Apr15   0:56          \_ python -m gunicorn immich_ml.main:app -k immich_ml.config.CustomUvico
root     26947  0.1  1.3 1060268 220152 ?      Sl   11:37   0:05              \_ python -m gunicorn immich_ml.main:app -k immich_ml.config.CustomU
root     12826  0.2  0.0 723220 10432 ?        Sl   Apr15  24:07 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 7a114ab2124a757de5701c59c80e
root     12866  0.0  0.0 1908944 8900 ?        Ssl  Apr15   2:04  \_ /usr/local/bin/go-cron -s @midnight -p 8080 -- /backup.sh
root     19409  0.0  0.0      0     0 ?        Z    Apr16   0:02      \_ [curl] <defunct>
root     21600  0.0  0.0      0     0 ?        Z    Apr16   0:01      \_ [curl] <defunct>
root     25716  0.0  0.0      0     0 ?        Z    Apr16   0:01      \_ [curl] <defunct>
root     31645  0.0  0.0      0     0 ?        Z    Apr16   0:03      \_ [curl] <defunct>
root      9198  0.0  0.0      0     0 ?        Z    Apr16   0:02      \_ [curl] <defunct>
root     22401  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     24500  0.0  0.0      0     0 ?        Z    Apr16   0:01      \_ [curl] <defunct>
root     26606  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     28730  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     30739  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root       419  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root      2514  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root      4558  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root      6692  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root      8834  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     14893  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     17301  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     19818  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     22217  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     10719  0.0  0.0      0     0 ?        Z    Apr16   0:56      \_ [curl] <defunct>
root     13715  0.0  0.0  32440  5500 ?        S    Apr15   0:00 /usr/sbin/virtlockd -d -f /etc/libvirt/virtlockd.conf -p /var/run/libvirt/virtloc
root     13721  0.0  0.0  32440  5780 ?        S    Apr15   0:00 /usr/sbin/virtlogd -d -f /etc/libvirt/virtlogd.conf -p /var/run/libvirt/virtlogd.
root     13744  0.0  0.0 1389488 9340 ?        Sl   Apr15   0:00 /usr/sbin/libvirtd -d -l -f /etc/libvirt/libvirtd.conf -p /var/run/libvirt/libvir
root     13957  0.0  0.0  10104  4816 ?        S    Apr15   0:00 sudo -H bash -c env DRY_RUN=true NOTIFY_PLAN=0 NOTIFY_TRANSFER=0 RESERVED_AMOUNT=
root     13987  0.0  0.0 1235132 10300 ?       Sl   Apr15   0:00  \_ /usr/local/emhttp/plugins/unbalanced/unbalanced --port 7090
nobody   14024  0.0  0.0   7560  2068 ?        S    Apr15   1:00 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-r
root     14025  0.0  0.0   7428   332 ?        S    Apr15   0:00  \_ /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefi
root     15798  0.3  0.0 723220 10424 ?        Sl   Apr15  30:24 /usr/bin/containerd-shim-runc-v2 -namespace moby -id d480e815a7566eec9cda2c12ef34
root     15847  0.0  0.0    440    60 ?        Ss   Apr15   0:00  \_ /package/admin/s6/command/s6-svscan -d4 -- /run/service
root     16193  0.0  0.0    220    24 ?        S    Apr15   0:00      \_ s6-supervise s6-linux-init-shutdownd
root     16195  0.0  0.0    208     4 ?        Ss   Apr15   0:00      |   \_ /package/admin/s6-linux-init/command/s6-linux-init-shutdownd -d3 -c /
root     16229  0.0  0.0    220    24 ?        S    Apr15   0:00      \_ s6-supervise s6rc-oneshot-runner
root     16241  0.0  0.0    208    24 ?        Ss   Apr15   0:00      |   \_ /package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/comma
root     16230  0.0  0.0    220    20 ?        S    Apr15   0:00      \_ s6-supervise s6rc-fdholder
root     16231  0.0  0.0    220    24 ?        S    Apr15   0:00      \_ s6-supervise svc-cron
root     19002  0.0  0.0   1640   384 ?        Ss   Apr15   0:24      |   \_ busybox crond -f -S -l 5
root     13938  0.0  0.0      0     0 ?        Z    12:29   0:00      |       \_ [run-parts] <defunct>
root     16232  0.0  0.0    220    24 ?        S    Apr15   0:00      \_ s6-supervise svc-lidarr
nobody   18998  1.9  1.1 2928036 184280 ?      Ssl  Apr15 170:25          \_ /app/lidarr/bin/Lidarr -nobrowser -data=/config
root     18668  0.6  0.0 723476 11840 ?        Sl   Apr15  57:47 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 0784cbb0c7d67e82a11ba0978db5
root     18696  0.0  0.0   2144    68 ?        Ss   Apr15   0:00  \_ /usr/bin/dumb-init -- extra/entrypoint.sh node server/server.js
root     18756  0.2  0.8 11452152 132124 ?     Ssl  Apr15  25:28      \_ node server/server.js
root     19488  2.4  0.1 1612172 16552 ?       SLsl Apr15 208:57          \_ /usr/lib/chromium/chromium --show-component-extension-options --enabl
root     19544  0.0  0.0 393796 12568 ?        SL   Apr15   0:00              \_ /usr/lib/chromium/chromium --type=zygote --no-zygote-sandbox --no
root     19578  0.0  0.1 803060 18620 ?        Sl   Apr15   0:57              |   \_ /usr/lib/chromium/chromium --type=gpu-process --field-trial-h
root     19545  0.0  0.0 393828 12496 ?        SL   Apr15   0:00              \_ /usr/lib/chromium/chromium --type=zygote --no-sandbox --headless
root      3899  0.1  0.1  30316 27080 ?        S    Apr15  16:06 python /mnt/user/appdata/scripts/duplicacy_notify/duplicacy_notifier.py
root      8672  0.0  0.0 722964 12384 ?        Sl   Apr17   0:15 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 7fe55794fcf184d32e9b0aa9bdd1
***          8692  0.0  0.0   2232    64 ?        Ss   Apr17   0:00  \_ /usr/bin/dumb-init -- /usr/local/bin/python -u /app/flaresolverr.py
***       8728  0.0  0.6 458764 105516 ?       Ssl  Apr17   0:15      \_ /usr/local/bin/python -u /app/flaresolverr.py
***       8792  0.0  0.0  23020  5280 ?        S    Apr17   0:00          \_ Xvfb :146623263 -screen 0 800x680x24
root     19830  0.0  0.0 142604  2156 ?        Ssl  Apr20   0:10 /sbin/apcupsd
root     15708  0.0  0.0 722964 10592 ?        Sl   11:15   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 05cdcb1347ce4150aa394ea58138
root     15727  0.0  0.0    224     4 ?        Ss   11:15   0:00  \_ /usr/bin/dumb-init -- /bin/bash /usr/local/bin/init.sh
root     15823  0.0  0.1  39520 27044 ?        Ss   11:15   0:00      \_ /usr/bin/python /usr/bin/supervisord -c /etc/supervisor.conf -n
root     15894  0.0  0.0   3296   848 ?        S    11:15   0:00      |   \_ nc -l -s 127.0.0.1 -p 1234 -k
root     16215  0.0  0.0   8096  4412 ?        S    11:15   0:00      |   \_ /bin/bash /root/start.sh
root     13732  0.0  0.0   5556  1032 ?        S    12:29   0:00      |   |   \_ sleep 30s
nobody   16216  0.0  0.0    224     4 ?        S    11:15   0:00      |   \_ /usr/bin/dumb-init /bin/bash /home/nobody/watchdog.sh
nobody   16217  0.0  0.0   8116  4380 ?        Ss   11:15   0:00      |       \_ /bin/bash /home/nobody/watchdog.sh
nobody   16973  0.2  0.2 919952 38252 ?        Sl   11:15   0:09      |           \_ /usr/bin/qbittorrent-nox --webui-port=8080 --profile=/config
nobody   13846  0.0  0.0   5556  1096 ?        S    12:29   0:00      |           \_ sleep 30s
root     16679  0.0  0.0   5356  3384 ?        S    11:15   0:00      \_ /bin/bash /root/prerunget.sh
root     13729  0.0  0.0   2564  1096 ?        S    12:29   0:00          \_ sleep 45s
root     17542  0.0  0.0 722708 11284 ?        Sl   11:15   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 2f422f8f902915517c5917ba0def
root     17563  0.0  0.0    440    60 ?        Ss   11:15   0:00  \_ /package/admin/s6/command/s6-svscan -d4 -- /run/service
root     17656  0.0  0.0    220    28 ?        S    11:15   0:00      \_ s6-supervise s6-linux-init-shutdownd
root     17657  0.0  0.0    208     4 ?        Ss   11:15   0:00      |   \_ /package/admin/s6-linux-init/command/s6-linux-init-shutdownd -d3 -c /
root     17679  0.0  0.0    220    28 ?        S    11:15   0:00      \_ s6-supervise s6rc-oneshot-runner
root     17689  0.0  0.0    208    24 ?        Ss   11:15   0:00      |   \_ /package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/comma
root     17680  0.0  0.0    220    20 ?        S    11:15   0:00      \_ s6-supervise s6rc-fdholder
root     17681  0.0  0.0    220    20 ?        S    11:15   0:00      \_ s6-supervise svc-cron
root     17834  0.0  0.0   1628   908 ?        Ss   11:15   0:00          \_ busybox crond -f -S -l 5
root     13939  0.0  0.0      0     0 ?        Z    12:30   0:00              \_ [run-parts] <defunct>
nobody   13940  0.0  0.0   1640   588 ?        S    12:30   0:00              \_ /bin/sh -c sleep $((60 + $RANDOM % 230)); /app/duck.sh 2>&1
nobody   13941  0.0  0.0   6572  1692 ?        S    12:30   0:00                  \_ sleep 107
root     19252  0.0  0.0 722964 11488 ?        Sl   11:16   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 9f5bc97a765d3ea61287bdb62fcf
root     19271  0.0  0.0    436    52 ?        Ss   11:16   0:00  \_ /package/admin/s6/command/s6-svscan -d4 -- /run/service
root     19324  0.0  0.0    220    24 ?        S    11:16   0:00      \_ s6-supervise s6-linux-init-shutdownd
root     19326  0.0  0.0    208     4 ?        Ss   11:16   0:00      |   \_ /package/admin/s6-linux-init/command/s6-linux-init-shutdownd -d3 -c /
root     19345  0.0  0.0    220    28 ?        S    11:16   0:00      \_ s6-supervise s6rc-oneshot-runner
root     19364  0.0  0.0    208    52 ?        Ss   11:16   0:00      |   \_ /package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/comma
root     19346  0.0  0.0    220    20 ?        S    11:16   0:00      \_ s6-supervise s6rc-fdholder
root     19347  0.0  0.0    220    32 ?        S    11:16   0:00      \_ s6-supervise service-duplicacy
root     19482  0.0  0.1 742096 17444 ?        Ssl  11:16   0:01      |   \_ /app/duplicacy_web
root     19348  0.0  0.0    220    28 ?        S    11:16   0:00      \_ s6-supervise service-forwarder
root     19350  0.0  0.0    220    28 ?        S    11:16   0:00      \_ s6-supervise service-healthcheck
root     19351  0.0  0.0    220    24 ?        S    11:16   0:00      \_ s6-supervise service-pia
root     19352  0.0  0.0    220    28 ?        S    11:16   0:00      \_ s6-supervise service-privoxy
root     19353  0.0  0.0    220    28 ?        S    11:16   0:00      \_ s6-supervise service-proton
root     19354  0.0  0.0    220    28 ?        S    11:16   0:00      \_ s6-supervise service-unbound
root     20631  0.0  0.0 723028  9976 ?        Sl   11:17   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id a74ac8d968f3e1cb8d13fa6a33c6
root     20650  0.0  0.0    436    56 ?        Ss   11:17   0:00  \_ /package/admin/s6/command/s6-svscan -d4 -- /run/service
root     20708  0.0  0.0    220    28 ?        S    11:17   0:00      \_ s6-supervise s6-linux-init-shutdownd
root     20710  0.0  0.0    208     4 ?        Ss   11:17   0:00      |   \_ /package/admin/s6-linux-init/command/s6-linux-init-shutdownd -d3 -c /
root     20727  0.0  0.0    220    28 ?        S    11:17   0:00      \_ s6-supervise s6rc-oneshot-runner
root     20740  0.0  0.0    208    24 ?        Ss   11:17   0:00      |   \_ /package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/comma
root     20728  0.0  0.0    220    20 ?        S    11:17   0:00      \_ s6-supervise s6rc-fdholder
root     20729  0.0  0.0    220    24 ?        S    11:17   0:00      \_ s6-supervise svc-cron
root     20899  0.0  0.0   7340   364 ?        Ss   11:17   0:00      |   \_ bash ./run svc-cron
root     20917  0.0  0.0   5684    88 ?        S    11:17   0:00      |       \_ sleep infinity
root     20730  0.0  0.0    220    24 ?        S    11:17   0:00      \_ s6-supervise svc-kavita
nobody   20898  0.4  1.0 276480324 169288 ?    Ssl  11:17   0:21          \_ /app/kavita/Kavita
root     22288  0.0  0.0 722964 11416 ?        Sl   11:17   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 260d9ff170f01806b690f309b8bf
root     22308  0.0  0.0    436    56 ?        Ss   11:17   0:00  \_ /package/admin/s6/command/s6-svscan -d4 -- /run/service
root     22381  0.0  0.0    220    24 ?        S    11:17   0:00      \_ s6-supervise s6-linux-init-shutdownd
root     22384  0.0  0.0    208     4 ?        Ss   11:17   0:00      |   \_ /package/admin/s6-linux-init/command/s6-linux-init-shutdownd -d3 -c /
root     22403  0.0  0.0    220    24 ?        S    11:17   0:00      \_ s6-supervise s6rc-oneshot-runner
root     22419  0.0  0.0    208    28 ?        Ss   11:17   0:00      |   \_ /package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/comma
root     22404  0.0  0.0    220    20 ?        S    11:17   0:00      \_ s6-supervise s6rc-fdholder
root     22405  0.0  0.0    220    24 ?        S    11:17   0:00      \_ s6-supervise service-forwarder
root     22406  0.0  0.0    220    20 ?        S    11:17   0:00      \_ s6-supervise service-healthcheck
root     22407  0.0  0.0    220    20 ?        S    11:17   0:00      \_ s6-supervise service-overseerr
nobody   22520  0.0  0.2 665796 47772 ?        Ssl  11:17   0:00      |   \_ node /usr/share/node_modules/yarn/bin/yarn.js start
nobody   22564  0.1  0.9 11250360 149764 ?     Sl   11:17   0:06      |       \_ /usr/bin/node dist/index.js
root     22408  0.0  0.0    220    24 ?        S    11:17   0:00      \_ s6-supervise service-pia
root     22409  0.0  0.0    220    20 ?        S    11:17   0:00      \_ s6-supervise service-privoxy
root     22410  0.0  0.0    220    24 ?        S    11:17   0:00      \_ s6-supervise service-proton
root     22411  0.0  0.0    220    20 ?        S    11:17   0:00      \_ s6-supervise service-unbound
root     24303  0.0  0.0 722964  9564 ?        Sl   11:18   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id c688b16a07dcbdf8e5dcae02fe01
root     24327  0.0  0.0    436    56 ?        Ss   11:18   0:00  \_ /package/admin/s6/command/s6-svscan -d4 -- /run/service
root     24390  0.0  0.0    220    28 ?        S    11:18   0:00      \_ s6-supervise s6-linux-init-shutdownd
root     24391  0.0  0.0    208     4 ?        Ss   11:18   0:00      |   \_ /package/admin/s6-linux-init/command/s6-linux-init-shutdownd -d3 -c /
root     24425  0.0  0.0    220    28 ?        S    11:18   0:00      \_ s6-supervise s6rc-oneshot-runner
root     24444  0.0  0.0    208    28 ?        Ss   11:18   0:00      |   \_ /package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/comma
root     24426  0.0  0.0    220    20 ?        S    11:18   0:00      \_ s6-supervise s6rc-fdholder
root     24427  0.0  0.0    220    24 ?        S    11:18   0:00      \_ s6-supervise service-forwarder
root     24429  0.0  0.0    220    16 ?        S    11:18   0:00      \_ s6-supervise service-healthcheck
root     24430  0.0  0.0    220    20 ?        S    11:18   0:00      \_ s6-supervise service-pia
root     24431  0.0  0.0    220    24 ?        S    11:18   0:00      \_ s6-supervise service-plex
nobody   24594  0.0  0.2 159128 42644 ?        Ssl  11:18   0:04      |   \_ /app/bin/usr/lib/plexmediaserver/Plex Media Server
nobody   24635  0.1  0.2  65048 39936 ?        SNl  11:18   0:06      |       \_ Plex Plug-in [com.plexapp.system] /app/bin/usr/lib/plexmediaserve
nobody   24797  0.0  0.0  42916  6516 ?        Sl   11:18   0:02      |       \_ /app/bin/usr/lib/plexmediaserver/Plex Tuner Service /app/bin/usr/
root     24432  0.0  0.0    220    20 ?        S    11:18   0:00      \_ s6-supervise service-privoxy
root     24433  0.0  0.0    220    20 ?        S    11:18   0:00      \_ s6-supervise service-proton
root     24434  0.0  0.0    220    20 ?        S    11:18   0:00      \_ s6-supervise service-unbound
root     25708  0.0  0.0 722964 10692 ?        Sl   11:19   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id a9664d372effcd51d5a391e8ac7c
root     25728  0.0  0.0    436    56 ?        Ss   11:19   0:00  \_ /package/admin/s6/command/s6-svscan -d4 -- /run/service
root     25783  0.0  0.0    220    24 ?        S    11:19   0:00      \_ s6-supervise s6-linux-init-shutdownd
root     25785  0.0  0.0    208     4 ?        Ss   11:19   0:00      |   \_ /package/admin/s6-linux-init/command/s6-linux-init-shutdownd -d3 -c /
root     25803  0.0  0.0    220    28 ?        S    11:19   0:00      \_ s6-supervise s6rc-oneshot-runner
root     25819  0.0  0.0    208    32 ?        Ss   11:19   0:00      |   \_ /package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/comma
root     25804  0.0  0.0    220    16 ?        S    11:19   0:00      \_ s6-supervise s6rc-fdholder
root     25805  0.0  0.0    220    24 ?        S    11:19   0:00      \_ s6-supervise service-forwarder
root     25806  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise service-healthcheck
root     25807  0.0  0.0    220    16 ?        S    11:19   0:00      \_ s6-supervise service-pia
root     25808  0.0  0.0    220    24 ?        S    11:19   0:00      \_ s6-supervise service-privoxy
root     25809  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise service-proton
root     25810  0.0  0.0    220    28 ?        S    11:19   0:00      \_ s6-supervise service-prowlarr
nobody   25915  2.0  1.0 2609396 178376 ?      Ssl  11:19   1:25      |   \_ /app/bin/Prowlarr --nobrowser --data=/config
root     25811  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise service-unbound
root     27021  0.0  0.0 723028 10472 ?        Sl   11:19   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 8ca0f4c320762122ceee320db56e
root     27040  0.0  0.0    440    56 ?        Ss   11:19   0:00  \_ /package/admin/s6/command/s6-svscan -d4 -- /run/service
root     27125  0.0  0.0    220    24 ?        S    11:19   0:00      \_ s6-supervise s6-linux-init-shutdownd
root     27127  0.0  0.0    208     4 ?        Ss   11:19   0:00      |   \_ /package/admin/s6-linux-init/command/s6-linux-init-shutdownd -d3 -c /
root     27146  0.0  0.0    220    24 ?        S    11:19   0:00      \_ s6-supervise s6rc-oneshot-runner
root     27163  0.0  0.0    208    28 ?        Ss   11:19   0:00      |   \_ /package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/comma
root     27147  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise s6rc-fdholder
root     27148  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise service-forwarder
root     27150  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise service-healthcheck
root     27151  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise service-pia
root     27152  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise service-privoxy
root     27153  0.0  0.0    220    16 ?        S    11:19   0:00      \_ s6-supervise service-proton
root     27154  0.0  0.0    220    24 ?        S    11:19   0:00      \_ s6-supervise service-radarr
nobody   27273  0.3  0.9 2607084 146680 ?      Ssl  11:19   0:16      |   \_ /app/bin/Radarr --nobrowser --data=/config
root     27155  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise service-unbound
root     28138  0.0  0.0 722964 12008 ?        Sl   11:19   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 796a76aa823a1f5f472a1992cb4a
root     28158  0.0  0.0    440    60 ?        Ss   11:19   0:00  \_ /package/admin/s6/command/s6-svscan -d4 -- /run/service
root     28212  0.0  0.0    220    28 ?        S    11:19   0:00      \_ s6-supervise s6-linux-init-shutdownd
root     28214  0.0  0.0    208     4 ?        Ss   11:19   0:00      |   \_ /package/admin/s6-linux-init/command/s6-linux-init-shutdownd -d3 -c /
root     28232  0.0  0.0    220    24 ?        S    11:19   0:00      \_ s6-supervise s6rc-oneshot-runner
root     28248  0.0  0.0    208    20 ?        Ss   11:19   0:00      |   \_ /package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/comma
root     28233  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise s6rc-fdholder
root     28234  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise service-forwarder
root     28235  0.0  0.0    220    16 ?        S    11:19   0:00      \_ s6-supervise service-healthcheck
root     28236  0.0  0.0    220    16 ?        S    11:19   0:00      \_ s6-supervise service-pia
root     28237  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise service-privoxy
root     28238  0.0  0.0    220    24 ?        S    11:19   0:00      \_ s6-supervise service-proton
root     28239  0.0  0.0    220    24 ?        S    11:19   0:00      \_ s6-supervise service-readarr
nobody   28350  0.5  0.6 2601192 111868 ?      Ssl  11:19   0:22      |   \_ /app/bin/Readarr --nobrowser --data=/config
root     28240  0.0  0.0    220    20 ?        S    11:19   0:00      \_ s6-supervise service-unbound
root     31354  0.0  0.0 722964 10160 ?        Sl   11:21   0:01 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 8d8833ae03a68060689f5e154057
root     31373  0.0  0.0    436    52 ?        Ss   11:21   0:00  \_ /package/admin/s6/command/s6-svscan -d4 -- /run/service
root     31434  0.0  0.0    220    28 ?        S    11:21   0:00      \_ s6-supervise s6-linux-init-shutdownd
root     31436  0.0  0.0    208     4 ?        Ss   11:21   0:00      |   \_ /package/admin/s6-linux-init/command/s6-linux-init-shutdownd -d3 -c /
root     31454  0.0  0.0    220    28 ?        S    11:21   0:00      \_ s6-supervise s6rc-oneshot-runner
root     31470  0.0  0.0    208    24 ?        Ss   11:21   0:00      |   \_ /package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/comma
root     31455  0.0  0.0    220    24 ?        S    11:21   0:00      \_ s6-supervise s6rc-fdholder
root     31456  0.0  0.0    220    28 ?        S    11:21   0:00      \_ s6-supervise service-forwarder
root     31457  0.0  0.0    220    24 ?        S    11:21   0:00      \_ s6-supervise service-healthcheck
root     31458  0.0  0.0    220    20 ?        S    11:21   0:00      \_ s6-supervise service-pia
root     31459  0.0  0.0    220    24 ?        S    11:21   0:00      \_ s6-supervise service-privoxy
root     31460  0.0  0.0    220    20 ?        S    11:21   0:00      \_ s6-supervise service-proton
root     31461  0.0  0.0    220    32 ?        S    11:21   0:00      \_ s6-supervise service-sonarr
nobody   31567  0.4  1.1 2612872 193328 ?      Ssl  11:21   0:17      |   \_ /app/bin/Sonarr --nobrowser --data=/config
root     31462  0.0  0.0    220    24 ?        S    11:21   0:00      \_ s6-supervise service-unbound
root     12908  0.0  0.1  95744 28384 ?        SL   12:28   0:00 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/notify_poller
root     12912  0.0  0.1  95896 28748 ?        SL   12:28   0:00 /usr/bin/php -q /usr/local/emhttp/webGui/nchan/session_check
root     12914  0.0  0.1  95960 29644 ?        SL   12:28   0:00 /usr/bin/php -q /usr/local/emhttp/plugins/dynamix.system.temp/nchan/system_temp
root     13884  0.1  0.0  10332  4940 ?        Sl   12:29   0:00 /usr/bin/ttyd -d0 -t rendererType canvas -t disableLeaveAlert true -t theme {'bac
root     13893  0.2  0.0  12252  8824 pts/0    Ss   12:29   0:00  \_ bash --login
root     13993  0.0  0.0   5240  3056 pts/0    R+   12:30   0:00      \_ ps -auxf
root     13995  0.0  0.0  73260 11020 ?        Ss   12:30   0:00 /usr/libexec/samba/samba-dcerpcd --libexec-rpcds --ready-signal-fd=27 --np-helper
root     14008  0.0  0.1  80072 21864 ?        S    12:30   0:00  \_ /usr/libexec/samba/rpcd_lsad --configfile=/etc/samba/smb.conf --worker-group=
root     14010  0.0  0.1  79960 21436 ?        S    12:30   0:00  \_ /usr/libexec/samba/rpcd_lsad --configfile=/etc/samba/smb.conf --worker-group=

 

  • Community Expert
13 hours ago, bobbyt said:

Here's the requested output:

 

Here's what's running the curl processes:

 

 12826  0.2  0.0 723220 10432 ?        Sl   Apr15  24:07 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 7a114ab2124a757de5701c59c80e
root     12866  0.0  0.0 1908944 8900 ?        Ssl  Apr15   2:04  \_ /usr/local/bin/go-cron -s @midnight -p 8080 -- /backup.sh
root     19409  0.0  0.0      0     0 ?        Z    Apr16   0:02      \_ [curl] <defunct>
root     21600  0.0  0.0      0     0 ?        Z    Apr16   0:01      \_ [curl] <defunct>
root     25716  0.0  0.0      0     0 ?        Z    Apr16   0:01      \_ [curl] <defunct>
root     31645  0.0  0.0      0     0 ?        Z    Apr16   0:03      \_ [curl] <defunct>
root      9198  0.0  0.0      0     0 ?        Z    Apr16   0:02      \_ [curl] <defunct>
root     22401  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     24500  0.0  0.0      0     0 ?        Z    Apr16   0:01      \_ [curl] <defunct>
root     26606  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     28730  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     30739  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root       419  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root      2514  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root      4558  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root      6692  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root      8834  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     14893  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     17301  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     19818  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     22217  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     10719  0.0  0.0      0     0 ?        Z    Apr16   0:56      \_ [curl] <defunct>

 

 

And here's the chromium:

 

18668  0.6  0.0 723476 11840 ?        Sl   Apr15  57:47 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 0784cbb0c7d67e82a11ba0978db5
root     18696  0.0  0.0   2144    68 ?        Ss   Apr15   0:00  \_ /usr/bin/dumb-init -- extra/entrypoint.sh node server/server.js
root     18756  0.2  0.8 11452152 132124 ?     Ssl  Apr15  25:28      \_ node server/server.js
root     19488  2.4  0.1 1612172 16552 ?       SLsl Apr15 208:57          \_ /usr/lib/chromium/chromium --show-component-extension-options --enabl
root     19544  0.0  0.0 393796 12568 ?        SL   Apr15   0:00              \_ /usr/lib/chromium/chromium --type=zygote --no-zygote-sandbox --no
root     19578  0.0  0.1 803060 18620 ?        Sl   Apr15   0:57              |   \_ /usr/lib/chromium/chromium --type=gpu-process --field-trial-h
root     19545  0.0  0.0 393828 12496 ?        SL   Apr15   0:00              \_ /usr/lib/chromium/chromium --type=zygote --no-sandbox --headless
root      3899  0.1  0.1  30316 27080 ?        S    Apr15  16:06 python /mnt/user/appdata/scripts/duplicacy_notify/duplicacy_notifier.py

 

 

To clear the log, just reboot. If you get another OOM in the future you can make sure your containers have their /tmp storage mapped to disk (especially immich)

 

 

I resolved sporadic OOM errors with the swapfile plugin.

 

My swap location is a simple single-drive XFS mount so I can't say how well it works with more complex setups but for me it's worked perfectly. Set-and-forget.

 

Screenshot2025-04-22at11_33_28AM.thumb.png.b285c17dfe218aa4a07f0117ddadcec4.png

  • Author
1 hour ago, CS01-HS said:

I resolved sporadic OOM errors with the swapfile plugin.

 

My swap location is a simple single-drive XFS mount so I can't say how well it works with more complex setups but for me it's worked perfectly. Set-and-forget.

 

Screenshot2025-04-22at11_33_28AM.thumb.png.b285c17dfe218aa4a07f0117ddadcec4.png

Could you tell me more about this? Sure I could google it but I'm a bit distracted right now

The plugin creates a swap file on the disk to act as extra "memory."

I set mine to 25% of total RAM. Nothing more to add really - just works.

 

There's more detail in the support thread.

 

  • 2 months later...
  • Author
On 4/22/2025 at 10:08 AM, CS01-HS said:

The plugin creates a swap file on the disk to act as extra "memory."

I set mine to 25% of total RAM. Nothing more to add really - just works.

 

There's more detail in the support thread.

 

Thanks for this. It's very helpful. I'll keep this in mind should I fail to get this under control.

  • Author
On 4/22/2025 at 2:16 AM, Michael_P said:

 

Here's what's running the curl processes:

 

 12826  0.2  0.0 723220 10432 ?        Sl   Apr15  24:07 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 7a114ab2124a757de5701c59c80e
root     12866  0.0  0.0 1908944 8900 ?        Ssl  Apr15   2:04  \_ /usr/local/bin/go-cron -s @midnight -p 8080 -- /backup.sh
root     19409  0.0  0.0      0     0 ?        Z    Apr16   0:02      \_ [curl] <defunct>
root     21600  0.0  0.0      0     0 ?        Z    Apr16   0:01      \_ [curl] <defunct>
root     25716  0.0  0.0      0     0 ?        Z    Apr16   0:01      \_ [curl] <defunct>
root     31645  0.0  0.0      0     0 ?        Z    Apr16   0:03      \_ [curl] <defunct>
root      9198  0.0  0.0      0     0 ?        Z    Apr16   0:02      \_ [curl] <defunct>
root     22401  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     24500  0.0  0.0      0     0 ?        Z    Apr16   0:01      \_ [curl] <defunct>
root     26606  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     28730  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     30739  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root       419  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root      2514  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root      4558  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root      6692  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root      8834  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     14893  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     17301  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     19818  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     22217  0.0  0.0      0     0 ?        Z    Apr16   0:00      \_ [curl] <defunct>
root     10719  0.0  0.0      0     0 ?        Z    Apr16   0:56      \_ [curl] <defunct>

 

 

And here's the chromium:

 

18668  0.6  0.0 723476 11840 ?        Sl   Apr15  57:47 /usr/bin/containerd-shim-runc-v2 -namespace moby -id 0784cbb0c7d67e82a11ba0978db5
root     18696  0.0  0.0   2144    68 ?        Ss   Apr15   0:00  \_ /usr/bin/dumb-init -- extra/entrypoint.sh node server/server.js
root     18756  0.2  0.8 11452152 132124 ?     Ssl  Apr15  25:28      \_ node server/server.js
root     19488  2.4  0.1 1612172 16552 ?       SLsl Apr15 208:57          \_ /usr/lib/chromium/chromium --show-component-extension-options --enabl
root     19544  0.0  0.0 393796 12568 ?        SL   Apr15   0:00              \_ /usr/lib/chromium/chromium --type=zygote --no-zygote-sandbox --no
root     19578  0.0  0.1 803060 18620 ?        Sl   Apr15   0:57              |   \_ /usr/lib/chromium/chromium --type=gpu-process --field-trial-h
root     19545  0.0  0.0 393828 12496 ?        SL   Apr15   0:00              \_ /usr/lib/chromium/chromium --type=zygote --no-sandbox --headless
root      3899  0.1  0.1  30316 27080 ?        S    Apr15  16:06 python /mnt/user/appdata/scripts/duplicacy_notify/duplicacy_notifier.py

 

 

To clear the log, just reboot. If you get another OOM in the future you can make sure your containers have their /tmp storage mapped to disk (especially immich)

 

 

So this is super helpful. Thanks!

The curl processes are coming from an rsync script which sends off some discord notifications as part of the process.

I could only identify one of the chromium processes though. duplicacy_notifier sends discord notifications from duplicacy processes.

No idea what the "moby" process is though. I can't seem to trace it back to anything either. Any thoughts on what is is or how to find where it's coming from?

It seems at least that part of the problem maybe the discord functions. They are operating through webhooks. Maybe this calls chromium in the background and isn't being handled properly at the end of operation?

  • Community Expert
11 hours ago, bobbyt said:

So this is super helpful. Thanks!

The curl processes are coming from an rsync script which sends off some discord notifications as part of the process.

I could only identify one of the chromium processes though. duplicacy_notifier sends discord notifications from duplicacy processes.

No idea what the "moby" process is though. I can't seem to trace it back to anything either. Any thoughts on what is is or how to find where it's coming from?

It seems at least that part of the problem maybe the discord functions. They are operating through webhooks. Maybe this calls chromium in the background and isn't being handled properly at the end of operation?

First question, is it continuing to happen?

Second part of first question, if it is continuing, have you turned off those docker containers to see if it stops?

If it's one of those two containers causing the problem you can follow up in the container's support thread to narrow down the issue

  • Author

1) I have not seen an OOM alert again since rebooting and clearing the logs several weeks ago. SO no, this is no longer occuring (or at least happened again since opening this thread).

2) Which two containers are you referring to?

However, the server does require intermittent reboots due to system lockup. The GUI becomes inaccessible over LAN (I have not tested to see if it is directly accessible as it's logistically annoying due to the servers location) and requires a forced reboot. Kind of annoying as this initiates a parity check.

I have not disabled the scripts which are using discord webhooks yet but following the next reboot I will try that an see if the periodic reboots stop. However, I'm fairly certain that I was executing periodic reboots ~monthly prior to putting the Duplicacy notifier script and RSync cold storage backup script into action.

The periodic reboots were occurring almost weekly at one point. Turing off Soularr and SLSKD containers reduced the frequency of reboots from ~weekly to ~monthly.

Due to the reboots needing to be forced, I have turned on the syslog server to try and capture what is going on. Do you think it is worth writing to flash at this point or wait and see what the syslog produces during the next lockup period?

Edited by bobbyt

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.