2024-12-29, 10:51 AM
I'm running two independent instances of JF as LXCs in Proxmox. They're completely independent - separate LXC, separate libraries.
One of them seems to be running a task every 5 minutes that I'm struggling to trace. It results in a tiny CPU jump every 5 minutes - negligible really, but it's there on one and not the other. It's not always been present either, so I'm just trying to see what's happened in order t ofix it.
In the grand scheme of things, it's not affecting anything - but the other instance doesn't do this so I'm trying to trace it to see if needs intervention.
I've checked the scheduled tasks and it doesn't seem to align with anything in there.
I enabled the full debug log and attached (had to zip as was 6mb for just 2 events). There's an awful lot in there relating to Microsoft ASPcore but not sure if that's the
When I check in htop, it just points to "/usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg" with no extra info on the task.
I've tried to use ps aux when it's running and logging to a file but I either seem to be missing it or it's not got the details.
Has anyone got some guidance on next steps I can follow?
One of them seems to be running a task every 5 minutes that I'm struggling to trace. It results in a tiny CPU jump every 5 minutes - negligible really, but it's there on one and not the other. It's not always been present either, so I'm just trying to see what's happened in order t ofix it.
In the grand scheme of things, it's not affecting anything - but the other instance doesn't do this so I'm trying to trace it to see if needs intervention.
I've checked the scheduled tasks and it doesn't seem to align with anything in there.
I enabled the full debug log and attached (had to zip as was 6mb for just 2 events). There's an awful lot in there relating to Microsoft ASPcore but not sure if that's the
When I check in htop, it just points to "/usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg" with no extra info on the task.
I've tried to use ps aux when it's running and logging to a file but I either seem to be missing it or it's not got the details.
Code:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.5 102160 11776 ? Ss 08:33 0:00 /sbin/init
root 54 0.0 2.1 77556 44288 ? Ss 08:33 0:01 /lib/systemd/systemd-journald
systemd+ 98 0.0 0.3 17896 8320 ? Ss 08:33 0:00 /lib/systemd/systemd-networkd
root 105 0.0 0.1 3600 2176 ? Ss 08:33 0:00 /usr/sbin/cron -f
message+ 106 0.0 0.2 9136 4352 ? Ss 08:33 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root 113 0.0 0.3 17020 7808 ? Ss 08:33 0:00 /lib/systemd/systemd-logind
root 132 0.0 0.0 2516 1536 pts/0 Ss+ 08:33 0:00 /sbin/agetty -o -p -- \u --noclear --keep-baud - 115200,38400,9600 linux
root 133 0.0 0.1 6124 3712 pts/1 Ss 08:33 0:00 /bin/login -p --
root 134 0.0 0.0 2516 1664 pts/2 Ss+ 08:33 0:00 /sbin/agetty -o -p -- \u --noclear - linux
root 135 0.0 0.4 15432 8832 ? Ss 08:33 0:00 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
jellyfin 137 0.0 16.6 274236076 348232 ? Ssl 08:33 0:29 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg
root 288 0.0 0.1 42660 3864 ? Ss 08:33 0:00 /usr/lib/postfix/sbin/master -w
postfix 289 0.0 0.2 43048 5760 ? S 08:33 0:00 pickup -l -t unix -u -c
postfix 290 0.0 0.2 43092 5760 ? S 08:33 0:00 qmgr -l -t unix -u
root 353 0.0 0.5 17992 10624 ? Ss 08:34 0:00 sshd: root@pts/3
root 356 0.0 0.4 18756 10112 ? Ss 08:34 0:00 /lib/systemd/systemd --user
root 357 0.0 0.2 103220 4584 ? S 08:34 0:00 (sd-pam)
root 373 0.0 0.1 4976 3840 pts/3 Ss 08:34 0:00 -bash
root 454 0.0 0.1 4984 3968 pts/1 S 08:44 0:00 -bash
root 457 0.0 0.1 4744 3328 pts/1 S+ 08:44 0:00 htop
root 465 0.0 0.1 8100 4096 pts/3 R+ 08:45 0:00 ps aux
Has anyone got some guidance on next steps I can follow?